From bc3382b732fe17f3c93b276c4b7885ef39c06e88 Mon Sep 17 00:00:00 2001 From: Jing Lu Date: Wed, 2 Aug 2017 01:20:22 +0000 Subject: 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 --- docs/submodules/yardstick | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/submodules/yardstick b/docs/submodules/yardstick index b57da1432..e78324bf2 160000 --- a/docs/submodules/yardstick +++ b/docs/submodules/yardstick @@ -1 +1 @@ -Subproject commit b57da1432fae39ea414c42734e730df329de66e3 +Subproject commit e78324bf2672a694f460e953373f18729c476e8d -- cgit 1.2.3-korg