Add run_in_background attribute to scenarios
[yardstick.git] / setup.py
index b8a6fe9..495291c 100755 (executable)
--- a/setup.py
+++ b/setup.py
@@ -8,6 +8,7 @@ setup(
     include_package_data=True,
     package_data={
         'yardstick': [
+            'benchmark/scenarios/availability/ha_tools/*.bash',
             'benchmark/scenarios/compute/*.bash',
             'benchmark/scenarios/networking/*.bash',
             'benchmark/scenarios/storage/*.bash',
@@ -28,6 +29,7 @@ setup(
                       "python-novaclient>=2.24.1",
                       "mock>=1.0.1",  # remove with python3
                       "paramiko",
+                      "netifaces",
                       "six",
                       "testrepository>=0.0.18",
                       "testtools>=1.4.0"