Commit 8264500
committed
ocp_resources, resource: Extend 'wait_for_condition' criteria
In some scenarios, tests are looking for a specific reason or message to
be included in the condition.
Although not a formal strict API, the message text includes extended
reasoning which is useful for a user operator.
Therefore, it is also included but with an inclusion check.
See usage at:
https://github.com/RedHatQE/openshift-virtualization-tests/blob/0116f056176dbb25da5e8846537264dccb8ef202/tests/network/general/test_bridge_marker.py#L130
Signed-off-by: Edward Haas <[email protected]>1 parent 6bac9ea commit 8264500
1 file changed
+19
-10
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1222 | 1222 | | |
1223 | 1223 | | |
1224 | 1224 | | |
1225 | | - | |
| 1225 | + | |
| 1226 | + | |
| 1227 | + | |
| 1228 | + | |
| 1229 | + | |
| 1230 | + | |
| 1231 | + | |
| 1232 | + | |
| 1233 | + | |
1226 | 1234 | | |
1227 | 1235 | | |
1228 | 1236 | | |
1229 | 1237 | | |
1230 | 1238 | | |
1231 | 1239 | | |
| 1240 | + | |
| 1241 | + | |
1232 | 1242 | | |
1233 | 1243 | | |
1234 | 1244 | | |
| |||
1238 | 1248 | | |
1239 | 1249 | | |
1240 | 1250 | | |
1241 | | - | |
1242 | | - | |
1243 | | - | |
1244 | | - | |
1245 | | - | |
1246 | | - | |
1247 | | - | |
1248 | | - | |
| 1251 | + | |
1249 | 1252 | | |
1250 | 1253 | | |
1251 | 1254 | | |
1252 | 1255 | | |
1253 | 1256 | | |
1254 | 1257 | | |
1255 | 1258 | | |
1256 | | - | |
| 1259 | + | |
| 1260 | + | |
| 1261 | + | |
| 1262 | + | |
| 1263 | + | |
| 1264 | + | |
| 1265 | + | |
1257 | 1266 | | |
1258 | 1267 | | |
1259 | 1268 | | |
| |||
0 commit comments