Este contenido no está disponible en el idioma seleccionado.

Chapter 4. Setting up the test environment


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

The test environment consists of one system:

4.1. Setting up a system that acts as a host under test

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

Prerequisites

  • The HUT has RHEL version 8, 9 or 10 installed. For convenience, Red Hat provides kickstart files to install the HUT’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
      Copy to Clipboard Toggle word wrap
    2. Display the list of available subscriptions for your system:

      # subscription-manager list --available*
      Copy to Clipboard Toggle word wrap
    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>
      Copy to Clipboard Toggle word wrap

      Replace the pool_ID with the Pool ID of the subscription.

Note

You don’t have to attach the subscription to your system, if you enable the option Simple content access for Red Hat Subscription Management. For more details, see How do I enable Simple Content Access for Red Hat Subscription Management?

  1. Subscribe to the Red Hat Certification channel:

    • On RHEL 8:

      # subscription-manager repos --enable=cert-1-for-rhel-8-<HOSTTYPE>-rpms
      Copy to Clipboard Toggle word wrap

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

      uname -m
      Copy to Clipboard Toggle word wrap

      Example:

      # subscription-manager repos --enable=cert-1-for-rhel-8-x86_64-rpms
      Copy to Clipboard Toggle word wrap
    • On RHEL 9:

      # subscription-manager repos --enable=cert-1-for-rhel-9-<HOSTTYPE>-rpms
      Copy to Clipboard Toggle word wrap

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

      uname -m
      Copy to Clipboard Toggle word wrap

      Example:

      # subscription-manager repos --enable=cert-1-for-rhel-9-x86_64-rpms
      Copy to Clipboard Toggle word wrap
    • On RHEL 10:

      # subscription-manager repos --enable=cert-1-for-rhel-10-<HOSTTYPE>-rpms
      Copy to Clipboard Toggle word wrap

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

      uname -m
      Copy to Clipboard Toggle word wrap

      Example:

      # subscription-manager repos --enable=cert-1-for-rhel-10-x86_64-rpms
      Copy to Clipboard Toggle word wrap
  2. Install cloud test suite package:

    # yum install redhat-certification-cloud
    Copy to Clipboard Toggle word wrap
Volver arriba
Red Hat logoGithubredditYoutubeTwitter

Aprender

Pruebe, compre y venda

Comunidades

Acerca de la documentación de Red Hat

Ayudamos a los usuarios de Red Hat a innovar y alcanzar sus objetivos con nuestros productos y servicios con contenido en el que pueden confiar. Explore nuestras recientes actualizaciones.

Hacer que el código abierto sea más inclusivo

Red Hat se compromete a reemplazar el lenguaje problemático en nuestro código, documentación y propiedades web. Para más detalles, consulte el Blog de Red Hat.

Acerca de Red Hat

Ofrecemos soluciones reforzadas que facilitan a las empresas trabajar en plataformas y entornos, desde el centro de datos central hasta el perímetro de la red.

Theme

© 2025 Red Hat