Skip to content

opct results

opct results is the summarized command to show the result for each job for standard kubernetes cluster.

Options

Inspect plugin results.

Usage:
  opct results archive.tar.gz [flags]

Flags:
  -h, --help            help for results
  -m, --mode string     Modifies the format of the output. Valid options are report, detailed, readable, or dump. (default "report")
  -n, --node string     Traverse results starting at the node with the given name. Defaults to the real root.
  -p, --plugin string   Which plugin to show results for. Defaults to printing them all.
  -s, --skip-prefix     When printing items linking to files, only print the file contents.

Global Flags:
      --kubeconfig string   kubeconfig for target OpenShift cluster
      --log-level string    logging level (default "info")

Example Usage

To generate a summarized page with failed tests for each plugin, you can use the following command:

opct results --plugin <plugin-name>

Replace <plugin-name> with the name of the plugin you want to check.

To display the results of a specific plugin, you can use the following command:

opct results --plugin <plugin-name>

To generate a dump of the results, you can use the following command:

opct results --mode dump