Add test case description and task file for TC010
[yardstick.git] / setup.py
index a8e9ccd..654ea0f 100755 (executable)
--- a/setup.py
+++ b/setup.py
@@ -8,7 +8,8 @@ setup(
     include_package_data=True,
     package_data={
         'yardstick': [
-            'benchmark/scenarios/availability/ha_tools/*.bash',
+            'benchmark/scenarios/availability/attacker/*.yaml',
+            'benchmark/scenarios/availability/attacker/scripts/*.bash',
             'benchmark/scenarios/compute/*.bash',
             'benchmark/scenarios/networking/*.bash',
             'benchmark/scenarios/storage/*.bash',
@@ -29,6 +30,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"