summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBill Peck <bpeck@redhat.com>2013-01-29 10:49:18 -0500
committerBill Peck <bpeck@redhat.com>2013-01-29 10:49:18 -0500
commitf9e00194a8d35dc1de20bf4ed64b33bf67d9b13c (patch)
tree87f0b9a9bb9a87a0f06b89eba7f9273eda09f914
parentd8ba036eadccb2996592bb4536cb259d4d59d777 (diff)
downloadtests-f9e00194a8d35dc1de20bf4ed64b33bf67d9b13c.tar.gz
tests-f9e00194a8d35dc1de20bf4ed64b33bf67d9b13c.tar.xz
tests-f9e00194a8d35dc1de20bf4ed64b33bf67d9b13c.zip
Fix ping test reporting
-rwxr-xr-xkernel/networking/libvirt/ping/runtest.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/kernel/networking/libvirt/ping/runtest.sh b/kernel/networking/libvirt/ping/runtest.sh
index facbd9b..62538b9 100755
--- a/kernel/networking/libvirt/ping/runtest.sh
+++ b/kernel/networking/libvirt/ping/runtest.sh
@@ -34,12 +34,12 @@ PING_SIZE=${PING_SIZE:="64"}
pass()
{
- report_result $WHITEBOARD/$1/$addr PASS 0
+ report_result $TEST/$WHITEBOARD/$guest/$1/$addr PASS 0
}
fail()
{
- report_result $WHITEBOARD/$1/$addr FAIL 1
+ report_result $TEST/$WHITEBOARD/$guest/$1/$addr FAIL 1
}
for guest in $GUESTS; do