Remove broken tox.ini generation from script

envlist environments don't have the variables being referenced and
will fail. Just run the $venv test instead.

Change-Id: Ifa88de048acca5058801883ae3f8de5bfdb93192
This commit is contained in:
Terry Wilson 2017-08-29 11:50:35 -05:00
parent 8ae8f53109
commit 11c363dae2
1 changed files with 1 additions and 10 deletions

View File

@ -18,13 +18,4 @@ script_path=/usr/local/jenkins/slave_scripts
sed -i "s/${project}.*/-e git+https:\/\/git.openstack.org\/openstack\/${project}.git#egg=${project}/g" requirements.txt
sed -i "s/${project}.*/-e git+https:\/\/git.openstack.org\/openstack\/${project}.git#egg=${project}/g" upper-constraints.txt
cat << EOF >> tox.ini
[testenv:${venv}-${project}-master]
basepython={[${venv}]basepython}
setenv={[${venv}]setenv}
deps={[${venv}]deps}
commands={[${venv}]commands}
EOF
$script_path/run-tox.sh $venv-$project-master
$script_path/run-tox.sh $venv