diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2018-03-02 09:04:15 +0100 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2018-03-02 09:11:59 +0100 |
commit | 349d25fb43e6a132edd80ce9c44a3982867eb0b7 (patch) | |
tree | 7b7b87f62d434e45ccfc8abf3c87fc7243e58148 /requirements.txt | |
parent | 6c768b6740af8d537dc9735b7f36f0e8cc652511 (diff) |
Switch to Xtesting
It inherits from xtesting.core.feature [1].
[1] http://xtesting.readthedocs.io/en/latest/apidoc/xtesting.core.feature.html
Change-Id: I3d64bce859de7132384b3cf0a6383348cc20b3b1
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Diffstat (limited to 'requirements.txt')
-rw-r--r-- | requirements.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/requirements.txt b/requirements.txt index 2fce79e..19546d0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -12,3 +12,4 @@ python-heatclient>=1.6.1 # Apache-2.0 python-keystoneclient>=3.8.0 # Apache-2.0 python-neutronclient>=6.3.0 # Apache-2.0 python-novaclient>=9.0.0 # Apache-2.0 +xtesting # Apache-2.0 |