Update git submodules
authorJing Lu <lvjing5@huawei.com>
Wed, 2 Aug 2017 01:20:22 +0000 (01:20 +0000)
committerGerrit Code Review <gerrit@opnfv.org>
Wed, 2 Aug 2017 01:20:22 +0000 (01:20 +0000)
commitbc3382b732fe17f3c93b276c4b7885ef39c06e88
treee0f416e6e94071a9af292f2c389322628e1f0bba
parent73268ef851832cb380f3daf7ca90a1d42c84825e
Update git submodules

* Update docs/submodules/yardstick from branch 'master'
  - Merge "Add task-args(from yaml file) candidates in /api/v2/yardstick/testcases API"
  - Add task-args(from yaml file) candidates in /api/v2/yardstick/testcases API

    JIRA: YARDSTICK-766

    We have the demand to get all task-args candidates in test case yaml
    file,
    so that user get easily change it.
    The response will like:
    {
        'status': 1,
        'result': {
            'testcase': case content,
            'args': {
                'image': {'description': '', 'type': 'String'}
            }
        }
    }

    In this patch, I add jinja2schema 0.1.4 in requirements.txt.

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