Merge "Sample VNF version need to be updated to Fraser"
[yardstick.git] / yardstick / tests / unit / benchmark / contexts / test_base.py
index 8f1cbcc..1e63b48 100644 (file)
@@ -25,6 +25,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)