Skip to content

Commit

Permalink
Revert "Add ASIC DB validation to ACL tests (#13574)" (#14565)
Browse files Browse the repository at this point in the history
Description of PR
SAI validation work is in progress. The new implementation and approach are different and hence reverts commit b706c4e.

Approach
What is the motivation for this PR?
SAI validation needs to happen at the setup / config step of the tests and not when tests run. Hence reverting.

How did you do it?
Reverted the commit.
  • Loading branch information
opcoder0 authored Oct 3, 2024
1 parent e198f7f commit 1dfa659
Show file tree
Hide file tree
Showing 5 changed files with 38 additions and 464 deletions.
4 changes: 0 additions & 4 deletions tests/acl/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,3 @@
@pytest.fixture(scope='module')
def get_function_completeness_level(pytestconfig):
return pytestconfig.getoption("--completeness_level")


def pytest_configure(config):
config.asic_db = dict()
Loading

0 comments on commit 1dfa659

Please sign in to comment.