diff options
author | Vladimír Čunát <vladimir.cunat@nic.cz> | 2020-10-05 19:44:16 +0200 |
---|---|---|
committer | Lukáš Ježek <lukas.jezek@nic.cz> | 2020-10-15 10:52:53 +0200 |
commit | fee13dc0dc686be413505c1d2ccbe0f7bbcd159d (patch) | |
tree | e4644436fbc61b734db3a98b6cf9e3a2e79057fe /modules | |
parent | modules/ta_update: warn if there are differences between statically configure... (diff) | |
download | knot-resolver-fee13dc0dc686be413505c1d2ccbe0f7bbcd159d.tar.xz knot-resolver-fee13dc0dc686be413505c1d2ccbe0f7bbcd159d.zip |
tests: replace the deprecated -f parameter
Diffstat (limited to 'modules')
-rw-r--r-- | modules/policy/test.integr/deckard.yaml | 3 | ||||
-rw-r--r-- | modules/rebinding/test.integr/deckard.yaml | 3 | ||||
-rw-r--r-- | modules/refuse_nord/test.integr/deckard.yaml | 3 | ||||
-rw-r--r-- | modules/serve_stale/test.integr/deckard.yaml | 3 | ||||
-rw-r--r-- | modules/stats/test.integr/deckard.yaml | 3 | ||||
-rw-r--r-- | modules/ta_update/ta_update.test.integr/deckard.yaml | 3 | ||||
-rw-r--r-- | modules/ta_update/ta_update.unmanagedkey.test.integr/deckard.yaml | 3 | ||||
-rw-r--r-- | modules/view/addr.test.integr/deckard.yaml | 3 | ||||
-rw-r--r-- | modules/view/tsig.test.integr/deckard.yaml | 3 |
9 files changed, 9 insertions, 18 deletions
diff --git a/modules/policy/test.integr/deckard.yaml b/modules/policy/test.integr/deckard.yaml index 907d187a..9c6cb70d 100644 --- a/modules/policy/test.integr/deckard.yaml +++ b/modules/policy/test.integr/deckard.yaml @@ -3,8 +3,7 @@ programs: - name: kresd binary: kresd additional: - - -f - - "1" + - --noninteractive templates: - modules/policy/test.integr/kresd_config.j2 - tests/integration/hints_zone.j2 diff --git a/modules/rebinding/test.integr/deckard.yaml b/modules/rebinding/test.integr/deckard.yaml index e246ea37..9b1793b5 100644 --- a/modules/rebinding/test.integr/deckard.yaml +++ b/modules/rebinding/test.integr/deckard.yaml @@ -3,8 +3,7 @@ programs: - name: kresd binary: kresd additional: - - -f - - "1" + - --noninteractive templates: - modules/rebinding/test.integr/kresd_config.j2 - tests/integration/hints_zone.j2 diff --git a/modules/refuse_nord/test.integr/deckard.yaml b/modules/refuse_nord/test.integr/deckard.yaml index d65fa8c5..60bf040c 100644 --- a/modules/refuse_nord/test.integr/deckard.yaml +++ b/modules/refuse_nord/test.integr/deckard.yaml @@ -3,8 +3,7 @@ programs: - name: kresd binary: kresd additional: - - -f - - "1" + - --noninteractive templates: - modules/refuse_nord/test.integr/kresd_config.j2 - tests/integration/hints_zone.j2 diff --git a/modules/serve_stale/test.integr/deckard.yaml b/modules/serve_stale/test.integr/deckard.yaml index 34f3bc8c..c1913458 100644 --- a/modules/serve_stale/test.integr/deckard.yaml +++ b/modules/serve_stale/test.integr/deckard.yaml @@ -3,8 +3,7 @@ programs: - name: kresd binary: kresd additional: - - -f - - "1" + - --noninteractive templates: - modules/serve_stale/test.integr/kresd_config.j2 - tests/integration/hints_zone.j2 diff --git a/modules/stats/test.integr/deckard.yaml b/modules/stats/test.integr/deckard.yaml index acf823e5..6dd0c220 100644 --- a/modules/stats/test.integr/deckard.yaml +++ b/modules/stats/test.integr/deckard.yaml @@ -3,8 +3,7 @@ programs: - name: kresd binary: kresd additional: - - -f - - "1" + - --noninteractive templates: - modules/stats/test.integr/kresd_config.j2 - tests/integration/hints_zone.j2 diff --git a/modules/ta_update/ta_update.test.integr/deckard.yaml b/modules/ta_update/ta_update.test.integr/deckard.yaml index c73d8d60..1d005e39 100644 --- a/modules/ta_update/ta_update.test.integr/deckard.yaml +++ b/modules/ta_update/ta_update.test.integr/deckard.yaml @@ -3,8 +3,7 @@ programs: - name: kresd binary: kresd additional: - - -f - - "1" + - --noninteractive templates: - modules/ta_update/ta_update.test.integr/kresd_config.j2 - tests/integration/hints_zone.j2 diff --git a/modules/ta_update/ta_update.unmanagedkey.test.integr/deckard.yaml b/modules/ta_update/ta_update.unmanagedkey.test.integr/deckard.yaml index 4d0a0fed..eab05929 100644 --- a/modules/ta_update/ta_update.unmanagedkey.test.integr/deckard.yaml +++ b/modules/ta_update/ta_update.unmanagedkey.test.integr/deckard.yaml @@ -3,8 +3,7 @@ programs: - name: kresd binary: kresd additional: - - -f - - "1" + - --noninteractive templates: - modules/ta_update/ta_update.unmanagedkey.test.integr/kresd_config.j2 - tests/integration/hints_zone.j2 diff --git a/modules/view/addr.test.integr/deckard.yaml b/modules/view/addr.test.integr/deckard.yaml index bfde297f..8170ffd9 100644 --- a/modules/view/addr.test.integr/deckard.yaml +++ b/modules/view/addr.test.integr/deckard.yaml @@ -3,8 +3,7 @@ programs: - name: kresd binary: kresd additional: - - -f - - "1" + - --noninteractive templates: - modules/view/addr.test.integr/kresd_config.j2 - tests/integration/hints_zone.j2 diff --git a/modules/view/tsig.test.integr/deckard.yaml b/modules/view/tsig.test.integr/deckard.yaml index 6f181207..06792bea 100644 --- a/modules/view/tsig.test.integr/deckard.yaml +++ b/modules/view/tsig.test.integr/deckard.yaml @@ -3,8 +3,7 @@ programs: - name: kresd binary: kresd additional: - - -f - - "1" + - --noninteractive templates: - modules/view/tsig.test.integr/kresd_config.j2 - tests/integration/hints_zone.j2 |