diff options
author | Steve Baker <sbaker@redhat.com> | 2016-07-27 22:57:31 +0000 |
---|---|---|
committer | rabi <ramishra@redhat.com> | 2017-01-04 16:46:08 +0530 |
commit | 172fe35ecebfc55bd425b3c91f3073dac433c018 (patch) | |
tree | 11c594d07194818ba1e6d278fe61563ab652f348 /test-requirements.txt | |
parent | 841492ea32e9a34ff9906dfe78987b6e541a5371 (diff) | |
download | heat-172fe35ecebfc55bd425b3c91f3073dac433c018.tar.gz |
Initial heat REST API tests with gabbi
Last summit we decided to add suite of gabbi tests
for REST API validation and then propose a subset of
these to tempest to be the defcore tests.
This adds the basic framework and few stack api tests
as a start.
Change-Id: I79a6fe971a97fdc4412616137ae963748cc349e5
Diffstat (limited to 'test-requirements.txt')
-rw-r--r-- | test-requirements.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test-requirements.txt b/test-requirements.txt index f1ddcc05c..660803026 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -27,3 +27,4 @@ reno>=1.8.0 # Apache-2.0 os-collect-config # Apache-2.0 paramiko>=2.0 # LGPLv2.1+ tempest>=12.1.0 # Apache-2.0 +gabbi>=1.26.1 # Apache-2.0 |