summaryrefslogtreecommitdiffstats
path: root/qa/suites/ceph-deploy/tasks/ceph-admin-commands.yaml
blob: b7dbfe1ae82ebf09e1ea96106c7e374d4f6345f2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
meta:
- desc: "test basic ceph admin commands"
tasks:
- ssh_keys:
- print: "**** done ssh_keys"
- ceph-deploy:
- print: "**** done ceph-deploy"
- workunit:
     clients:
        client.0:
           - ceph-tests/ceph-admin-commands.sh
- print: "**** done ceph-tests/ceph-admin-commands.sh"