Disk Initialization and Custom Workload
[yardstick.git] / yardstick / tests / unit / benchmark / contexts / test_base.py
index 64499cf..5fd7352 100644 (file)
@@ -26,6 +26,8 @@ from yardstick.common.constants import YARDSTICK_ROOT_PATH
 
 class DummyContextClass(Context):
 
+    __context_type__ = "Dummy"
+
     def __init__(self, host_name_separator='.'):
         super(DummyContextClass, self).__init__\
             (host_name_separator=host_name_separator)