summaryrefslogtreecommitdiffstats
path: root/qa/suites/fs/upgrade/upgraded_client/tasks/2-workload/stress_tests/0-client-upgrade.yaml
blob: 2d948af195989af5ee364b7c4e290353a65813ab (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
teuthology:
  postmerge:
    - if not is_fuse() then reject() end
tasks:
- ceph-fuse:
    client.0:
      mounted: false
- print: "**** done unmount client.0"
- install.upgrade:
    client.0:
- print: "**** done install.upgrade on client.0"
- ceph-fuse:
    client.0:
- print: "**** done remount client.0"