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
114c5a98
Commit
114c5a98
authored
1 year ago
by
Lluis Gifre Renom
Browse files
Options
Downloads
Patches
Plain Diff
Pre-release CI/CD pipeline fixes
parent
a64a5a01
No related branches found
No related tags found
2 merge requests
!142
Release TeraFlowSDN 2.1
,
!137
Pre-release CI/CD fixes - Service - PathComp
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/device/tests/Device_Emulated.py
+4
-1
4 additions, 1 deletion
src/device/tests/Device_Emulated.py
with
4 additions
and
1 deletion
src/device/tests/Device_Emulated.py
+
4
−
1
View file @
114c5a98
...
@@ -34,7 +34,10 @@ RSRC_SUBIF = RSRC_EP + '/subinterfaces/subinterface[{:d}]'
...
@@ -34,7 +34,10 @@ RSRC_SUBIF = RSRC_EP + '/subinterfaces/subinterface[{:d}]'
RSRC_ADDRIPV4
=
RSRC_SUBIF
+
'
/ipv4/address[{:s}]
'
RSRC_ADDRIPV4
=
RSRC_SUBIF
+
'
/ipv4/address[{:s}]
'
DEVICE_EMU_ENDPOINTS_COOKED
=
[]
DEVICE_EMU_ENDPOINTS_COOKED
=
[]
for
endpoint_uuid
,
endpoint_type
,
endpoint_sample_types
in
DEVICE_EMU_EP_DESCS
:
for
endpoint_data
in
DEVICE_EMU_EP_DESCS
:
endpoint_uuid
=
endpoint_data
[
'
uuid
'
]
endpoint_type
=
endpoint_data
[
'
type
'
]
endpoint_sample_types
=
endpoint_data
[
'
sample_types
'
]
endpoint_resource_key
=
RSRC_EP
.
format
(
str
(
endpoint_uuid
))
endpoint_resource_key
=
RSRC_EP
.
format
(
str
(
endpoint_uuid
))
sample_types
=
{}
sample_types
=
{}
for
endpoint_sample_type
in
endpoint_sample_types
:
for
endpoint_sample_type
in
endpoint_sample_types
:
...
...
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