Create API to get SUT information 69/53769/6
authorchenjiankun <chenjiankun1@huawei.com>
Wed, 14 Mar 2018 09:41:01 +0000 (09:41 +0000)
committerchenjiankun <chenjiankun1@huawei.com>
Thu, 15 Mar 2018 06:56:37 +0000 (06:56 +0000)
commitc3f91fac56cd938c408c62ff44f5ff039b1fd8e6
treebe2c5a64a4908fc5acc0ddf28e798720cbf01cb8
parent4b8b674b65830a24230faed71e8d9a1048139c89
Create API to get SUT information

JIRA: YARDSTICK-1072

We need to show SUT information in GUI.

Change-Id: I40bcd513f3c6a443c82764687637ac5258b99584
Signed-off-by: chenjiankun <chenjiankun1@huawei.com>
api/resources/v2/environments.py
api/urls.py
yardstick/common/exceptions.py
yardstick/service/__init__.py [new file with mode: 0644]
yardstick/service/environment.py [new file with mode: 0644]
yardstick/tests/unit/service/__init__.py [new file with mode: 0644]
yardstick/tests/unit/service/test_environment.py [new file with mode: 0644]