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.
Click to show internal directories.
Click to hide internal directories.