Skip to content
Snippets Groups Projects
Commit 3b0ad2b5 authored by Danny Auble's avatar Danny Auble
Browse files

Change name in test

parent 83e3c480
No related branches found
No related tags found
No related merge requests found
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
############################################################################ ############################################################################
# Purpose: Test of SLURM functionality # Purpose: Test of SLURM functionality
# Test that partition and job qos limits are enforced when using # Test that partition and job qos limits are enforced when using
# the PartitionQos flag for the job's qos # the OverPartQos flag for the job's qos
# #
# Output: "TEST: #.#" followed by "SUCCESS" if test was successful, OR # Output: "TEST: #.#" followed by "SUCCESS" if test was successful, OR
# "FAILURE: ..." otherwise with an explanation of the failure, OR # "FAILURE: ..." otherwise with an explanation of the failure, OR
...@@ -408,10 +408,10 @@ send_user "\n========== Run limit test on partition's qos limits ==========\n\n" ...@@ -408,10 +408,10 @@ send_user "\n========== Run limit test on partition's qos limits ==========\n\n"
part_test part_test
# #
# Set partitionqos flag on job's qos # Set overpartqos flag on job's qos
# #
set changed 0 set changed 0
spawn $sacctmgr -i mod qos $job_qos set flag=partitionqos spawn $sacctmgr -i mod qos $job_qos set flag=overpartqos
expect { expect {
-re "Modified qos" { -re "Modified qos" {
set changed 1 set changed 1
......
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