Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
openairinterface5G
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
oai
openairinterface5G
Commits
59feb72f
Commit
59feb72f
authored
2 years ago
by
Robert Schmidt
Browse files
Options
Downloads
Patches
Plain Diff
SA Quectel test: add reestablishment test
parent
4ae28aba
No related branches found
No related tags found
2 merge requests
!2010
integration_2022_wk11
,
!2001
Add reestablishment test to SA Quectel test
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
ci-scripts/xml_files/container_sa_b200_quectel.xml
+18
-0
18 additions, 0 deletions
ci-scripts/xml_files/container_sa_b200_quectel.xml
with
18 additions
and
0 deletions
ci-scripts/xml_files/container_sa_b200_quectel.xml
+
18
−
0
View file @
59feb72f
...
...
@@ -36,6 +36,9 @@
070000
070001
070002
060001
000002
060002
010010
010002
030201
...
...
@@ -154,6 +157,21 @@
<iperf_profile>
single-ue
</iperf_profile>
</testCase>
<testCase
id=
"060001"
>
<class>
Custom_Command
</class>
<desc>
Trigger Reestablishment
</desc>
<node>
nepes
</node>
<command>
echo ci force_reestab | nc -N 192.168.71.140 9090 | grep -E 'force-remove UE RNTI [0-9a-f]{4} from RLC to trigger reestablishment'
</command>
<command_fail>
yes
</command_fail>
</testCase>
<testCase
id=
"060002"
>
<class>
Custom_Command
</class>
<desc>
Verify Reestablishment
</desc>
<node>
nepes
</node>
<command>
echo ci get_reestab_count | nc -N 192.168.71.140 9090 | grep -E 'UE RNTI [0-9a-f]{4} reestab 1 reconf_after_reestab 1'
</command>
<command_fail>
yes
</command_fail>
</testCase>
<testCase
id=
"030201"
>
<class>
Undeploy_Object
</class>
<desc>
Undeploy gNB
</desc>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment