aboutsummaryrefslogtreecommitdiffstats
path: root/test/tutils.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/tutils.py')
-rw-r--r--test/tutils.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/tutils.py b/test/tutils.py
index 778ad790..dc118bbe 100644
--- a/test/tutils.py
+++ b/test/tutils.py
@@ -16,6 +16,7 @@ class DaemonTests(object):
timeout = None
hexdump = False
ssloptions = None
+ nocraft = False
@classmethod
def setUpAll(klass):
@@ -36,6 +37,7 @@ class DaemonTests(object):
nohang = klass.nohang,
timeout = klass.timeout,
hexdump = klass.hexdump,
+ nocraft = klass.nocraft,
logreq = True,
logresp = True,
explain = True