commit | 909aa66ac291a39ea4c1cc1bb0368bf008665a00 | [log] [tgz] |
---|---|---|
author | Carlos Goncalves <cgoncalves@redhat.com> | Tue Aug 25 14:08:44 2020 +0000 |
committer | Carlos Goncalves <cgoncalves@redhat.com> | Tue Aug 25 14:10:23 2020 +0000 |
tree | 3f37d0c219b5de7b89aa14720a23da777ac16e8a | |
parent | f7718ef862c568f7c761c17ac9736e650ececb73 [diff] [blame] |
Add HTTP/2 tempest scenario tests for listeners Depends-On: https://review.opendev.org/#/c/744905/ Depends-On: https://review.opendev.org/#/c/747932/ Change-Id: I90594ab948c74711682c9bb14d37d1e1d7b1beeb
diff --git a/requirements.txt b/requirements.txt index e5b93b8..b18679b 100644 --- a/requirements.txt +++ b/requirements.txt
@@ -18,3 +18,4 @@ tenacity>=4.4.0 # Apache-2.0 testtools>=2.2.0 # MIT keystoneauth1>=3.3.0 # Apache-2.0 +httpx[http2]>=0.14.2 # BSD