Este conteúdo não está disponível no idioma selecionado.
Chapter 8. Assisted installer certification tests
The assisted installer tests ensure that the HUT can be installed successfully by using the assisted installer for Red Hat OpenShift Container Platform.
The tests verify single-node clusters only. If you want to certify multiple bare-metal servers, you must install each of them as a single-node cluster.
The following RHEL and RHOCP combinations are supported:
- RHEL 9.2 or 9.4 with RHOCP 4.14 or 4.15
The test plan consists of the following tests:
8.1. Self check test Copiar o linkLink copiado para a área de transferência!
The self-check test confirms that all required software packages for certification are installed and unaltered, ensuring the test environment is ready for certification. Certification packages must not be modified for testing or any other purpose.
Success Criteria
The test environment includes all necessary certification packages and the packages have not been modified.
8.2. Assisted installer test Copiar o linkLink copiado para a área de transferência!
The assisted installer test queries the assisted installer APIs to collect basic information about the assisted installer and the HUT cluster.
Before you run the test, generate an OpenShift Manager API token and export it as the value of the OFFLINE_TOKEN
variable. For example:
export OFFLINE_TOKEN=<value_of_your_token>
# export OFFLINE_TOKEN=<value_of_your_token>
The test will prompt for the cluster ID if unable to determine it.
Success Criteria
The test connects to the assisted installer APIs and collects the information successfully.
8.3. Sosreport test Copiar o linkLink copiado para a área de transferência!
The Sosreport test connects to the HUT cluster and collects information about the cluster’s hardware and configuration.
The sos_reports/manifest.json
file contains details about node hostnames and the commands run by this test.
Success Criteria
The test correctly collects the information from the Single node OpenShift (SNO) cluster’s master node.
8.4. Cluster inspection test Copiar o linkLink copiado para a área de transferência!
The cluster inspection test invokes the Cloud-native Network Function (CNF) test. It is a backlog test and is available only in the preview mode.