Home | History | Annotate | Line # | Download | only in logfileconfig
      1 # Copyright (C) Internet Systems Consortium, Inc. ("ISC")
      2 #
      3 # SPDX-License-Identifier: MPL-2.0
      4 #
      5 # This Source Code Form is subject to the terms of the Mozilla Public
      6 # License, v. 2.0.  If a copy of the MPL was not distributed with this
      7 # file, you can obtain one at https://mozilla.org/MPL/2.0/.
      8 #
      9 # See the COPYRIGHT file distributed with this work for additional
     10 # information regarding copyright ownership.
     11 
     12 import pytest
     13 
     14 pytestmark = pytest.mark.extra_artifacts(
     15     [
     16         "dig.out.*",
     17         "rndc.out.*",
     18         "ns1/named.args",
     19         "ns1/named_deflog",
     20         "ns1/named_inc*",
     21         "ns1/named_iso8601",
     22         "ns1/named_iso8601_utc",
     23         "ns1/named_log",
     24         "ns1/named_pipe",
     25         "ns1/named_sym",
     26         "ns1/named_ts*",
     27         "ns1/named_unlimited*",
     28         "ns1/named_vers*",
     29         "ns1/query_log*",
     30     ]
     31 )
     32 
     33 
     34 def test_logfileconfig(run_tests_sh):
     35     run_tests_sh()
     36