From 7384f2b5bfd8bbd65d121d43d0681f43d2fcc0bd Mon Sep 17 00:00:00 2001 From: Bill Peck Date: Thu, 17 Jan 2013 16:13:15 -0500 Subject: update jobs to not include reservesys. update add_vlan to not use trunk. --- .../openvswitch/libvirt/add_interface/runtest.sh | 2 +- openvswitch-job.xml | 12 ----------- openvswitch-ovs2_4-baseconnectivity.xml | 6 ------ openvswitch-ovs2_4-vlan.xml | 24 ---------------------- openvswitch-ovs2_4.xml | 24 ---------------------- 5 files changed, 1 insertion(+), 67 deletions(-) diff --git a/kernel/networking/openvswitch/libvirt/add_interface/runtest.sh b/kernel/networking/openvswitch/libvirt/add_interface/runtest.sh index 637eeee..b9a14d3 100755 --- a/kernel/networking/openvswitch/libvirt/add_interface/runtest.sh +++ b/kernel/networking/openvswitch/libvirt/add_interface/runtest.sh @@ -54,7 +54,7 @@ add_vlan() local guest=$1 local switch=$2 local vlan=$(echo $3| sed -e 's/vlan//') - sed -ie "// a \\n\n<\/vlan>" $guest + sed -ie "// a \\n\n<\/vlan>" $guest virsh define --file $guest return $? } diff --git a/openvswitch-job.xml b/openvswitch-job.xml index ba63b8d..8585b45 100644 --- a/openvswitch-job.xml +++ b/openvswitch-job.xml @@ -30,9 +30,6 @@ - - - @@ -60,9 +57,6 @@ - - - @@ -90,9 +84,6 @@ - - - @@ -136,9 +127,6 @@ - - - diff --git a/openvswitch-ovs2_4-baseconnectivity.xml b/openvswitch-ovs2_4-baseconnectivity.xml index 2c9fda4..6974bef 100644 --- a/openvswitch-ovs2_4-baseconnectivity.xml +++ b/openvswitch-ovs2_4-baseconnectivity.xml @@ -121,9 +121,6 @@ EOF - - - @@ -242,9 +239,6 @@ EOF - - - diff --git a/openvswitch-ovs2_4-vlan.xml b/openvswitch-ovs2_4-vlan.xml index 2b8b55c..98174f4 100644 --- a/openvswitch-ovs2_4-vlan.xml +++ b/openvswitch-ovs2_4-vlan.xml @@ -50,9 +50,6 @@ EOF - - - @@ -103,9 +100,6 @@ EOF - - - @@ -153,9 +147,6 @@ EOF - - - @@ -319,9 +310,6 @@ EOF - - - @@ -370,9 +358,6 @@ EOF - - - @@ -420,9 +405,6 @@ EOF - - - @@ -470,9 +452,6 @@ EOF - - - @@ -635,9 +614,6 @@ EOF - - - diff --git a/openvswitch-ovs2_4.xml b/openvswitch-ovs2_4.xml index dece876..e94c2ff 100644 --- a/openvswitch-ovs2_4.xml +++ b/openvswitch-ovs2_4.xml @@ -49,9 +49,6 @@ EOF - - - @@ -98,9 +95,6 @@ EOF - - - @@ -147,9 +141,6 @@ EOF - - - @@ -311,9 +302,6 @@ EOF - - - @@ -361,9 +349,6 @@ EOF - - - @@ -410,9 +395,6 @@ EOF - - - @@ -459,9 +441,6 @@ EOF - - - @@ -622,9 +601,6 @@ EOF - - - -- cgit