mirror of
https://github.com/Telecominfraproject/wlan-testing.git
synced 2026-01-12 23:25:07 +00:00
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.
9 lines
217 B
Bash
Executable File
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
|
|
|