Merge "New reliability/availability testcase - IP datagram error rate and etc."
[yardstick.git] / yardstick / benchmark / scenarios / availability / operation / operation_general.py
index c82df83..42d70f4 100644 (file)
@@ -6,8 +6,13 @@
 # which accompanies this distribution, and is available at
 # http://www.apache.org/licenses/LICENSE-2.0
 ##############################################################################
+from __future__ import absolute_import
 import logging
-from baseoperation import BaseOperation
+
+from yardstick.benchmark.scenarios.availability.operation.baseoperation \
+    import \
+    BaseOperation
+
 import yardstick.ssh as ssh
 from yardstick.benchmark.scenarios.availability.util import buildshellparams