ceph/qa/workunits/rbd/run_cli_tests.sh
Sage Weil d4d65fbd6a qa: http://ceph.com/qa -> http://download.ceph.com/qa
Signed-off-by: Sage Weil <sage@redhat.com>
2015-09-24 18:10:46 -04:00

8 lines
157 B
Bash
Executable File

#!/bin/bash
wget -q http://download.ceph.com/qa/rbd_cli_tests.pls
wget -q http://download.ceph.com/qa/RbdLib.pm
perl rbd_cli_tests.pls --pool test
exit 0