diff options
author | Antonio Fischetti <antonio.fischetti@intel.com> | 2016-07-18 13:06:23 +0100 |
---|---|---|
committer | Antonio Fischetti <antonio.fischetti@intel.com> | 2016-07-18 13:06:23 +0100 |
commit | 1e59c5cc9492e9b8f11ca9aa9bbd307bf5676079 (patch) | |
tree | 7967c7e510e060b4268d649f977312c4a991e261 | |
parent | f35edfc71ee92d67e6cb587b116b64c3a005ac71 (diff) |
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 <antonio.fischetti@intel.com>
Reviewed-by: Maryam Tahhan <maryam.tahhan@intel.com>
Reviewed-by: Martin Klozik <martinx.klozik@intel.com>
-rw-r--r-- | conf/integration/01_testcases.conf | 2 |
1 files changed, 1 insertions, 1 deletions
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'], |