diff options
-rw-r--r-- | baro_tests/barometer.py | 4 | ||||
-rw-r--r-- | requirements.txt | 5 |
2 files changed, 5 insertions, 4 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. ''' diff --git a/requirements.txt b/requirements.txt index 237beaf5..f6371364 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,5 +4,6 @@ paramiko>=2.0 # LGPLv2.1+ requests>=2.14.2 # Apache-2.0 python-keystoneclient>=3.8.0 # Apache-2.0 -opnfv -functest +opnfv # Apache-2.0 +functest # Apache-2.0 +xtesting # Apache-2.0 |