Red Hat Enterprise Linux Software Certification Wo
Partner Program GuideCertification Workflow GuidesGet Help
  • Partner Workflow Guide for Red Hat Enterprise Linux Software Certification
  • Initial on-boarding
    • Program Prerequisites
    • Red Hat Software Access
  • Non-Container Certification
    • Creating a Product Listing
    • Creating a Project
    • Pre-Certification Checklist
  • Container Certification
    • Creating a Product Listing
    • Creating a Project
    • Pre-Certification Checklist
    • Container certification (Preflight)
  • Certification Testing
    • RHCert Connect
    • Download Platform Software
    • SUT Requirements
    • Download and Install Test Suite
    • Operating the Test Suite
    • Submitting Test Suite Results
    • Review and Ruling Process
  • Ecosystem Catalog Listing
    • Publish in Catalog
  • Additional Information
    • Certification Policy
    • Test Suite CLI & Logging
    • Platform Documentation
    • Technical Support
    • Co-Marketing
Powered by GitBook
On this page
  • 1) Directly from the command line of a test system
  • 2) Download using a web browser connected to the Red Hat Customer Portal, install and execute with the command lines.
  1. Certification Testing

Download and Install Test Suite

These are required steps for certification.

PreviousSUT RequirementsNextOperating the Test Suite

Last updated 2 years ago

Two methods for download and installation are provided.

1) Directly from the command line of a test system

  • Make sure your system is up to date, you can run the following:

    • # dnf update

  • Discover and enable the certification repository with the following commands:

    • # dnf repolist all | grep cert

    • # subscription-manager repos --enable <repository name>

  • Discover and install the certification package with dependencies

    • # yum list available | grep redhat-cert

    • # yum install -y redhat-certification-software.noarch

  • Start the RHCERT daemon

    • # rhcertd start

Result: The system-under-test is now prepared to run Red Hat Software Certification.

2) Download using a web browser connected to the Red Hat Customer Portal, install and execute with the command lines.

  1. Select the relevant version of Red Hat Certification (for RHEL Server) from the version list.

  2. Select an appropriate architecture from the architecture list.

  3. Go to the Packages Tab and select the download the following:

    1. redhat-certification

    2. redhat-certification-software

After both packages are downloaded to the test system, you can install the test suite by doing the following:

  1. Install dependencies of certification:

    1. python3-lxml is a required package of certification

    2. # dnf install python3-lxml

  2. Run the following command to install the certification.

    1. # rpm -i redhat-certification-x.y.z.el9.noarch.rpm

  3. Install dependencies of certification software

    1. kernel-abi-whitelists is a required package of certification software

    2. # dnf install kernel-abi-whitelists

  4. Run the following command to install the certification software

    1. # rpm -i redhat-certification-software-x.y.z.el9.noarch.rpm

  5. Install dependencies of certification software

    1. kernel-abi-whitelists is a required package of certification software

  6. Run the following command to start Red Hat Certification daemon

    1. # rhcertd start

Results: The system-under-test is now prepared to run Red Hat Software Certification.

Log in to Red Hat Customer Portal and open the

Red Hat Certification Downloads Page.