Configure the test session to run a specific test group. Specifying a test group makes it easy to run a typical test grouping with small modifications since the session will inherit all of the values from the base test with any overrides applied (see the code block below for examples). NOTE: testgroup can be combined with testlist to run a test group plus additional suites Valid values: See the Test Groups section for a complete list | Code Block |
|---|
| # run a typical review-ldiskfs session with a stand alone MGS
testgroup=review-ldiskfs standalonemgs
# run failover with a specific server version
testgroup=failover serverversion=2.11.50
# run review-dne-part-1 with additional suites
testgroup=review-dne-part-1 testlist=sanity-lfsck,sanity-sec |
|