blob: 1302e14f21ab681ac2eca85c5a9f2a72229a86e8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
overrides:
ceph:
log-ignorelist:
- but it is still running
- overall HEALTH_
- \(OSDMAP_FLAGS\)
- \(PG_
- \(OSD_
- \(OBJECT_
- \(POOL_APP_NOT_ENABLED\)
install:
ceph:
extra_system_packages:
- python3-pytest
tasks:
- workunit:
timeout: 1h
clients:
client.0:
- rados/test_python.sh -m 'not (wait or tier or ec)'
|