Skip to content

Commit 97b1cee

Browse files
committed
Add Queue to expected test output (SOFTWARE-5881)
1 parent 9e21f9d commit 97b1cee

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tests/test_resourcecatalog.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,7 @@ def testResourceEntry(self):
158158
MaxWallTime = 1440; \
159159
Memory = 4000; \
160160
Name = "red.unl.edu"; \
161+
Queue = "red"; \
161162
Requirements = TARGET.RequestCPUs <= CPUs && TARGET.RequestMemory <= Memory && member(TARGET.VO, AllowedVOs) && TARGET.VOTag == "ANALYSIS"; \
162163
Transform = [ set_MaxMemory = RequestMemory; set_VOTag = "ANALYSIS"; set_remote_queue = "red"; set_xcount = RequestCPUs; ]; \
163164
VOTag = "ANALYSIS"; \
@@ -217,6 +218,7 @@ def testFullWithExtraTransforms(self):
217218
MaxWallTime = 1440; \
218219
Memory = 4000; \
219220
Name = "glow.chtc.wisc.edu"; \
221+
Queue = "blue"; \
220222
Requirements = TARGET.RequestCPUs <= CPUs && TARGET.RequestMemory <= Memory && member(TARGET.VO, AllowedVOs); \
221223
Transform = [ set_MaxMemory = RequestMemory; set_WantRHEL6 = 1; set_remote_queue = "blue"; set_xcount = RequestCPUs; ]; \
222224
] \
@@ -247,6 +249,7 @@ def testResourceEntryWithPilot(self):
247249
Memory = 2500; \
248250
Name = "glow.chtc.wisc.edu"; \
249251
OS = "rhel8"; \
252+
Queue = ""; \
250253
RequireSingularity = True; \
251254
SendTests = True; \
252255
WholeNode = False; \
@@ -308,6 +311,7 @@ def testPilotExample(self):
308311
MaxWallTime = 2880; \
309312
Memory = 8192; \
310313
Name = "GPU"; \
314+
Queue = "gpu_queue_name"; \
311315
RequireSingularity = True; \
312316
SendTests = True; \
313317
WholeNode = False; \

0 commit comments

Comments
 (0)