From b679984b1fec8dce16a3435465e5cfab907906ff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Przemys=C5=82aw=20Lal?= Date: Mon, 15 Mar 2021 13:18:14 +0100 Subject: [PATCH] Add new functional test case for ext-port config option deprecation MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Add reference to to the new test case that valdiates whether the charm goes in blocked state when data-port and ext-port are specified at the same time. func-test-pr: https://github.com/openstack-charmers/zaza-openstack-tests/pull/523 Signed-off-by: Przemysław Lal Change-Id: I2e1ba8ac4c09ea77c39e0337114f67690de6829c --- tests/tests.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/tests.yaml b/tests/tests.yaml index 091fe897..cd67102c 100644 --- a/tests/tests.yaml +++ b/tests/tests.yaml @@ -64,10 +64,12 @@ tests: - zaza.openstack.charm_tests.neutron.tests.SecurityTest - zaza.openstack.charm_tests.neutron.tests.NeutronNetworkingTest - zaza.openstack.charm_tests.neutron.tests.NeutronOvsVsctlTest + - zaza.openstack.charm_tests.neutron.tests.NeutronBridgePortMappingTest - migrate-ovn: - zaza.openstack.charm_tests.neutron.tests.NeutronGatewayTest - zaza.openstack.charm_tests.neutron.tests.SecurityTest - zaza.openstack.charm_tests.neutron.tests.NeutronOvsVsctlTest + - zaza.openstack.charm_tests.neutron.tests.NeutronBridgePortMappingTest - zaza.openstack.charm_tests.neutron.tests.NeutronNetworkingTest - zaza.openstack.charm_tests.ovn.tests.OVSOVNMigrationTest - zaza.openstack.charm_tests.neutron.tests.NeutronNetworkingTest