From 2783fce24ea6a62ccc9303d47bd83868442e2fce Mon Sep 17 00:00:00 2001 From: tamil Date: Mon, 11 Feb 2013 18:11:26 -0800 Subject: [PATCH] work unit for rbd cli tests Signed-off-by: tamil --- qa/workunits/rbd/run_cli_tests.sh | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100755 qa/workunits/rbd/run_cli_tests.sh diff --git a/qa/workunits/rbd/run_cli_tests.sh b/qa/workunits/rbd/run_cli_tests.sh new file mode 100755 index 0000000000000..faae48680989b --- /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 + -- 2.39.5