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: mantle/kola/tests/crio/crio.go
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -192,7 +192,7 @@ func init() {
192
192
ClusterSize: 1,
193
193
Name: `crio.base`,
194
194
Description: "Verify cri-o basic funcions work, include storage driver is overlay, storage root is /varlib/containers/storage, cgroup driver is systemd, and cri-o containers have reliable networking",
195
-
Distros: []string{"rhcos"},
195
+
Distros: []string{"rhcos", "scos"},
196
196
UserData: enableCrioIgn,
197
197
// crio pods require fetching a kubernetes pause image
198
198
Tags: []string{"crio", kola.NeedsInternetTag},
@@ -203,7 +203,7 @@ func init() {
203
203
ClusterSize: 2,
204
204
Name: "crio.network",
205
205
Description: "Verify crio containers can make network connections outside of the host.",
206
-
Distros: []string{"rhcos"},
206
+
Distros: []string{"rhcos", "scos"},
207
207
UserData: enableCrioIgn,
208
208
// this test requires net connections outside the host
0 commit comments