summaryrefslogtreecommitdiffstats
path: root/apigateway/.testr.conf
diff options
context:
space:
mode:
authorshangxdy <shang.xiaodong@zte.com.cn>2017-02-28 15:51:34 +0800
committershangxdy <shang.xiaodong@zte.com.cn>2017-03-06 16:26:40 +0800
commit119d491d35d02195cd0f77ba63f9dc133c15666f (patch)
tree397bc30dce7ccf2da7522b6d834908bff3b4eda8 /apigateway/.testr.conf
parent53b22cfb7ad8b323073213e4e55584261dd4e50a (diff)
Init api gateway framework
Add api gateway init frame code JIRA:PARSER-112 Change-Id: I4e5cff09f8ded4107b02bcdd791e5e2b707e11c5 Signed-off-by: shangxdy <shang.xiaodong@zte.com.cn>
Diffstat (limited to 'apigateway/.testr.conf')
-rw-r--r--apigateway/.testr.conf7
1 files changed, 7 insertions, 0 deletions
diff --git a/apigateway/.testr.conf b/apigateway/.testr.conf
new file mode 100644
index 0000000..fb62267
--- /dev/null
+++ b/apigateway/.testr.conf
@@ -0,0 +1,7 @@
+[DEFAULT]
+test_command=OS_STDOUT_CAPTURE=${OS_STDOUT_CAPTURE:-1} \
+ OS_STDERR_CAPTURE=${OS_STDERR_CAPTURE:-1} \
+ OS_TEST_TIMEOUT=${OS_TEST_TIMEOUT:-60} \
+ ${PYTHON:-python} -m subunit.run discover -t ./ . $LISTOPT $IDOPTION
+test_id_option=--load-list $IDFILE
+test_list_option=--list \ No newline at end of file