Refactor tempest common 91/59491/6
authorCédric Ollivier <cedric.ollivier@orange.com>
Tue, 3 Jul 2018 13:28:38 +0000 (15:28 +0200)
committerCédric Ollivier <cedric.ollivier@orange.com>
Sun, 8 Jul 2018 13:17:01 +0000 (15:17 +0200)
commiteb8f57466325f398c6b8b5f4d15005c71879a269
tree6f4c2d8498857712d48a7c19e1dffba7b27f47bf
parent4300f0c67b9cb5b75911b0764175044f5e8d3a32
Refactor tempest common

It also renames two testcases and updates all docs because tests
run in parallel in case of tempest smoke.

To force one thread as before:
run:
    module: 'functest.opnfv_tests.openstack.tempest.tempest'
    class: 'TempestCommon'
    args:
        mode: '^tempest\.(api|scenario).*\[.*\bsmoke\b.*\]$'
        option:
            - '--concurrency=1'

JIRA: FUNCTEST-989

Change-Id: I1348f5908400a5046be8edf983db4afa12e546c3
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
16 files changed:
docker/components/testcases.yaml
docker/smoke/testcases.yaml
docs/release/release-notes/functest-release.rst
docs/testing/developer/devguide/index.rst
docs/testing/user/userguide/reporting.rst
docs/testing/user/userguide/test_details.rst
docs/testing/user/userguide/test_overview.rst
docs/testing/user/userguide/troubleshooting.rst
functest/ci/testcases.yaml
functest/opnfv_tests/openstack/patrole/patrole.py
functest/opnfv_tests/openstack/refstack/refstack.py
functest/opnfv_tests/openstack/tempest/custom_tests/defcore_req.txt [deleted file]
functest/opnfv_tests/openstack/tempest/tempest.py
functest/opnfv_tests/openstack/trunk/__init__.py [new file with mode: 0644]
functest/opnfv_tests/openstack/trunk/trunk.py [new file with mode: 0644]
functest/tests/unit/openstack/tempest/test_tempest.py