Skip to content

Commit e1e1c94

Browse files
committed
Update tests after changing DS
1 parent 59b2443 commit e1e1c94

5 files changed

+10
-0
lines changed

pkg/tools/TestGenCommand__compat.out.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,8 @@ spec:
108108
- mountPath: /var/run/netns
109109
mountPropagation: Bidirectional
110110
name: netns-dir
111+
- mountPath: /sys/fs/cgroup
112+
name: cgroup
111113
- command:
112114
- /vms.sh
113115
image: mirantis/virtlet

pkg/tools/TestGenCommand__compat_dev.out.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,8 @@ spec:
110110
- mountPath: /var/run/netns
111111
mountPropagation: Bidirectional
112112
name: netns-dir
113+
- mountPath: /sys/fs/cgroup
114+
name: cgroup
113115
- mountPath: /dind
114116
name: dind
115117
- command:

pkg/tools/TestGenCommand__dev.out.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,8 @@ spec:
111111
- mountPath: /var/run/netns
112112
mountPropagation: Bidirectional
113113
name: netns-dir
114+
- mountPath: /sys/fs/cgroup
115+
name: cgroup
114116
- mountPath: /dind
115117
name: dind
116118
- command:

pkg/tools/TestGenCommand__plain.out.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,8 @@ spec:
109109
- mountPath: /var/run/netns
110110
mountPropagation: Bidirectional
111111
name: netns-dir
112+
- mountPath: /sys/fs/cgroup
113+
name: cgroup
112114
- command:
113115
- /vms.sh
114116
image: mirantis/virtlet

pkg/tools/TestGenCommand__tag.out.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,8 @@ spec:
109109
- mountPath: /var/run/netns
110110
mountPropagation: Bidirectional
111111
name: netns-dir
112+
- mountPath: /sys/fs/cgroup
113+
name: cgroup
112114
- command:
113115
- /vms.sh
114116
image: mirantis/virtlet:0.9.42

0 commit comments

Comments
 (0)