]> git.proxmox.com Git - mirror_frr.git/blobdiff - tests/topotests/lib/topotest.py
munet: import 0.13.5 w/ nicer cmd logging
[mirror_frr.git] / tests / topotests / lib / topotest.py
index aeb83d42904547e999318e3c5c1f5c1153745e03..9cfeb8e1decb65826c1d42c261a5fb38b54cc078 100644 (file)
@@ -1100,7 +1100,7 @@ def _sysctl_atleast(commander, variable, min_value):
         else:
             valstr = str(min_value)
         logger.debug("Increasing sysctl %s from %s to %s", variable, cur_val, valstr)
-        commander.cmd_raises('sysctl -w {}="{}"\n'.format(variable, valstr))
+        commander.cmd_raises('sysctl -w {}="{}"'.format(variable, valstr))
 
 
 def _sysctl_assure(commander, variable, value):