Skip to content

Latest commit

 

History

History
60 lines (40 loc) · 1.24 KB

README.md

File metadata and controls

60 lines (40 loc) · 1.24 KB

OpenShift Provider Compatibility Tool (opct)

OpenShift Provider Compatibility Tool (OPCT) is used to orchestrate workflows for conformance test suites on OpenShift/OKD installation on a cloud provider or hardware.

Documentation

Getting started

  • Download OPCT
BINARY=opct-linux-amd64
wget -O /usr/local/bin/opct "https://github.com/redhat-openshift-ecosystem/opct/releases/download/latest/${BINARY}"
chmod u+x /usr/local/bin/opct
  • Setup a dedicated node to run the test environment (preferred to prevent disruption)
opct adm setup-node
  • Run regular conformance tests
opct run --wait
  • Check the status (optional when not using --wait on run)
opct status --wait
  • Collcet the results
opct retrieve
  • Read the report
opct report *.tar.gz
  • Destroy the environment
opct destroy

Contributing

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.