Add API and command support for yardstick env prepare
[yardstick.git] / setup.py
index 6a89d63..54595b6 100755 (executable)
--- a/setup.py
+++ b/setup.py
@@ -28,7 +28,8 @@ setup(
             'yardstick/nodes/*/*.yaml'
         ],
         'tests': [
-            'opnfv/*/*.yaml'
+            'opnfv/*/*.yaml',
+            'ci/*.sh'
         ]
     },
     url="https://www.opnfv.org",