Details
-
Bug
-
Resolution: Fixed
-
Minor
-
Lustre 2.6.0, Lustre 2.4.2, Lustre 2.5.1
-
None
-
RHEL6 MGS/MDS node, OSS with two OSTs and one client node
-
3
-
11758
Description
When using auster to run Luster tests, the "-s" flag is supposed to run tests that are marked as SLOW. Yet, using the -s flag has no change in what tests are or are not run.
From the help menu, we see that SLOW should be set to yes with the -s flag:
Usage auster [options] suite [suite optoins] [suite [suite options]]
Run Lustre regression tests suites.
-c CONFIG Test environment config file
-d LOGDIR Top level directory for logs
-D FULLLOGDIR Full directory for logs
-f STR Config name (cfg/<name>.sh)
-g GROUP Test group file (Overrides tests listed on command line)
-S TESTSUITE First test suite to run allows for restarts
-i N Repeat tests N times (default 1). A new directory
will be created under LOGDIR for each iteration.
-k Don't stop when subtests fail
-R Remount lustre between tests
-r Reformat (during initial configuration if needed)
-s SLOW=yes
...