aboutsummaryrefslogtreecommitdiffstats
path: root/baro_tests/barometer.py
diff options
context:
space:
mode:
Diffstat (limited to 'baro_tests/barometer.py')
-rw-r--r--baro_tests/barometer.py6
1 files changed, 4 insertions, 2 deletions
diff --git a/baro_tests/barometer.py b/baro_tests/barometer.py
index e210f333..f75dbc31 100644
--- a/baro_tests/barometer.py
+++ b/baro_tests/barometer.py
@@ -1,5 +1,7 @@
#!/usr/bin/env python
#
+# Copyright 2017 OPNFV
+#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
@@ -10,10 +12,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.
'''