Skip to content
Snippets Groups Projects
Commit aa2859d1 authored by Lluis Gifre Renom's avatar Lluis Gifre Renom
Browse files

Pre-merge code cleanup

parent 4295fcc4
No related branches found
No related tags found
2 merge requests!359Release TeraFlowSDN 5.0,!330Resolve "(NAUDIT) SmartNIC support"
...@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment