Skip to content

OPCT is a tool used to quickly orchestrate the validation/e2e tests in custom OpenShift/OKD installations.

License

Notifications You must be signed in to change notification settings

redhat-openshift-ecosystem/provider-certification-tool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OpenShift Provider Certification Tool

OpenShift Provider Certification Tool is used to evaluate an OpenShift installation on a provider or hardware is in conformance

Documentation

Building

  • Go 1.17+ is needed.
  • To build openshift provider cert tool invoke make.
  • Cross build make targets are also available for Windows and MacOS. See Makefile for more on this.

Dependencies

Dependencies are managed through Go Modules. When updating any dependency the suggested workflow is:

go mod tidy
go mod vendor