Skip to content

Commit

Permalink
Adding dbinit.py to azure-pipelines.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
nagarwal03 committed Mar 19, 2024
1 parent 23aea27 commit a25aa92
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,10 @@ stages:
popd
# Populates test data in essential tables like PORT, DEVICE_METADATA, SWITCH_TABLE, USER_TABLE etc.
tools/test/dbinit.py --overwrite
# Run translib tests
pushd build/tests/translib
Expand Down

0 comments on commit a25aa92

Please sign in to comment.