summaryrefslogtreecommitdiffstats
path: root/result_collection_api/dashboard/__init__.py
diff options
context:
space:
mode:
authorMorgan Richomme <morgan.richomme@orange.com>2015-10-17 18:19:12 +0200
committerMorgan Richomme <morgan.richomme@orange.com>2015-10-19 10:48:40 +0200
commit901d25ce14b7b682872f997cfd6ac89ca718c870 (patch)
treec121ab0c46ad32fef9bd5e9dd5946f518365b5ba /result_collection_api/dashboard/__init__.py
parentace5bdeae17058ebeb04dbbb944f8cd5858ee43b (diff)
add dashboard method to test result collection API
+ add new fields in pod section JIRA: RELENG-45 Change-Id: I8e833207b7014d7fd07769af415a4892b9e9d924 Signed-off-by: Morgan Richomme <morgan.richomme@orange.com>
Diffstat (limited to 'result_collection_api/dashboard/__init__.py')
-rw-r--r--result_collection_api/dashboard/__init__.py8
1 files changed, 8 insertions, 0 deletions
diff --git a/result_collection_api/dashboard/__init__.py b/result_collection_api/dashboard/__init__.py
new file mode 100644
index 0000000..05c0c93
--- /dev/null
+++ b/result_collection_api/dashboard/__init__.py
@@ -0,0 +1,8 @@
+##############################################################################
+# Copyright (c) 2015 Orange
+# guyrodrigue.koffi@orange.com / koffirodrigue@gmail.com
+# All rights reserved. This program and the accompanying materials
+# are made available under the terms of the Apache License, Version 2.0
+# which accompanies this distribution, and is available at
+# http://www.apache.org/licenses/LICENSE-2.0
+##############################################################################