mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Enable integration tests on python3 that are already working (#17212)
This commit is contained in:
parent
c7924ab04e
commit
380a5801e9
3 changed files with 2 additions and 25 deletions
|
@ -1,3 +1,3 @@
|
||||||
#!/usr/bin/env python
|
#!/usr/bin/env python
|
||||||
|
|
||||||
print '{"changed":false, "msg":"this is the embedded module"}'
|
print('{"changed":false, "msg":"this is the embedded module"}')
|
||||||
|
|
|
@ -1,26 +1,16 @@
|
||||||
test_apache2_module
|
test_apache2_module
|
||||||
test_apt
|
test_apt
|
||||||
test_apt_repository
|
|
||||||
test_assemble
|
test_assemble
|
||||||
test_async
|
test_async
|
||||||
test_authorized_key
|
test_authorized_key
|
||||||
test_become
|
test_become
|
||||||
test_binary
|
test_binary
|
||||||
test_changed_when
|
|
||||||
test_command_shell
|
|
||||||
test_conditionals
|
|
||||||
test_copy
|
test_copy
|
||||||
test_embedded_module
|
|
||||||
test_facts_d
|
|
||||||
test_failed_when
|
|
||||||
test_fetch
|
|
||||||
test_file
|
test_file
|
||||||
test_filters
|
test_filters
|
||||||
test_gem
|
test_gem
|
||||||
test_get_url
|
test_get_url
|
||||||
test_git
|
test_git
|
||||||
test_good_parsing
|
|
||||||
test_handlers
|
|
||||||
test_hg
|
test_hg
|
||||||
test_iterators
|
test_iterators
|
||||||
test_lineinfile
|
test_lineinfile
|
||||||
|
@ -31,14 +21,10 @@ test_mysql_variables
|
||||||
test_pip
|
test_pip
|
||||||
test_postgresql
|
test_postgresql
|
||||||
test_service
|
test_service
|
||||||
test_special_vars
|
|
||||||
test_stat
|
|
||||||
test_subversion
|
test_subversion
|
||||||
test_sudo
|
test_sudo
|
||||||
test_synchronize
|
test_synchronize
|
||||||
test_task_ordering
|
|
||||||
test_template
|
test_template
|
||||||
test_unarchive
|
test_unarchive
|
||||||
test_until
|
|
||||||
test_uri
|
test_uri
|
||||||
test_var_blending
|
test_var_blending
|
||||||
|
|
|
@ -1,14 +1,5 @@
|
||||||
s/ check_mode / /
|
|
||||||
s/ environment / /
|
|
||||||
s/ includes / /
|
|
||||||
s/ no_log / /
|
|
||||||
s/ pull / /
|
s/ pull / /
|
||||||
|
s/ no_log / /
|
||||||
s/ test_async_conditional / /
|
s/ test_async_conditional / /
|
||||||
s/ test_binary_modules$/ /
|
s/ test_binary_modules$/ /
|
||||||
s/ test_connection / /
|
s/ test_connection / /
|
||||||
s/ test_handlers / /
|
|
||||||
s/ test_hash / /
|
|
||||||
s/ test_lookup_paths / /
|
|
||||||
s/ test_var_precedence / /
|
|
||||||
s/ test_vault / /
|
|
||||||
s/ unicode / /
|
|
||||||
|
|
Loading…
Reference in a new issue