mirror of
https://github.com/Telecominfraproject/wlan-testing.git
synced 2026-01-09 22:01:50 +00:00
ECW5211 DUT, testbed installed in TIP labs. Still needs some work, and automation will not run smoothly due to serial console issue where usb-ttl device craps out each time we disconnect from the serial port. Signed-off-by: Ben Greear <greearb@candelatech.com>
9 lines
179 B
Bash
Executable File
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-01/pending_work/
|
|
sleep 120
|
|
done
|
|
|