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
6fae8286
Commit
6fae8286
authored
8 months ago
by
Lluis Gifre Renom
Browse files
Options
Downloads
Patches
Plain Diff
DLT Connector: minor import correction
parent
4d16becb
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!294
Release TeraFlowSDN 4.0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/dlt/connector/tests/basic.py
+1
-1
1 addition, 1 deletion
src/dlt/connector/tests/basic.py
with
1 addition
and
1 deletion
src/dlt/connector/tests/basic.py
+
1
−
1
View file @
6fae8286
...
@@ -17,12 +17,12 @@
...
@@ -17,12 +17,12 @@
# PYTHONPATH=/home/cttc/teraflow/src python -m dlt.connector.tests.basic
# PYTHONPATH=/home/cttc/teraflow/src python -m dlt.connector.tests.basic
import
logging
,
sys
,
time
import
logging
,
sys
,
time
from
common.proto.context_pb2
import
DEVICEOPERATIONALSTATUS_ENABLED
,
Device
from
common.proto.dlt_gateway_pb2
import
(
from
common.proto.dlt_gateway_pb2
import
(
DLTRECORDOPERATION_ADD
,
DLTRECORDOPERATION_UNDEFINED
,
DLTRECORDOPERATION_UPDATE
,
DLTRECORDTYPE_DEVICE
,
DLTRECORDOPERATION_ADD
,
DLTRECORDOPERATION_UNDEFINED
,
DLTRECORDOPERATION_UPDATE
,
DLTRECORDTYPE_DEVICE
,
DLTRECORDTYPE_UNDEFINED
,
DltRecord
,
DltRecordId
)
DLTRECORDTYPE_UNDEFINED
,
DltRecord
,
DltRecordId
)
from
common.tools.object_factory.Device
import
json_device
from
common.tools.object_factory.Device
import
json_device
from
common.tools.grpc.Tools
import
grpc_message_to_json_string
from
common.tools.grpc.Tools
import
grpc_message_to_json_string
from
src.common.proto.context_pb2
import
DEVICEOPERATIONALSTATUS_ENABLED
,
Device
from
..client.DltGatewayClient
import
DltGatewayClient
from
..client.DltGatewayClient
import
DltGatewayClient
from
..client.DltEventsCollector
import
DltEventsCollector
from
..client.DltEventsCollector
import
DltEventsCollector
...
...
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