Este conteúdo não está disponível no idioma selecionado.

Chapter 7. Setting up the test environment for non-containerized application testing


The first step towards certifying your product is setting up the environment where you can run the tests.

The test environment consists of a system in which all the certification tests are run.

7.1. Setting up a system that acts as a system under test

A system on which the product that needs certification is installed or configured is referred to as the system under test (SUT).

Prerequisites

  • The SUT has RHEL version 8 or 9 installed. For convenience, Red Hat provides kickstart files to install the SUT’s operating system. Follow the instructions in the file that is appropriate for your system before launching the installation process.

Procedure

  1. Configure the Red Hat Certification repository:

    1. Use your RHN credentials to register your system using Red Hat Subscription Management:

      $ subscription-manager register
    2. Display the list of available subscriptions for your system:

      $ subscription-manager list --available*
    3. Search for the subscription which provides the Red Hat Certification (for RHEL Server) repository and make a note of the subscription and its Pool ID.
    4. Attach the subscription to your system:

      $ subscription-manager attach --pool=<pool_ID>

      Replace the pool_ID with the Pool ID of the subscription.

    5. Subscribe to the Red Hat Certification channel:

      1. On RHEL 8:

        $ subscription-manager repos --enable=cert-1-for-rhel-8-<HOSTTYPE>-rpms

        Replace HOSTTYPE with the system architecture. To find out the system architecture, run

        $ uname -m

        Example:

        $ subscription-manager repos --enable=cert-1-for-rhel-8-x86_64-rpms
      2. On RHEL 9:

        $ subscription-manager repos --enable=cert-1-for-rhel-9-<HOSTTYPE>-rpms

        Replace HOSTTYPE with the system architecture. To find out the system architecture, run

        $ uname -m

        Example:

        $ subscription-manager repos --enable=cert-1-for-rhel-9-x86_64-rpms
    6. Install the software test suite package:

      $ dnf install redhat-certification-software
Red Hat logoGithubredditYoutubeTwitter

Aprender

Experimente, compre e venda

Comunidades

Sobre a documentação da Red Hat

Ajudamos os usuários da Red Hat a inovar e atingir seus objetivos com nossos produtos e serviços com conteúdo em que podem confiar. Explore nossas atualizações recentes.

Tornando o open source mais inclusivo

A Red Hat está comprometida em substituir a linguagem problemática em nosso código, documentação e propriedades da web. Para mais detalhes veja o Blog da Red Hat.

Sobre a Red Hat

Fornecemos soluções robustas que facilitam o trabalho das empresas em plataformas e ambientes, desde o data center principal até a borda da rede.

Theme

© 2026 Red Hat
Voltar ao topo