From 41f2e16ff6daba667567ecf2ee6ea6f693f3ac5f Mon Sep 17 00:00:00 2001 From: Ben Greear Date: Fri, 22 May 2020 13:45:52 -0700 Subject: [PATCH] testbed-ctlr: Fix typo --- cicd/testbed_poll.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cicd/testbed_poll.pl b/cicd/testbed_poll.pl index 13ceb712c..bb371a9a1 100755 --- a/cicd/testbed_poll.pl +++ b/cicd/testbed_poll.pl @@ -220,7 +220,7 @@ for ($i = 0; $i<@lines; $i++) { } # Restart the GUI on the LANforge system - do_system("ssh lanforge\@lfmgr pkill -f \"miglayout.*8080\""); + do_system("ssh lanforge\@$lfmgr pkill -f \"miglayout.*8080\""); # and then get it onto the DUT, reboot DUT, re-configure as needed, do_system("scp *sysupgrade.bin lanforge\@$lfmgr:tip-$jfile");