# HG changeset patch # User Ian Campbell # Date 1278595369 -3600 # Node ID 32eb41c6f7f803bf49e80ffa9ab4cc0b50f5fc27 # Parent 3621b0b2c6a188da475351abd43a73196ef809f9 interface-reconfigure: exclude VLANs when setting up test environment Signed-off-by: Ian Campbell diff -r 3621b0b2c6a1 -r 32eb41c6f7f8 scripts/interface-reconfigure-test-setup --- a/scripts/interface-reconfigure-test-setup Thu Jul 08 13:02:16 2010 +0100 +++ b/scripts/interface-reconfigure-test-setup Thu Jul 08 14:22:49 2010 +0100 @@ -4,8 +4,8 @@ . /etc/xensource-inventory -names=$(xe pif-list host-uuid="$INSTALLATION_UUID" management=false params=device --minimal | sed -e 's/,/+/g') -pifs=$(xe pif-list host-uuid="$INSTALLATION_UUID" management=false --minimal) +names=$(xe pif-list host-uuid="$INSTALLATION_UUID" management=false params=device VLAN=-1 --minimal | sed -e 's/,/+/g') +pifs=$(xe pif-list host-uuid="$INSTALLATION_UUID" management=false VLAN=-1 --minimal) echo "Creating network associated with $names" BOND_NET=$(xe network-create name-label="Pool-wide network associated with $names")