Merge "Fix installation dependency and authentication issue for fuel plugin"
[yardstick.git] / setup.py
index 6a89d63..0100b46 100755 (executable)
--- a/setup.py
+++ b/setup.py
@@ -25,10 +25,12 @@ setup(
             'resources/scripts/remove/*.bash'
         ],
         'etc': [
-            'yardstick/nodes/*/*.yaml'
+            'yardstick/nodes/*/*.yaml',
+            'yardstick/*.sample'
         ],
         'tests': [
-            'opnfv/*/*.yaml'
+            'opnfv/*/*.yaml',
+            'ci/*.sh'
         ]
     },
     url="https://www.opnfv.org",