Skip to content

Commit

Permalink
Fix the target db version of portchannel-key test (#1842)
Browse files Browse the repository at this point in the history
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 <stephens@nvidia.com>
  • Loading branch information
stephenxs committed Oct 18, 2021
1 parent 6412fea commit 00948d0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"lacp_key": "auto"
},
"VERSIONS|DATABASE": {
"VERSION": "version_2_0_3"
"VERSION": "version_2_0_2"
}
}

0 comments on commit 00948d0

Please sign in to comment.