diff --git a/.zuul.yaml b/.zuul.yaml new file mode 100644 index 0000000..e80c4ef --- /dev/null +++ b/.zuul.yaml @@ -0,0 +1,8 @@ +- project: + name: openstack/congress-tempest-plugin + check: + jobs: + - congress-devstack-api-mysql + gate: + jobs: + - congress-devstack-api-mysql diff --git a/requirements.txt b/requirements.txt index 1d18dd3..d273d40 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,3 +3,18 @@ # process, which may cause wedges in the gate later. pbr>=2.0 # Apache-2.0 +aodhclient>=0.9.0 # Apache-2.0 +python-keystoneclient>=3.8.0 # Apache-2.0 +python-heatclient>=1.10.0 # Apache-2.0 +python-monascaclient>=1.7.0 # Apache-2.0 +python-muranoclient>=0.8.2 # Apache-2.0 +python-novaclient>=9.1.0 # Apache-2.0 +python-neutronclient>=6.3.0 # Apache-2.0 +python-cinderclient>=3.3.0 # Apache-2.0 +python-congressclient>=1.3.0,<2000 # Apache-2.0 +python-swiftclient>=3.2.0 # Apache-2.0 +python-ironicclient>=1.14.0 # Apache-2.0 +python-glanceclient>=2.8.0 # Apache-2.0 +oslo.config>=5.1.0 # Apache-2.0 +oslo.serialization!=2.19.1,>=2.18.0 # Apache-2.0 +oslo.log>=3.30.0 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index 3887e0d..16496a5 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -10,6 +10,10 @@ sphinx>=1.6.2 # BSD oslotest>=1.10.0 # Apache-2.0 stestr>=1.0.0 # Apache-2.0 testtools>=1.4.0 # MIT +tenacity>=3.2.1 # Apache-2.0 +tempest>=17.1.0 # Apache-2.0 +six>=1.10.0 # MIT + openstackdocstheme>=1.11.0 # Apache-2.0 # releasenotes reno>=1.8.0 # Apache-2.0