mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-23 05:10:22 -07:00
Move ansible ad-hoc tests to integration targets.
This commit is contained in:
parent
c880c1a78d
commit
c955688772
3 changed files with 17 additions and 6 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue