diff --git a/vmware_nsx_tempest/tests/base.py b/vmware_nsx_tempest/tests/base.py index 1c30cdb56e..56b1878f62 100644 --- a/vmware_nsx_tempest/tests/base.py +++ b/vmware_nsx_tempest/tests/base.py @@ -15,7 +15,7 @@ # License for the specific language governing permissions and limitations # under the License. -from oslotest import base +from tempest.lib import base class TestCase(base.BaseTestCase):