From e166b8c9c23a07ad1345829114c714b2d7ebcfdd Mon Sep 17 00:00:00 2001 From: Manuel Buil Date: Tue, 5 Jul 2016 18:31:37 +0200 Subject: Bug fix of tacker_client_install JIRA: FUNCTEST-354 There is a library missing Change-Id: I6e1ddef4558c49ec715ea318fedd5b4cefa62670 Signed-off-by: Manuel Buil --- testcases/features/sfc/tacker_client_install.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'testcases/features') diff --git a/testcases/features/sfc/tacker_client_install.sh b/testcases/features/sfc/tacker_client_install.sh index 295dd262..9e8bb935 100755 --- a/testcases/features/sfc/tacker_client_install.sh +++ b/testcases/features/sfc/tacker_client_install.sh @@ -3,7 +3,7 @@ CLIENT=$(echo python-python-tackerclient_*_all.deb) CLIREPO="tacker-client" # Function checks whether a python egg is available, if not, installs -function chkPPkg () { +function chkPPkg() { PKG="$1" IPPACK=$(python - <<'____EOF' import pip @@ -19,8 +19,8 @@ ____EOF fi } -function envSetup () { - apt-get install -y python-all debhelper +function envSetup() { + apt-get install -y python-all debhelper fakeroot chkPPkg stdeb chkCrudini } -- cgit 1.2.3-korg