mirror of
https://github.com/ceph/ceph
synced 2024-12-28 06:23:08 +00:00
d4d65fbd6a
Signed-off-by: Sage Weil <sage@redhat.com>
8 lines
157 B
Bash
Executable File
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
|
|
|