Code Review
/
yardstick.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
ffd792d
)
bug fix: install ssh key resource files
79/979/2
author
QiLiang
<liangqi1@huawei.com>
Wed, 8 Jul 2015 07:31:59 +0000
(07:31 +0000)
committer
Hans Feldt
<hans.feldt@ericsson.com>
Thu, 9 Jul 2015 05:26:08 +0000
(
05:26
+0000)
JIRA: YARDSTICK-58
Change-Id: I6d930f8c35eb42a8e5f0f011dfa836496d68ff98
Signed-off-by: QiLiang <liangqi1@huawei.com>
setup.py
patch
|
blob
|
history
diff --git
a/setup.py
b/setup.py
index
7adaa05
..
fee8f3c
100644
(file)
--- 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",