diff options
author | Elias Richard <richard.elias@tieto.com> | 2018-05-31 14:28:01 +0200 |
---|---|---|
committer | Elias Richard <richard.elias@tieto.com> | 2018-06-04 09:52:52 +0200 |
commit | 3daf5942e2ede8088898a9589d41b797e27b6d4e (patch) | |
tree | 849d16b7ca6647e8108ce5f04a902929ac49d87b /conf/integration/01b_dpdk_regression_tests.conf | |
parent | c79adfe7660ffa43f597af794412c0616a785943 (diff) |
vswitches/ovs: integration TCs refactoring
Refactorization of the tests in for the new teardown functionality, that automatically deletes flows, ports and bridges when OVS stops.
JIRA: VSPERF-578
Change-Id: Ibe18f89c59ca5474a638808ed072cccd811ee75d
Signed-off-by: Richard Elias <richard.elias@tieto.com>
Reviewed-by: Martin Klozik <martin.klozik@tieto.com>
Reviewed-by: Al Morton <acmorton@att.com>
Reviewed-by: Christian Trautman <ctrautma@redhat.com>
Reviewed-by: Sridhar Rao <sridhar.rao@spirent.com>
Diffstat (limited to 'conf/integration/01b_dpdk_regression_tests.conf')
-rw-r--r-- | conf/integration/01b_dpdk_regression_tests.conf | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/conf/integration/01b_dpdk_regression_tests.conf b/conf/integration/01b_dpdk_regression_tests.conf index 7e4fe74f..ed9c1e60 100644 --- a/conf/integration/01b_dpdk_regression_tests.conf +++ b/conf/integration/01b_dpdk_regression_tests.conf @@ -170,9 +170,6 @@ INTEGRATION_TESTS = INTEGRATION_TESTS + [ ['tools', 'exec_shell', 'sudo $TOOLS["ovs-vsctl"] show', '|Error attaching device.*$NICS[0]["pci"]'], ['tools', 'assert', 'not len(#STEP[-1])'], - # clean up - ['vswitch', 'del_port', 'int_br0', '#STEP[port2][0]'], - ['vswitch', 'del_switch', 'int_br0'], ] }, { |