aboutsummaryrefslogtreecommitdiffstats
path: root/testcases/features/sfc/tacker_client_install.sh
diff options
context:
space:
mode:
authorManuel Buil <manuel.buil@ericsson.com>2016-07-05 18:31:37 +0200
committerManuel Buil <manuel.buil@ericsson.com>2016-07-05 18:36:49 +0200
commite166b8c9c23a07ad1345829114c714b2d7ebcfdd (patch)
tree22cefeaa1811002907d58c0dbaa20beaa35f6550 /testcases/features/sfc/tacker_client_install.sh
parent65a5f65fa06c97456f37ca2434cf9e6fc9b758aa (diff)
Bug fix of tacker_client_install
JIRA: FUNCTEST-354 There is a library missing Change-Id: I6e1ddef4558c49ec715ea318fedd5b4cefa62670 Signed-off-by: Manuel Buil <manuel.buil@ericsson.com>
Diffstat (limited to 'testcases/features/sfc/tacker_client_install.sh')
-rwxr-xr-xtestcases/features/sfc/tacker_client_install.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/testcases/features/sfc/tacker_client_install.sh b/testcases/features/sfc/tacker_client_install.sh
index 295dd262c..9e8bb9359 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
}