Commit eac4a8a3 authored by Boris Djalal's avatar Boris Djalal

Fixing mode list.

Signed-off-by: default avatarBoris Djalal <boris.djalal@eurecom.fr>
parent 247e8f35
......@@ -53,9 +53,10 @@ def eNB_CommitID
def eNB_AllowMergeRequestProcess = false
def eNB_TargetBranch
def PROJECT_NAME = "test-boris"
def GIT_COMMIT_AUTHOR
def GIT_COMMIT_AUTHORi
def GIT_COMMIT_EMAIL
def modeList = ['TestUE', 'TesteNB', 'TesteNB', 'TestUE', 'TesteNB', 'TestUE', 'TesteNB']
// Reversing list because pop() will take the last element
def modeList = ['TestUE', 'TesteNB', 'TesteNB', 'TestUE', 'TesteNB', 'TestUE', 'TesteNB'].reverse()
// Global Parameters not to break the main.py command line and code.
def ADB_IPAddress = "none"
......
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