Skip to content

Commit

Permalink
adding object discovery
Browse files Browse the repository at this point in the history
Signed-off-by: selldinesh <[email protected]>
  • Loading branch information
selldinesh committed Sep 26, 2023
1 parent 97fc788 commit 4bb648a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/api/test_isolation_group_member.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

import pytest

@pytest.fixture(scope="module", autouse=True)
def discovery(npu):
npu.objects_discovery()

@pytest.fixture(scope='module', autouse=True)
def skip_all(testbed_instance):
Expand Down

0 comments on commit 4bb648a

Please sign in to comment.