Files
wlan-testing/cicd/nola-basic-15/loop.bash
2020-12-07 14:51:21 -08:00

9 lines
217 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-15/pending_work/ --dut_passwd openwifi --dut_user root
sleep 120
done