mirror of
https://github.com/ceph/ceph
synced 2024-12-17 08:57:28 +00:00
qa: rbd: rename the copy.sh to generic.sh
The copy.sh is not only testing the rbd copy, but also others such as rbd ls, rbd remove. Then rename it to generic.sh Signed-off-by: Dongsheng Yang <dongsheng.yang@easystack.cn>
This commit is contained in:
parent
4447340e8d
commit
064b23df85
@ -2,4 +2,4 @@ tasks:
|
||||
- workunit:
|
||||
clients:
|
||||
client.0:
|
||||
- rbd/copy.sh
|
||||
- rbd/cli_generic.sh
|
@ -26,7 +26,7 @@ run_cli_tests() {
|
||||
recreate_pool rbd
|
||||
$CEPH_SRC/../qa/workunits/rbd/import_export.sh
|
||||
recreate_pool rbd
|
||||
$CEPH_SRC/../qa/workunits/rbd/copy.sh
|
||||
$CEPH_SRC/../qa/workunits/rbd/cli_generic.sh
|
||||
recreate_pool rbd
|
||||
$CEPH_SRC/../qa/workunits/rbd/journal.sh
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user