You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[OVN][FT] Also update nb_cfg along with nb_cfg_timestamp
FT ``test_agent_updated_at_use_nb_cfg_timestamp`` updates
"nb_cfg_timestamp" in Chassis_Private table and then
checks if agent cache get's updated to the same value.
But "ChassisAgentWriteEvent" which is responsible for
updating AgentCache doesn't get triggered with updates on
"nb_cfg_timestamp", so this patch proposes also to increment
"nb_cfg" by 1 to trigger the Event as in general scenario
timestamep get's updated along with nb_cfg.
Closes-Bug: #1974149
Change-Id: I8889746ff2ee2629ee7c38ac162ea7c4d9ee0734
(cherry picked from commit 1c89db4)
0 commit comments