From d3e6dcd6e335ab53d7aea25e0813449ca61cb8bb Mon Sep 17 00:00:00 2001 From: Miroslav Miklus Date: Wed, 19 Oct 2016 11:54:41 +0200 Subject: [PATCH 1/1] CSIT-351 Force vpp packages to install non-interactive installation of vpp packages Change-Id: I298d84e8452dc623ed92b7a9533d3bbc5f216fa4 Signed-off-by: Miroslav Miklus --- resources/tools/virl/bin/start-testcase | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: -- 2.16.6