mirror of
https://github.com/ceph/ceph
synced 2025-02-13 13:59:22 +00:00
* replace ceph baremetal deployment with cephadm based deployment Signed-off-by: Deepika Upadhyay <dupadhya@redhat.com>
22 lines
548 B
YAML
22 lines
548 B
YAML
tasks:
|
|
- ceph_iscsi_client:
|
|
clients: [client.1]
|
|
- cram:
|
|
parallel: False
|
|
clients:
|
|
client.0:
|
|
- src/test/cli-integration/rbd/gwcli_create.t
|
|
client.1:
|
|
- src/test/cli-integration/rbd/iscsi_client.t
|
|
client.2:
|
|
- src/test/cli-integration/rbd/gwcli_delete.t
|
|
- cram:
|
|
parallel: False
|
|
clients:
|
|
client.0:
|
|
- src/test/cli-integration/rbd/rest_api_create.t
|
|
client.1:
|
|
- src/test/cli-integration/rbd/iscsi_client.t
|
|
client.2:
|
|
- src/test/cli-integration/rbd/rest_api_delete.t
|