From: YAMAMOTO Takashi Date: Tue, 10 Nov 2015 22:59:38 +0000 (+0900) Subject: configure_for_func_testing.sh: Fix arguments for get_packages X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=7977041fa8558ff3651f26b5f1bdbb6806dbb4b8;p=openstack-build%2Fneutron-build.git configure_for_func_testing.sh: Fix arguments for get_packages Closes-Bug: #1515035 Change-Id: Ie14e0acd67921cb4dc16a4e25a19d23b78345076 --- diff --git a/tools/configure_for_func_testing.sh b/tools/configure_for_func_testing.sh index 5235dc3be..54938a09c 100755 --- a/tools/configure_for_func_testing.sh +++ b/tools/configure_for_func_testing.sh @@ -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