From ef740d0cca186bb65395b1fae2d6b9d3cde8113b Mon Sep 17 00:00:00 2001 From: Ralph Dolmans Date: Thu, 5 Oct 2017 10:36:52 +0000 Subject: [PATCH] also disable trust-anchor-signaling is crpl tests git-svn-id: file:///svn/unbound/trunk@4361 be551aaa-1e26-0410-a405-d3ace91eadb9 --- testdata/ipsecmod_bogus_ipseckey.crpl | 1 + testdata/ipsecmod_ignore_bogus_ipseckey.crpl | 1 + testdata/subnet_cached.crpl | 1 + testdata/subnet_val_positive.crpl | 1 + testdata/subnet_val_positive_client.crpl | 1 + testdata/val_ds_gost.crpl | 1 + testdata/val_ds_gost_downgrade.crpl | 1 + testdata/val_ds_sha2.crpl | 1 + testdata/val_ds_sha2_downgrade.crpl | 1 + testdata/val_ds_sha2_lenient.crpl | 1 + 10 files changed, 10 insertions(+) diff --git a/testdata/ipsecmod_bogus_ipseckey.crpl b/testdata/ipsecmod_bogus_ipseckey.crpl index 1e76af3b9..d5e4e5fc7 100644 --- a/testdata/ipsecmod_bogus_ipseckey.crpl +++ b/testdata/ipsecmod_bogus_ipseckey.crpl @@ -14,6 +14,7 @@ server: ipsecmod-hook: "../../testdata/ipsecmod_hook.sh" ipsecmod-strict: no ipsecmod-max-ttl: 200 + trust-anchor-signaling: no stub-zone: name: "." diff --git a/testdata/ipsecmod_ignore_bogus_ipseckey.crpl b/testdata/ipsecmod_ignore_bogus_ipseckey.crpl index b97779085..b86468671 100644 --- a/testdata/ipsecmod_ignore_bogus_ipseckey.crpl +++ b/testdata/ipsecmod_ignore_bogus_ipseckey.crpl @@ -15,6 +15,7 @@ server: ipsecmod-strict: no ipsecmod-max-ttl: 200 ipsecmod-ignore-bogus: yes + trust-anchor-signaling: no stub-zone: name: "." diff --git a/testdata/subnet_cached.crpl b/testdata/subnet_cached.crpl index fefbdd1a0..ff28b8317 100644 --- a/testdata/subnet_cached.crpl +++ b/testdata/subnet_cached.crpl @@ -10,6 +10,7 @@ server: module-config: "subnetcache validator iterator" verbosity: 3 access-control: 127.0.0.1 allow_snoop + trust-anchor-signaling: no stub-zone: name: "." diff --git a/testdata/subnet_val_positive.crpl b/testdata/subnet_val_positive.crpl index 732657374..57c8b195f 100644 --- a/testdata/subnet_val_positive.crpl +++ b/testdata/subnet_val_positive.crpl @@ -8,6 +8,7 @@ server: max-client-subnet-ipv4: 17 module-config: "subnetcache validator iterator" verbosity: 3 + trust-anchor-signaling: no stub-zone: name: "." diff --git a/testdata/subnet_val_positive_client.crpl b/testdata/subnet_val_positive_client.crpl index 96be71f50..d6efd13bc 100644 --- a/testdata/subnet_val_positive_client.crpl +++ b/testdata/subnet_val_positive_client.crpl @@ -9,6 +9,7 @@ server: max-client-subnet-ipv4: 17 module-config: "subnetcache validator iterator" verbosity: 3 + trust-anchor-signaling: no stub-zone: name: "." diff --git a/testdata/val_ds_gost.crpl b/testdata/val_ds_gost.crpl index ec54cd948..d66234a7b 100644 --- a/testdata/val_ds_gost.crpl +++ b/testdata/val_ds_gost.crpl @@ -5,6 +5,7 @@ server: val-override-date: "20070916134226" target-fetch-policy: "0 0 0 0 0" fake-sha1: yes + trust-anchor-signaling: no stub-zone: name: "." diff --git a/testdata/val_ds_gost_downgrade.crpl b/testdata/val_ds_gost_downgrade.crpl index a90fa8d18..b22b6ecb9 100644 --- a/testdata/val_ds_gost_downgrade.crpl +++ b/testdata/val_ds_gost_downgrade.crpl @@ -6,6 +6,7 @@ server: target-fetch-policy: "0 0 0 0 0" fake-sha1: yes harden-algo-downgrade: yes + trust-anchor-signaling: no stub-zone: name: "." diff --git a/testdata/val_ds_sha2.crpl b/testdata/val_ds_sha2.crpl index 9ecba61bc..1e13f89f5 100644 --- a/testdata/val_ds_sha2.crpl +++ b/testdata/val_ds_sha2.crpl @@ -6,6 +6,7 @@ server: target-fetch-policy: "0 0 0 0 0" fake-dsa: yes fake-sha1: yes + trust-anchor-signaling: no stub-zone: name: "." diff --git a/testdata/val_ds_sha2_downgrade.crpl b/testdata/val_ds_sha2_downgrade.crpl index 5d9eecb6e..007cf7800 100644 --- a/testdata/val_ds_sha2_downgrade.crpl +++ b/testdata/val_ds_sha2_downgrade.crpl @@ -7,6 +7,7 @@ server: fake-dsa: yes fake-sha1: yes harden-algo-downgrade: yes + trust-anchor-signaling: no stub-zone: name: "." diff --git a/testdata/val_ds_sha2_lenient.crpl b/testdata/val_ds_sha2_lenient.crpl index fb0fdf01f..a6bd42d17 100644 --- a/testdata/val_ds_sha2_lenient.crpl +++ b/testdata/val_ds_sha2_lenient.crpl @@ -7,6 +7,7 @@ server: fake-dsa: yes fake-sha1: yes harden-algo-downgrade: no + trust-anchor-signaling: no stub-zone: name: "." -- 2.47.3