summaryrefslogtreecommitdiffstats
path: root/qa/suites/rados/basic/tasks/libcephsqlite.yaml
blob: 12498fb1591799de3e267d5404d5914626af7757 (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
overrides:
  ceph:
    conf:
      client:
        debug ms: 1
        debug client: 20
        debug cephsqlite: 20
    log-ignorelist:
    - POOL_APP_NOT_ENABLED
    - do not have an application enabled
tasks:
- exec:
   client.0:
   - ceph osd pool create cephsqlite
   - ceph auth get-or-create client.libcephsqlite mon 'profile simple-rados-client-with-blocklist' osd 'allow rwx pool=cephsqlite' >> /etc/ceph/ceph.keyring
- exec:
   client.0:
   - ceph_test_libcephsqlite --id libcephsqlite --no-log-to-stderr
- workunit:
   clients:
     client.0:
     - rados/test_libcephsqlite.sh cephsqlite
   env:
     CEPH_ARGS: --id libcephsqlite --no-log-to-stderr