Skip to content

Commit 55d8af4

Browse files
authored
Get molecule tests working locally (#190)
* re-add "Separate node and partition configuration (#183)" This reverts commit ed717da. * readme tweak for clarity * update podman molecule driver tmpfs definition
1 parent 3354f7f commit 55d8af4

File tree

14 files changed

+103
-100
lines changed

14 files changed

+103
-100
lines changed

molecule/test1/molecule.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ platforms:
99
- testohpc_login
1010
command: /sbin/init
1111
tmpfs:
12-
- /run
13-
- /tmp
12+
/run: rw
13+
/tmp: rw
1414
volumes:
1515
- /sys/fs/cgroup:/sys/fs/cgroup:ro
1616
network: net1
@@ -21,8 +21,8 @@ platforms:
2121
- testohpc_compute
2222
command: /sbin/init
2323
tmpfs:
24-
- /run
25-
- /tmp
24+
/run: rw
25+
/tmp: rw
2626
volumes:
2727
- /sys/fs/cgroup:/sys/fs/cgroup:ro
2828
network: net1
@@ -33,8 +33,8 @@ platforms:
3333
- testohpc_compute
3434
command: /sbin/init
3535
tmpfs:
36-
- /run
37-
- /tmp
36+
/run: rw
37+
/tmp: rw
3838
volumes:
3939
- /sys/fs/cgroup:/sys/fs/cgroup:ro
4040
network: net1

molecule/test10/molecule.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ platforms:
1010
- initial
1111
command: /sbin/init
1212
tmpfs:
13-
- /run
14-
- /tmp
13+
/run: rw
14+
/tmp: rw
1515
volumes:
1616
- /sys/fs/cgroup:/sys/fs/cgroup:ro
1717
network: net1
@@ -23,8 +23,8 @@ platforms:
2323
- initial
2424
command: /sbin/init
2525
tmpfs:
26-
- /run
27-
- /tmp
26+
/run: rw
27+
/tmp: rw
2828
volumes:
2929
- /sys/fs/cgroup:/sys/fs/cgroup:ro
3030
network: net1
@@ -36,8 +36,8 @@ platforms:
3636
- initial
3737
command: /sbin/init
3838
tmpfs:
39-
- /run
40-
- /tmp
39+
/run: rw
40+
/tmp: rw
4141
volumes:
4242
- /sys/fs/cgroup:/sys/fs/cgroup:ro
4343
network: net1
@@ -48,8 +48,8 @@ platforms:
4848
- new
4949
command: /sbin/init
5050
tmpfs:
51-
- /run
52-
- /tmp
51+
/run: rw
52+
/tmp: rw
5353
volumes:
5454
- /sys/fs/cgroup:/sys/fs/cgroup:ro
5555
network: net1

molecule/test11/molecule.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ platforms:
99
- testohpc_login
1010
command: /sbin/init
1111
tmpfs:
12-
- /run
13-
- /tmp
12+
/run: rw
13+
/tmp: rw
1414
volumes:
1515
- /sys/fs/cgroup:/sys/fs/cgroup:ro
1616
network: net1
@@ -23,8 +23,8 @@ platforms:
2323
- testohpc_compute_new
2424
command: /sbin/init
2525
tmpfs:
26-
- /run
27-
- /tmp
26+
/run: rw
27+
/tmp: rw
2828
volumes:
2929
- /sys/fs/cgroup:/sys/fs/cgroup:ro
3030
network: net1
@@ -36,8 +36,8 @@ platforms:
3636
- testohpc_compute_orig
3737
command: /sbin/init
3838
tmpfs:
39-
- /run
40-
- /tmp
39+
/run: rw
40+
/tmp: rw
4141
volumes:
4242
- /sys/fs/cgroup:/sys/fs/cgroup:ro
4343
network: net1

molecule/test12/molecule.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ platforms:
99
- testohpc_login
1010
command: /sbin/init
1111
tmpfs:
12-
- /run
13-
- /tmp
12+
/run: rw
13+
/tmp: rw
1414
volumes:
1515
- /sys/fs/cgroup:/sys/fs/cgroup:ro
1616
network: net1
@@ -21,8 +21,8 @@ platforms:
2121
- testohpc_compute
2222
command: /sbin/init
2323
tmpfs:
24-
- /run
25-
- /tmp
24+
/run: rw
25+
/tmp: rw
2626
volumes:
2727
- /sys/fs/cgroup:/sys/fs/cgroup:ro
2828
network: net1
@@ -33,8 +33,8 @@ platforms:
3333
- testohpc_compute
3434
command: /sbin/init
3535
tmpfs:
36-
- /run
37-
- /tmp
36+
/run: rw
37+
/tmp: rw
3838
volumes:
3939
- /sys/fs/cgroup:/sys/fs/cgroup:ro
4040
network: net1

molecule/test13/molecule.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ platforms:
99
- testohpc_control
1010
command: /sbin/init
1111
tmpfs:
12-
- /run
13-
- /tmp
12+
/run: rw
13+
/tmp: rw
1414
volumes:
1515
- /sys/fs/cgroup:/sys/fs/cgroup:ro
1616
network: net1
@@ -22,8 +22,8 @@ platforms:
2222
- testohpc_login
2323
command: /sbin/init
2424
tmpfs:
25-
- /run
26-
- /tmp
25+
/run: rw
26+
/tmp: rw
2727
volumes:
2828
- /sys/fs/cgroup:/sys/fs/cgroup:ro
2929
network: net1
@@ -35,8 +35,8 @@ platforms:
3535
- testohpc_login
3636
command: /sbin/init
3737
tmpfs:
38-
- /run
39-
- /tmp
38+
/run: rw
39+
/tmp: rw
4040
volumes:
4141
- /sys/fs/cgroup:/sys/fs/cgroup:ro
4242
network: net1
@@ -48,8 +48,8 @@ platforms:
4848
- testohpc_compute
4949
command: /sbin/init
5050
tmpfs:
51-
- /run
52-
- /tmp
51+
/run: rw
52+
/tmp: rw
5353
volumes:
5454
- /sys/fs/cgroup:/sys/fs/cgroup:ro
5555
network: net1
@@ -60,8 +60,8 @@ platforms:
6060
- testohpc_compute
6161
command: /sbin/init
6262
tmpfs:
63-
- /run
64-
- /tmp
63+
/run: rw
64+
/tmp: rw
6565
volumes:
6666
- /sys/fs/cgroup:/sys/fs/cgroup:ro
6767
network: net1

molecule/test15/molecule.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ platforms:
99
- testohpc_login
1010
command: /sbin/init
1111
tmpfs:
12-
- /run
13-
- /tmp
12+
/run: rw
13+
/tmp: rw
1414
volumes:
1515
- /sys/fs/cgroup:/sys/fs/cgroup:ro
1616
network: net1
@@ -21,8 +21,8 @@ platforms:
2121
- testohpc_compute
2222
command: /sbin/init
2323
tmpfs:
24-
- /run
25-
- /tmp
24+
/run: rw
25+
/tmp: rw
2626
volumes:
2727
- /sys/fs/cgroup:/sys/fs/cgroup:ro
2828
network: net1
@@ -33,8 +33,8 @@ platforms:
3333
- testohpc_compute
3434
command: /sbin/init
3535
tmpfs:
36-
- /run
37-
- /tmp
36+
/run: rw
37+
/tmp: rw
3838
volumes:
3939
- /sys/fs/cgroup:/sys/fs/cgroup:ro
4040
network: net1

molecule/test1b/molecule.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ platforms:
1111
- testohpc_login
1212
command: /sbin/init
1313
tmpfs:
14-
- /run
15-
- /tmp
14+
/run: rw
15+
/tmp: rw
1616
volumes:
1717
- /sys/fs/cgroup:/sys/fs/cgroup:ro
1818
network: net1
@@ -23,8 +23,8 @@ platforms:
2323
- testohpc_compute
2424
command: /sbin/init
2525
tmpfs:
26-
- /run
27-
- /tmp
26+
/run: rw
27+
/tmp: rw
2828
volumes:
2929
- /sys/fs/cgroup:/sys/fs/cgroup:ro
3030
network: net1

molecule/test1c/molecule.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ platforms:
99
- testohpc_login
1010
command: /sbin/init
1111
tmpfs:
12-
- /run
13-
- /tmp
12+
/run: rw
13+
/tmp: rw
1414
volumes:
1515
- /sys/fs/cgroup:/sys/fs/cgroup:ro
1616
network: net1
@@ -21,8 +21,8 @@ platforms:
2121
- testohpc_compute
2222
command: /sbin/init
2323
tmpfs:
24-
- /run
25-
- /tmp
24+
/run: rw
25+
/tmp: rw
2626
volumes:
2727
- /sys/fs/cgroup:/sys/fs/cgroup:ro
2828
network: net1
@@ -33,8 +33,8 @@ platforms:
3333
- testohpc_compute
3434
command: /sbin/init
3535
tmpfs:
36-
- /run
37-
- /tmp
36+
/run: rw
37+
/tmp: rw
3838
volumes:
3939
- /sys/fs/cgroup:/sys/fs/cgroup:ro
4040
network: net1

molecule/test2/molecule.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ platforms:
99
- testohpc_login
1010
command: /sbin/init
1111
tmpfs:
12-
- /run
13-
- /tmp
12+
/run: rw
13+
/tmp: rw
1414
volumes:
1515
- /sys/fs/cgroup:/sys/fs/cgroup:ro
1616
network: net1
@@ -22,8 +22,8 @@ platforms:
2222
- testohpc_part1
2323
command: /sbin/init
2424
tmpfs:
25-
- /run
26-
- /tmp
25+
/run: rw
26+
/tmp: rw
2727
volumes:
2828
- /sys/fs/cgroup:/sys/fs/cgroup:ro
2929
network: net1
@@ -35,8 +35,8 @@ platforms:
3535
- testohpc_part1
3636
command: /sbin/init
3737
tmpfs:
38-
- /run
39-
- /tmp
38+
/run: rw
39+
/tmp: rw
4040
volumes:
4141
- /sys/fs/cgroup:/sys/fs/cgroup:ro
4242
network: net1
@@ -48,8 +48,8 @@ platforms:
4848
- testohpc_part2
4949
command: /sbin/init
5050
tmpfs:
51-
- /run
52-
- /tmp
51+
/run: rw
52+
/tmp: rw
5353
volumes:
5454
- /sys/fs/cgroup:/sys/fs/cgroup:ro
5555
network: net1
@@ -61,8 +61,8 @@ platforms:
6161
- testohpc_part2
6262
command: /sbin/init
6363
tmpfs:
64-
- /run
65-
- /tmp
64+
/run: rw
65+
/tmp: rw
6666
volumes:
6767
- /sys/fs/cgroup:/sys/fs/cgroup:ro
6868
network: net1

molecule/test3/molecule.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ platforms:
99
- testohpc_login
1010
command: /sbin/init
1111
tmpfs:
12-
- /run
13-
- /tmp
12+
/run: rw
13+
/tmp: rw
1414
volumes:
1515
- /sys/fs/cgroup:/sys/fs/cgroup:ro
1616
network: net1
@@ -22,8 +22,8 @@ platforms:
2222
- testohpc_grp1
2323
command: /sbin/init
2424
tmpfs:
25-
- /run
26-
- /tmp
25+
/run: rw
26+
/tmp: rw
2727
volumes:
2828
- /sys/fs/cgroup:/sys/fs/cgroup:ro
2929
network: net1
@@ -35,8 +35,8 @@ platforms:
3535
- testohpc_grp1
3636
command: /sbin/init
3737
tmpfs:
38-
- /run
39-
- /tmp
38+
/run: rw
39+
/tmp: rw
4040
volumes:
4141
- /sys/fs/cgroup:/sys/fs/cgroup:ro
4242
network: net1
@@ -48,8 +48,8 @@ platforms:
4848
- testohpc_grp2
4949
command: /sbin/init
5050
tmpfs:
51-
- /run
52-
- /tmp
51+
/run: rw
52+
/tmp: rw
5353
volumes:
5454
- /sys/fs/cgroup:/sys/fs/cgroup:ro
5555
network: net1
@@ -61,8 +61,8 @@ platforms:
6161
- testohpc_grp2
6262
command: /sbin/init
6363
tmpfs:
64-
- /run
65-
- /tmp
64+
/run: rw
65+
/tmp: rw
6666
volumes:
6767
- /sys/fs/cgroup:/sys/fs/cgroup:ro
6868
network: net1

0 commit comments

Comments
 (0)