Fix and enable more tests for osx and freebsd. (#20482)

* Fix `iterators` test for osx.
* Enable `git` test for osx.
* Enable `get_url` test for osx and freebsd.
* Remove unused SNI_URI from uri test.
* Use ansible hosted SNI host oustside docker.
* Enable `uri` test for osx and freebsd.
* Enable `gathering_facts` test for osx.
* Skip single task on osx until test is fixed.
This commit is contained in:
Matt Clay 2017-01-19 17:10:33 -08:00 committed by GitHub
commit 9213d0c5b0
10 changed files with 7 additions and 16 deletions

View file

@ -1,4 +1,2 @@
destructive
posix/ci/group1
skip/freebsd
skip/osx

View file

@ -7,8 +7,3 @@ uri_os_packages:
- python-pyasn1
- python-openssl
- python-urllib3
# Needs to be a url to a site that is hosted using SNI.
# Eventually we should make this a test server that we stand up as part of the test run.
#SNI_URI: 'https://sni.velox.ch'
SNI_URI: "https://www.mnot.net/blog/2014/05/09/if_you_can_read_this_youre_sniing"