mirror of
https://github.com/ceph/ceph
synced 2025-02-14 22:37:51 +00:00
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
|
|
|