mirror of
https://github.com/Telecominfraproject/wlan-testing.git
synced 2026-01-11 14:45:32 +00:00
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-04/pending_work/
|
|
sleep 120
|
|
done
|
|
|