You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/test/integration/roles
James Cammarata fb797a9e77 Fixing role dependency chain creation
The dep chain for roles created during the compile step had bugs, in
which the dep chain was overwriten and the original tasks in the role
were not assigned a dep chain. This lead to problems in determining
whether roles had already run when in a "diamond" structure, and in
some cases roles were not correctly getting variables from parents.

Fixes #14046
9 years ago
..
ec2_elb_instance_setup Fixes for tests that assumed yum as package manager for systems that 9 years ago
ec2_provision_instances Adding an integration test for the ec2_elb module 11 years ago
prepare_rax_tests/defaults Make the wait_timeout for rax tests a configurable default 9 years ago
prepare_tests/tasks Parallelize make command for integration test runner 9 years ago
prepare_win_tests Allow prepare_win_tests role to run multiple times, before each role that depends on it. 9 years ago
setup_ec2 Fixing up shell quoting issues 10 years ago
setup_mysql_db Update mysql setup to handle installing mysql with dnf too. 9 years ago
setup_postgresql_db Fixes for tests that assumed yum as package manager for systems that 9 years ago
test_add_host/tasks fix for dynamic (add_host) hosts not available in hostvars 9 years ago
test_always_run
test_apt Fixes for tests that assumed yum as package manager for systems that 9 years ago
test_apt_repository Test for filename option in apt_repository module. 9 years ago
test_assemble Move from md5 to sha1 to work on fips-140 enabled systems 10 years ago
test_async Removing invocation from async test, as it's pointless 9 years ago
test_authorized_key Lots of fixes for integration test bugs 9 years ago
test_azure assert password or ssh key provided on new image creation 9 years ago
test_bad_parsing fixed typo 9 years ago
test_become Elevate privileges when checking for file existence 9 years ago
test_binary Better names for the test_binary tests 10 years ago
test_changed_when
test_check_mode Rework the shell quoting of remote checksumming 10 years ago
test_command_shell Fixing up some output stuff 9 years ago
test_conditionals Document and test 'is undefined' rather than 'is not defined' 9 years ago
test_consul_acl/tasks Initial commit of Ansible support for the Consul clustering framework (http://consul.io). 10 years ago
test_consul_inventory/tasks Initial commit of Ansible support for the Consul clustering framework (http://consul.io). 10 years ago
test_consul_kv/tasks Initial commit of Ansible support for the Consul clustering framework (http://consul.io). 10 years ago
test_consul_service/tasks Update consul integration test with http checks 9 years ago
test_consul_session/tasks Initial commit of Ansible support for the Consul clustering framework (http://consul.io). 10 years ago
test_copy added test for first_available and copy 9 years ago
test_cs_account cloudstack: more integration tests 9 years ago
test_cs_affinitygroup cloudstack: fix tests unhashable type: 'dict' 9 years ago
test_cs_common/defaults cloudstack: integration tests 10 years ago
test_cs_domain cloudstack: add more integration tests 9 years ago
test_cs_firewall cloudstack: add tests for cs_firewall 10 years ago
test_cs_instance cloudstack: test_cs_instance: more integration tests 9 years ago
test_cs_instancegroup cloudstack: fix tests unhashable type: 'dict' 9 years ago
test_cs_iso cloudstack: add more integration tests 9 years ago
test_cs_loadbalancer_rule cloudstack: add tests for cs_loadbalancer_rule and _member 9 years ago
test_cs_portforward cloudstack: add tests for cs_portforward 10 years ago
test_cs_project cloudstack: add more integration tests 9 years ago
test_cs_securitygroup cloudstack: fix tests unhashable type: 'dict' 9 years ago
test_cs_securitygroup_rule cloudstack: integration tests 10 years ago
test_cs_sshkeypair cloudstack: fix tests unhashable type: 'dict' 9 years ago
test_cs_user cloudstack: more integration tests 9 years ago
test_cs_vmsnapshot cloudstack: add more integration tests 9 years ago
test_docker Fixes for tests that assumed yum as package manager for systems that 9 years ago
test_ec2 [test_ec2*] cloud integration test updates 11 years ago
test_ec2_ami [test_ec2*] cloud integration test updates 11 years ago
test_ec2_asg/tasks Properly empties ASG before terminating it, and waits for ASG to be deleted. 10 years ago
test_ec2_eip Re-enable the ec2_eip test 10 years ago
test_ec2_elb Adding an ec2_elb test to re-add an instance that had been removed 11 years ago
test_ec2_elb_lb just a few spelling error changes 10 years ago
test_ec2_facts [test_ec2*] cloud integration test updates 11 years ago
test_ec2_group Removing cruft leftover from the deprecation of include+with_items 10 years ago
test_ec2_key [test_ec2*] cloud integration test updates 11 years ago
test_ec2_tag [test_ec2*] cloud integration test updates 11 years ago
test_ec2_vol [test_ec2*] cloud integration test updates 11 years ago
test_ec2_vpc [test_ec2*] cloud integration test updates 11 years ago
test_embedded_module Fix bug in plugin path caching 10 years ago
test_facts_d
test_failed_when/tasks fixed test to expected output 9 years ago
test_fetch Fix fetch action plugin to not fail if file is missing and fail_if_missing=False (the default). Add tests to test_fetch role to verify it works as expected. 9 years ago
test_file Fix include task using a potentially undefined variable 9 years ago
test_filters Removing test for map filter until we can figure out how that's supposed to work 9 years ago
test_force_handlers Fix --force-handlers, and allow it in plays and ansible.cfg 10 years ago
test_gce Adds support for attaching persistent disks to GCE instances 11 years ago
test_gce_pd Adds support for creating GCE persistent disks from snapshots 11 years ago
test_gem
test_get_url And change the task a little more since different shlex versions are handling the quotes differently 9 years ago
test_git Integration tests for https://github.com/ansible/ansible-modules-core/pull/558 9 years ago
test_good_parsing removed invocation from tests as it is only available on very very verbose mode 9 years ago
test_handlers tests: checks that handlers work with loops 9 years ago
test_handlers_meta Ensure handlers run when meta tasks are defined and add handler integration tests 11 years ago
test_hash_behavior
test_hg test_hg fix: remove reference to "head" 9 years ago
test_ignore_errors
test_includes Multiple fixes for include statements and blocks in general 9 years ago
test_iterators sequence will now run once for start=end, added test to suite 9 years ago
test_lineinfile Fixing some small bugs related to integration tests (v2) 9 years ago
test_lookups kennetreitz.org times out but www.kennethreitz.org is fine 9 years ago
test_mysql_db Handle unexpected database presence 9 years ago
test_mysql_user Merge pull request #13191 from Jmainguy/mysql 9 years ago
test_mysql_variables Add shared connection code for mysql modules 9 years ago
test_ping/tasks
test_pip Added tests to verify pip installation with VCS urls 9 years ago
test_postgresql New integration tests for postgresql 10 years ago
test_rax Make the wait_timeout for rax tests a configurable default 9 years ago
test_rax_cbs Fix YAML formatting issue for rax integration tests 9 years ago
test_rax_cbs_attachments Fix YAML formatting issue for rax integration tests 9 years ago
test_rax_cdb Fix YAML formatting issue for rax integration tests 9 years ago
test_rax_cdb_database Fix YAML formatting issue for rax integration tests 9 years ago
test_rax_clb Fix YAML formatting issue for rax integration tests 9 years ago
test_rax_clb_nodes Fix YAML formatting issue for rax integration tests 9 years ago
test_rax_facts Fix YAML formatting issue for rax integration tests 9 years ago
test_rax_identity Add tests for rax_identity 10 years ago
test_rax_keypair Fix YAML formatting issue for rax integration tests 9 years ago
test_rax_meta Fix YAML formatting issue for rax integration tests 9 years ago
test_rax_network Fix YAML formatting issue for rax integration tests 9 years ago
test_rax_scaling_group Fix YAML formatting issue for rax integration tests 9 years ago
test_script
test_service changed test to use filter for accurate reporting 9 years ago
test_special_vars added minimal testing for special template vars 9 years ago
test_stat Add a fips fact and use it for integration tests 10 years ago
test_su preliminary privlege escalation unification + pbrun 10 years ago
test_subversion test_svn fix: remove hardcoded "~/ansible_testing/svn" path 9 years ago
test_sudo Elevate privileges when checking for file existence 9 years ago
test_synchronize Cleaning up FIXMEs 9 years ago
test_template Fixing template integration test for python 2.6 versions 9 years ago
test_unarchive Fixes for tests that assumed yum as package manager for systems that 9 years ago
test_uri Make tests that use kennethreitz retry. 9 years ago
test_var_blending just a few spelling error changes 10 years ago
test_var_precedence Split out various vars-related things to avoid merging too early 10 years ago
test_var_precedence_dep Fixing role dependency chain creation 9 years ago
test_var_precedence_inven_override/tasks Test that we can override variables set in inventory when the vars_file name is templated 10 years ago
test_var_precedence_role1 Fix order of resolving dependent role variables from vars files 10 years ago
test_var_precedence_role2 Fix issue with vars precedence from roles 10 years ago
test_var_precedence_role3 Correct variable blending from vars_files with hostvars in them 10 years ago
test_win_copy Enable winrm put_file to upload an empty file. 9 years ago
test_win_feature Only run win_feature tests when the host has the ServerManager module. 9 years ago
test_win_fetch/tasks Fixes for WinRM/PowerShell support in v2. 9 years ago
test_win_file integration tests for ansible modules core 2147 9 years ago
test_win_get_url Update tests for win_get_url module to test force parameter and invalid URLs/paths. 9 years ago
test_win_group Add integration tests for win_group module. 9 years ago
test_win_lineinfile integration tests for windows implementation of lineinfile 9 years ago
test_win_msi Update win_msi tests to specify msi url and paths via variables. 9 years ago
test_win_ping Add PowerShell exception handling and turn on strict mode. 9 years ago
test_win_raw/tasks Modify task executor to reuse connection inside a loop. Fix WinRM connection to set _connected properly and display when remote shell is opened/closed. Add integration test using raw + with_items. 9 years ago
test_win_script Pass windows command as-is without splitting/rejoining parameters. 9 years ago
test_win_service Add integration tests for win_service module. 10 years ago
test_win_setup/tasks Add assertions for ansible_date_time in setup result. 9 years ago
test_win_slurp/tasks Add integration tests for fetch/slurp, make powershell fetch/slurp work as close as possible to existing fetch/slurp modules. 10 years ago
test_win_stat/tasks Fixes for WinRM/PowerShell support in v2. 9 years ago
test_win_template Fix for PowerShell unquote method when passed None. 9 years ago
test_win_user Fixes for WinRM/PowerShell support in v2. 9 years ago
test_yum Fixes for tests that assumed yum as package manager for systems that 9 years ago
test_zypper Add integration tests for zypper 9 years ago