@@ -6,24 +6,23 @@ Test options in "Other" column flow down through table unless changed.
66
77Test | # Partitions | Groups in partitions? | Other
88--- | --- | --- | ---
9- test1 | 1 | N | 2x compute node, sequential names (default test), config on all nodes
9+ test1 | 1 | N | 2x compute node, sequential names (default test)
1010test1b | 1 | N | 1x compute node
1111test1c | 1 | N | 2x compute nodes, nonsequential names
1212test2 | 2 | N | 4x compute node, sequential names
1313test3 | 1 | Y | 4x compute nodes in 2x groups, single partition
1414test4 | 1 | N | 2x compute node, accounting enabled
15- test5 | 1 | N | As for # 1 but configless
16- test6 | 1 | N | 0x compute nodes, configless
15+ test5 | - | - | [ removed, now always configless]
16+ test6 | 1 | N | 0x compute nodes
1717test7 | 1 | N | [ removed, image build should just run install.yml task, this is not expected to work]
18- test8 | 1 | N | 2x compute node, 2x login-only nodes, configless
18+ test8 | 1 | N | 2x compute node, 2x login-only nodes
1919test9 | 1 | N | As test8 but uses ` --limit=testohpc-control,testohpc-compute-0 ` and checks login nodes still end up in slurm.conf
20- test10 | 1 | N | As for #5 but then tries to add an additional node
21- test11 | 1 | N | As for #5 but then deletes a node (actually changes the partition due to molecule/ansible limitations)
22- test12 | 1 | N | As for #5 but enabling job completion and testing ` sacct -c `
23- test13 | 1 | N | As for #5 but tests ` openhpc_config ` variable.
24- test14 | 1 | N | [ removed, extra_nodes removed]
25- test15 | 1 | Y | As for #5 but also tests ` partitions with different name but with the same NodeName ` .
26-
20+ test10 | 1 | N | As for #1 but then tries to add an additional node
21+ test11 | 1 | N | As for #1 but then deletes a node (actually changes the partition due to molecule/ansible limitations)
22+ test12 | 1 | N | As for #1 but enabling job completion and testing ` sacct -c `
23+ test13 | 1 | N | As for #1 but tests ` openhpc_config ` variable.
24+ test14 | - | - | [ removed, extra_nodes removed]
25+ test15 | 1 | Y | As for #1 but also tests partitions with different name but with the same NodeName.
2726
2827# Local Installation & Running
2928
0 commit comments