diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2018-07-13 21:54:41 +0200 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2018-07-13 21:57:12 +0200 |
commit | 90be33f0b7fca6a9d4b11950d0ff0eecf9674848 (patch) | |
tree | cf483bdb34a00639c849ccf26c3d31ee6cb67f8e /docker/components/testcases.yaml | |
parent | ff0ae3f577311611f8c7ad9ef21370c439e8565b (diff) |
Fix components and vnf testcase dependencies
It completes "Leverage to Xtesting 0.51" [1].
[1] https://gerrit.opnfv.org/gerrit/#/c/59755/
Change-Id: Id36f1d84c305829d14e069b6ec5d056256f42fe1
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Diffstat (limited to 'docker/components/testcases.yaml')
-rw-r--r-- | docker/components/testcases.yaml | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/docker/components/testcases.yaml b/docker/components/testcases.yaml index 081dc4c51..5471dd8c1 100644 --- a/docker/components/testcases.yaml +++ b/docker/components/testcases.yaml @@ -3,7 +3,6 @@ tiers: - name: components order: 3 - ci_loop: 'weekly' description: >- Extensive testing of OpenStack API. testcases: @@ -16,9 +15,6 @@ tiers: The list of test cases is generated by Tempest automatically and depends on the parameters of the OpenStack deplopyment. - dependencies: - installer: '' - scenario: '' run: module: 'functest.opnfv_tests.openstack.tempest.tempest' class: 'TempestCommon' @@ -33,9 +29,6 @@ tiers: description: >- This test case runs the full suite of scenarios of the OpenStack Rally suite using several threads and iterations. - dependencies: - installer: '' - scenario: '' run: module: 'functest.opnfv_tests.openstack.rally.rally' class: 'RallyFull' |