diff options
author | Linda Wang <wangwulin@huawei.com> | 2017-04-07 03:24:26 +0000 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2017-04-08 11:37:10 +0200 |
commit | 5f8909471e460c9ff519162fcc97895d3d93a9ff (patch) | |
tree | 96140890f51fbd5d80ff8aebac2c79a1ad79fca2 /functest/ci | |
parent | dceaf8bda80dcd21d422f2d65864ebcf494f45a1 (diff) |
Write feature case names in testcases.yaml
It replaces some project names by the corresponding case names.
Else some feature projects results failed to be pushed to DB.
Co-Authored-By: Cédric Ollivier <cedric.ollivier@orange.com>
JIRA: FUNCTEST-792
Change-Id: Id81644406bafb361da46e397a92e60b4da2ec068
Signed-off-by: Linda Wang <wangwulin@huawei.com>
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Diffstat (limited to 'functest/ci')
-rwxr-xr-x | functest/ci/testcases.yaml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/functest/ci/testcases.yaml b/functest/ci/testcases.yaml index d608d83b..93096043 100755 --- a/functest/ci/testcases.yaml +++ b/functest/ci/testcases.yaml @@ -266,7 +266,7 @@ tiers: class: 'Promise' - - name: doctor + name: doctor-notification criteria: 'status == "PASS"' blocking: false clean_flag: true @@ -321,7 +321,7 @@ tiers: module: 'functest.opnfv_tests.openstack.tempest.tempest' class: 'TempestMultisite' - - name: odl-sfc + name: functest-odl-sfc criteria: 'status == "PASS"' blocking: false clean_flag: true @@ -360,7 +360,7 @@ tiers: module: 'functest.opnfv_tests.vnf.rnc.parser' class: 'Parser' - - name: domino + name: domino-multinode criteria: 'status == "PASS"' blocking: false clean_flag: true @@ -373,7 +373,7 @@ tiers: module: 'functest.opnfv_tests.features.domino' class: 'Domino' - - name: netready + name: gluon_vping criteria: 'status == "PASS"' blocking: false clean_flag: true @@ -386,7 +386,7 @@ tiers: module: 'functest.opnfv_tests.features.netready' class: 'GluonVping' - - name: barometer + name: barometercollectd criteria: 'status == "PASS"' blocking: false clean_flag: true |