ceph/qa/workunits/rbd/run_cli_tests.sh
tamil 2783fce24e work unit for rbd cli tests
Signed-off-by: tamil <tamil.muthamizhan@inktank.com>
2013-02-11 18:11:26 -08:00

8 lines
142 B
Bash
Executable File

#!/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