aboutsummaryrefslogtreecommitdiffstats
path: root/baro_tests
diff options
context:
space:
mode:
Diffstat (limited to 'baro_tests')
-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.
'''