From 00948d08572dbd62c7e3b58521dc0b942d878eee Mon Sep 17 00:00:00 2001 From: Stephen Sun <5379172+stephenxs@users.noreply.github.com> Date: Tue, 19 Oct 2021 00:02:52 +0800 Subject: [PATCH] Fix the target db version of portchannel-key test (#1842) What I did The port-channel key migrator was introduced in version 2_0_2 so the expected database version of the test case should be 2_0_2. It was modified to 2_0_3 when the new version was introduced by mistake. This won't fail the test but disable the require its database version to be updated every time a new version is introduced. (Refer #1566 and #1614 for details) This is to correct it by changing it back to 2_0_2. Signed-off-by: Stephen Sun --- tests/db_migrator_input/config_db/portchannel-expected.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/db_migrator_input/config_db/portchannel-expected.json b/tests/db_migrator_input/config_db/portchannel-expected.json index fcd115d225..acc61d1316 100644 --- a/tests/db_migrator_input/config_db/portchannel-expected.json +++ b/tests/db_migrator_input/config_db/portchannel-expected.json @@ -33,7 +33,7 @@ "lacp_key": "auto" }, "VERSIONS|DATABASE": { - "VERSION": "version_2_0_3" + "VERSION": "version_2_0_2" } }