Skip to content

Commit

Permalink
Update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jellonek committed Apr 17, 2018
1 parent 0e905f8 commit 7d99634
Show file tree
Hide file tree
Showing 5 changed files with 30 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pkg/tools/TestGenCommand__compat.out.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,12 @@ spec:
- command:
- /libvirt.sh
env:
- name: VIRTLET_SRIOV_SUPPORT
valueFrom:
configMapKeyRef:
name: virtlet-config
key: sriov_support
optional: true
- name: VIRTLET_DISABLE_KVM
valueFrom:
configMapKeyRef:
Expand Down
6 changes: 6 additions & 0 deletions pkg/tools/TestGenCommand__compat_dev.out.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,12 @@ spec:
- command:
- /libvirt.sh
env:
- name: VIRTLET_SRIOV_SUPPORT
valueFrom:
configMapKeyRef:
name: virtlet-config
key: sriov_support
optional: true
- name: VIRTLET_DISABLE_KVM
valueFrom:
configMapKeyRef:
Expand Down
6 changes: 6 additions & 0 deletions pkg/tools/TestGenCommand__dev.out.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,12 @@ spec:
- command:
- /libvirt.sh
env:
- name: VIRTLET_SRIOV_SUPPORT
valueFrom:
configMapKeyRef:
name: virtlet-config
key: sriov_support
optional: true
- name: VIRTLET_DISABLE_KVM
valueFrom:
configMapKeyRef:
Expand Down
6 changes: 6 additions & 0 deletions pkg/tools/TestGenCommand__plain.out.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,12 @@ spec:
securityContext:
privileged: true
env:
- name: VIRTLET_SRIOV_SUPPORT
valueFrom:
configMapKeyRef:
name: virtlet-config
key: sriov_support
optional: true
- name: VIRTLET_DISABLE_KVM
valueFrom:
configMapKeyRef:
Expand Down
6 changes: 6 additions & 0 deletions pkg/tools/TestGenCommand__tag.out.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,12 @@ spec:
- command:
- /libvirt.sh
env:
- name: VIRTLET_SRIOV_SUPPORT
valueFrom:
configMapKeyRef:
name: virtlet-config
key: sriov_support
optional: true
- name: VIRTLET_DISABLE_KVM
valueFrom:
configMapKeyRef:
Expand Down

0 comments on commit 7d99634

Please sign in to comment.