------------------------
OVP/Dovetail groups test cases into test suites and test areas. Test suites are currently a basic
-categorization around releases for the most part. Executing the test suite 'ovp.2018.09' without
+categorization around releases for the most part. Executing the test suite 'ovp.2019.0x' without
further specification will run all the test cases in the OVP 2018.09 release. Test suites are
divided into test areas that can be executed separately.
.. code-block:: bash
- root@1f230e719e44:~/dovetail/dovetail# dovetail list ovp.2018.09
+ root@1f230e719e44:~/dovetail/dovetail# dovetail list ovp.2019.0x
- mandatory
functest.vping.userdata
functest.vping.ssh
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.09!
+ 2017-10-12 14:57:51,278 - run - INFO - Dovetail compliance: ovp.2019.0x!
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
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.09.
+ovp.2019.0x.
.. code-block:: bash
.. code-block:: bash
- $ dovetail run --testsuite ovp.2018.09
+ $ dovetail run --testsuite ovp.2019.0x
Without any additional options, the above command will attempt to execute all mandatory and
-optional test cases with test suite ovp.2018.09.
+optional test cases with test suite ovp.2019.0x.
To restrict the breadth of the test scope, it can also be specified using options
'--mandatory' or '--optional'.
$ 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.09!
+ 2018-05-22 08:16:16,353 - run - INFO - Dovetail compliance: ovp.2019.0x!
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.