mirror of
https://github.com/Telecominfraproject/wlan-testing.git
synced 2025-11-03 04:18:15 +00:00
cicd: Ferndale testbed now uses cloud VM orchestrator.
And disable cloud-sdk until I can get that working again.
This commit is contained in:
7
cicd/ferndale-basic-01/loop.bash
Executable file
7
cicd/ferndale-basic-01/loop.bash
Executable file
@@ -0,0 +1,7 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
while true
|
||||||
|
do
|
||||||
|
../testbed_poll.pl --jfrog_passwd tip-read --jfrog_user tip-read --url http://orch/tip/testbeds/ferndale-basic-01/pending_work/
|
||||||
|
sleep 120
|
||||||
|
done
|
||||||
7
cicd/ferndale-basic-01/loop1.bash
Executable file
7
cicd/ferndale-basic-01/loop1.bash
Executable file
@@ -0,0 +1,7 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
while true
|
||||||
|
do
|
||||||
|
../testbed_poll.pl --jfrog_passwd tip-read --jfrog_user tip-read --url http://orch/tip/testbeds/ferndale-basic-01/pending_work/
|
||||||
|
exit 0
|
||||||
|
done
|
||||||
@@ -18,7 +18,7 @@ DPT_CFG_FILE=${DPT_CFG_FILE:-$PWD/dpt-pkt-sz.txt}
|
|||||||
SCENARIO_CFG_FILE=${SCENARIO_CFG_FILE:-$PWD/scenario.txt}
|
SCENARIO_CFG_FILE=${SCENARIO_CFG_FILE:-$PWD/scenario.txt}
|
||||||
|
|
||||||
# Default to enable cloud-sdk for this testbed, cloud-sdk is at IP addr below
|
# Default to enable cloud-sdk for this testbed, cloud-sdk is at IP addr below
|
||||||
USE_CLOUD_SDK=${USE_CLOUD_SDK:-192.168.100.164}
|
#USE_CLOUD_SDK=${USE_CLOUD_SDK:-192.168.100.164}
|
||||||
|
|
||||||
# LANforge target machine
|
# LANforge target machine
|
||||||
LFMANAGER=${LFMANAGER:-192.168.100.209}
|
LFMANAGER=${LFMANAGER:-192.168.100.209}
|
||||||
|
|||||||
Reference in New Issue
Block a user