aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorQiLiang <liangqi1@huawei.com>2015-07-08 07:31:59 +0000
committerHans Feldt <hans.feldt@ericsson.com>2015-07-09 05:26:08 +0000
commit39ace1211d91d83aff8c06f9db88126cc2ec6588 (patch)
treedcdd999c816d7e14fee698a85d44c44a3069a705 /setup.py
parentffd792dfea7612eb13e084701e06d07829e1f4d2 (diff)
bug fix: install ssh key resource files
JIRA: YARDSTICK-58 Change-Id: I6d930f8c35eb42a8e5f0f011dfa836496d68ff98 Signed-off-by: QiLiang <liangqi1@huawei.com>
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 7adaa05dc..fee8f3c25 100644
--- a/setup.py
+++ b/setup.py
@@ -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",