Files
wlan-testing/cicd/nola-basic-04/loop.bash
Ben Greear c5ea4402e9 cicd: Add NOLA-04 testbed info.
ECW5410 platform, same as 02 testbed.
2020-08-13 16:10:14 -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-04/pending_work/
sleep 120
done