Files
wlan-testing/cicd/nola-basic-13/loop.bash
Ben Greear 30301480f9 CICD: Add NOLA-13 basic testbed.
EAP102 AP, LANforge with 4 ax radios and 4 /ac radios.

Signed-off-by: Ben Greear <greearb@candelatech.com>
2020-12-04 15:43:57 -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-13/pending_work/ --dut_passwd openwifi --dut_user root
sleep 120
done