Skip to content

Commit 3a13bf2

Browse files
HuijingHeijoelcapitao
authored andcommitted
secex-tests: fix test by appending env "CPI_PERMIT_ON_PVGUEST=1"
Inspired by coreos/rhel-coreos-config#64 (comment) Coworked by [email protected], [email protected]
1 parent bd696fb commit 3a13bf2

File tree

2 files changed

+18
-0
lines changed

2 files changed

+18
-0
lines changed

tests/kola/secex/ensure/config.bu

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
variant: fcos
2+
version: 1.6.0
3+
storage:
4+
files:
5+
- path: /etc/sysconfig/cpi
6+
overwrite: false
7+
append:
8+
- inline: |
9+
CPI_PERMIT_ON_PVGUEST=1

tests/kola/secex/reboot/config.bu

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
variant: fcos
2+
version: 1.6.0
3+
storage:
4+
files:
5+
- path: /etc/sysconfig/cpi
6+
overwrite: false
7+
append:
8+
- inline: |
9+
CPI_PERMIT_ON_PVGUEST=1

0 commit comments

Comments
 (0)