Bugfix: Error when using API(v1) to run test suite 77/54177/5
authorchenjiankun <chenjiankun1@huawei.com>
Tue, 20 Mar 2018 09:05:31 +0000 (09:05 +0000)
committerchenjiankun <chenjiankun1@huawei.com>
Thu, 22 Mar 2018 11:50:17 +0000 (11:50 +0000)
commit460d405731533c81f14e9391ae693e8da6ced730
tree6225a3f6718d731fc6d99025bf550089d8dfcdde
parent744fea0158416a14b08c378db227c50a433d89c4
Bugfix: Error when using API(v1) to run test suite

JIRA: YARDSTICK-1098

The reason is missing TasksHandler parameter to run test suite.

Change-Id: I9dd45caa87d0e39afbf7485443a6e566317f5cea
Signed-off-by: chenjiankun <chenjiankun1@huawei.com>
api/resources/v1/testsuites.py
yardstick/tests/unit/apiserver/resources/v1/__init__.py [new file with mode: 0644]
yardstick/tests/unit/apiserver/resources/v1/test_testsuites.py [new file with mode: 0644]