X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=blobdiff_plain;f=resources%2Ftools%2Ftopo_installation.py;h=8b596e13900c7d662928ce432bf664b3d959b2fe;hp=660fb3b9468ce047e22e87507c6f493adbdfab28;hb=9a794bde7c93669ce9271f129321a4be01726bb4;hpb=bea34e37b99cd3312dfb5733edea7586fbc8e1c6 diff --git a/resources/tools/topo_installation.py b/resources/tools/topo_installation.py index 660fb3b946..8b596e1390 100755 --- a/resources/tools/topo_installation.py +++ b/resources/tools/topo_installation.py @@ -51,7 +51,7 @@ def main(): # Installation of VPP deb packages ret, _, err = ssh.exec_command_sudo( - "dpkg -i {}*.deb".format(install_dir)) + "dpkg -i {}/*.deb".format(install_dir)) if ret != 0: print "Installation unsuccessful:\n{}".format(err) return ret