operator

package
v1.0.4 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 3, 2021 License: GPL-2.0 Imports: 0 Imported by: 0

Documentation

Overview

Package operator defines various test case templates definitions.

Index

Constants

This section is empty.

Variables

View Source
var OperatorJSON = string(`{
  "testcase": [
    {
      "name": "CSV_INSTALLED",
      "skiptest": true,
      "command": "oc get csv %s -n %s -o json | jq -r '.status.phase'",
      "action": "allow",
      "resulttype": "string",
      "expectedstatus": [
        "Succeeded"
      ]
    }
  ]
}`)

OperatorJSON test templates for collecting operator status

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL