X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=setup.py;h=ba7316d8024f6c700302e8bff6e6f987a59527f4;hb=0d91b5067f37c9342b46729271a7dd0efe3114ee;hp=a2131cf0bdc9aa6a88ef5d57b24abbf343209367;hpb=4afe3795d72295ff181853fc9e6602e98ddf608b;p=yardstick.git 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",