From: tamil Date: Tue, 12 Feb 2013 02:11:26 +0000 (-0800) Subject: work unit for rbd cli tests X-Git-Tag: v0.58~104 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=2783fce24ea6a62ccc9303d47bd83868442e2fce;p=ceph.git work unit for rbd cli tests Signed-off-by: tamil --- diff --git a/qa/workunits/rbd/run_cli_tests.sh b/qa/workunits/rbd/run_cli_tests.sh new file mode 100755 index 000000000000..faae48680989 --- /dev/null +++ b/qa/workunits/rbd/run_cli_tests.sh @@ -0,0 +1,7 @@ +#!/bin/bash + +wget -q http://ceph.com/qa/rbd_cli_tests.pl +wget -q http://ceph.com/qa/RbdLib.pm +sudo perl rbd_cli_tests.pl --pool test +exit 0 +