Files
wlan-testing/cicd/nola-basic-03/loop.bash
Ben Greear 7172463c2d cicd: Fix dpt on nola-01 testbed.
And mac on nola-3

Signed-off-by: Ben Greear <greearb@candelatech.com>
2020-09-02 05:07:45 -07:00

9 lines
179 B
Bash
Executable File

#!/bin/bash
while true
do
../testbed_poll.pl --jfrog_passwd tip-read --jfrog_user tip-read --url http://orch/tip/testbeds/nola-basic-03/pending_work/
sleep 120
done