Files
wlan-testing/cicd/nola-basic-12/loop.bash
Ben Greear d499f82786 CICD: Fix NOLA-12, work with /ax DUTs.
Need to pass in user/password for DUT for these newer DUT
images that have root password set.

Don't assume sysupgrade file ends with '.bin', as ax ones are
tar.gz instead.
2020-12-04 13:33:03 -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-12/pending_work/ --dut_passwd openwifi --dut_user root
sleep 120
done