Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
W
wendelin-telecom
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
Paul Graydon
wendelin-telecom
Commits
8427d2c4
Commit
8427d2c4
authored
Apr 04, 2023
by
Xiaowu Zhang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ors_wendelin_test: more
parent
3a0a5eec
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
0 deletions
+14
-0
bt5/ors_wendelin_test/TestTemplateItem/portal_components/test.erp5.testORSWendelin.py
...mplateItem/portal_components/test.erp5.testORSWendelin.py
+14
-0
No files found.
bt5/ors_wendelin_test/TestTemplateItem/portal_components/test.erp5.testORSWendelin.py
View file @
8427d2c4
...
@@ -71,6 +71,20 @@ class ORSWendelinTest(ERP5TypeTestCase):
...
@@ -71,6 +71,20 @@ class ORSWendelinTest(ERP5TypeTestCase):
self
.
tic
()
self
.
tic
()
data_stream
=
self
.
_getDataStream
(
self
.
test_data_acquisition_unit
)
data_stream
=
self
.
_getDataStream
(
self
.
test_data_acquisition_unit
)
self
.
assertTrue
(
data_stream
.
getData
()
is
not
None
)
self
.
assertTrue
(
data_stream
.
getData
()
is
not
None
)
# first one
self
.
portal
.
portal_alarms
.
wendelin_handle_analysis
.
activeSense
()
self
.
tic
()
self
.
portal
.
portal_alarms
.
wendelin_handle_analysis
.
activeSense
()
self
.
tic
()
# resample
self
.
portal
.
portal_alarms
.
wendelin_handle_analysis
.
activeSense
()
self
.
tic
()
self
.
portal
.
portal_alarms
.
wendelin_handle_analysis
.
activeSense
()
self
.
tic
()
self
.
assertTrue
(
self
.
test_data_acquisition_unit
.
Base_getERABDataArrayKey
()
is
not
None
)
self
.
assertTrue
(
self
.
test_data_acquisition_unit
.
Base_getEUTRANDataArrayKey
()
is
not
None
)
def
test_transformation
(
self
):
def
test_transformation
(
self
):
...
...
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