Move ansible ad-hoc tests to integration targets.

This commit is contained in:
Matt Clay 2016-11-10 21:47:12 -08:00
commit c955688772
3 changed files with 17 additions and 6 deletions

View file

@ -29,9 +29,4 @@ else
coverage_file="${coverage_dir}/nosetests-coverage.xml"
TOX_TESTENV_PASSENV=NOSETESTS NOSETESTS="nosetests --with-xunit --xunit-file='${xunit_file}' --cover-xml --cover-xml-file='${coverage_file}'" tox
source hacking/env-setup
python --version
ansible --version
ansible -m ping localhost
fi