X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=blobdiff_plain;f=resources%2Ftools%2Fvirl%2Fbin%2Fstart-testcase;h=99a4b0bd8e0d57664531b8e6e7bcca6145d80100;hp=10028e651645cbeb5d2d9f8c1d34e59f99978df1;hb=d3e6dcd6e335ab53d7aea25e0813449ca61cb8bb;hpb=c0aa0dd559a0496057c579354eafad76e12af7ba diff --git a/resources/tools/virl/bin/start-testcase b/resources/tools/virl/bin/start-testcase index 10028e6516..99a4b0bd8e 100755 --- a/resources/tools/virl/bin/start-testcase +++ b/resources/tools/virl/bin/start-testcase @@ -344,7 +344,7 @@ def main(): client.connect(ipaddr, username=args.ssh_user, key_filename=args.ssh_privkey) stdin, stdout, stderr = \ - client.exec_command('sudo dpkg -i /scratch/vpp/*deb') + client.exec_command('sudo dpkg -i --force-all /scratch/vpp/*deb') c_stdout = stdout.read() c_stderr = stderr.read() if args.verbosity >= 2: