mirror of
https://github.com/ceph/ceph
synced 2024-12-21 02:42:48 +00:00
2a80042728
Signed-off-by: Zack Cerza <zack@redhat.com>
6 lines
152 B
Bash
Executable File
6 lines
152 B
Bash
Executable File
#!/bin/bash -ex
|
|
|
|
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
|