Skip to content

Commit

Permalink
resolving object discovery, dash, bridge
Browse files Browse the repository at this point in the history
  • Loading branch information
selldinesh committed Sep 15, 2023
1 parent 8e8dee8 commit 44a963b
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 55 deletions.
3 changes: 0 additions & 3 deletions tests/api/test_acl_counter.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ def test_acl_counter_create(self, npu):
'attributes': ['SAI_ACL_COUNTER_ATTR_TABLE_ID', '$acl_table_1'],
},
]
npu.objects_discovery()
results = [*npu.process_commands(commands)]
print('======= SAI commands RETURN values create =======')
pprint(results)
Expand All @@ -37,7 +36,6 @@ def test_sai_acl_counter_attr_label_set(self, npu):
'attributes': ['SAI_ACL_COUNTER_ATTR_LABEL', '""'],
}
]
npu.objects_discovery()
results = [*npu.process_commands(commands)]
print('======= SAI commands RETURN values get =======')
pprint(results)
Expand All @@ -48,7 +46,6 @@ def test_acl_counter_remove(self, npu):
{'name': 'acl_counter_1', 'op': 'remove'},
{'name': 'acl_table_1', 'op': 'remove'},
]
npu.objects_discovery()
results = [*npu.process_commands(commands)]
print('======= SAI commands RETURN values remove =======')
pprint(results)
26 changes: 0 additions & 26 deletions tests/api/test_bridge.py

This file was deleted.

26 changes: 0 additions & 26 deletions tests/api/test_dash_acl_group.py

This file was deleted.

0 comments on commit 44a963b

Please sign in to comment.