mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-23 02:28:55 +00:00
Add rr-related common test artifacts
This commit is contained in:
parent
4fd57cb91e
commit
c607237b77
@ -310,13 +310,20 @@ def logger(request, system_test_name):
|
|||||||
def expected_artifacts(request):
|
def expected_artifacts(request):
|
||||||
common_artifacts = [
|
common_artifacts = [
|
||||||
".libs/*", # possible build artifacts, see GL #5055
|
".libs/*", # possible build artifacts, see GL #5055
|
||||||
"ns*/named.run",
|
|
||||||
"ns*/named.run.prev",
|
|
||||||
"ns*/named.conf",
|
"ns*/named.conf",
|
||||||
"ns*/named.memstats",
|
"ns*/named.memstats",
|
||||||
|
"ns*/named.run",
|
||||||
|
"ns*/named.run.prev",
|
||||||
"pytest.log.txt",
|
"pytest.log.txt",
|
||||||
]
|
]
|
||||||
|
|
||||||
|
if "USE_RR" in os.environ:
|
||||||
|
common_artifacts += [
|
||||||
|
"ns*/cpu_lock",
|
||||||
|
"ns*/latest-trace",
|
||||||
|
"ns*/named-[0-9]*",
|
||||||
|
]
|
||||||
|
|
||||||
try:
|
try:
|
||||||
test_specific_artifacts = request.node.get_closest_marker("extra_artifacts")
|
test_specific_artifacts = request.node.get_closest_marker("extra_artifacts")
|
||||||
except AttributeError:
|
except AttributeError:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user