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/ta_update | |
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/ta_update')
-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 |
2 files changed, 2 insertions, 4 deletions
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 |