diff options
author | Aaron Smith <aasmith@redhat.com> | 2018-03-05 16:10:59 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2018-03-05 16:10:59 +0000 |
commit | 69b5da25c2d1ca62fe08fd4088366a5341372c7c (patch) | |
tree | 6c771d2856dd7afabd0f8e616827b3bd2a2037e6 /baro_tests/barometer.py | |
parent | 589167ce4710aad5cc1def2e84eb135b2619ce16 (diff) | |
parent | 5aaaafbcd4f52475dff44bd5c19f1642aa5f550f (diff) |
Merge "Switch to Xtesting"
Diffstat (limited to 'baro_tests/barometer.py')
-rw-r--r-- | baro_tests/barometer.py | 4 |
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. ''' |