Skip to content
Snippets Groups Projects
Commit 6681c198 authored by Morris Jette's avatar Morris Jette
Browse files

fix some tests for additional configurations

parent c05f0832
No related branches found
No related tags found
No related merge requests found
......@@ -45,10 +45,14 @@ array set tasks {}
print_header $test_id
if {![string match *CR_PACK_NODES* [test_select_type_params]]} {
send_user "\nWARNING: this test requirese "
send_user "\nWARNING: this test requires "
send_user "SelectTypeParameters=CR_PACK_NODES\n"
exit 0
}
if {[test_front_end] != 0} {
send_user "\nWARNING: this test is not compatable with front-end configurations\n"
exit 0
}
proc check_node_config { } {
......
......@@ -73,7 +73,7 @@ proc check_name { job_id name } {
}
if {$check_out != 1} {
send_user "\nFAILURE: job name for job $job_id was not changed\n"
set exi_code 1
set exit_code 1
}
}
......
......@@ -134,6 +134,11 @@ proc check_pre { preempt_qos } {
######################### Test Begins #########################
if {[test_using_slurmdbd] != 1} {
send_user "\nWARNING: not using accounting_storage/slurmdbd\n"
exit $exit_code
}
# clean it up (and check to make sure we can do this test
remove_qos $qos_names_str
if {$access_err != 0} {
......
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