From e1e1c94f6ecf829adc75ea74fa45a912225cc05e Mon Sep 17 00:00:00 2001 From: Piotr Skamruk Date: Tue, 18 Dec 2018 14:43:53 +0100 Subject: [PATCH] Update tests after changing DS --- pkg/tools/TestGenCommand__compat.out.yaml | 2 ++ pkg/tools/TestGenCommand__compat_dev.out.yaml | 2 ++ pkg/tools/TestGenCommand__dev.out.yaml | 2 ++ pkg/tools/TestGenCommand__plain.out.yaml | 2 ++ pkg/tools/TestGenCommand__tag.out.yaml | 2 ++ 5 files changed, 10 insertions(+) diff --git a/pkg/tools/TestGenCommand__compat.out.yaml b/pkg/tools/TestGenCommand__compat.out.yaml index a11f828fd..7b186df1b 100755 --- a/pkg/tools/TestGenCommand__compat.out.yaml +++ b/pkg/tools/TestGenCommand__compat.out.yaml @@ -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 diff --git a/pkg/tools/TestGenCommand__compat_dev.out.yaml b/pkg/tools/TestGenCommand__compat_dev.out.yaml index 48f33a0b3..57100d818 100755 --- a/pkg/tools/TestGenCommand__compat_dev.out.yaml +++ b/pkg/tools/TestGenCommand__compat_dev.out.yaml @@ -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: diff --git a/pkg/tools/TestGenCommand__dev.out.yaml b/pkg/tools/TestGenCommand__dev.out.yaml index 391599c07..8564d3195 100755 --- a/pkg/tools/TestGenCommand__dev.out.yaml +++ b/pkg/tools/TestGenCommand__dev.out.yaml @@ -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: diff --git a/pkg/tools/TestGenCommand__plain.out.yaml b/pkg/tools/TestGenCommand__plain.out.yaml index caf3cc87f..f1a5bf5a1 100755 --- a/pkg/tools/TestGenCommand__plain.out.yaml +++ b/pkg/tools/TestGenCommand__plain.out.yaml @@ -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 diff --git a/pkg/tools/TestGenCommand__tag.out.yaml b/pkg/tools/TestGenCommand__tag.out.yaml index 05f07d8e2..0cf668ac9 100755 --- a/pkg/tools/TestGenCommand__tag.out.yaml +++ b/pkg/tools/TestGenCommand__tag.out.yaml @@ -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