From dd4da5965baa1720326a932e2842099be0aaa92f Mon Sep 17 00:00:00 2001 From: Morris Jette <jette@schedmd.com> Date: Fri, 12 Aug 2011 11:43:35 -0700 Subject: [PATCH] Update of test suite Makefile and README --- testsuite/expect/Makefile.am | 2 ++ testsuite/expect/Makefile.in | 2 ++ testsuite/expect/README | 2 ++ 3 files changed, 6 insertions(+) diff --git a/testsuite/expect/Makefile.am b/testsuite/expect/Makefile.am index d3ccda9a3fc..82dcd978c82 100644 --- a/testsuite/expect/Makefile.am +++ b/testsuite/expect/Makefile.am @@ -203,6 +203,8 @@ EXTRA_DIST = \ test8.7.prog.c \ test8.8 \ test8.20 \ + test8.21 \ + test8.21.bash \ test9.1 \ test9.2 \ test9.3 \ diff --git a/testsuite/expect/Makefile.in b/testsuite/expect/Makefile.in index b4e56b9c9b6..d8ca8298221 100644 --- a/testsuite/expect/Makefile.in +++ b/testsuite/expect/Makefile.in @@ -483,6 +483,8 @@ EXTRA_DIST = \ test8.7.prog.c \ test8.8 \ test8.20 \ + test8.21 \ + test8.21.bash \ test9.1 \ test9.2 \ test9.3 \ diff --git a/testsuite/expect/README b/testsuite/expect/README index 39ad5d51424..ea1f5ab954f 100644 --- a/testsuite/expect/README +++ b/testsuite/expect/README @@ -331,6 +331,8 @@ test8.8 Test result of marking smaller blocks in an error state. **NOTE** The following tests are specificallly for Bluegene/Q systems test8.20 Bluegene/Q only: Test that job step allocations are a valid size and within the job's allocation +test8.21 Bluegene/Q only: Test that multple job step allocations are + properly packed within the job's allocation test9.# System stress testing. Exercises all commands and daemons. -- GitLab