From fee13dc0dc686be413505c1d2ccbe0f7bbcd159d Mon Sep 17 00:00:00 2001 From: =?utf8?q?Vladim=C3=ADr=20=C4=8Cun=C3=A1t?= Date: Mon, 5 Oct 2020 19:44:16 +0200 Subject: [PATCH] tests: replace the deprecated -f parameter --- daemon/cache.test/insert_ns.test.integr/deckard.yaml | 3 +-- modules/policy/test.integr/deckard.yaml | 3 +-- modules/rebinding/test.integr/deckard.yaml | 3 +-- modules/refuse_nord/test.integr/deckard.yaml | 3 +-- modules/serve_stale/test.integr/deckard.yaml | 3 +-- modules/stats/test.integr/deckard.yaml | 3 +-- modules/ta_update/ta_update.test.integr/deckard.yaml | 3 +-- .../ta_update/ta_update.unmanagedkey.test.integr/deckard.yaml | 3 +-- modules/view/addr.test.integr/deckard.yaml | 3 +-- modules/view/tsig.test.integr/deckard.yaml | 3 +-- 10 files changed, 10 insertions(+), 20 deletions(-) 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 -- 2.47.2