From 50ab121f3b2e7a994544fd4163c2e848afe18d57 Mon Sep 17 00:00:00 2001
From: Moe Jette <jette1@llnl.gov>
Date: Wed, 26 Jun 2002 03:08:25 +0000
Subject: [PATCH] Defunct test scripts slurm.commands and slurm.jobs removed.

---
 etc/slurm.commands | 25 -------------------------
 etc/slurm.jobs     | 23 -----------------------
 2 files changed, 48 deletions(-)
 delete mode 100644 etc/slurm.commands
 delete mode 100644 etc/slurm.jobs

diff --git a/etc/slurm.commands b/etc/slurm.commands
deleted file mode 100644
index d3b346653aa..00000000000
--- a/etc/slurm.commands
+++ /dev/null
@@ -1,25 +0,0 @@
-DumpNode   LastUpdate=1234
-JobSubmit  JobName=Job01 User=1500 TotalNodes=400 ReqNodes=lx[3000-3003] Partition=batch Key=1234
-JobSubmit  JobName=Job02 User=1500 TotalNodes=400 Partition=batch Key=1234
-Update     NodeName=lx3000,lx3003 State=DRAINING
-JobSubmit  JobName=Job03 User=1500 TotalNodes=500 Partition=batch Key=1234
-JobSubmit  JobName=Job04 User=1500 TotalNodes=600 Partition=batch Key=1234
-JobSubmit  JobName=Job05 User=1500 TotalNodes=4000 Partition=batch Key=1234
-JobSubmit  JobName=Job06 User=1500 TotalNodes=1000 Partition=batch Key=1234
-JobSubmit  JobName=Job07 User=1500 TotalProcs=3000 Partition=batch Key=1234
-JobSubmit  JobName=Job08 User=1500 MinProcs=30 TotalProcs=60 Partition=batch Key=1234
-JobSubmit  JobName=Job09 User=1500 TotalNodes=2 TotalProcs=128 Partition=batch Key=1234
-Update     PartitionName=class AllowGroups=students,teachers MaxTime=20 MaxNodes=4
-Update     PartitionName=debug State=DOWN
-Update     PartitionName=batch Key=NO Nodes=lx[0100-9999]
-Reconfigure
-NodeConfig NodeName=lx1234 Procs=16 RealMemory=2048 TmpDisk=16384
-DumpPart   LastUpdate=5678
-Expect     errors from here on ...
-NodeConfig NodeName=lx1235 Procs=1 RealMemory=2 TmpDisk=3
-NodeConfig Procs=1 RealMemory=2 TmpDisk=3
-Update     PartitionName=debug State=DOWN MoreStuff
-Update     PartitionName=debug State=OTHER MoreStuff
-Update     PartitionName=debug State=OTHER MoreStuff
-Update     NodeName=lx[3000-1234 State=DRAINING
-Shutdown
diff --git a/etc/slurm.jobs b/etc/slurm.jobs
deleted file mode 100644
index ea53bb6a8a0..00000000000
--- a/etc/slurm.jobs
+++ /dev/null
@@ -1,23 +0,0 @@
-JobName=Job01		User=1500 Script=/bin/hostname ReqNodes=lx[0021-0022] TotalNodes=2 TotalProcs=16
-JobName=FAIL_Partition	User=1500 Script=/bin/hostname ReqNodes=lx[0021-0022] Partition=NOPART
-JobName=FAIL_TotalProcs	User=1500 Script=/bin/hostname ReqNodes=lx[0021-0022] TotalProcs=600
-JobName=FAIL_TotalNodes	User=1500 Script=/bin/hostname ReqNodes=lx[0021-0022] TotalNodes=10
-JobName=FAIL_PartMaxNod	User=1500 Script=/bin/hostname ReqNodes=lx[0021-0022] TotalNodes=2 TotalProcs=160
-JobName=FAIL_MinMemory	User=1500 Script=/bin/hostname ReqNodes=lx[0021-0022] MinRealMemory=9000
-JobName=FAIL_MinTmpDisk	User=1500 Script=/bin/hostname ReqNodes=lx[0021-0022] MinTmpDisk=32000
-JobName=FAIL_Features	User=1500 Script=/bin/hostname ReqNodes=lx[0021-0022] Features=SuperFast
-JobName=FAIL_NodeBusy	User=1500 Script=/bin/hostname ReqNodes=lx[0022-0023]
-JobName=FAIL_User	          Script=/bin/hostname TotalNodes=600                Partition=batch Key=1234
-JobName=FAIL_Script	User=1500                      TotalNodes=600                Partition=batch Key=1234
-JobName=Job02		User=1500 Script=/bin/hostname ReqNodes=lx[0401-0404],lx[0409-0416] Partition=batch Key=1234
-JobName=FAIL_ReqNodes	User=1500 Script=/bin/hostname ReqNodes=lx[0021-0030]               Partition=batch Key=1234
-JobName=FAIL_NoKey	User=1500 Script=/bin/hostname ReqNodes=lx[0401-0404],lx[0409-0416] Partition=batch
-JobName=FAIL_MinProcs	User=1500 Script=/bin/hostname ReqNodes=lx[0401-0404] MinProcs=32   Partition=batch Key=1234
-JobName=Job03		User=1500 Script=/bin/hostname ReqNodes=lx0031 Partition=class Groups=employee,students,teacher
-JobName=FAIL_Groups	User=1500 Script=/bin/hostname ReqNodes=lx0031 Partition=class Groups=employee,teacher
-JobName=Job04		User=1500 Script=/bin/hostname ReqNodes=lx0301,lx0310 Contiguous=YES Partition=batch Key=1234 
-JobName=FAIL_NoSpecs	User=1500 Script=/bin/hostname Partition=class Groups=students
-JobName=Job05		User=1500 Script=/bin/hostname ReqNodes=lx[8000-8002] TotalNodes=400 Partition=batch Key=1234
-JobName=Job06		User=1500 Script=/bin/hostname TotalProcs=400  Partition=batch Key=1234
-JobName=Job06		User=1500 Script=/bin/hostname TotalNodes=4   TotalProcs=400 Partition=batch Key=1234
-JobName=Job07		User=1500 Script=/bin/hostname TotalNodes=600                Partition=batch Key=1234
-- 
GitLab