SUT Requirements
The following system under test (SUT) requirements must be followed to help ensure an expedited certification.
IMPORTANT: It is a requirement to run the certification test suite on a Red Hat Enterprise Linux installation where the only 3rd party, non-Red Hat software present is the software vendor's product under test and any dependencies of that product. For this reason, we highly recommend that a new installation of Red Hat Enterprise Linux is made available for software certification testing to avoid false failures and complexity in analyzing certification results.
Installation
Install Red Hat Enterprise Linux on bare metal or a supported hypervisor
x86_64 supported hypervisors are RHEL KVM, VMware and Hyper-V
During the installation, on the Installation Summary screen, go to the Software Selection page.
On that page, under Additional Software section (located on the right column), check the checkbox next to Container Management.
IMPORTANT: Even if the certification target product doesn't include a container, you MUST complete this step. The certification test suite relies upon its functionality.
Configure the new installation with connectivity to the Internet in order to register the host, attach the subscription, download packages including the certification test suite and upload the certification results to Red Hat.
Registration and Subscription
There are 2 ways to register and subscribe your system. You can run the following command using the credentials used to download the platform software:
You can also first register your system, and then add the subscription:
Run the following command to register the SUT with Red Hat Subscription Manager:
# subscription-manager register
Use the same Red Hat credentials for registration used to download platform software.
Run the following command to display the available subscriptions:
# subscription-manager list --available
From the list of available subscriptions, search for the subscription which provides the Red Hat Certification (for RHEL Server) repository. Make a note of the Pool ID.
Run the following command to attach the subscription which provides the Red Hat Certification (for RHEL Server) repository to your system:
# subscription-manager attach --pool=[pool_ID]
Update the system-under-test
#yum update -y
Software Installation
At this point you are ready to install your product and any dependencies. If there are post installation steps, make sure those are followed.
Last updated