Skip to content

Commit

Permalink
Revert "[portconfig] Delete unused import"
Browse files Browse the repository at this point in the history
This reverts commit 6d8387c.
  • Loading branch information
KonstiantynHalushka authored and KonstiantynHalushka committed Nov 9, 2021
1 parent ed55f2c commit e063eca
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scripts/portconfig
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@ try:
sys.path.insert(0, modules_path)
sys.path.insert(0, test_path)
import mock_tables.dbconnector
if os.environ["UTILITIES_UNIT_TESTING_TOPOLOGY"] == "multi_asic":
import mock_tables.mock_multi_asic
mock_tables.dbconnector.load_namespace_config()
except KeyError:
pass

Expand Down

0 comments on commit e063eca

Please sign in to comment.