X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=setup.py;h=8b37943eaba2a8392455bef707f7092cd8a7d41d;hb=f8b52ec5839c804be2f866393462f85f530160d9;hp=e923b23c543f2ec89c5c8b8c74291678f2f19718;hpb=d93f6ca5bf0d4f22ec0fd90eac1bf8b9c09db820;p=yardstick.git diff --git a/setup.py b/setup.py index e923b23c5..8b37943ea 100755 --- a/setup.py +++ b/setup.py @@ -8,8 +8,12 @@ setup( include_package_data=True, package_data={ 'yardstick': [ + 'benchmark/scenarios/availability/*.yaml', 'benchmark/scenarios/availability/attacker/*.yaml', + 'benchmark/scenarios/availability/ha_tools/*.bash', 'benchmark/scenarios/availability/attacker/scripts/*.bash', + 'benchmark/scenarios/availability/monitor/*.yaml', + 'benchmark/scenarios/availability/monitor/script_tools/*.bash', 'benchmark/scenarios/compute/*.bash', 'benchmark/scenarios/networking/*.bash', 'benchmark/scenarios/networking/*.txt', @@ -26,6 +30,7 @@ setup( "lxml", "PyYAML>=3.10", "pbr<2.0,>=1.3", + "python-openstackclient>=2.1.0", "python-glanceclient>=0.12.0", "python-heatclient>=0.2.12", "python-keystoneclient>=0.11.1", @@ -34,9 +39,11 @@ setup( "mock>=1.0.1", # remove with python3 "paramiko", "netifaces", + "scp", "six", "testrepository>=0.0.18", - "testtools>=1.4.0" + "testtools>=1.4.0", + "nose" ], extras_require={ 'plot': ["matplotlib>=1.4.2"]