diff --git a/neutron_taas/tests/tempest_plugin/tests/api/test_taas.py b/neutron_taas/tests/tempest_plugin/tests/api/test_taas.py index 041136e0..3038cc70 100644 --- a/neutron_taas/tests/tempest_plugin/tests/api/test_taas.py +++ b/neutron_taas/tests/tempest_plugin/tests/api/test_taas.py @@ -47,4 +47,5 @@ class TaaSExtensionTestJSON(base.BaseTaaSTest): @test.idempotent_id('2d5024f5-bc80-4a31-a4a5-5bf5b14a8f3e') def test_create_tap_service_with_wrong_network(self): with testtools.ExpectedException(lib_exc.BadRequest): - self.create_tap_service(network_id='nonexistent') + self.create_tap_service(network_id='nonexistent', + port_id="YouShallNotPass!!")