diff options
author | opensource-tnbt <sridhar.rao@spirent.com> | 2020-11-11 22:55:02 +0530 |
---|---|---|
committer | opensource-tnbt <sridhar.rao@spirent.com> | 2020-11-25 12:27:15 +0530 |
commit | 9ec3918b56f1e8862fe140455928cdcd87a2554b (patch) | |
tree | 8823eb095639dce15a411f645ce32149c870dfd6 /requirements.txt | |
parent | 605102bb6a8a3b48f0c66d817614eec0ef42e017 (diff) |
Openstack: Using VSPERF to Test on Openstack.
This patch will support running VSPERF Tests with Openstack.
This patch adds the following:
1. Provide --openstack parameter.
2. New Configuration file for openstack
3. Deploy Trafficgenerator based on configuration provided
4. Run Tests after Trafficgenerator are deployed on openstack
Update-1: Minor bug-fixes and Documentation Added.
Update-2: Add user-config to heat.
Update-3: Update Python Requirements
Update-4: Add dogpile
Update-5: Update decription of the Hot files.
Signed-off-by: Sridhar K. N. Rao <sridhar.rao@spirent.com>
Change-Id: Iebec356eb893e0e6726cac6a10537b99e41f67f4
Diffstat (limited to 'requirements.txt')
-rw-r--r-- | requirements.txt | 20 |
1 files changed, 19 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt index 03049fdb..825f057e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -13,7 +13,6 @@ requests==2.8.1 netaddr==0.7.18 scapy-python3==0.18 pylint==1.8.2 -pyzmq==14.5.0 distro stcrestclient matplotlib==2.2.2 @@ -22,3 +21,22 @@ pycrypto tabulate pypsi paramiko +keystoneauth1>=2.18.0 +os-client-config>=1.22.0 +oslo.concurrency>=3.8.0 +oslo.config>=3.14.0 +oslo.log>=3.11.0 +oslo.serialization>=1.10.0 +oslo.utils>=3.18.0 +dogpile.cache +pygal +pykwalify +python-glanceclient>=2.5.0 +python-neutronclient>=5.1.0 +python-novaclient>=7.1.0 +python-heatclient>=1.6.1 +python-subunit>=0.0.18 +PyYAML>=3.10.0 +pyzmq>=16.0 +six>=1.9.0 +timeout-decorator>=0.4.0 |