diff options
author | QiLiang <liangqi1@huawei.com> | 2015-07-08 07:31:59 +0000 |
---|---|---|
committer | Hans Feldt <hans.feldt@ericsson.com> | 2015-07-09 05:26:08 +0000 |
commit | 39ace1211d91d83aff8c06f9db88126cc2ec6588 (patch) | |
tree | dcdd999c816d7e14fee698a85d44c44a3069a705 | |
parent | ffd792dfea7612eb13e084701e06d07829e1f4d2 (diff) |
bug fix: install ssh key resource files
JIRA: YARDSTICK-58
Change-Id: I6d930f8c35eb42a8e5f0f011dfa836496d68ff98
Signed-off-by: QiLiang <liangqi1@huawei.com>
-rw-r--r-- | setup.py | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -11,7 +11,8 @@ setup( package_data={ 'yardstick': [ 'benchmark/scenarios/networking/*.bash', - 'benchmark/scenarios/storage/*.bash' + 'benchmark/scenarios/storage/*.bash', + 'resources/files/*' ] }, url="https://www.opnfv.org", |