summaryrefslogtreecommitdiff
path: root/tests/topotests/lib/ltemplate.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/topotests/lib/ltemplate.py')
-rw-r--r--tests/topotests/lib/ltemplate.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/topotests/lib/ltemplate.py b/tests/topotests/lib/ltemplate.py
index c98bfac9ee..18882285ed 100644
--- a/tests/topotests/lib/ltemplate.py
+++ b/tests/topotests/lib/ltemplate.py
@@ -291,7 +291,7 @@ def ltemplateVersionCheck(
# collect/log info on iproute2
cc = ltemplateRtrCmd()
found = cc.doCmd(
- tgen, rname, "apt-cache policy iproute2", "Installed: ([\d\.]*)"
+ tgen, rname, "apt-cache policy iproute2", r"Installed: ([\d\.]*)"
)
if found != None:
iproute2Ver = found.group(1)