summaryrefslogtreecommitdiffstats
path: root/dovetail/utils/local_db/projects.json
diff options
context:
space:
mode:
authorxudan <xudan16@huawei.com>2017-09-28 02:28:51 -0400
committerxudan <xudan16@huawei.com>2017-09-28 23:47:39 -0400
commiteac5857502dfad79c9eaa735b88bd07f60fd537c (patch)
tree974f09cbd076e7d642b6f25a8a623159eed4a7e1 /dovetail/utils/local_db/projects.json
parent465f738554c1c401707036a055577b35f7c06dca (diff)
Bugfix: sdnvpn test cases failed due to wrong module name
SDNVPN test cases failed due to wrong module name. The module name needs to be changed into "sdnvpn.test.functest.testcase_1" Refer to patch https://gerrit.opnfv.org/gerrit/#/c/41385/ Currently Dovetail uses functest:cvp.0.5.0 which uses module name "testcase_1". JIRA: DOVETAIL-510 Change-Id: I3232760d3af34125c7da71a5d2c62ca32693c82b Signed-off-by: xudan <xudan16@huawei.com>
Diffstat (limited to 'dovetail/utils/local_db/projects.json')
-rw-r--r--dovetail/utils/local_db/projects.json6
1 files changed, 6 insertions, 0 deletions
diff --git a/dovetail/utils/local_db/projects.json b/dovetail/utils/local_db/projects.json
index 579ee4c9..25fb439d 100644
--- a/dovetail/utils/local_db/projects.json
+++ b/dovetail/utils/local_db/projects.json
@@ -16,5 +16,11 @@
"description": "The goal of yardstick is to verify the infrastructure compliance when running VNF applications. NFV Use Cases described in ETSI GS NFV 001 show a large variety of applications, each defining specific requirements and complex configuration on the underlying infrastructure and test tools.The Yardstick concept decomposes typical VNF work-load performance metrics into a number of characteristics/performance vectors, which each of them can be represented by distinct test-cases.",
"name": "yardstick",
"creation_date": "2015-10-14 06:56:09"
+ },
+ {
+ "_id": "565c5939514bc5087f2ddcfa",
+ "description": "The project aims to integrate the OpenStack Neutron BGPVPN project and its supported backends into the OPNFV reference platform.",
+ "name": "sdnvpn",
+ "creation_date": "2015-11-30 14:12:09.101020"
}
]