Create API to run test suite 07/26407/4
authorJingLu5 <lvjing5@huawei.com>
Thu, 22 Dec 2016 04:07:55 +0000 (12:07 +0800)
committerJingLu5 <lvjing5@huawei.com>
Tue, 10 Jan 2017 15:31:35 +0000 (15:31 +0000)
commit52ae99e54fc67614e71bf1920848bb7b16bcd153
tree1590f685827ad1a91e550e3b013e3e25fb2dd224
parent74479a22c461cc2c08f9525879481c0a86d3af84
Create API to run test suite

JIRA: YARDSTICK-475

This API will be used to run test suite files in the test/opnfv/test_suites directory

Change-Id: I208edf9abed62fd6436de988ac85bfe99c4d01bd
Signed-off-by: JingLu5 <lvjing5@huawei.com>
api/conf.py
api/resources/testsuites_action.py [new file with mode: 0644]
api/swagger/docs/release_action.yaml [moved from api/swagger/docs/testcases.yaml with 100% similarity]
api/swagger/docs/testsuites_action.yaml [new file with mode: 0644]
api/swagger/models.py
api/urls.py
api/views.py