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
Michael Black
OpenXG UE
Commits
a5ec4d7d
Commit
a5ec4d7d
authored
Mar 17, 2017
by
Cedric Roux
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
test setup v2: simplify softmodem tests variable definition
parent
41db979d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
49 deletions
+15
-49
cmake_targets/autotests/v2/main.py
cmake_targets/autotests/v2/main.py
+15
-49
No files found.
cmake_targets/autotests/v2/main.py
View file @
a5ec4d7d
...
@@ -280,55 +280,21 @@ machine_list.wait_all_free()
...
@@ -280,55 +280,21 @@ machine_list.wait_all_free()
# run eNB softmodem tests #
# run eNB softmodem tests #
##############################################################################
##############################################################################
tests
=
{
tests
=
{}
'b210'
:
{
for
a
in
{
'b210'
,
'x310'
,
'exmimo2'
}:
'alu'
:
{
tests
[
a
]
=
{}
'fdd'
:
{
for
b
in
{
'alu'
,
'openair-cn'
}:
'5'
:
{
tests
[
a
][
b
]
=
{}
'bandrich'
:
{
for
c
in
{
'fdd'
,
'tdd'
}:
'tcp'
:
{
'ul'
:
False
,
'dl'
:
False
},
tests
[
a
][
b
][
c
]
=
{}
'udp'
:
{
'ul'
:
False
,
'dl'
:
False
}},
for
d
in
{
'5'
,
'10'
,
'20'
}:
'sony'
:
{
tests
[
a
][
b
][
c
][
d
]
=
{}
'tcp'
:
{
'ul'
:
False
,
'dl'
:
False
},
for
e
in
{
'bandrich'
,
'sony'
,
'3276'
}:
'udp'
:
{
'ul'
:
False
,
'dl'
:
False
}}},
tests
[
a
][
b
][
c
][
d
][
e
]
=
{}
'10'
:
{
for
f
in
{
'tcp'
,
'udp'
}:
'bandrich'
:
{
tests
[
a
][
b
][
c
][
d
][
e
][
f
]
=
{}
'tcp'
:
{
'ul'
:
False
,
'dl'
:
False
},
for
g
in
{
'dl'
,
'ul'
}:
'udp'
:
{
'ul'
:
False
,
'dl'
:
False
}},
tests
[
a
][
b
][
c
][
d
][
e
][
f
][
g
]
=
False
'sony'
:
{
'tcp'
:
{
'ul'
:
False
,
'dl'
:
False
},
'udp'
:
{
'ul'
:
False
,
'dl'
:
False
}}},
'20'
:
{
'bandrich'
:
{
'tcp'
:
{
'ul'
:
False
,
'dl'
:
False
},
'udp'
:
{
'ul'
:
False
,
'dl'
:
False
}},
'sony'
:
{
'tcp'
:
{
'ul'
:
False
,
'dl'
:
False
},
'udp'
:
{
'ul'
:
False
,
'dl'
:
False
}}}},
'tdd'
:
{
'5'
:
{
'3276'
:
{
'tcp'
:
{
'ul'
:
False
,
'dl'
:
False
},
'udp'
:
{
'ul'
:
False
,
'dl'
:
False
}}},
'10'
:
{
'3276'
:
{
'tcp'
:
{
'ul'
:
False
,
'dl'
:
False
},
'udp'
:
{
'ul'
:
False
,
'dl'
:
False
}}},
'20'
:
{
'3276'
:
{
'tcp'
:
{
'ul'
:
False
,
'dl'
:
False
},
'udp'
:
{
'ul'
:
False
,
'dl'
:
False
}}}}},
'openair-cn'
:
{}
},
'x310'
:
{
'alu'
:
{},
'openair-cn'
:
{}
},
'exmimo2'
:
{
'alu'
:
{},
'openair-cn'
:
{}
}
}
todo_tests_ids
=
[]
todo_tests_ids
=
[]
for
test
in
todo_tests
:
for
test
in
todo_tests
:
...
...
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