summaryrefslogtreecommitdiffstats
path: root/kernel/networking/openvswitch
diff options
context:
space:
mode:
authorBill Peck <bpeck@redhat.com>2013-01-15 15:51:53 -0500
committerBill Peck <bpeck@redhat.com>2013-01-15 15:51:53 -0500
commit4c781da88494fdb81de48bd215a372f97599beba (patch)
tree75c615189c43157da8b958ffed5020cfef8e3ed7 /kernel/networking/openvswitch
parent2db3f22eada4b7f6e32214dbe749a99a6d50b860 (diff)
downloadtests-4c781da88494fdb81de48bd215a372f97599beba.tar.gz
tests-4c781da88494fdb81de48bd215a372f97599beba.tar.xz
tests-4c781da88494fdb81de48bd215a372f97599beba.zip
More tests to test openvswitch
Diffstat (limited to 'kernel/networking/openvswitch')
-rwxr-xr-xkernel/networking/openvswitch/libvirt/add_interface/runtest.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/kernel/networking/openvswitch/libvirt/add_interface/runtest.sh b/kernel/networking/openvswitch/libvirt/add_interface/runtest.sh
index 2e88f86..45ea499 100755
--- a/kernel/networking/openvswitch/libvirt/add_interface/runtest.sh
+++ b/kernel/networking/openvswitch/libvirt/add_interface/runtest.sh
@@ -50,7 +50,7 @@ add_interface()
}
for switch in $SWITCHES; do
- for guest in $(ls /etc/libvirt/qemu/*.xml); do
- add_interface $guest $switch && report_result $TEST/$guest/$switch PASS 0
+ for guest in $(eval echo \$$switch); do
+ add_interface /etc/libvirt/qemu/${guest}.xml $switch && report_result $TEST/$guest/$switch PASS 0
done
done