Commit bbfd3c61 authored by Jaroslava Fiedlerova's avatar Jaroslava Fiedlerova

CI: use OC CN in aerial pipeline

Replace current docker deployment of OAI CN by deployment on OC. With change
of the CN, we also need to change the routing for UE module - change the
mbim script for controling the UE.
parent 68191088
...@@ -28,8 +28,8 @@ up2-fhi72: ...@@ -28,8 +28,8 @@ up2-fhi72:
up2-aerial: up2-aerial:
Host: up2 Host: up2
AttachScript: sudo /opt/mbim-aerial/start_quectel_mbim.sh AttachScript: sudo /opt/mbim-fhi72/start_quectel_mbim.sh
DetachScript: sudo /opt/mbim-aerial/stop_quectel_mbim.sh DetachScript: sudo /opt/mbim-fhi72/stop_quectel_mbim.sh
NetworkScript: ip a show dev wwan0 NetworkScript: ip a show dev wwan0
IF: wwan0 IF: wwan0
MTU: 1500 MTU: 1500
...@@ -75,6 +75,13 @@ oc-cn5g-20897: ...@@ -75,6 +75,13 @@ oc-cn5g-20897:
NetworkScript: echo "inet 172.21.6.105" NetworkScript: echo "inet 172.21.6.105"
RunIperf3Server: False RunIperf3Server: False
oc-cn5g-20897-aerial2:
Host: aerial2
Namespace: "oaicicd-core-for-fhi72"
CNPath: "/opt/oai-cn5g-fed-develop-2024-april-20897"
NetworkScript: echo "inet 172.21.6.105"
RunIperf3Server: False
matix-cn5g: matix-cn5g:
Host: matix Host: matix
NetworkScript: docker exec prod-trf-gen ip a show dev eth0 NetworkScript: docker exec prod-trf-gen ip a show dev eth0
......
...@@ -188,7 +188,7 @@ gNBs = ...@@ -188,7 +188,7 @@ gNBs =
////////// AMF parameters: ////////// AMF parameters:
amf_ip_address = ({ ipv4 = "192.168.71.132"; }); amf_ip_address = ({ ipv4 = "172.21.6.103"; });
NETWORK_INTERFACES : NETWORK_INTERFACES :
......
...@@ -25,6 +25,7 @@ ...@@ -25,6 +25,7 @@
<htmlTabName>AERIAL 100 MHz TDD SA</htmlTabName> <htmlTabName>AERIAL 100 MHz TDD SA</htmlTabName>
<htmlTabIcon>tasks</htmlTabIcon> <htmlTabIcon>tasks</htmlTabIcon>
<TestCaseRequestedList> <TestCaseRequestedList>
555000
111111 111111
000222 000222
800813 800813
...@@ -37,8 +38,14 @@ ...@@ -37,8 +38,14 @@
000222 000222
222222 222222
333333 333333
000555
</TestCaseRequestedList> </TestCaseRequestedList>
<TestCaseExclusionList></TestCaseExclusionList> <TestCaseExclusionList></TestCaseExclusionList>
<testCase id="555000">
<class>Initialize_5GCN</class>
<desc>Initialize 5G Core</desc>
<cn_id>oc-cn5g-20897-aerial2</cn_id>
</testCase>
<testCase id="111111"> <testCase id="111111">
<class>Pull_Local_Registry</class> <class>Pull_Local_Registry</class>
...@@ -82,15 +89,15 @@ ...@@ -82,15 +89,15 @@
<class>Ping</class> <class>Ping</class>
<desc>Ping: 100pings in 20sec</desc> <desc>Ping: 100pings in 20sec</desc>
<id>up2-aerial</id> <id>up2-aerial</id>
<ping_args>-c 100 -i 0.2 %cn_ip%</ping_args> <ping_args>-c 100 -i 0.2 172.21.6.104</ping_args>
<ping_packetloss_threshold>5</ping_packetloss_threshold> <ping_packetloss_threshold>5</ping_packetloss_threshold>
</testCase> </testCase>
<testCase id="000022"> <testCase id="000022">
<class>Iperf</class> <class>Iperf</class>
<desc>iperf (DL/UDP/700M)(30 sec)(single-ue profile)</desc> <desc>iperf (DL/UDP/600M)(30 sec)(single-ue profile)</desc>
<iperf_args>-u -b 600M -t 30 -R</iperf_args> <iperf_args>-u -b 600M -t 30 -R</iperf_args>
<svr_id>porcepix-cn5g</svr_id> <svr_id>oc-cn5g-20897-aerial2</svr_id>
<id>up2-aerial</id> <id>up2-aerial</id>
<iperf_packetloss_threshold>25</iperf_packetloss_threshold> <iperf_packetloss_threshold>25</iperf_packetloss_threshold>
<iperf_bitrate_threshold>80</iperf_bitrate_threshold> <iperf_bitrate_threshold>80</iperf_bitrate_threshold>
...@@ -100,7 +107,7 @@ ...@@ -100,7 +107,7 @@
<class>Iperf</class> <class>Iperf</class>
<desc>iperf (UL/UDP/50M)(30 sec)(single-ue profile)</desc> <desc>iperf (UL/UDP/50M)(30 sec)(single-ue profile)</desc>
<iperf_args>-u -b 50M -t 30</iperf_args> <iperf_args>-u -b 50M -t 30</iperf_args>
<svr_id>porcepix-cn5g</svr_id> <svr_id>oc-cn5g-20897-aerial2</svr_id>
<id>up2-aerial</id> <id>up2-aerial</id>
<iperf_packetloss_threshold>25</iperf_packetloss_threshold> <iperf_packetloss_threshold>25</iperf_packetloss_threshold>
<iperf_bitrate_threshold>80</iperf_bitrate_threshold> <iperf_bitrate_threshold>80</iperf_bitrate_threshold>
...@@ -131,5 +138,11 @@ ...@@ -131,5 +138,11 @@
<test_svr_id>0</test_svr_id> <test_svr_id>0</test_svr_id>
</testCase> </testCase>
<testCase id="000555">
<class>Terminate_5GCN</class>
<always_exec>true</always_exec>
<desc>Terminate 5G Core</desc>
<cn_id>oc-cn5g-20897-aerial2</cn_id>
</testCase>
</testCaseList> </testCaseList>
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment