From: QiLiang Date: Wed, 8 Jul 2015 07:31:59 +0000 (+0000) Subject: bug fix: install ssh key resource files X-Git-Tag: brahmaputra.1.0~216 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F79%2F979%2F2;p=yardstick.git bug fix: install ssh key resource files JIRA: YARDSTICK-58 Change-Id: I6d930f8c35eb42a8e5f0f011dfa836496d68ff98 Signed-off-by: QiLiang --- 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",