X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=setup.py;h=654ea0fc4187b65617264b9a9fe6f4aa46755d70;hb=refs%2Fchanges%2F05%2F4805%2F4;hp=b8a6fe98759299e34429e5ee14735e2f38bce541;hpb=607148f8e4eb4ebb443dd5098b4fea5f880f9fbb;p=yardstick.git diff --git a/setup.py b/setup.py index b8a6fe987..654ea0fc4 100755 --- a/setup.py +++ b/setup.py @@ -8,6 +8,8 @@ setup( include_package_data=True, package_data={ 'yardstick': [ + 'benchmark/scenarios/availability/attacker/*.yaml', + 'benchmark/scenarios/availability/attacker/scripts/*.bash', 'benchmark/scenarios/compute/*.bash', 'benchmark/scenarios/networking/*.bash', 'benchmark/scenarios/storage/*.bash', @@ -28,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"