Switch to Xtesting 75/52975/1
authorCédric Ollivier <cedric.ollivier@orange.com>
Fri, 2 Mar 2018 08:22:50 +0000 (09:22 +0100)
committerCédric Ollivier <cedric.ollivier@orange.com>
Fri, 2 Mar 2018 08:27:49 +0000 (09:27 +0100)
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>
baro_tests/barometer.py
requirements.txt

index e210f33..a798f24 100644 (file)
@@ -10,10 +10,10 @@ import logging
 
 from baro_tests import collectd
 
-import functest.core.feature as base
+from xtesting.core import feature
 
 
-class BarometerCollectd(base.Feature):
+class BarometerCollectd(feature.Feature):
     '''
     Class for executing barometercollectd testcase.
     '''
index 237beaf..f637136 100644 (file)
@@ -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