diff options
Diffstat (limited to 'testcases/features/sfc')
-rwxr-xr-x | testcases/features/sfc/tacker_client_install.sh | 6 |
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 } |