diff options
author | Gary Wu <gary.i.wu@huawei.com> | 2018-11-08 13:14:53 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-11-08 13:14:53 +0000 |
commit | 335d28d9d9e4e46a3e6dcb4c90706db566e7cac4 (patch) | |
tree | f438284863ed348260f7436127e6fda761e8cda7 /test | |
parent | 7efcba3684e738e96861c0881c5e11741259a5f4 (diff) | |
parent | baab32c6dab9577f27549561c0e747456d86e20f (diff) |
Merge "fix typos"
Diffstat (limited to 'test')
-rw-r--r-- | test/xtesting/robot/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/xtesting/robot/README.md b/test/xtesting/robot/README.md index 428cb3fa9..0805ab1dd 100644 --- a/test/xtesting/robot/README.md +++ b/test/xtesting/robot/README.md @@ -81,7 +81,7 @@ By default it will execute all the tests corresponding to the command bash -c 'r If you want to execute only a subset of the tests you may precise the test cases using -t: bash -c 'run_tests -t robot_dcae' -The possible test cases are indictaed in the testcases.yaml and are based on robotframework tags. +The possible test cases are indicated in the testcases.yaml and are based on robotframework tags. If you want to push the results to the database, you can use the -r option: bash -c 'run_tests -t all -r' |