X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=baro_tests%2Fbarometer.py;h=f75dbc31f7fda70e467ad479fb505e4106a7e8a5;hb=HEAD;hp=e210f333cb627ebb845b8a6c8e6d970ec576e2ad;hpb=a1e0e91c4ee653b5fddf71ed0108075001ba517a;p=barometer.git 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. '''