Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
controller
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
TFS
controller
Commits
be908426
Commit
be908426
authored
2 years ago
by
Francisco-Javier Moreno-Muro
Browse files
Options
Downloads
Patches
Plain Diff
Solving minor issue
parent
9e48d58e
No related branches found
Branches containing commit
No related tags found
Tags containing commit
2 merge requests
!142
Release TeraFlowSDN 2.1
,
!66
Changes in scenario2 workflow3 tests
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/tests/scenario2/tests/test_functional_cleanup.py
+2
-2
2 additions, 2 deletions
src/tests/scenario2/tests/test_functional_cleanup.py
with
2 additions
and
2 deletions
src/tests/scenario2/tests/test_functional_cleanup.py
+
2
−
2
View file @
be908426
...
...
@@ -25,7 +25,7 @@ from common.proto.context_pb2 import ContextId, DeviceId, Empty, LinkId, Topolog
from
common.proto.monitoring_pb2
import
KpiId
,
KpiDescriptorList
,
AlarmList
,
AlarmID
from
device.client.DeviceClient
import
DeviceClient
from
monitoring.client.MonitoringClient
import
MonitoringClient
from
tests.Fixtures
import
context_client
,
device_client
from
tests.Fixtures
import
context_client
,
device_client
,
monitoring_client
from
.Objects
import
CONTEXT_ID
,
CONTEXTS
,
DEVICES
,
LINKS
,
TOPOLOGIES
LOGGER
=
logging
.
getLogger
(
__name__
)
...
...
@@ -127,7 +127,7 @@ def test_scenario_empty_again(context_client : ContextClient, monitoring_client
assert
len
(
response
.
links
)
==
0
response
=
monitoring_client
.
GetAlarms
(
Empty
())
assert
len
(
response
.
response
.
alarm_descriptor
)
==
0
assert
len
(
response
.
alarm_descriptor
)
==
0
response
=
monitoring_client
.
GetKpiDescriptorList
(
Empty
())
assert
len
(
response
.
kpi_descriptor_list
)
==
0
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