Tempest: fix broken tempest tests
Commit f70a4e48f58818d04bcd1f25ca94e3e5d5a9f858 broke the tempest tests. Change-Id: Iedc053b6bfa24fc38d0e2230f2bd66098d1f296b
This commit is contained in:
parent
554e67c4bd
commit
1a09c24120
@ -10,7 +10,7 @@
|
|||||||
# License for the specific language governing permissions and limitations
|
# License for the specific language governing permissions and limitations
|
||||||
# under the License.
|
# under the License.
|
||||||
|
|
||||||
from tempest.services.network.json import base
|
from tempest.lib.services.network import base
|
||||||
|
|
||||||
|
|
||||||
class L2GatewayClient(base.BaseNetworkClient):
|
class L2GatewayClient(base.BaseNetworkClient):
|
||||||
|
@ -10,7 +10,7 @@
|
|||||||
# License for the specific language governing permissions and limitations
|
# License for the specific language governing permissions and limitations
|
||||||
# under the License.
|
# under the License.
|
||||||
|
|
||||||
from tempest.services.network.json import base
|
from tempest.lib.services.network import base
|
||||||
|
|
||||||
|
|
||||||
class L2GatewayConnectionClient(base.BaseNetworkClient):
|
class L2GatewayConnectionClient(base.BaseNetworkClient):
|
||||||
|
@ -10,7 +10,7 @@
|
|||||||
# License for the specific language governing permissions and limitations
|
# License for the specific language governing permissions and limitations
|
||||||
# under the License.
|
# 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
|
# netowrk/json/base.py does not include thoese method in network_client
|
||||||
|
Loading…
Reference in New Issue
Block a user