Commit 40622769 authored by Jaroslava Fiedlerova's avatar Jaroslava Fiedlerova

CI: rename AW2S configs/files used for 2x2 testing

parent d8a6c5c9
...@@ -109,7 +109,7 @@ ltebox-nepes: ...@@ -109,7 +109,7 @@ ltebox-nepes:
Host: nepes Host: nepes
NetworkScript: ip a show dev tun1 NetworkScript: ip a show dev tun1
amarisoft_ue: amarisoft_ue_2x2:
Host: amariue Host: amariue
InitScript: /root/lteue-linux-2023-10-27/ue/lteue /root/oaicicd/ran_sa_aw2s_asue_2x2/aw2s-multi-00102-2x2.cfg & InitScript: /root/lteue-linux-2023-10-27/ue/lteue /root/oaicicd/ran_sa_aw2s_asue_2x2/aw2s-multi-00102-2x2.cfg &
TermScript: /root/2023-10-27/libs/ws.js -t 10 127.0.0.1:9002 '{"message":"quit"}' || killall -KILL lteue-avx2 TermScript: /root/2023-10-27/libs/ws.js -t 10 127.0.0.1:9002 '{"message":"quit"}' || killall -KILL lteue-avx2
......
...@@ -21,8 +21,8 @@ ...@@ -21,8 +21,8 @@
--> -->
<testCaseList> <testCaseList>
<htmlTabRef>TEST-5G-AW2S</htmlTabRef> <htmlTabRef>TEST-5G-2x2-AW2S</htmlTabRef>
<htmlTabName>20 MHz TDD SA</htmlTabName> <htmlTabName>20 MHz TDD 2x2 SA</htmlTabName>
<htmlTabIcon>tasks</htmlTabIcon> <htmlTabIcon>tasks</htmlTabIcon>
<TestCaseRequestedList> <TestCaseRequestedList>
010000 010000
...@@ -75,7 +75,7 @@ ...@@ -75,7 +75,7 @@
<testCase id="020000"> <testCase id="020000">
<class>Deploy_Object</class> <class>Deploy_Object</class>
<desc>Deploy gNB (TDD/Band78/20MHz/aw2s) in a container</desc> <desc>Deploy gNB (TDD/Band78/20MHz/aw2s) in a container</desc>
<yaml_path>ci-scripts/yaml_files/sa_aw2s_gnb</yaml_path> <yaml_path>ci-scripts/yaml_files/sa_aw2s_2x2_gnb</yaml_path>
<eNB_instance>0</eNB_instance> <eNB_instance>0</eNB_instance>
<eNB_serverId>0</eNB_serverId> <eNB_serverId>0</eNB_serverId>
</testCase> </testCase>
...@@ -83,7 +83,7 @@ ...@@ -83,7 +83,7 @@
<testCase id="001000"> <testCase id="001000">
<class>Initialize_UE</class> <class>Initialize_UE</class>
<desc>Initialize Amarisoft UE</desc> <desc>Initialize Amarisoft UE</desc>
<id>amarisoft_ue</id> <id>amarisoft_ue_2x2</id>
</testCase> </testCase>
<testCase id="002001"> <testCase id="002001">
...@@ -237,7 +237,7 @@ ...@@ -237,7 +237,7 @@
<desc>Ping: 50pings in 10sec, multi-ue</desc> <desc>Ping: 50pings in 10sec, multi-ue</desc>
<id>amarisoft_ue_16</id> <id>amarisoft_ue_16</id>
<ping_args>-c 50 -i 0.2 %cn_ip%</ping_args> <ping_args>-c 50 -i 0.2 %cn_ip%</ping_args>
<ping_packetloss_threshold>1</ping_packetloss_threshold> <ping_packetloss_threshold>5</ping_packetloss_threshold>
<ping_rttavg_threshold>30</ping_rttavg_threshold> <ping_rttavg_threshold>30</ping_rttavg_threshold>
</testCase> </testCase>
...@@ -252,7 +252,7 @@ ...@@ -252,7 +252,7 @@
<class>Terminate_UE</class> <class>Terminate_UE</class>
<always_exec>true</always_exec> <always_exec>true</always_exec>
<desc>Terminate UE</desc> <desc>Terminate UE</desc>
<id>amarisoft_ue</id> <id>amarisoft_ue_2x2</id>
</testCase> </testCase>
<testCase id="000002"> <testCase id="000002">
...@@ -265,7 +265,7 @@ ...@@ -265,7 +265,7 @@
<class>Undeploy_Object</class> <class>Undeploy_Object</class>
<always_exec>true</always_exec> <always_exec>true</always_exec>
<desc>Undeploy gNB</desc> <desc>Undeploy gNB</desc>
<yaml_path>ci-scripts/yaml_files/sa_aw2s_gnb</yaml_path> <yaml_path>ci-scripts/yaml_files/sa_aw2s_2x2_gnb</yaml_path>
<eNB_instance>0</eNB_instance> <eNB_instance>0</eNB_instance>
<eNB_serverId>0</eNB_serverId> <eNB_serverId>0</eNB_serverId>
</testCase> </testCase>
......
...@@ -14,7 +14,7 @@ services: ...@@ -14,7 +14,7 @@ services:
TZ: Europe/Paris TZ: Europe/Paris
USE_ADDITIONAL_OPTIONS: --sa USE_ADDITIONAL_OPTIONS: --sa
volumes: volumes:
- ../../conf_files/gnb.sa.band78.51prb.aw2s.ddsuu.conf:/opt/oai-gnb-aw2s/etc/gnb.conf - ../../conf_files/gnb.sa.band78.51prb.aw2s.ddsuu.2x2.conf:/opt/oai-gnb-aw2s/etc/gnb.conf
healthcheck: healthcheck:
test: /bin/bash -c "pgrep nr-softmodem" test: /bin/bash -c "pgrep nr-softmodem"
interval: 10s interval: 10s
......
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