Commit 58fbf70f authored by Jaroslava Fiedlerova's avatar Jaroslava Fiedlerova

Add up2 to the CI infra

parent f9d5c817
...@@ -20,6 +20,16 @@ nrmodule2_quectel: ...@@ -20,6 +20,16 @@ nrmodule2_quectel:
MTU: 1500 MTU: 1500
LogStore: /media/ci_qlogs LogStore: /media/ci_qlogs
up2:
Host: up2
AttachScript: sudo /opt/mbim/start_quectel_mbim.sh
DetachScript: sudo /opt/mbim/stop_quectel_mbim.sh
NetworkScript: ip a show dev wwan0
IF: wwan0
MTU: 1500
Trace: True
LogStore: /media/usb-drive/ci_qlogs
adb_ue_1: adb_ue_1:
Host: nano Host: nano
InitScript: /home/oaicicd/ci_ctl_adb.sh initialize R3CM40LZPHT InitScript: /home/oaicicd/ci_ctl_adb.sh initialize R3CM40LZPHT
......
...@@ -28,16 +28,14 @@ ...@@ -28,16 +28,14 @@
<TestCaseRequestedList> <TestCaseRequestedList>
100000 100000
111111 111111
010000 040101
030101
010001 010001
051001 051001
071000 071000
071001 071001
071002 071002
010010 010010
010002 040201
030201
200000 200000
</TestCaseRequestedList> </TestCaseRequestedList>
<TestCaseExclusionList></TestCaseExclusionList> <TestCaseExclusionList></TestCaseExclusionList>
...@@ -63,18 +61,6 @@ ...@@ -63,18 +61,6 @@
<command>sudo cpupower idle-set -E</command> <command>sudo cpupower idle-set -E</command>
</testCase> </testCase>
<testCase id="010000">
<class>Initialize_UE</class>
<desc>Initialize Quectel</desc>
<id>up2</id>
</testCase>
<testCase id="010002">
<class>Terminate_UE</class>
<desc>Terminate Quectel</desc>
<id>up2</id>
</testCase>
<testCase id="010001"> <testCase id="010001">
<class>Attach_UE</class> <class>Attach_UE</class>
<desc>Attach UE</desc> <desc>Attach UE</desc>
...@@ -87,7 +73,7 @@ ...@@ -87,7 +73,7 @@
<id>up2</id> <id>up2</id>
</testCase> </testCase>
<testCase id="030101"> <testCase id="040101">
<class>Deploy_Object</class> <class>Deploy_Object</class>
<desc>Deploy gNB (TDD/Band77/100MHz/N310) in a container</desc> <desc>Deploy gNB (TDD/Band77/100MHz/N310) in a container</desc>
<yaml_path>ci-scripts/yaml_files/5g_sa_n310_2x2_100MHz</yaml_path> <yaml_path>ci-scripts/yaml_files/5g_sa_n310_2x2_100MHz</yaml_path>
...@@ -123,7 +109,7 @@ ...@@ -123,7 +109,7 @@
<direction>DL</direction> <direction>DL</direction>
<id>up2</id> <id>up2</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>50</iperf_bitrate_threshold>
<iperf_profile>single-ue</iperf_profile> <iperf_profile>single-ue</iperf_profile>
</testCase> </testCase>
...@@ -147,7 +133,7 @@ ...@@ -147,7 +133,7 @@
<iperf_profile>single-ue</iperf_profile> <iperf_profile>single-ue</iperf_profile>
</testCase> </testCase>
<testCase id="030201"> <testCase id="040201">
<class>Undeploy_Object</class> <class>Undeploy_Object</class>
<desc>Undeploy gNB</desc> <desc>Undeploy gNB</desc>
<yaml_path>ci-scripts/yaml_files/5g_sa_n310_2x2_100MHz</yaml_path> <yaml_path>ci-scripts/yaml_files/5g_sa_n310_2x2_100MHz</yaml_path>
......
...@@ -36,7 +36,6 @@ ...@@ -36,7 +36,6 @@
070001 070001
070002 070002
010010 010010
010002
030201 030201
200000 200000
</TestCaseRequestedList> </TestCaseRequestedList>
...@@ -63,18 +62,6 @@ ...@@ -63,18 +62,6 @@
<command>sudo cpupower idle-set -E</command> <command>sudo cpupower idle-set -E</command>
</testCase> </testCase>
<testCase id="010000">
<class>Initialize_UE</class>
<desc>Initialize Quectel</desc>
<id>up2</id>
</testCase>
<testCase id="010002">
<class>Terminate_UE</class>
<desc>Terminate Quectel</desc>
<id>up2</id>
</testCase>
<testCase id="010001"> <testCase id="010001">
<class>Attach_UE</class> <class>Attach_UE</class>
<desc>Attach UE</desc> <desc>Attach UE</desc>
...@@ -134,7 +121,7 @@ ...@@ -134,7 +121,7 @@
<direction>UL</direction> <direction>UL</direction>
<id>up2</id> <id>up2</id>
<iperf_packetloss_threshold>1</iperf_packetloss_threshold> <iperf_packetloss_threshold>1</iperf_packetloss_threshold>
<iperf_bitrate_threshold>95</iperf_bitrate_threshold> <iperf_bitrate_threshold>80</iperf_bitrate_threshold>
<iperf_profile>single-ue</iperf_profile> <iperf_profile>single-ue</iperf_profile>
</testCase> </testCase>
......
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