Pin neutron version to stable/queens in unit test

the stable/queens of neutron-fwaas no longer works with master
of neutron, running unit tests locally (w/o Zuul cloner) now fails.

Change-Id: I419879d3b97518801ea7fc00f1fe963debd68eb7
This commit is contained in:
Pavlo Shchelokovskyy 2018-06-25 21:19:45 +03:00 committed by Pavlo Shchelokovskyy
parent 718cb9d13c
commit aa1e78b6e6
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@
# pip install {opts} {packages}
ZUUL_CLONER=/usr/zuul-env/bin/zuul-cloner
BRANCH_NAME=master
BRANCH_NAME=stable/queens
neutron_installed=$(echo "import neutron" | python 2>/dev/null ; echo $?)
NEUTRON_DIR=$HOME/neutron