Home | History | Annotate | Line # | Download | only in statschannel
      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         "K*",
     17         "bind9.xsl.1",
     18         "bind9.xsl.2",
     19         "compressed.headers",
     20         "compressed.out",
     21         "curl.*",
     22         "dig.out.*",
     23         "header.in*",
     24         "json.*",
     25         "nc.out*",
     26         "regular.headers",
     27         "regular.out",
     28         "xfrins*",
     29         "xml.*mem",
     30         "xml.*stats",
     31         "zones*",
     32         "ns2/*.jnl",
     33         "ns2/*.signed",
     34         "ns2/*.db",
     35         "ns2/dsset-*",
     36         "ns2/K*",
     37         "ns2/dnssec.db",
     38         "ns2/dnssec.*.id",
     39         "ns2/manykeys.db",
     40         "ns2/manykeys.*.id",
     41         "ns2/named.stats",
     42         "ns2/settime.out.*",
     43         "ns2/signzone.out.*",
     44         "ns3/_default.nzf*",
     45         "ns3/_default.nzd*",
     46         "ns3/example-new.db",
     47         "ns3/example-tcp.db",
     48         "ns3/example-tls.db",
     49         "ns3/example.db",
     50     ]
     51 )
     52 
     53 
     54 def test_statschannel(run_tests_sh):
     55     run_tests_sh()
     56