From 7cd988f60cce0aed24654b8b3e69110487a643ff Mon Sep 17 00:00:00 2001 From: Matt Clay Date: Fri, 2 Sep 2016 23:14:44 -0700 Subject: [PATCH] Enable more integration tests for python 3. (#17375) The test_async test target was updated to accommodate changes in output buffering behavior in python 3. This change in behavior may need to be addressed in the future. --- test/integration/Makefile | 2 +- test/utils/shippable/python3-test-tag-blacklist.txt | 1 - test/utils/shippable/python3-test-target-blacklist.txt | 3 --- 3 files changed, 1 insertion(+), 5 deletions(-) diff --git a/test/integration/Makefile b/test/integration/Makefile index 99fc56a164d..b735331037a 100644 --- a/test/integration/Makefile +++ b/test/integration/Makefile @@ -348,4 +348,4 @@ test_async: ANSIBLE_DEBUG=0 LC_ALL=bogus ansible-playbook test_async.yml -i localhost, -e ansible_connection=ssh -v $(TEST_FLAGS) # Verify that the warning exists by examining debug output. ANSIBLE_DEBUG=1 LC_ALL=bogus ansible-playbook test_async.yml -i localhost, -e ansible_connection=ssh -v $(TEST_FLAGS) \ - | grep -q 'bash: warning: setlocale: LC_ALL: cannot change locale (bogus)' + | grep 'bash: warning: setlocale: LC_ALL: cannot change locale (bogus)' > /dev/null diff --git a/test/utils/shippable/python3-test-tag-blacklist.txt b/test/utils/shippable/python3-test-tag-blacklist.txt index 967626eb0b1..3c1d54cbb73 100644 --- a/test/utils/shippable/python3-test-tag-blacklist.txt +++ b/test/utils/shippable/python3-test-tag-blacklist.txt @@ -1,7 +1,6 @@ test_apache2_module test_apt test_assemble -test_async test_authorized_key test_filters test_gem diff --git a/test/utils/shippable/python3-test-target-blacklist.txt b/test/utils/shippable/python3-test-target-blacklist.txt index 380e27bad3c..3c46962865e 100644 --- a/test/utils/shippable/python3-test-target-blacklist.txt +++ b/test/utils/shippable/python3-test-target-blacklist.txt @@ -1,4 +1 @@ s/ pull / / -s/ no_log / / -s/ test_async_conditional / / -s/ test_binary_modules$/ /