aboutsummaryrefslogtreecommitdiffstats
path: root/baro_tests/barometer.py
diff options
context:
space:
mode:
authorCédric Ollivier <cedric.ollivier@orange.com>2018-03-02 09:22:50 +0100
committerCédric Ollivier <cedric.ollivier@orange.com>2018-03-02 09:27:49 +0100
commit5aaaafbcd4f52475dff44bd5c19f1642aa5f550f (patch)
treee50f23e761560f6c80252dbaf58f404b2d03db6a /baro_tests/barometer.py
parent4b3a216b75d33dbd9c78b09a790d85a2785d451d (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 'baro_tests/barometer.py')
-rw-r--r--baro_tests/barometer.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/baro_tests/barometer.py b/baro_tests/barometer.py
index e210f333..a798f245 100644
--- a/baro_tests/barometer.py
+++ b/baro_tests/barometer.py
@@ -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.
'''