diff options
author | Ciprian Barbu <ciprian.barbu@enea.com> | 2016-03-30 16:49:34 +0300 |
---|---|---|
committer | Ciprian Barbu <ciprian.barbu@enea.com> | 2016-04-05 13:55:52 +0300 |
commit | 4830cbe462c1081906292b027073644904e42970 (patch) | |
tree | 5356b4e971682ae7b2cb8e958222237e42827e8b /testcases/config_functest.yaml | |
parent | dd53e7733fc6a3f64b3ee5c34e79d37821a3f9f6 (diff) |
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 <ciprian.barbu@enea.com>
Diffstat (limited to 'testcases/config_functest.yaml')
-rw-r--r-- | testcases/config_functest.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/testcases/config_functest.yaml b/testcases/config_functest.yaml index 78f4403e3..b1f7920fb 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 |