Fix some bugs when testing opensds ansible
[stor4nfv.git] / src / ceph / qa / suites / krbd / singleton / tasks / rbd_xfstests.yaml
1 roles:
2 - [mon.a, mon.c, osd.0, osd.1, osd.2]
3 - [mon.b, mgr.x, mds.a, osd.3, osd.4, osd.5]
4 - [client.0]
5 - [client.1]
6 openstack:
7 - volumes: # attached to each instance
8     count: 3
9     size: 10 # GB
10 tasks:
11 - install:
12 - ceph:
13 - rbd.xfstests:
14     client.0: &ref
15         test_image: 'test_image-0'
16         test_size: 5120  # MB
17         scratch_image: 'scratch_image-0'
18         scratch_size: 5120  # MB
19         fs_type: ext4
20         tests: '-g auto -x clone'
21         exclude:
22         - generic/042
23         - generic/392
24         - generic/044
25         - generic/045
26         - generic/046
27         - generic/223
28         - ext4/304
29         - generic/050  # krbd BLKROSET bug
30         - generic/388
31         - generic/405
32         - generic/422
33         - generic/448
34         randomize: true
35     client.1:
36         <<: *ref
37         test_image: 'test_image-1'
38         scratch_image: 'scratch_image-1'