summaryrefslogtreecommitdiffstats
path: root/testapi/opnfv_testapi/common/message.py
diff options
context:
space:
mode:
authorSerenaFeng <feng.xiaowei@zte.com.cn>2018-02-26 10:11:50 +0800
committerSerenaFeng <feng.xiaowei@zte.com.cn>2018-02-26 10:26:11 +0800
commitc3e868997d30bb907aca48abdb99b2ada2f70c1c (patch)
tree645e66031170cd1034f823f1a06f881b1d1fdc74 /testapi/opnfv_testapi/common/message.py
parente2bbce72ca32d3bfdde04149b9d702b0a82d3279 (diff)
remove deprecated upload-related codes
upload result file is used by dovetail, since now dovetail has leveraged its own cvp repo, and TestAPI is mostly and should be used as a realtime results collecting, no need to keep such function. Change-Id: Ibd56035d5d63020e224a382c8040705f63b63386 Signed-off-by: SerenaFeng <feng.xiaowei@zte.com.cn>
Diffstat (limited to 'testapi/opnfv_testapi/common/message.py')
-rw-r--r--testapi/opnfv_testapi/common/message.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/testapi/opnfv_testapi/common/message.py b/testapi/opnfv_testapi/common/message.py
index b92b7f0..c82d5dc 100644
--- a/testapi/opnfv_testapi/common/message.py
+++ b/testapi/opnfv_testapi/common/message.py
@@ -10,10 +10,6 @@ not_found_base = 'Could Not Found'
exist_base = 'Already Exists'
-def key_error(key):
- return "KeyError: '{}'".format(key)
-
-
def no_body():
return 'No Body'