[Yahoo-eng-team] [Bug 2052299] [NEW] neutron-tempest-plugin - HaRoutersTest.test_convert_legacy_router Test "ha" Check Error

2024-02-02 Thread Ayhan ilhan
Public bug reported: Hi, Following test fails. I debugged this test and I think following "self.assertNotIn('ha', router)" method should be change, because router has 'ha' words. Should be check "ha:False" words instead of "ha". Test: neutron_tempest_plugin.api.test_routers.HaRoutersTest.test_co

[Yahoo-eng-team] [Bug 2049622] [NEW] Some Port Properties Cannot Be Set

2024-01-17 Thread Ayhan ilhan
Public bug reported: Hi, Some port properties like dns-name cannot be set. We got mismatch error in some tempest tests as below. I debugged it and i saw that the dns- name properties cannot be set when creating a port. I checked with openstack cli commands and i saw dns-name properties cannot be

[Yahoo-eng-team] [Bug 2049398] [NEW] [Tempest] neutron_tempest_plugin.api.admin.test_external_network_extension.ExternalNetworksRBACTestJSON.test_delete_policies_while_tenant_attached_to_net "Created

2024-01-15 Thread Ayhan ilhan
Public bug reported: Hi, We got BadRequest error in the following test. I think, net = self._create_network(external=False) should be change net = self._create_network(external=True). Can you check this test? Test: neutron_tempest_plugin.api.admin.test_external_network_extension.ExternalNetworks