Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
T
tango
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Jira issues
Open Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
LOFAR2.0
tango
Commits
304f8dd4
Commit
304f8dd4
authored
1 year ago
by
Corné Lukken
Browse files
Options
Downloads
Plain Diff
Merge branch '
L2SS-1814
' into 'master'
L2SS-1814
: Do not run digitalbeam performance test in setup Closes
L2SS-1814
See merge request
!890
parents
828f6163
5fd0987d
No related branches found
No related tags found
1 merge request
!890
L2SS-1814: Do not run digitalbeam performance test in setup
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
tangostationcontrol/integration_test/digitalbeam_performance/test_digitalbeam_performance.py
+0
-19
0 additions, 19 deletions
...t/digitalbeam_performance/test_digitalbeam_performance.py
with
0 additions
and
19 deletions
tangostationcontrol/integration_test/digitalbeam_performance/test_digitalbeam_performance.py
+
0
−
19
View file @
304f8dd4
...
@@ -102,25 +102,6 @@ class TestDigitalbeamPerformance(base.IntegrationTestCase):
...
@@ -102,25 +102,6 @@ class TestDigitalbeamPerformance(base.IntegrationTestCase):
self
.
assertTrue
(
proxy
.
state
()
is
DevState
.
ON
)
self
.
assertTrue
(
proxy
.
state
()
is
DevState
.
ON
)
self
.
assertEqual
(
MAX_ANTENNA
,
proxy
.
nr_antennas_R
)
self
.
assertEqual
(
MAX_ANTENNA
,
proxy
.
nr_antennas_R
)
# Insert verify that all attributes have been set across
# one another~
results
=
[]
for
_i
in
range
(
25
):
start_time
=
time
.
monotonic_ns
()
for
proxy
in
beam_proxies
:
proxy
.
set_pointing
(
self
.
POINTING_DIRECTION
)
stop_time
=
time
.
monotonic_ns
()
results
.
append
(
stop_time
-
start_time
)
for
beam
in
beam_proxies
:
self
.
assertEqual
(
0
,
beam
.
Nr_update_pointing_exceptions_R
)
logging
.
error
(
f
"
Median
{
statistics
.
median
(
results
)
/
1.e9
}
Stdev
"
f
"
{
statistics
.
stdev
(
results
)
/
1.e9
}
"
)
def
test_digitalbeam_performance
(
self
):
def
test_digitalbeam_performance
(
self
):
"""
Test performance when manaully updating the pointing
"""
"""
Test performance when manaully updating the pointing
"""
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment