Update git submodules
authorRex Lee <limingjiang@huawei.com>
Fri, 21 Jul 2017 01:11:49 +0000 (01:11 +0000)
committerGerrit Code Review <gerrit@opnfv.org>
Fri, 21 Jul 2017 01:11:49 +0000 (01:11 +0000)
commitf9b1229d7e310825d91aa9405723dc11545d6f65
treea6c64334bd5a9dc277539c6d30bc3b17fdb4fc7a
parent63cd1e05e1d1ec5855f16c4ea10ac6c5bc0af341
Update git submodules

* Update docs/submodules/yardstick from branch 'master'
  - Merge "Add API(v2) to add case to task"
  - Add API(v2) to add case to task

    JIRA: YARDSTICK-739

    API: /api/v2/yardstick/tasks/<task_id>
    METHOD: PUT
    PARAMS:
    {
        'action': 'add_case',
        'args': {
            'case_name': 'opnfv_yardstick_tc002',
            'case_content': case_content
        }
    }

    Change-Id: I53e71e3d662399b08029ed417b5873a4775ca32d
Signed-off-by: chenjiankun <chenjiankun1@huawei.com>
docs/submodules/yardstick