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

Expanded tests for node selections/scheduling. - Jette

parent 186434e4
No related branches found
No related tags found
No related merge requests found
Reconfigure DumpNode LastUpdate=1234
Allocate JobName=Job01 TotalNodes=400 NodeList=lx[3000-3003] Partition=batch Key=1234
Allocate JobName=Job02 TotalNodes=400 Partition=batch Key=1234
Update NodeName=lx3000,lx3003 State=DRAINING Update NodeName=lx3000,lx3003 State=DRAINING
Allocate JobName=Job03 TotalNodes=500 Partition=batch Key=1234
Allocate JobName=Job04 TotalNodes=600 Partition=batch Key=1234
Allocate JobName=Job05 TotalNodes=4000 Partition=batch Key=1234
Allocate JobName=Job06 TotalNodes=1000 Partition=batch Key=1234
Allocate JobName=Job07 TotalCPUs=3000 Partition=batch Key=1234
Allocate JobName=Job08 MinCPUs=30 TotalCPUs=60 Partition=batch Key=1234
Allocate JobName=Job08 TotalNodes=2 TotalCPUs=128 Partition=batch Key=1234
Update PartitionName=class AllowGroups=students,teachers MaxTime=20 MaxNodes=4 Update PartitionName=class AllowGroups=students,teachers MaxTime=20 MaxNodes=4
Update PartitionName=debug State=DOWN Update PartitionName=debug State=DOWN
Update PartitionName=batch Key=NO Nodes=lx[0100-9999] Update PartitionName=batch Key=NO Nodes=lx[0100-9999]
Reconfigure
NodeConfig NodeName=lx1234 CPUs=16 RealMemory=2048 TmpDisk=16384 NodeConfig NodeName=lx1234 CPUs=16 RealMemory=2048 TmpDisk=16384
DumpNode LastUpdate=1234
DumpPart LastUpdate=5678 DumpPart LastUpdate=5678
Expect errors from here on ... Expect errors from here on ...
NodeConfig NodeName=lx1235 CPUs=1 RealMemory=2 TmpDisk=3 NodeConfig NodeName=lx1235 CPUs=1 RealMemory=2 TmpDisk=3
......
...@@ -14,3 +14,6 @@ JobName=Job03 NodeList=lx0031 Partition=class Groups=employee,students,teacher ...@@ -14,3 +14,6 @@ JobName=Job03 NodeList=lx0031 Partition=class Groups=employee,students,teacher
JobName=FAIL_Groups NodeList=lx0031 Partition=class Groups=employee,teacher JobName=FAIL_Groups NodeList=lx0031 Partition=class Groups=employee,teacher
JobName=Job04 NodeList=lx0301,lx0310 Contiguous Partition=batch Key=1234 JobName=Job04 NodeList=lx0301,lx0310 Contiguous Partition=batch Key=1234
JobName=FAIL_NoSpecs Partition=class Groups=students JobName=FAIL_NoSpecs Partition=class Groups=students
JobName=Job05 NodeList=lx[8000-8002] TotalNodes=400 Partition=batch Key=1234
JobName=Job06 TotalCPUs=400 Partition=batch Key=1234
JobName=Job06 TotalNodes=4 TotalCPUs=400 Partition=batch Key=1234
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