Files
wlan-testing/cicd/nola-basic-14/loop.bash
Ben Greear 16322d1f5c CICD: Add NOLA-14 config files.
EAP102, with LANforge configured for <= 128 stations for more
modest load than NOLA-13.

Signed-off-by: Ben Greear <greearb@candelatech.com>
2020-12-07 13:48:16 -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-14/pending_work/ --dut_passwd openwifi --dut_user root
sleep 120
done