mirror of
https://github.com/ceph/ceph
synced 2025-02-11 12:59:04 +00:00
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
|