From d0ac23569e1c7534035c706ae03ac8d768e7cee8 Mon Sep 17 00:00:00 2001 From: Tomaz Muraus Date: Mon, 30 Jul 2018 16:32:10 +0200 Subject: [PATCH] Fix typo - successfuly -> successfully --- robotfm_tests/cli/packs_python3.robot | 4 ++-- robotfm_tests/docs/integration_packs_doc.robot | 2 +- robotfm_tests/docs/quickstart_sample_rule_with_webhook.robot | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/robotfm_tests/cli/packs_python3.robot b/robotfm_tests/cli/packs_python3.robot index dc3d358..4ceeea9 100644 --- a/robotfm_tests/cli/packs_python3.robot +++ b/robotfm_tests/cli/packs_python3.robot @@ -8,7 +8,7 @@ TEST:Verify "packs.setup_virtualenv" with no python3 flag works and defaults to ${result}= Run Process st2 run packs.setup_virtualenv packs\=examples -j Process Log To Console ${result} - Should Contain ${result.stdout} "result": "Successfuly set up virtualenv for the following packs: examples" + Should Contain ${result.stdout} "result": "Successfully set up virtualenv for the following packs: examples" Should Contain ${result.stdout} ${SUCCESS STATUS} ${result}= Run Process /opt/stackstorm/virtualenvs/examples/bin/python --version Process Log To Console ${result} @@ -21,7 +21,7 @@ TEST:Verify "packs.setup_virtualenv" with python3 flag works ${result}= Run Process st2 run packs.setup_virtualenv packs\=examples python3\=true -j Process Log To Console ${result} - Should Contain ${result.stdout} "result": "Successfuly set up virtualenv for the following packs: examples" + Should Contain ${result.stdout} "result": "Successfully set up virtualenv for the following packs: examples" Should Contain ${result.stdout} ${SUCCESS STATUS} ${result}= Run Process /opt/stackstorm/virtualenvs/examples/bin/python --version Process Log To Console ${result} diff --git a/robotfm_tests/docs/integration_packs_doc.robot b/robotfm_tests/docs/integration_packs_doc.robot index 7d609e1..944412c 100644 --- a/robotfm_tests/docs/integration_packs_doc.robot +++ b/robotfm_tests/docs/integration_packs_doc.robot @@ -49,7 +49,7 @@ TEST:OLD-Verify packs can be downloaded using packs.download TEST:OLD-Verify "packs.setup_virtualenv" for a pack downloaded in previous step ${result}= Run Process st2 run packs.setup_virtualenv packs\=${PACK TO INSTALL 1} -j - Should Contain ${result.stdout} "result": "Successfuly set up virtualenv for the following packs: ${PACK TO INSTALL 1}" + Should Contain ${result.stdout} "result": "Successfully set up virtualenv for the following packs: ${PACK TO INSTALL 1}" Should Contain ${result.stdout} ${SUCCESS STATUS} diff --git a/robotfm_tests/docs/quickstart_sample_rule_with_webhook.robot b/robotfm_tests/docs/quickstart_sample_rule_with_webhook.robot index 7bde9c4..0495d28 100644 --- a/robotfm_tests/docs/quickstart_sample_rule_with_webhook.robot +++ b/robotfm_tests/docs/quickstart_sample_rule_with_webhook.robot @@ -57,7 +57,7 @@ TEST:Verify examples pack installation and setup ${result}= Run Process sudo cp -r /usr/share/doc/st2/examples/ /opt/stackstorm/packs/ Directory Should Exist /opt/stackstorm/packs/examples ${result}= Run Process st2 run packs.setup_virtualenv packs\=examples -j - Should Contain ${result.stdout} "result": "Successfuly set up virtualenv for the following packs: examples" + Should Contain ${result.stdout} "result": "Successfully set up virtualenv for the following packs: examples" Should Contain ${result.stdout} "status": "succeeded" ${result}= Run Process st2 action list -p examples Should Contain ${result.stdout} No matching items found