2 parents 29146ab + d80b146 commit 33602fbCopy full SHA for 33602fb
1 file changed
openstackclient/tests/functional/network/v2/test_network_service_provider.py
@@ -13,17 +13,14 @@
13
# License for the specific language governing permissions and limitations
14
# under the License.
15
16
-import testtools
17
-
18
from openstackclient.tests.functional import base
19
20
21
class TestNetworkServiceProvider(base.TestCase):
22
"""Functional tests for network service provider"""
23
24
- SERVICE_TYPE = ['L3_ROUTER_NAT']
+ SERVICE_TYPE = 'L3_ROUTER_NAT'
25
26
- @testtools.skip('broken SDK testing')
27
def test_network_service_provider_list(self):
28
raw_output = self.openstack('network service provider list')
29
self.assertIn(self.SERVICE_TYPE, raw_output)
0 commit comments