diff options
author | chenjiankun <chenjiankun1@huawei.com> | 2016-12-01 07:34:23 +0000 |
---|---|---|
committer | chenjiankun <chenjiankun1@huawei.com> | 2016-12-04 09:50:31 +0000 |
commit | 99ff997e0f9caf6ab4ba831d4272d803d3047909 (patch) | |
tree | bcb654af22d6689a3b7e9f8724272966990c7626 /setup.py | |
parent | 78d6cbd462fc7db9dcdab4d2478f6c27437d4c88 (diff) |
Add API and command support for yardstick env prepare
JIRA: YARDSTICK-406
Change-Id: Icf837a6f34a22158203566a43a6446fc269c096f
Signed-off-by: chenjiankun <chenjiankun1@huawei.com>
Diffstat (limited to 'setup.py')
-rwxr-xr-x | setup.py | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -28,7 +28,8 @@ setup( 'yardstick/nodes/*/*.yaml' ], 'tests': [ - 'opnfv/*/*.yaml' + 'opnfv/*/*.yaml', + 'ci/*.sh' ] }, url="https://www.opnfv.org", |