From 7977041fa8558ff3651f26b5f1bdbb6806dbb4b8 Mon Sep 17 00:00:00 2001 From: YAMAMOTO Takashi Date: Wed, 11 Nov 2015 07:59:38 +0900 Subject: [PATCH] configure_for_func_testing.sh: Fix arguments for get_packages Closes-Bug: #1515035 Change-Id: Ie14e0acd67921cb4dc16a4e25a19d23b78345076 --- tools/configure_for_func_testing.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.45.2