From ed6be5fc45b94d40515b2acf5a5a718dc41583a5 Mon Sep 17 00:00:00 2001 From: SerenaFeng Date: Fri, 1 Jul 2016 23:57:11 +0800 Subject: add missing symbols in Results section add missing }/>/"/ in the description of models JIRA: FUNCTEST-345 Change-Id: I8246b2b3350a22eccf152489b6f99b73ad701620 Signed-off-by: SerenaFeng --- docs/devguide/index.rst | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) (limited to 'docs') diff --git a/docs/devguide/index.rst b/docs/devguide/index.rst index cda38e0e..da134bc7 100644 --- a/docs/devguide/index.rst +++ b/docs/devguide/index.rst @@ -336,7 +336,7 @@ The Test result management can be summarized as follows:: Test API description ==================== The Test API is used to declare pods, projects, test cases and test results. An -additional method dashboard has been added to post-process the raw results in release Brahmaputra. +additional method dashboard has been added to post-process the raw results in release Brahmaputra. The data model is very basic, 4 objects are created: * Pods @@ -349,7 +349,7 @@ Pods:: { "id": , "details": , - "creation_date": YYYY-MM-DD HH:MM:SS , + "creation_date": "YYYY-MM-DD HH:MM:SS", "name": , "mode": , "role": @@ -378,8 +378,8 @@ Testcases:: Results:: { - "_id": + "_id": , + "case_name": , "project_name": , "pod_name": , "installer": , @@ -389,14 +389,15 @@ Results:: "build_tag": , "scenario": , "criteria": , - "trust_indicator": <0 ~ 1> + "trust_indicator": <0~1> + } The API can described as follows. For detailed information, please go to http://testresults.opnfv.org/test/swagger/spec.html Authentication: opnfv/api@opnfv -Please notes that POST/DELETE/PUT operations for test or study purpose via +Please notes that POST/DELETE/PUT operations for test or study purpose via swagger website is not allowed, because it will change the real data in the database. -- cgit 1.2.3-korg