Create API and command to create a influxDB container 13/25013/4
authorchenjiankun <chenjiankun1@huawei.com>
Mon, 28 Nov 2016 01:51:47 +0000 (01:51 +0000)
committerchenjiankun <chenjiankun1@huawei.com>
Wed, 30 Nov 2016 03:05:23 +0000 (03:05 +0000)
commitc383ae3fa6ccb865575eacf78209fdd3ac7efa69
treebe26b8357aa7a8c6af162dfe3beb61503efbda36
parent893294646833bed300586ee36040d4fde3c20842
Create API and command to create a influxDB container

JIRA: YARDSTICK-425

This API is used to create a influxDB Container
Add command line to create a influxDB Container, too

Change-Id: If9c2d04b779924d492a5d5ea91f7968fa959570e
Signed-off-by: chenjiankun <chenjiankun1@huawei.com>
15 files changed:
api/actions/env.py [new file with mode: 0644]
api/api-prepare.sh
api/urls.py
api/views.py
install.sh
requirements.txt
tests/unit/api/actions/test_env.py [new file with mode: 0644]
tests/unit/api/test_views.py
tests/unit/cmd/commands/test_env.py [new file with mode: 0644]
tests/unit/common/test_httpClient.py [new file with mode: 0644]
yardstick/cmd/cli.py
yardstick/cmd/commands/env.py [new file with mode: 0644]
yardstick/common/constants.py
yardstick/common/httpClient.py [new file with mode: 0644]
yardstick/common/utils.py