summaryrefslogtreecommitdiff
path: root/tests/topotests/lib/topotest.py
diff options
context:
space:
mode:
authorDavid Lamparter <equinox@opensourcerouting.org>2021-11-17 17:00:19 +0100
committerGitHub <noreply@github.com>2021-11-17 17:00:19 +0100
commit0c3b8d54610b29f61e5fa0f51fea01a02d56cc4f (patch)
tree7f18fb2a40071e3f3f84798f82597546b77d1169 /tests/topotests/lib/topotest.py
parentaeeb9a8e964d05ac326048fb08f2a0092e29e5a2 (diff)
parente2e677f64ba045e99e1812f297e8bc61a4b6bec3 (diff)
Merge pull request #10087 from donaldsharp/core_file_restore
Diffstat (limited to 'tests/topotests/lib/topotest.py')
-rw-r--r--tests/topotests/lib/topotest.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/topotests/lib/topotest.py b/tests/topotests/lib/topotest.py
index 6ee000b0f4..4e613ce8ac 100644
--- a/tests/topotests/lib/topotest.py
+++ b/tests/topotests/lib/topotest.py
@@ -1386,7 +1386,6 @@ class Router(Node):
if params.get("routertype") is not None:
self.routertype = params.get("routertype")
- self.cmd("ulimit -c unlimited")
# Set ownership of config files
self.cmd("chown {0}:{0}vty /etc/{0}".format(self.routertype))