summaryrefslogtreecommitdiffstats
path: root/result_collection_api/tests/unit/test_result.py
diff options
context:
space:
mode:
authorSerenaFeng <feng.xiaowei@zte.com.cn>2016-05-30 21:58:19 +0800
committerSerenaFeng <feng.xiaowei@zte.com.cn>2016-05-30 21:58:19 +0800
commitdc13d5eac8f110678c1105ca3e06a58b999298ec (patch)
tree3f3dfc5118b62773659d3f498798668723863c56 /result_collection_api/tests/unit/test_result.py
parent7358b5733d9e25f68b44b366ebe7714544b24c6c (diff)
eliminate flake8 violation of testAPI
JIRA: FUNCTEST-274 Change-Id: I64e5e1c0d1165ac7ad7ff59dfd824dc00e131cdc Signed-off-by: SerenaFeng <feng.xiaowei@zte.com.cn>
Diffstat (limited to 'result_collection_api/tests/unit/test_result.py')
-rw-r--r--result_collection_api/tests/unit/test_result.py12
1 files changed, 0 insertions, 12 deletions
diff --git a/result_collection_api/tests/unit/test_result.py b/result_collection_api/tests/unit/test_result.py
index a7541b3..f08ccea 100644
--- a/result_collection_api/tests/unit/test_result.py
+++ b/result_collection_api/tests/unit/test_result.py
@@ -155,18 +155,6 @@ class TestResultCreate(TestResultBase):
self.assert_href(body)
def test_createSameResults(self):
- # req_again = ResultCreateRequest(pod_name=self.pod,
- # project_name=self.project,
- # case_name=self.case,
- # installer=self.installer,
- # version=self.version,
- # start_date="2016-05-23 08:16:09.477097",
- # stop_date=self.stop_date,
- # details=self.details.format(),
- # build_tag=self.build_tag,
- # scenario=self.scenario,
- # criteria=self.criteria,
- # trust_indicator=self.trust_indicator)
req_again = copy.deepcopy(self.req_d)
req_again.start_date = "2016-05-23 08:16:09.477097"
req_again.stop_date = "2016-05-23 08:16:19.477097"