Commit 9afd76eb authored by Boris Djalal's avatar Boris Djalal

Fixing mode list and xml files.

Signed-off-by: default avatarBoris Djalal <boris.djalal@eurecom.fr>
parent 2b138d73
...@@ -55,7 +55,7 @@ def eNB_TargetBranch ...@@ -55,7 +55,7 @@ def eNB_TargetBranch
def PROJECT_NAME = "test-boris" def PROJECT_NAME = "test-boris"
def GIT_COMMIT_AUTHOR def GIT_COMMIT_AUTHOR
def GIT_COMMIT_EMAIL def GIT_COMMIT_EMAIL
def modeList = ['TesteNB', 'TestUE', 'TesteNB', 'TestUE', 'TesteNB'] def modeList = ['TestUE', 'TesteNB', 'TesteNB', 'TestUE', 'TesteNB']
// Global Parameters not to break the main.py command line and code. // Global Parameters not to break the main.py command line and code.
def ADB_IPAddress = "none" def ADB_IPAddress = "none"
......
...@@ -21,8 +21,8 @@ ...@@ -21,8 +21,8 @@
--> -->
<testCaseList> <testCaseList>
<htmlTabRef>run gNB USRP</htmlTabRef> <htmlTabRef>run OAI gNB and OAI NR UE USRP</htmlTabRef>
<htmlTabName>run-gNB-USRP</htmlTabName> <htmlTabName>run-OAI-gNB-NR-UE-USRP</htmlTabName>
<htmlTabIcon>tasks</htmlTabIcon> <htmlTabIcon>tasks</htmlTabIcon>
<TestCaseRequestedList> <TestCaseRequestedList>
090101 000001 090102 000001 090103 000001 090109 090101 000001 090102 000001 090103 000001 090109
......
...@@ -25,32 +25,10 @@ ...@@ -25,32 +25,10 @@
<htmlTabName>Build</htmlTabName> <htmlTabName>Build</htmlTabName>
<htmlTabIcon>wrench</htmlTabIcon> <htmlTabIcon>wrench</htmlTabIcon>
<TestCaseRequestedList> <TestCaseRequestedList>
090103 000001 090109 000001 090101 090101
</TestCaseRequestedList> </TestCaseRequestedList>
<TestCaseExclusionList></TestCaseExclusionList> <TestCaseExclusionList></TestCaseExclusionList>
<testCase id="090103">
<class>Terminate_OAI_UE</class>
<desc>Terminate NR UE</desc>
</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>
</testCase>
<testCase id="000001">
<class>IdleSleep</class>
<desc>Sleep</desc>
<idle_sleep_time_in_sec>30</idle_sleep_time_in_sec>
</testCase>
<testCase id="090101"> <testCase id="090101">
<mode>TesteNB</mode> <mode>TesteNB</mode>
<class>Build_eNB</class> <class>Build_eNB</class>
......
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