diff --git a/tests/ansible-role-requirements.yml b/tests/ansible-role-requirements.yml index 7103d7d6..da37e18e 100644 --- a/tests/ansible-role-requirements.yml +++ b/tests/ansible-role-requirements.yml @@ -6,10 +6,6 @@ src: https://git.openstack.org/openstack/openstack-ansible-pip_install scm: git version: master -- name: py_from_git - src: https://git.openstack.org/openstack/openstack-ansible-py_from_git - scm: git - version: master - name: lxc_hosts src: https://git.openstack.org/openstack/openstack-ansible-lxc_hosts scm: git diff --git a/tests/test-prep.yml b/tests/test-prep.yml index 9ff9317b..7343585a 100644 --- a/tests/test-prep.yml +++ b/tests/test-prep.yml @@ -74,15 +74,7 @@ name: "trusty.tgz" sha256sum: "56c6a6e132ea7d10be2f3e8104f47136ccf408b30e362133f0dc4a0a9adb4d0c" chroot_path: trusty/rootfs-amd64 - - role: "py_from_git" - git_repo: "https://github.com/lxc/python2-lxc" - git_dest: "/opt/lxc_python2" - git_install_branch: "master" post_tasks: - # THIS TASK IS ONLY BEING DONE BECAUSE THE TOX SHARED LXC LIB IS NOT USABLE ON A - # HOST MACHINE THAT MAY NOT HAVE ACCESS TO THE VENV. - - name: Ensure the lxc lib is on the host - command: /usr/local/bin/pip install /opt/lxc_python2 # Inventory is being pre-loaded using a post tasks instead of through a dynamic # inventory system. While this is not a usual method for deployment it's being # done for functional testing.