summaryrefslogtreecommitdiffstats
path: root/qa/suites/upgrade-clients/client-upgrade-nautilus-octopus/nautilus-client-x/rbd/3-workload/rbd_notification_tests.yaml
blob: 68b4f51d06de8211c0676d07ff18bbd4992b4a8d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
tasks:
- parallel:
  - workunit:
      branch: nautilus
      clients:
        client.0:
          - rbd/notify_master.sh
      env:
        RBD_FEATURES: "61"
  - workunit:
      branch: octopus
      clients:
        client.1:
          - rbd/notify_slave.sh
      env:
        RBD_FEATURES: "61"
- print: "**** done rbd: old librbd -> new librbd"
- parallel:
  - workunit:
      branch: nautilus
      clients:
        client.0:
          - rbd/notify_slave.sh
      env:
        RBD_FEATURES: "61"
  - workunit:
      branch: octopus
      clients:
        client.1:
          - rbd/notify_master.sh
      env:
        RBD_FEATURES: "61"
- print: "**** done rbd: new librbd -> old librbd"