Merge "replace yaml.load with yaml.safe_load"
[yardstick.git] / yardstick / benchmark / core / scenario.py
index a9d933f..cd119c2 100644 (file)
@@ -15,7 +15,7 @@ from yardstick.benchmark.scenarios.base import Scenario
 from yardstick.benchmark.core import print_hbar
 
 
-class Scenarios(object):
+class Scenarios(object):    # pragma: no cover
     """Scenario commands.
 
        Set of commands to discover and display scenario types.