Commit cbcf6a28 authored by Boris Djalal's avatar Boris Djalal

Build, Run and Terminate in the same xml file.

Signed-off-by: default avatarBoris Djalal <boris.djalal@eurecom.fr>
parent d16110af
......@@ -56,7 +56,7 @@ def PROJECT_NAME = "test-boris"
def GIT_COMMIT_AUTHORi
def GIT_COMMIT_EMAIL
// Reversing list because pop() will take the last (right-most) element
def modeList = ['TesteNB', 'TestUE', 'TesteNB', 'TestUE', 'TesteNB'].reverse()
def modeList = ['TesteNB', 'TestUE', 'TesteNB'].reverse()
// Global Parameters not to break the main.py command line and code.
def ADB_IPAddress = "none"
......
......@@ -25,7 +25,7 @@
<htmlTabName>run-OAI-gNB-NR-UE-USRP</htmlTabName>
<htmlTabIcon>tasks</htmlTabIcon>
<TestCaseRequestedList>
090101 000001 090102 000001
090101 000001 090102 000001 090103 000001 090109 000001
</TestCaseRequestedList>
<TestCaseExclusionList></TestCaseExclusionList>
......@@ -55,4 +55,28 @@
<idle_sleep_time_in_sec>30</idle_sleep_time_in_sec>
</testCase>
<testCase id="090103">
<class>Terminate_OAI_UE</class>
<desc>Terminate NR UE</desc>
<air_interface>NR</air_interface>
</testCase>
<testCase id="000001">
<class>IdleSleep</class>
<desc>Sleep</desc>
<idle_sleep_time_in_sec>30</idle_sleep_time_in_sec>
</testCase>
<testCase id="090109">
<class>Terminate_eNB</class>
<desc>Terminate gNB</desc>
<air_interface>NR</air_interface>
</testCase>
<testCase id="000001">
<class>IdleSleep</class>
<desc>Sleep</desc>
<idle_sleep_time_in_sec>30</idle_sleep_time_in_sec>
</testCase>
</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