You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: openshift/tests-extension/.openshift-tests-extension/openshift_payload_olmv1.json
+100Lines changed: 100 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,104 @@
1
1
[
2
+
{
3
+
"name": "[sig-olmv1][OCPFeatureGate:NewOLM][Skipped:Disconnected] OLMv1 Catalogs should be installed",
4
+
"labels": {},
5
+
"resources": {
6
+
"isolation": {}
7
+
},
8
+
"source": "openshift:payload:olmv1",
9
+
"lifecycle": "blocking",
10
+
"environmentSelector": {}
11
+
},
12
+
{
13
+
"name": "[sig-olmv1][OCPFeatureGate:NewOLM][Skipped:Disconnected] OLMv1 openshift-community-operators Catalog should serve FBC via the /v1/api/all endpoint",
14
+
"labels": {},
15
+
"resources": {
16
+
"isolation": {}
17
+
},
18
+
"source": "openshift:payload:olmv1",
19
+
"lifecycle": "blocking",
20
+
"environmentSelector": {}
21
+
},
22
+
{
23
+
"name": "[sig-olmv1][OCPFeatureGate:NewOLM][Skipped:Disconnected] OLMv1 openshift-certified-operators Catalog should serve FBC via the /v1/api/all endpoint",
24
+
"labels": {},
25
+
"resources": {
26
+
"isolation": {}
27
+
},
28
+
"source": "openshift:payload:olmv1",
29
+
"lifecycle": "blocking",
30
+
"environmentSelector": {}
31
+
},
32
+
{
33
+
"name": "[sig-olmv1][OCPFeatureGate:NewOLM][Skipped:Disconnected] OLMv1 openshift-redhat-marketplace Catalog should serve FBC via the /v1/api/all endpoint",
34
+
"labels": {},
35
+
"resources": {
36
+
"isolation": {}
37
+
},
38
+
"source": "openshift:payload:olmv1",
39
+
"lifecycle": "blocking",
40
+
"environmentSelector": {}
41
+
},
42
+
{
43
+
"name": "[sig-olmv1][OCPFeatureGate:NewOLM][Skipped:Disconnected] OLMv1 openshift-redhat-operators Catalog should serve FBC via the /v1/api/all endpoint",
44
+
"labels": {},
45
+
"resources": {
46
+
"isolation": {}
47
+
},
48
+
"source": "openshift:payload:olmv1",
49
+
"lifecycle": "blocking",
50
+
"environmentSelector": {}
51
+
},
52
+
{
53
+
"name": "[sig-olmv1][OCPFeatureGate:NewOLMCatalogdAPIV1Metas][Skipped:Disconnected] OLMv1 openshift-community-operators Catalog should serve FBC via the /v1/api/metas endpoint",
54
+
"labels": {},
55
+
"resources": {
56
+
"isolation": {}
57
+
},
58
+
"source": "openshift:payload:olmv1",
59
+
"lifecycle": "blocking",
60
+
"environmentSelector": {}
61
+
},
62
+
{
63
+
"name": "[sig-olmv1][OCPFeatureGate:NewOLMCatalogdAPIV1Metas][Skipped:Disconnected] OLMv1 openshift-certified-operators Catalog should serve FBC via the /v1/api/metas endpoint",
64
+
"labels": {},
65
+
"resources": {
66
+
"isolation": {}
67
+
},
68
+
"source": "openshift:payload:olmv1",
69
+
"lifecycle": "blocking",
70
+
"environmentSelector": {}
71
+
},
72
+
{
73
+
"name": "[sig-olmv1][OCPFeatureGate:NewOLMCatalogdAPIV1Metas][Skipped:Disconnected] OLMv1 openshift-redhat-marketplace Catalog should serve FBC via the /v1/api/metas endpoint",
74
+
"labels": {},
75
+
"resources": {
76
+
"isolation": {}
77
+
},
78
+
"source": "openshift:payload:olmv1",
79
+
"lifecycle": "blocking",
80
+
"environmentSelector": {}
81
+
},
82
+
{
83
+
"name": "[sig-olmv1][OCPFeatureGate:NewOLMCatalogdAPIV1Metas][Skipped:Disconnected] OLMv1 openshift-redhat-operators Catalog should serve FBC via the /v1/api/metas endpoint",
84
+
"labels": {},
85
+
"resources": {
86
+
"isolation": {}
87
+
},
88
+
"source": "openshift:payload:olmv1",
89
+
"lifecycle": "blocking",
90
+
"environmentSelector": {}
91
+
},
92
+
{
93
+
"name": "[sig-olmv1][OCPFeatureGate:NewOLM][Skipped:Disconnected] OLMv1 New Catalog Install should fail to install if it has an invalid reference",
94
+
"labels": {},
95
+
"resources": {
96
+
"isolation": {}
97
+
},
98
+
"source": "openshift:payload:olmv1",
99
+
"lifecycle": "blocking",
100
+
"environmentSelector": {}
101
+
},
2
102
{
3
103
"name": "[sig-olmv1] OLMv1 should pass a trivial sanity check",
g.Expect(err).ToNot(HaveOccurred(), fmt.Sprintf("failed to get ServiceAccount %q/%q: %v", namespace, name, err))
185
+
}).WithTimeout(10*time.Second).WithPolling(1*time.Second).Should(Succeed(), "ServiceAccount %q/%q did not become visible within timeout", namespace, name)
186
+
}
187
+
188
+
// ExpectClusterRoleBindingExists waits for a ClusterRoleBinding to be available and visible to the client.
0 commit comments