Add wait_for_zones_loaded fixture
The wait_for_zones_loaded fixture waits for the "all zones loaded"
message in the named log file before the test function can proceed.
(cherry picked from commit 662a88055c)
This commit is contained in:
committed by
Michal Nowak
parent
b09835a5d1
commit
24fd30f7eb
@@ -18,3 +18,5 @@ log_level = INFO
|
||||
python_files = tests_*.py
|
||||
junit_logging = log
|
||||
junit_log_passing_tests = 0
|
||||
markers =
|
||||
requires_zones_loaded: ensures the test does not start until the specified named instances load all configured zones
|
||||
|
||||
Reference in New Issue
Block a user