summaryrefslogtreecommitdiffstats
path: root/tests/unit/api/actions/test_result.py
AgeCommit message (Collapse)AuthorFilesLines
2016-11-30Use flask jsonify method to return json resultchenjiankun1-29/+0
JIRA: YARDSTICK-433 Python json lib is very hard to parse when transport via network. Flask jsonfiy is more easier to use. Change-Id: I2afd5238d65bc474170c57d2f9307dc881ea4990 Signed-off-by: chenjiankun <chenjiankun1@huawei.com>
2016-11-24Create API to get test case resultchenjiankun1-0/+29
JIRA: YARDSTICK-416 Change-Id: I722566bb0e5bc5288cd6302559e56a3f92ebbeca Signed-off-by: chenjiankun <chenjiankun1@huawei.com>