diff options
author | chenjiankun <chenjiankun1@huawei.com> | 2017-07-31 02:49:12 +0000 |
---|---|---|
committer | Jack Chan <chenjiankun1@huawei.com> | 2017-08-02 01:00:12 +0000 |
commit | d5ff38b3ff3309cb1fed11266c98aca23001ea44 (patch) | |
tree | a54024697405526058c0758fe79e0bc8d1cb5920 /requirements.txt | |
parent | 5abe4fe013a14c528bfb1e0ff4c8bcb9b8817551 (diff) |
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>
Diffstat (limited to 'requirements.txt')
-rw-r--r-- | requirements.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/requirements.txt b/requirements.txt index 2bcc4dfa7..d03c4377f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -38,6 +38,7 @@ iso8601==0.1.11 jsonpatch==1.15 jsonpointer==1.10 jsonschema==2.5.1 +jinja2schema==0.1.4 keystoneauth1==2.18.0 kubernetes==3.0.0a1 linecache2==1.0.0 |