diff options
Diffstat (limited to 'ci/testcases.yaml')
-rw-r--r-- | ci/testcases.yaml | 37 |
1 files changed, 17 insertions, 20 deletions
diff --git a/ci/testcases.yaml b/ci/testcases.yaml index 42458bbe..8dc22a64 100644 --- a/ci/testcases.yaml +++ b/ci/testcases.yaml @@ -4,7 +4,7 @@ tiers: order: 0 ci: daily description : >- - This is the first tier to be executed to verify the basic + First tier to be executed to verify the basic operations in the VIM. testcases: - @@ -22,8 +22,7 @@ tiers: order: 1 ci: daily description : >- - This is the second tier in Functest and consist of a set of basic - Functional tests to validate the OpenStack deployment. + Set of basic Functional tests to validate the OpenStack deployment. testcases: - name: vping_ssh @@ -65,22 +64,22 @@ tiers: installer: '' scenario: '' - - - name: security_groups - description: >- - This test case verifies the functionality of the OpenStack - security groups and that the port rules created are - fullfilled. - dependencies: - installer: '' - scenario: '' + #- + # name: security_groups + # description: >- + # This test case verifies the functionality of the OpenStack + # security groups and that the port rules created are + # fullfilled. + # dependencies: + # installer: '' + # scenario: '' - name: sdn_suites order: 2 ci: daily description : >- - This tier contains the test suites corresponding to the different + Test suites corresponding to the different SDN Controllers existing in OPNFV. testcases: - @@ -117,7 +116,7 @@ tiers: order: 3 ci: daily description : >- - This tier contains the test suites from feature projects + Test suites from feature projects integrated in functest testcases: - @@ -149,14 +148,12 @@ tiers: order: 4 ci: weekly description : >- - This tier contains the test suites from feature projects - integrated in functest + This test case runs the full set of the OpenStack Tempest suite. testcases: - name: tempest_full_parallel description: >- - This test case runs the full set of the OpenStack - Tempest suite. The list of test cases is generated by + The list of test cases is generated by Tempest automatically and depend on the parameters of the OpenStack deplopyment. dependencies: @@ -168,7 +165,7 @@ tiers: order: 5 ci: weekly description : >- - This tier contains the Rally suite from the OpenStack community. + Rally suite from the OpenStack community. testcases: - name: rally_full @@ -184,7 +181,7 @@ tiers: order: 6 ci: weekly description : >- - This tier contains a collection of VNF test cases. + Collection of VNF test cases. testcases: - name: vims |