Allow skipping test cases when missing networking extensions

Change-Id: Iaaedcbd6f351ccb9dc2ba0813e3316dd424a5385
This commit is contained in:
Federico Ressi
2019-04-11 11:31:33 +02:00
parent f40fefc2d7
commit dff46a36b2
9 changed files with 145 additions and 6 deletions

View File

@@ -15,7 +15,7 @@ from __future__ import absolute_import
from novaclient import client as novaclient
from tobiko.openstack import client as _client
from tobiko.openstack import _client
class NovaClientFixture(_client.OpenstackClientFixture):