From: Vladimír Čunát Date: Mon, 5 Oct 2020 17:44:16 +0000 (+0200) Subject: tests: replace the deprecated -f parameter X-Git-Tag: v5.2.0~14^2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fee13dc0dc686be413505c1d2ccbe0f7bbcd159d;p=thirdparty%2Fknot-resolver.git tests: replace the deprecated -f parameter --- diff --git a/daemon/cache.test/insert_ns.test.integr/deckard.yaml b/daemon/cache.test/insert_ns.test.integr/deckard.yaml index 84c150aea..7f99679f1 100644 --- a/daemon/cache.test/insert_ns.test.integr/deckard.yaml +++ b/daemon/cache.test/insert_ns.test.integr/deckard.yaml @@ -4,8 +4,7 @@ programs: - name: kresd binary: kresd additional: - - -f - - "1" + - --noninteractive templates: - daemon/cache.test/insert_ns.test.integr/kresd_config.j2 - tests/integration/hints_zone.j2 diff --git a/modules/policy/test.integr/deckard.yaml b/modules/policy/test.integr/deckard.yaml index 907d187a4..9c6cb70d8 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 e246ea373..9b1793b54 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 d65fa8c5d..60bf040cd 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 34f3bc8c3..c19134585 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 acf823e52..6dd0c2204 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 c73d8d60b..1d005e396 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 4d0a0fed8..eab059291 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 bfde297f9..8170ffd91 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 6f1812074..06792bea6 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