From 5f8909471e460c9ff519162fcc97895d3d93a9ff Mon Sep 17 00:00:00 2001
From: Linda Wang <wangwulin@huawei.com>
Date: Fri, 7 Apr 2017 03:24:26 +0000
Subject: Write feature case names in testcases.yaml
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

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>
---
 functest/ci/testcases.yaml | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

(limited to 'functest')

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
-- 
cgit