Until we find a better way how to test isolation of vlans on IPv6 I'm removing
ping6 test between different vlans. The issue we see with ping6 tool is that
even if user specifies the device to bind to it's not used for sending the icmp
packets.
Signed-off-by: Jan Tluka <jtluka(a)redhat.com>
---
recipes/regression_tests/phase1/3_vlans.py | 3 ---
recipes/regression_tests/phase1/3_vlans_over_bond.py | 3 ---
recipes/regression_tests/phase2/3_vlans_over_team.py | 3 ---
3 files changed, 9 deletions(-)
diff --git a/recipes/regression_tests/phase1/3_vlans.py
b/recipes/regression_tests/phase1/3_vlans.py
index 0613372..378ddfa 100644
--- a/recipes/regression_tests/phase1/3_vlans.py
+++ b/recipes/regression_tests/phase1/3_vlans.py
@@ -190,9 +190,6 @@ for setting in offload_settings:
if ipv in [ 'ipv4', 'both' ]:
m1.run(ping_mod, expect="fail")
- if ipv in [ 'ipv6', 'both' ]:
- m1.run(ping_mod6, expect="fail")
-
# Netperf test (both TCP and UDP)
if ipv in [ 'ipv4', 'both' ]:
srv_proc = m1.run(netperf_srv, bg=True)
diff --git a/recipes/regression_tests/phase1/3_vlans_over_bond.py
b/recipes/regression_tests/phase1/3_vlans_over_bond.py
index dbeb5a9..e6e37bd 100644
--- a/recipes/regression_tests/phase1/3_vlans_over_bond.py
+++ b/recipes/regression_tests/phase1/3_vlans_over_bond.py
@@ -189,9 +189,6 @@ for setting in offload_settings:
if ipv in [ 'ipv4', 'both' ]:
m1.run(ping_mod, expect="fail")
- if ipv in [ 'ipv6', 'both' ]:
- m1.run(ping_mod6, expect="fail")
-
# Netperf test (both TCP and UDP)
if ipv in [ 'ipv4', 'both' ]:
srv_proc = m1.run(netperf_srv, bg=True)
diff --git a/recipes/regression_tests/phase2/3_vlans_over_team.py
b/recipes/regression_tests/phase2/3_vlans_over_team.py
index e81bf65..cc1ba1e 100644
--- a/recipes/regression_tests/phase2/3_vlans_over_team.py
+++ b/recipes/regression_tests/phase2/3_vlans_over_team.py
@@ -189,9 +189,6 @@ for setting in offload_settings:
if ipv in [ 'ipv4', 'both' ]:
m1.run(ping_mod, expect="fail")
- if ipv in [ 'ipv6', 'both' ]:
- m1.run(ping_mod6, expect="fail")
-
# Netperf test (both TCP and UDP)
if ipv in [ 'ipv4', 'both' ]:
srv_proc = m1.run(netperf_srv, bg=True)
--
2.4.3