From 1065e856c9dc938652556fc535a0ec47f8a0dc08 Mon Sep 17 00:00:00 2001 From: chenjiankun Date: Sun, 9 Oct 2016 10:11:24 +0000 Subject: Bugfix: no pod.yaml file error when run test case not in the root path JIRA: YARDSTICK-364 Change-Id: I8c460064c058f77971140f69689ba638179f89d9 Signed-off-by: chenjiankun --- setup.py | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'setup.py') diff --git a/setup.py b/setup.py index a2131cf0b..ba7316d80 100755 --- a/setup.py +++ b/setup.py @@ -23,6 +23,12 @@ setup( 'resources/files/*', 'resources/scripts/install/*.bash', 'resources/scripts/remove/*.bash' + ], + 'etc': [ + 'yardstick/nodes/*/*.yaml' + ], + 'tests': [ + 'opnfv/*/*.yaml' ] }, url="https://www.opnfv.org", -- cgit 1.2.3-korg