Updated from OpenStack Ansible Tests

Change-Id: I8af17a7a72af78c32f0b136fdcd806c0e3e3063c
This commit is contained in:
OpenStack Proposal Bot 2018-02-22 20:43:38 +00:00
parent 57d3a154c3
commit 774688ca92
2 changed files with 3 additions and 1 deletions

2
Vagrantfile vendored
View File

@ -20,6 +20,8 @@ Vagrant.configure(2) do |config|
v.cpus = 2
end
config.vm.synced_folder ".", "/vagrant", type: "rsync"
config.vm.provision "shell",
privileged: false,
inline: <<-SHELL

View File

@ -110,7 +110,7 @@ fi
# tests repo are not supported.
if [[ "${CLONE_UPGRADE_TESTS}" == "yes" ]]; then
if [[ ! -d "${WORKING_DIR}/tests/common/previous" ]]; then
git clone -b stable/pike \
git clone -b stable/queens \
https://git.openstack.org/openstack/openstack-ansible-tests \
${WORKING_DIR}/tests/common/previous
fi