commit | c832c613faa7658d0a463b0fc713f91f7e7838c7 | [log] [tgz] |
---|---|---|
author | Marc Koderer <marc@koderer.com> | Mon Dec 12 11:49:10 2016 +0100 |
committer | dane-fichter <dane.fichter@jhuapl.edu> | Sun Dec 11 19:26:27 2016 -0800 |
tree | 570fd5925d8bc98bed848a62c9b8d296584619c6 | |
parent | 3529ea7a431fa081542a6ffe6e74491ef88ec32c [diff] [blame] |
Register client and add first test Add first API test and register the client with the new tempest.lib client interface. Change-Id: I27f15375c46faa48cd56c8d52ecfd585fb325239 Implements: bp tempest-plugin
diff --git a/requirements.txt b/requirements.txt index 16d3d08..415ded0 100644 --- a/requirements.txt +++ b/requirements.txt
@@ -6,3 +6,4 @@ tempest>=12.1.0 # Apache-2.0 tempest-lib>=0.14.0 # Apache-2.0 +cryptography!=1.3.0,>=1.0 # BSD/Apache-2.0