From 1a09c2412013392821612123be0444463e0ce805 Mon Sep 17 00:00:00 2001 From: Gary Kotton Date: Sun, 13 Mar 2016 06:41:14 -0700 Subject: [PATCH] Tempest: fix broken tempest tests Commit f70a4e48f58818d04bcd1f25ca94e3e5d5a9f858 broke the tempest tests. Change-Id: Iedc053b6bfa24fc38d0e2230f2bd66098d1f296b --- vmware_nsx_tempest/services/l2_gateway_client.py | 2 +- vmware_nsx_tempest/services/l2_gateway_connection_client.py | 2 +- vmware_nsx_tempest/services/network_client_base.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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