Skip to content

Commit

Permalink
Test commmit to run tests in upstream
Browse files Browse the repository at this point in the history
Signed-off-by: Shalini Khandelwal <[email protected]>
  • Loading branch information
Shalini Khandelwal committed Sep 17, 2020
1 parent 127a233 commit ed29b78
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 4 additions & 1 deletion ci/Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,9 @@ Vagrant.configure("2") do |config|
ansible.verbose = "vv"
ansible.raw_arguments = "-M /vagrant/tests/dogtag/pytest-ansible/common-modules/"
end

controller.vm.provision "shell", inline: "export ANSIBLE_LIBRARY=/vagrant/tests/dogtag/pytest-ansible/common-modules/"
controller.vm.provision "shell", inline: "pip install -e /vagrant/tests/dogtag/pytest-ansible/"
controller.vm.provision "shell", inline: "py.test --ansible-inventory /vagrant/inventory --ansible-host-pattern master /vagrant/tests/dogtag/pytest-ansible/pytest/sanity/test_role_users.py -vvvvvvvvv"
controller.vm.network :private_network, ip: "CONTROLLER_IP"
end

Expand All @@ -38,3 +40,4 @@ Vagrant.configure("2") do |config|
# clone0.vm.network :private_network, ip: "CLONE_IP"
# end
end

1 change: 1 addition & 0 deletions tests/dogtag/pytest-ansible/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@ pytest-autochecklog==0.2.0
configparser
pytest-html
pytest_marker_bugzilla
pyOpenSSL

0 comments on commit ed29b78

Please sign in to comment.