mirror of https://github.com/ansible/ansible.git
Remove legacy integration test make targets. (#26255)
* Remove legacy integration test make targets. * Remove incorrect role path from cloudscale test.pull/26261/head
parent
240de965ee
commit
17c1bb6f08
@ -1,25 +0,0 @@
|
||||
- hosts: testhost
|
||||
gather_facts: True
|
||||
roles:
|
||||
# In destructive because it creates and removes a user
|
||||
- { role: become, tags: test_become}
|
||||
- { role: service, tags: [test_service, needs_privileged] }
|
||||
- { role: pip, tags: test_pip }
|
||||
- { role: gem, tags: test_gem }
|
||||
- { role: yum, tags: test_yum }
|
||||
- { role: dnf, tags: test_dnf }
|
||||
- { role: apt, tags: test_apt }
|
||||
- { role: apt_repository, tags: [test_apt_repository, test_apt_key] }
|
||||
- { role: postgresql, tags: [test_postgresql, test_postgresql_db, test_postgresql_privs, test_postgresql_user, needs_privileged] }
|
||||
- { role: mysql_db, tags: test_mysql_db}
|
||||
- { role: mysql_user, tags: test_mysql_user}
|
||||
- { role: mysql_variables, tags: test_mysql_variables}
|
||||
- { role: docker, tags: test_docker }
|
||||
- { role: zypper, tags: test_zypper}
|
||||
- { role: zypper_repository, tags: test_zypper_repository}
|
||||
- { role: uri, tags: test_uri }
|
||||
- { role: get_url, tags: test_get_url }
|
||||
- { role: apache2_module, tags: test_apache2_module }
|
||||
# This removes ~/.ssh/known_hosts and /etc/ssh/known_hosts
|
||||
- { role: git, tags: test_git }
|
||||
- { role: locale_gen, tags: test_locale_gen }
|
@ -1,38 +0,0 @@
|
||||
- hosts: testhost
|
||||
gather_facts: yes
|
||||
roles:
|
||||
- { role: ping, tags: test_ping }
|
||||
- { role: special_vars, tags: test_special_vars }
|
||||
- { role: ignore_errors, tags: test_ignore_errors }
|
||||
- { role: conditionals, tags: test_conditionals }
|
||||
- { role: iterators, tags: test_iterators }
|
||||
- { role: lookups, tags: test_lookups }
|
||||
- { role: changed_when, tags: test_changed_when }
|
||||
- { role: failed_when, tags: test_failed_when }
|
||||
- { role: until, tags: test_until }
|
||||
- { role: copy, tags: test_copy }
|
||||
- { role: stat, tags: test_stat }
|
||||
- { role: template, tags: test_template }
|
||||
- { role: file, tags: test_file }
|
||||
- { role: fetch, tags: test_fetch }
|
||||
- { role: synchronize, tags: test_synchronize }
|
||||
- { role: assemble, tags: test_assemble }
|
||||
- { role: subversion, tags: test_subversion }
|
||||
- { role: hg, tags: test_hg }
|
||||
- { role: lineinfile, tags: test_lineinfile }
|
||||
- { role: unarchive, tags: test_unarchive }
|
||||
- { role: filters, tags: test_filters }
|
||||
- { role: facts_d, tags: test_facts_d }
|
||||
- { role: async, tags: [test_async, test_async_status, test_async_wrapper] }
|
||||
- { role: command_shell, tags: [test_command_shell, test_command, test_shell] }
|
||||
- { role: task_ordering, tags: test_task_ordering }
|
||||
- { role: script, tags: test_script }
|
||||
- { role: authorized_key, tags: test_authorized_key }
|
||||
- { role: embedded_module, tags: test_embedded_module }
|
||||
- { role: add_host, tags: test_add_host }
|
||||
- { role: binary, tags: test_binary }
|
||||
- { role: loops, tags: test_loops }
|
||||
- { role: mount, tags: [test_mount, needs_root, needs_privileged]}
|
||||
- { role: include_vars, tags: test_include_vars }
|
||||
- { role: sefcontext, tags: [test_sefcontext, needs_root]}
|
||||
- { role: known_hosts, tags: test_known_hosts }
|
@ -1,11 +0,0 @@
|
||||
- hosts: windows
|
||||
gather_facts: false
|
||||
roles:
|
||||
- { role: win_raw, tags: test_win_raw }
|
||||
- { role: win_script, tags: test_win_script }
|
||||
- { role: win_ping, tags: test_win_ping }
|
||||
- { role: win_setup, tags: test_win_setup }
|
||||
- { role: win_slurp, tags: test_win_slurp }
|
||||
- { role: win_fetch, tags: test_win_fetch }
|
||||
- { role: win_regmerge, tags: test_win_regmerge }
|
||||
- { role: win_regedit, tags: test_win_regedit }
|
@ -1,15 +0,0 @@
|
||||
- hosts: windows
|
||||
gather_facts: false
|
||||
roles:
|
||||
- { role: win_group, tags: test_win_group }
|
||||
- { role: win_file, tags: test_win_file }
|
||||
- { role: win_copy, tags: test_win_copy }
|
||||
- { role: win_template, tags: test_win_template }
|
||||
- { role: win_lineinfile, tags: test_win_lineinfile }
|
||||
- { role: win_stat, tags: test_win_stat }
|
||||
- { role: win_find, tags: test_win_find }
|
||||
- { role: win_get_url, tags: test_win_get_url }
|
||||
- { role: win_msi, tags: test_win_msi }
|
||||
- { role: win_package, tags: test_win_package }
|
||||
- { role: win_path, tags: test_win_path }
|
||||
- { role: win_shortcut, tags: test_win_shortcut }
|
@ -1,12 +0,0 @@
|
||||
- hosts: windows
|
||||
gather_facts: false
|
||||
roles:
|
||||
- { role: win_service, tags: test_win_service }
|
||||
- { role: win_feature, tags: test_win_feature }
|
||||
- { role: win_user, tags: test_win_user }
|
||||
- { role: win_async_wrapper, tags: ["test_win_async_wrapper", "test_async_wrapper", "test_win_async_status", "test_async_status"] }
|
||||
- { role: win_shell, tags: test_win_shell }
|
||||
- { role: win_command, tags: test_win_command }
|
||||
- { role: win_reg_stat, tags: test_win_reg_stat }
|
||||
- { role: win_region, tags: test_win-region }
|
||||
- { role: win_environment, tags: test_win-environment }
|
Loading…
Reference in New Issue