aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorliang gao <jean.gaoliang@huawei.com>2016-10-17 06:30:16 +0000
committerGerrit Code Review <gerrit@opnfv.org>2016-10-17 06:30:16 +0000
commitf889d6136e7a23d3db678c53ed0da3eea421cd68 (patch)
tree8f9e1c2c0549bf18369e6701c61208683ba5871a /setup.py
parentc5c9a48610bb587f25135f1d0758472c1fbe876c (diff)
parent1065e856c9dc938652556fc535a0ec47f8a0dc08 (diff)
Merge "Bugfix: no pod.yaml file error when run test case not in the root path"
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py6
1 files changed, 6 insertions, 0 deletions
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",