Open the Operator Certification Test Dashboard: https://operator-test-dashboard-cert-tracker--runtime-int.apps.gpc.ocp-hub.prod.psi.redhat.com/
Use the 4-step wizard to:
- Red Hat Operators — select a single operator to test (e.g.,
nfd) - Certified Operators — skip (deselect all)
- Build Configuration — set remote base directory (e.g.,
/root/cert-operand-test— this can be any name), build certsuite binary - Review and Start — start the build and wait for it to complete
Once the dashboard finishes cloning the repo and building the certsuite binary, proceed to Step 2.
SSH into rdu2 and apply the changes the dashboard doesn't handle:
ssh rdu2
# Override the batch script with the operand-installation version
curl -sL -o /root/cert-operand-test/certsuite/script/run-basic-batch-operators-test.sh \
https://raw.githubusercontent.com/rocrisp/certsuite/feature/generic-operand-installation/script/run-basic-batch-operators-test.sh
Go back to the dashboard and start the test. The dashboard will run the modified script with operand installation support.
Unless run-basic-batch-operators-test.sh changes, you can repeat the test by running Step 3 again without redoing Steps 1 and 2.
NFD (Node Feature Discovery) has no special hardware or storage requirements — easiest operator to test.