From 1e59c5cc9492e9b8f11ca9aa9bbd307bf5676079 Mon Sep 17 00:00:00 2001 From: Antonio Fischetti Date: Mon, 18 Jul 2016 13:06:23 +0100 Subject: conf/integration: Fix typo on Integration testcase example. This patch fixes a typo in the integration testcase example, otherwise settings like {"guest_loopback" : "linux_bridge"} are ignored. JIRA: ONP-6635 Change-Id: Iab61d36e70f96f4a6c1f98a506753dc7fa090140 Signed-off-by: Antonio Fischetti Reviewed-by: Maryam Tahhan Reviewed-by: Martin Klozik --- conf/integration/01_testcases.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'conf/integration') diff --git a/conf/integration/01_testcases.conf b/conf/integration/01_testcases.conf index 2edbe08b..e050e358 100644 --- a/conf/integration/01_testcases.conf +++ b/conf/integration/01_testcases.conf @@ -430,7 +430,7 @@ INTEGRATION_TESTS = [ # "vSwitch" : "OvsVanilla", # "VNF" : "QemuVirtioNet", # "Trafficgen": "IxNet", -# "Test Parameters": {"guest_loopback" : "linux_bridge"}, +# "Parameters": {"guest_loopback" : "linux_bridge"}, # "TestSteps": STEP_VSWITCH_PVP_FLOWS_INIT + # [ # ['vnf', 'start'], -- cgit 1.2.3-korg