diff options
| author | Igor Ryzhov <iryzhov@nfware.com> | 2022-02-08 17:00:44 +0300 | 
|---|---|---|
| committer | Igor Ryzhov <iryzhov@nfware.com> | 2022-02-08 17:00:44 +0300 | 
| commit | 21b5cd1d164be1b1e4292da6d930722797c2dc76 (patch) | |
| tree | 68fd505c1f2f5081c63333ea787b9f3dcfd56a00 /tests/topotests/bgp_community_change_update | |
| parent | 107f77b56f1bf4bc4b82668c738f1ff12b3967fb (diff) | |
tests: fix strings with topologies
Add `r` prefix to treat backslashes as literals.
Signed-off-by: Igor Ryzhov <iryzhov@nfware.com>
Diffstat (limited to 'tests/topotests/bgp_community_change_update')
| -rw-r--r-- | tests/topotests/bgp_community_change_update/test_bgp_community_change_update.py | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/topotests/bgp_community_change_update/test_bgp_community_change_update.py b/tests/topotests/bgp_community_change_update/test_bgp_community_change_update.py index 138512bc62..8a7192be29 100644 --- a/tests/topotests/bgp_community_change_update/test_bgp_community_change_update.py +++ b/tests/topotests/bgp_community_change_update/test_bgp_community_change_update.py @@ -18,7 +18,7 @@  # OF THIS SOFTWARE.  # -""" +r"""  Reference: https://www.cmand.org/communityexploration                       --y2--  | 
