diff options
Diffstat (limited to 'docs/testing/user/userguide')
-rw-r--r-- | docs/testing/user/userguide/cli_reference.rst | 8 | ||||
-rw-r--r-- | docs/testing/user/userguide/testing_guide.rst | 8 |
2 files changed, 8 insertions, 8 deletions
diff --git a/docs/testing/user/userguide/cli_reference.rst b/docs/testing/user/userguide/cli_reference.rst index ddf308ef..891617aa 100644 --- a/docs/testing/user/userguide/cli_reference.rst +++ b/docs/testing/user/userguide/cli_reference.rst @@ -118,7 +118,7 @@ Dovetail Commands .. code-block:: bash root@1f230e719e44:~/dovetail/dovetail# dovetail --version - dovetail, version 2018.8.0 + dovetail, version 2018.9.0 Dovetail List Commands ---------------------- @@ -135,7 +135,7 @@ Dovetail List Commands .. code-block:: bash - root@1f230e719e44:~/dovetail/dovetail# dovetail list ovp.2018.08 + root@1f230e719e44:~/dovetail/dovetail# dovetail list ovp.2018.09 - mandatory functest.vping.userdata functest.vping.ssh @@ -266,7 +266,7 @@ Dovetail Run Commands root@1f230e719e44:~/dovetail/dovetail# dovetail run --testcase functest.vping.ssh --offline -r --deploy-scenario os-nosdn-ovs-ha 2017-10-12 14:57:51,278 - run - INFO - ================================================ - 2017-10-12 14:57:51,278 - run - INFO - Dovetail compliance: ovp.2018.08! + 2017-10-12 14:57:51,278 - run - INFO - Dovetail compliance: ovp.2018.09! 2017-10-12 14:57:51,278 - run - INFO - ================================================ 2017-10-12 14:57:51,278 - run - INFO - Build tag: daily-master-b80bca76-af5d-11e7-879a-0242ac110002 2017-10-12 14:57:51,278 - run - INFO - DEPLOY_SCENARIO : os-nosdn-ovs-ha @@ -278,7 +278,7 @@ Dovetail Run Commands 2017-10-12 14:58:21,325 - report.Report - INFO - Dovetail Report - Version: 2018.08 + Version: 2018.09 Build Tag: daily-master-b80bca76-af5d-11e7-879a-0242ac110002 Test Date: 2018-08-13 03:23:56 UTC Duration: 291.92 s diff --git a/docs/testing/user/userguide/testing_guide.rst b/docs/testing/user/userguide/testing_guide.rst index 6bf6d291..fa8ad1a6 100644 --- a/docs/testing/user/userguide/testing_guide.rst +++ b/docs/testing/user/userguide/testing_guide.rst @@ -572,7 +572,7 @@ for the details of the CLI. The '--testsuite' option is used to control the set of tests intended for execution at a high level. For the purposes of running the OVP test suite, the test suite name follows the following format, ``ovp.<major>.<minor>.<patch>``. The latest and default test suite is -ovp.2018.08. +ovp.2018.09. .. code-block:: bash @@ -582,10 +582,10 @@ This command is equal to .. code-block:: bash - $ dovetail run --testsuite ovp.2018.08 + $ dovetail run --testsuite ovp.2018.09 Without any additional options, the above command will attempt to execute all mandatory and -optional test cases with test suite ovp.2018.08. +optional test cases with test suite ovp.2018.09. To restrict the breadth of the test scope, it can also be specified using options '--mandatory' or '--optional'. @@ -657,7 +657,7 @@ result file on the Test Host. $ dovetail run --offline --testcase functest.vping.userdata --report 2018-05-22 08:16:16,353 - run - INFO - ================================================ - 2018-05-22 08:16:16,353 - run - INFO - Dovetail compliance: ovp.2018.08! + 2018-05-22 08:16:16,353 - run - INFO - Dovetail compliance: ovp.2018.09! 2018-05-22 08:16:16,353 - run - INFO - ================================================ 2018-05-22 08:16:16,353 - run - INFO - Build tag: daily-master-660de986-5d98-11e8-b635-0242ac110001 2018-05-22 08:19:31,595 - run - WARNING - There is no hosts file /home/dovetail/pre_config/hosts.yaml, may be some issues with domain name resolution. |