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
aa2859d1
Commit
aa2859d1
authored
2 months ago
by
Lluis Gifre Renom
Browse files
Options
Downloads
Patches
Plain Diff
Pre-merge code cleanup
parent
4295fcc4
No related branches found
No related tags found
2 merge requests
!359
Release TeraFlowSDN 5.0
,
!330
Resolve "(NAUDIT) SmartNIC support"
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/device/tests/test_unitary_morpheus.py
+1
-0
1 addition, 0 deletions
src/device/tests/test_unitary_morpheus.py
with
1 addition
and
0 deletions
src/device/tests/test_unitary_morpheus.py
+
1
−
0
View file @
aa2859d1
...
@@ -80,6 +80,7 @@ def test_retrieve_state(driver: MorpheusApiDriver):
...
@@ -80,6 +80,7 @@ def test_retrieve_state(driver: MorpheusApiDriver):
for
item
in
state
:
for
item
in
state
:
if
i
==
0
:
if
i
==
0
:
print_data
(
"
State Item
"
,
item
)
print_data
(
"
State Item
"
,
item
)
i
+=
1
else
:
else
:
if
item
[
1
]
==
'
state
'
:
continue
if
item
[
1
]
==
'
state
'
:
continue
print_data
(
"
Other Item
"
,
item
)
print_data
(
"
Other Item
"
,
item
)
...
...
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