Skip to content
Snippets Groups Projects
Commit 9539ccde authored by Moe Jette's avatar Moe Jette
Browse files

Disable hostlist test for elan switch.

parent 98e5eef0
No related branches found
No related tags found
No related merge requests found
......@@ -45,10 +45,15 @@ print_header $test_id
exec $bin_rm -f $hostfile
if { [test_front_end] } {
send_user "\nWARNING: This test incompatable with front-end Systems\n"
send_user "\nWARNING: This test incompatable with front-end systems\n"
exit $exit_code
}
if {[string compare [switch_type] "elan"] == 0} {
send_user "\nWARNING: This test incompatable with Elan switch\n"
exit $exit_code
}
#find out if we have enough nodes to test functionality
set partition [default_partition]
spawn $scontrol show partition $partition
expect {
-re "not found" {
......
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