Update README to add instruction for running the tests in a list.
Update README file to add instruction to only test the tests listed in a file. Change-Id: If7327db98623861112fc634a089cf04f43997532
This commit is contained in:
17
README.rst
17
README.rst
@@ -39,26 +39,29 @@ We've created an "easy button" for Ubuntu, Centos, RHEL and openSuSe.
|
|||||||
|
|
||||||
4. Validate your setup by running a short test.
|
4. Validate your setup by running a short test.
|
||||||
|
|
||||||
`./refstack-client test -c <Path of the tempest configuration file to use>`
|
`./refstack-client test -c <Path of the tempest configuration file to use> -vv -t "tempest.api.identity.admin.v2.test_roles"`
|
||||||
`-vv -t "tempest.api.identity.admin.v2.test_roles"`
|
|
||||||
|
|
||||||
or
|
or
|
||||||
|
|
||||||
`./refstack-client test -c <Path of the tempest configuration file to use>`
|
`./refstack-client test -c <Path of the tempest configuration file to use> -vv -t "tempest.api.identity.v2.test_token"`
|
||||||
`-vv -t "tempest.api.identity.v2.test_token"`
|
|
||||||
|
|
||||||
|
|
||||||
5. Run a full API test set.
|
5. Run a full API test set.
|
||||||
|
|
||||||
`./refstack-client test -c <Path of the tempest configuration file to use> -vv`
|
`./refstack-client test -c <Path of the tempest configuration file to use> -vv`
|
||||||
|
|
||||||
**Note:**
|
**Note:**
|
||||||
|
|
||||||
a. Adding -v option will show the summary output.
|
a. Adding -v option will show the summary output.
|
||||||
b. Adding -vv option will show the Tempest test result output.
|
b. Adding -vv option will show the Tempest test result output.
|
||||||
c. Adding -t option will only test a particular test case or a test group.
|
c. Adding -t option will only test a particular test case or a test group.
|
||||||
This option can be used for quick verification of the target test cases
|
This option can be used for quick verification of the target test cases.
|
||||||
(i.e. -t "tempest.api.identity.admin.test_roles").
|
For example:
|
||||||
|
|
||||||
|
`-t "tempest.api.identity.v2.test_token"`
|
||||||
|
|
||||||
|
`-t "--load-list /tmp/test-list.txt"`
|
||||||
|
|
||||||
d. Adding --upload option will have your test results be uploaded to the
|
d. Adding --upload option will have your test results be uploaded to the
|
||||||
default Refstack API server or the server specified by --url.
|
default Refstack API server or the server specified by --url.
|
||||||
e. Adding --url option will allow you to change where test results should
|
e. Adding --url option will allow you to change where test results should
|
||||||
|
|||||||
Reference in New Issue
Block a user