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:
Dongsheng Yang 2016-12-24 23:48:09 -05:00
parent 4447340e8d
commit 064b23df85
3 changed files with 2 additions and 2 deletions

View File

@ -2,4 +2,4 @@ tasks:
- workunit:
clients:
client.0:
- rbd/copy.sh
- rbd/cli_generic.sh

View File

@ -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
}