[ansible][fedora] Update package name
[barometer.git] / baro_tests / barometer.py
index e210f33..f75dbc3 100644 (file)
@@ -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.
     '''