summaryrefslogtreecommitdiff
path: root/python
diff options
context:
space:
mode:
authorChristian Breunig <christian@breunig.cc>2025-11-07 16:41:14 +0100
committerChristian Breunig <christian@breunig.cc>2025-11-07 16:41:14 +0100
commit316b31e304db92d87e63321628be21f9f4cd1387 (patch)
tree6aed31cf9f7c58a7603069e69854b3e3dc146959 /python
parentda679f0cf8fe048bae7d648a4f447db47032f3c0 (diff)
downloadvyos-1x-316b31e304db92d87e63321628be21f9f4cd1387.tar.gz
vyos-1x-316b31e304db92d87e63321628be21f9f4cd1387.zip
smoketest: T7966: perform full regex match with ^ and $
Commit 9775bb49e ("frr: T7664: drop BASH/SED implementation in smoketest getFRRconfig()") changed how we searched strings using a regex. In the past we searched at the beginning of a line ^ till the end $. THis logic was dropped in commit 9775bb49e marking some tests failing as they matched, when they should not match. Example: getFRRconfig('vrf red') showed output for both VRF red and red15 as both started with "red". This has been fixed.
Diffstat (limited to 'python')
0 files changed, 0 insertions, 0 deletions