summaryrefslogtreecommitdiffstats
path: root/src/ceph/qa/suites/upgrade/client-upgrade/jewel-client-x/basic/2-workload/rbd_api_tests.yaml
blob: 8939f3a805a3405ab387523c4ff0fc9a77d962c5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
tasks:
- exec:
    client.0:
    - "cp $(which ceph_test_librbd_api) $TESTDIR/ceph_test_librbd_api"
- sequential:
  - upgrade_workload
- ceph: 
- print: "**** done ceph"
- exec:
    client.0:
    - "cp --force $TESTDIR/ceph_test_librbd_api $(which ceph_test_librbd_api)"
    - "rm -rf $TESTDIR/ceph_test_librbd_api"
- print: "**** done reverting to jewel ceph_test_librbd_api"
- workunit:
    branch: kraken
    clients:
      client.0:
      - rbd/test_librbd_api.sh
    env:
      RBD_FEATURES: "13"
- print: "**** done rbd/test_librbd_api.sh"