commit 9a714874f6e7dca33b92a9e9467ab431e1e39021 Author: Jiri Prochazka jprochaz@redhat.com Date: Mon Apr 20 13:47:42 2015 +0200
Remove unnecessary interface from 3_vlans_over_active_backup_bond recipe
On host2 machine are VLANs configured on one ethernet devices, therefore second ethernet interface is not used
Signed-off-by: Jiri Prochazka jprochaz@redhat.com Signed-off-by: Jiri Pirko jiri@resnulli.us
.../phase1/3_vlans_over_active_backup_bond.xml | 5 ----- 1 files changed, 0 insertions(+), 5 deletions(-) --- diff --git a/recipes/regression_tests/phase1/3_vlans_over_active_backup_bond.xml b/recipes/regression_tests/phase1/3_vlans_over_active_backup_bond.xml index 1b8d0c9..a4ce2a6 100644 --- a/recipes/regression_tests/phase1/3_vlans_over_active_backup_bond.xml +++ b/recipes/regression_tests/phase1/3_vlans_over_active_backup_bond.xml @@ -61,11 +61,6 @@ <host id="testmachine2"> <interfaces> <eth id="eth1" label="tnet" /> - <eth id="eth2" label="tnet"> - <addresses> - <address value="2002::2/64" /> - </addresses> - </eth> <vlan id="vlan10"> <options> <option name="vlan_tci" value="10" />
lnst-developers@lists.fedorahosted.org