Update git submodules
authorRex Lee <limingjiang@huawei.com>
Fri, 21 Jul 2017 02:29:32 +0000 (02:29 +0000)
committerGerrit Code Review <gerrit@opnfv.org>
Fri, 21 Jul 2017 02:29:32 +0000 (02:29 +0000)
commit10a806caa465e205cdf0e858313a434ec2910434
tree63fce84d249d99f3c1741a4a3d66c006b4046c8c
parent795a752ebc946096cbfbff6b4099e8aacde08715
Update git submodules

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

    JIRA: YARDSTICK-740

    API: /api/v2/yardstick/tasks/<task_id>
    METHOD: PUT
    PARAMS:
    {
        'action': 'add_suite',
        'args': {
            'suite_name': 'opnfv_smoke',
            'suite_content': suite_content
        }
    }

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