Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
slapos
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
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Kirill Smelkov
slapos
Commits
1924eb89
Commit
1924eb89
authored
Jan 10, 2024
by
Kirill Smelkov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
.
parent
378f0afd
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
3 deletions
+4
-3
software/ors-amarisoft/test/test.py
software/ors-amarisoft/test/test.py
+1
-1
software/ors-amarisoft/test/test.sh
software/ors-amarisoft/test/test.sh
+3
-2
No files found.
software/ors-amarisoft/test/test.py
View file @
1924eb89
...
@@ -808,7 +808,7 @@ class TestAssertMatch(unittest.TestCase):
...
@@ -808,7 +808,7 @@ class TestAssertMatch(unittest.TestCase):
# hide base TestCases from unittest discovery so that their test_ methods are
# hide base TestCases from unittest discovery so that their test_ methods are
# run only on leaf
TestCa
ses.
# run only on leaf
test clas
ses.
def
__dir__
():
def
__dir__
():
d
=
list
(
sorted
(
globals
().
keys
()))
d
=
list
(
sorted
(
globals
().
keys
()))
abstract
=
{
'AmariTestCase'
,
'RFTestCase4'
,
'ENBTestCase4'
,
'UEsimTestCase4'
}
abstract
=
{
'AmariTestCase'
,
'RFTestCase4'
,
'ENBTestCase4'
,
'UEsimTestCase4'
}
...
...
software/ors-amarisoft/test/test.sh
View file @
1924eb89
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
(
cd
..
&&
/usr/bin/python3 ../../update-hash
)
(
cd
..
&&
/usr/bin/python3 ../../update-hash
)
export
SLAPOS_TEST_DEBUG
=
1
export
SLAPOS_TEST_DEBUG
=
1
export
SLAPOS_TEST_VERBOSE
=
1
export
SLAPOS_TEST_VERBOSE
=
0
export
SLAPOS_TEST_SKIP_SOFTWARE_CHECK
=
1
export
SLAPOS_TEST_SKIP_SOFTWARE_CHECK
=
1
export
SLAPOS_TEST_SKIP_SOFTWARE_REBUILD
=
0
export
SLAPOS_TEST_SKIP_SOFTWARE_REBUILD
=
0
...
@@ -11,12 +11,13 @@ rm -rf snapshot
...
@@ -11,12 +11,13 @@ rm -rf snapshot
mkdir
snapshot
mkdir
snapshot
export
SLAPOS_TEST_LOG_DIRECTORY
=
`
pwd
`
/snapshot
export
SLAPOS_TEST_LOG_DIRECTORY
=
`
pwd
`
/snapshot
#time ../k/kpython_for_test -m unittest discover -v
time
../k/kpython_for_test
-m
unittest discover
-vf
#time ../k/kpython_for_test -m unittest discover -vf -k TestENBParameters
#time ../k/kpython_for_test -m unittest discover -vf -k TestENBParameters
#time ../k/kpython_for_test -m unittest discover -vf -k NBParameters
#time ../k/kpython_for_test -m unittest discover -vf -k NBParameters
#time ../k/kpython_for_test -m unittest discover -vf -k CoreNetwork
#time ../k/kpython_for_test -m unittest discover -vf -k CoreNetwork
#time ../k/kpython_for_test -m unittest discover -vf -k MonitorGadget
#time ../k/kpython_for_test -m unittest discover -vf -k MonitorGadget
#time ../k/kpython_for_test -m unittest discover -vf -k SimCard
#time ../k/kpython_for_test -m unittest discover -vf -k SimCard
time
../k/kpython_for_test
-m
unittest discover
-vf
#time ../k/kpython_for_test -m unittest discover -vf -k TestENB_
#time ../k/kpython_for_test -m unittest discover -vf -k TestENB_
#time ../k/kpython_for_test -m unittest discover -vf -k TestENB_SDR
#time ../k/kpython_for_test -m unittest discover -vf -k TestENB_SDR
#time ../k/kpython_for_test -m unittest discover -vf -k TestENB_Lopcomm
#time ../k/kpython_for_test -m unittest discover -vf -k TestENB_Lopcomm
...
...
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