diff --git a/vmware_nsx_tempest/services/l2_gateway_client.py b/vmware_nsx_tempest/services/l2_gateway_client.py index f88b201cbc..503512aea8 100644 --- a/vmware_nsx_tempest/services/l2_gateway_client.py +++ b/vmware_nsx_tempest/services/l2_gateway_client.py @@ -10,7 +10,7 @@ # License for the specific language governing permissions and limitations # under the License. -from tempest.services.network.json import base +from tempest.lib.services.network import base class L2GatewayClient(base.BaseNetworkClient): diff --git a/vmware_nsx_tempest/services/l2_gateway_connection_client.py b/vmware_nsx_tempest/services/l2_gateway_connection_client.py index 69950f1cfa..22f9bc75ed 100644 --- a/vmware_nsx_tempest/services/l2_gateway_connection_client.py +++ b/vmware_nsx_tempest/services/l2_gateway_connection_client.py @@ -10,7 +10,7 @@ # License for the specific language governing permissions and limitations # under the License. -from tempest.services.network.json import base +from tempest.lib.services.network import base class L2GatewayConnectionClient(base.BaseNetworkClient): diff --git a/vmware_nsx_tempest/services/network_client_base.py b/vmware_nsx_tempest/services/network_client_base.py index 7b588ddcb3..1b13dccc26 100644 --- a/vmware_nsx_tempest/services/network_client_base.py +++ b/vmware_nsx_tempest/services/network_client_base.py @@ -10,7 +10,7 @@ # License for the specific language governing permissions and limitations # under the License. -from tempest.services.network.json import base +from tempest.lib.services.network import base # netowrk/json/base.py does not include thoese method in network_client