conf/integration: Fix typo on Integration testcase example. 41/17041/1
authorAntonio Fischetti <antonio.fischetti@intel.com>
Mon, 18 Jul 2016 12:06:23 +0000 (13:06 +0100)
committerAntonio Fischetti <antonio.fischetti@intel.com>
Mon, 18 Jul 2016 12:06:23 +0000 (13:06 +0100)
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 <antonio.fischetti@intel.com>
Reviewed-by: Maryam Tahhan <maryam.tahhan@intel.com>
Reviewed-by: Martin Klozik <martinx.klozik@intel.com>
conf/integration/01_testcases.conf

index 2edbe08..e050e35 100644 (file)
@@ -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'],