Commit f43090fa authored by Robert Schmidt's avatar Robert Schmidt

CI: Wait for Attachment of UEs in L2sim 4G/5G tests

parent 79fd37b4
...@@ -185,9 +185,12 @@ rfsim4g_enb_nos1: ...@@ -185,9 +185,12 @@ rfsim4g_enb_nos1:
l2sim5g_ue: l2sim5g_ue:
Host: localhost Host: localhost
AttachScript: docker start l2sim-oai-nr-ue0
DetachScript: docker stop l2sim-oai-nr-ue0
NetworkScript: docker exec l2sim-oai-nr-ue0 ip a show dev oaitun_ue1 NetworkScript: docker exec l2sim-oai-nr-ue0 ip a show dev oaitun_ue1
CmdPrefix: docker exec l2sim-oai-nr-ue0 CmdPrefix: docker exec l2sim-oai-nr-ue0
IF: oaitun_ue1 IF: oaitun_ue1
MTU: 1500
l2sim5g_ext_dn: l2sim5g_ext_dn:
Host: localhost Host: localhost
...@@ -196,9 +199,12 @@ l2sim5g_ext_dn: ...@@ -196,9 +199,12 @@ l2sim5g_ext_dn:
l2sim4g_ue: l2sim4g_ue:
Host: localhost Host: localhost
AttachScript: docker start l2sim4g-oai-lte-ue1
DetachScript: docker stop l2sim4g-oai-lte-ue1
NetworkScript: docker exec l2sim4g-oai-lte-ue1 ip a show dev oaitun_ue1 NetworkScript: docker exec l2sim4g-oai-lte-ue1 ip a show dev oaitun_ue1
CmdPrefix: docker exec l2sim4g-oai-lte-ue1 CmdPrefix: docker exec l2sim4g-oai-lte-ue1
IF: oaitun_ue1 IF: oaitun_ue1
MTU: 1500
l2sim4g_ext_dn: l2sim4g_ext_dn:
Host: localhost Host: localhost
......
...@@ -32,7 +32,7 @@ ...@@ -32,7 +32,7 @@
000001 000001
000002 000002
000003 000003
000011 000004
200000 200000
020001 020001
020002 020002
...@@ -82,10 +82,10 @@ ...@@ -82,10 +82,10 @@
<nb_healthy>10</nb_healthy> <nb_healthy>10</nb_healthy>
</testCase> </testCase>
<testCase id="000011"> <testCase id="000004">
<class>IdleSleep</class> <class>Attach_UE</class>
<desc>Sleep</desc> <desc>Attach OAI UE</desc>
<idle_sleep_time_in_sec>10</idle_sleep_time_in_sec> <id>l2sim4g_ue</id>
</testCase> </testCase>
<testCase id="020001"> <testCase id="020001">
......
...@@ -32,7 +32,7 @@ ...@@ -32,7 +32,7 @@
000001 000001
000002 000002
000003 000003
000011 000004
200000 200000
020001 020001
020002 020002
...@@ -80,10 +80,10 @@ ...@@ -80,10 +80,10 @@
<nb_healthy>9</nb_healthy> <nb_healthy>9</nb_healthy>
</testCase> </testCase>
<testCase id="000011"> <testCase id="000004">
<class>IdleSleep</class> <class>Attach_UE</class>
<desc>Sleep</desc> <desc>Attach OAI UE</desc>
<idle_sleep_time_in_sec>10</idle_sleep_time_in_sec> <id>l2sim5g_ue</id>
</testCase> </testCase>
<testCase id="020001"> <testCase id="020001">
......
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