Skip to content

Commit

Permalink
Update tests after changing DS
Browse files Browse the repository at this point in the history
  • Loading branch information
jellonek committed Dec 21, 2018
1 parent 59b2443 commit e1e1c94
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkg/tools/TestGenCommand__compat.out.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,8 @@ spec:
- mountPath: /var/run/netns
mountPropagation: Bidirectional
name: netns-dir
- mountPath: /sys/fs/cgroup
name: cgroup
- command:
- /vms.sh
image: mirantis/virtlet
Expand Down
2 changes: 2 additions & 0 deletions pkg/tools/TestGenCommand__compat_dev.out.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,8 @@ spec:
- mountPath: /var/run/netns
mountPropagation: Bidirectional
name: netns-dir
- mountPath: /sys/fs/cgroup
name: cgroup
- mountPath: /dind
name: dind
- command:
Expand Down
2 changes: 2 additions & 0 deletions pkg/tools/TestGenCommand__dev.out.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,8 @@ spec:
- mountPath: /var/run/netns
mountPropagation: Bidirectional
name: netns-dir
- mountPath: /sys/fs/cgroup
name: cgroup
- mountPath: /dind
name: dind
- command:
Expand Down
2 changes: 2 additions & 0 deletions pkg/tools/TestGenCommand__plain.out.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,8 @@ spec:
- mountPath: /var/run/netns
mountPropagation: Bidirectional
name: netns-dir
- mountPath: /sys/fs/cgroup
name: cgroup
- command:
- /vms.sh
image: mirantis/virtlet
Expand Down
2 changes: 2 additions & 0 deletions pkg/tools/TestGenCommand__tag.out.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,8 @@ spec:
- mountPath: /var/run/netns
mountPropagation: Bidirectional
name: netns-dir
- mountPath: /sys/fs/cgroup
name: cgroup
- command:
- /vms.sh
image: mirantis/virtlet:0.9.42
Expand Down

0 comments on commit e1e1c94

Please sign in to comment.