Skip to content

Commit

Permalink
XXX drop commit: idempotent
Browse files Browse the repository at this point in the history
Please, ignore it, currently it is only for a comparaison of traces.

Signed-off-by: Vincent Jardin <vjardin@free.fr>
  • Loading branch information
vjardin committed Apr 30, 2024
1 parent e2596d3 commit d62fe39
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/topotests/lib/topotest.py
Original file line number Diff line number Diff line change
Expand Up @@ -1759,7 +1759,9 @@ def startRouter(self, tgen=None):

# Really want to use sysctl_atleast here, but only when MPLS is actually being
# used
if self.hasmpls:
if self.hasmpls == True:
self.cmd("echo 100000 > /proc/sys/net/mpls/platform_labels")
else:
self.cmd("echo 100000 > /proc/sys/net/mpls/platform_labels")

if g_pytest_config.name_in_option_list(self.name, "--shell"):
Expand Down

0 comments on commit d62fe39

Please sign in to comment.