From a25aa92957e9eea9193b7b86219d5fd5789249d3 Mon Sep 17 00:00:00 2001 From: Nikita Agarwal Date: Mon, 18 Mar 2024 17:24:16 -0700 Subject: [PATCH] Adding dbinit.py to azure-pipelines.yml --- azure-pipelines.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index f6b685216..1f57c4166 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -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