From f3260e19665572169e78587c242e9c0f4bcf9b9d Mon Sep 17 00:00:00 2001 From: Ciprian Barbu Date: Wed, 30 Mar 2016 16:49:34 +0300 Subject: Allow vping to use existing glance image This allows to use a prebuilt glance image without deleting it after the test. For ARM platforms this is especially helpful because the test image is three-part and can be created before running any tests. Change-Id: I3bc16eab592b9ad629693c402466755b6fa6db8a Signed-off-by: Ciprian Barbu (cherry picked from commit 4830cbe462c1081906292b027073644904e42970) --- testcases/config_functest.yaml | 1 + 1 file changed, 1 insertion(+) (limited to 'testcases/config_functest.yaml') diff --git a/testcases/config_functest.yaml b/testcases/config_functest.yaml index 120294e15..1a4084e17 100644 --- a/testcases/config_functest.yaml +++ b/testcases/config_functest.yaml @@ -66,6 +66,7 @@ vping: vm_flavor: m1.small #adapt to your environment vm_name_1: opnfv-vping-1 vm_name_2: opnfv-vping-2 + image_name: functest-vping vping_private_net_name: vping-net vping_private_subnet_name: vping-subnet vping_private_subnet_cidr: 192.168.130.0/24 -- cgit 1.2.3-korg