2013-02-12 02:11:26 +00:00
|
|
|
#!/bin/bash
|
|
|
|
|
2013-02-12 18:55:27 +00:00
|
|
|
wget -q http://ceph.com/qa/rbd_cli_tests.pls
|
2013-02-12 02:11:26 +00:00
|
|
|
wget -q http://ceph.com/qa/RbdLib.pm
|
2013-02-12 18:55:27 +00:00
|
|
|
perl rbd_cli_tests.pls --pool test
|
2013-02-12 02:11:26 +00:00
|
|
|
exit 0
|
|
|
|
|