Home | History | Annotate | Line # | Download | only in rpz
      1      1.1  christos Copyright (C) Internet Systems Consortium, Inc. ("ISC")
      2      1.1  christos 
      3  1.1.1.3  christos SPDX-License-Identifier: MPL-2.0
      4  1.1.1.3  christos 
      5  1.1.1.3  christos This Source Code Form is subject to the terms of the Mozilla Public
      6  1.1.1.3  christos License, v. 2.0.  If a copy of the MPL was not distributed with this
      7  1.1.1.3  christos file, you can obtain one at https://mozilla.org/MPL/2.0/.
      8  1.1.1.3  christos 
      9  1.1.1.3  christos See the COPYRIGHT file distributed with this work for additional
     10  1.1.1.3  christos information regarding copyright ownership.
     11      1.1  christos 
     12      1.1  christos The test setup for the RPZ tests prepares a query perf tool and sets up
     13      1.1  christos policy zones.
     14      1.1  christos 
     15      1.1  christos Name servers
     16      1.1  christos ------------
     17      1.1  christos 
     18      1.1  christos ns1 is the root server.
     19      1.1  christos 
     20      1.1  christos ns2 and ns4 are authoritative servers for the various test domains.
     21      1.1  christos 
     22      1.1  christos ns3 is the main rewriting resolver.
     23      1.1  christos 
     24      1.1  christos ns5 and ns7 are additional rewriting resolvers.
     25      1.1  christos 
     26      1.1  christos ns6 is a forwarding server.
     27      1.1  christos 
     28      1.1  christos 
     29      1.1  christos Updating the response policy zones
     30      1.1  christos ----------------------------------
     31      1.1  christos 
     32      1.1  christos test1, test2, test3, test4, test5, and test6 are dynamic update files.  These
     33      1.1  christos updates are made against ns3.  The script function "start_group" is called to
     34      1.1  christos start an new batch of tests that may depend on certain server updates.  The
     35      1.1  christos function takes an optional file name and if provided the server updates are
     36      1.1  christos performed before executing the test batch.
     37