diff options
author | Stanislav Chlebec <stanislav.chlebec@pantheon.tech> | 2018-11-08 14:02:15 +0100 |
---|---|---|
committer | Stanislav Chlebec <stanislav.chlebec@pantheon.tech> | 2018-11-08 14:02:17 +0100 |
commit | baab32c6dab9577f27549561c0e747456d86e20f (patch) | |
tree | 8e8aea716dff1747a6f875b8ad6c18a27ec0bee7 /test/xtesting | |
parent | 4ee737cff74c52411b1d2f1455e15055f176b7ab (diff) |
fix typos
Change-Id: I72106bfccf8896fc21254ee78dd1c5397f4aafe2
Signed-off-by: Stanislav Chlebec <stanislav.chlebec@pantheon.tech>
Issue-ID: AAF-582
Diffstat (limited to 'test/xtesting')
-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' |