]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commitdiff
configure_for_func_testing.sh: Fix arguments for get_packages
authorYAMAMOTO Takashi <yamamoto@midokura.com>
Tue, 10 Nov 2015 22:59:38 +0000 (07:59 +0900)
committerYAMAMOTO Takashi <yamamoto@midokura.com>
Tue, 10 Nov 2015 23:00:22 +0000 (08:00 +0900)
Closes-Bug: #1515035
Change-Id: Ie14e0acd67921cb4dc16a4e25a19d23b78345076

tools/configure_for_func_testing.sh

index 5235dc3be638a96b21bd3016f5d8b86ccff99141..54938a09c3735cc6b14ebddb0f267be2ee0be8d2 100755 (executable)
@@ -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