Add API to upload pod.yaml file 73/36373/5
authorchenjiankun <chenjiankun1@huawei.com>
Thu, 22 Jun 2017 13:00:40 +0000 (13:00 +0000)
committerchenjiankun <chenjiankun1@huawei.com>
Sat, 24 Jun 2017 06:25:50 +0000 (06:25 +0000)
commitc04372b8630169a3fcc4b52e8d2b935f110519a6
tree7848d9a53a60421ee3f659707fe350c03d4d0337
parentcd5bb5f2dd2ec89e6c814c2771402aa8e39e10ef
Add API to upload pod.yaml file

JIRA: YARDSTICK-687

We need a API to upload a pod.yaml file to /etc/yardstick/pod.yaml.

API: /yardstick/env/action
method: POST
param:
{
    'action': 'upload_pod_file',
    'file': file object
}

Change-Id: I3d25df364da10aaf34f995e948e1704235a40f6f
Signed-off-by: chenjiankun <chenjiankun1@huawei.com>
api/base.py
api/resources/env_action.py
yardstick/common/constants.py