configure_for_func_testing.sh: Fix arguments for get_packages
Closes-Bug: #1515035 Change-Id: Ie14e0acd67921cb4dc16a4e25a19d23b78345076
This commit is contained in:
parent
d5df01e5ea
commit
7977041fa8
@ -85,7 +85,7 @@ function _install_base_deps {
|
||||
echo_summary "Installing base dependencies"
|
||||
|
||||
INSTALL_TESTONLY_PACKAGES=True
|
||||
PACKAGES=$(get_packages general neutron,q-agt,q-l3)
|
||||
PACKAGES=$(get_packages general,neutron,q-agt,q-l3)
|
||||
# Do not install 'python-' prefixed packages other than
|
||||
# python-dev*. Neutron's functional testing relies on deployment
|
||||
# to a tox env so there is no point in installing python
|
||||
|
Loading…
Reference in New Issue
Block a user