Skip to content
This repository has been archived by the owner on Feb 29, 2024. It is now read-only.

Commit

Permalink
Molecule job for testing plugins and modules
Browse files Browse the repository at this point in the history
and remove ansible_facts from podman_container_info module
Change-Id: I0c768bc6168363fa3758562f9f053aa9ab85236b
  • Loading branch information
sshnaidm committed Nov 3, 2019
1 parent a2c7815 commit 2d42082
Show file tree
Hide file tree
Showing 18 changed files with 1,098 additions and 681 deletions.
7 changes: 7 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -123,3 +123,10 @@ commands =
echo -e '\n\nNo molecule tests have been executed\nSee https://docs.openstack.org/tripleo-ansible/latest/contributing.html#local-testing-of-new-roles\n\n'; \
fi"
{[testenv:linters]commands}

[testenv:modules]
deps=
{[testenv:linters]deps}
commands =
bash -c "cd {toxinidir}/tripleo_ansible/ansible_plugins/tests; molecule test --all;"
{[testenv:linters]commands}
Loading

0 comments on commit 2d42082

Please sign in to comment.