From 522f167d279ad3bd75d986ee8a0db8e0ab4ecee8 Mon Sep 17 00:00:00 2001 From: Matt Clay Date: Wed, 28 Oct 2020 09:12:09 -0700 Subject: Replace incidental tests with intentional argspec tests (#72370) * Remove incidental_consul tests (#71811) * Add explicit intg tests for argspec functionality * ci_complete ci_coverage * Remove incidental_consul and incidental_setup_openssl * ci_complete ci_coverage (cherry picked from commit a99212464c1e5de0245a8429047fa2e05458f20b) * Remove incidental_nios_txt_record (#72009) * Add explicit coverage of argspec type=dict * Non string mapping failure * ci_complete ci_coverage * Remove incidental_nios_txt_record and associated files * Don't forget the ignore.txt changes * ci_complete ci_coverage (cherry picked from commit 6f4aed53772f2b5ff83262575865f2be5b36933b) * Remove incidental_vyos_static_route (#72024) * Add explicit tests for required_together suboptions * ci_complete ci_coverage * Remove incidental_vyos_static_route * ci_complete ci_coverage * Add explicit coverage of suboptions required_if * ci_complete ci_coverage * Remove incidental_vyos_logging * ci_complete ci_coverage (cherry picked from commit 9081b228689ca97261fae42ee84fde7e0bb48d6e) * More explicit argspec tests (#72064) * Add more explicit coverage of argspec functionality * fail_on_missing_params * ci_complete ci_coverage * Remove incidental_aws_step_functions_state_machine * ci_complete ci_coverage * Remove incidental_cs_service_offering * ci_complete ci_coverage (cherry picked from commit ab2b339dd6d27c4b06001e88480eabe9a94a8e92) * Add explicit coverage of required_together (#72107) * Add explicit coverage of required_together * ci_complete ci_coverage * Remove incidental_hcloud_server * Remove hcloud from shippable matrix * ci_complete ci_coverage (cherry picked from commit 460ba041c850acb11fab67a8dd36e1bb7f7c9b0c) * Add explicit coverage of suboptions=list without elements (#72108) * Add explicit coverage of suboptions=list without elements * ci_complete ci_coverage * Remove incidental_vmware_guest_custom_attributes * ci_complete ci_coverage (cherry picked from commit 50c8c87fe2889612999f45d11d9f35a614518f1b) * Add explicit coverage of argspec choices with strings that shadow YAML bools (#72122) * Add explicit coverage of argspec choices with strings that shadow YAML bools * ci_complete ci_coverage * Remove incidental_ufw * ci_complete ci_coverage (cherry picked from commit cfa41898c4c1b349acd3d8d54018a5cc7571dcbc) * Adds argspec tests for required, required_one_of and required_by (#72245) * Improve variable names. * Add test for required. * Add test for required_one_of. * Add test for required_by. (cherry picked from commit 1489bf9190f0463392ea67c2370f7fd342014bfa) * Remove incidentals without coverage (#71788) * Remove incidental_lookup_hashi_vault * Remove incidental_connection_chroot * Remove incidental_selinux * Remove incidental_win_hosts (cherry picked from commit e6e98407178556c1eb60101abef1df08c753d31d) Co-authored-by: Matt Martz Co-authored-by: Felix Fontein --- test/integration/targets/incidental_cs_service_offering/aliases | 2 -- 1 file changed, 2 deletions(-) delete mode 100644 test/integration/targets/incidental_cs_service_offering/aliases (limited to 'test/integration/targets/incidental_cs_service_offering/aliases') diff --git a/test/integration/targets/incidental_cs_service_offering/aliases b/test/integration/targets/incidental_cs_service_offering/aliases deleted file mode 100644 index e50e650e98..0000000000 --- a/test/integration/targets/incidental_cs_service_offering/aliases +++ /dev/null @@ -1,2 +0,0 @@ -cloud/cs -shippable/cs/incidental -- cgit v1.2.1