From 5aaaafbcd4f52475dff44bd5c19f1642aa5f550f Mon Sep 17 00:00:00 2001 From: Cédric Ollivier Date: Fri, 2 Mar 2018 09:22:50 +0100 Subject: Switch to Xtesting MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- baro_tests/barometer.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'baro_tests') 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. ''' -- cgit 1.2.3-korg