Skip to content
Snippets Groups Projects
Commit 0ae50f48 authored by Ethan Simmons's avatar Ethan Simmons Committed by tjnz
Browse files

Testsuite - skip subtests in test21.21 on select/linear

Test originally checks for exclusive node allocation via oversubscribtion.
Extend these to check for select/linear also to determine exclusive
node allocation.

Bug 16828
parent 4d55acb5
No related branches found
No related tags found
No related merge requests found
......@@ -41,7 +41,7 @@ proc inc21_21_good { test_type limit } {
log_info "====== Test $test_type ======"
if {($test_type eq "maxcpus" || $test_type eq "maxcpumins") && [default_part_exclusive] != 0} {
if {($test_type eq "maxcpus" || $test_type eq "maxcpumins") && ([default_part_exclusive] != 0 || [check_config_select "linear"])} {
log_warn "Unable to perform test with exclusive node allocations"
set is_skip 1
return
......@@ -140,7 +140,7 @@ proc inc21_21_grp_test { test_type limit } {
return
}
if { [default_part_exclusive] != 0} {
if { [default_part_exclusive] != 0 || [check_config_select "linear"]} {
log_warn "This test can't be run Exclusive node allocations"
set is_skip 1
return
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment