fixed tests for ansible 2.12
This commit is contained in:
parent
19c28b2b1a
commit
7bc2102d2b
|
@ -3,39 +3,39 @@
|
|||
# This playbook imports all tests that are known to work at present.
|
||||
#
|
||||
|
||||
- include: action/all.yml
|
||||
- import_playbook: action/all.yml
|
||||
tags: action
|
||||
- include: async/all.yml
|
||||
- import_playbook: async/all.yml
|
||||
tags: async
|
||||
- include: become/all.yml
|
||||
- import_playbook: become/all.yml
|
||||
tags: become
|
||||
- include: connection/all.yml
|
||||
- import_playbook: connection/all.yml
|
||||
tags: connection
|
||||
- include: connection_delegation/all.yml
|
||||
- import_playbook: connection_delegation/all.yml
|
||||
tags: connection_delegation
|
||||
- include: connection_loader/all.yml
|
||||
- import_playbook: connection_loader/all.yml
|
||||
tags: connection_loader
|
||||
- include: context_service/all.yml
|
||||
- import_playbook: context_service/all.yml
|
||||
tags: context_service
|
||||
- include: glibc_caches/all.yml
|
||||
- import_playbook: glibc_caches/all.yml
|
||||
tags: glibc_caches
|
||||
- include: interpreter_discovery/all.yml
|
||||
- import_playbook: interpreter_discovery/all.yml
|
||||
tags: interpreter_discovery
|
||||
- include: local/all.yml
|
||||
- import_playbook: local/all.yml
|
||||
tags: local
|
||||
- include: module_utils/all.yml
|
||||
- import_playbook: module_utils/all.yml
|
||||
tags: module_utils
|
||||
- include: playbook_semantics/all.yml
|
||||
- import_playbook: playbook_semantics/all.yml
|
||||
tags: playbook_semantics
|
||||
- include: process/all.yml
|
||||
- import_playbook: process/all.yml
|
||||
tags: process
|
||||
- include: runner/all.yml
|
||||
- import_playbook: runner/all.yml
|
||||
tags: runner
|
||||
- include: ssh/all.yml
|
||||
- import_playbook: ssh/all.yml
|
||||
tags: ssh
|
||||
- include: strategy/all.yml
|
||||
- import_playbook: strategy/all.yml
|
||||
tags: strategy
|
||||
- include: stub_connections/all.yml
|
||||
- import_playbook: stub_connections/all.yml
|
||||
tags: stub_connections
|
||||
- include: transport_config/all.yml
|
||||
- import_playbook: transport_config/all.yml
|
||||
tags: transport_config
|
||||
|
|
|
@ -1,30 +1,30 @@
|
|||
- include: issue_109__target_has_old_ansible_installed.yml
|
||||
- import_playbook: issue_109__target_has_old_ansible_installed.yml
|
||||
tags: regression
|
||||
- include: issue_113__duplicate_module_imports.yml
|
||||
- import_playbook: issue_113__duplicate_module_imports.yml
|
||||
tags: regression
|
||||
- include: issue_118__script_not_marked_exec.yml
|
||||
- import_playbook: issue_118__script_not_marked_exec.yml
|
||||
tags: regression
|
||||
- include: issue_122__environment_difference.yml
|
||||
- import_playbook: issue_122__environment_difference.yml
|
||||
tags: regression
|
||||
- include: issue_140__thread_pileup.yml
|
||||
- import_playbook: issue_140__thread_pileup.yml
|
||||
tags: regression
|
||||
- include: issue_152__local_action_wrong_interpreter.yml
|
||||
- import_playbook: issue_152__local_action_wrong_interpreter.yml
|
||||
tags: regression
|
||||
- include: issue_152__virtualenv_python_fails.yml
|
||||
- import_playbook: issue_152__virtualenv_python_fails.yml
|
||||
tags: regression
|
||||
- include: issue_154__module_state_leaks.yml
|
||||
- import_playbook: issue_154__module_state_leaks.yml
|
||||
tags: regression
|
||||
- include: issue_177__copy_module_failing.yml
|
||||
- import_playbook: issue_177__copy_module_failing.yml
|
||||
tags: regression
|
||||
- include: issue_332_ansiblemoduleerror_first_occurrence.yml
|
||||
- import_playbook: issue_332_ansiblemoduleerror_first_occurrence.yml
|
||||
tags: regression
|
||||
- include: issue_558_unarchive_failed.yml
|
||||
- import_playbook: issue_558_unarchive_failed.yml
|
||||
tags: regression
|
||||
- include: issue_590__sys_modules_crap.yml
|
||||
- import_playbook: issue_590__sys_modules_crap.yml
|
||||
tags: regression
|
||||
- include: issue_591__setuptools_cwd_crash.yml
|
||||
- import_playbook: issue_591__setuptools_cwd_crash.yml
|
||||
tags: regression
|
||||
- include: issue_615__streaming_transfer.yml
|
||||
- import_playbook: issue_615__streaming_transfer.yml
|
||||
tags: regression
|
||||
- include: issue_655__wait_for_connection_error.yml
|
||||
- import_playbook: issue_655__wait_for_connection_error.yml
|
||||
tags: regression
|
||||
|
|
|
@ -1 +1 @@
|
|||
- include: report.yml
|
||||
- import_playbook: report.yml
|
||||
|
|
Loading…
Reference in New Issue