Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[container_checker] Exclude the 'always_disabled' container from expe…
…cted running container list (sonic-net#7217) Signed-off-by: Yong Zhao yozhao@microsoft.com Why I did it Since we introduced a new value always_disabled for the state field in FEATURE table, the expected running container list should exclude the always_diabled containers. This bug was found by nightly test and posted at here: issue. This PR fixes sonic-net#7210. How I did it I added a logic condition to decide whether the value of state field of a container was always_disabled or not. How to verify it I verified this on the device str-dx010-acs-1. Which release branch to backport (provide reason below if selected) 201811 201911 202006 [ x] 202012
- Loading branch information