Files
wlan-testing/cicd/nola-basic-12/loop.bash
2021-01-27 13:05:01 -08:00

9 lines
230 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-12/pending_work/ --dut_passwd openwifi --dut_user root --log stdout
sleep 120
done