Bugfix: the sdnvpn DB initialization information lacks two test cases 03/46103/3
authorxudan <xudan16@huawei.com>
Mon, 23 Oct 2017 06:50:05 +0000 (02:50 -0400)
committerLeo wang <grakiss.wanglei@huawei.com>
Mon, 23 Oct 2017 07:07:56 +0000 (07:07 +0000)
1. The SDNVPN DB initialization information lacks two test cases,
   functest_testcase_4 and functest_testcase_8.
2. So the results of these 2 test cases cannot be pushed into DB.
3. Add these 2 test cases info to DB.

JIRA: DOVETAIL-535

Change-Id: I1c6d049b942806924f15dd106452fd9b4d554454
Signed-off-by: xudan <xudan16@huawei.com>
dovetail/utils/local_db/init_db.py

index 25ef2f3..bea3eac 100644 (file)
@@ -58,6 +58,8 @@ def cases():
             except:
                 print("useless data")
     add_case("functest", "tempest_custom")
+    add_case("sdnvpn", "functest_testcase_4")
+    add_case("sdnvpn", "functest_testcase_8")
 
 
 def add_pod(name, mode):