ceph/qa/workunits/rbd/run_cli_tests.sh
tamil e2b8e0f13c modified the perl file name
Signed-off-by: tamil <tamil.muthamizhan@inktank.com>
2013-02-12 10:55:39 -08:00

8 lines
139 B
Bash
Executable File

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