diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2018-03-02 09:22:50 +0100 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2018-03-02 09:27:49 +0100 |
commit | 5aaaafbcd4f52475dff44bd5c19f1642aa5f550f (patch) | |
tree | e50f23e761560f6c80252dbaf58f404b2d03db6a /requirements.txt | |
parent | 4b3a216b75d33dbd9c78b09a790d85a2785d451d (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: Ib547aa60d9b8bf61ab5433496d7149a43355d08c
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Diffstat (limited to 'requirements.txt')
-rw-r--r-- | requirements.txt | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/requirements.txt b/requirements.txt index 237beaf5..f6371364 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,5 +4,6 @@ paramiko>=2.0 # LGPLv2.1+ requests>=2.14.2 # Apache-2.0 python-keystoneclient>=3.8.0 # Apache-2.0 -opnfv -functest +opnfv # Apache-2.0 +functest # Apache-2.0 +xtesting # Apache-2.0 |