From f1734ed71d80055fa9749ecc13a2028fd2d103c8 Mon Sep 17 00:00:00 2001 From: Girish Shilamkar Date: Wed, 7 Aug 2013 18:03:34 +0530 Subject: [PATCH] CLOUDSTACK-4144 Make specifyVlan to false for shared network Signed-off-by: Prasanna Santhanam --- test/integration/component/test_vpc_vm_life_cycle.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/integration/component/test_vpc_vm_life_cycle.py b/test/integration/component/test_vpc_vm_life_cycle.py index 9b10133efea..0c5dd2fde70 100644 --- a/test/integration/component/test_vpc_vm_life_cycle.py +++ b/test/integration/component/test_vpc_vm_life_cycle.py @@ -115,8 +115,8 @@ class Services: "traffictype": 'GUEST', "availability": 'Optional', "useVpc": 'on', - "specifyIpRanges": True, - "specifyVlan": True + "specifyIpRanges": False, + "specifyVlan": False }, "vpc_offering": { "name": 'VPC off',