]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
work unit for rbd cli tests
authortamil <tamil.muthamizhan@inktank.com>
Tue, 12 Feb 2013 02:11:26 +0000 (18:11 -0800)
committertamil <tamil.muthamizhan@inktank.com>
Tue, 12 Feb 2013 02:11:26 +0000 (18:11 -0800)
Signed-off-by: tamil <tamil.muthamizhan@inktank.com>
qa/workunits/rbd/run_cli_tests.sh [new file with mode: 0755]

diff --git a/qa/workunits/rbd/run_cli_tests.sh b/qa/workunits/rbd/run_cli_tests.sh
new file mode 100755 (executable)
index 0000000..faae486
--- /dev/null
@@ -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
+