@@ -21,7 +21,7 @@ Deploy CertManager From OperatorHubIO
21
21
[Documentation] Deploy CertManager from OperatorHub Catalog.
22
22
[Setup] Run Keywords
23
23
... OLM Should Be Ready
24
- ... Create OperatorHub CatalogSource
24
+ ... Create CatalogSource
25
25
... Create CertManager Subscription
26
26
27
27
${csv } = Get CSV Name From Subscription ${OPERATORS_NAMESPACE } my-cert-manager
@@ -30,7 +30,7 @@ Deploy CertManager From OperatorHubIO
30
30
Wait For Deployments ${OPERATORS_NAMESPACE } @{deployments }
31
31
32
32
[Teardown] Run Keywords
33
- ... Delete OperatorHub CatalogSource
33
+ ... Delete CatalogSource
34
34
... AND
35
35
... Delete CertManager Subscription
36
36
... AND
@@ -57,11 +57,11 @@ OLM Should Be Ready
57
57
Named Deployment Should Be Available catalog-operator openshift-operator-lifecycle-manager
58
58
Named Deployment Should Be Available olm-operator openshift-operator-lifecycle-manager
59
59
60
- Create OperatorHub CatalogSource
61
- [Documentation] Create CatalogSource resource pointing to OperatorHub.io catalog .
60
+ Create CatalogSource
61
+ [Documentation] Create CatalogSource resource with Red Hat Community Catalog Index .
62
62
Oc Create -f ${CATALOG_SOURCE }
63
63
Wait Until Keyword Succeeds 120s 5s
64
- ... CatalogSource Should Be Ready ${MARKETPLACE_NAMESPACE } operatorhubio -catalog
64
+ ... CatalogSource Should Be Ready ${MARKETPLACE_NAMESPACE } redhat-community -catalog
65
65
66
66
CatalogSource Should Be Ready
67
67
[Documentation] Checks if CatalogSource is ready.
@@ -118,8 +118,8 @@ Wait For Deployments
118
118
Named Deployment Should Be Available ${deploy } ${namespace } 120s
119
119
END
120
120
121
- Delete OperatorHub CatalogSource
122
- [Documentation] Delete OperatorHub's CatalogSource.
121
+ Delete CatalogSource
122
+ [Documentation] Delete CatalogSource.
123
123
Oc Delete -f ${CATALOG_SOURCE }
124
124
125
125
Delete CertManager Subscription
0 commit comments