From: Evan Hunt Date: Fri, 7 Aug 2026 03:14:39 +0000 (-0700) Subject: fold rollover_algo_ksk_zsk into rollover X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bbbf4b3b480d649378e602ccca0aa1eaf4ab9bf0;p=thirdparty%2Fbind9.git fold rollover_algo_ksk_zsk into rollover merge the "rollover_algo_ksk_zsk" test into "rollover" --- diff --git a/bin/tests/system/rollover_algo_ksk_zsk/ns3/named.conf.j2 b/bin/tests/system/rollover/ns3/named-algo-ksk-zsk.conf.j2 similarity index 97% rename from bin/tests/system/rollover_algo_ksk_zsk/ns3/named.conf.j2 rename to bin/tests/system/rollover/ns3/named-algo-ksk-zsk.conf.j2 index 0509116df24..995933b4548 100644 --- a/bin/tests/system/rollover_algo_ksk_zsk/ns3/named.conf.j2 +++ b/bin/tests/system/rollover/ns3/named-algo-ksk-zsk.conf.j2 @@ -2,7 +2,7 @@ {% set policy = "rsasha256" if not alg_roll else "ecdsa256" %} {% set zones = ["kasp", "manual"] %} -include "kasp.conf"; +include "policy/ksk-zsk.conf"; include "named.common.conf"; {% for tld in zones %} diff --git a/bin/tests/system/rollover/ns3/named-rollover.conf.j2 b/bin/tests/system/rollover/ns3/named-manual.conf.j2 similarity index 100% rename from bin/tests/system/rollover/ns3/named-rollover.conf.j2 rename to bin/tests/system/rollover/ns3/named-manual.conf.j2 diff --git a/bin/tests/system/rollover_algo_ksk_zsk/ns3/kasp.conf b/bin/tests/system/rollover/ns3/policy/ksk-zsk.conf similarity index 100% rename from bin/tests/system/rollover_algo_ksk_zsk/ns3/kasp.conf rename to bin/tests/system/rollover/ns3/policy/ksk-zsk.conf diff --git a/bin/tests/system/rollover_algo_ksk_zsk/tests_rollover_algo_ksk_zsk_initial.py b/bin/tests/system/rollover/tests_rollover_algo_ksk_zsk_initial.py similarity index 98% rename from bin/tests/system/rollover_algo_ksk_zsk/tests_rollover_algo_ksk_zsk_initial.py rename to bin/tests/system/rollover/tests_rollover_algo_ksk_zsk_initial.py index 7ad270f0e7e..37df424d8d9 100644 --- a/bin/tests/system/rollover_algo_ksk_zsk/tests_rollover_algo_ksk_zsk_initial.py +++ b/bin/tests/system/rollover/tests_rollover_algo_ksk_zsk_initial.py @@ -24,6 +24,7 @@ def bootstrap(): data = { "tlds": [], "trust_anchors": [], + "testconf": "algo-ksk-zsk", } tlds = [] diff --git a/bin/tests/system/rollover_algo_ksk_zsk/tests_rollover_algo_ksk_zsk_reconfig.py b/bin/tests/system/rollover/tests_rollover_algo_ksk_zsk_reconfig.py similarity index 99% rename from bin/tests/system/rollover_algo_ksk_zsk/tests_rollover_algo_ksk_zsk_reconfig.py rename to bin/tests/system/rollover/tests_rollover_algo_ksk_zsk_reconfig.py index 23b57d80946..f9e97ccd2fd 100644 --- a/bin/tests/system/rollover_algo_ksk_zsk/tests_rollover_algo_ksk_zsk_reconfig.py +++ b/bin/tests/system/rollover/tests_rollover_algo_ksk_zsk_reconfig.py @@ -42,6 +42,7 @@ def bootstrap(): data = { "tlds": [], "trust_anchors": [], + "testconf": "algo-ksk-zsk", } tlds = [] @@ -68,7 +69,7 @@ def after_servers_start(ns3, templates): isctest.kasp.wait_keymgr_done(ns3, "step1.algorithm-roll.kasp") - templates.render("ns3/named.conf", {"alg_roll": True}) + templates.render("ns3/named-algo-ksk-zsk.conf", {"alg_roll": True}) start_time = KeyTimingMetadata.now() ns3.reconfigure() diff --git a/bin/tests/system/rollover/tests_rollover_manual.py b/bin/tests/system/rollover/tests_rollover_manual.py index 9a9012c0a97..7a8eb68f944 100644 --- a/bin/tests/system/rollover/tests_rollover_manual.py +++ b/bin/tests/system/rollover/tests_rollover_manual.py @@ -118,7 +118,7 @@ def bootstrap(): data = { "tlds": [], "trust_anchors": [], - "testconf": "rollover", + "testconf": "manual", } tld = configure_tld("kasp", zones) data["tlds"].append("kasp") diff --git a/bin/tests/system/rollover_algo_ksk_zsk/ns1 b/bin/tests/system/rollover_algo_ksk_zsk/ns1 deleted file mode 120000 index 76608beaedd..00000000000 --- a/bin/tests/system/rollover_algo_ksk_zsk/ns1 +++ /dev/null @@ -1 +0,0 @@ -../rollover/ns1 \ No newline at end of file diff --git a/bin/tests/system/rollover_algo_ksk_zsk/ns2 b/bin/tests/system/rollover_algo_ksk_zsk/ns2 deleted file mode 120000 index 41a09bb648b..00000000000 --- a/bin/tests/system/rollover_algo_ksk_zsk/ns2 +++ /dev/null @@ -1 +0,0 @@ -../rollover/ns2 \ No newline at end of file diff --git a/bin/tests/system/rollover_algo_ksk_zsk/ns3/named.common.conf.j2 b/bin/tests/system/rollover_algo_ksk_zsk/ns3/named.common.conf.j2 deleted file mode 120000 index 5dc26178cb1..00000000000 --- a/bin/tests/system/rollover_algo_ksk_zsk/ns3/named.common.conf.j2 +++ /dev/null @@ -1 +0,0 @@ -../../rollover/ns3/named.common.conf.j2 \ No newline at end of file diff --git a/bin/tests/system/rollover_algo_ksk_zsk/ns3/template.db.j2.manual b/bin/tests/system/rollover_algo_ksk_zsk/ns3/template.db.j2.manual deleted file mode 120000 index 38619a01b24..00000000000 --- a/bin/tests/system/rollover_algo_ksk_zsk/ns3/template.db.j2.manual +++ /dev/null @@ -1 +0,0 @@ -../../rollover/ns3/template.db.j2.manual \ No newline at end of file diff --git a/bin/tests/system/rollover_algo_ksk_zsk/ns3/trusted.conf.j2 b/bin/tests/system/rollover_algo_ksk_zsk/ns3/trusted.conf.j2 deleted file mode 120000 index cb0be77b220..00000000000 --- a/bin/tests/system/rollover_algo_ksk_zsk/ns3/trusted.conf.j2 +++ /dev/null @@ -1 +0,0 @@ -../../_common/trusted.conf.j2 \ No newline at end of file