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
0415eab4
Commit
0415eab4
authored
2 years ago
by
Carlos Natalino Da Silva
Browse files
Options
Downloads
Patches
Plain Diff
Fixing imports of the proto.
parent
98bc3962
No related branches found
No related tags found
1 merge request
!54
Release 2.0.0
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/tests/ofc22/tests/Objects.py
+1
-1
1 addition, 1 deletion
src/tests/ofc22/tests/Objects.py
src/tests/ofc22/tests/test_functional_bootstrap.py
+1
-1
1 addition, 1 deletion
src/tests/ofc22/tests/test_functional_bootstrap.py
with
2 additions
and
2 deletions
src/tests/ofc22/tests/Objects.py
+
1
−
1
View file @
0415eab4
...
...
@@ -21,7 +21,7 @@ from common.tools.object_factory.Device import (
from
common.tools.object_factory.EndPoint
import
json_endpoint
,
json_endpoint_id
from
common.tools.object_factory.Link
import
json_link
,
json_link_id
from
common.tools.object_factory.Topology
import
json_topology
,
json_topology_id
from
co
ntext
.proto.kpi_sample_types_pb2
import
KpiSampleType
from
co
mmon
.proto.kpi_sample_types_pb2
import
KpiSampleType
# ----- Context --------------------------------------------------------------------------------------------------------
CONTEXT_ID
=
json_context_id
(
DEFAULT_CONTEXT_UUID
)
...
...
This diff is collapsed.
Click to expand it.
src/tests/ofc22/tests/test_functional_bootstrap.py
+
1
−
1
View file @
0415eab4
...
...
@@ -21,7 +21,7 @@ from common.tools.object_factory.Link import json_link_id
from
common.tools.object_factory.Topology
import
json_topology_id
from
context.client.ContextClient
import
ContextClient
from
context.client.EventsCollector
import
EventsCollector
from
co
ntext
.proto.context_pb2
import
Context
,
ContextId
,
Device
,
Empty
,
Link
,
Topology
from
co
mmon
.proto.context_pb2
import
Context
,
ContextId
,
Device
,
Empty
,
Link
,
Topology
from
device.client.DeviceClient
import
DeviceClient
from
.Objects
import
CONTEXT_ID
,
CONTEXTS
,
DEVICES
,
LINKS
,
TOPOLOGIES
...
...
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