Merge "bugfix: correct the results post response body in testAPI"
authorMorgan Richomme <morgan.richomme@orange.com>
Fri, 24 Jun 2016 06:43:21 +0000 (06:43 +0000)
committerGerrit Code Review <gerrit@172.30.200.206>
Fri, 24 Jun 2016 06:43:21 +0000 (06:43 +0000)
utils/test/result_collection_api/opnfv_testapi/resources/result_handlers.py

index fe2d71e..56bed6c 100644 (file)
@@ -134,7 +134,7 @@ class ResultsCLHandler(GenericResultHandler):
             @param body: result to be created
             @type body: L{ResultCreateRequest}
             @in body: body
-            @rtype: L{TestResult}
+            @rtype: L{CreateResponse}
             @return 200: result is created.
             @raise 404: pod/project/testcase not exist
             @raise 400: body/pod_name/project_name/case_name not provided