Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[route_check] remove check-frr_patch mock (#2732)
The test fails with python3.7 (works in 3.9) when stopping patch which hasn't been started. We can always mock check_output call and if FRR_ROUTES is not defined return empty dictionary by the mock. #### What I did Removed check_frr_patch mock to fix UT running on python3.7 #### How I did it Removed the mock #### How to verify it Run unit test in stretch env
- Loading branch information