From: Miroslav Miklus Date: Wed, 19 Oct 2016 09:54:41 +0000 (+0200) Subject: CSIT-351 Force vpp packages to install X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=commitdiff_plain;h=d3e6dcd6e335ab53d7aea25e0813449ca61cb8bb CSIT-351 Force vpp packages to install non-interactive installation of vpp packages Change-Id: I298d84e8452dc623ed92b7a9533d3bbc5f216fa4 Signed-off-by: Miroslav Miklus --- 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: