From 03e37d45e44f1a3d1cdcb12c5f8bf1953e5575cc Mon Sep 17 00:00:00 2001 From: xudan Date: Fri, 4 Aug 2017 02:23:17 -0400 Subject: Tag dovetail with cvp.0.4.0 JIRA: DOVETAIL-476 1. docker image used yardstick: danube.3.1 functest: cvp.0.2.0 bottlenecks: cvp.0.4.0 testapi: cvp.0.4.0 dovetail: cvp.0.4.0 2. main changes Add docs about vping test cases (test scope and test specification) Add 2 vping test cases into proposed_tests Bugfix: Build docker image failed because of lacking of packages Add resiliency.tc001 into proposed_tests 3. For more information, refer to https://wiki.opnfv.org/display/dovetail/Running+history+for+the+dovetail+tool Change-Id: I5ce6bdc9a1daa957124309c9fadc532f9c7a2b1e Signed-off-by: xudan --- dovetail/utils/offline/config.yaml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'dovetail/utils/offline/config.yaml') diff --git a/dovetail/utils/offline/config.yaml b/dovetail/utils/offline/config.yaml index 11134dd1..bebd6f4a 100644 --- a/dovetail/utils/offline/config.yaml +++ b/dovetail/utils/offline/config.yaml @@ -2,7 +2,7 @@ docker_images: dovetail: domain: opnfv - tag: cvp.0.3.0 + tag: cvp.0.4.0 store_name: image_dovetail.docker functest: domain: opnfv @@ -12,9 +12,13 @@ docker_images: domain: opnfv tag: danube.3.1 store_name: image_yardstick.docker + bottlenecks: + domain: opnfv + tag: cvp.0.4.0 + store_name: image_bottlenecks.docker testapi: domain: opnfv - tag: cvp.0.3.0 + tag: cvp.0.4.0 store_name: image_testapi.docker mongo: tag: 3.2.1 -- cgit 1.2.3-korg