summaryrefslogtreecommitdiffstats
path: root/test/framework.py
diff options
context:
space:
mode:
authorDave Wallace <dwallacelf@gmail.com>2017-09-30 15:12:19 -0400
committerDave Wallace <dwallacelf@gmail.com>2017-09-30 19:54:54 -0400
commit981fadf928dadac683d2f629edf738aa91510af3 (patch)
treebfc6566c6f1fa2fd5aba1c1ea6d41ba48cf8d392 /test/framework.py
parent25dc16715ee3fc0a600e2f58841173249bfae501 (diff)
make test: Create link to failed test dir on timeout.
- Also change default coredump configuration from "coredump-size unlimited" to "full-coredump" Change-Id: Iefedc2636f2d9696b7575b34e91dd7be49f601fa Signed-off-by: Dave Wallace <dwallacelf@gmail.com>
Diffstat (limited to 'test/framework.py')
-rw-r--r--test/framework.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/framework.py b/test/framework.py
index b658b382370..9e1cfbe4bac 100644
--- a/test/framework.py
+++ b/test/framework.py
@@ -214,7 +214,7 @@ class VppTestCase(unittest.TestCase):
except:
pass
if coredump_size is None:
- coredump_size = "coredump-size unlimited"
+ coredump_size = "full-coredump"
cls.vpp_cmdline = [cls.vpp_bin, "unix",
"{", "nodaemon", debug_cli, coredump_size, "}",
"api-trace", "{", "on", "}",