From: Tomas Krizek Date: Mon, 4 Feb 2019 13:53:19 +0000 (+0100) Subject: tests/integration: move related files X-Git-Tag: v4.0.0~24^2~188 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7efe25e048cd10dc7eba58d27e9073c6e484914d;p=thirdparty%2Fknot-resolver.git tests/integration: move related files --- diff --git a/modules/bogus_log/test.integr/deckard.yaml b/modules/bogus_log/test.integr/deckard.yaml index a8c870042..0aca9f444 100644 --- a/modules/bogus_log/test.integr/deckard.yaml +++ b/modules/bogus_log/test.integr/deckard.yaml @@ -6,7 +6,7 @@ programs: - "1" templates: - modules/bogus_log/test.integr/kresd_config.j2 - - tests/hints_zone.j2 + - tests/integration/hints_zone.j2 configs: - config - hints diff --git a/modules/policy/noipv6.test.integr/deckard.yaml b/modules/policy/noipv6.test.integr/deckard.yaml index c353b1cd9..c5dd53a64 100644 --- a/modules/policy/noipv6.test.integr/deckard.yaml +++ b/modules/policy/noipv6.test.integr/deckard.yaml @@ -6,7 +6,7 @@ programs: - "1" templates: - modules/policy/noipv6.test.integr/kresd_config.j2 - - tests/hints_zone.j2 + - tests/integration/hints_zone.j2 configs: - config - hints diff --git a/modules/policy/noipvx.test.integr/deckard.yaml b/modules/policy/noipvx.test.integr/deckard.yaml index a71a56ed8..cfc04d13d 100644 --- a/modules/policy/noipvx.test.integr/deckard.yaml +++ b/modules/policy/noipvx.test.integr/deckard.yaml @@ -6,7 +6,7 @@ programs: - "1" templates: - modules/policy/noipvx.test.integr/kresd_config.j2 - - tests/hints_zone.j2 + - tests/integration/hints_zone.j2 configs: - config - hints diff --git a/modules/policy/test.integr/deckard.yaml b/modules/policy/test.integr/deckard.yaml index be60e976c..ee1a61718 100644 --- a/modules/policy/test.integr/deckard.yaml +++ b/modules/policy/test.integr/deckard.yaml @@ -6,7 +6,7 @@ programs: - "1" templates: - modules/policy/test.integr/kresd_config.j2 - - tests/hints_zone.j2 + - tests/integration/hints_zone.j2 configs: - config - hints diff --git a/modules/rebinding/test.integr/deckard.yaml b/modules/rebinding/test.integr/deckard.yaml index 58a2cee49..4350bb2d5 100644 --- a/modules/rebinding/test.integr/deckard.yaml +++ b/modules/rebinding/test.integr/deckard.yaml @@ -6,7 +6,7 @@ programs: - "1" templates: - modules/rebinding/test.integr/kresd_config.j2 - - tests/hints_zone.j2 + - tests/integration/hints_zone.j2 configs: - config - hints diff --git a/modules/serve_stale/test.integr/deckard.yaml b/modules/serve_stale/test.integr/deckard.yaml index aae0d51bd..9cc1565e8 100644 --- a/modules/serve_stale/test.integr/deckard.yaml +++ b/modules/serve_stale/test.integr/deckard.yaml @@ -6,7 +6,7 @@ programs: - "1" templates: - modules/serve_stale/test.integr/kresd_config.j2 - - tests/hints_zone.j2 + - tests/integration/hints_zone.j2 configs: - config - hints diff --git a/modules/stats/test.integr/deckard.yaml b/modules/stats/test.integr/deckard.yaml index 1284740b1..405dc1312 100644 --- a/modules/stats/test.integr/deckard.yaml +++ b/modules/stats/test.integr/deckard.yaml @@ -6,7 +6,7 @@ programs: - "1" templates: - modules/stats/test.integr/kresd_config.j2 - - tests/hints_zone.j2 + - tests/integration/hints_zone.j2 configs: - config - hints diff --git a/modules/view/addr.test.integr/deckard.yaml b/modules/view/addr.test.integr/deckard.yaml index ac2792d75..54bb2c5db 100644 --- a/modules/view/addr.test.integr/deckard.yaml +++ b/modules/view/addr.test.integr/deckard.yaml @@ -6,7 +6,7 @@ programs: - "1" templates: - modules/view/addr.test.integr/kresd_config.j2 - - tests/hints_zone.j2 + - tests/integration/hints_zone.j2 configs: - config - hints diff --git a/modules/view/tsig.test.integr/deckard.yaml b/modules/view/tsig.test.integr/deckard.yaml index bc8990609..2a99c0e55 100644 --- a/modules/view/tsig.test.integr/deckard.yaml +++ b/modules/view/tsig.test.integr/deckard.yaml @@ -6,7 +6,7 @@ programs: - "1" templates: - modules/view/tsig.test.integr/kresd_config.j2 - - tests/hints_zone.j2 + - tests/integration/hints_zone.j2 configs: - config - hints diff --git a/tests/hints_zone.j2 b/tests/integration/hints_zone.j2 similarity index 100% rename from tests/hints_zone.j2 rename to tests/integration/hints_zone.j2 diff --git a/tests/kresd_config.j2 b/tests/integration/kresd_config.j2 similarity index 100% rename from tests/kresd_config.j2 rename to tests/integration/kresd_config.j2 diff --git a/tests/testdata_notimpl/iter_class_any.rpl b/tests/integration/testdata_notimpl/iter_class_any.rpl similarity index 100% rename from tests/testdata_notimpl/iter_class_any.rpl rename to tests/integration/testdata_notimpl/iter_class_any.rpl diff --git a/tests/testdata_notimpl/iter_dnsseclame_bug.rpl b/tests/integration/testdata_notimpl/iter_dnsseclame_bug.rpl similarity index 100% rename from tests/testdata_notimpl/iter_dnsseclame_bug.rpl rename to tests/integration/testdata_notimpl/iter_dnsseclame_bug.rpl diff --git a/tests/testdata_notimpl/iter_dnsseclame_ds.rpl b/tests/integration/testdata_notimpl/iter_dnsseclame_ds.rpl similarity index 100% rename from tests/testdata_notimpl/iter_dnsseclame_ds.rpl rename to tests/integration/testdata_notimpl/iter_dnsseclame_ds.rpl diff --git a/tests/testdata_notimpl/iter_dnsseclame_ds_ok.rpl b/tests/integration/testdata_notimpl/iter_dnsseclame_ds_ok.rpl similarity index 100% rename from tests/testdata_notimpl/iter_dnsseclame_ds_ok.rpl rename to tests/integration/testdata_notimpl/iter_dnsseclame_ds_ok.rpl diff --git a/tests/testdata_notimpl/iter_dnsseclame_ta.rpl b/tests/integration/testdata_notimpl/iter_dnsseclame_ta.rpl similarity index 100% rename from tests/testdata_notimpl/iter_dnsseclame_ta.rpl rename to tests/integration/testdata_notimpl/iter_dnsseclame_ta.rpl diff --git a/tests/testdata_notimpl/iter_dnsseclame_ta_ok.rpl b/tests/integration/testdata_notimpl/iter_dnsseclame_ta_ok.rpl similarity index 100% rename from tests/testdata_notimpl/iter_dnsseclame_ta_ok.rpl rename to tests/integration/testdata_notimpl/iter_dnsseclame_ta_ok.rpl diff --git a/tests/testdata_notimpl/iter_dp_turnsuseless.rpl b/tests/integration/testdata_notimpl/iter_dp_turnsuseless.rpl similarity index 100% rename from tests/testdata_notimpl/iter_dp_turnsuseless.rpl rename to tests/integration/testdata_notimpl/iter_dp_turnsuseless.rpl diff --git a/tests/testdata_notimpl/iter_ds_locate_ns.rpl b/tests/integration/testdata_notimpl/iter_ds_locate_ns.rpl similarity index 100% rename from tests/testdata_notimpl/iter_ds_locate_ns.rpl rename to tests/integration/testdata_notimpl/iter_ds_locate_ns.rpl diff --git a/tests/testdata_notimpl/iter_ds_locate_ns_cname.rpl b/tests/integration/testdata_notimpl/iter_ds_locate_ns_cname.rpl similarity index 100% rename from tests/testdata_notimpl/iter_ds_locate_ns_cname.rpl rename to tests/integration/testdata_notimpl/iter_ds_locate_ns_cname.rpl diff --git a/tests/testdata_notimpl/iter_ds_locate_ns_detach.rpl b/tests/integration/testdata_notimpl/iter_ds_locate_ns_detach.rpl similarity index 100% rename from tests/testdata_notimpl/iter_ds_locate_ns_detach.rpl rename to tests/integration/testdata_notimpl/iter_ds_locate_ns_detach.rpl diff --git a/tests/testdata_notimpl/iter_ds_locate_ns_nosoa.rpl b/tests/integration/testdata_notimpl/iter_ds_locate_ns_nosoa.rpl similarity index 100% rename from tests/testdata_notimpl/iter_ds_locate_ns_nosoa.rpl rename to tests/integration/testdata_notimpl/iter_ds_locate_ns_nosoa.rpl diff --git a/tests/testdata_notimpl/iter_emptydp.rpl b/tests/integration/testdata_notimpl/iter_emptydp.rpl similarity index 100% rename from tests/testdata_notimpl/iter_emptydp.rpl rename to tests/integration/testdata_notimpl/iter_emptydp.rpl diff --git a/tests/testdata_notimpl/iter_emptydp_for_glue.rpl b/tests/integration/testdata_notimpl/iter_emptydp_for_glue.rpl similarity index 100% rename from tests/testdata_notimpl/iter_emptydp_for_glue.rpl rename to tests/integration/testdata_notimpl/iter_emptydp_for_glue.rpl diff --git a/tests/testdata_notimpl/iter_fwdfirst.rpl b/tests/integration/testdata_notimpl/iter_fwdfirst.rpl similarity index 100% rename from tests/testdata_notimpl/iter_fwdfirst.rpl rename to tests/integration/testdata_notimpl/iter_fwdfirst.rpl diff --git a/tests/testdata_notimpl/iter_fwdfirstequal.rpl b/tests/integration/testdata_notimpl/iter_fwdfirstequal.rpl similarity index 100% rename from tests/testdata_notimpl/iter_fwdfirstequal.rpl rename to tests/integration/testdata_notimpl/iter_fwdfirstequal.rpl diff --git a/tests/testdata_notimpl/iter_fwdstub.rpl b/tests/integration/testdata_notimpl/iter_fwdstub.rpl similarity index 100% rename from tests/testdata_notimpl/iter_fwdstub.rpl rename to tests/integration/testdata_notimpl/iter_fwdstub.rpl diff --git a/tests/testdata_notimpl/iter_fwdstubroot.rpl b/tests/integration/testdata_notimpl/iter_fwdstubroot.rpl similarity index 100% rename from tests/testdata_notimpl/iter_fwdstubroot.rpl rename to tests/integration/testdata_notimpl/iter_fwdstubroot.rpl diff --git a/tests/testdata_notimpl/iter_got6only.rpl b/tests/integration/testdata_notimpl/iter_got6only.rpl similarity index 100% rename from tests/testdata_notimpl/iter_got6only.rpl rename to tests/integration/testdata_notimpl/iter_got6only.rpl diff --git a/tests/testdata_notimpl/iter_pcdiff.rpl b/tests/integration/testdata_notimpl/iter_pcdiff.rpl similarity index 100% rename from tests/testdata_notimpl/iter_pcdiff.rpl rename to tests/integration/testdata_notimpl/iter_pcdiff.rpl diff --git a/tests/testdata_notimpl/iter_pcnamerec.rpl b/tests/integration/testdata_notimpl/iter_pcnamerec.rpl similarity index 100% rename from tests/testdata_notimpl/iter_pcnamerec.rpl rename to tests/integration/testdata_notimpl/iter_pcnamerec.rpl diff --git a/tests/testdata_notimpl/iter_primenoglue.rpl b/tests/integration/testdata_notimpl/iter_primenoglue.rpl similarity index 100% rename from tests/testdata_notimpl/iter_primenoglue.rpl rename to tests/integration/testdata_notimpl/iter_primenoglue.rpl diff --git a/tests/testdata_notimpl/iter_privaddr.rpl b/tests/integration/testdata_notimpl/iter_privaddr.rpl similarity index 100% rename from tests/testdata_notimpl/iter_privaddr.rpl rename to tests/integration/testdata_notimpl/iter_privaddr.rpl diff --git a/tests/testdata_notimpl/iter_ranoaa_lame.rpl b/tests/integration/testdata_notimpl/iter_ranoaa_lame.rpl similarity index 100% rename from tests/testdata_notimpl/iter_ranoaa_lame.rpl rename to tests/integration/testdata_notimpl/iter_ranoaa_lame.rpl diff --git a/tests/testdata_notimpl/iter_scrub_cname_an.rpl b/tests/integration/testdata_notimpl/iter_scrub_cname_an.rpl similarity index 100% rename from tests/testdata_notimpl/iter_scrub_cname_an.rpl rename to tests/integration/testdata_notimpl/iter_scrub_cname_an.rpl diff --git a/tests/testdata_notimpl/iter_scrub_dname_insec.rpl b/tests/integration/testdata_notimpl/iter_scrub_dname_insec.rpl similarity index 100% rename from tests/testdata_notimpl/iter_scrub_dname_insec.rpl rename to tests/integration/testdata_notimpl/iter_scrub_dname_insec.rpl diff --git a/tests/testdata_notimpl/iter_scrub_dname_sec.rpl b/tests/integration/testdata_notimpl/iter_scrub_dname_sec.rpl similarity index 100% rename from tests/testdata_notimpl/iter_scrub_dname_sec.rpl rename to tests/integration/testdata_notimpl/iter_scrub_dname_sec.rpl diff --git a/tests/testdata_notimpl/iter_scrub_ns.rpl b/tests/integration/testdata_notimpl/iter_scrub_ns.rpl similarity index 100% rename from tests/testdata_notimpl/iter_scrub_ns.rpl rename to tests/integration/testdata_notimpl/iter_scrub_ns.rpl diff --git a/tests/testdata_notimpl/iter_scrub_ns_fwd.rpl b/tests/integration/testdata_notimpl/iter_scrub_ns_fwd.rpl similarity index 100% rename from tests/testdata_notimpl/iter_scrub_ns_fwd.rpl rename to tests/integration/testdata_notimpl/iter_scrub_ns_fwd.rpl diff --git a/tests/testdata_notimpl/iter_scrub_ns_side.rpl b/tests/integration/testdata_notimpl/iter_scrub_ns_side.rpl similarity index 100% rename from tests/testdata_notimpl/iter_scrub_ns_side.rpl rename to tests/integration/testdata_notimpl/iter_scrub_ns_side.rpl diff --git a/tests/testdata_notimpl/iter_stub_noroot.rpl b/tests/integration/testdata_notimpl/iter_stub_noroot.rpl similarity index 100% rename from tests/testdata_notimpl/iter_stub_noroot.rpl rename to tests/integration/testdata_notimpl/iter_stub_noroot.rpl diff --git a/tests/testdata_notimpl/iter_stubfirst.rpl b/tests/integration/testdata_notimpl/iter_stubfirst.rpl similarity index 100% rename from tests/testdata_notimpl/iter_stubfirst.rpl rename to tests/integration/testdata_notimpl/iter_stubfirst.rpl diff --git a/tests/testdata_notimpl/iter_stublastresort.rpl b/tests/integration/testdata_notimpl/iter_stublastresort.rpl similarity index 100% rename from tests/testdata_notimpl/iter_stublastresort.rpl rename to tests/integration/testdata_notimpl/iter_stublastresort.rpl diff --git a/tests/testdata_notimpl/iter_timeout_ra_aaaa.rpl b/tests/integration/testdata_notimpl/iter_timeout_ra_aaaa.rpl similarity index 100% rename from tests/testdata_notimpl/iter_timeout_ra_aaaa.rpl rename to tests/integration/testdata_notimpl/iter_timeout_ra_aaaa.rpl