X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=testcases%2F__init__.py;h=0b6b77e486f53914b2c53355deea3cf6b0b6e33a;hb=c9cd093f2f441adc9dd33627255326008e021a67;hp=addf63df0f083096d4ce0231c65dd71f27c0017b;hpb=8d6777df09c3dc441013a31f21cc50ab3b0f42a3;p=vswitchperf.git diff --git a/testcases/__init__.py b/testcases/__init__.py index addf63df..0b6b77e4 100644 --- a/testcases/__init__.py +++ b/testcases/__init__.py @@ -15,3 +15,5 @@ """This module contains test definitions. """ from testcases.testcase import (TestCase) +from testcases.performance import (PerformanceTestCase) +from testcases.integration import (IntegrationTestCase)