From 39ace1211d91d83aff8c06f9db88126cc2ec6588 Mon Sep 17 00:00:00 2001 From: QiLiang Date: Wed, 8 Jul 2015 07:31:59 +0000 Subject: [PATCH] bug fix: install ssh key resource files JIRA: YARDSTICK-58 Change-Id: I6d930f8c35eb42a8e5f0f011dfa836496d68ff98 Signed-off-by: QiLiang --- setup.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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", -- 2.16.6