diff options
author | liang gao <jean.gaoliang@huawei.com> | 2016-10-17 06:30:16 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2016-10-17 06:30:16 +0000 |
commit | f889d6136e7a23d3db678c53ed0da3eea421cd68 (patch) | |
tree | 8f9e1c2c0549bf18369e6701c61208683ba5871a /setup.py | |
parent | c5c9a48610bb587f25135f1d0758472c1fbe876c (diff) | |
parent | 1065e856c9dc938652556fc535a0ec47f8a0dc08 (diff) |
Merge "Bugfix: no pod.yaml file error when run test case not in the root path"
Diffstat (limited to 'setup.py')
-rwxr-xr-x | setup.py | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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", |