Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
O
OpenXG UE
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
OpenXG
OpenXG UE
Commits
062e140b
Commit
062e140b
authored
Jul 24, 2020
by
hardy
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
brought cde line arg parsing out of main.py, into a separated module
parent
ffbbc84d
Changes
4
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
524 additions
and
188 deletions
+524
-188
ci-scripts/args_parse.py
ci-scripts/args_parse.py
+229
-0
ci-scripts/main.py
ci-scripts/main.py
+198
-187
ci-scripts/py_params.yaml
ci-scripts/py_params.yaml
+0
-1
ci-scripts/py_params_template.yaml
ci-scripts/py_params_template.yaml
+97
-0
No files found.
ci-scripts/args_parse.py
0 → 100644
View file @
062e140b
This diff is collapsed.
Click to expand it.
ci-scripts/main.py
View file @
062e140b
This diff is collapsed.
Click to expand it.
ci-scripts/py_params.yaml
View file @
062e140b
mode
:
a
eNBRepository
:
b
ranRepository
:
c
eNB_AllowMerge
:
...
...
ci-scripts/py_params_template.yaml
0 → 100644
View file @
062e140b
eNBRepository
:
b
ranRepository
:
c
eNB_AllowMerge
:
ranAllowMerge
:
eNBBranch
:
f
ranBranch
:
g
eNBCommitID
:
ranCommitID
:
i
eNBTargetBranch
:
j
ranTargetBranch
:
k
RAN
:
RAN_inst_0
:
name
:
RAN_1
nodes
:
-
type
:
eNB
IPAddress
:
001.1.1
UserName
:
toto
Password
:
qwe
SourceCodePath
:
l
-
type
:
gNB
IPAddress
:
002.2.2
UserName
:
tata
Password
:
asd
SourceCodePath
:
m
-
type
:
eNB
IPAddress
:
003.3.3
UserName
:
titi
Password
:
zxc
SourceCodePath
:
n
-
type
:
gNB
IPAddress
:
004.4.4
UserName
:
caca
Password
:
pepe
SourceCodePath
:
o
RAN_inst_1
:
name
:
RAN_2
nodes
:
-
type
:
eNB
IPAddress
:
101.1.1
UserName
:
toto
Password
:
qwe
SourceCodePath
:
l
-
type
:
gNB
IPAddress
:
102.2.2
UserName
:
zaza
Password
:
asd
SourceCodePath
:
m
-
type
:
eNB
IPAddress
:
103.3.3
UserName
:
zizi
Password
:
zxc
SourceCodePath
:
n
-
type
:
gNB
IPAddress
:
104.4.4
UserName
:
aaaa
Password
:
pepe
SourceCodePath
:
o
EPC
:
EPC_inst_0
:
EPCIPAddress
:
p
EPCUserName
:
q
EPCPassword
:
r
EPCSourceCodePath
:
s
EPCType
:
t
EPCContainerPrefix
:
u
ADB
:
ADBIPAddress
:
v
ADBUserName
:
w
ADBType
:
x
ADBPassword
:
y
UE
:
UE_inst_0
:
name
:
UE_1
type
:
UEIPAddress
:
qqq
UEUserName
:
www
UEPassword
:
eee
UESourceCodePath
:
yyy
UE_inst_1
:
name
:
UE_2
type
:
UEIPAddress
:
bloblob
UEUserName
:
gwou
UEPassword
:
zebu
UESourceCodePath
:
pop
XMLTestFile
:
z
finalStatus
:
bbb
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment