multi VM: Multi VMs in serial or parallel
[vswitchperf.git] / testcases / __init__.py
index addf63d..0b6b77e 100644 (file)
@@ -15,3 +15,5 @@
 """This module contains test definitions.
 """
 from testcases.testcase import (TestCase)
+from testcases.performance import (PerformanceTestCase)
+from testcases.integration import (IntegrationTestCase)