Files
wlan-testing/cicd/nola-basic-01/loop.bash
Ben Greear 7f4ea9aca1 cicd: Add NOLA-basic-01 testbed.
ECW5211 DUT, testbed installed in TIP labs.

Still needs some work, and automation will not run smoothly
due to serial console issue where usb-ttl device craps
out each time we disconnect from the serial port.

Signed-off-by: Ben Greear <greearb@candelatech.com>
2020-08-12 15:07:44 -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-01/pending_work/
sleep 120
done