Status: Pass 57 Failure 141 Skip 5
Test Group/Test case | Count | Pass | Fail | Error | Skip | View | |
setUpClass (tempest.api.compute.admin.test_servers_negative | 1 | 0 | 1 | 0 | 0 | Detail | |
ServersAdminNegativeTestJSON) |
fail
ft1.1: setUpClass (tempest.api.compute.admin.test_servers_negative.ServersAdminNegativeTestJSON)testtools.testresult.real._StringException: Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 181, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 174, in setUpClass cls.resource_setup() File "/opt/stack/tempest/tempest/api/compute/admin/test_servers_negative.py", line 42, in resource_setup server = cls.create_test_server(wait_until='ACTIVE') File "/opt/stack/tempest/tempest/api/compute/base.py", line 266, in create_test_server body, servers = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 197, in create_test_server body = clients.servers_client.create_server(name=name, imageRef=image_id, File "/opt/stack/tempest/tempest/lib/services/compute/servers_client.py", line 111, in create_server resp, body = self.post('servers', post_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 299, in post return self.request('POST', url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/services/compute/base_compute_client.py", line 47, in request resp, resp_body = super(BaseComputeClient, self).request( File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 703, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 879, in _error_checker raise exceptions.ServerFault(resp_body, resp=resp, tempest.lib.exceptions.ServerFault: Got server fault Details: Unexpected API Error. Please report this at http://bugs.launchpad.net/nova/ and attach the Nova API log if possible. <class 'neutronclient.common.exceptions.InternalServerError'> |
||||||
setUpClass (tempest.api.compute.servers.test_create_server | 2 | 0 | 2 | 0 | 0 | Detail | |
ServersTestManualDisk) |
fail
ft2.1: setUpClass (tempest.api.compute.servers.test_create_server.ServersTestManualDisk)testtools.testresult.real._StringException: Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 181, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 174, in setUpClass cls.resource_setup() File "/opt/stack/tempest/tempest/api/compute/servers/test_create_server.py", line 51, in resource_setup validation_resources = cls.get_class_validation_resources( File "/opt/stack/tempest/tempest/test.py", line 763, in get_class_validation_resources resources = vr.create_validation_resources( File "/opt/stack/tempest/tempest/lib/common/validation_resources.py", line 245, in create_validation_resources LOG.exception(msg, prov_exc, cleanup_exc) File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/oslo_utils/excutils.py", line 227, in __exit__ self.force_reraise() File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/oslo_utils/excutils.py", line 200, in force_reraise raise self.value File "/opt/stack/tempest/tempest/lib/common/validation_resources.py", line 196, in create_validation_resources validation_data['security_group'] = create_ssh_security_group( File "/opt/stack/tempest/tempest/lib/common/validation_resources.py", line 73, in create_ssh_security_group security_group = security_groups_client.create_security_group( File "/opt/stack/tempest/tempest/lib/services/network/security_groups_client.py", line 28, in create_security_group return self.create_resource(uri, post_data) File "/opt/stack/tempest/tempest/lib/services/network/base.py", line 62, in create_resource resp, body = self.post(req_uri, req_post_data) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 299, in post return self.request('POST', url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 703, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 879, in _error_checker raise exceptions.ServerFault(resp_body, resp=resp, tempest.lib.exceptions.ServerFault: Got server fault Details: Request Failed: internal server error while processing your request. |
||||||
ServersTestJSON) |
fail
ft2.2: setUpClass (tempest.api.compute.servers.test_create_server.ServersTestJSON)testtools.testresult.real._StringException: Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 181, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 174, in setUpClass cls.resource_setup() File "/opt/stack/tempest/tempest/api/compute/servers/test_create_server.py", line 51, in resource_setup validation_resources = cls.get_class_validation_resources( File "/opt/stack/tempest/tempest/test.py", line 763, in get_class_validation_resources resources = vr.create_validation_resources( File "/opt/stack/tempest/tempest/lib/common/validation_resources.py", line 245, in create_validation_resources LOG.exception(msg, prov_exc, cleanup_exc) File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/oslo_utils/excutils.py", line 227, in __exit__ self.force_reraise() File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/oslo_utils/excutils.py", line 200, in force_reraise raise self.value File "/opt/stack/tempest/tempest/lib/common/validation_resources.py", line 196, in create_validation_resources validation_data['security_group'] = create_ssh_security_group( File "/opt/stack/tempest/tempest/lib/common/validation_resources.py", line 73, in create_ssh_security_group security_group = security_groups_client.create_security_group( File "/opt/stack/tempest/tempest/lib/services/network/security_groups_client.py", line 28, in create_security_group return self.create_resource(uri, post_data) File "/opt/stack/tempest/tempest/lib/services/network/base.py", line 62, in create_resource resp, body = self.post(req_uri, req_post_data) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 299, in post return self.request('POST', url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 703, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 879, in _error_checker raise exceptions.ServerFault(resp_body, resp=resp, tempest.lib.exceptions.ServerFault: Got server fault Details: Request Failed: internal server error while processing your request. |
||||||
setUpClass (tempest.api.compute.servers.test_delete_server | 1 | 0 | 1 | 0 | 0 | Detail | |
DeleteServersTestJSON) |
fail
ft3.1: setUpClass (tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON)testtools.testresult.real._StringException: Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 181, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 166, in setUpClass cls.setup_credentials() File "/opt/stack/tempest/tempest/api/compute/base.py", line 71, in setup_credentials super(BaseV2ComputeTest, cls).setup_credentials() File "/opt/stack/tempest/tempest/test.py", line 387, in setup_credentials manager = cls.get_client_manager( File "/opt/stack/tempest/tempest/test.py", line 704, in get_client_manager creds = getattr(cred_provider, credentials_method)() File "/opt/stack/tempest/tempest/lib/common/dynamic_creds.py", line 432, in get_primary_creds return self.get_credentials('primary') File "/opt/stack/tempest/tempest/lib/common/dynamic_creds.py", line 418, in get_credentials network, subnet, router = self._create_network_resources( File "/opt/stack/tempest/tempest/lib/common/dynamic_creds.py", line 299, in _create_network_resources network = self._create_network(network_name, tenant_id) File "/opt/stack/tempest/tempest/lib/common/dynamic_creds.py", line 327, in _create_network resp_body = self.networks_admin_client.create_network( File "/opt/stack/tempest/tempest/lib/services/network/networks_client.py", line 27, in create_network return self.create_resource(uri, post_data) File "/opt/stack/tempest/tempest/lib/services/network/base.py", line 62, in create_resource resp, body = self.post(req_uri, req_post_data) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 299, in post return self.request('POST', url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 703, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 883, in _error_checker raise exceptions.UnexpectedResponseCode(str(resp.status), tempest.lib.exceptions.UnexpectedResponseCode: Unexpected response code received Details: 503 |
||||||
setUpClass (tempest.api.compute.servers.test_disk_config | 1 | 0 | 1 | 0 | 0 | Detail | |
ServerDiskConfigTestJSON) |
fail
ft4.1: setUpClass (tempest.api.compute.servers.test_disk_config.ServerDiskConfigTestJSON)testtools.testresult.real._StringException: Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 181, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 166, in setUpClass cls.setup_credentials() File "/opt/stack/tempest/tempest/api/compute/base.py", line 71, in setup_credentials super(BaseV2ComputeTest, cls).setup_credentials() File "/opt/stack/tempest/tempest/test.py", line 387, in setup_credentials manager = cls.get_client_manager( File "/opt/stack/tempest/tempest/test.py", line 704, in get_client_manager creds = getattr(cred_provider, credentials_method)() File "/opt/stack/tempest/tempest/lib/common/dynamic_creds.py", line 432, in get_primary_creds return self.get_credentials('primary') File "/opt/stack/tempest/tempest/lib/common/dynamic_creds.py", line 418, in get_credentials network, subnet, router = self._create_network_resources( File "/opt/stack/tempest/tempest/lib/common/dynamic_creds.py", line 299, in _create_network_resources network = self._create_network(network_name, tenant_id) File "/opt/stack/tempest/tempest/lib/common/dynamic_creds.py", line 327, in _create_network resp_body = self.networks_admin_client.create_network( File "/opt/stack/tempest/tempest/lib/services/network/networks_client.py", line 27, in create_network return self.create_resource(uri, post_data) File "/opt/stack/tempest/tempest/lib/services/network/base.py", line 62, in create_resource resp, body = self.post(req_uri, req_post_data) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 299, in post return self.request('POST', url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 703, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 883, in _error_checker raise exceptions.UnexpectedResponseCode(str(resp.status), tempest.lib.exceptions.UnexpectedResponseCode: Unexpected response code received Details: 503 |
||||||
setUpClass (tempest.api.compute.servers.test_server_actions | 2 | 0 | 2 | 0 | 0 | Detail | |
ServerActionsTestJSON) |
fail
ft5.1: setUpClass (tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON)testtools.testresult.real._StringException: Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 181, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 174, in setUpClass cls.resource_setup() File "/opt/stack/tempest/tempest/api/compute/servers/test_server_actions.py", line 84, in resource_setup cls.server_id = cls.recreate_server(None, validatable=True) File "/opt/stack/tempest/tempest/api/compute/base.py", line 429, in recreate_server validation_resources=cls.get_class_validation_resources( File "/opt/stack/tempest/tempest/test.py", line 763, in get_class_validation_resources resources = vr.create_validation_resources( File "/opt/stack/tempest/tempest/lib/common/validation_resources.py", line 245, in create_validation_resources LOG.exception(msg, prov_exc, cleanup_exc) File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/oslo_utils/excutils.py", line 227, in __exit__ self.force_reraise() File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/oslo_utils/excutils.py", line 200, in force_reraise raise self.value File "/opt/stack/tempest/tempest/lib/common/validation_resources.py", line 196, in create_validation_resources validation_data['security_group'] = create_ssh_security_group( File "/opt/stack/tempest/tempest/lib/common/validation_resources.py", line 73, in create_ssh_security_group security_group = security_groups_client.create_security_group( File "/opt/stack/tempest/tempest/lib/services/network/security_groups_client.py", line 28, in create_security_group return self.create_resource(uri, post_data) File "/opt/stack/tempest/tempest/lib/services/network/base.py", line 62, in create_resource resp, body = self.post(req_uri, req_post_data) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 299, in post return self.request('POST', url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 703, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 879, in _error_checker raise exceptions.ServerFault(resp_body, resp=resp, tempest.lib.exceptions.ServerFault: Got server fault Details: Request Failed: internal server error while processing your request. |
||||||
ServerActionsTestJSON) |
fail
ft5.2: setUpClass (tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON)testtools.testresult.real._StringException: Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 181, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 166, in setUpClass cls.setup_credentials() File "/opt/stack/tempest/tempest/api/compute/servers/test_server_actions.py", line 74, in setup_credentials super(ServerActionsTestJSON, cls).setup_credentials() File "/opt/stack/tempest/tempest/api/compute/base.py", line 71, in setup_credentials super(BaseV2ComputeTest, cls).setup_credentials() File "/opt/stack/tempest/tempest/test.py", line 387, in setup_credentials manager = cls.get_client_manager( File "/opt/stack/tempest/tempest/test.py", line 704, in get_client_manager creds = getattr(cred_provider, credentials_method)() File "/opt/stack/tempest/tempest/lib/common/dynamic_creds.py", line 432, in get_primary_creds return self.get_credentials('primary') File "/opt/stack/tempest/tempest/lib/common/dynamic_creds.py", line 418, in get_credentials network, subnet, router = self._create_network_resources( File "/opt/stack/tempest/tempest/lib/common/dynamic_creds.py", line 299, in _create_network_resources network = self._create_network(network_name, tenant_id) File "/opt/stack/tempest/tempest/lib/common/dynamic_creds.py", line 327, in _create_network resp_body = self.networks_admin_client.create_network( File "/opt/stack/tempest/tempest/lib/services/network/networks_client.py", line 27, in create_network return self.create_resource(uri, post_data) File "/opt/stack/tempest/tempest/lib/services/network/base.py", line 62, in create_resource resp, body = self.post(req_uri, req_post_data) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 299, in post return self.request('POST', url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 703, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 883, in _error_checker raise exceptions.UnexpectedResponseCode(str(resp.status), tempest.lib.exceptions.UnexpectedResponseCode: Unexpected response code received Details: 503 |
||||||
setUpClass (tempest.api.compute.servers.test_servers_negative | 1 | 0 | 1 | 0 | 0 | Detail | |
ServersNegativeTestJSON) |
fail
ft6.1: setUpClass (tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON)testtools.testresult.real._StringException: Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 181, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 166, in setUpClass cls.setup_credentials() File "/opt/stack/tempest/tempest/api/compute/base.py", line 71, in setup_credentials super(BaseV2ComputeTest, cls).setup_credentials() File "/opt/stack/tempest/tempest/test.py", line 387, in setup_credentials manager = cls.get_client_manager( File "/opt/stack/tempest/tempest/test.py", line 704, in get_client_manager creds = getattr(cred_provider, credentials_method)() File "/opt/stack/tempest/tempest/lib/common/dynamic_creds.py", line 432, in get_primary_creds return self.get_credentials('primary') File "/opt/stack/tempest/tempest/lib/common/dynamic_creds.py", line 418, in get_credentials network, subnet, router = self._create_network_resources( File "/opt/stack/tempest/tempest/lib/common/dynamic_creds.py", line 299, in _create_network_resources network = self._create_network(network_name, tenant_id) File "/opt/stack/tempest/tempest/lib/common/dynamic_creds.py", line 327, in _create_network resp_body = self.networks_admin_client.create_network( File "/opt/stack/tempest/tempest/lib/services/network/networks_client.py", line 27, in create_network return self.create_resource(uri, post_data) File "/opt/stack/tempest/tempest/lib/services/network/base.py", line 62, in create_resource resp, body = self.post(req_uri, req_post_data) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 299, in post return self.request('POST', url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 703, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 883, in _error_checker raise exceptions.UnexpectedResponseCode(str(resp.status), tempest.lib.exceptions.UnexpectedResponseCode: Unexpected response code received Details: 503 |
||||||
setUpClass (tempest.api.network.admin.test_dhcp_agent_scheduler | 1 | 0 | 1 | 0 | 0 | Detail | |
DHCPAgentSchedulersTestJSON) |
fail
ft7.1: setUpClass (tempest.api.network.admin.test_dhcp_agent_scheduler.DHCPAgentSchedulersTestJSON)testtools.testresult.real._StringException: Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 181, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 174, in setUpClass cls.resource_setup() File "/opt/stack/tempest/tempest/api/network/admin/test_dhcp_agent_scheduler.py", line 36, in resource_setup cls.create_subnet(cls.network) File "/opt/stack/tempest/tempest/api/network/base.py", line 139, in create_subnet body = client.create_subnet( File "/opt/stack/tempest/tempest/lib/services/network/subnets_client.py", line 27, in create_subnet return self.create_resource(uri, post_data) File "/opt/stack/tempest/tempest/lib/services/network/base.py", line 62, in create_resource resp, body = self.post(req_uri, req_post_data) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 299, in post return self.request('POST', url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 703, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 879, in _error_checker raise exceptions.ServerFault(resp_body, resp=resp, tempest.lib.exceptions.ServerFault: Got server fault Details: Request Failed: internal server error while processing your request. |
||||||
setUpClass (tempest.api.network.admin.test_floating_ips_admin_actions | 1 | 0 | 1 | 0 | 0 | Detail | |
FloatingIPAdminTestJSON) |
fail
ft8.1: setUpClass (tempest.api.network.admin.test_floating_ips_admin_actions.FloatingIPAdminTestJSON)testtools.testresult.real._StringException: Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 181, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 174, in setUpClass cls.resource_setup() File "/opt/stack/tempest/tempest/api/network/admin/test_floating_ips_admin_actions.py", line 51, in resource_setup cls.floating_ip = cls.create_floatingip(cls.ext_net_id) File "/opt/stack/tempest/tempest/api/network/base.py", line 201, in create_floatingip body = cls.floating_ips_client.create_floatingip( File "/opt/stack/tempest/tempest/lib/services/network/floating_ips_client.py", line 30, in create_floatingip return self.create_resource(uri, post_data) File "/opt/stack/tempest/tempest/lib/services/network/base.py", line 62, in create_resource resp, body = self.post(req_uri, req_post_data) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 299, in post return self.request('POST', url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 703, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 879, in _error_checker raise exceptions.ServerFault(resp_body, resp=resp, tempest.lib.exceptions.ServerFault: Got server fault Details: Request Failed: internal server error while processing your request. |
||||||
setUpClass (tempest.api.network.test_allowed_address_pair | 2 | 0 | 2 | 0 | 0 | Detail | |
AllowedAddressPairIpV6TestJSON) |
fail
ft9.1: setUpClass (tempest.api.network.test_allowed_address_pair.AllowedAddressPairIpV6TestJSON)testtools.testresult.real._StringException: Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 181, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 174, in setUpClass cls.resource_setup() File "/opt/stack/tempest/tempest/api/network/test_allowed_address_pair.py", line 51, in resource_setup cls.create_subnet(cls.network) File "/opt/stack/tempest/tempest/api/network/base.py", line 139, in create_subnet body = client.create_subnet( File "/opt/stack/tempest/tempest/lib/services/network/subnets_client.py", line 27, in create_subnet return self.create_resource(uri, post_data) File "/opt/stack/tempest/tempest/lib/services/network/base.py", line 62, in create_resource resp, body = self.post(req_uri, req_post_data) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 299, in post return self.request('POST', url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 703, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 879, in _error_checker raise exceptions.ServerFault(resp_body, resp=resp, tempest.lib.exceptions.ServerFault: Got server fault Details: Request Failed: internal server error while processing your request. |
||||||
AllowedAddressPairTestJSON) |
fail
ft9.2: setUpClass (tempest.api.network.test_allowed_address_pair.AllowedAddressPairTestJSON)testtools.testresult.real._StringException: Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 181, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 174, in setUpClass cls.resource_setup() File "/opt/stack/tempest/tempest/api/network/test_allowed_address_pair.py", line 51, in resource_setup cls.create_subnet(cls.network) File "/opt/stack/tempest/tempest/api/network/base.py", line 139, in create_subnet body = client.create_subnet( File "/opt/stack/tempest/tempest/lib/services/network/subnets_client.py", line 27, in create_subnet return self.create_resource(uri, post_data) File "/opt/stack/tempest/tempest/lib/services/network/base.py", line 62, in create_resource resp, body = self.post(req_uri, req_post_data) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 299, in post return self.request('POST', url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 703, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 879, in _error_checker raise exceptions.ServerFault(resp_body, resp=resp, tempest.lib.exceptions.ServerFault: Got server fault Details: Request Failed: internal server error while processing your request. |
||||||
setUpClass (tempest.api.network.test_extra_dhcp_options | 2 | 0 | 2 | 0 | 0 | Detail | |
ExtraDHCPOptionsIpV6TestJSON) |
fail
ft10.1: setUpClass (tempest.api.network.test_extra_dhcp_options.ExtraDHCPOptionsIpV6TestJSON)testtools.testresult.real._StringException: Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 181, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 174, in setUpClass cls.resource_setup() File "/opt/stack/tempest/tempest/api/network/test_extra_dhcp_options.py", line 47, in resource_setup cls.create_subnet(cls.network) File "/opt/stack/tempest/tempest/api/network/base.py", line 139, in create_subnet body = client.create_subnet( File "/opt/stack/tempest/tempest/lib/services/network/subnets_client.py", line 27, in create_subnet return self.create_resource(uri, post_data) File "/opt/stack/tempest/tempest/lib/services/network/base.py", line 62, in create_resource resp, body = self.post(req_uri, req_post_data) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 299, in post return self.request('POST', url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 703, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 879, in _error_checker raise exceptions.ServerFault(resp_body, resp=resp, tempest.lib.exceptions.ServerFault: Got server fault Details: Request Failed: internal server error while processing your request. |
||||||
ExtraDHCPOptionsTestJSON) |
fail
ft10.2: setUpClass (tempest.api.network.test_extra_dhcp_options.ExtraDHCPOptionsTestJSON)testtools.testresult.real._StringException: Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 181, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 174, in setUpClass cls.resource_setup() File "/opt/stack/tempest/tempest/api/network/test_extra_dhcp_options.py", line 47, in resource_setup cls.create_subnet(cls.network) File "/opt/stack/tempest/tempest/api/network/base.py", line 139, in create_subnet body = client.create_subnet( File "/opt/stack/tempest/tempest/lib/services/network/subnets_client.py", line 27, in create_subnet return self.create_resource(uri, post_data) File "/opt/stack/tempest/tempest/lib/services/network/base.py", line 62, in create_resource resp, body = self.post(req_uri, req_post_data) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 299, in post return self.request('POST', url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 703, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 879, in _error_checker raise exceptions.ServerFault(resp_body, resp=resp, tempest.lib.exceptions.ServerFault: Got server fault Details: Request Failed: internal server error while processing your request. |
||||||
setUpClass (tempest.api.network.test_floating_ips | 1 | 0 | 1 | 0 | 0 | Detail | |
FloatingIPTestJSON) |
fail
ft11.1: setUpClass (tempest.api.network.test_floating_ips.FloatingIPTestJSON)testtools.testresult.real._StringException: Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 181, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 174, in setUpClass cls.resource_setup() File "/opt/stack/tempest/tempest/api/network/test_floating_ips.py", line 64, in resource_setup cls.subnet = cls.create_subnet(cls.network, enable_dhcp=False) File "/opt/stack/tempest/tempest/api/network/base.py", line 139, in create_subnet body = client.create_subnet( File "/opt/stack/tempest/tempest/lib/services/network/subnets_client.py", line 27, in create_subnet return self.create_resource(uri, post_data) File "/opt/stack/tempest/tempest/lib/services/network/base.py", line 62, in create_resource resp, body = self.post(req_uri, req_post_data) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 299, in post return self.request('POST', url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 703, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 879, in _error_checker raise exceptions.ServerFault(resp_body, resp=resp, tempest.lib.exceptions.ServerFault: Got server fault Details: Request Failed: internal server error while processing your request. |
||||||
setUpClass (tempest.api.network.test_floating_ips_negative | 1 | 0 | 1 | 0 | 0 | Detail | |
FloatingIPNegativeTestJSON) |
fail
ft12.1: setUpClass (tempest.api.network.test_floating_ips_negative.FloatingIPNegativeTestJSON)testtools.testresult.real._StringException: Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 181, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 174, in setUpClass cls.resource_setup() File "/opt/stack/tempest/tempest/api/network/test_floating_ips_negative.py", line 53, in resource_setup subnet = cls.create_subnet(cls.network) File "/opt/stack/tempest/tempest/api/network/base.py", line 139, in create_subnet body = client.create_subnet( File "/opt/stack/tempest/tempest/lib/services/network/subnets_client.py", line 27, in create_subnet return self.create_resource(uri, post_data) File "/opt/stack/tempest/tempest/lib/services/network/base.py", line 62, in create_resource resp, body = self.post(req_uri, req_post_data) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 299, in post return self.request('POST', url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 703, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 879, in _error_checker raise exceptions.ServerFault(resp_body, resp=resp, tempest.lib.exceptions.ServerFault: Got server fault Details: Request Failed: internal server error while processing your request. |
||||||
setUpClass (tempest.api.network.test_networks | 4 | 0 | 4 | 0 | 0 | Detail | |
NetworksTest) |
fail
ft13.1: setUpClass (tempest.api.network.test_networks.NetworksTest)testtools.testresult.real._StringException: Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 181, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 174, in setUpClass cls.resource_setup() File "/opt/stack/tempest/tempest/api/network/test_networks.py", line 37, in resource_setup cls.subnet = cls._create_subnet_with_last_subnet_block(cls.network) File "/opt/stack/tempest/tempest/api/network/test_networks.py", line 71, in _create_subnet_with_last_subnet_block return cls.create_subnet(network, gateway=gateway_ip, File "/opt/stack/tempest/tempest/api/network/base.py", line 139, in create_subnet body = client.create_subnet( File "/opt/stack/tempest/tempest/lib/services/network/subnets_client.py", line 27, in create_subnet return self.create_resource(uri, post_data) File "/opt/stack/tempest/tempest/lib/services/network/base.py", line 62, in create_resource resp, body = self.post(req_uri, req_post_data) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 299, in post return self.request('POST', url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 703, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 879, in _error_checker raise exceptions.ServerFault(resp_body, resp=resp, tempest.lib.exceptions.ServerFault: Got server fault Details: Request Failed: internal server error while processing your request. |
||||||
NetworksIpV6TestAttrs) |
fail
ft13.2: setUpClass (tempest.api.network.test_networks.NetworksIpV6TestAttrs)testtools.testresult.real._StringException: Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 181, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 174, in setUpClass cls.resource_setup() File "/opt/stack/tempest/tempest/api/network/test_networks.py", line 37, in resource_setup cls.subnet = cls._create_subnet_with_last_subnet_block(cls.network) File "/opt/stack/tempest/tempest/api/network/test_networks.py", line 71, in _create_subnet_with_last_subnet_block return cls.create_subnet(network, gateway=gateway_ip, File "/opt/stack/tempest/tempest/api/network/base.py", line 139, in create_subnet body = client.create_subnet( File "/opt/stack/tempest/tempest/lib/services/network/subnets_client.py", line 27, in create_subnet return self.create_resource(uri, post_data) File "/opt/stack/tempest/tempest/lib/services/network/base.py", line 62, in create_resource resp, body = self.post(req_uri, req_post_data) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 299, in post return self.request('POST', url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 703, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 879, in _error_checker raise exceptions.ServerFault(resp_body, resp=resp, tempest.lib.exceptions.ServerFault: Got server fault Details: Request Failed: internal server error while processing your request. |
||||||
NetworksIpV6Test) |
fail
ft13.3: setUpClass (tempest.api.network.test_networks.NetworksIpV6Test)testtools.testresult.real._StringException: Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 181, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 174, in setUpClass cls.resource_setup() File "/opt/stack/tempest/tempest/api/network/test_networks.py", line 36, in resource_setup cls.network = cls.create_network() File "/opt/stack/tempest/tempest/api/network/base.py", line 107, in create_network body = cls.networks_client.create_network(name=network_name, **kwargs) File "/opt/stack/tempest/tempest/lib/services/network/networks_client.py", line 27, in create_network return self.create_resource(uri, post_data) File "/opt/stack/tempest/tempest/lib/services/network/base.py", line 62, in create_resource resp, body = self.post(req_uri, req_post_data) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 299, in post return self.request('POST', url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 703, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 883, in _error_checker raise exceptions.UnexpectedResponseCode(str(resp.status), tempest.lib.exceptions.UnexpectedResponseCode: Unexpected response code received Details: 503 |
||||||
NetworksIpV6Test) |
fail
ft13.4: setUpClass (tempest.api.network.test_networks.NetworksIpV6Test)testtools.testresult.real._StringException: Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 181, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 174, in setUpClass cls.resource_setup() File "/opt/stack/tempest/tempest/api/network/test_networks.py", line 36, in resource_setup cls.network = cls.create_network() File "/opt/stack/tempest/tempest/api/network/base.py", line 107, in create_network body = cls.networks_client.create_network(name=network_name, **kwargs) File "/opt/stack/tempest/tempest/lib/services/network/networks_client.py", line 27, in create_network return self.create_resource(uri, post_data) File "/opt/stack/tempest/tempest/lib/services/network/base.py", line 62, in create_resource resp, body = self.post(req_uri, req_post_data) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 299, in post return self.request('POST', url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 703, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 883, in _error_checker raise exceptions.UnexpectedResponseCode(str(resp.status), tempest.lib.exceptions.UnexpectedResponseCode: Unexpected response code received Details: 503 |
||||||
setUpClass (tempest.api.network.test_ports | 2 | 0 | 2 | 0 | 0 | Detail | |
PortsIpV6TestJSON) |
fail
ft14.1: setUpClass (tempest.api.network.test_ports.PortsIpV6TestJSON)testtools.testresult.real._StringException: Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 181, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 174, in setUpClass cls.resource_setup() File "/opt/stack/tempest/tempest/api/network/test_ports.py", line 44, in resource_setup cls.port = cls.create_port(cls.network) File "/opt/stack/tempest/tempest/api/network/base.py", line 164, in create_port body = cls.ports_client.create_port(network_id=network['id'], File "/opt/stack/tempest/tempest/lib/services/network/ports_client.py", line 28, in create_port return self.create_resource(uri, post_data) File "/opt/stack/tempest/tempest/lib/services/network/base.py", line 62, in create_resource resp, body = self.post(req_uri, req_post_data) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 299, in post return self.request('POST', url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 703, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 879, in _error_checker raise exceptions.ServerFault(resp_body, resp=resp, tempest.lib.exceptions.ServerFault: Got server fault Details: Request Failed: internal server error while processing your request. |
||||||
PortsTestJSON) |
fail
ft14.2: setUpClass (tempest.api.network.test_ports.PortsTestJSON)testtools.testresult.real._StringException: Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 181, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 174, in setUpClass cls.resource_setup() File "/opt/stack/tempest/tempest/api/network/test_ports.py", line 44, in resource_setup cls.port = cls.create_port(cls.network) File "/opt/stack/tempest/tempest/api/network/base.py", line 164, in create_port body = cls.ports_client.create_port(network_id=network['id'], File "/opt/stack/tempest/tempest/lib/services/network/ports_client.py", line 28, in create_port return self.create_resource(uri, post_data) File "/opt/stack/tempest/tempest/lib/services/network/base.py", line 62, in create_resource resp, body = self.post(req_uri, req_post_data) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 299, in post return self.request('POST', url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 703, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 879, in _error_checker raise exceptions.ServerFault(resp_body, resp=resp, tempest.lib.exceptions.ServerFault: Got server fault Details: Request Failed: internal server error while processing your request. |
||||||
setUpClass (tempest.api.network.test_routers_negative | 3 | 0 | 3 | 0 | 0 | Detail | |
RoutersNegativeTest) |
fail
ft15.1: setUpClass (tempest.api.network.test_routers_negative.RoutersNegativeTest)testtools.testresult.real._StringException: Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 181, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 174, in setUpClass cls.resource_setup() File "/opt/stack/tempest/tempest/api/network/test_routers_negative.py", line 38, in resource_setup cls.subnet = cls.create_subnet(cls.network) File "/opt/stack/tempest/tempest/api/network/base.py", line 139, in create_subnet body = client.create_subnet( File "/opt/stack/tempest/tempest/lib/services/network/subnets_client.py", line 27, in create_subnet return self.create_resource(uri, post_data) File "/opt/stack/tempest/tempest/lib/services/network/base.py", line 62, in create_resource resp, body = self.post(req_uri, req_post_data) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 299, in post return self.request('POST', url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 703, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 879, in _error_checker raise exceptions.ServerFault(resp_body, resp=resp, tempest.lib.exceptions.ServerFault: Got server fault Details: Request Failed: internal server error while processing your request. |
||||||
RoutersNegativeIpV6Test) |
fail
ft15.2: setUpClass (tempest.api.network.test_routers_negative.RoutersNegativeIpV6Test)testtools.testresult.real._StringException: Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 181, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 174, in setUpClass cls.resource_setup() File "/opt/stack/tempest/tempest/api/network/test_routers_negative.py", line 38, in resource_setup cls.subnet = cls.create_subnet(cls.network) File "/opt/stack/tempest/tempest/api/network/base.py", line 139, in create_subnet body = client.create_subnet( File "/opt/stack/tempest/tempest/lib/services/network/subnets_client.py", line 27, in create_subnet return self.create_resource(uri, post_data) File "/opt/stack/tempest/tempest/lib/services/network/base.py", line 62, in create_resource resp, body = self.post(req_uri, req_post_data) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 299, in post return self.request('POST', url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 703, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 879, in _error_checker raise exceptions.ServerFault(resp_body, resp=resp, tempest.lib.exceptions.ServerFault: Got server fault Details: Request Failed: internal server error while processing your request. |
||||||
RoutersNegativeTest) |
fail
ft15.3: setUpClass (tempest.api.network.test_routers_negative.RoutersNegativeTest)testtools.testresult.real._StringException: Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 181, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 174, in setUpClass cls.resource_setup() File "/opt/stack/tempest/tempest/api/network/test_routers_negative.py", line 37, in resource_setup cls.network = cls.create_network() File "/opt/stack/tempest/tempest/api/network/base.py", line 107, in create_network body = cls.networks_client.create_network(name=network_name, **kwargs) File "/opt/stack/tempest/tempest/lib/services/network/networks_client.py", line 27, in create_network return self.create_resource(uri, post_data) File "/opt/stack/tempest/tempest/lib/services/network/base.py", line 62, in create_resource resp, body = self.post(req_uri, req_post_data) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 299, in post return self.request('POST', url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 703, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 883, in _error_checker raise exceptions.UnexpectedResponseCode(str(resp.status), tempest.lib.exceptions.UnexpectedResponseCode: Unexpected response code received Details: 503 |
||||||
setUpClass (tempest.api.network.test_tags | 2 | 0 | 2 | 0 | 0 | Detail | |
TagsExtTest) |
fail
ft16.1: setUpClass (tempest.api.network.test_tags.TagsExtTest)testtools.testresult.real._StringException: Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 181, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 174, in setUpClass cls.resource_setup() File "/opt/stack/tempest/tempest/api/network/test_tags.py", line 131, in resource_setup cls.subnet = cls.create_subnet(cls.network) File "/opt/stack/tempest/tempest/api/network/base.py", line 139, in create_subnet body = client.create_subnet( File "/opt/stack/tempest/tempest/lib/services/network/subnets_client.py", line 27, in create_subnet return self.create_resource(uri, post_data) File "/opt/stack/tempest/tempest/lib/services/network/base.py", line 62, in create_resource resp, body = self.post(req_uri, req_post_data) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 299, in post return self.request('POST', url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 703, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 879, in _error_checker raise exceptions.ServerFault(resp_body, resp=resp, tempest.lib.exceptions.ServerFault: Got server fault Details: Request Failed: internal server error while processing your request. |
||||||
TagsTest) |
fail
ft16.2: setUpClass (tempest.api.network.test_tags.TagsTest)testtools.testresult.real._StringException: Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 181, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 174, in setUpClass cls.resource_setup() File "/opt/stack/tempest/tempest/api/network/test_tags.py", line 50, in resource_setup cls.network = cls.create_network() File "/opt/stack/tempest/tempest/api/network/base.py", line 107, in create_network body = cls.networks_client.create_network(name=network_name, **kwargs) File "/opt/stack/tempest/tempest/lib/services/network/networks_client.py", line 27, in create_network return self.create_resource(uri, post_data) File "/opt/stack/tempest/tempest/lib/services/network/base.py", line 62, in create_resource resp, body = self.post(req_uri, req_post_data) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 299, in post return self.request('POST', url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 703, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 883, in _error_checker raise exceptions.UnexpectedResponseCode(str(resp.status), tempest.lib.exceptions.UnexpectedResponseCode: Unexpected response code received Details: 503 |
||||||
setUpClass (tempest.scenario.test_encrypted_cinder_volumes | 1 | 0 | 1 | 0 | 0 | Detail | |
TestEncryptedCinderVolumes) |
fail
ft17.1: setUpClass (tempest.scenario.test_encrypted_cinder_volumes.TestEncryptedCinderVolumes)testtools.testresult.real._StringException: Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 181, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 166, in setUpClass cls.setup_credentials() File "/opt/stack/tempest/tempest/test.py", line 387, in setup_credentials manager = cls.get_client_manager( File "/opt/stack/tempest/tempest/test.py", line 704, in get_client_manager creds = getattr(cred_provider, credentials_method)() File "/opt/stack/tempest/tempest/lib/common/dynamic_creds.py", line 432, in get_primary_creds return self.get_credentials('primary') File "/opt/stack/tempest/tempest/lib/common/dynamic_creds.py", line 418, in get_credentials network, subnet, router = self._create_network_resources( File "/opt/stack/tempest/tempest/lib/common/dynamic_creds.py", line 299, in _create_network_resources network = self._create_network(network_name, tenant_id) File "/opt/stack/tempest/tempest/lib/common/dynamic_creds.py", line 327, in _create_network resp_body = self.networks_admin_client.create_network( File "/opt/stack/tempest/tempest/lib/services/network/networks_client.py", line 27, in create_network return self.create_resource(uri, post_data) File "/opt/stack/tempest/tempest/lib/services/network/base.py", line 62, in create_resource resp, body = self.post(req_uri, req_post_data) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 299, in post return self.request('POST', url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 703, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 883, in _error_checker raise exceptions.UnexpectedResponseCode(str(resp.status), tempest.lib.exceptions.UnexpectedResponseCode: Unexpected response code received Details: 503 |
||||||
setUpClass (tempest.scenario.test_minimum_basic | 1 | 0 | 1 | 0 | 0 | Detail | |
TestMinimumBasicScenario) |
fail
ft18.1: setUpClass (tempest.scenario.test_minimum_basic.TestMinimumBasicScenario)testtools.testresult.real._StringException: Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 181, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 166, in setUpClass cls.setup_credentials() File "/opt/stack/tempest/tempest/test.py", line 387, in setup_credentials manager = cls.get_client_manager( File "/opt/stack/tempest/tempest/test.py", line 704, in get_client_manager creds = getattr(cred_provider, credentials_method)() File "/opt/stack/tempest/tempest/lib/common/dynamic_creds.py", line 432, in get_primary_creds return self.get_credentials('primary') File "/opt/stack/tempest/tempest/lib/common/dynamic_creds.py", line 418, in get_credentials network, subnet, router = self._create_network_resources( File "/opt/stack/tempest/tempest/lib/common/dynamic_creds.py", line 299, in _create_network_resources network = self._create_network(network_name, tenant_id) File "/opt/stack/tempest/tempest/lib/common/dynamic_creds.py", line 327, in _create_network resp_body = self.networks_admin_client.create_network( File "/opt/stack/tempest/tempest/lib/services/network/networks_client.py", line 27, in create_network return self.create_resource(uri, post_data) File "/opt/stack/tempest/tempest/lib/services/network/base.py", line 62, in create_resource resp, body = self.post(req_uri, req_post_data) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 299, in post return self.request('POST', url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 703, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 883, in _error_checker raise exceptions.UnexpectedResponseCode(str(resp.status), tempest.lib.exceptions.UnexpectedResponseCode: Unexpected response code received Details: 503 |
||||||
setUpClass (tempest.scenario.test_server_advanced_ops | 1 | 0 | 1 | 0 | 0 | Detail | |
TestServerAdvancedOps) |
fail
ft19.1: setUpClass (tempest.scenario.test_server_advanced_ops.TestServerAdvancedOps)testtools.testresult.real._StringException: Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 181, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 166, in setUpClass cls.setup_credentials() File "/opt/stack/tempest/tempest/scenario/test_server_advanced_ops.py", line 41, in setup_credentials super(TestServerAdvancedOps, cls).setup_credentials() File "/opt/stack/tempest/tempest/test.py", line 387, in setup_credentials manager = cls.get_client_manager( File "/opt/stack/tempest/tempest/test.py", line 704, in get_client_manager creds = getattr(cred_provider, credentials_method)() File "/opt/stack/tempest/tempest/lib/common/dynamic_creds.py", line 432, in get_primary_creds return self.get_credentials('primary') File "/opt/stack/tempest/tempest/lib/common/dynamic_creds.py", line 418, in get_credentials network, subnet, router = self._create_network_resources( File "/opt/stack/tempest/tempest/lib/common/dynamic_creds.py", line 299, in _create_network_resources network = self._create_network(network_name, tenant_id) File "/opt/stack/tempest/tempest/lib/common/dynamic_creds.py", line 327, in _create_network resp_body = self.networks_admin_client.create_network( File "/opt/stack/tempest/tempest/lib/services/network/networks_client.py", line 27, in create_network return self.create_resource(uri, post_data) File "/opt/stack/tempest/tempest/lib/services/network/base.py", line 62, in create_resource resp, body = self.post(req_uri, req_post_data) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 299, in post return self.request('POST', url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 703, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 883, in _error_checker raise exceptions.UnexpectedResponseCode(str(resp.status), tempest.lib.exceptions.UnexpectedResponseCode: Unexpected response code received Details: 503 |
||||||
setUpClass (tempest.scenario.test_shelve_instance | 1 | 0 | 1 | 0 | 0 | Detail | |
TestShelveInstance) |
fail
ft20.1: setUpClass (tempest.scenario.test_shelve_instance.TestShelveInstance)testtools.testresult.real._StringException: Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 181, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 166, in setUpClass cls.setup_credentials() File "/opt/stack/tempest/tempest/test.py", line 387, in setup_credentials manager = cls.get_client_manager( File "/opt/stack/tempest/tempest/test.py", line 704, in get_client_manager creds = getattr(cred_provider, credentials_method)() File "/opt/stack/tempest/tempest/lib/common/dynamic_creds.py", line 432, in get_primary_creds return self.get_credentials('primary') File "/opt/stack/tempest/tempest/lib/common/dynamic_creds.py", line 418, in get_credentials network, subnet, router = self._create_network_resources( File "/opt/stack/tempest/tempest/lib/common/dynamic_creds.py", line 299, in _create_network_resources network = self._create_network(network_name, tenant_id) File "/opt/stack/tempest/tempest/lib/common/dynamic_creds.py", line 327, in _create_network resp_body = self.networks_admin_client.create_network( File "/opt/stack/tempest/tempest/lib/services/network/networks_client.py", line 27, in create_network return self.create_resource(uri, post_data) File "/opt/stack/tempest/tempest/lib/services/network/base.py", line 62, in create_resource resp, body = self.post(req_uri, req_post_data) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 299, in post return self.request('POST', url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 703, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 883, in _error_checker raise exceptions.UnexpectedResponseCode(str(resp.status), tempest.lib.exceptions.UnexpectedResponseCode: Unexpected response code received Details: 503 |
||||||
setUpClass (tempest.scenario.test_snapshot_pattern | 1 | 0 | 1 | 0 | 0 | Detail | |
TestSnapshotPattern) |
fail
ft21.1: setUpClass (tempest.scenario.test_snapshot_pattern.TestSnapshotPattern)testtools.testresult.real._StringException: Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 181, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 166, in setUpClass cls.setup_credentials() File "/opt/stack/tempest/tempest/test.py", line 387, in setup_credentials manager = cls.get_client_manager( File "/opt/stack/tempest/tempest/test.py", line 704, in get_client_manager creds = getattr(cred_provider, credentials_method)() File "/opt/stack/tempest/tempest/lib/common/dynamic_creds.py", line 432, in get_primary_creds return self.get_credentials('primary') File "/opt/stack/tempest/tempest/lib/common/dynamic_creds.py", line 418, in get_credentials network, subnet, router = self._create_network_resources( File "/opt/stack/tempest/tempest/lib/common/dynamic_creds.py", line 299, in _create_network_resources network = self._create_network(network_name, tenant_id) File "/opt/stack/tempest/tempest/lib/common/dynamic_creds.py", line 327, in _create_network resp_body = self.networks_admin_client.create_network( File "/opt/stack/tempest/tempest/lib/services/network/networks_client.py", line 27, in create_network return self.create_resource(uri, post_data) File "/opt/stack/tempest/tempest/lib/services/network/base.py", line 62, in create_resource resp, body = self.post(req_uri, req_post_data) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 299, in post return self.request('POST', url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 703, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 883, in _error_checker raise exceptions.UnexpectedResponseCode(str(resp.status), tempest.lib.exceptions.UnexpectedResponseCode: Unexpected response code received Details: 503 |
||||||
tearDownClass (tempest.api.network.admin.test_external_network_extension | 1 | 0 | 1 | 0 | 0 | Detail | |
ExternalNetworksTestJSON) |
fail
ft22.1: tearDownClass (tempest.api.network.admin.test_external_network_extension.ExternalNetworksTestJSON)testtools.testresult.real._StringException: Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 235, in tearDownClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 207, in tearDownClass teardown() File "/opt/stack/tempest/tempest/test.py", line 589, in resource_cleanup raise testtools.MultipleExceptions(*cleanup_errors) testtools.runtest.MultipleExceptions: ((<class 'tempest.lib.exceptions.ServerFault'>, Got server fault Details: Request Failed: internal server error while processing your request., <traceback object at 0x7f4fdf9ebe00>), (<class 'tempest.lib.exceptions.ServerFault'>, Got server fault Details: Request Failed: internal server error while processing your request., <traceback object at 0x7f4fdfa59780>)) |
||||||
tearDownClass (tempest.api.network.admin.test_ports | 2 | 0 | 2 | 0 | 0 | Detail | |
PortsAdminExtendedAttrsTestJSON) |
fail
ft23.1: tearDownClass (tempest.api.network.admin.test_ports.PortsAdminExtendedAttrsTestJSON)testtools.testresult.real._StringException: Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 235, in tearDownClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 207, in tearDownClass teardown() File "/opt/stack/tempest/tempest/test.py", line 589, in resource_cleanup raise testtools.MultipleExceptions(*cleanup_errors) testtools.runtest.MultipleExceptions: (<class 'tempest.lib.exceptions.ServerFault'>, Got server fault Details: Request Failed: internal server error while processing your request., <traceback object at 0x7f257cf75480>) |
||||||
PortsAdminExtendedAttrsIpV6TestJSON) |
fail
ft23.2: tearDownClass (tempest.api.network.admin.test_ports.PortsAdminExtendedAttrsIpV6TestJSON)testtools.testresult.real._StringException: Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 235, in tearDownClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 207, in tearDownClass teardown() File "/opt/stack/tempest/tempest/test.py", line 589, in resource_cleanup raise testtools.MultipleExceptions(*cleanup_errors) testtools.runtest.MultipleExceptions: (<class 'tempest.lib.exceptions.ServerFault'>, Got server fault Details: Request Failed: internal server error while processing your request., <traceback object at 0x7f78d6a37840>) |
||||||
tearDownClass (tempest.api.network.admin.test_routers | 2 | 0 | 2 | 0 | 0 | Detail | |
RoutersIpV6AdminTest) |
fail
ft24.1: tearDownClass (tempest.api.network.admin.test_routers.RoutersIpV6AdminTest)testtools.testresult.real._StringException: Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 235, in tearDownClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 207, in tearDownClass teardown() File "/opt/stack/tempest/tempest/test.py", line 589, in resource_cleanup raise testtools.MultipleExceptions(*cleanup_errors) testtools.runtest.MultipleExceptions: (<class 'tempest.lib.exceptions.ServerFault'>, Got server fault Details: Request Failed: internal server error while processing your request., <traceback object at 0x7f257d2cc280>) |
||||||
RoutersAdminTest) |
fail
ft24.2: tearDownClass (tempest.api.network.admin.test_routers.RoutersAdminTest)testtools.testresult.real._StringException: Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 235, in tearDownClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 207, in tearDownClass teardown() File "/opt/stack/tempest/tempest/test.py", line 589, in resource_cleanup raise testtools.MultipleExceptions(*cleanup_errors) testtools.runtest.MultipleExceptions: (<class 'tempest.lib.exceptions.ServerFault'>, Got server fault Details: Request Failed: internal server error while processing your request., <traceback object at 0x7f4fdf6e0080>) |
||||||
tearDownClass (tempest.api.network.test_dhcp_ipv6 | 1 | 0 | 1 | 0 | 0 | Detail | |
NetworksTestDHCPv6) |
fail
ft25.1: tearDownClass (tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6)testtools.testresult.real._StringException: Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 235, in tearDownClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 207, in tearDownClass teardown() File "/opt/stack/tempest/tempest/test.py", line 589, in resource_cleanup raise testtools.MultipleExceptions(*cleanup_errors) testtools.runtest.MultipleExceptions: (<class 'tempest.lib.exceptions.ServerFault'>, Got server fault Details: Request Failed: internal server error while processing your request., <traceback object at 0x7f3d7a6e63c0>) |
||||||
tearDownClass (tempest.api.network.test_networks | 2 | 0 | 2 | 0 | 0 | Detail | |
BulkNetworkOpsTest) |
fail
ft26.1: tearDownClass (tempest.api.network.test_networks.BulkNetworkOpsTest)testtools.testresult.real._StringException: Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 235, in tearDownClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 207, in tearDownClass teardown() File "/opt/stack/tempest/tempest/test.py", line 589, in resource_cleanup raise testtools.MultipleExceptions(*cleanup_errors) testtools.runtest.MultipleExceptions: ((<class 'tempest.lib.exceptions.ServerFault'>, Got server fault Details: Request Failed: internal server error while processing your request., <traceback object at 0x7f4b9cae7580>), (<class 'tempest.lib.exceptions.ServerFault'>, Got server fault Details: Request Failed: internal server error while processing your request., <traceback object at 0x7f4b9ceaf080>), (<class 'tempest.lib.exceptions.ServerFault'>, Got server fault Details: Request Failed: internal server error while processing your request., <traceback object at 0x7f4b9d168f40>), (<class 'tempest.lib.exceptions.ServerFault'>, Got server fault Details: Request Failed: internal server error while processing your request., <traceback object at 0x7f4b9d16d180>)) |
||||||
BulkNetworkOpsIpV6Test) |
fail
ft26.2: tearDownClass (tempest.api.network.test_networks.BulkNetworkOpsIpV6Test)testtools.testresult.real._StringException: Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 235, in tearDownClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 207, in tearDownClass teardown() File "/opt/stack/tempest/tempest/test.py", line 589, in resource_cleanup raise testtools.MultipleExceptions(*cleanup_errors) testtools.runtest.MultipleExceptions: ((<class 'tempest.lib.exceptions.ServerFault'>, Got server fault Details: Request Failed: internal server error while processing your request., <traceback object at 0x7f3d7a3b5380>), (<class 'tempest.lib.exceptions.ServerFault'>, Got server fault Details: Request Failed: internal server error while processing your request., <traceback object at 0x7f3d7a3ab2c0>), (<class 'tempest.lib.exceptions.ServerFault'>, Got server fault Details: Request Failed: internal server error while processing your request., <traceback object at 0x7f3d7a3a5dc0>), (<class 'tempest.lib.exceptions.ServerFault'>, Got server fault Details: Request Failed: internal server error while processing your request., <traceback object at 0x7f3d7a40d600>)) |
||||||
tempest.api.network.admin.test_external_network_extension.ExternalNetworksTestJSON | 5 | 3 | 2 | 0 | 0 | Detail | |
test_create_external_network[id-462be770-b310-4df9-9c42-773217e4c8b1] |
pass
pt27.1: tempest.api.network.admin.test_external_network_extension.ExternalNetworksTestJSON.test_create_external_network[id-462be770-b310-4df9-9c42-773217e4c8b1] |
||||||
test_delete_external_networks_with_floating_ip[id-82068503-2cf2-4ed4-b3be-ecb89432e4bb] |
pass
pt27.2: tempest.api.network.admin.test_external_network_extension.ExternalNetworksTestJSON.test_delete_external_networks_with_floating_ip[id-82068503-2cf2-4ed4-b3be-ecb89432e4bb] |
||||||
test_list_external_networks[id-39be4c9b-a57e-4ff9-b7c7-b218e209dfcc] |
fail
ft27.3: tempest.api.network.admin.test_external_network_extension.ExternalNetworksTestJSON.test_list_external_networks[id-39be4c9b-a57e-4ff9-b7c7-b218e209dfcc]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2021-11-19 16:40:09,333 124852 INFO [tempest.lib.common.rest_client] Request (ExternalNetworksTestJSON:test_list_external_networks): 201 POST http://10.222.0.76:9696/v2.0/networks 0.822s 2021-11-19 16:40:09,334 124852 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"network": {"name": "tempest-network--1268846199", "router:external": true}} Response - Headers: {'content-type': 'application/json', 'content-length': '664', 'x-openstack-request-id': 'req-b923a722-c9c2-4e8b-be2c-3ee679971926', 'date': 'Fri, 19 Nov 2021 16:40:09 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.76:9696/v2.0/networks'} Body: b'{"network":{"id":"02b64975-7895-4d5c-8e71-5c1e14ed7ccd","name":"tempest-network--1268846199","tenant_id":"e1998b8f731643a8a2bfbb903c7fe5ea","admin_state_up":true,"mtu":1500,"status":"ACTIVE","subnets":[],"shared":false,"project_id":"e1998b8f731643a8a2bfbb903c7fe5ea","port_security_enabled":true,"router:external":true,"provider:network_type":"vlan","provider:physical_network":"physnet1","provider:segmentation_id":655,"is_default":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"ipv6_address_scope":null,"description":"","tags":[],"created_at":"2021-11-19T16:40:08Z","updated_at":"2021-11-19T16:40:08Z","revision_number":1}}' 2021-11-19 16:40:09,379 124852 INFO [tempest.lib.common.rest_client] Request (ExternalNetworksTestJSON:test_list_external_networks): 500 GET http://10.222.0.76:9696/v2.0/networks 0.045s 2021-11-19 16:40:09,380 124852 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'content-type': 'application/json', 'content-length': '150', 'x-openstack-request-id': 'req-ce430031-8170-47bf-90e7-88d03f43c9c0', 'date': 'Fri, 19 Nov 2021 16:40:09 GMT', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.76:9696/v2.0/networks'} Body: b'{"NeutronError": {"type": "HTTPInternalServerError", "message": "Request Failed: internal server error while processing your request.", "detail": ""}}' 2021-11-19 16:40:10,218 124852 INFO [tempest.lib.common.rest_client] Request (ExternalNetworksTestJSON:_run_cleanups): 204 DELETE http://10.222.0.76:9696/v2.0/networks/02b64975-7895-4d5c-8e71-5c1e14ed7ccd 0.837s 2021-11-19 16:40:10,219 124852 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'content-length': '0', 'x-openstack-request-id': 'req-ed2e19b9-28c2-4c07-a7f7-b864ffbdf789', 'date': 'Fri, 19 Nov 2021 16:40:10 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.76:9696/v2.0/networks/02b64975-7895-4d5c-8e71-5c1e14ed7ccd'} Body: b'' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/network/admin/test_external_network_extension.py", line 80, in test_list_external_networks body = self.networks_client.list_networks() File "/opt/stack/tempest/tempest/lib/services/network/networks_client.py", line 62, in list_networks return self.list_resources(uri, **filters) File "/opt/stack/tempest/tempest/lib/services/network/base.py", line 35, in list_resources resp, body = self.get(req_uri) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 314, in get return self.request('GET', url, extra_headers, headers) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 703, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 879, in _error_checker raise exceptions.ServerFault(resp_body, resp=resp, tempest.lib.exceptions.ServerFault: Got server fault Details: Request Failed: internal server error while processing your request. |
||||||
test_show_external_networks_attribute[id-2ac50ab2-7ebd-4e27-b3ce-a9e399faaea2] |
fail
ft27.4: tempest.api.network.admin.test_external_network_extension.ExternalNetworksTestJSON.test_show_external_networks_attribute[id-2ac50ab2-7ebd-4e27-b3ce-a9e399faaea2]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2021-11-19 16:40:10,886 124852 INFO [tempest.lib.common.rest_client] Request (ExternalNetworksTestJSON:test_show_external_networks_attribute): 201 POST http://10.222.0.76:9696/v2.0/networks 0.666s 2021-11-19 16:40:10,887 124852 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"network": {"name": "tempest-network--1640050023", "router:external": true}} Response - Headers: {'content-type': 'application/json', 'content-length': '664', 'x-openstack-request-id': 'req-1b325b90-61d2-4279-b42f-613474ea2b05', 'date': 'Fri, 19 Nov 2021 16:40:10 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.76:9696/v2.0/networks'} Body: b'{"network":{"id":"dd4bb888-c6f6-4958-b753-5d332e52d4b0","name":"tempest-network--1640050023","tenant_id":"e1998b8f731643a8a2bfbb903c7fe5ea","admin_state_up":true,"mtu":1500,"status":"ACTIVE","subnets":[],"shared":false,"project_id":"e1998b8f731643a8a2bfbb903c7fe5ea","port_security_enabled":true,"router:external":true,"provider:network_type":"vlan","provider:physical_network":"physnet1","provider:segmentation_id":659,"is_default":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"ipv6_address_scope":null,"description":"","tags":[],"created_at":"2021-11-19T16:40:10Z","updated_at":"2021-11-19T16:40:10Z","revision_number":1}}' 2021-11-19 16:40:10,935 124852 INFO [tempest.lib.common.rest_client] Request (ExternalNetworksTestJSON:test_show_external_networks_attribute): 500 GET http://10.222.0.76:9696/v2.0/networks/dd4bb888-c6f6-4958-b753-5d332e52d4b0 0.047s 2021-11-19 16:40:10,935 124852 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'content-type': 'application/json', 'content-length': '150', 'x-openstack-request-id': 'req-e2c1072a-e0cb-42c8-b683-1558a190129a', 'date': 'Fri, 19 Nov 2021 16:40:10 GMT', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.76:9696/v2.0/networks/dd4bb888-c6f6-4958-b753-5d332e52d4b0'} Body: b'{"NeutronError": {"type": "HTTPInternalServerError", "message": "Request Failed: internal server error while processing your request.", "detail": ""}}' 2021-11-19 16:40:11,661 124852 INFO [tempest.lib.common.rest_client] Request (ExternalNetworksTestJSON:_run_cleanups): 204 DELETE http://10.222.0.76:9696/v2.0/networks/dd4bb888-c6f6-4958-b753-5d332e52d4b0 0.725s 2021-11-19 16:40:11,661 124852 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'content-length': '0', 'x-openstack-request-id': 'req-deb6ce30-1a59-4ead-8364-9f06b12562a6', 'date': 'Fri, 19 Nov 2021 16:40:11 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.76:9696/v2.0/networks/dd4bb888-c6f6-4958-b753-5d332e52d4b0'} Body: b'' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/network/admin/test_external_network_extension.py", line 97, in test_show_external_networks_attribute body = self.networks_client.show_network(external_network['id']) File "/opt/stack/tempest/tempest/lib/services/network/networks_client.py", line 48, in show_network return self.show_resource(uri, **fields) File "/opt/stack/tempest/tempest/lib/services/network/base.py", line 53, in show_resource resp, body = self.get(req_uri) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 314, in get return self.request('GET', url, extra_headers, headers) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 703, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 879, in _error_checker raise exceptions.ServerFault(resp_body, resp=resp, tempest.lib.exceptions.ServerFault: Got server fault Details: Request Failed: internal server error while processing your request. |
||||||
test_update_external_network[id-4db5417a-e11c-474d-a361-af00ebef57c5] |
pass
pt27.5: tempest.api.network.admin.test_external_network_extension.ExternalNetworksTestJSON.test_update_external_network[id-4db5417a-e11c-474d-a361-af00ebef57c5] |
||||||
tempest.api.network.admin.test_routers.RoutersAdminTest | 9 | 5 | 4 | 0 | 0 | Detail | |
test_create_router_set_gateway_with_fixed_ip[id-cbe42f84-04c2-11e7-8adb-fa163e4fa634] |
pass
pt28.1: tempest.api.network.admin.test_routers.RoutersAdminTest.test_create_router_set_gateway_with_fixed_ip[id-cbe42f84-04c2-11e7-8adb-fa163e4fa634] |
||||||
test_create_router_setting_project_id[id-e54dd3a3-4352-4921-b09d-44369ae17397] |
pass
pt28.2: tempest.api.network.admin.test_routers.RoutersAdminTest.test_create_router_setting_project_id[id-e54dd3a3-4352-4921-b09d-44369ae17397] |
||||||
test_create_router_with_default_snat_value[id-847257cc-6afd-4154-b8fb-af49f5670ce8] |
fail
ft28.3: tempest.api.network.admin.test_routers.RoutersAdminTest.test_create_router_with_default_snat_value[id-847257cc-6afd-4154-b8fb-af49f5670ce8]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2021-11-19 16:41:00,935 124852 INFO [tempest.lib.common.rest_client] Request (RoutersAdminTest:test_create_router_with_default_snat_value): 500 POST http://10.222.0.76:9696/v2.0/routers 1.390s 2021-11-19 16:41:00,936 124852 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"router": {"name": "tempest-RoutersAdminTest-router-1530228069", "external_gateway_info": {"network_id": "67bab61c-66b4-44e7-81e2-04c30c78e363"}, "admin_state_up": false}} Response - Headers: {'content-type': 'application/json', 'content-length': '150', 'x-openstack-request-id': 'req-39c3b20a-1b99-4f8f-be37-1ea8d1e35a12', 'date': 'Fri, 19 Nov 2021 16:41:00 GMT', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.76:9696/v2.0/routers'} Body: b'{"NeutronError": {"type": "HTTPInternalServerError", "message": "Request Failed: internal server error while processing your request.", "detail": ""}}' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 89, in wrapper return func(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/api/network/admin/test_routers.py", line 80, in test_create_router_with_default_snat_value router = self._create_router( File "/opt/stack/tempest/tempest/api/network/admin/test_routers.py", line 42, in _create_router router = self.create_router(name, admin_state_up, File "/opt/stack/tempest/tempest/api/network/base.py", line 190, in create_router body = cls.routers_client.create_router( File "/opt/stack/tempest/tempest/lib/services/network/routers_client.py", line 27, in create_router return self.create_resource(uri, post_body) File "/opt/stack/tempest/tempest/lib/services/network/base.py", line 62, in create_resource resp, body = self.post(req_uri, req_post_data) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 299, in post return self.request('POST', url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 703, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 879, in _error_checker raise exceptions.ServerFault(resp_body, resp=resp, tempest.lib.exceptions.ServerFault: Got server fault Details: Request Failed: internal server error while processing your request. |
||||||
test_create_router_with_snat_explicit[id-ea74068d-09e9-4fd7-8995-9b6a1ace920f] |
pass
pt28.4: tempest.api.network.admin.test_routers.RoutersAdminTest.test_create_router_with_snat_explicit[id-ea74068d-09e9-4fd7-8995-9b6a1ace920f] |
||||||
test_update_router_reset_gateway_without_snat[id-f2faf994-97f4-410b-a831-9bc977b64374] |
fail
ft28.5: tempest.api.network.admin.test_routers.RoutersAdminTest.test_update_router_reset_gateway_without_snat[id-f2faf994-97f4-410b-a831-9bc977b64374]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2021-11-19 16:41:08,903 124852 INFO [tempest.lib.common.rest_client] Request (RoutersAdminTest:test_update_router_reset_gateway_without_snat): 500 POST http://10.222.0.76:9696/v2.0/routers 0.597s 2021-11-19 16:41:08,904 124852 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"router": {"name": "tempest-RoutersAdminTest-router-486050672", "external_gateway_info": {"network_id": "67bab61c-66b4-44e7-81e2-04c30c78e363"}, "admin_state_up": false}} Response - Headers: {'content-type': 'application/json', 'content-length': '150', 'x-openstack-request-id': 'req-cf403fe8-deaf-4036-baf7-a2110c0e3b47', 'date': 'Fri, 19 Nov 2021 16:41:08 GMT', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.76:9696/v2.0/routers'} Body: b'{"NeutronError": {"type": "HTTPInternalServerError", "message": "Request Failed: internal server error while processing your request.", "detail": ""}}' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 89, in wrapper return func(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/api/network/admin/test_routers.py", line 210, in test_update_router_reset_gateway_without_snat router = self._create_router( File "/opt/stack/tempest/tempest/api/network/admin/test_routers.py", line 42, in _create_router router = self.create_router(name, admin_state_up, File "/opt/stack/tempest/tempest/api/network/base.py", line 190, in create_router body = cls.routers_client.create_router( File "/opt/stack/tempest/tempest/lib/services/network/routers_client.py", line 27, in create_router return self.create_resource(uri, post_body) File "/opt/stack/tempest/tempest/lib/services/network/base.py", line 62, in create_resource resp, body = self.post(req_uri, req_post_data) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 299, in post return self.request('POST', url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 703, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 879, in _error_checker raise exceptions.ServerFault(resp_body, resp=resp, tempest.lib.exceptions.ServerFault: Got server fault Details: Request Failed: internal server error while processing your request. |
||||||
test_update_router_set_gateway[id-6cc285d8-46bf-4f36-9b1a-783e3008ba79] |
fail
ft28.6: tempest.api.network.admin.test_routers.RoutersAdminTest.test_update_router_set_gateway[id-6cc285d8-46bf-4f36-9b1a-783e3008ba79]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2021-11-19 16:41:09,048 124852 INFO [tempest.lib.common.rest_client] Request (RoutersAdminTest:test_update_router_set_gateway): 201 POST http://10.222.0.76:9696/v2.0/routers 0.140s 2021-11-19 16:41:09,048 124852 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"router": {"name": "tempest-RoutersAdminTest-router-1016159751", "external_gateway_info": {}, "admin_state_up": false}} Response - Headers: {'content-type': 'application/json', 'content-length': '506', 'x-openstack-request-id': 'req-d476c235-27e1-4004-b9a3-a1f02b669f11', 'date': 'Fri, 19 Nov 2021 16:41:09 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.76:9696/v2.0/routers'} Body: b'{"router": {"id": "b6a1d654-30b7-4f92-a429-8a901757b2cc", "name": "tempest-RoutersAdminTest-router-1016159751", "tenant_id": "00a456763087441fa4c519d72bad551f", "admin_state_up": false, "status": "ACTIVE", "external_gateway_info": null, "description": "", "availability_zones": [], "availability_zone_hints": [], "routes": [], "flavor_id": null, "tags": [], "created_at": "2021-11-19T16:41:08Z", "updated_at": "2021-11-19T16:41:08Z", "revision_number": 1, "project_id": "00a456763087441fa4c519d72bad551f"}}' 2021-11-19 16:41:09,305 124852 INFO [tempest.lib.common.rest_client] Request (RoutersAdminTest:test_update_router_set_gateway): 500 PUT http://10.222.0.76:9696/v2.0/routers/b6a1d654-30b7-4f92-a429-8a901757b2cc 0.256s 2021-11-19 16:41:09,305 124852 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"router": {"external_gateway_info": {"network_id": "67bab61c-66b4-44e7-81e2-04c30c78e363"}}} Response - Headers: {'content-type': 'application/json', 'content-length': '150', 'x-openstack-request-id': 'req-2c17ff40-0cd1-4665-959e-7d23ae7a6a18', 'date': 'Fri, 19 Nov 2021 16:41:09 GMT', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.76:9696/v2.0/routers/b6a1d654-30b7-4f92-a429-8a901757b2cc'} Body: b'{"NeutronError": {"type": "HTTPInternalServerError", "message": "Request Failed: internal server error while processing your request.", "detail": ""}}' 2021-11-19 16:41:09,339 124852 INFO [tempest.lib.common.rest_client] Request (RoutersAdminTest:_run_cleanups): 200 GET http://10.222.0.76:9696/v2.0/ports?device_id=b6a1d654-30b7-4f92-a429-8a901757b2cc 0.032s 2021-11-19 16:41:09,339 124852 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'content-type': 'application/json', 'content-length': '12', 'x-openstack-request-id': 'req-dcd8c2b5-c523-46a8-a290-c2819173004f', 'date': 'Fri, 19 Nov 2021 16:41:09 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76:9696/v2.0/ports?device_id=b6a1d654-30b7-4f92-a429-8a901757b2cc'} Body: b'{"ports":[]}' 2021-11-19 16:41:09,656 124852 INFO [tempest.lib.common.rest_client] Request (RoutersAdminTest:_run_cleanups): 204 DELETE http://10.222.0.76:9696/v2.0/routers/b6a1d654-30b7-4f92-a429-8a901757b2cc 0.316s 2021-11-19 16:41:09,657 124852 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'x-openstack-request-id': 'req-c2d6219c-9d22-4d5f-8f73-84885b510f11', 'content-length': '0', 'date': 'Fri, 19 Nov 2021 16:41:09 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.76:9696/v2.0/routers/b6a1d654-30b7-4f92-a429-8a901757b2cc'} Body: b'' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/network/admin/test_routers.py", line 142, in test_update_router_set_gateway self.routers_client.update_router( File "/opt/stack/tempest/tempest/lib/services/network/routers_client.py", line 38, in update_router return self.update_resource(uri, update_body) File "/opt/stack/tempest/tempest/lib/services/network/base.py", line 77, in update_resource resp, body = self.put(req_uri, req_post_data) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 363, in put return self.request('PUT', url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 703, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 879, in _error_checker raise exceptions.ServerFault(resp_body, resp=resp, tempest.lib.exceptions.ServerFault: Got server fault Details: Request Failed: internal server error while processing your request. |
||||||
test_update_router_set_gateway_with_snat_explicit[id-b386c111-3b21-466d-880c-5e72b01e1a33] |
pass
pt28.7: tempest.api.network.admin.test_routers.RoutersAdminTest.test_update_router_set_gateway_with_snat_explicit[id-b386c111-3b21-466d-880c-5e72b01e1a33] |
||||||
test_update_router_set_gateway_without_snat[id-96536bc7-8262-4fb2-9967-5c46940fa279] |
pass
pt28.8: tempest.api.network.admin.test_routers.RoutersAdminTest.test_update_router_set_gateway_without_snat[id-96536bc7-8262-4fb2-9967-5c46940fa279] |
||||||
test_update_router_unset_gateway[id-ad81b7ee-4f81-407b-a19c-17e623f763e8] |
fail
ft28.9: tempest.api.network.admin.test_routers.RoutersAdminTest.test_update_router_unset_gateway[id-ad81b7ee-4f81-407b-a19c-17e623f763e8]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2021-11-19 16:41:16,285 124852 INFO [tempest.lib.common.rest_client] Request (RoutersAdminTest:test_update_router_unset_gateway): 500 POST http://10.222.0.76:9696/v2.0/routers 0.521s 2021-11-19 16:41:16,285 124852 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"router": {"name": "tempest-RoutersAdminTest-router-1959754775", "external_gateway_info": {"network_id": "67bab61c-66b4-44e7-81e2-04c30c78e363"}, "admin_state_up": false}} Response - Headers: {'content-type': 'application/json', 'content-length': '150', 'x-openstack-request-id': 'req-db5c3a94-cf1a-499f-a029-ca45d8cc96c8', 'date': 'Fri, 19 Nov 2021 16:41:16 GMT', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.76:9696/v2.0/routers'} Body: b'{"NeutronError": {"type": "HTTPInternalServerError", "message": "Request Failed: internal server error while processing your request.", "detail": ""}}' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/network/admin/test_routers.py", line 193, in test_update_router_unset_gateway router = self._create_router( File "/opt/stack/tempest/tempest/api/network/admin/test_routers.py", line 42, in _create_router router = self.create_router(name, admin_state_up, File "/opt/stack/tempest/tempest/api/network/base.py", line 190, in create_router body = cls.routers_client.create_router( File "/opt/stack/tempest/tempest/lib/services/network/routers_client.py", line 27, in create_router return self.create_resource(uri, post_body) File "/opt/stack/tempest/tempest/lib/services/network/base.py", line 62, in create_resource resp, body = self.post(req_uri, req_post_data) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 299, in post return self.request('POST', url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 703, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 879, in _error_checker raise exceptions.ServerFault(resp_body, resp=resp, tempest.lib.exceptions.ServerFault: Got server fault Details: Request Failed: internal server error while processing your request. |
||||||
tempest.api.network.admin.test_routers.RoutersIpV6AdminTest | 9 | 5 | 4 | 0 | 0 | Detail | |
test_create_router_set_gateway_with_fixed_ip[id-cbe42f84-04c2-11e7-8adb-fa163e4fa634] |
pass
pt29.1: tempest.api.network.admin.test_routers.RoutersIpV6AdminTest.test_create_router_set_gateway_with_fixed_ip[id-cbe42f84-04c2-11e7-8adb-fa163e4fa634] |
||||||
test_create_router_setting_project_id[id-e54dd3a3-4352-4921-b09d-44369ae17397] |
pass
pt29.2: tempest.api.network.admin.test_routers.RoutersIpV6AdminTest.test_create_router_setting_project_id[id-e54dd3a3-4352-4921-b09d-44369ae17397] |
||||||
test_create_router_with_default_snat_value[id-847257cc-6afd-4154-b8fb-af49f5670ce8] |
fail
ft29.3: tempest.api.network.admin.test_routers.RoutersIpV6AdminTest.test_create_router_with_default_snat_value[id-847257cc-6afd-4154-b8fb-af49f5670ce8]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2021-11-19 16:40:18,315 124854 INFO [tempest.lib.common.rest_client] Request (RoutersIpV6AdminTest:test_create_router_with_default_snat_value): 500 POST http://10.222.0.76:9696/v2.0/routers 1.488s 2021-11-19 16:40:18,315 124854 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"router": {"name": "tempest-RoutersIpV6AdminTest-router-1834733326", "external_gateway_info": {"network_id": "67bab61c-66b4-44e7-81e2-04c30c78e363"}, "admin_state_up": false}} Response - Headers: {'content-type': 'application/json', 'content-length': '150', 'x-openstack-request-id': 'req-0ada233f-0927-458f-8962-54171d0dad13', 'date': 'Fri, 19 Nov 2021 16:40:18 GMT', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.76:9696/v2.0/routers'} Body: b'{"NeutronError": {"type": "HTTPInternalServerError", "message": "Request Failed: internal server error while processing your request.", "detail": ""}}' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 89, in wrapper return func(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/api/network/admin/test_routers.py", line 80, in test_create_router_with_default_snat_value router = self._create_router( File "/opt/stack/tempest/tempest/api/network/admin/test_routers.py", line 42, in _create_router router = self.create_router(name, admin_state_up, File "/opt/stack/tempest/tempest/api/network/base.py", line 190, in create_router body = cls.routers_client.create_router( File "/opt/stack/tempest/tempest/lib/services/network/routers_client.py", line 27, in create_router return self.create_resource(uri, post_body) File "/opt/stack/tempest/tempest/lib/services/network/base.py", line 62, in create_resource resp, body = self.post(req_uri, req_post_data) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 299, in post return self.request('POST', url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 703, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 879, in _error_checker raise exceptions.ServerFault(resp_body, resp=resp, tempest.lib.exceptions.ServerFault: Got server fault Details: Request Failed: internal server error while processing your request. |
||||||
test_create_router_with_snat_explicit[id-ea74068d-09e9-4fd7-8995-9b6a1ace920f] |
pass
pt29.4: tempest.api.network.admin.test_routers.RoutersIpV6AdminTest.test_create_router_with_snat_explicit[id-ea74068d-09e9-4fd7-8995-9b6a1ace920f] |
||||||
test_update_router_reset_gateway_without_snat[id-f2faf994-97f4-410b-a831-9bc977b64374] |
fail
ft29.5: tempest.api.network.admin.test_routers.RoutersIpV6AdminTest.test_update_router_reset_gateway_without_snat[id-f2faf994-97f4-410b-a831-9bc977b64374]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2021-11-19 16:40:31,189 124854 INFO [tempest.lib.common.rest_client] Request (RoutersIpV6AdminTest:test_update_router_reset_gateway_without_snat): 500 POST http://10.222.0.76:9696/v2.0/routers 0.960s 2021-11-19 16:40:31,190 124854 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"router": {"name": "tempest-RoutersIpV6AdminTest-router-2089624641", "external_gateway_info": {"network_id": "67bab61c-66b4-44e7-81e2-04c30c78e363"}, "admin_state_up": false}} Response - Headers: {'content-type': 'application/json', 'content-length': '150', 'x-openstack-request-id': 'req-9133ae0d-6d16-4736-9393-77868a1356d3', 'date': 'Fri, 19 Nov 2021 16:40:31 GMT', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.76:9696/v2.0/routers'} Body: b'{"NeutronError": {"type": "HTTPInternalServerError", "message": "Request Failed: internal server error while processing your request.", "detail": ""}}' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 89, in wrapper return func(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/api/network/admin/test_routers.py", line 210, in test_update_router_reset_gateway_without_snat router = self._create_router( File "/opt/stack/tempest/tempest/api/network/admin/test_routers.py", line 42, in _create_router router = self.create_router(name, admin_state_up, File "/opt/stack/tempest/tempest/api/network/base.py", line 190, in create_router body = cls.routers_client.create_router( File "/opt/stack/tempest/tempest/lib/services/network/routers_client.py", line 27, in create_router return self.create_resource(uri, post_body) File "/opt/stack/tempest/tempest/lib/services/network/base.py", line 62, in create_resource resp, body = self.post(req_uri, req_post_data) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 299, in post return self.request('POST', url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 703, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 879, in _error_checker raise exceptions.ServerFault(resp_body, resp=resp, tempest.lib.exceptions.ServerFault: Got server fault Details: Request Failed: internal server error while processing your request. |
||||||
test_update_router_set_gateway[id-6cc285d8-46bf-4f36-9b1a-783e3008ba79] |
fail
ft29.6: tempest.api.network.admin.test_routers.RoutersIpV6AdminTest.test_update_router_set_gateway[id-6cc285d8-46bf-4f36-9b1a-783e3008ba79]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2021-11-19 16:40:31,992 124854 INFO [tempest.lib.common.rest_client] Request (RoutersIpV6AdminTest:test_update_router_set_gateway): 201 POST http://10.222.0.76:9696/v2.0/routers 0.799s 2021-11-19 16:40:31,992 124854 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"router": {"name": "tempest-RoutersIpV6AdminTest-router-249183947", "external_gateway_info": {}, "admin_state_up": false}} Response - Headers: {'content-type': 'application/json', 'content-length': '509', 'x-openstack-request-id': 'req-12285162-0262-482d-a197-dc3c4cf62041', 'date': 'Fri, 19 Nov 2021 16:40:31 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.76:9696/v2.0/routers'} Body: b'{"router": {"id": "12563138-04cf-4378-9b33-34f68a9c7dbb", "name": "tempest-RoutersIpV6AdminTest-router-249183947", "tenant_id": "4414c016fba84ae9a2d2cdd9d82abac5", "admin_state_up": false, "status": "ACTIVE", "external_gateway_info": null, "description": "", "availability_zones": [], "availability_zone_hints": [], "routes": [], "flavor_id": null, "tags": [], "created_at": "2021-11-19T16:40:31Z", "updated_at": "2021-11-19T16:40:31Z", "revision_number": 1, "project_id": "4414c016fba84ae9a2d2cdd9d82abac5"}}' 2021-11-19 16:40:32,502 124854 INFO [tempest.lib.common.rest_client] Request (RoutersIpV6AdminTest:test_update_router_set_gateway): 500 PUT http://10.222.0.76:9696/v2.0/routers/12563138-04cf-4378-9b33-34f68a9c7dbb 0.509s 2021-11-19 16:40:32,502 124854 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"router": {"external_gateway_info": {"network_id": "67bab61c-66b4-44e7-81e2-04c30c78e363"}}} Response - Headers: {'content-type': 'application/json', 'content-length': '150', 'x-openstack-request-id': 'req-f6da8b98-234b-4114-ad3b-f7943d8eeef8', 'date': 'Fri, 19 Nov 2021 16:40:32 GMT', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.76:9696/v2.0/routers/12563138-04cf-4378-9b33-34f68a9c7dbb'} Body: b'{"NeutronError": {"type": "HTTPInternalServerError", "message": "Request Failed: internal server error while processing your request.", "detail": ""}}' 2021-11-19 16:40:32,572 124854 INFO [tempest.lib.common.rest_client] Request (RoutersIpV6AdminTest:_run_cleanups): 200 GET http://10.222.0.76:9696/v2.0/ports?device_id=12563138-04cf-4378-9b33-34f68a9c7dbb 0.068s 2021-11-19 16:40:32,572 124854 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'content-type': 'application/json', 'content-length': '12', 'x-openstack-request-id': 'req-1f2a8f57-4f09-4d5b-9d4e-a361f91edd8a', 'date': 'Fri, 19 Nov 2021 16:40:32 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76:9696/v2.0/ports?device_id=12563138-04cf-4378-9b33-34f68a9c7dbb'} Body: b'{"ports":[]}' 2021-11-19 16:40:33,484 124854 INFO [tempest.lib.common.rest_client] Request (RoutersIpV6AdminTest:_run_cleanups): 204 DELETE http://10.222.0.76:9696/v2.0/routers/12563138-04cf-4378-9b33-34f68a9c7dbb 0.912s 2021-11-19 16:40:33,485 124854 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'x-openstack-request-id': 'req-5af0c26a-a515-41c2-bac8-eb40d72210b0', 'content-length': '0', 'date': 'Fri, 19 Nov 2021 16:40:33 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.76:9696/v2.0/routers/12563138-04cf-4378-9b33-34f68a9c7dbb'} Body: b'' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/network/admin/test_routers.py", line 142, in test_update_router_set_gateway self.routers_client.update_router( File "/opt/stack/tempest/tempest/lib/services/network/routers_client.py", line 38, in update_router return self.update_resource(uri, update_body) File "/opt/stack/tempest/tempest/lib/services/network/base.py", line 77, in update_resource resp, body = self.put(req_uri, req_post_data) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 363, in put return self.request('PUT', url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 703, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 879, in _error_checker raise exceptions.ServerFault(resp_body, resp=resp, tempest.lib.exceptions.ServerFault: Got server fault Details: Request Failed: internal server error while processing your request. |
||||||
test_update_router_set_gateway_with_snat_explicit[id-b386c111-3b21-466d-880c-5e72b01e1a33] |
pass
pt29.7: tempest.api.network.admin.test_routers.RoutersIpV6AdminTest.test_update_router_set_gateway_with_snat_explicit[id-b386c111-3b21-466d-880c-5e72b01e1a33] |
||||||
test_update_router_set_gateway_without_snat[id-96536bc7-8262-4fb2-9967-5c46940fa279] |
pass
pt29.8: tempest.api.network.admin.test_routers.RoutersIpV6AdminTest.test_update_router_set_gateway_without_snat[id-96536bc7-8262-4fb2-9967-5c46940fa279] |
||||||
test_update_router_unset_gateway[id-ad81b7ee-4f81-407b-a19c-17e623f763e8] |
fail
ft29.9: tempest.api.network.admin.test_routers.RoutersIpV6AdminTest.test_update_router_unset_gateway[id-ad81b7ee-4f81-407b-a19c-17e623f763e8]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2021-11-19 16:40:50,333 124854 INFO [tempest.lib.common.rest_client] Request (RoutersIpV6AdminTest:test_update_router_unset_gateway): 500 POST http://10.222.0.76:9696/v2.0/routers 1.328s 2021-11-19 16:40:50,334 124854 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"router": {"name": "tempest-RoutersIpV6AdminTest-router-567863420", "external_gateway_info": {"network_id": "67bab61c-66b4-44e7-81e2-04c30c78e363"}, "admin_state_up": false}} Response - Headers: {'content-type': 'application/json', 'content-length': '150', 'x-openstack-request-id': 'req-ce22ffbe-b86e-4d58-b270-3823357131bd', 'date': 'Fri, 19 Nov 2021 16:40:50 GMT', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.76:9696/v2.0/routers'} Body: b'{"NeutronError": {"type": "HTTPInternalServerError", "message": "Request Failed: internal server error while processing your request.", "detail": ""}}' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/network/admin/test_routers.py", line 193, in test_update_router_unset_gateway router = self._create_router( File "/opt/stack/tempest/tempest/api/network/admin/test_routers.py", line 42, in _create_router router = self.create_router(name, admin_state_up, File "/opt/stack/tempest/tempest/api/network/base.py", line 190, in create_router body = cls.routers_client.create_router( File "/opt/stack/tempest/tempest/lib/services/network/routers_client.py", line 27, in create_router return self.create_resource(uri, post_body) File "/opt/stack/tempest/tempest/lib/services/network/base.py", line 62, in create_resource resp, body = self.post(req_uri, req_post_data) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 299, in post return self.request('POST', url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 703, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 879, in _error_checker raise exceptions.ServerFault(resp_body, resp=resp, tempest.lib.exceptions.ServerFault: Got server fault Details: Request Failed: internal server error while processing your request. |
||||||
tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6 | 11 | 0 | 11 | 0 | 0 | Detail | |
test_dhcp_stateful[id-4ab211a0-276f-4552-9070-51e27f58fecf] |
fail
ft30.1: tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcp_stateful[id-4ab211a0-276f-4552-9070-51e27f58fecf]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2021-11-19 16:39:50,258 124859 INFO [tempest.lib.common.rest_client] Request (NetworksTestDHCPv6:test_dhcp_stateful): 500 POST http://10.222.0.76:9696/v2.0/subnets 0.017s 2021-11-19 16:39:50,259 124859 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"subnet": {"network_id": "759d3a16-3828-4aff-973a-c552b746acac", "cidr": "2001:db8::/64", "ip_version": 6, "gateway_ip": "2001:db8::1", "ipv6_ra_mode": "dhcpv6-stateful", "ipv6_address_mode": "dhcpv6-stateful"}} Response - Headers: {'content-type': 'application/json', 'content-length': '150', 'x-openstack-request-id': 'req-895993f2-1346-4528-af27-450ea3630384', 'date': 'Fri, 19 Nov 2021 16:39:50 GMT', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.76:9696/v2.0/subnets'} Body: b'{"NeutronError": {"type": "HTTPInternalServerError", "message": "Request Failed: internal server error while processing your request.", "detail": ""}}' 2021-11-19 16:39:50,329 124859 INFO [tempest.lib.common.rest_client] Request (NetworksTestDHCPv6:tearDown): 200 GET http://10.222.0.76:9696/v2.0/ports 0.069s 2021-11-19 16:39:50,330 124859 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'content-type': 'application/json', 'content-length': '12', 'x-openstack-request-id': 'req-82d291f5-d7c5-4298-9819-a1265af52439', 'date': 'Fri, 19 Nov 2021 16:39:50 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76:9696/v2.0/ports'} Body: b'{"ports":[]}' 2021-11-19 16:39:50,359 124859 INFO [tempest.lib.common.rest_client] Request (NetworksTestDHCPv6:tearDown): 500 GET http://10.222.0.76:9696/v2.0/subnets 0.028s 2021-11-19 16:39:50,359 124859 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'content-type': 'application/json', 'content-length': '150', 'x-openstack-request-id': 'req-b64dd8a8-903d-4644-a920-bbffc5765aec', 'date': 'Fri, 19 Nov 2021 16:39:50 GMT', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.76:9696/v2.0/subnets'} Body: b'{"NeutronError": {"type": "HTTPInternalServerError", "message": "Request Failed: internal server error while processing your request.", "detail": ""}}' }}} traceback-1: {{{ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/network/test_dhcp_ipv6.py", line 427, in tearDown self._clean_network() File "/opt/stack/tempest/tempest/api/network/test_dhcp_ipv6.py", line 81, in _clean_network body = self.subnets_client.list_subnets() File "/opt/stack/tempest/tempest/lib/services/network/subnets_client.py", line 62, in list_subnets return self.list_resources(uri, **filters) File "/opt/stack/tempest/tempest/lib/services/network/base.py", line 35, in list_resources resp, body = self.get(req_uri) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 314, in get return self.request('GET', url, extra_headers, headers) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 703, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 879, in _error_checker raise exceptions.ServerFault(resp_body, resp=resp, tempest.lib.exceptions.ServerFault: Got server fault Details: Request Failed: internal server error while processing your request. }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/network/test_dhcp_ipv6.py", line 302, in test_dhcp_stateful subnet = self.create_subnet(self.network, **kwargs) File "/opt/stack/tempest/tempest/api/network/base.py", line 139, in create_subnet body = client.create_subnet( File "/opt/stack/tempest/tempest/lib/services/network/subnets_client.py", line 27, in create_subnet return self.create_resource(uri, post_data) File "/opt/stack/tempest/tempest/lib/services/network/base.py", line 62, in create_resource resp, body = self.post(req_uri, req_post_data) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 299, in post return self.request('POST', url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 703, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 879, in _error_checker raise exceptions.ServerFault(resp_body, resp=resp, tempest.lib.exceptions.ServerFault: Got server fault Details: Request Failed: internal server error while processing your request. |
||||||
test_dhcp_stateful_fixedips[id-51a5e97f-f02e-4e4e-9a17-a69811d300e3] |
fail
ft30.2: tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcp_stateful_fixedips[id-51a5e97f-f02e-4e4e-9a17-a69811d300e3]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2021-11-19 16:39:50,394 124859 INFO [tempest.lib.common.rest_client] Request (NetworksTestDHCPv6:test_dhcp_stateful_fixedips): 500 POST http://10.222.0.76:9696/v2.0/subnets 0.031s 2021-11-19 16:39:50,394 124859 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"subnet": {"network_id": "759d3a16-3828-4aff-973a-c552b746acac", "cidr": "2001:db8::/64", "ip_version": 6, "gateway_ip": "2001:db8::1", "ipv6_ra_mode": "dhcpv6-stateful", "ipv6_address_mode": "dhcpv6-stateful"}} Response - Headers: {'content-type': 'application/json', 'content-length': '150', 'x-openstack-request-id': 'req-25e9dc83-8191-4107-b2e5-f00a0d84aa24', 'date': 'Fri, 19 Nov 2021 16:39:50 GMT', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.76:9696/v2.0/subnets'} Body: b'{"NeutronError": {"type": "HTTPInternalServerError", "message": "Request Failed: internal server error while processing your request.", "detail": ""}}' 2021-11-19 16:39:50,498 124859 INFO [tempest.lib.common.rest_client] Request (NetworksTestDHCPv6:tearDown): 200 GET http://10.222.0.76:9696/v2.0/ports 0.103s 2021-11-19 16:39:50,499 124859 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'content-type': 'application/json', 'content-length': '12', 'x-openstack-request-id': 'req-2549d825-1d3f-4288-98a0-26b654c19d50', 'date': 'Fri, 19 Nov 2021 16:39:50 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76:9696/v2.0/ports'} Body: b'{"ports":[]}' 2021-11-19 16:39:50,516 124859 INFO [tempest.lib.common.rest_client] Request (NetworksTestDHCPv6:tearDown): 500 GET http://10.222.0.76:9696/v2.0/subnets 0.017s 2021-11-19 16:39:50,516 124859 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'content-type': 'application/json', 'content-length': '150', 'x-openstack-request-id': 'req-8977c142-c414-4c02-8d7e-7d515d255328', 'date': 'Fri, 19 Nov 2021 16:39:50 GMT', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.76:9696/v2.0/subnets'} Body: b'{"NeutronError": {"type": "HTTPInternalServerError", "message": "Request Failed: internal server error while processing your request.", "detail": ""}}' }}} traceback-1: {{{ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/network/test_dhcp_ipv6.py", line 427, in tearDown self._clean_network() File "/opt/stack/tempest/tempest/api/network/test_dhcp_ipv6.py", line 81, in _clean_network body = self.subnets_client.list_subnets() File "/opt/stack/tempest/tempest/lib/services/network/subnets_client.py", line 62, in list_subnets return self.list_resources(uri, **filters) File "/opt/stack/tempest/tempest/lib/services/network/base.py", line 35, in list_resources resp, body = self.get(req_uri) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 314, in get return self.request('GET', url, extra_headers, headers) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 703, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 879, in _error_checker raise exceptions.ServerFault(resp_body, resp=resp, tempest.lib.exceptions.ServerFault: Got server fault Details: Request Failed: internal server error while processing your request. }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/network/test_dhcp_ipv6.py", line 329, in test_dhcp_stateful_fixedips subnet = self.create_subnet(self.network, **kwargs) File "/opt/stack/tempest/tempest/api/network/base.py", line 139, in create_subnet body = client.create_subnet( File "/opt/stack/tempest/tempest/lib/services/network/subnets_client.py", line 27, in create_subnet return self.create_resource(uri, post_data) File "/opt/stack/tempest/tempest/lib/services/network/base.py", line 62, in create_resource resp, body = self.post(req_uri, req_post_data) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 299, in post return self.request('POST', url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 703, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 879, in _error_checker raise exceptions.ServerFault(resp_body, resp=resp, tempest.lib.exceptions.ServerFault: Got server fault Details: Request Failed: internal server error while processing your request. |
||||||
test_dhcp_stateful_fixedips_duplicate[id-57b8302b-cba9-4fbb-8835-9168df029051] |
fail
ft30.3: tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcp_stateful_fixedips_duplicate[id-57b8302b-cba9-4fbb-8835-9168df029051]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2021-11-19 16:39:50,541 124859 INFO [tempest.lib.common.rest_client] Request (NetworksTestDHCPv6:test_dhcp_stateful_fixedips_duplicate): 500 POST http://10.222.0.76:9696/v2.0/subnets 0.021s 2021-11-19 16:39:50,541 124859 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"subnet": {"network_id": "759d3a16-3828-4aff-973a-c552b746acac", "cidr": "2001:db8::/64", "ip_version": 6, "gateway_ip": "2001:db8::1", "ipv6_ra_mode": "dhcpv6-stateful", "ipv6_address_mode": "dhcpv6-stateful"}} Response - Headers: {'content-type': 'application/json', 'content-length': '150', 'x-openstack-request-id': 'req-d2bb1088-5e8c-4050-be44-7193c2eda477', 'date': 'Fri, 19 Nov 2021 16:39:50 GMT', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.76:9696/v2.0/subnets'} Body: b'{"NeutronError": {"type": "HTTPInternalServerError", "message": "Request Failed: internal server error while processing your request.", "detail": ""}}' 2021-11-19 16:39:50,613 124859 INFO [tempest.lib.common.rest_client] Request (NetworksTestDHCPv6:tearDown): 200 GET http://10.222.0.76:9696/v2.0/ports 0.071s 2021-11-19 16:39:50,614 124859 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'content-type': 'application/json', 'content-length': '12', 'x-openstack-request-id': 'req-efde1308-838f-430b-a9ef-07cbf0963ba1', 'date': 'Fri, 19 Nov 2021 16:39:50 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76:9696/v2.0/ports'} Body: b'{"ports":[]}' 2021-11-19 16:39:50,637 124859 INFO [tempest.lib.common.rest_client] Request (NetworksTestDHCPv6:tearDown): 500 GET http://10.222.0.76:9696/v2.0/subnets 0.023s 2021-11-19 16:39:50,637 124859 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'content-type': 'application/json', 'content-length': '150', 'x-openstack-request-id': 'req-7ded0f2f-837e-4b7b-8400-bcfbd3879c8a', 'date': 'Fri, 19 Nov 2021 16:39:50 GMT', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.76:9696/v2.0/subnets'} Body: b'{"NeutronError": {"type": "HTTPInternalServerError", "message": "Request Failed: internal server error while processing your request.", "detail": ""}}' }}} traceback-1: {{{ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/network/test_dhcp_ipv6.py", line 427, in tearDown self._clean_network() File "/opt/stack/tempest/tempest/api/network/test_dhcp_ipv6.py", line 81, in _clean_network body = self.subnets_client.list_subnets() File "/opt/stack/tempest/tempest/lib/services/network/subnets_client.py", line 62, in list_subnets return self.list_resources(uri, **filters) File "/opt/stack/tempest/tempest/lib/services/network/base.py", line 35, in list_resources resp, body = self.get(req_uri) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 314, in get return self.request('GET', url, extra_headers, headers) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 703, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 879, in _error_checker raise exceptions.ServerFault(resp_body, resp=resp, tempest.lib.exceptions.ServerFault: Got server fault Details: Request Failed: internal server error while processing your request. }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/network/test_dhcp_ipv6.py", line 376, in test_dhcp_stateful_fixedips_duplicate subnet = self.create_subnet(self.network, **kwargs) File "/opt/stack/tempest/tempest/api/network/base.py", line 139, in create_subnet body = client.create_subnet( File "/opt/stack/tempest/tempest/lib/services/network/subnets_client.py", line 27, in create_subnet return self.create_resource(uri, post_data) File "/opt/stack/tempest/tempest/lib/services/network/base.py", line 62, in create_resource resp, body = self.post(req_uri, req_post_data) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 299, in post return self.request('POST', url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 703, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 879, in _error_checker raise exceptions.ServerFault(resp_body, resp=resp, tempest.lib.exceptions.ServerFault: Got server fault Details: Request Failed: internal server error while processing your request. |
||||||
test_dhcp_stateful_fixedips_outrange[id-98244d88-d990-4570-91d4-6b25d70d08af] |
fail
ft30.4: tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcp_stateful_fixedips_outrange[id-98244d88-d990-4570-91d4-6b25d70d08af]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2021-11-19 16:39:50,670 124859 INFO [tempest.lib.common.rest_client] Request (NetworksTestDHCPv6:test_dhcp_stateful_fixedips_outrange): 500 POST http://10.222.0.76:9696/v2.0/subnets 0.028s 2021-11-19 16:39:50,670 124859 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"subnet": {"network_id": "759d3a16-3828-4aff-973a-c552b746acac", "cidr": "2001:db8::/64", "ip_version": 6, "gateway_ip": "2001:db8::1", "ipv6_ra_mode": "dhcpv6-stateful", "ipv6_address_mode": "dhcpv6-stateful"}} Response - Headers: {'content-type': 'application/json', 'content-length': '150', 'x-openstack-request-id': 'req-af45119d-bd7e-43ac-804e-e2121a5df3d2', 'date': 'Fri, 19 Nov 2021 16:39:50 GMT', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.76:9696/v2.0/subnets'} Body: b'{"NeutronError": {"type": "HTTPInternalServerError", "message": "Request Failed: internal server error while processing your request.", "detail": ""}}' 2021-11-19 16:39:50,944 124859 INFO [tempest.lib.common.rest_client] Request (NetworksTestDHCPv6:tearDown): 200 GET http://10.222.0.76:9696/v2.0/ports 0.272s 2021-11-19 16:39:50,944 124859 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'content-type': 'application/json', 'content-length': '12', 'x-openstack-request-id': 'req-d23730cb-3260-4452-859a-e234cd2fa53b', 'date': 'Fri, 19 Nov 2021 16:39:50 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76:9696/v2.0/ports'} Body: b'{"ports":[]}' 2021-11-19 16:39:50,969 124859 INFO [tempest.lib.common.rest_client] Request (NetworksTestDHCPv6:tearDown): 500 GET http://10.222.0.76:9696/v2.0/subnets 0.024s 2021-11-19 16:39:50,970 124859 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'content-type': 'application/json', 'content-length': '150', 'x-openstack-request-id': 'req-931be225-fba3-4dbf-a22a-39f0cda0c1bf', 'date': 'Fri, 19 Nov 2021 16:39:50 GMT', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.76:9696/v2.0/subnets'} Body: b'{"NeutronError": {"type": "HTTPInternalServerError", "message": "Request Failed: internal server error while processing your request.", "detail": ""}}' }}} traceback-1: {{{ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/network/test_dhcp_ipv6.py", line 427, in tearDown self._clean_network() File "/opt/stack/tempest/tempest/api/network/test_dhcp_ipv6.py", line 81, in _clean_network body = self.subnets_client.list_subnets() File "/opt/stack/tempest/tempest/lib/services/network/subnets_client.py", line 62, in list_subnets return self.list_resources(uri, **filters) File "/opt/stack/tempest/tempest/lib/services/network/base.py", line 35, in list_resources resp, body = self.get(req_uri) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 314, in get return self.request('GET', url, extra_headers, headers) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 703, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 879, in _error_checker raise exceptions.ServerFault(resp_body, resp=resp, tempest.lib.exceptions.ServerFault: Got server fault Details: Request Failed: internal server error while processing your request. }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/network/test_dhcp_ipv6.py", line 355, in test_dhcp_stateful_fixedips_outrange subnet = self.create_subnet(self.network, **kwargs) File "/opt/stack/tempest/tempest/api/network/base.py", line 139, in create_subnet body = client.create_subnet( File "/opt/stack/tempest/tempest/lib/services/network/subnets_client.py", line 27, in create_subnet return self.create_resource(uri, post_data) File "/opt/stack/tempest/tempest/lib/services/network/base.py", line 62, in create_resource resp, body = self.post(req_uri, req_post_data) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 299, in post return self.request('POST', url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 703, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 879, in _error_checker raise exceptions.ServerFault(resp_body, resp=resp, tempest.lib.exceptions.ServerFault: Got server fault Details: Request Failed: internal server error while processing your request. |
||||||
test_dhcp_stateful_router[id-e98f65db-68f4-4330-9fea-abd8c5192d4d] |
fail
ft30.5: tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcp_stateful_router[id-e98f65db-68f4-4330-9fea-abd8c5192d4d]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2021-11-19 16:39:50,998 124859 INFO [tempest.lib.common.rest_client] Request (NetworksTestDHCPv6:test_dhcp_stateful_router): 500 POST http://10.222.0.76:9696/v2.0/subnets 0.023s 2021-11-19 16:39:50,998 124859 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"subnet": {"network_id": "759d3a16-3828-4aff-973a-c552b746acac", "cidr": "2001:db8::/64", "ip_version": 6, "gateway_ip": "2001:db8::1", "ipv6_ra_mode": "dhcpv6-stateful", "ipv6_address_mode": "dhcpv6-stateful"}} Response - Headers: {'content-type': 'application/json', 'content-length': '150', 'x-openstack-request-id': 'req-3985f614-3d5f-4a37-b636-8edbb58b5c9e', 'date': 'Fri, 19 Nov 2021 16:39:50 GMT', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.76:9696/v2.0/subnets'} Body: b'{"NeutronError": {"type": "HTTPInternalServerError", "message": "Request Failed: internal server error while processing your request.", "detail": ""}}' 2021-11-19 16:39:51,038 124859 INFO [tempest.lib.common.rest_client] Request (NetworksTestDHCPv6:tearDown): 200 GET http://10.222.0.76:9696/v2.0/ports 0.039s 2021-11-19 16:39:51,039 124859 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'content-type': 'application/json', 'content-length': '12', 'x-openstack-request-id': 'req-04ac0424-d434-4ec8-9ee5-d01a0b5bae66', 'date': 'Fri, 19 Nov 2021 16:39:51 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76:9696/v2.0/ports'} Body: b'{"ports":[]}' 2021-11-19 16:39:51,059 124859 INFO [tempest.lib.common.rest_client] Request (NetworksTestDHCPv6:tearDown): 500 GET http://10.222.0.76:9696/v2.0/subnets 0.020s 2021-11-19 16:39:51,060 124859 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'content-type': 'application/json', 'content-length': '150', 'x-openstack-request-id': 'req-37dcf543-5bf2-4cb1-ba6a-5fc91a77feeb', 'date': 'Fri, 19 Nov 2021 16:39:51 GMT', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.76:9696/v2.0/subnets'} Body: b'{"NeutronError": {"type": "HTTPInternalServerError", "message": "Request Failed: internal server error while processing your request.", "detail": ""}}' }}} traceback-1: {{{ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/network/test_dhcp_ipv6.py", line 427, in tearDown self._clean_network() File "/opt/stack/tempest/tempest/api/network/test_dhcp_ipv6.py", line 81, in _clean_network body = self.subnets_client.list_subnets() File "/opt/stack/tempest/tempest/lib/services/network/subnets_client.py", line 62, in list_subnets return self.list_resources(uri, **filters) File "/opt/stack/tempest/tempest/lib/services/network/base.py", line 35, in list_resources resp, body = self.get(req_uri) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 314, in get return self.request('GET', url, extra_headers, headers) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 703, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 879, in _error_checker raise exceptions.ServerFault(resp_body, resp=resp, tempest.lib.exceptions.ServerFault: Got server fault Details: Request Failed: internal server error while processing your request. }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/network/test_dhcp_ipv6.py", line 418, in test_dhcp_stateful_router subnet, port = self._create_subnet_router(kwargs) File "/opt/stack/tempest/tempest/api/network/test_dhcp_ipv6.py", line 395, in _create_subnet_router subnet = self.create_subnet(self.network, **kwargs) File "/opt/stack/tempest/tempest/api/network/base.py", line 139, in create_subnet body = client.create_subnet( File "/opt/stack/tempest/tempest/lib/services/network/subnets_client.py", line 27, in create_subnet return self.create_resource(uri, post_data) File "/opt/stack/tempest/tempest/lib/services/network/base.py", line 62, in create_resource resp, body = self.post(req_uri, req_post_data) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 299, in post return self.request('POST', url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 703, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 879, in _error_checker raise exceptions.ServerFault(resp_body, resp=resp, tempest.lib.exceptions.ServerFault: Got server fault Details: Request Failed: internal server error while processing your request. |
||||||
test_dhcpv6_64_subnets[id-4256c61d-c538-41ea-9147-3c450c36669e] |
fail
ft30.6: tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcpv6_64_subnets[id-4256c61d-c538-41ea-9147-3c450c36669e]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2021-11-19 16:39:51,084 124859 INFO [tempest.lib.common.rest_client] Request (NetworksTestDHCPv6:test_dhcpv6_64_subnets): 500 POST http://10.222.0.76:9696/v2.0/subnets 0.021s 2021-11-19 16:39:51,085 124859 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"subnet": {"network_id": "759d3a16-3828-4aff-973a-c552b746acac", "cidr": "2001:db8::/64", "ip_version": 6, "gateway_ip": "2001:db8::1", "ipv6_ra_mode": "slaac", "ipv6_address_mode": "slaac"}} Response - Headers: {'content-type': 'application/json', 'content-length': '150', 'x-openstack-request-id': 'req-8d299ef8-4652-47b6-8987-a55b2c490212', 'date': 'Fri, 19 Nov 2021 16:39:51 GMT', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.76:9696/v2.0/subnets'} Body: b'{"NeutronError": {"type": "HTTPInternalServerError", "message": "Request Failed: internal server error while processing your request.", "detail": ""}}' 2021-11-19 16:39:51,159 124859 INFO [tempest.lib.common.rest_client] Request (NetworksTestDHCPv6:tearDown): 200 GET http://10.222.0.76:9696/v2.0/ports 0.073s 2021-11-19 16:39:51,159 124859 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'content-type': 'application/json', 'content-length': '12', 'x-openstack-request-id': 'req-2a845299-a114-4a7a-829a-6226993777ee', 'date': 'Fri, 19 Nov 2021 16:39:51 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76:9696/v2.0/ports'} Body: b'{"ports":[]}' 2021-11-19 16:39:51,181 124859 INFO [tempest.lib.common.rest_client] Request (NetworksTestDHCPv6:tearDown): 500 GET http://10.222.0.76:9696/v2.0/subnets 0.021s 2021-11-19 16:39:51,182 124859 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'content-type': 'application/json', 'content-length': '150', 'x-openstack-request-id': 'req-e15788b4-9f10-484c-8324-59e966677cd4', 'date': 'Fri, 19 Nov 2021 16:39:51 GMT', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.76:9696/v2.0/subnets'} Body: b'{"NeutronError": {"type": "HTTPInternalServerError", "message": "Request Failed: internal server error while processing your request.", "detail": ""}}' }}} traceback-1: {{{ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/network/test_dhcp_ipv6.py", line 427, in tearDown self._clean_network() File "/opt/stack/tempest/tempest/api/network/test_dhcp_ipv6.py", line 81, in _clean_network body = self.subnets_client.list_subnets() File "/opt/stack/tempest/tempest/lib/services/network/subnets_client.py", line 62, in list_subnets return self.list_resources(uri, **filters) File "/opt/stack/tempest/tempest/lib/services/network/base.py", line 35, in list_resources resp, body = self.get(req_uri) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 314, in get return self.request('GET', url, extra_headers, headers) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 703, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 879, in _error_checker raise exceptions.ServerFault(resp_body, resp=resp, tempest.lib.exceptions.ServerFault: Got server fault Details: Request Failed: internal server error while processing your request. }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/network/test_dhcp_ipv6.py", line 255, in test_dhcpv6_64_subnets subnet_slaac = self.create_subnet(self.network, **kwargs) File "/opt/stack/tempest/tempest/api/network/base.py", line 139, in create_subnet body = client.create_subnet( File "/opt/stack/tempest/tempest/lib/services/network/subnets_client.py", line 27, in create_subnet return self.create_resource(uri, post_data) File "/opt/stack/tempest/tempest/lib/services/network/base.py", line 62, in create_resource resp, body = self.post(req_uri, req_post_data) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 299, in post return self.request('POST', url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 703, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 879, in _error_checker raise exceptions.ServerFault(resp_body, resp=resp, tempest.lib.exceptions.ServerFault: Got server fault Details: Request Failed: internal server error while processing your request. |
||||||
test_dhcpv6_invalid_options[id-81f18ef6-95b5-4584-9966-10d480b7496a] |
fail
ft30.7: tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcpv6_invalid_options[id-81f18ef6-95b5-4584-9966-10d480b7496a]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2021-11-19 16:39:51,215 124859 INFO [tempest.lib.common.rest_client] Request (NetworksTestDHCPv6:test_dhcpv6_invalid_options): 500 POST http://10.222.0.76:9696/v2.0/subnets 0.027s 2021-11-19 16:39:51,215 124859 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"subnet": {"network_id": "759d3a16-3828-4aff-973a-c552b746acac", "cidr": "2001:db8::/64", "ip_version": 6, "gateway_ip": "2001:db8::1", "ipv6_ra_mode": "dhcpv6-stateless", "ipv6_address_mode": "dhcpv6-stateful"}} Response - Headers: {'content-type': 'application/json', 'content-length': '150', 'x-openstack-request-id': 'req-4e0f6709-9685-4330-b520-31aafc3c1c12', 'date': 'Fri, 19 Nov 2021 16:39:51 GMT', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.76:9696/v2.0/subnets'} Body: b'{"NeutronError": {"type": "HTTPInternalServerError", "message": "Request Failed: internal server error while processing your request.", "detail": ""}}' 2021-11-19 16:39:51,280 124859 INFO [tempest.lib.common.rest_client] Request (NetworksTestDHCPv6:tearDown): 200 GET http://10.222.0.76:9696/v2.0/ports 0.063s 2021-11-19 16:39:51,281 124859 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'content-type': 'application/json', 'content-length': '12', 'x-openstack-request-id': 'req-a9319d21-769b-4ccc-b285-cccb96cf543f', 'date': 'Fri, 19 Nov 2021 16:39:51 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76:9696/v2.0/ports'} Body: b'{"ports":[]}' 2021-11-19 16:39:51,312 124859 INFO [tempest.lib.common.rest_client] Request (NetworksTestDHCPv6:tearDown): 500 GET http://10.222.0.76:9696/v2.0/subnets 0.030s 2021-11-19 16:39:51,312 124859 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'content-type': 'application/json', 'content-length': '150', 'x-openstack-request-id': 'req-44ce2939-d4ce-4af2-b9ed-67e71ebd3982', 'date': 'Fri, 19 Nov 2021 16:39:51 GMT', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.76:9696/v2.0/subnets'} Body: b'{"NeutronError": {"type": "HTTPInternalServerError", "message": "Request Failed: internal server error while processing your request.", "detail": ""}}' }}} traceback-1: {{{ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/network/test_dhcp_ipv6.py", line 427, in tearDown self._clean_network() File "/opt/stack/tempest/tempest/api/network/test_dhcp_ipv6.py", line 81, in _clean_network body = self.subnets_client.list_subnets() File "/opt/stack/tempest/tempest/lib/services/network/subnets_client.py", line 62, in list_subnets return self.list_resources(uri, **filters) File "/opt/stack/tempest/tempest/lib/services/network/base.py", line 35, in list_resources resp, body = self.get(req_uri) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 314, in get return self.request('GET', url, extra_headers, headers) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 703, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 879, in _error_checker raise exceptions.ServerFault(resp_body, resp=resp, tempest.lib.exceptions.ServerFault: Got server fault Details: Request Failed: internal server error while processing your request. }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/network/test_dhcp_ipv6.py", line 163, in test_dhcpv6_invalid_options self.assertRaises(lib_exc.BadRequest, File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/testtools/testcase.py", line 467, in assertRaises self.assertThat(our_callable, matcher) File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/testtools/testcase.py", line 478, in assertThat mismatch_error = self._matchHelper(matchee, matcher, message, verbose) File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/testtools/testcase.py", line 530, in _matchHelper mismatch = matcher.match(matchee) File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/testtools/matchers/_exception.py", line 104, in match mismatch = self.exception_matcher.match(exc_info) File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/testtools/matchers/_higherorder.py", line 62, in match mismatch = matcher.match(matchee) File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/testtools/testcase.py", line 457, in match reraise(*matchee) File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/testtools/compat.py", line 27, in reraise raise exc_obj.with_traceback(exc_tb) File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/testtools/matchers/_exception.py", line 97, in match result = matchee() File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/testtools/testcase.py", line 1039, in __call__ return self._callable_object(*self._args, **self._kwargs) File "/opt/stack/tempest/tempest/api/network/base.py", line 139, in create_subnet body = client.create_subnet( File "/opt/stack/tempest/tempest/lib/services/network/subnets_client.py", line 27, in create_subnet return self.create_resource(uri, post_data) File "/opt/stack/tempest/tempest/lib/services/network/base.py", line 62, in create_resource resp, body = self.post(req_uri, req_post_data) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 299, in post return self.request('POST', url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 703, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 879, in _error_checker raise exceptions.ServerFault(resp_body, resp=resp, tempest.lib.exceptions.ServerFault: Got server fault Details: Request Failed: internal server error while processing your request. |
||||||
test_dhcpv6_stateless_eui64[id-e5517e62-6f16-430d-a672-f80875493d4c] |
fail
ft30.8: tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcpv6_stateless_eui64[id-e5517e62-6f16-430d-a672-f80875493d4c]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2021-11-19 16:39:51,345 124859 INFO [tempest.lib.common.rest_client] Request (NetworksTestDHCPv6:test_dhcpv6_stateless_eui64): 500 POST http://10.222.0.76:9696/v2.0/subnets 0.029s 2021-11-19 16:39:51,346 124859 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"subnet": {"network_id": "759d3a16-3828-4aff-973a-c552b746acac", "cidr": "2001:db8::/64", "ip_version": 6, "gateway_ip": "2001:db8::1", "ipv6_ra_mode": "slaac", "ipv6_address_mode": "slaac"}} Response - Headers: {'content-type': 'application/json', 'content-length': '150', 'x-openstack-request-id': 'req-572da1c6-1cda-406b-b049-6b689b399bac', 'date': 'Fri, 19 Nov 2021 16:39:51 GMT', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.76:9696/v2.0/subnets'} Body: b'{"NeutronError": {"type": "HTTPInternalServerError", "message": "Request Failed: internal server error while processing your request.", "detail": ""}}' 2021-11-19 16:39:51,429 124859 INFO [tempest.lib.common.rest_client] Request (NetworksTestDHCPv6:tearDown): 200 GET http://10.222.0.76:9696/v2.0/ports 0.083s 2021-11-19 16:39:51,430 124859 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'content-type': 'application/json', 'content-length': '12', 'x-openstack-request-id': 'req-da456f95-3ef1-42c6-96f2-aca255d8ba26', 'date': 'Fri, 19 Nov 2021 16:39:51 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76:9696/v2.0/ports'} Body: b'{"ports":[]}' 2021-11-19 16:39:51,471 124859 INFO [tempest.lib.common.rest_client] Request (NetworksTestDHCPv6:tearDown): 500 GET http://10.222.0.76:9696/v2.0/subnets 0.041s 2021-11-19 16:39:51,472 124859 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'content-type': 'application/json', 'content-length': '150', 'x-openstack-request-id': 'req-aa0253da-7bee-4cf4-a975-efda45d38eac', 'date': 'Fri, 19 Nov 2021 16:39:51 GMT', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.76:9696/v2.0/subnets'} Body: b'{"NeutronError": {"type": "HTTPInternalServerError", "message": "Request Failed: internal server error while processing your request.", "detail": ""}}' }}} traceback-1: {{{ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/network/test_dhcp_ipv6.py", line 427, in tearDown self._clean_network() File "/opt/stack/tempest/tempest/api/network/test_dhcp_ipv6.py", line 81, in _clean_network body = self.subnets_client.list_subnets() File "/opt/stack/tempest/tempest/lib/services/network/subnets_client.py", line 62, in list_subnets return self.list_resources(uri, **filters) File "/opt/stack/tempest/tempest/lib/services/network/base.py", line 35, in list_resources resp, body = self.get(req_uri) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 314, in get return self.request('GET', url, extra_headers, headers) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 703, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 879, in _error_checker raise exceptions.ServerFault(resp_body, resp=resp, tempest.lib.exceptions.ServerFault: Got server fault Details: Request Failed: internal server error while processing your request. }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/network/test_dhcp_ipv6.py", line 119, in test_dhcpv6_stateless_eui64 real_ip, eui_ip = self._get_ips_from_subnet(**kwargs) File "/opt/stack/tempest/tempest/api/network/test_dhcp_ipv6.py", line 95, in _get_ips_from_subnet subnet = self.create_subnet(self.network, **kwargs) File "/opt/stack/tempest/tempest/api/network/base.py", line 139, in create_subnet body = client.create_subnet( File "/opt/stack/tempest/tempest/lib/services/network/subnets_client.py", line 27, in create_subnet return self.create_resource(uri, post_data) File "/opt/stack/tempest/tempest/lib/services/network/base.py", line 62, in create_resource resp, body = self.post(req_uri, req_post_data) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 299, in post return self.request('POST', url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 703, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 879, in _error_checker raise exceptions.ServerFault(resp_body, resp=resp, tempest.lib.exceptions.ServerFault: Got server fault Details: Request Failed: internal server error while processing your request. |
||||||
test_dhcpv6_stateless_no_ra[id-ae2f4a5d-03ff-4c42-a3b0-ce2fcb7ea832] |
fail
ft30.9: tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcpv6_stateless_no_ra[id-ae2f4a5d-03ff-4c42-a3b0-ce2fcb7ea832]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2021-11-19 16:39:51,503 124859 INFO [tempest.lib.common.rest_client] Request (NetworksTestDHCPv6:test_dhcpv6_stateless_no_ra): 500 POST http://10.222.0.76:9696/v2.0/subnets 0.028s 2021-11-19 16:39:51,504 124859 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"subnet": {"network_id": "759d3a16-3828-4aff-973a-c552b746acac", "cidr": "2001:db8::/64", "ip_version": 6, "gateway_ip": "2001:db8::1", "ipv6_address_mode": "slaac"}} Response - Headers: {'content-type': 'application/json', 'content-length': '150', 'x-openstack-request-id': 'req-f2433cf8-ed30-4687-91a6-f7db7a8c954a', 'date': 'Fri, 19 Nov 2021 16:39:51 GMT', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.76:9696/v2.0/subnets'} Body: b'{"NeutronError": {"type": "HTTPInternalServerError", "message": "Request Failed: internal server error while processing your request.", "detail": ""}}' 2021-11-19 16:39:51,556 124859 INFO [tempest.lib.common.rest_client] Request (NetworksTestDHCPv6:tearDown): 200 GET http://10.222.0.76:9696/v2.0/ports 0.051s 2021-11-19 16:39:51,556 124859 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'content-type': 'application/json', 'content-length': '12', 'x-openstack-request-id': 'req-6d358cb7-7d49-42cb-ae08-22775404bad0', 'date': 'Fri, 19 Nov 2021 16:39:51 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76:9696/v2.0/ports'} Body: b'{"ports":[]}' 2021-11-19 16:39:51,572 124859 INFO [tempest.lib.common.rest_client] Request (NetworksTestDHCPv6:tearDown): 500 GET http://10.222.0.76:9696/v2.0/subnets 0.016s 2021-11-19 16:39:51,573 124859 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'content-type': 'application/json', 'content-length': '150', 'x-openstack-request-id': 'req-2472c59b-dbd8-4d51-bc91-978aea121bea', 'date': 'Fri, 19 Nov 2021 16:39:51 GMT', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.76:9696/v2.0/subnets'} Body: b'{"NeutronError": {"type": "HTTPInternalServerError", "message": "Request Failed: internal server error while processing your request.", "detail": ""}}' }}} traceback-1: {{{ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/network/test_dhcp_ipv6.py", line 427, in tearDown self._clean_network() File "/opt/stack/tempest/tempest/api/network/test_dhcp_ipv6.py", line 81, in _clean_network body = self.subnets_client.list_subnets() File "/opt/stack/tempest/tempest/lib/services/network/subnets_client.py", line 62, in list_subnets return self.list_resources(uri, **filters) File "/opt/stack/tempest/tempest/lib/services/network/base.py", line 35, in list_resources resp, body = self.get(req_uri) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 314, in get return self.request('GET', url, extra_headers, headers) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 703, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 879, in _error_checker raise exceptions.ServerFault(resp_body, resp=resp, tempest.lib.exceptions.ServerFault: Got server fault Details: Request Failed: internal server error while processing your request. }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/network/test_dhcp_ipv6.py", line 141, in test_dhcpv6_stateless_no_ra real_ip, eui_ip = self._get_ips_from_subnet(**kwargs) File "/opt/stack/tempest/tempest/api/network/test_dhcp_ipv6.py", line 95, in _get_ips_from_subnet subnet = self.create_subnet(self.network, **kwargs) File "/opt/stack/tempest/tempest/api/network/base.py", line 139, in create_subnet body = client.create_subnet( File "/opt/stack/tempest/tempest/lib/services/network/subnets_client.py", line 27, in create_subnet return self.create_resource(uri, post_data) File "/opt/stack/tempest/tempest/lib/services/network/base.py", line 62, in create_resource resp, body = self.post(req_uri, req_post_data) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 299, in post return self.request('POST', url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 703, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 879, in _error_checker raise exceptions.ServerFault(resp_body, resp=resp, tempest.lib.exceptions.ServerFault: Got server fault Details: Request Failed: internal server error while processing your request. |
||||||
test_dhcpv6_stateless_no_ra_no_dhcp[id-21635b6f-165a-4d42-bf49-7d195e47342f] |
fail
ft30.10: tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcpv6_stateless_no_ra_no_dhcp[id-21635b6f-165a-4d42-bf49-7d195e47342f]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2021-11-19 16:39:51,599 124859 INFO [tempest.lib.common.rest_client] Request (NetworksTestDHCPv6:test_dhcpv6_stateless_no_ra_no_dhcp): 500 POST http://10.222.0.76:9696/v2.0/subnets 0.023s 2021-11-19 16:39:51,599 124859 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"subnet": {"network_id": "759d3a16-3828-4aff-973a-c552b746acac", "cidr": "2001:db8::/64", "ip_version": 6, "gateway_ip": "2001:db8::1"}} Response - Headers: {'content-type': 'application/json', 'content-length': '150', 'x-openstack-request-id': 'req-4496875c-fa20-4cf5-9ad4-bcc2a9972860', 'date': 'Fri, 19 Nov 2021 16:39:51 GMT', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.76:9696/v2.0/subnets'} Body: b'{"NeutronError": {"type": "HTTPInternalServerError", "message": "Request Failed: internal server error while processing your request.", "detail": ""}}' 2021-11-19 16:39:51,658 124859 INFO [tempest.lib.common.rest_client] Request (NetworksTestDHCPv6:tearDown): 200 GET http://10.222.0.76:9696/v2.0/ports 0.058s 2021-11-19 16:39:51,659 124859 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'content-type': 'application/json', 'content-length': '12', 'x-openstack-request-id': 'req-d0cf3e5a-b154-4f1a-9af7-9c17ced27d4d', 'date': 'Fri, 19 Nov 2021 16:39:51 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76:9696/v2.0/ports'} Body: b'{"ports":[]}' 2021-11-19 16:39:51,694 124859 INFO [tempest.lib.common.rest_client] Request (NetworksTestDHCPv6:tearDown): 500 GET http://10.222.0.76:9696/v2.0/subnets 0.034s 2021-11-19 16:39:51,694 124859 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'content-type': 'application/json', 'content-length': '150', 'x-openstack-request-id': 'req-baefc9c0-b80d-40b8-8c20-d4a9bd3e9d88', 'date': 'Fri, 19 Nov 2021 16:39:51 GMT', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.76:9696/v2.0/subnets'} Body: b'{"NeutronError": {"type": "HTTPInternalServerError", "message": "Request Failed: internal server error while processing your request.", "detail": ""}}' }}} traceback-1: {{{ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/network/test_dhcp_ipv6.py", line 427, in tearDown self._clean_network() File "/opt/stack/tempest/tempest/api/network/test_dhcp_ipv6.py", line 81, in _clean_network body = self.subnets_client.list_subnets() File "/opt/stack/tempest/tempest/lib/services/network/subnets_client.py", line 62, in list_subnets return self.list_resources(uri, **filters) File "/opt/stack/tempest/tempest/lib/services/network/base.py", line 35, in list_resources resp, body = self.get(req_uri) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 314, in get return self.request('GET', url, extra_headers, headers) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 703, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 879, in _error_checker raise exceptions.ServerFault(resp_body, resp=resp, tempest.lib.exceptions.ServerFault: Got server fault Details: Request Failed: internal server error while processing your request. }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/network/test_dhcp_ipv6.py", line 175, in test_dhcpv6_stateless_no_ra_no_dhcp real_ip, eui_ip = self._get_ips_from_subnet() File "/opt/stack/tempest/tempest/api/network/test_dhcp_ipv6.py", line 95, in _get_ips_from_subnet subnet = self.create_subnet(self.network, **kwargs) File "/opt/stack/tempest/tempest/api/network/base.py", line 139, in create_subnet body = client.create_subnet( File "/opt/stack/tempest/tempest/lib/services/network/subnets_client.py", line 27, in create_subnet return self.create_resource(uri, post_data) File "/opt/stack/tempest/tempest/lib/services/network/base.py", line 62, in create_resource resp, body = self.post(req_uri, req_post_data) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 299, in post return self.request('POST', url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 703, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 879, in _error_checker raise exceptions.ServerFault(resp_body, resp=resp, tempest.lib.exceptions.ServerFault: Got server fault Details: Request Failed: internal server error while processing your request. |
||||||
test_dhcpv6_two_subnets[id-4544adf7-bb5f-4bdc-b769-b3e77026cef2] |
fail
ft30.11: tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcpv6_two_subnets[id-4544adf7-bb5f-4bdc-b769-b3e77026cef2]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2021-11-19 16:39:51,710 124859 INFO [tempest.lib.common.rest_client] Request (NetworksTestDHCPv6:test_dhcpv6_two_subnets): 500 POST http://10.222.0.76:9696/v2.0/subnets 0.012s 2021-11-19 16:39:51,710 124859 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"subnet": {"network_id": "759d3a16-3828-4aff-973a-c552b746acac", "cidr": "2001:db8::/64", "ip_version": 6, "gateway_ip": "2001:db8::1", "ipv6_ra_mode": "slaac", "ipv6_address_mode": "slaac"}} Response - Headers: {'content-type': 'application/json', 'content-length': '150', 'x-openstack-request-id': 'req-52879e01-20fc-4fc7-9579-07325f5da7b4', 'date': 'Fri, 19 Nov 2021 16:39:51 GMT', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.76:9696/v2.0/subnets'} Body: b'{"NeutronError": {"type": "HTTPInternalServerError", "message": "Request Failed: internal server error while processing your request.", "detail": ""}}' 2021-11-19 16:39:51,756 124859 INFO [tempest.lib.common.rest_client] Request (NetworksTestDHCPv6:tearDown): 200 GET http://10.222.0.76:9696/v2.0/ports 0.044s 2021-11-19 16:39:51,756 124859 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'content-type': 'application/json', 'content-length': '12', 'x-openstack-request-id': 'req-36cf1db1-d0ca-4c58-9280-96df3d8c9864', 'date': 'Fri, 19 Nov 2021 16:39:51 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76:9696/v2.0/ports'} Body: b'{"ports":[]}' 2021-11-19 16:39:51,776 124859 INFO [tempest.lib.common.rest_client] Request (NetworksTestDHCPv6:tearDown): 500 GET http://10.222.0.76:9696/v2.0/subnets 0.019s 2021-11-19 16:39:51,776 124859 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'content-type': 'application/json', 'content-length': '150', 'x-openstack-request-id': 'req-d40c6af5-6f5b-4e2c-be2a-fae6bc3348a1', 'date': 'Fri, 19 Nov 2021 16:39:51 GMT', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.76:9696/v2.0/subnets'} Body: b'{"NeutronError": {"type": "HTTPInternalServerError", "message": "Request Failed: internal server error while processing your request.", "detail": ""}}' }}} traceback-1: {{{ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/network/test_dhcp_ipv6.py", line 427, in tearDown self._clean_network() File "/opt/stack/tempest/tempest/api/network/test_dhcp_ipv6.py", line 81, in _clean_network body = self.subnets_client.list_subnets() File "/opt/stack/tempest/tempest/lib/services/network/subnets_client.py", line 62, in list_subnets return self.list_resources(uri, **filters) File "/opt/stack/tempest/tempest/lib/services/network/base.py", line 35, in list_resources resp, body = self.get(req_uri) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 314, in get return self.request('GET', url, extra_headers, headers) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 703, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 879, in _error_checker raise exceptions.ServerFault(resp_body, resp=resp, tempest.lib.exceptions.ServerFault: Got server fault Details: Request Failed: internal server error while processing your request. }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/network/test_dhcp_ipv6.py", line 201, in test_dhcpv6_two_subnets subnet_slaac = self.create_subnet(self.network, **kwargs) File "/opt/stack/tempest/tempest/api/network/base.py", line 139, in create_subnet body = client.create_subnet( File "/opt/stack/tempest/tempest/lib/services/network/subnets_client.py", line 27, in create_subnet return self.create_resource(uri, post_data) File "/opt/stack/tempest/tempest/lib/services/network/base.py", line 62, in create_resource resp, body = self.post(req_uri, req_post_data) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 299, in post return self.request('POST', url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 703, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 879, in _error_checker raise exceptions.ServerFault(resp_body, resp=resp, tempest.lib.exceptions.ServerFault: Got server fault Details: Request Failed: internal server error while processing your request. |
||||||
tempest.api.network.test_networks.BulkNetworkOpsIpV6Test | 3 | 0 | 3 | 0 | 0 | Detail | |
test_bulk_create_delete_network[id-d4f9024d-1e28-4fc1-a6b1-25dbc6fa11e2,smoke] |
fail
ft31.1: tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_network[id-d4f9024d-1e28-4fc1-a6b1-25dbc6fa11e2,smoke]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2021-11-19 16:39:57,558 124859 INFO [tempest.lib.common.rest_client] Request (BulkNetworkOpsIpV6Test:test_bulk_create_delete_network): 201 POST http://10.222.0.76:9696/v2.0/networks 0.781s 2021-11-19 16:39:57,559 124859 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"networks": [{"name": "tempest-network--1320742409"}, {"name": "tempest-network--1901294256"}]} Response - Headers: {'content-type': 'application/json', 'content-length': '1120', 'x-openstack-request-id': 'req-84c06466-8c80-45b8-aad1-d04bcc8a1c09', 'date': 'Fri, 19 Nov 2021 16:39:57 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.76:9696/v2.0/networks'} Body: b'{"networks":[{"id":"02c3367e-5ef0-45cd-a40c-219d36e1b58d","name":"tempest-network--1320742409","tenant_id":"d5478eb7a29f455a9d383c8d0fb5f494","admin_state_up":true,"mtu":1500,"status":"ACTIVE","subnets":[],"shared":false,"project_id":"d5478eb7a29f455a9d383c8d0fb5f494","port_security_enabled":true,"router:external":false,"is_default":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"ipv6_address_scope":null,"description":"","tags":[],"created_at":"2021-11-19T16:39:57Z","updated_at":"2021-11-19T16:39:57Z","revision_number":1},{"id":"10b61092-e7e7-4558-80a4-629c5e4356b0","name":"tempest-network--1901294256","tenant_id":"d5478eb7a29f455a9d383c8d0fb5f494","admin_state_up":true,"mtu":1500,"status":"ACTIVE","subnets":[],"shared":false,"project_id":"d5478eb7a29f455a9d383c8d0fb5f494","port_security_enabled":true,"router:external":false,"is_default":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"ipv6_address_scope":null,"description":"","tags":[],"created_at":"2021-11-19T16:39:57Z","updated_at":"2021-11-19T16:39:57Z","revision_number":1}]}' 2021-11-19 16:39:57,572 124859 INFO [tempest.lib.common.rest_client] Request (BulkNetworkOpsIpV6Test:test_bulk_create_delete_network): 500 GET http://10.222.0.76:9696/v2.0/networks 0.012s 2021-11-19 16:39:57,572 124859 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'content-type': 'application/json', 'content-length': '150', 'x-openstack-request-id': 'req-7be75c67-64d2-4863-90d9-c18e6f4ca2ee', 'date': 'Fri, 19 Nov 2021 16:39:57 GMT', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.76:9696/v2.0/networks'} Body: b'{"NeutronError": {"type": "HTTPInternalServerError", "message": "Request Failed: internal server error while processing your request.", "detail": ""}}' 2021-11-19 16:39:57,588 124859 INFO [tempest.lib.common.rest_client] Request (BulkNetworkOpsIpV6Test:_run_cleanups): 500 DELETE http://10.222.0.76:9696/v2.0/networks/02c3367e-5ef0-45cd-a40c-219d36e1b58d 0.014s 2021-11-19 16:39:57,588 124859 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'content-type': 'application/json', 'content-length': '150', 'x-openstack-request-id': 'req-d238768f-38d0-4c3c-b65f-2c3eb8f05490', 'date': 'Fri, 19 Nov 2021 16:39:57 GMT', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.76:9696/v2.0/networks/02c3367e-5ef0-45cd-a40c-219d36e1b58d'} Body: b'{"NeutronError": {"type": "HTTPInternalServerError", "message": "Request Failed: internal server error while processing your request.", "detail": ""}}' }}} traceback-1: {{{ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/network/test_networks.py", line 441, in _delete_networks self.networks_client.delete_network(n['id']) File "/opt/stack/tempest/tempest/lib/services/network/networks_client.py", line 52, in delete_network return self.delete_resource(uri) File "/opt/stack/tempest/tempest/lib/services/network/base.py", line 42, in delete_resource resp, body = self.delete(req_uri) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 330, in delete return self.request('DELETE', url, extra_headers, headers, body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 703, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 879, in _error_checker raise exceptions.ServerFault(resp_body, resp=resp, tempest.lib.exceptions.ServerFault: Got server fault Details: Request Failed: internal server error while processing your request. }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/network/test_networks.py", line 477, in test_bulk_create_delete_network body = self.networks_client.list_networks() File "/opt/stack/tempest/tempest/lib/services/network/networks_client.py", line 62, in list_networks return self.list_resources(uri, **filters) File "/opt/stack/tempest/tempest/lib/services/network/base.py", line 35, in list_resources resp, body = self.get(req_uri) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 314, in get return self.request('GET', url, extra_headers, headers) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 703, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 879, in _error_checker raise exceptions.ServerFault(resp_body, resp=resp, tempest.lib.exceptions.ServerFault: Got server fault Details: Request Failed: internal server error while processing your request. |
||||||
test_bulk_create_delete_port[id-48037ff2-e889-4c3b-b86a-8e3f34d2d060,smoke] |
fail
ft31.2: tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_port[id-48037ff2-e889-4c3b-b86a-8e3f34d2d060,smoke]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2021-11-19 16:39:57,788 124859 INFO [tempest.lib.common.rest_client] Request (BulkNetworkOpsIpV6Test:test_bulk_create_delete_port): 201 POST http://10.222.0.76:9696/v2.0/networks 0.196s 2021-11-19 16:39:57,788 124859 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"network": {"name": "tempest-BulkNetworkOpsIpV6Test-test-network-517721122"}} Response - Headers: {'content-type': 'application/json', 'content-length': '590', 'x-openstack-request-id': 'req-6c09f0d7-bc68-4204-bd5b-cae521af2ec4', 'date': 'Fri, 19 Nov 2021 16:39:57 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.76:9696/v2.0/networks'} Body: b'{"network":{"id":"a3ef06b0-6511-479c-ac8c-8327ccfb64b4","name":"tempest-BulkNetworkOpsIpV6Test-test-network-517721122","tenant_id":"d5478eb7a29f455a9d383c8d0fb5f494","admin_state_up":true,"mtu":1500,"status":"ACTIVE","subnets":[],"shared":false,"project_id":"d5478eb7a29f455a9d383c8d0fb5f494","port_security_enabled":true,"router:external":false,"is_default":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"ipv6_address_scope":null,"description":"","tags":[],"created_at":"2021-11-19T16:39:57Z","updated_at":"2021-11-19T16:39:57Z","revision_number":1}}' 2021-11-19 16:39:57,991 124859 INFO [tempest.lib.common.rest_client] Request (BulkNetworkOpsIpV6Test:test_bulk_create_delete_port): 201 POST http://10.222.0.76:9696/v2.0/networks 0.202s 2021-11-19 16:39:57,991 124859 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"network": {"name": "tempest-BulkNetworkOpsIpV6Test-test-network-1008361740"}} Response - Headers: {'content-type': 'application/json', 'content-length': '591', 'x-openstack-request-id': 'req-c5afe982-25b5-46cc-bce3-3ea212f2554d', 'date': 'Fri, 19 Nov 2021 16:39:57 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.76:9696/v2.0/networks'} Body: b'{"network":{"id":"01986038-bce0-4f43-b125-35682237692a","name":"tempest-BulkNetworkOpsIpV6Test-test-network-1008361740","tenant_id":"d5478eb7a29f455a9d383c8d0fb5f494","admin_state_up":true,"mtu":1500,"status":"ACTIVE","subnets":[],"shared":false,"project_id":"d5478eb7a29f455a9d383c8d0fb5f494","port_security_enabled":true,"router:external":false,"is_default":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"ipv6_address_scope":null,"description":"","tags":[],"created_at":"2021-11-19T16:39:57Z","updated_at":"2021-11-19T16:39:57Z","revision_number":1}}' 2021-11-19 16:39:58,007 124859 INFO [tempest.lib.common.rest_client] Request (BulkNetworkOpsIpV6Test:test_bulk_create_delete_port): 500 POST http://10.222.0.76:9696/v2.0/ports 0.015s 2021-11-19 16:39:58,007 124859 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"ports": [{"network_id": "a3ef06b0-6511-479c-ac8c-8327ccfb64b4", "name": "tempest-port--310553858", "admin_state_up": true}, {"network_id": "01986038-bce0-4f43-b125-35682237692a", "admin_state_up": false}]} Response - Headers: {'content-type': 'application/json', 'content-length': '150', 'x-openstack-request-id': 'req-a4a7c146-8951-426f-af3e-99d245dd1664', 'date': 'Fri, 19 Nov 2021 16:39:58 GMT', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.76:9696/v2.0/ports'} Body: b'{"NeutronError": {"type": "HTTPInternalServerError", "message": "Request Failed: internal server error while processing your request.", "detail": ""}}' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/network/test_networks.py", line 530, in test_bulk_create_delete_port body = self.ports_client.create_bulk_ports(ports=port_list) File "/opt/stack/tempest/tempest/lib/services/network/ports_client.py", line 79, in create_bulk_ports return self.create_resource(uri, kwargs) File "/opt/stack/tempest/tempest/lib/services/network/base.py", line 62, in create_resource resp, body = self.post(req_uri, req_post_data) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 299, in post return self.request('POST', url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 703, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 879, in _error_checker raise exceptions.ServerFault(resp_body, resp=resp, tempest.lib.exceptions.ServerFault: Got server fault Details: Request Failed: internal server error while processing your request. |
||||||
test_bulk_create_delete_subnet[id-8936533b-c0aa-4f29-8e53-6cc873aec489,smoke] |
fail
ft31.3: tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_subnet[id-8936533b-c0aa-4f29-8e53-6cc873aec489,smoke]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2021-11-19 16:39:58,206 124859 INFO [tempest.lib.common.rest_client] Request (BulkNetworkOpsIpV6Test:test_bulk_create_delete_subnet): 201 POST http://10.222.0.76:9696/v2.0/networks 0.196s 2021-11-19 16:39:58,206 124859 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"network": {"name": "tempest-BulkNetworkOpsIpV6Test-test-network-1636601225"}} Response - Headers: {'content-type': 'application/json', 'content-length': '591', 'x-openstack-request-id': 'req-bccaf74b-e10d-43af-8aba-62258f7ed7f2', 'date': 'Fri, 19 Nov 2021 16:39:58 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.76:9696/v2.0/networks'} Body: b'{"network":{"id":"027dc207-2111-4a79-aad7-b47d1139fc8d","name":"tempest-BulkNetworkOpsIpV6Test-test-network-1636601225","tenant_id":"d5478eb7a29f455a9d383c8d0fb5f494","admin_state_up":true,"mtu":1500,"status":"ACTIVE","subnets":[],"shared":false,"project_id":"d5478eb7a29f455a9d383c8d0fb5f494","port_security_enabled":true,"router:external":false,"is_default":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"ipv6_address_scope":null,"description":"","tags":[],"created_at":"2021-11-19T16:39:58Z","updated_at":"2021-11-19T16:39:58Z","revision_number":1}}' 2021-11-19 16:39:58,457 124859 INFO [tempest.lib.common.rest_client] Request (BulkNetworkOpsIpV6Test:test_bulk_create_delete_subnet): 201 POST http://10.222.0.76:9696/v2.0/networks 0.250s 2021-11-19 16:39:58,457 124859 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"network": {"name": "tempest-BulkNetworkOpsIpV6Test-test-network-2127075395"}} Response - Headers: {'content-type': 'application/json', 'content-length': '591', 'x-openstack-request-id': 'req-c131aa3c-174a-4fc4-a72c-c4a452a3a3ba', 'date': 'Fri, 19 Nov 2021 16:39:58 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.76:9696/v2.0/networks'} Body: b'{"network":{"id":"347bc0ea-9315-4ca8-a74a-137fffa010fb","name":"tempest-BulkNetworkOpsIpV6Test-test-network-2127075395","tenant_id":"d5478eb7a29f455a9d383c8d0fb5f494","admin_state_up":true,"mtu":1500,"status":"ACTIVE","subnets":[],"shared":false,"project_id":"d5478eb7a29f455a9d383c8d0fb5f494","port_security_enabled":true,"router:external":false,"is_default":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"ipv6_address_scope":null,"description":"","tags":[],"created_at":"2021-11-19T16:39:58Z","updated_at":"2021-11-19T16:39:58Z","revision_number":1}}' 2021-11-19 16:40:02,202 124859 INFO [tempest.lib.common.rest_client] Request (BulkNetworkOpsIpV6Test:test_bulk_create_delete_subnet): 500 POST http://10.222.0.76:9696/v2.0/subnets 0.022s 2021-11-19 16:40:02,202 124859 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"subnets": [{"network_id": "027dc207-2111-4a79-aad7-b47d1139fc8d", "cidr": "2001:db8::/64", "name": "tempest-subnet--125402518", "ip_version": 6}, {"network_id": "347bc0ea-9315-4ca8-a74a-137fffa010fb", "cidr": "2001:db8:0:1::/64", "ip_version": 6}]} Response - Headers: {'content-type': 'application/json', 'content-length': '150', 'x-openstack-request-id': 'req-a0130e8e-647d-4f26-8354-5685cc8421f1', 'date': 'Fri, 19 Nov 2021 16:40:02 GMT', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.76:9696/v2.0/subnets'} Body: b'{"NeutronError": {"type": "HTTPInternalServerError", "message": "Request Failed: internal server error while processing your request.", "detail": ""}}' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/network/test_networks.py", line 503, in test_bulk_create_delete_subnet body = self.subnets_client.create_bulk_subnets(subnets=subnets_list) File "/opt/stack/tempest/tempest/lib/services/network/subnets_client.py", line 72, in create_bulk_subnets return self.create_resource(uri, kwargs) File "/opt/stack/tempest/tempest/lib/services/network/base.py", line 62, in create_resource resp, body = self.post(req_uri, req_post_data) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 299, in post return self.request('POST', url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 703, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 879, in _error_checker raise exceptions.ServerFault(resp_body, resp=resp, tempest.lib.exceptions.ServerFault: Got server fault Details: Request Failed: internal server error while processing your request. |
||||||
tempest.api.network.test_networks.BulkNetworkOpsTest | 3 | 0 | 3 | 0 | 0 | Detail | |
test_bulk_create_delete_network[id-d4f9024d-1e28-4fc1-a6b1-25dbc6fa11e2,smoke] |
fail
ft32.1: tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_network[id-d4f9024d-1e28-4fc1-a6b1-25dbc6fa11e2,smoke]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2021-11-19 16:39:55,559 124850 INFO [tempest.lib.common.rest_client] Request (BulkNetworkOpsTest:test_bulk_create_delete_network): 201 POST http://10.222.0.76:9696/v2.0/networks 1.085s 2021-11-19 16:39:55,559 124850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"networks": [{"name": "tempest-network--787144441"}, {"name": "tempest-network--882113606"}]} Response - Headers: {'content-type': 'application/json', 'content-length': '1118', 'x-openstack-request-id': 'req-3223ab5a-161b-410a-bf81-990740a95867', 'date': 'Fri, 19 Nov 2021 16:39:55 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.76:9696/v2.0/networks'} Body: b'{"networks":[{"id":"fe73f6c6-c148-468e-ba2c-4d0db4d7184e","name":"tempest-network--787144441","tenant_id":"10abde01ef1f4e18934e5eb6232604d7","admin_state_up":true,"mtu":1500,"status":"ACTIVE","subnets":[],"shared":false,"project_id":"10abde01ef1f4e18934e5eb6232604d7","port_security_enabled":true,"router:external":false,"is_default":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"ipv6_address_scope":null,"description":"","tags":[],"created_at":"2021-11-19T16:39:55Z","updated_at":"2021-11-19T16:39:55Z","revision_number":1},{"id":"62204785-c810-4242-8d94-35c1c045d735","name":"tempest-network--882113606","tenant_id":"10abde01ef1f4e18934e5eb6232604d7","admin_state_up":true,"mtu":1500,"status":"ACTIVE","subnets":[],"shared":false,"project_id":"10abde01ef1f4e18934e5eb6232604d7","port_security_enabled":true,"router:external":false,"is_default":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"ipv6_address_scope":null,"description":"","tags":[],"created_at":"2021-11-19T16:39:55Z","updated_at":"2021-11-19T16:39:55Z","revision_number":1}]}' 2021-11-19 16:39:55,573 124850 INFO [tempest.lib.common.rest_client] Request (BulkNetworkOpsTest:test_bulk_create_delete_network): 500 GET http://10.222.0.76:9696/v2.0/networks 0.013s 2021-11-19 16:39:55,573 124850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'content-type': 'application/json', 'content-length': '150', 'x-openstack-request-id': 'req-56c0b101-4d7d-4c1c-876b-9436b27a747b', 'date': 'Fri, 19 Nov 2021 16:39:55 GMT', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.76:9696/v2.0/networks'} Body: b'{"NeutronError": {"type": "HTTPInternalServerError", "message": "Request Failed: internal server error while processing your request.", "detail": ""}}' 2021-11-19 16:39:55,593 124850 INFO [tempest.lib.common.rest_client] Request (BulkNetworkOpsTest:_run_cleanups): 500 DELETE http://10.222.0.76:9696/v2.0/networks/fe73f6c6-c148-468e-ba2c-4d0db4d7184e 0.019s 2021-11-19 16:39:55,594 124850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'content-type': 'application/json', 'content-length': '150', 'x-openstack-request-id': 'req-f48c7f3f-9420-43b3-8694-b32dceccdd91', 'date': 'Fri, 19 Nov 2021 16:39:55 GMT', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.76:9696/v2.0/networks/fe73f6c6-c148-468e-ba2c-4d0db4d7184e'} Body: b'{"NeutronError": {"type": "HTTPInternalServerError", "message": "Request Failed: internal server error while processing your request.", "detail": ""}}' }}} traceback-1: {{{ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/network/test_networks.py", line 441, in _delete_networks self.networks_client.delete_network(n['id']) File "/opt/stack/tempest/tempest/lib/services/network/networks_client.py", line 52, in delete_network return self.delete_resource(uri) File "/opt/stack/tempest/tempest/lib/services/network/base.py", line 42, in delete_resource resp, body = self.delete(req_uri) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 330, in delete return self.request('DELETE', url, extra_headers, headers, body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 703, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 879, in _error_checker raise exceptions.ServerFault(resp_body, resp=resp, tempest.lib.exceptions.ServerFault: Got server fault Details: Request Failed: internal server error while processing your request. }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/network/test_networks.py", line 477, in test_bulk_create_delete_network body = self.networks_client.list_networks() File "/opt/stack/tempest/tempest/lib/services/network/networks_client.py", line 62, in list_networks return self.list_resources(uri, **filters) File "/opt/stack/tempest/tempest/lib/services/network/base.py", line 35, in list_resources resp, body = self.get(req_uri) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 314, in get return self.request('GET', url, extra_headers, headers) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 703, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 879, in _error_checker raise exceptions.ServerFault(resp_body, resp=resp, tempest.lib.exceptions.ServerFault: Got server fault Details: Request Failed: internal server error while processing your request. |
||||||
test_bulk_create_delete_port[id-48037ff2-e889-4c3b-b86a-8e3f34d2d060,smoke] |
fail
ft32.2: tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_port[id-48037ff2-e889-4c3b-b86a-8e3f34d2d060,smoke]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2021-11-19 16:39:55,813 124850 INFO [tempest.lib.common.rest_client] Request (BulkNetworkOpsTest:test_bulk_create_delete_port): 201 POST http://10.222.0.76:9696/v2.0/networks 0.216s 2021-11-19 16:39:55,813 124850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"network": {"name": "tempest-BulkNetworkOpsTest-test-network-1486734966"}} Response - Headers: {'content-type': 'application/json', 'content-length': '587', 'x-openstack-request-id': 'req-37b6f7d4-3a0b-422d-a52e-5aba49c6e8cf', 'date': 'Fri, 19 Nov 2021 16:39:55 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.76:9696/v2.0/networks'} Body: b'{"network":{"id":"02d8f824-929f-4d73-a9be-bf0b9f2b6aad","name":"tempest-BulkNetworkOpsTest-test-network-1486734966","tenant_id":"10abde01ef1f4e18934e5eb6232604d7","admin_state_up":true,"mtu":1500,"status":"ACTIVE","subnets":[],"shared":false,"project_id":"10abde01ef1f4e18934e5eb6232604d7","port_security_enabled":true,"router:external":false,"is_default":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"ipv6_address_scope":null,"description":"","tags":[],"created_at":"2021-11-19T16:39:55Z","updated_at":"2021-11-19T16:39:55Z","revision_number":1}}' 2021-11-19 16:39:56,109 124850 INFO [tempest.lib.common.rest_client] Request (BulkNetworkOpsTest:test_bulk_create_delete_port): 201 POST http://10.222.0.76:9696/v2.0/networks 0.295s 2021-11-19 16:39:56,109 124850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"network": {"name": "tempest-BulkNetworkOpsTest-test-network-680124493"}} Response - Headers: {'content-type': 'application/json', 'content-length': '586', 'x-openstack-request-id': 'req-a7bbafb4-166f-47ed-8c2c-581b61a676b1', 'date': 'Fri, 19 Nov 2021 16:39:56 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.76:9696/v2.0/networks'} Body: b'{"network":{"id":"08c15b07-f0e3-4733-a052-fc7eb37c414f","name":"tempest-BulkNetworkOpsTest-test-network-680124493","tenant_id":"10abde01ef1f4e18934e5eb6232604d7","admin_state_up":true,"mtu":1500,"status":"ACTIVE","subnets":[],"shared":false,"project_id":"10abde01ef1f4e18934e5eb6232604d7","port_security_enabled":true,"router:external":false,"is_default":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"ipv6_address_scope":null,"description":"","tags":[],"created_at":"2021-11-19T16:39:55Z","updated_at":"2021-11-19T16:39:55Z","revision_number":1}}' 2021-11-19 16:39:56,124 124850 INFO [tempest.lib.common.rest_client] Request (BulkNetworkOpsTest:test_bulk_create_delete_port): 500 POST http://10.222.0.76:9696/v2.0/ports 0.014s 2021-11-19 16:39:56,124 124850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"ports": [{"network_id": "02d8f824-929f-4d73-a9be-bf0b9f2b6aad", "name": "tempest-port--1467543445", "admin_state_up": true}, {"network_id": "08c15b07-f0e3-4733-a052-fc7eb37c414f", "admin_state_up": false}]} Response - Headers: {'content-type': 'application/json', 'content-length': '150', 'x-openstack-request-id': 'req-091226ee-71ce-4655-a4fa-9df47f66b318', 'date': 'Fri, 19 Nov 2021 16:39:56 GMT', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.76:9696/v2.0/ports'} Body: b'{"NeutronError": {"type": "HTTPInternalServerError", "message": "Request Failed: internal server error while processing your request.", "detail": ""}}' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/network/test_networks.py", line 530, in test_bulk_create_delete_port body = self.ports_client.create_bulk_ports(ports=port_list) File "/opt/stack/tempest/tempest/lib/services/network/ports_client.py", line 79, in create_bulk_ports return self.create_resource(uri, kwargs) File "/opt/stack/tempest/tempest/lib/services/network/base.py", line 62, in create_resource resp, body = self.post(req_uri, req_post_data) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 299, in post return self.request('POST', url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 703, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 879, in _error_checker raise exceptions.ServerFault(resp_body, resp=resp, tempest.lib.exceptions.ServerFault: Got server fault Details: Request Failed: internal server error while processing your request. |
||||||
test_bulk_create_delete_subnet[id-8936533b-c0aa-4f29-8e53-6cc873aec489,smoke] |
fail
ft32.3: tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_subnet[id-8936533b-c0aa-4f29-8e53-6cc873aec489,smoke]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2021-11-19 16:39:56,382 124850 INFO [tempest.lib.common.rest_client] Request (BulkNetworkOpsTest:test_bulk_create_delete_subnet): 201 POST http://10.222.0.76:9696/v2.0/networks 0.255s 2021-11-19 16:39:56,383 124850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"network": {"name": "tempest-BulkNetworkOpsTest-test-network-683515816"}} Response - Headers: {'content-type': 'application/json', 'content-length': '586', 'x-openstack-request-id': 'req-4eeec208-2d7c-4c34-8fda-27217aa6213f', 'date': 'Fri, 19 Nov 2021 16:39:56 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.76:9696/v2.0/networks'} Body: b'{"network":{"id":"eed287d6-6b3d-45df-b439-4b933834cd33","name":"tempest-BulkNetworkOpsTest-test-network-683515816","tenant_id":"10abde01ef1f4e18934e5eb6232604d7","admin_state_up":true,"mtu":1500,"status":"ACTIVE","subnets":[],"shared":false,"project_id":"10abde01ef1f4e18934e5eb6232604d7","port_security_enabled":true,"router:external":false,"is_default":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"ipv6_address_scope":null,"description":"","tags":[],"created_at":"2021-11-19T16:39:56Z","updated_at":"2021-11-19T16:39:56Z","revision_number":1}}' 2021-11-19 16:39:56,568 124850 INFO [tempest.lib.common.rest_client] Request (BulkNetworkOpsTest:test_bulk_create_delete_subnet): 201 POST http://10.222.0.76:9696/v2.0/networks 0.184s 2021-11-19 16:39:56,569 124850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"network": {"name": "tempest-BulkNetworkOpsTest-test-network-392828283"}} Response - Headers: {'content-type': 'application/json', 'content-length': '586', 'x-openstack-request-id': 'req-33db7acf-e6b4-42be-b1d9-b4e19882b5c3', 'date': 'Fri, 19 Nov 2021 16:39:56 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.76:9696/v2.0/networks'} Body: b'{"network":{"id":"750152b4-44a2-4207-a4e3-1ad799becc52","name":"tempest-BulkNetworkOpsTest-test-network-392828283","tenant_id":"10abde01ef1f4e18934e5eb6232604d7","admin_state_up":true,"mtu":1500,"status":"ACTIVE","subnets":[],"shared":false,"project_id":"10abde01ef1f4e18934e5eb6232604d7","port_security_enabled":true,"router:external":false,"is_default":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"ipv6_address_scope":null,"description":"","tags":[],"created_at":"2021-11-19T16:39:56Z","updated_at":"2021-11-19T16:39:56Z","revision_number":1}}' 2021-11-19 16:39:56,720 124850 INFO [tempest.lib.common.rest_client] Request (BulkNetworkOpsTest:test_bulk_create_delete_subnet): 500 POST http://10.222.0.76:9696/v2.0/subnets 0.014s 2021-11-19 16:39:56,721 124850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"subnets": [{"network_id": "eed287d6-6b3d-45df-b439-4b933834cd33", "cidr": "172.20.0.0/28", "name": "tempest-subnet--78480792", "ip_version": 4}, {"network_id": "750152b4-44a2-4207-a4e3-1ad799becc52", "cidr": "172.20.0.16/28", "ip_version": 4}]} Response - Headers: {'content-type': 'application/json', 'content-length': '150', 'x-openstack-request-id': 'req-21cc0a5c-73cf-43f2-a991-cc8090c353d0', 'date': 'Fri, 19 Nov 2021 16:39:56 GMT', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.76:9696/v2.0/subnets'} Body: b'{"NeutronError": {"type": "HTTPInternalServerError", "message": "Request Failed: internal server error while processing your request.", "detail": ""}}' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/network/test_networks.py", line 503, in test_bulk_create_delete_subnet body = self.subnets_client.create_bulk_subnets(subnets=subnets_list) File "/opt/stack/tempest/tempest/lib/services/network/subnets_client.py", line 72, in create_bulk_subnets return self.create_resource(uri, kwargs) File "/opt/stack/tempest/tempest/lib/services/network/base.py", line 62, in create_resource resp, body = self.post(req_uri, req_post_data) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 299, in post return self.request('POST', url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 703, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 879, in _error_checker raise exceptions.ServerFault(resp_body, resp=resp, tempest.lib.exceptions.ServerFault: Got server fault Details: Request Failed: internal server error while processing your request. |
||||||
tempest.api.network.test_networks_negative.NetworksNegativeTestJSON | 10 | 3 | 7 | 0 | 0 | Detail | |
test_create_port_on_non_existent_network[id-13d3b106-47e6-4b9b-8d53-dae947f092fe,negative] |
fail
ft33.1: tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_create_port_on_non_existent_network[id-13d3b106-47e6-4b9b-8d53-dae947f092fe,negative]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2021-11-19 16:41:07,798 124854 INFO [tempest.lib.common.rest_client] Request (NetworksNegativeTestJSON:test_create_port_on_non_existent_network): 500 POST http://10.222.0.76:9696/v2.0/ports 0.116s 2021-11-19 16:41:07,798 124854 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"port": {"network_id": "35302e90-996f-4ada-95b8-f0a6d71af282", "name": "tempest-NetworksNegativeTestJSON-1712364282"}} Response - Headers: {'content-type': 'application/json', 'content-length': '150', 'x-openstack-request-id': 'req-d6e16de5-d7b6-4d8f-a96a-064b78ac6abb', 'date': 'Fri, 19 Nov 2021 16:41:07 GMT', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.76:9696/v2.0/ports'} Body: b'{"NeutronError": {"type": "HTTPInternalServerError", "message": "Request Failed: internal server error while processing your request.", "detail": ""}}' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/network/test_networks_negative.py", line 89, in test_create_port_on_non_existent_network self.assertRaises(lib_exc.NotFound, File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/testtools/testcase.py", line 467, in assertRaises self.assertThat(our_callable, matcher) File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/testtools/testcase.py", line 478, in assertThat mismatch_error = self._matchHelper(matchee, matcher, message, verbose) File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/testtools/testcase.py", line 530, in _matchHelper mismatch = matcher.match(matchee) File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/testtools/matchers/_exception.py", line 104, in match mismatch = self.exception_matcher.match(exc_info) File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/testtools/matchers/_higherorder.py", line 62, in match mismatch = matcher.match(matchee) File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/testtools/testcase.py", line 457, in match reraise(*matchee) File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/testtools/compat.py", line 27, in reraise raise exc_obj.with_traceback(exc_tb) File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/testtools/matchers/_exception.py", line 97, in match result = matchee() File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/testtools/testcase.py", line 1039, in __call__ return self._callable_object(*self._args, **self._kwargs) File "/opt/stack/tempest/tempest/lib/services/network/ports_client.py", line 28, in create_port return self.create_resource(uri, post_data) File "/opt/stack/tempest/tempest/lib/services/network/base.py", line 62, in create_resource resp, body = self.post(req_uri, req_post_data) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 299, in post return self.request('POST', url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 703, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 879, in _error_checker raise exceptions.ServerFault(resp_body, resp=resp, tempest.lib.exceptions.ServerFault: Got server fault Details: Request Failed: internal server error while processing your request. |
||||||
test_delete_non_existent_network[id-03795047-4a94-4120-a0a1-bd376e36fd4e,negative] |
fail
ft33.2: tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_delete_non_existent_network[id-03795047-4a94-4120-a0a1-bd376e36fd4e,negative]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2021-11-19 16:41:07,819 124854 INFO [tempest.lib.common.rest_client] Request (NetworksNegativeTestJSON:test_delete_non_existent_network): 500 DELETE http://10.222.0.76:9696/v2.0/networks/c3d07c06-7822-484d-bd24-e2d6835c9af2 0.016s 2021-11-19 16:41:07,820 124854 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'content-type': 'application/json', 'content-length': '150', 'x-openstack-request-id': 'req-e5d785e4-76e6-4091-b73b-e7a9c3345e35', 'date': 'Fri, 19 Nov 2021 16:41:07 GMT', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.76:9696/v2.0/networks/c3d07c06-7822-484d-bd24-e2d6835c9af2'} Body: b'{"NeutronError": {"type": "HTTPInternalServerError", "message": "Request Failed: internal server error while processing your request.", "detail": ""}}' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/network/test_networks_negative.py", line 64, in test_delete_non_existent_network self.assertRaises(lib_exc.NotFound, File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/testtools/testcase.py", line 467, in assertRaises self.assertThat(our_callable, matcher) File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/testtools/testcase.py", line 478, in assertThat mismatch_error = self._matchHelper(matchee, matcher, message, verbose) File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/testtools/testcase.py", line 530, in _matchHelper mismatch = matcher.match(matchee) File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/testtools/matchers/_exception.py", line 104, in match mismatch = self.exception_matcher.match(exc_info) File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/testtools/matchers/_higherorder.py", line 62, in match mismatch = matcher.match(matchee) File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/testtools/testcase.py", line 457, in match reraise(*matchee) File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/testtools/compat.py", line 27, in reraise raise exc_obj.with_traceback(exc_tb) File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/testtools/matchers/_exception.py", line 97, in match result = matchee() File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/testtools/testcase.py", line 1039, in __call__ return self._callable_object(*self._args, **self._kwargs) File "/opt/stack/tempest/tempest/lib/services/network/networks_client.py", line 52, in delete_network return self.delete_resource(uri) File "/opt/stack/tempest/tempest/lib/services/network/base.py", line 42, in delete_resource resp, body = self.delete(req_uri) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 330, in delete return self.request('DELETE', url, extra_headers, headers, body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 703, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 879, in _error_checker raise exceptions.ServerFault(resp_body, resp=resp, tempest.lib.exceptions.ServerFault: Got server fault Details: Request Failed: internal server error while processing your request. |
||||||
test_delete_non_existent_port[id-49ec2bbd-ac2e-46fd-8054-798e679ff894,negative] |
pass
pt33.3: tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_delete_non_existent_port[id-49ec2bbd-ac2e-46fd-8054-798e679ff894,negative] |
||||||
test_delete_non_existent_subnet[id-a176c859-99fb-42ec-a208-8a85b552a239,negative] |
fail
ft33.4: tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_delete_non_existent_subnet[id-a176c859-99fb-42ec-a208-8a85b552a239,negative]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2021-11-19 16:41:07,886 124854 INFO [tempest.lib.common.rest_client] Request (NetworksNegativeTestJSON:test_delete_non_existent_subnet): 500 DELETE http://10.222.0.76:9696/v2.0/subnets/e689b624-d1e3-4e2e-923d-7e08d2388d03 0.013s 2021-11-19 16:41:07,887 124854 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'content-type': 'application/json', 'content-length': '150', 'x-openstack-request-id': 'req-36c54404-4d4e-42c6-a924-e572165bdca6', 'date': 'Fri, 19 Nov 2021 16:41:07 GMT', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.76:9696/v2.0/subnets/e689b624-d1e3-4e2e-923d-7e08d2388d03'} Body: b'{"NeutronError": {"type": "HTTPInternalServerError", "message": "Request Failed: internal server error while processing your request.", "detail": ""}}' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/network/test_networks_negative.py", line 81, in test_delete_non_existent_subnet self.assertRaises(lib_exc.NotFound, File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/testtools/testcase.py", line 467, in assertRaises self.assertThat(our_callable, matcher) File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/testtools/testcase.py", line 478, in assertThat mismatch_error = self._matchHelper(matchee, matcher, message, verbose) File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/testtools/testcase.py", line 530, in _matchHelper mismatch = matcher.match(matchee) File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/testtools/matchers/_exception.py", line 104, in match mismatch = self.exception_matcher.match(exc_info) File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/testtools/matchers/_higherorder.py", line 62, in match mismatch = matcher.match(matchee) File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/testtools/testcase.py", line 457, in match reraise(*matchee) File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/testtools/compat.py", line 27, in reraise raise exc_obj.with_traceback(exc_tb) File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/testtools/matchers/_exception.py", line 97, in match result = matchee() File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/testtools/testcase.py", line 1039, in __call__ return self._callable_object(*self._args, **self._kwargs) File "/opt/stack/tempest/tempest/lib/services/network/subnets_client.py", line 52, in delete_subnet return self.delete_resource(uri) File "/opt/stack/tempest/tempest/lib/services/network/base.py", line 42, in delete_resource resp, body = self.delete(req_uri) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 330, in delete return self.request('DELETE', url, extra_headers, headers, body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 703, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 879, in _error_checker raise exceptions.ServerFault(resp_body, resp=resp, tempest.lib.exceptions.ServerFault: Got server fault Details: Request Failed: internal server error while processing your request. |
||||||
test_show_non_existent_network[id-9293e937-824d-42d2-8d5b-e985ea67002a,negative] |
fail
ft33.5: tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_show_non_existent_network[id-9293e937-824d-42d2-8d5b-e985ea67002a,negative]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2021-11-19 16:41:07,906 124854 INFO [tempest.lib.common.rest_client] Request (NetworksNegativeTestJSON:test_show_non_existent_network): 500 GET http://10.222.0.76:9696/v2.0/networks/a7cfc9d8-16e7-4b69-991c-e05bb5dae4b8 0.016s 2021-11-19 16:41:07,906 124854 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'content-type': 'application/json', 'content-length': '150', 'x-openstack-request-id': 'req-6c4d587c-6a64-4c12-9013-3a00749a2f32', 'date': 'Fri, 19 Nov 2021 16:41:07 GMT', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.76:9696/v2.0/networks/a7cfc9d8-16e7-4b69-991c-e05bb5dae4b8'} Body: b'{"NeutronError": {"type": "HTTPInternalServerError", "message": "Request Failed: internal server error while processing your request.", "detail": ""}}' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/network/test_networks_negative.py", line 31, in test_show_non_existent_network self.assertRaises(lib_exc.NotFound, self.networks_client.show_network, File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/testtools/testcase.py", line 467, in assertRaises self.assertThat(our_callable, matcher) File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/testtools/testcase.py", line 478, in assertThat mismatch_error = self._matchHelper(matchee, matcher, message, verbose) File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/testtools/testcase.py", line 530, in _matchHelper mismatch = matcher.match(matchee) File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/testtools/matchers/_exception.py", line 104, in match mismatch = self.exception_matcher.match(exc_info) File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/testtools/matchers/_higherorder.py", line 62, in match mismatch = matcher.match(matchee) File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/testtools/testcase.py", line 457, in match reraise(*matchee) File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/testtools/compat.py", line 27, in reraise raise exc_obj.with_traceback(exc_tb) File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/testtools/matchers/_exception.py", line 97, in match result = matchee() File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/testtools/testcase.py", line 1039, in __call__ return self._callable_object(*self._args, **self._kwargs) File "/opt/stack/tempest/tempest/lib/services/network/networks_client.py", line 48, in show_network return self.show_resource(uri, **fields) File "/opt/stack/tempest/tempest/lib/services/network/base.py", line 53, in show_resource resp, body = self.get(req_uri) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 314, in get return self.request('GET', url, extra_headers, headers) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 703, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 879, in _error_checker raise exceptions.ServerFault(resp_body, resp=resp, tempest.lib.exceptions.ServerFault: Got server fault Details: Request Failed: internal server error while processing your request. |
||||||
test_show_non_existent_port[id-a954861d-cbfd-44e8-b0a9-7fab111f235d,negative] |
pass
pt33.6: tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_show_non_existent_port[id-a954861d-cbfd-44e8-b0a9-7fab111f235d,negative] |
||||||
test_show_non_existent_subnet[id-d746b40c-5e09-4043-99f7-cba1be8b70df,negative] |
fail
ft33.7: tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_show_non_existent_subnet[id-d746b40c-5e09-4043-99f7-cba1be8b70df,negative]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2021-11-19 16:41:08,026 124854 INFO [tempest.lib.common.rest_client] Request (NetworksNegativeTestJSON:test_show_non_existent_subnet): 500 GET http://10.222.0.76:9696/v2.0/subnets/a426b61b-504b-491b-832b-8d75fbc94cf6 0.012s 2021-11-19 16:41:08,027 124854 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'content-type': 'application/json', 'content-length': '150', 'x-openstack-request-id': 'req-d604fd29-3928-4ed7-97a7-037f34f01f14', 'date': 'Fri, 19 Nov 2021 16:41:08 GMT', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.76:9696/v2.0/subnets/a426b61b-504b-491b-832b-8d75fbc94cf6'} Body: b'{"NeutronError": {"type": "HTTPInternalServerError", "message": "Request Failed: internal server error while processing your request.", "detail": ""}}' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/network/test_networks_negative.py", line 39, in test_show_non_existent_subnet self.assertRaises(lib_exc.NotFound, self.subnets_client.show_subnet, File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/testtools/testcase.py", line 467, in assertRaises self.assertThat(our_callable, matcher) File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/testtools/testcase.py", line 478, in assertThat mismatch_error = self._matchHelper(matchee, matcher, message, verbose) File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/testtools/testcase.py", line 530, in _matchHelper mismatch = matcher.match(matchee) File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/testtools/matchers/_exception.py", line 104, in match mismatch = self.exception_matcher.match(exc_info) File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/testtools/matchers/_higherorder.py", line 62, in match mismatch = matcher.match(matchee) File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/testtools/testcase.py", line 457, in match reraise(*matchee) File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/testtools/compat.py", line 27, in reraise raise exc_obj.with_traceback(exc_tb) File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/testtools/matchers/_exception.py", line 97, in match result = matchee() File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/testtools/testcase.py", line 1039, in __call__ return self._callable_object(*self._args, **self._kwargs) File "/opt/stack/tempest/tempest/lib/services/network/subnets_client.py", line 48, in show_subnet return self.show_resource(uri, **fields) File "/opt/stack/tempest/tempest/lib/services/network/base.py", line 53, in show_resource resp, body = self.get(req_uri) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 314, in get return self.request('GET', url, extra_headers, headers) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 703, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 879, in _error_checker raise exceptions.ServerFault(resp_body, resp=resp, tempest.lib.exceptions.ServerFault: Got server fault Details: Request Failed: internal server error while processing your request. |
||||||
test_update_non_existent_network[id-98bfe4e3-574e-4012-8b17-b2647063de87,negative] |
fail
ft33.8: tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_update_non_existent_network[id-98bfe4e3-574e-4012-8b17-b2647063de87,negative]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2021-11-19 16:41:08,046 124854 INFO [tempest.lib.common.rest_client] Request (NetworksNegativeTestJSON:test_update_non_existent_network): 500 PUT http://10.222.0.76:9696/v2.0/networks/458d82f3-e507-401f-afde-f5925eb7d18e 0.014s 2021-11-19 16:41:08,046 124854 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"network": {"name": "new_name"}} Response - Headers: {'content-type': 'application/json', 'content-length': '150', 'x-openstack-request-id': 'req-ce168020-0341-48b7-8b1d-41f2feab8c47', 'date': 'Fri, 19 Nov 2021 16:41:08 GMT', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.76:9696/v2.0/networks/458d82f3-e507-401f-afde-f5925eb7d18e'} Body: b'{"NeutronError": {"type": "HTTPInternalServerError", "message": "Request Failed: internal server error while processing your request.", "detail": ""}}' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/network/test_networks_negative.py", line 55, in test_update_non_existent_network self.assertRaises( File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/testtools/testcase.py", line 467, in assertRaises self.assertThat(our_callable, matcher) File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/testtools/testcase.py", line 478, in assertThat mismatch_error = self._matchHelper(matchee, matcher, message, verbose) File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/testtools/testcase.py", line 530, in _matchHelper mismatch = matcher.match(matchee) File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/testtools/matchers/_exception.py", line 104, in match mismatch = self.exception_matcher.match(exc_info) File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/testtools/matchers/_higherorder.py", line 62, in match mismatch = matcher.match(matchee) File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/testtools/testcase.py", line 457, in match reraise(*matchee) File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/testtools/compat.py", line 27, in reraise raise exc_obj.with_traceback(exc_tb) File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/testtools/matchers/_exception.py", line 97, in match result = matchee() File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/testtools/testcase.py", line 1039, in __call__ return self._callable_object(*self._args, **self._kwargs) File "/opt/stack/tempest/tempest/lib/services/network/networks_client.py", line 38, in update_network return self.update_resource(uri, post_data) File "/opt/stack/tempest/tempest/lib/services/network/base.py", line 77, in update_resource resp, body = self.put(req_uri, req_post_data) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 363, in put return self.request('PUT', url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 703, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 879, in _error_checker raise exceptions.ServerFault(resp_body, resp=resp, tempest.lib.exceptions.ServerFault: Got server fault Details: Request Failed: internal server error while processing your request. |
||||||
test_update_non_existent_port[id-cf8eef21-4351-4f53-adcd-cc5cb1e76b92,negative] |
pass
pt33.9: tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_update_non_existent_port[id-cf8eef21-4351-4f53-adcd-cc5cb1e76b92,negative] |
||||||
test_update_non_existent_subnet[id-1cc47884-ac52-4415-a31c-e7ce5474a868,negative] |
fail
ft33.10: tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_update_non_existent_subnet[id-1cc47884-ac52-4415-a31c-e7ce5474a868,negative]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2021-11-19 16:41:08,094 124854 INFO [tempest.lib.common.rest_client] Request (NetworksNegativeTestJSON:test_update_non_existent_subnet): 500 PUT http://10.222.0.76:9696/v2.0/subnets/e4c9353a-9420-4341-bb2e-92d76c9ddf39 0.013s 2021-11-19 16:41:08,094 124854 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"subnet": {"name": "new_name"}} Response - Headers: {'content-type': 'application/json', 'content-length': '150', 'x-openstack-request-id': 'req-d7e38b78-b898-4150-b062-05baa60d8ab4', 'date': 'Fri, 19 Nov 2021 16:41:08 GMT', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.76:9696/v2.0/subnets/e4c9353a-9420-4341-bb2e-92d76c9ddf39'} Body: b'{"NeutronError": {"type": "HTTPInternalServerError", "message": "Request Failed: internal server error while processing your request.", "detail": ""}}' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/network/test_networks_negative.py", line 73, in test_update_non_existent_subnet self.assertRaises(lib_exc.NotFound, self.subnets_client.update_subnet, File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/testtools/testcase.py", line 467, in assertRaises self.assertThat(our_callable, matcher) File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/testtools/testcase.py", line 478, in assertThat mismatch_error = self._matchHelper(matchee, matcher, message, verbose) File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/testtools/testcase.py", line 530, in _matchHelper mismatch = matcher.match(matchee) File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/testtools/matchers/_exception.py", line 104, in match mismatch = self.exception_matcher.match(exc_info) File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/testtools/matchers/_higherorder.py", line 62, in match mismatch = matcher.match(matchee) File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/testtools/testcase.py", line 457, in match reraise(*matchee) File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/testtools/compat.py", line 27, in reraise raise exc_obj.with_traceback(exc_tb) File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/testtools/matchers/_exception.py", line 97, in match result = matchee() File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/testtools/testcase.py", line 1039, in __call__ return self._callable_object(*self._args, **self._kwargs) File "/opt/stack/tempest/tempest/lib/services/network/subnets_client.py", line 38, in update_subnet return self.update_resource(uri, post_data) File "/opt/stack/tempest/tempest/lib/services/network/base.py", line 77, in update_resource resp, body = self.put(req_uri, req_post_data) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 363, in put return self.request('PUT', url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 703, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 879, in _error_checker raise exceptions.ServerFault(resp_body, resp=resp, tempest.lib.exceptions.ServerFault: Got server fault Details: Request Failed: internal server error while processing your request. |
||||||
tempest.api.network.test_routers.RoutersIpV6Test | 7 | 1 | 6 | 0 | 0 | Detail | |
test_add_multiple_router_interfaces[id-802c73c9-c937-4cef-824b-2191e24a6aab,smoke] |
fail
ft34.1: tempest.api.network.test_routers.RoutersIpV6Test.test_add_multiple_router_interfaces[id-802c73c9-c937-4cef-824b-2191e24a6aab,smoke]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2021-11-19 16:40:22,214 124857 INFO [tempest.lib.common.rest_client] Request (RoutersIpV6Test:test_add_multiple_router_interfaces): 201 POST http://10.222.0.76:9696/v2.0/networks 0.942s 2021-11-19 16:40:22,215 124857 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"network": {"name": "tempest-RoutersIpV6Test-769575547"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-a83adf0d-c007-49aa-b915-45022094938a', 'date': 'Fri, 19 Nov 2021 16:40:22 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.76:9696/v2.0/networks'} Body: b'{"network":{"id":"46485236-dab6-4753-b40a-fbfb804e585a","name":"tempest-RoutersIpV6Test-769575547","tenant_id":"64eadf291b01468b93ff290bc22e91d5","admin_state_up":true,"mtu":1500,"status":"ACTIVE","subnets":[],"shared":false,"project_id":"64eadf291b01468b93ff290bc22e91d5","port_security_enabled":true,"router:external":false,"is_default":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"ipv6_address_scope":null,"description":"","tags":[],"created_at":"2021-11-19T16:40:21Z","updated_at":"2021-11-19T16:40:21Z","revision_number":1}}' 2021-11-19 16:40:23,720 124857 INFO [tempest.lib.common.rest_client] Request (RoutersIpV6Test:test_add_multiple_router_interfaces): 201 POST http://10.222.0.76:9696/v2.0/networks 1.505s 2021-11-19 16:40:23,721 124857 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"network": {"name": "tempest-RoutersIpV6Test-130724670"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-a0a98c10-1835-4dbb-a28f-8ec055a98be3', 'date': 'Fri, 19 Nov 2021 16:40:23 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.76:9696/v2.0/networks'} Body: b'{"network":{"id":"713cefe9-301f-4cf1-8d2c-b9af51c0d960","name":"tempest-RoutersIpV6Test-130724670","tenant_id":"64eadf291b01468b93ff290bc22e91d5","admin_state_up":true,"mtu":1500,"status":"ACTIVE","subnets":[],"shared":false,"project_id":"64eadf291b01468b93ff290bc22e91d5","port_security_enabled":true,"router:external":false,"is_default":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"ipv6_address_scope":null,"description":"","tags":[],"created_at":"2021-11-19T16:40:22Z","updated_at":"2021-11-19T16:40:22Z","revision_number":1}}' 2021-11-19 16:40:23,741 124857 INFO [tempest.lib.common.rest_client] Request (RoutersIpV6Test:test_add_multiple_router_interfaces): 500 POST http://10.222.0.76:9696/v2.0/subnets 0.019s 2021-11-19 16:40:23,741 124857 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"subnet": {"network_id": "46485236-dab6-4753-b40a-fbfb804e585a", "cidr": "2001:db8::/64", "ip_version": 6, "gateway_ip": "2001:db8::1"}} Response - Headers: {'content-type': 'application/json', 'content-length': '150', 'x-openstack-request-id': 'req-8f5348b7-f012-4f2b-80dd-03cf60999321', 'date': 'Fri, 19 Nov 2021 16:40:23 GMT', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.76:9696/v2.0/subnets'} Body: b'{"NeutronError": {"type": "HTTPInternalServerError", "message": "Request Failed: internal server error while processing your request.", "detail": ""}}' 2021-11-19 16:40:23,761 124857 INFO [tempest.lib.common.rest_client] Request (RoutersIpV6Test:_run_cleanups): 500 DELETE http://10.222.0.76:9696/v2.0/networks/713cefe9-301f-4cf1-8d2c-b9af51c0d960 0.019s 2021-11-19 16:40:23,762 124857 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'content-type': 'application/json', 'content-length': '150', 'x-openstack-request-id': 'req-8138559e-8b85-4935-8949-0df083f7206c', 'date': 'Fri, 19 Nov 2021 16:40:23 GMT', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.76:9696/v2.0/networks/713cefe9-301f-4cf1-8d2c-b9af51c0d960'} Body: b'{"NeutronError": {"type": "HTTPInternalServerError", "message": "Request Failed: internal server error while processing your request.", "detail": ""}}' 2021-11-19 16:40:23,762 124857 WARNING [tempest.lib.common.utils.test_utils] Got ServerFault while running <bound method NetworksClient.delete_network of <tempest.lib.services.network.networks_client.NetworksClient object at 0x7f8b4ba42580>>, retrying... 2021-11-19 16:40:23,786 124857 INFO [tempest.lib.common.rest_client] Request (RoutersIpV6Test:_run_cleanups): 500 DELETE http://10.222.0.76:9696/v2.0/networks/713cefe9-301f-4cf1-8d2c-b9af51c0d960 0.023s 2021-11-19 16:40:23,786 124857 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'content-type': 'application/json', 'content-length': '150', 'x-openstack-request-id': 'req-b3176886-5297-4e09-a751-e4133ad6ba12', 'date': 'Fri, 19 Nov 2021 16:40:23 GMT', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.76:9696/v2.0/networks/713cefe9-301f-4cf1-8d2c-b9af51c0d960'} Body: b'{"NeutronError": {"type": "HTTPInternalServerError", "message": "Request Failed: internal server error while processing your request.", "detail": ""}}' 2021-11-19 16:40:23,787 124857 WARNING [tempest.lib.common.utils.test_utils] Got ServerFault while running <bound method NetworksClient.delete_network of <tempest.lib.services.network.networks_client.NetworksClient object at 0x7f8b4ba42580>>, retrying... 2021-11-19 16:40:23,806 124857 INFO [tempest.lib.common.rest_client] Request (RoutersIpV6Test:_run_cleanups): 500 DELETE http://10.222.0.76:9696/v2.0/networks/713cefe9-301f-4cf1-8d2c-b9af51c0d960 0.018s 2021-11-19 16:40:23,806 124857 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'content-type': 'application/json', 'content-length': '150', 'x-openstack-request-id': 'req-99a61cdc-ff22-422a-bddf-06273cd71e41', 'date': 'Fri, 19 Nov 2021 16:40:23 GMT', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.76:9696/v2.0/networks/713cefe9-301f-4cf1-8d2c-b9af51c0d960'} Body: b'{"NeutronError": {"type": "HTTPInternalServerError", "message": "Request Failed: internal server error while processing your request.", "detail": ""}}' 2021-11-19 16:40:23,828 124857 INFO [tempest.lib.common.rest_client] Request (RoutersIpV6Test:_run_cleanups): 500 DELETE http://10.222.0.76:9696/v2.0/networks/46485236-dab6-4753-b40a-fbfb804e585a 0.020s 2021-11-19 16:40:23,828 124857 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'content-type': 'application/json', 'content-length': '150', 'x-openstack-request-id': 'req-05b37568-f2ee-4608-a1b8-7a93e7ad503a', 'date': 'Fri, 19 Nov 2021 16:40:23 GMT', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.76:9696/v2.0/networks/46485236-dab6-4753-b40a-fbfb804e585a'} Body: b'{"NeutronError": {"type": "HTTPInternalServerError", "message": "Request Failed: internal server error while processing your request.", "detail": ""}}' 2021-11-19 16:40:23,828 124857 WARNING [tempest.lib.common.utils.test_utils] Got ServerFault while running <bound method NetworksClient.delete_network of <tempest.lib.services.network.networks_client.NetworksClient object at 0x7f8b4ba42580>>, retrying... 2021-11-19 16:40:23,848 124857 INFO [tempest.lib.common.rest_client] Request (RoutersIpV6Test:_run_cleanups): 500 DELETE http://10.222.0.76:9696/v2.0/networks/46485236-dab6-4753-b40a-fbfb804e585a 0.019s 2021-11-19 16:40:23,849 124857 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'content-type': 'application/json', 'content-length': '150', 'x-openstack-request-id': 'req-7ad460b3-de59-40b8-a582-78cbb32607af', 'date': 'Fri, 19 Nov 2021 16:40:23 GMT', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.76:9696/v2.0/networks/46485236-dab6-4753-b40a-fbfb804e585a'} Body: b'{"NeutronError": {"type": "HTTPInternalServerError", "message": "Request Failed: internal server error while processing your request.", "detail": ""}}' 2021-11-19 16:40:23,849 124857 WARNING [tempest.lib.common.utils.test_utils] Got ServerFault while running <bound method NetworksClient.delete_network of <tempest.lib.services.network.networks_client.NetworksClient object at 0x7f8b4ba42580>>, retrying... 2021-11-19 16:40:23,871 124857 INFO [tempest.lib.common.rest_client] Request (RoutersIpV6Test:_run_cleanups): 500 DELETE http://10.222.0.76:9696/v2.0/networks/46485236-dab6-4753-b40a-fbfb804e585a 0.021s 2021-11-19 16:40:23,871 124857 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'content-type': 'application/json', 'content-length': '150', 'x-openstack-request-id': 'req-4952c024-1405-492b-8fce-2bf9f053776c', 'date': 'Fri, 19 Nov 2021 16:40:23 GMT', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.76:9696/v2.0/networks/46485236-dab6-4753-b40a-fbfb804e585a'} Body: b'{"NeutronError": {"type": "HTTPInternalServerError", "message": "Request Failed: internal server error while processing your request.", "detail": ""}}' }}} traceback-1: {{{ Traceback (most recent call last): File "/opt/stack/tempest/tempest/lib/common/utils/test_utils.py", line 87, in call_and_ignore_notfound_exc return func(*args, **kwargs) File "/opt/stack/tempest/tempest/lib/services/network/networks_client.py", line 52, in delete_network return self.delete_resource(uri) File "/opt/stack/tempest/tempest/lib/services/network/base.py", line 42, in delete_resource resp, body = self.delete(req_uri) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 330, in delete return self.request('DELETE', url, extra_headers, headers, body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 703, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 879, in _error_checker raise exceptions.ServerFault(resp_body, resp=resp, tempest.lib.exceptions.ServerFault: Got server fault Details: Request Failed: internal server error while processing your request. }}} traceback-2: {{{ Traceback (most recent call last): File "/opt/stack/tempest/tempest/lib/common/utils/test_utils.py", line 87, in call_and_ignore_notfound_exc return func(*args, **kwargs) File "/opt/stack/tempest/tempest/lib/services/network/networks_client.py", line 52, in delete_network return self.delete_resource(uri) File "/opt/stack/tempest/tempest/lib/services/network/base.py", line 42, in delete_resource resp, body = self.delete(req_uri) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 330, in delete return self.request('DELETE', url, extra_headers, headers, body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 703, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 879, in _error_checker raise exceptions.ServerFault(resp_body, resp=resp, tempest.lib.exceptions.ServerFault: Got server fault Details: Request Failed: internal server error while processing your request. }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/network/test_routers.py", line 248, in test_add_multiple_router_interfaces subnet01 = self.create_subnet(network01) File "/opt/stack/tempest/tempest/api/network/base.py", line 139, in create_subnet body = client.create_subnet( File "/opt/stack/tempest/tempest/lib/services/network/subnets_client.py", line 27, in create_subnet return self.create_resource(uri, post_data) File "/opt/stack/tempest/tempest/lib/services/network/base.py", line 62, in create_resource resp, body = self.post(req_uri, req_post_data) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 299, in post return self.request('POST', url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 703, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 879, in _error_checker raise exceptions.ServerFault(resp_body, resp=resp, tempest.lib.exceptions.ServerFault: Got server fault Details: Request Failed: internal server error while processing your request. |
||||||
test_add_remove_router_interface_with_port_id[id-2b7d2f37-6748-4d78-92e5-1d590234f0d5,smoke] |
fail
ft34.2: tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_port_id[id-2b7d2f37-6748-4d78-92e5-1d590234f0d5,smoke]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2021-11-19 16:40:25,787 124857 INFO [tempest.lib.common.rest_client] Request (RoutersIpV6Test:test_add_remove_router_interface_with_port_id): 201 POST http://10.222.0.76:9696/v2.0/networks 1.908s 2021-11-19 16:40:25,787 124857 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"network": {"name": "tempest-RoutersIpV6Test-546563152"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-7c92a8e1-cc35-43f9-af26-0b242ea6b1c0', 'date': 'Fri, 19 Nov 2021 16:40:25 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.76:9696/v2.0/networks'} Body: b'{"network":{"id":"dc0e982f-1301-4c01-bffd-66cd6d759ef4","name":"tempest-RoutersIpV6Test-546563152","tenant_id":"64eadf291b01468b93ff290bc22e91d5","admin_state_up":true,"mtu":1500,"status":"ACTIVE","subnets":[],"shared":false,"project_id":"64eadf291b01468b93ff290bc22e91d5","port_security_enabled":true,"router:external":false,"is_default":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"ipv6_address_scope":null,"description":"","tags":[],"created_at":"2021-11-19T16:40:24Z","updated_at":"2021-11-19T16:40:24Z","revision_number":1}}' 2021-11-19 16:40:25,804 124857 INFO [tempest.lib.common.rest_client] Request (RoutersIpV6Test:test_add_remove_router_interface_with_port_id): 500 POST http://10.222.0.76:9696/v2.0/subnets 0.016s 2021-11-19 16:40:25,804 124857 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"subnet": {"network_id": "dc0e982f-1301-4c01-bffd-66cd6d759ef4", "cidr": "2001:db8::/64", "ip_version": 6, "gateway_ip": "2001:db8::1"}} Response - Headers: {'content-type': 'application/json', 'content-length': '150', 'x-openstack-request-id': 'req-960a6cbe-a3f8-4d6f-9843-d9f836e97394', 'date': 'Fri, 19 Nov 2021 16:40:25 GMT', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.76:9696/v2.0/subnets'} Body: b'{"NeutronError": {"type": "HTTPInternalServerError", "message": "Request Failed: internal server error while processing your request.", "detail": ""}}' 2021-11-19 16:40:25,822 124857 INFO [tempest.lib.common.rest_client] Request (RoutersIpV6Test:_run_cleanups): 500 DELETE http://10.222.0.76:9696/v2.0/networks/dc0e982f-1301-4c01-bffd-66cd6d759ef4 0.017s 2021-11-19 16:40:25,823 124857 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'content-type': 'application/json', 'content-length': '150', 'x-openstack-request-id': 'req-42069864-d458-482c-93f4-cd256fa9bd34', 'date': 'Fri, 19 Nov 2021 16:40:25 GMT', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.76:9696/v2.0/networks/dc0e982f-1301-4c01-bffd-66cd6d759ef4'} Body: b'{"NeutronError": {"type": "HTTPInternalServerError", "message": "Request Failed: internal server error while processing your request.", "detail": ""}}' 2021-11-19 16:40:25,823 124857 WARNING [tempest.lib.common.utils.test_utils] Got ServerFault while running <bound method NetworksClient.delete_network of <tempest.lib.services.network.networks_client.NetworksClient object at 0x7f8b4ba42580>>, retrying... 2021-11-19 16:40:25,847 124857 INFO [tempest.lib.common.rest_client] Request (RoutersIpV6Test:_run_cleanups): 500 DELETE http://10.222.0.76:9696/v2.0/networks/dc0e982f-1301-4c01-bffd-66cd6d759ef4 0.023s 2021-11-19 16:40:25,847 124857 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'content-type': 'application/json', 'content-length': '150', 'x-openstack-request-id': 'req-8f710653-ac9b-49c3-a931-75bcdbd7914e', 'date': 'Fri, 19 Nov 2021 16:40:25 GMT', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.76:9696/v2.0/networks/dc0e982f-1301-4c01-bffd-66cd6d759ef4'} Body: b'{"NeutronError": {"type": "HTTPInternalServerError", "message": "Request Failed: internal server error while processing your request.", "detail": ""}}' 2021-11-19 16:40:25,848 124857 WARNING [tempest.lib.common.utils.test_utils] Got ServerFault while running <bound method NetworksClient.delete_network of <tempest.lib.services.network.networks_client.NetworksClient object at 0x7f8b4ba42580>>, retrying... 2021-11-19 16:40:25,947 124857 INFO [tempest.lib.common.rest_client] Request (RoutersIpV6Test:_run_cleanups): 500 DELETE http://10.222.0.76:9696/v2.0/networks/dc0e982f-1301-4c01-bffd-66cd6d759ef4 0.098s 2021-11-19 16:40:25,947 124857 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'content-type': 'application/json', 'content-length': '150', 'x-openstack-request-id': 'req-d0858e39-3be8-4eae-adae-909738de18fe', 'date': 'Fri, 19 Nov 2021 16:40:25 GMT', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.76:9696/v2.0/networks/dc0e982f-1301-4c01-bffd-66cd6d759ef4'} Body: b'{"NeutronError": {"type": "HTTPInternalServerError", "message": "Request Failed: internal server error while processing your request.", "detail": ""}}' }}} traceback-1: {{{ Traceback (most recent call last): File "/opt/stack/tempest/tempest/lib/common/utils/test_utils.py", line 87, in call_and_ignore_notfound_exc return func(*args, **kwargs) File "/opt/stack/tempest/tempest/lib/services/network/networks_client.py", line 52, in delete_network return self.delete_resource(uri) File "/opt/stack/tempest/tempest/lib/services/network/base.py", line 42, in delete_resource resp, body = self.delete(req_uri) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 330, in delete return self.request('DELETE', url, extra_headers, headers, body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 703, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 879, in _error_checker raise exceptions.ServerFault(resp_body, resp=resp, tempest.lib.exceptions.ServerFault: Got server fault Details: Request Failed: internal server error while processing your request. }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/network/test_routers.py", line 125, in test_add_remove_router_interface_with_port_id subnet = self.create_subnet(network) File "/opt/stack/tempest/tempest/api/network/base.py", line 139, in create_subnet body = client.create_subnet( File "/opt/stack/tempest/tempest/lib/services/network/subnets_client.py", line 27, in create_subnet return self.create_resource(uri, post_data) File "/opt/stack/tempest/tempest/lib/services/network/base.py", line 62, in create_resource resp, body = self.post(req_uri, req_post_data) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 299, in post return self.request('POST', url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 703, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 879, in _error_checker raise exceptions.ServerFault(resp_body, resp=resp, tempest.lib.exceptions.ServerFault: Got server fault Details: Request Failed: internal server error while processing your request. |
||||||
test_add_remove_router_interface_with_subnet_id[id-b42e6e39-2e37-49cc-a6f4-8467e940900a,smoke] |
fail
ft34.3: tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_subnet_id[id-b42e6e39-2e37-49cc-a6f4-8467e940900a,smoke]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2021-11-19 16:40:27,165 124857 INFO [tempest.lib.common.rest_client] Request (RoutersIpV6Test:test_add_remove_router_interface_with_subnet_id): 201 POST http://10.222.0.76:9696/v2.0/networks 1.212s 2021-11-19 16:40:27,165 124857 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"network": {"name": "tempest-RoutersIpV6Test-364293635"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-84583297-f22f-430d-b734-72893d4d2eef', 'date': 'Fri, 19 Nov 2021 16:40:27 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.76:9696/v2.0/networks'} Body: b'{"network":{"id":"88322c4b-1136-4ba5-90af-a021b72e9652","name":"tempest-RoutersIpV6Test-364293635","tenant_id":"64eadf291b01468b93ff290bc22e91d5","admin_state_up":true,"mtu":1500,"status":"ACTIVE","subnets":[],"shared":false,"project_id":"64eadf291b01468b93ff290bc22e91d5","port_security_enabled":true,"router:external":false,"is_default":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"ipv6_address_scope":null,"description":"","tags":[],"created_at":"2021-11-19T16:40:26Z","updated_at":"2021-11-19T16:40:26Z","revision_number":1}}' 2021-11-19 16:40:27,292 124857 INFO [tempest.lib.common.rest_client] Request (RoutersIpV6Test:test_add_remove_router_interface_with_subnet_id): 500 POST http://10.222.0.76:9696/v2.0/subnets 0.125s 2021-11-19 16:40:27,292 124857 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"subnet": {"network_id": "88322c4b-1136-4ba5-90af-a021b72e9652", "cidr": "2001:db8::/64", "ip_version": 6, "gateway_ip": "2001:db8::1"}} Response - Headers: {'content-type': 'application/json', 'content-length': '150', 'x-openstack-request-id': 'req-5535460f-a021-487b-a5b4-6235977399ef', 'date': 'Fri, 19 Nov 2021 16:40:27 GMT', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.76:9696/v2.0/subnets'} Body: b'{"NeutronError": {"type": "HTTPInternalServerError", "message": "Request Failed: internal server error while processing your request.", "detail": ""}}' 2021-11-19 16:40:27,336 124857 INFO [tempest.lib.common.rest_client] Request (RoutersIpV6Test:_run_cleanups): 500 DELETE http://10.222.0.76:9696/v2.0/networks/88322c4b-1136-4ba5-90af-a021b72e9652 0.043s 2021-11-19 16:40:27,336 124857 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'content-type': 'application/json', 'content-length': '150', 'x-openstack-request-id': 'req-c8a17c28-63c8-4bca-8041-1143cdf717c3', 'date': 'Fri, 19 Nov 2021 16:40:27 GMT', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.76:9696/v2.0/networks/88322c4b-1136-4ba5-90af-a021b72e9652'} Body: b'{"NeutronError": {"type": "HTTPInternalServerError", "message": "Request Failed: internal server error while processing your request.", "detail": ""}}' 2021-11-19 16:40:27,336 124857 WARNING [tempest.lib.common.utils.test_utils] Got ServerFault while running <bound method NetworksClient.delete_network of <tempest.lib.services.network.networks_client.NetworksClient object at 0x7f8b4ba42580>>, retrying... 2021-11-19 16:40:27,374 124857 INFO [tempest.lib.common.rest_client] Request (RoutersIpV6Test:_run_cleanups): 500 DELETE http://10.222.0.76:9696/v2.0/networks/88322c4b-1136-4ba5-90af-a021b72e9652 0.037s 2021-11-19 16:40:27,374 124857 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'content-type': 'application/json', 'content-length': '150', 'x-openstack-request-id': 'req-32d67bba-6265-4ba3-8d6b-f86b0dbcf5e7', 'date': 'Fri, 19 Nov 2021 16:40:27 GMT', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.76:9696/v2.0/networks/88322c4b-1136-4ba5-90af-a021b72e9652'} Body: b'{"NeutronError": {"type": "HTTPInternalServerError", "message": "Request Failed: internal server error while processing your request.", "detail": ""}}' 2021-11-19 16:40:27,375 124857 WARNING [tempest.lib.common.utils.test_utils] Got ServerFault while running <bound method NetworksClient.delete_network of <tempest.lib.services.network.networks_client.NetworksClient object at 0x7f8b4ba42580>>, retrying... 2021-11-19 16:40:27,408 124857 INFO [tempest.lib.common.rest_client] Request (RoutersIpV6Test:_run_cleanups): 500 DELETE http://10.222.0.76:9696/v2.0/networks/88322c4b-1136-4ba5-90af-a021b72e9652 0.032s 2021-11-19 16:40:27,408 124857 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'content-type': 'application/json', 'content-length': '150', 'x-openstack-request-id': 'req-471edd9f-15e2-4d04-b8a6-b8770f69a245', 'date': 'Fri, 19 Nov 2021 16:40:27 GMT', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.76:9696/v2.0/networks/88322c4b-1136-4ba5-90af-a021b72e9652'} Body: b'{"NeutronError": {"type": "HTTPInternalServerError", "message": "Request Failed: internal server error while processing your request.", "detail": ""}}' }}} traceback-1: {{{ Traceback (most recent call last): File "/opt/stack/tempest/tempest/lib/common/utils/test_utils.py", line 87, in call_and_ignore_notfound_exc return func(*args, **kwargs) File "/opt/stack/tempest/tempest/lib/services/network/networks_client.py", line 52, in delete_network return self.delete_resource(uri) File "/opt/stack/tempest/tempest/lib/services/network/base.py", line 42, in delete_resource resp, body = self.delete(req_uri) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 330, in delete return self.request('DELETE', url, extra_headers, headers, body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 703, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 879, in _error_checker raise exceptions.ServerFault(resp_body, resp=resp, tempest.lib.exceptions.ServerFault: Got server fault Details: Request Failed: internal server error while processing your request. }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/network/test_routers.py", line 98, in test_add_remove_router_interface_with_subnet_id subnet = self.create_subnet(network) File "/opt/stack/tempest/tempest/api/network/base.py", line 139, in create_subnet body = client.create_subnet( File "/opt/stack/tempest/tempest/lib/services/network/subnets_client.py", line 27, in create_subnet return self.create_resource(uri, post_data) File "/opt/stack/tempest/tempest/lib/services/network/base.py", line 62, in create_resource resp, body = self.post(req_uri, req_post_data) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 299, in post return self.request('POST', url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 703, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 879, in _error_checker raise exceptions.ServerFault(resp_body, resp=resp, tempest.lib.exceptions.ServerFault: Got server fault Details: Request Failed: internal server error while processing your request. |
||||||
test_create_show_list_update_delete_router[id-f64403e2-8483-4b34-8ccd-b09a87bcc68c,smoke] |
fail
ft34.4: tempest.api.network.test_routers.RoutersIpV6Test.test_create_show_list_update_delete_router[id-f64403e2-8483-4b34-8ccd-b09a87bcc68c,smoke]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2021-11-19 16:40:28,942 124857 INFO [tempest.lib.common.rest_client] Request (RoutersIpV6Test:test_create_show_list_update_delete_router): 500 POST http://10.222.0.76:9696/v2.0/routers 1.532s 2021-11-19 16:40:28,943 124857 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"router": {"name": "tempest-RoutersIpV6Test-router-919906249", "external_gateway_info": {"network_id": "67bab61c-66b4-44e7-81e2-04c30c78e363"}, "admin_state_up": false}} Response - Headers: {'content-type': 'application/json', 'content-length': '150', 'x-openstack-request-id': 'req-0ded5ba3-097f-4b8b-9d27-988632fb68e8', 'date': 'Fri, 19 Nov 2021 16:40:28 GMT', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.76:9696/v2.0/routers'} Body: b'{"NeutronError": {"type": "HTTPInternalServerError", "message": "Request Failed: internal server error while processing your request.", "detail": ""}}' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/network/test_routers.py", line 60, in test_create_show_list_update_delete_router router = self.create_router( File "/opt/stack/tempest/tempest/api/network/base.py", line 190, in create_router body = cls.routers_client.create_router( File "/opt/stack/tempest/tempest/lib/services/network/routers_client.py", line 27, in create_router return self.create_resource(uri, post_body) File "/opt/stack/tempest/tempest/lib/services/network/base.py", line 62, in create_resource resp, body = self.post(req_uri, req_post_data) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 299, in post return self.request('POST', url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 703, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 879, in _error_checker raise exceptions.ServerFault(resp_body, resp=resp, tempest.lib.exceptions.ServerFault: Got server fault Details: Request Failed: internal server error while processing your request. |
||||||
test_router_interface_port_update_with_fixed_ip[id-96522edf-b4b5-45d9-8443-fa11c26e6eff] |
fail
ft34.5: tempest.api.network.test_routers.RoutersIpV6Test.test_router_interface_port_update_with_fixed_ip[id-96522edf-b4b5-45d9-8443-fa11c26e6eff]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2021-11-19 16:40:29,651 124857 INFO [tempest.lib.common.rest_client] Request (RoutersIpV6Test:test_router_interface_port_update_with_fixed_ip): 201 POST http://10.222.0.76:9696/v2.0/networks 0.706s 2021-11-19 16:40:29,651 124857 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"network": {"name": "tempest-RoutersIpV6Test-905580838"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-39467410-f09c-4a2f-9764-14335a358c60', 'date': 'Fri, 19 Nov 2021 16:40:29 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.76:9696/v2.0/networks'} Body: b'{"network":{"id":"98d84d73-5831-4f02-a4e2-4f6ef76a255d","name":"tempest-RoutersIpV6Test-905580838","tenant_id":"64eadf291b01468b93ff290bc22e91d5","admin_state_up":true,"mtu":1500,"status":"ACTIVE","subnets":[],"shared":false,"project_id":"64eadf291b01468b93ff290bc22e91d5","port_security_enabled":true,"router:external":false,"is_default":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"ipv6_address_scope":null,"description":"","tags":[],"created_at":"2021-11-19T16:40:29Z","updated_at":"2021-11-19T16:40:29Z","revision_number":1}}' 2021-11-19 16:40:29,670 124857 INFO [tempest.lib.common.rest_client] Request (RoutersIpV6Test:test_router_interface_port_update_with_fixed_ip): 500 POST http://10.222.0.76:9696/v2.0/subnets 0.017s 2021-11-19 16:40:29,670 124857 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"subnet": {"network_id": "98d84d73-5831-4f02-a4e2-4f6ef76a255d", "cidr": "2001:db8::/64", "ip_version": 6, "gateway_ip": "2001:db8::1"}} Response - Headers: {'content-type': 'application/json', 'content-length': '150', 'x-openstack-request-id': 'req-d53b37fd-0fd2-4ddc-9bfe-4dcde6b57f28', 'date': 'Fri, 19 Nov 2021 16:40:29 GMT', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.76:9696/v2.0/subnets'} Body: b'{"NeutronError": {"type": "HTTPInternalServerError", "message": "Request Failed: internal server error while processing your request.", "detail": ""}}' 2021-11-19 16:40:29,687 124857 INFO [tempest.lib.common.rest_client] Request (RoutersIpV6Test:_run_cleanups): 500 DELETE http://10.222.0.76:9696/v2.0/networks/98d84d73-5831-4f02-a4e2-4f6ef76a255d 0.016s 2021-11-19 16:40:29,687 124857 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'content-type': 'application/json', 'content-length': '150', 'x-openstack-request-id': 'req-e0e0406f-6874-4ad6-97be-6a5999b04e09', 'date': 'Fri, 19 Nov 2021 16:40:29 GMT', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.76:9696/v2.0/networks/98d84d73-5831-4f02-a4e2-4f6ef76a255d'} Body: b'{"NeutronError": {"type": "HTTPInternalServerError", "message": "Request Failed: internal server error while processing your request.", "detail": ""}}' 2021-11-19 16:40:29,688 124857 WARNING [tempest.lib.common.utils.test_utils] Got ServerFault while running <bound method NetworksClient.delete_network of <tempest.lib.services.network.networks_client.NetworksClient object at 0x7f8b4ba42580>>, retrying... 2021-11-19 16:40:29,724 124857 INFO [tempest.lib.common.rest_client] Request (RoutersIpV6Test:_run_cleanups): 500 DELETE http://10.222.0.76:9696/v2.0/networks/98d84d73-5831-4f02-a4e2-4f6ef76a255d 0.035s 2021-11-19 16:40:29,724 124857 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'content-type': 'application/json', 'content-length': '150', 'x-openstack-request-id': 'req-debf0cdb-9fdc-4343-a59e-59cc80c316bc', 'date': 'Fri, 19 Nov 2021 16:40:29 GMT', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.76:9696/v2.0/networks/98d84d73-5831-4f02-a4e2-4f6ef76a255d'} Body: b'{"NeutronError": {"type": "HTTPInternalServerError", "message": "Request Failed: internal server error while processing your request.", "detail": ""}}' 2021-11-19 16:40:29,724 124857 WARNING [tempest.lib.common.utils.test_utils] Got ServerFault while running <bound method NetworksClient.delete_network of <tempest.lib.services.network.networks_client.NetworksClient object at 0x7f8b4ba42580>>, retrying... 2021-11-19 16:40:29,751 124857 INFO [tempest.lib.common.rest_client] Request (RoutersIpV6Test:_run_cleanups): 500 DELETE http://10.222.0.76:9696/v2.0/networks/98d84d73-5831-4f02-a4e2-4f6ef76a255d 0.026s 2021-11-19 16:40:29,752 124857 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'content-type': 'application/json', 'content-length': '150', 'x-openstack-request-id': 'req-9582c413-381c-45bb-89f3-43745100b89d', 'date': 'Fri, 19 Nov 2021 16:40:29 GMT', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.76:9696/v2.0/networks/98d84d73-5831-4f02-a4e2-4f6ef76a255d'} Body: b'{"NeutronError": {"type": "HTTPInternalServerError", "message": "Request Failed: internal server error while processing your request.", "detail": ""}}' }}} traceback-1: {{{ Traceback (most recent call last): File "/opt/stack/tempest/tempest/lib/common/utils/test_utils.py", line 87, in call_and_ignore_notfound_exc return func(*args, **kwargs) File "/opt/stack/tempest/tempest/lib/services/network/networks_client.py", line 52, in delete_network return self.delete_resource(uri) File "/opt/stack/tempest/tempest/lib/services/network/base.py", line 42, in delete_resource resp, body = self.delete(req_uri) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 330, in delete return self.request('DELETE', url, extra_headers, headers, body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 703, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 879, in _error_checker raise exceptions.ServerFault(resp_body, resp=resp, tempest.lib.exceptions.ServerFault: Got server fault Details: Request Failed: internal server error while processing your request. }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/network/test_routers.py", line 274, in test_router_interface_port_update_with_fixed_ip subnet = self.create_subnet(network) File "/opt/stack/tempest/tempest/api/network/base.py", line 139, in create_subnet body = client.create_subnet( File "/opt/stack/tempest/tempest/lib/services/network/subnets_client.py", line 27, in create_subnet return self.create_resource(uri, post_data) File "/opt/stack/tempest/tempest/lib/services/network/base.py", line 62, in create_resource resp, body = self.post(req_uri, req_post_data) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 299, in post return self.request('POST', url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 703, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 879, in _error_checker raise exceptions.ServerFault(resp_body, resp=resp, tempest.lib.exceptions.ServerFault: Got server fault Details: Request Failed: internal server error while processing your request. |
||||||
test_update_delete_extra_route[id-c86ac3a8-50bd-4b00-a6b8-62af84a0765c] |
fail
ft34.6: tempest.api.network.test_routers.RoutersIpV6Test.test_update_delete_extra_route[id-c86ac3a8-50bd-4b00-a6b8-62af84a0765c]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2021-11-19 16:40:30,590 124857 INFO [tempest.lib.common.rest_client] Request (RoutersIpV6Test:test_update_delete_extra_route): 201 POST http://10.222.0.76:9696/v2.0/routers 0.833s 2021-11-19 16:40:30,590 124857 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"router": {"name": "tempest-RoutersIpV6Test-router-646195848", "external_gateway_info": {}, "admin_state_up": true}} Response - Headers: {'content-type': 'application/json', 'content-length': '503', 'x-openstack-request-id': 'req-ccd4e863-1259-4f84-9da3-703fea28e960', 'date': 'Fri, 19 Nov 2021 16:40:30 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.76:9696/v2.0/routers'} Body: b'{"router": {"id": "9809eb87-da4b-4f3c-8cd1-17a698ee137c", "name": "tempest-RoutersIpV6Test-router-646195848", "tenant_id": "64eadf291b01468b93ff290bc22e91d5", "admin_state_up": true, "status": "ACTIVE", "external_gateway_info": null, "description": "", "availability_zones": [], "availability_zone_hints": [], "routes": [], "flavor_id": null, "tags": [], "created_at": "2021-11-19T16:40:30Z", "updated_at": "2021-11-19T16:40:30Z", "revision_number": 1, "project_id": "64eadf291b01468b93ff290bc22e91d5"}}' 2021-11-19 16:40:31,225 124857 INFO [tempest.lib.common.rest_client] Request (RoutersIpV6Test:test_update_delete_extra_route): 201 POST http://10.222.0.76:9696/v2.0/networks 0.634s 2021-11-19 16:40:31,226 124857 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"network": {"name": "tempest-RoutersIpV6Test-865134934"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-035a879b-34bd-4713-9b71-636a4c9481a4', 'date': 'Fri, 19 Nov 2021 16:40:31 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.76:9696/v2.0/networks'} Body: b'{"network":{"id":"c65eb866-074c-4710-82d7-897d74f6cf42","name":"tempest-RoutersIpV6Test-865134934","tenant_id":"64eadf291b01468b93ff290bc22e91d5","admin_state_up":true,"mtu":1500,"status":"ACTIVE","subnets":[],"shared":false,"project_id":"64eadf291b01468b93ff290bc22e91d5","port_security_enabled":true,"router:external":false,"is_default":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"ipv6_address_scope":null,"description":"","tags":[],"created_at":"2021-11-19T16:40:30Z","updated_at":"2021-11-19T16:40:30Z","revision_number":1}}' 2021-11-19 16:40:31,258 124857 INFO [tempest.lib.common.rest_client] Request (RoutersIpV6Test:test_update_delete_extra_route): 500 POST http://10.222.0.76:9696/v2.0/subnets 0.031s 2021-11-19 16:40:31,258 124857 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"subnet": {"network_id": "c65eb866-074c-4710-82d7-897d74f6cf42", "cidr": "2001:db8::/64", "ip_version": 6, "gateway_ip": "2001:db8::1"}} Response - Headers: {'content-type': 'application/json', 'content-length': '150', 'x-openstack-request-id': 'req-b713b420-8a80-43f8-a67c-81e3d4fb6a8d', 'date': 'Fri, 19 Nov 2021 16:40:31 GMT', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.76:9696/v2.0/subnets'} Body: b'{"NeutronError": {"type": "HTTPInternalServerError", "message": "Request Failed: internal server error while processing your request.", "detail": ""}}' 2021-11-19 16:40:31,283 124857 INFO [tempest.lib.common.rest_client] Request (RoutersIpV6Test:_run_cleanups): 500 DELETE http://10.222.0.76:9696/v2.0/networks/c65eb866-074c-4710-82d7-897d74f6cf42 0.023s 2021-11-19 16:40:31,284 124857 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'content-type': 'application/json', 'content-length': '150', 'x-openstack-request-id': 'req-3bf019d2-a93c-482a-be73-7dd950978539', 'date': 'Fri, 19 Nov 2021 16:40:31 GMT', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.76:9696/v2.0/networks/c65eb866-074c-4710-82d7-897d74f6cf42'} Body: b'{"NeutronError": {"type": "HTTPInternalServerError", "message": "Request Failed: internal server error while processing your request.", "detail": ""}}' 2021-11-19 16:40:31,284 124857 WARNING [tempest.lib.common.utils.test_utils] Got ServerFault while running <bound method NetworksClient.delete_network of <tempest.lib.services.network.networks_client.NetworksClient object at 0x7f8b4ba42580>>, retrying... 2021-11-19 16:40:31,314 124857 INFO [tempest.lib.common.rest_client] Request (RoutersIpV6Test:_run_cleanups): 500 DELETE http://10.222.0.76:9696/v2.0/networks/c65eb866-074c-4710-82d7-897d74f6cf42 0.029s 2021-11-19 16:40:31,314 124857 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'content-type': 'application/json', 'content-length': '150', 'x-openstack-request-id': 'req-220cac0d-afdc-4920-a4c8-53bbe788c57c', 'date': 'Fri, 19 Nov 2021 16:40:31 GMT', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.76:9696/v2.0/networks/c65eb866-074c-4710-82d7-897d74f6cf42'} Body: b'{"NeutronError": {"type": "HTTPInternalServerError", "message": "Request Failed: internal server error while processing your request.", "detail": ""}}' 2021-11-19 16:40:31,314 124857 WARNING [tempest.lib.common.utils.test_utils] Got ServerFault while running <bound method NetworksClient.delete_network of <tempest.lib.services.network.networks_client.NetworksClient object at 0x7f8b4ba42580>>, retrying... 2021-11-19 16:40:31,342 124857 INFO [tempest.lib.common.rest_client] Request (RoutersIpV6Test:_run_cleanups): 500 DELETE http://10.222.0.76:9696/v2.0/networks/c65eb866-074c-4710-82d7-897d74f6cf42 0.027s 2021-11-19 16:40:31,342 124857 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'content-type': 'application/json', 'content-length': '150', 'x-openstack-request-id': 'req-81e657a4-f69a-4756-9fb4-24fce1604355', 'date': 'Fri, 19 Nov 2021 16:40:31 GMT', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.76:9696/v2.0/networks/c65eb866-074c-4710-82d7-897d74f6cf42'} Body: b'{"NeutronError": {"type": "HTTPInternalServerError", "message": "Request Failed: internal server error while processing your request.", "detail": ""}}' 2021-11-19 16:40:32,553 124857 INFO [tempest.lib.common.rest_client] Request (RoutersIpV6Test:_run_cleanups): 200 PUT http://10.222.0.76:9696/v2.0/routers/9809eb87-da4b-4f3c-8cd1-17a698ee137c 1.209s 2021-11-19 16:40:32,553 124857 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"router": {"routes": null}} Response - Headers: {'content-type': 'application/json', 'content-length': '503', 'x-openstack-request-id': 'req-9bf82ee0-ebb7-4c20-bce4-0b13ad04d6ce', 'date': 'Fri, 19 Nov 2021 16:40:32 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76:9696/v2.0/routers/9809eb87-da4b-4f3c-8cd1-17a698ee137c'} Body: b'{"router": {"id": "9809eb87-da4b-4f3c-8cd1-17a698ee137c", "name": "tempest-RoutersIpV6Test-router-646195848", "tenant_id": "64eadf291b01468b93ff290bc22e91d5", "admin_state_up": true, "status": "ACTIVE", "external_gateway_info": null, "description": "", "availability_zones": [], "availability_zone_hints": [], "routes": [], "flavor_id": null, "tags": [], "created_at": "2021-11-19T16:40:30Z", "updated_at": "2021-11-19T16:40:30Z", "revision_number": 1, "project_id": "64eadf291b01468b93ff290bc22e91d5"}}' 2021-11-19 16:40:32,609 124857 INFO [tempest.lib.common.rest_client] Request (RoutersIpV6Test:_run_cleanups): 200 GET http://10.222.0.76:9696/v2.0/ports?device_id=9809eb87-da4b-4f3c-8cd1-17a698ee137c 0.055s 2021-11-19 16:40:32,610 124857 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'content-type': 'application/json', 'content-length': '12', 'x-openstack-request-id': 'req-64bc165e-954a-4d55-986f-fb9f5cc6a8a1', 'date': 'Fri, 19 Nov 2021 16:40:32 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76:9696/v2.0/ports?device_id=9809eb87-da4b-4f3c-8cd1-17a698ee137c'} Body: b'{"ports":[]}' 2021-11-19 16:40:33,656 124857 INFO [tempest.lib.common.rest_client] Request (RoutersIpV6Test:_run_cleanups): 204 DELETE http://10.222.0.76:9696/v2.0/routers/9809eb87-da4b-4f3c-8cd1-17a698ee137c 1.045s 2021-11-19 16:40:33,656 124857 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'x-openstack-request-id': 'req-d239b6d2-70a4-4c32-8b2e-30f9ccd4c1fd', 'content-length': '0', 'date': 'Fri, 19 Nov 2021 16:40:33 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.76:9696/v2.0/routers/9809eb87-da4b-4f3c-8cd1-17a698ee137c'} Body: b'' }}} traceback-1: {{{ Traceback (most recent call last): File "/opt/stack/tempest/tempest/lib/common/utils/test_utils.py", line 87, in call_and_ignore_notfound_exc return func(*args, **kwargs) File "/opt/stack/tempest/tempest/lib/services/network/networks_client.py", line 52, in delete_network return self.delete_resource(uri) File "/opt/stack/tempest/tempest/lib/services/network/base.py", line 42, in delete_resource resp, body = self.delete(req_uri) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 330, in delete return self.request('DELETE', url, extra_headers, headers, body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 703, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 879, in _error_checker raise exceptions.ServerFault(resp_body, resp=resp, tempest.lib.exceptions.ServerFault: Got server fault Details: Request Failed: internal server error while processing your request. }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 89, in wrapper return func(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/api/network/test_routers.py", line 174, in test_update_delete_extra_route subnet = self.create_subnet(network, cidr=next_cidr) File "/opt/stack/tempest/tempest/api/network/base.py", line 139, in create_subnet body = client.create_subnet( File "/opt/stack/tempest/tempest/lib/services/network/subnets_client.py", line 27, in create_subnet return self.create_resource(uri, post_data) File "/opt/stack/tempest/tempest/lib/services/network/base.py", line 62, in create_resource resp, body = self.post(req_uri, req_post_data) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 299, in post return self.request('POST', url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 703, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 879, in _error_checker raise exceptions.ServerFault(resp_body, resp=resp, tempest.lib.exceptions.ServerFault: Got server fault Details: Request Failed: internal server error while processing your request. |
||||||
test_update_router_admin_state[id-a8902683-c788-4246-95c7-ad9c6d63a4d9] |
pass
pt34.7: tempest.api.network.test_routers.RoutersIpV6Test.test_update_router_admin_state[id-a8902683-c788-4246-95c7-ad9c6d63a4d9] |
||||||
tempest.api.network.test_routers.RoutersTest | 7 | 1 | 6 | 0 | 0 | Detail | |
test_add_multiple_router_interfaces[id-802c73c9-c937-4cef-824b-2191e24a6aab,smoke] |
fail
ft35.1: tempest.api.network.test_routers.RoutersTest.test_add_multiple_router_interfaces[id-802c73c9-c937-4cef-824b-2191e24a6aab,smoke]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2021-11-19 16:40:26,956 124848 INFO [tempest.lib.common.rest_client] Request (RoutersTest:test_add_multiple_router_interfaces): 201 POST http://10.222.0.76:9696/v2.0/networks 0.775s 2021-11-19 16:40:26,956 124848 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"network": {"name": "tempest-RoutersTest-597597453"}} Response - Headers: {'content-type': 'application/json', 'content-length': '566', 'x-openstack-request-id': 'req-e8a9a2e1-4f7f-4120-a90b-ee5992801af2', 'date': 'Fri, 19 Nov 2021 16:40:26 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.76:9696/v2.0/networks'} Body: b'{"network":{"id":"7b5cc88d-d793-4e15-97e2-6205923efd4c","name":"tempest-RoutersTest-597597453","tenant_id":"457124f9b3164bba942c16ac90140ac1","admin_state_up":true,"mtu":1500,"status":"ACTIVE","subnets":[],"shared":false,"project_id":"457124f9b3164bba942c16ac90140ac1","port_security_enabled":true,"router:external":false,"is_default":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"ipv6_address_scope":null,"description":"","tags":[],"created_at":"2021-11-19T16:40:26Z","updated_at":"2021-11-19T16:40:26Z","revision_number":1}}' 2021-11-19 16:40:27,258 124848 INFO [tempest.lib.common.rest_client] Request (RoutersTest:test_add_multiple_router_interfaces): 201 POST http://10.222.0.76:9696/v2.0/networks 0.301s 2021-11-19 16:40:27,258 124848 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"network": {"name": "tempest-RoutersTest-1416885878"}} Response - Headers: {'content-type': 'application/json', 'content-length': '567', 'x-openstack-request-id': 'req-59e35024-4334-4bc2-9629-55f23a6bae74', 'date': 'Fri, 19 Nov 2021 16:40:27 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.76:9696/v2.0/networks'} Body: b'{"network":{"id":"0bc15051-4983-4e31-914a-b0e184171f7b","name":"tempest-RoutersTest-1416885878","tenant_id":"457124f9b3164bba942c16ac90140ac1","admin_state_up":true,"mtu":1500,"status":"ACTIVE","subnets":[],"shared":false,"project_id":"457124f9b3164bba942c16ac90140ac1","port_security_enabled":true,"router:external":false,"is_default":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"ipv6_address_scope":null,"description":"","tags":[],"created_at":"2021-11-19T16:40:27Z","updated_at":"2021-11-19T16:40:27Z","revision_number":1}}' 2021-11-19 16:40:27,312 124848 INFO [tempest.lib.common.rest_client] Request (RoutersTest:test_add_multiple_router_interfaces): 500 POST http://10.222.0.76:9696/v2.0/subnets 0.053s 2021-11-19 16:40:27,313 124848 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"subnet": {"network_id": "7b5cc88d-d793-4e15-97e2-6205923efd4c", "cidr": "172.20.0.0/28", "ip_version": 4, "gateway_ip": "172.20.0.1"}} Response - Headers: {'content-type': 'application/json', 'content-length': '150', 'x-openstack-request-id': 'req-7d896ee2-b7cc-41e1-93a6-925588980b92', 'date': 'Fri, 19 Nov 2021 16:40:27 GMT', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.76:9696/v2.0/subnets'} Body: b'{"NeutronError": {"type": "HTTPInternalServerError", "message": "Request Failed: internal server error while processing your request.", "detail": ""}}' 2021-11-19 16:40:27,341 124848 INFO [tempest.lib.common.rest_client] Request (RoutersTest:_run_cleanups): 500 DELETE http://10.222.0.76:9696/v2.0/networks/0bc15051-4983-4e31-914a-b0e184171f7b 0.027s 2021-11-19 16:40:27,341 124848 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'content-type': 'application/json', 'content-length': '150', 'x-openstack-request-id': 'req-6a27b7f6-8568-4e02-b3fe-6618d3402d49', 'date': 'Fri, 19 Nov 2021 16:40:27 GMT', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.76:9696/v2.0/networks/0bc15051-4983-4e31-914a-b0e184171f7b'} Body: b'{"NeutronError": {"type": "HTTPInternalServerError", "message": "Request Failed: internal server error while processing your request.", "detail": ""}}' 2021-11-19 16:40:27,342 124848 WARNING [tempest.lib.common.utils.test_utils] Got ServerFault while running <bound method NetworksClient.delete_network of <tempest.lib.services.network.networks_client.NetworksClient object at 0x7f78d63c6250>>, retrying... 2021-11-19 16:40:27,359 124848 INFO [tempest.lib.common.rest_client] Request (RoutersTest:_run_cleanups): 500 DELETE http://10.222.0.76:9696/v2.0/networks/0bc15051-4983-4e31-914a-b0e184171f7b 0.016s 2021-11-19 16:40:27,359 124848 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'content-type': 'application/json', 'content-length': '150', 'x-openstack-request-id': 'req-732199c4-da42-4726-9bf9-887ce5765903', 'date': 'Fri, 19 Nov 2021 16:40:27 GMT', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.76:9696/v2.0/networks/0bc15051-4983-4e31-914a-b0e184171f7b'} Body: b'{"NeutronError": {"type": "HTTPInternalServerError", "message": "Request Failed: internal server error while processing your request.", "detail": ""}}' 2021-11-19 16:40:27,360 124848 WARNING [tempest.lib.common.utils.test_utils] Got ServerFault while running <bound method NetworksClient.delete_network of <tempest.lib.services.network.networks_client.NetworksClient object at 0x7f78d63c6250>>, retrying... 2021-11-19 16:40:27,418 124848 INFO [tempest.lib.common.rest_client] Request (RoutersTest:_run_cleanups): 500 DELETE http://10.222.0.76:9696/v2.0/networks/0bc15051-4983-4e31-914a-b0e184171f7b 0.058s 2021-11-19 16:40:27,418 124848 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'content-type': 'application/json', 'content-length': '150', 'x-openstack-request-id': 'req-814a6eb9-83ed-4775-8ebd-688cc5a59206', 'date': 'Fri, 19 Nov 2021 16:40:27 GMT', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.76:9696/v2.0/networks/0bc15051-4983-4e31-914a-b0e184171f7b'} Body: b'{"NeutronError": {"type": "HTTPInternalServerError", "message": "Request Failed: internal server error while processing your request.", "detail": ""}}' 2021-11-19 16:40:27,464 124848 INFO [tempest.lib.common.rest_client] Request (RoutersTest:_run_cleanups): 500 DELETE http://10.222.0.76:9696/v2.0/networks/7b5cc88d-d793-4e15-97e2-6205923efd4c 0.044s 2021-11-19 16:40:27,464 124848 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'content-type': 'application/json', 'content-length': '150', 'x-openstack-request-id': 'req-df9075cb-4cf3-4f54-b533-65677eef1213', 'date': 'Fri, 19 Nov 2021 16:40:27 GMT', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.76:9696/v2.0/networks/7b5cc88d-d793-4e15-97e2-6205923efd4c'} Body: b'{"NeutronError": {"type": "HTTPInternalServerError", "message": "Request Failed: internal server error while processing your request.", "detail": ""}}' 2021-11-19 16:40:27,464 124848 WARNING [tempest.lib.common.utils.test_utils] Got ServerFault while running <bound method NetworksClient.delete_network of <tempest.lib.services.network.networks_client.NetworksClient object at 0x7f78d63c6250>>, retrying... 2021-11-19 16:40:27,487 124848 INFO [tempest.lib.common.rest_client] Request (RoutersTest:_run_cleanups): 500 DELETE http://10.222.0.76:9696/v2.0/networks/7b5cc88d-d793-4e15-97e2-6205923efd4c 0.022s 2021-11-19 16:40:27,488 124848 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'content-type': 'application/json', 'content-length': '150', 'x-openstack-request-id': 'req-edfb428e-eaca-4465-a4e8-b5d0f7dd1004', 'date': 'Fri, 19 Nov 2021 16:40:27 GMT', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.76:9696/v2.0/networks/7b5cc88d-d793-4e15-97e2-6205923efd4c'} Body: b'{"NeutronError": {"type": "HTTPInternalServerError", "message": "Request Failed: internal server error while processing your request.", "detail": ""}}' 2021-11-19 16:40:27,488 124848 WARNING [tempest.lib.common.utils.test_utils] Got ServerFault while running <bound method NetworksClient.delete_network of <tempest.lib.services.network.networks_client.NetworksClient object at 0x7f78d63c6250>>, retrying... 2021-11-19 16:40:27,506 124848 INFO [tempest.lib.common.rest_client] Request (RoutersTest:_run_cleanups): 500 DELETE http://10.222.0.76:9696/v2.0/networks/7b5cc88d-d793-4e15-97e2-6205923efd4c 0.018s 2021-11-19 16:40:27,507 124848 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'content-type': 'application/json', 'content-length': '150', 'x-openstack-request-id': 'req-3a67aaae-65a7-489c-a6cf-14e9efd1bb25', 'date': 'Fri, 19 Nov 2021 16:40:27 GMT', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.76:9696/v2.0/networks/7b5cc88d-d793-4e15-97e2-6205923efd4c'} Body: b'{"NeutronError": {"type": "HTTPInternalServerError", "message": "Request Failed: internal server error while processing your request.", "detail": ""}}' }}} traceback-1: {{{ Traceback (most recent call last): File "/opt/stack/tempest/tempest/lib/common/utils/test_utils.py", line 87, in call_and_ignore_notfound_exc return func(*args, **kwargs) File "/opt/stack/tempest/tempest/lib/services/network/networks_client.py", line 52, in delete_network return self.delete_resource(uri) File "/opt/stack/tempest/tempest/lib/services/network/base.py", line 42, in delete_resource resp, body = self.delete(req_uri) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 330, in delete return self.request('DELETE', url, extra_headers, headers, body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 703, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 879, in _error_checker raise exceptions.ServerFault(resp_body, resp=resp, tempest.lib.exceptions.ServerFault: Got server fault Details: Request Failed: internal server error while processing your request. }}} traceback-2: {{{ Traceback (most recent call last): File "/opt/stack/tempest/tempest/lib/common/utils/test_utils.py", line 87, in call_and_ignore_notfound_exc return func(*args, **kwargs) File "/opt/stack/tempest/tempest/lib/services/network/networks_client.py", line 52, in delete_network return self.delete_resource(uri) File "/opt/stack/tempest/tempest/lib/services/network/base.py", line 42, in delete_resource resp, body = self.delete(req_uri) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 330, in delete return self.request('DELETE', url, extra_headers, headers, body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 703, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 879, in _error_checker raise exceptions.ServerFault(resp_body, resp=resp, tempest.lib.exceptions.ServerFault: Got server fault Details: Request Failed: internal server error while processing your request. }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/network/test_routers.py", line 248, in test_add_multiple_router_interfaces subnet01 = self.create_subnet(network01) File "/opt/stack/tempest/tempest/api/network/base.py", line 139, in create_subnet body = client.create_subnet( File "/opt/stack/tempest/tempest/lib/services/network/subnets_client.py", line 27, in create_subnet return self.create_resource(uri, post_data) File "/opt/stack/tempest/tempest/lib/services/network/base.py", line 62, in create_resource resp, body = self.post(req_uri, req_post_data) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 299, in post return self.request('POST', url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 703, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 879, in _error_checker raise exceptions.ServerFault(resp_body, resp=resp, tempest.lib.exceptions.ServerFault: Got server fault Details: Request Failed: internal server error while processing your request. |
||||||
test_add_remove_router_interface_with_port_id[id-2b7d2f37-6748-4d78-92e5-1d590234f0d5,smoke] |
fail
ft35.2: tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_port_id[id-2b7d2f37-6748-4d78-92e5-1d590234f0d5,smoke]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2021-11-19 16:40:28,767 124848 INFO [tempest.lib.common.rest_client] Request (RoutersTest:test_add_remove_router_interface_with_port_id): 201 POST http://10.222.0.76:9696/v2.0/networks 1.257s 2021-11-19 16:40:28,768 124848 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"network": {"name": "tempest-RoutersTest-351399343"}} Response - Headers: {'content-type': 'application/json', 'content-length': '566', 'x-openstack-request-id': 'req-2976555d-4e28-4c12-8b60-39cc48e5b304', 'date': 'Fri, 19 Nov 2021 16:40:28 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.76:9696/v2.0/networks'} Body: b'{"network":{"id":"02438fc4-963a-4d4c-84ae-cac953738d54","name":"tempest-RoutersTest-351399343","tenant_id":"457124f9b3164bba942c16ac90140ac1","admin_state_up":true,"mtu":1500,"status":"ACTIVE","subnets":[],"shared":false,"project_id":"457124f9b3164bba942c16ac90140ac1","port_security_enabled":true,"router:external":false,"is_default":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"ipv6_address_scope":null,"description":"","tags":[],"created_at":"2021-11-19T16:40:27Z","updated_at":"2021-11-19T16:40:28Z","revision_number":1}}' 2021-11-19 16:40:28,787 124848 INFO [tempest.lib.common.rest_client] Request (RoutersTest:test_add_remove_router_interface_with_port_id): 500 POST http://10.222.0.76:9696/v2.0/subnets 0.018s 2021-11-19 16:40:28,787 124848 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"subnet": {"network_id": "02438fc4-963a-4d4c-84ae-cac953738d54", "cidr": "172.20.0.0/28", "ip_version": 4, "gateway_ip": "172.20.0.1"}} Response - Headers: {'content-type': 'application/json', 'content-length': '150', 'x-openstack-request-id': 'req-6323f651-117d-477a-be0a-46d32fa050ea', 'date': 'Fri, 19 Nov 2021 16:40:28 GMT', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.76:9696/v2.0/subnets'} Body: b'{"NeutronError": {"type": "HTTPInternalServerError", "message": "Request Failed: internal server error while processing your request.", "detail": ""}}' 2021-11-19 16:40:28,813 124848 INFO [tempest.lib.common.rest_client] Request (RoutersTest:_run_cleanups): 500 DELETE http://10.222.0.76:9696/v2.0/networks/02438fc4-963a-4d4c-84ae-cac953738d54 0.024s 2021-11-19 16:40:28,813 124848 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'content-type': 'application/json', 'content-length': '150', 'x-openstack-request-id': 'req-4cd97c50-7ae6-4fae-aa5f-035c026e9107', 'date': 'Fri, 19 Nov 2021 16:40:28 GMT', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.76:9696/v2.0/networks/02438fc4-963a-4d4c-84ae-cac953738d54'} Body: b'{"NeutronError": {"type": "HTTPInternalServerError", "message": "Request Failed: internal server error while processing your request.", "detail": ""}}' 2021-11-19 16:40:28,813 124848 WARNING [tempest.lib.common.utils.test_utils] Got ServerFault while running <bound method NetworksClient.delete_network of <tempest.lib.services.network.networks_client.NetworksClient object at 0x7f78d63c6250>>, retrying... 2021-11-19 16:40:28,840 124848 INFO [tempest.lib.common.rest_client] Request (RoutersTest:_run_cleanups): 500 DELETE http://10.222.0.76:9696/v2.0/networks/02438fc4-963a-4d4c-84ae-cac953738d54 0.026s 2021-11-19 16:40:28,841 124848 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'content-type': 'application/json', 'content-length': '150', 'x-openstack-request-id': 'req-97d25975-7ce9-4c22-9f9f-1de712f43a60', 'date': 'Fri, 19 Nov 2021 16:40:28 GMT', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.76:9696/v2.0/networks/02438fc4-963a-4d4c-84ae-cac953738d54'} Body: b'{"NeutronError": {"type": "HTTPInternalServerError", "message": "Request Failed: internal server error while processing your request.", "detail": ""}}' 2021-11-19 16:40:28,841 124848 WARNING [tempest.lib.common.utils.test_utils] Got ServerFault while running <bound method NetworksClient.delete_network of <tempest.lib.services.network.networks_client.NetworksClient object at 0x7f78d63c6250>>, retrying... 2021-11-19 16:40:28,860 124848 INFO [tempest.lib.common.rest_client] Request (RoutersTest:_run_cleanups): 500 DELETE http://10.222.0.76:9696/v2.0/networks/02438fc4-963a-4d4c-84ae-cac953738d54 0.018s 2021-11-19 16:40:28,860 124848 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'content-type': 'application/json', 'content-length': '150', 'x-openstack-request-id': 'req-6751d858-df51-4531-bf79-bbbc0e2bdc71', 'date': 'Fri, 19 Nov 2021 16:40:28 GMT', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.76:9696/v2.0/networks/02438fc4-963a-4d4c-84ae-cac953738d54'} Body: b'{"NeutronError": {"type": "HTTPInternalServerError", "message": "Request Failed: internal server error while processing your request.", "detail": ""}}' }}} traceback-1: {{{ Traceback (most recent call last): File "/opt/stack/tempest/tempest/lib/common/utils/test_utils.py", line 87, in call_and_ignore_notfound_exc return func(*args, **kwargs) File "/opt/stack/tempest/tempest/lib/services/network/networks_client.py", line 52, in delete_network return self.delete_resource(uri) File "/opt/stack/tempest/tempest/lib/services/network/base.py", line 42, in delete_resource resp, body = self.delete(req_uri) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 330, in delete return self.request('DELETE', url, extra_headers, headers, body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 703, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 879, in _error_checker raise exceptions.ServerFault(resp_body, resp=resp, tempest.lib.exceptions.ServerFault: Got server fault Details: Request Failed: internal server error while processing your request. }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/network/test_routers.py", line 125, in test_add_remove_router_interface_with_port_id subnet = self.create_subnet(network) File "/opt/stack/tempest/tempest/api/network/base.py", line 139, in create_subnet body = client.create_subnet( File "/opt/stack/tempest/tempest/lib/services/network/subnets_client.py", line 27, in create_subnet return self.create_resource(uri, post_data) File "/opt/stack/tempest/tempest/lib/services/network/base.py", line 62, in create_resource resp, body = self.post(req_uri, req_post_data) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 299, in post return self.request('POST', url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 703, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 879, in _error_checker raise exceptions.ServerFault(resp_body, resp=resp, tempest.lib.exceptions.ServerFault: Got server fault Details: Request Failed: internal server error while processing your request. |
||||||
test_add_remove_router_interface_with_subnet_id[id-b42e6e39-2e37-49cc-a6f4-8467e940900a,smoke] |
fail
ft35.3: tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_subnet_id[id-b42e6e39-2e37-49cc-a6f4-8467e940900a,smoke]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2021-11-19 16:40:29,570 124848 INFO [tempest.lib.common.rest_client] Request (RoutersTest:test_add_remove_router_interface_with_subnet_id): 201 POST http://10.222.0.76:9696/v2.0/networks 0.706s 2021-11-19 16:40:29,570 124848 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"network": {"name": "tempest-RoutersTest-674129808"}} Response - Headers: {'content-type': 'application/json', 'content-length': '566', 'x-openstack-request-id': 'req-9aab6bed-180f-4e79-9121-1e965852b627', 'date': 'Fri, 19 Nov 2021 16:40:29 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.76:9696/v2.0/networks'} Body: b'{"network":{"id":"15ebe029-af87-41a2-96e4-10ca75ca1e39","name":"tempest-RoutersTest-674129808","tenant_id":"457124f9b3164bba942c16ac90140ac1","admin_state_up":true,"mtu":1500,"status":"ACTIVE","subnets":[],"shared":false,"project_id":"457124f9b3164bba942c16ac90140ac1","port_security_enabled":true,"router:external":false,"is_default":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"ipv6_address_scope":null,"description":"","tags":[],"created_at":"2021-11-19T16:40:29Z","updated_at":"2021-11-19T16:40:29Z","revision_number":1}}' 2021-11-19 16:40:29,586 124848 INFO [tempest.lib.common.rest_client] Request (RoutersTest:test_add_remove_router_interface_with_subnet_id): 500 POST http://10.222.0.76:9696/v2.0/subnets 0.015s 2021-11-19 16:40:29,587 124848 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"subnet": {"network_id": "15ebe029-af87-41a2-96e4-10ca75ca1e39", "cidr": "172.20.0.0/28", "ip_version": 4, "gateway_ip": "172.20.0.1"}} Response - Headers: {'content-type': 'application/json', 'content-length': '150', 'x-openstack-request-id': 'req-3e0eae3c-c271-4f38-831a-f0a448d04717', 'date': 'Fri, 19 Nov 2021 16:40:29 GMT', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.76:9696/v2.0/subnets'} Body: b'{"NeutronError": {"type": "HTTPInternalServerError", "message": "Request Failed: internal server error while processing your request.", "detail": ""}}' 2021-11-19 16:40:29,613 124848 INFO [tempest.lib.common.rest_client] Request (RoutersTest:_run_cleanups): 500 DELETE http://10.222.0.76:9696/v2.0/networks/15ebe029-af87-41a2-96e4-10ca75ca1e39 0.025s 2021-11-19 16:40:29,613 124848 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'content-type': 'application/json', 'content-length': '150', 'x-openstack-request-id': 'req-de651bf7-dda8-46f1-b9e1-71d5b8805749', 'date': 'Fri, 19 Nov 2021 16:40:29 GMT', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.76:9696/v2.0/networks/15ebe029-af87-41a2-96e4-10ca75ca1e39'} Body: b'{"NeutronError": {"type": "HTTPInternalServerError", "message": "Request Failed: internal server error while processing your request.", "detail": ""}}' 2021-11-19 16:40:29,614 124848 WARNING [tempest.lib.common.utils.test_utils] Got ServerFault while running <bound method NetworksClient.delete_network of <tempest.lib.services.network.networks_client.NetworksClient object at 0x7f78d63c6250>>, retrying... 2021-11-19 16:40:29,641 124848 INFO [tempest.lib.common.rest_client] Request (RoutersTest:_run_cleanups): 500 DELETE http://10.222.0.76:9696/v2.0/networks/15ebe029-af87-41a2-96e4-10ca75ca1e39 0.027s 2021-11-19 16:40:29,642 124848 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'content-type': 'application/json', 'content-length': '150', 'x-openstack-request-id': 'req-0f519ec5-e5bb-4cdd-84ed-18e710526d1c', 'date': 'Fri, 19 Nov 2021 16:40:29 GMT', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.76:9696/v2.0/networks/15ebe029-af87-41a2-96e4-10ca75ca1e39'} Body: b'{"NeutronError": {"type": "HTTPInternalServerError", "message": "Request Failed: internal server error while processing your request.", "detail": ""}}' 2021-11-19 16:40:29,642 124848 WARNING [tempest.lib.common.utils.test_utils] Got ServerFault while running <bound method NetworksClient.delete_network of <tempest.lib.services.network.networks_client.NetworksClient object at 0x7f78d63c6250>>, retrying... 2021-11-19 16:40:29,658 124848 INFO [tempest.lib.common.rest_client] Request (RoutersTest:_run_cleanups): 500 DELETE http://10.222.0.76:9696/v2.0/networks/15ebe029-af87-41a2-96e4-10ca75ca1e39 0.015s 2021-11-19 16:40:29,658 124848 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'content-type': 'application/json', 'content-length': '150', 'x-openstack-request-id': 'req-6e9a2295-15dd-4a7b-b68a-b0889a622d0a', 'date': 'Fri, 19 Nov 2021 16:40:29 GMT', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.76:9696/v2.0/networks/15ebe029-af87-41a2-96e4-10ca75ca1e39'} Body: b'{"NeutronError": {"type": "HTTPInternalServerError", "message": "Request Failed: internal server error while processing your request.", "detail": ""}}' }}} traceback-1: {{{ Traceback (most recent call last): File "/opt/stack/tempest/tempest/lib/common/utils/test_utils.py", line 87, in call_and_ignore_notfound_exc return func(*args, **kwargs) File "/opt/stack/tempest/tempest/lib/services/network/networks_client.py", line 52, in delete_network return self.delete_resource(uri) File "/opt/stack/tempest/tempest/lib/services/network/base.py", line 42, in delete_resource resp, body = self.delete(req_uri) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 330, in delete return self.request('DELETE', url, extra_headers, headers, body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 703, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 879, in _error_checker raise exceptions.ServerFault(resp_body, resp=resp, tempest.lib.exceptions.ServerFault: Got server fault Details: Request Failed: internal server error while processing your request. }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/network/test_routers.py", line 98, in test_add_remove_router_interface_with_subnet_id subnet = self.create_subnet(network) File "/opt/stack/tempest/tempest/api/network/base.py", line 139, in create_subnet body = client.create_subnet( File "/opt/stack/tempest/tempest/lib/services/network/subnets_client.py", line 27, in create_subnet return self.create_resource(uri, post_data) File "/opt/stack/tempest/tempest/lib/services/network/base.py", line 62, in create_resource resp, body = self.post(req_uri, req_post_data) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 299, in post return self.request('POST', url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 703, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 879, in _error_checker raise exceptions.ServerFault(resp_body, resp=resp, tempest.lib.exceptions.ServerFault: Got server fault Details: Request Failed: internal server error while processing your request. |
||||||
test_create_show_list_update_delete_router[id-f64403e2-8483-4b34-8ccd-b09a87bcc68c,smoke] |
fail
ft35.4: tempest.api.network.test_routers.RoutersTest.test_create_show_list_update_delete_router[id-f64403e2-8483-4b34-8ccd-b09a87bcc68c,smoke]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2021-11-19 16:40:31,006 124848 INFO [tempest.lib.common.rest_client] Request (RoutersTest:test_create_show_list_update_delete_router): 500 POST http://10.222.0.76:9696/v2.0/routers 1.345s 2021-11-19 16:40:31,007 124848 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"router": {"name": "tempest-RoutersTest-router-2132076916", "external_gateway_info": {"network_id": "67bab61c-66b4-44e7-81e2-04c30c78e363"}, "admin_state_up": false}} Response - Headers: {'content-type': 'application/json', 'content-length': '150', 'x-openstack-request-id': 'req-7ac9b8cf-5f0e-48b8-b9f4-63e625891079', 'date': 'Fri, 19 Nov 2021 16:40:31 GMT', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.76:9696/v2.0/routers'} Body: b'{"NeutronError": {"type": "HTTPInternalServerError", "message": "Request Failed: internal server error while processing your request.", "detail": ""}}' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/network/test_routers.py", line 60, in test_create_show_list_update_delete_router router = self.create_router( File "/opt/stack/tempest/tempest/api/network/base.py", line 190, in create_router body = cls.routers_client.create_router( File "/opt/stack/tempest/tempest/lib/services/network/routers_client.py", line 27, in create_router return self.create_resource(uri, post_body) File "/opt/stack/tempest/tempest/lib/services/network/base.py", line 62, in create_resource resp, body = self.post(req_uri, req_post_data) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 299, in post return self.request('POST', url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 703, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 879, in _error_checker raise exceptions.ServerFault(resp_body, resp=resp, tempest.lib.exceptions.ServerFault: Got server fault Details: Request Failed: internal server error while processing your request. |
||||||
test_router_interface_port_update_with_fixed_ip[id-96522edf-b4b5-45d9-8443-fa11c26e6eff] |
fail
ft35.5: tempest.api.network.test_routers.RoutersTest.test_router_interface_port_update_with_fixed_ip[id-96522edf-b4b5-45d9-8443-fa11c26e6eff]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2021-11-19 16:40:31,570 124848 INFO [tempest.lib.common.rest_client] Request (RoutersTest:test_router_interface_port_update_with_fixed_ip): 201 POST http://10.222.0.76:9696/v2.0/networks 0.559s 2021-11-19 16:40:31,571 124848 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"network": {"name": "tempest-RoutersTest-2100017739"}} Response - Headers: {'content-type': 'application/json', 'content-length': '567', 'x-openstack-request-id': 'req-fd3211da-6a60-41b0-a3c8-fe4df2711727', 'date': 'Fri, 19 Nov 2021 16:40:31 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.76:9696/v2.0/networks'} Body: b'{"network":{"id":"c568f155-a1af-488c-9e97-12a55c2db30e","name":"tempest-RoutersTest-2100017739","tenant_id":"457124f9b3164bba942c16ac90140ac1","admin_state_up":true,"mtu":1500,"status":"ACTIVE","subnets":[],"shared":false,"project_id":"457124f9b3164bba942c16ac90140ac1","port_security_enabled":true,"router:external":false,"is_default":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"ipv6_address_scope":null,"description":"","tags":[],"created_at":"2021-11-19T16:40:31Z","updated_at":"2021-11-19T16:40:31Z","revision_number":1}}' 2021-11-19 16:40:31,601 124848 INFO [tempest.lib.common.rest_client] Request (RoutersTest:test_router_interface_port_update_with_fixed_ip): 500 POST http://10.222.0.76:9696/v2.0/subnets 0.029s 2021-11-19 16:40:31,601 124848 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"subnet": {"network_id": "c568f155-a1af-488c-9e97-12a55c2db30e", "cidr": "172.20.0.0/28", "ip_version": 4, "gateway_ip": "172.20.0.1"}} Response - Headers: {'content-type': 'application/json', 'content-length': '150', 'x-openstack-request-id': 'req-9376cde2-e31e-4eaa-8c4e-0d000c76aa62', 'date': 'Fri, 19 Nov 2021 16:40:31 GMT', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.76:9696/v2.0/subnets'} Body: b'{"NeutronError": {"type": "HTTPInternalServerError", "message": "Request Failed: internal server error while processing your request.", "detail": ""}}' 2021-11-19 16:40:31,618 124848 INFO [tempest.lib.common.rest_client] Request (RoutersTest:_run_cleanups): 500 DELETE http://10.222.0.76:9696/v2.0/networks/c568f155-a1af-488c-9e97-12a55c2db30e 0.016s 2021-11-19 16:40:31,619 124848 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'content-type': 'application/json', 'content-length': '150', 'x-openstack-request-id': 'req-47adbddb-e085-43ec-89d7-44514b173e2c', 'date': 'Fri, 19 Nov 2021 16:40:31 GMT', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.76:9696/v2.0/networks/c568f155-a1af-488c-9e97-12a55c2db30e'} Body: b'{"NeutronError": {"type": "HTTPInternalServerError", "message": "Request Failed: internal server error while processing your request.", "detail": ""}}' 2021-11-19 16:40:31,619 124848 WARNING [tempest.lib.common.utils.test_utils] Got ServerFault while running <bound method NetworksClient.delete_network of <tempest.lib.services.network.networks_client.NetworksClient object at 0x7f78d63c6250>>, retrying... 2021-11-19 16:40:31,635 124848 INFO [tempest.lib.common.rest_client] Request (RoutersTest:_run_cleanups): 500 DELETE http://10.222.0.76:9696/v2.0/networks/c568f155-a1af-488c-9e97-12a55c2db30e 0.015s 2021-11-19 16:40:31,635 124848 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'content-type': 'application/json', 'content-length': '150', 'x-openstack-request-id': 'req-cd018907-c811-4044-89d5-e5e6713c1eda', 'date': 'Fri, 19 Nov 2021 16:40:31 GMT', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.76:9696/v2.0/networks/c568f155-a1af-488c-9e97-12a55c2db30e'} Body: b'{"NeutronError": {"type": "HTTPInternalServerError", "message": "Request Failed: internal server error while processing your request.", "detail": ""}}' 2021-11-19 16:40:31,635 124848 WARNING [tempest.lib.common.utils.test_utils] Got ServerFault while running <bound method NetworksClient.delete_network of <tempest.lib.services.network.networks_client.NetworksClient object at 0x7f78d63c6250>>, retrying... 2021-11-19 16:40:31,651 124848 INFO [tempest.lib.common.rest_client] Request (RoutersTest:_run_cleanups): 500 DELETE http://10.222.0.76:9696/v2.0/networks/c568f155-a1af-488c-9e97-12a55c2db30e 0.015s 2021-11-19 16:40:31,652 124848 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'content-type': 'application/json', 'content-length': '150', 'x-openstack-request-id': 'req-802c7305-21d2-4b71-8a1e-d196d6d9d7dd', 'date': 'Fri, 19 Nov 2021 16:40:31 GMT', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.76:9696/v2.0/networks/c568f155-a1af-488c-9e97-12a55c2db30e'} Body: b'{"NeutronError": {"type": "HTTPInternalServerError", "message": "Request Failed: internal server error while processing your request.", "detail": ""}}' }}} traceback-1: {{{ Traceback (most recent call last): File "/opt/stack/tempest/tempest/lib/common/utils/test_utils.py", line 87, in call_and_ignore_notfound_exc return func(*args, **kwargs) File "/opt/stack/tempest/tempest/lib/services/network/networks_client.py", line 52, in delete_network return self.delete_resource(uri) File "/opt/stack/tempest/tempest/lib/services/network/base.py", line 42, in delete_resource resp, body = self.delete(req_uri) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 330, in delete return self.request('DELETE', url, extra_headers, headers, body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 703, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 879, in _error_checker raise exceptions.ServerFault(resp_body, resp=resp, tempest.lib.exceptions.ServerFault: Got server fault Details: Request Failed: internal server error while processing your request. }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/network/test_routers.py", line 274, in test_router_interface_port_update_with_fixed_ip subnet = self.create_subnet(network) File "/opt/stack/tempest/tempest/api/network/base.py", line 139, in create_subnet body = client.create_subnet( File "/opt/stack/tempest/tempest/lib/services/network/subnets_client.py", line 27, in create_subnet return self.create_resource(uri, post_data) File "/opt/stack/tempest/tempest/lib/services/network/base.py", line 62, in create_resource resp, body = self.post(req_uri, req_post_data) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 299, in post return self.request('POST', url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 703, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 879, in _error_checker raise exceptions.ServerFault(resp_body, resp=resp, tempest.lib.exceptions.ServerFault: Got server fault Details: Request Failed: internal server error while processing your request. |
||||||
test_update_delete_extra_route[id-c86ac3a8-50bd-4b00-a6b8-62af84a0765c] |
fail
ft35.6: tempest.api.network.test_routers.RoutersTest.test_update_delete_extra_route[id-c86ac3a8-50bd-4b00-a6b8-62af84a0765c]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2021-11-19 16:40:31,820 124848 INFO [tempest.lib.common.rest_client] Request (RoutersTest:test_update_delete_extra_route): 201 POST http://10.222.0.76:9696/v2.0/routers 0.165s 2021-11-19 16:40:31,821 124848 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"router": {"name": "tempest-RoutersTest-router-900573455", "external_gateway_info": {}, "admin_state_up": true}} Response - Headers: {'content-type': 'application/json', 'content-length': '499', 'x-openstack-request-id': 'req-91df0f5b-fdc7-4049-bb4c-d27edb624d8f', 'date': 'Fri, 19 Nov 2021 16:40:31 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.76:9696/v2.0/routers'} Body: b'{"router": {"id": "95c81966-7424-4ea7-acd6-abf6435bb185", "name": "tempest-RoutersTest-router-900573455", "tenant_id": "457124f9b3164bba942c16ac90140ac1", "admin_state_up": true, "status": "ACTIVE", "external_gateway_info": null, "description": "", "availability_zones": [], "availability_zone_hints": [], "routes": [], "flavor_id": null, "tags": [], "created_at": "2021-11-19T16:40:31Z", "updated_at": "2021-11-19T16:40:31Z", "revision_number": 1, "project_id": "457124f9b3164bba942c16ac90140ac1"}}' 2021-11-19 16:40:32,769 124848 INFO [tempest.lib.common.rest_client] Request (RoutersTest:test_update_delete_extra_route): 201 POST http://10.222.0.76:9696/v2.0/networks 0.947s 2021-11-19 16:40:32,769 124848 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"network": {"name": "tempest-RoutersTest-1223703777"}} Response - Headers: {'content-type': 'application/json', 'content-length': '567', 'x-openstack-request-id': 'req-ba4e0f78-8996-42fc-838a-5dd05b073dc0', 'date': 'Fri, 19 Nov 2021 16:40:32 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.76:9696/v2.0/networks'} Body: b'{"network":{"id":"5e03aaf0-df12-4c0d-a405-26665768cdc7","name":"tempest-RoutersTest-1223703777","tenant_id":"457124f9b3164bba942c16ac90140ac1","admin_state_up":true,"mtu":1500,"status":"ACTIVE","subnets":[],"shared":false,"project_id":"457124f9b3164bba942c16ac90140ac1","port_security_enabled":true,"router:external":false,"is_default":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"ipv6_address_scope":null,"description":"","tags":[],"created_at":"2021-11-19T16:40:31Z","updated_at":"2021-11-19T16:40:31Z","revision_number":1}}' 2021-11-19 16:40:32,829 124848 INFO [tempest.lib.common.rest_client] Request (RoutersTest:test_update_delete_extra_route): 500 POST http://10.222.0.76:9696/v2.0/subnets 0.059s 2021-11-19 16:40:32,830 124848 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"subnet": {"network_id": "5e03aaf0-df12-4c0d-a405-26665768cdc7", "cidr": "172.20.0.0/28", "ip_version": 4, "gateway_ip": "172.20.0.1"}} Response - Headers: {'content-type': 'application/json', 'content-length': '150', 'x-openstack-request-id': 'req-14228a02-9c9b-4762-99fb-18d4732c275c', 'date': 'Fri, 19 Nov 2021 16:40:32 GMT', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.76:9696/v2.0/subnets'} Body: b'{"NeutronError": {"type": "HTTPInternalServerError", "message": "Request Failed: internal server error while processing your request.", "detail": ""}}' 2021-11-19 16:40:32,861 124848 INFO [tempest.lib.common.rest_client] Request (RoutersTest:_run_cleanups): 500 DELETE http://10.222.0.76:9696/v2.0/networks/5e03aaf0-df12-4c0d-a405-26665768cdc7 0.029s 2021-11-19 16:40:32,861 124848 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'content-type': 'application/json', 'content-length': '150', 'x-openstack-request-id': 'req-d54321c3-7a49-4580-8697-37ab5f354007', 'date': 'Fri, 19 Nov 2021 16:40:32 GMT', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.76:9696/v2.0/networks/5e03aaf0-df12-4c0d-a405-26665768cdc7'} Body: b'{"NeutronError": {"type": "HTTPInternalServerError", "message": "Request Failed: internal server error while processing your request.", "detail": ""}}' 2021-11-19 16:40:32,861 124848 WARNING [tempest.lib.common.utils.test_utils] Got ServerFault while running <bound method NetworksClient.delete_network of <tempest.lib.services.network.networks_client.NetworksClient object at 0x7f78d63c6250>>, retrying... 2021-11-19 16:40:32,890 124848 INFO [tempest.lib.common.rest_client] Request (RoutersTest:_run_cleanups): 500 DELETE http://10.222.0.76:9696/v2.0/networks/5e03aaf0-df12-4c0d-a405-26665768cdc7 0.028s 2021-11-19 16:40:32,890 124848 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'content-type': 'application/json', 'content-length': '150', 'x-openstack-request-id': 'req-dca1bbaf-d188-4599-b43d-91bd49aacb83', 'date': 'Fri, 19 Nov 2021 16:40:32 GMT', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.76:9696/v2.0/networks/5e03aaf0-df12-4c0d-a405-26665768cdc7'} Body: b'{"NeutronError": {"type": "HTTPInternalServerError", "message": "Request Failed: internal server error while processing your request.", "detail": ""}}' 2021-11-19 16:40:32,891 124848 WARNING [tempest.lib.common.utils.test_utils] Got ServerFault while running <bound method NetworksClient.delete_network of <tempest.lib.services.network.networks_client.NetworksClient object at 0x7f78d63c6250>>, retrying... 2021-11-19 16:40:32,926 124848 INFO [tempest.lib.common.rest_client] Request (RoutersTest:_run_cleanups): 500 DELETE http://10.222.0.76:9696/v2.0/networks/5e03aaf0-df12-4c0d-a405-26665768cdc7 0.035s 2021-11-19 16:40:32,927 124848 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'content-type': 'application/json', 'content-length': '150', 'x-openstack-request-id': 'req-c4416347-ba46-4958-8084-ac8d1dd82c25', 'date': 'Fri, 19 Nov 2021 16:40:32 GMT', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.76:9696/v2.0/networks/5e03aaf0-df12-4c0d-a405-26665768cdc7'} Body: b'{"NeutronError": {"type": "HTTPInternalServerError", "message": "Request Failed: internal server error while processing your request.", "detail": ""}}' 2021-11-19 16:40:34,571 124848 INFO [tempest.lib.common.rest_client] Request (RoutersTest:_run_cleanups): 200 PUT http://10.222.0.76:9696/v2.0/routers/95c81966-7424-4ea7-acd6-abf6435bb185 1.643s 2021-11-19 16:40:34,571 124848 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"router": {"routes": null}} Response - Headers: {'content-type': 'application/json', 'content-length': '499', 'x-openstack-request-id': 'req-3098d749-6378-451e-98b1-c9591b3f7347', 'date': 'Fri, 19 Nov 2021 16:40:34 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76:9696/v2.0/routers/95c81966-7424-4ea7-acd6-abf6435bb185'} Body: b'{"router": {"id": "95c81966-7424-4ea7-acd6-abf6435bb185", "name": "tempest-RoutersTest-router-900573455", "tenant_id": "457124f9b3164bba942c16ac90140ac1", "admin_state_up": true, "status": "ACTIVE", "external_gateway_info": null, "description": "", "availability_zones": [], "availability_zone_hints": [], "routes": [], "flavor_id": null, "tags": [], "created_at": "2021-11-19T16:40:31Z", "updated_at": "2021-11-19T16:40:31Z", "revision_number": 1, "project_id": "457124f9b3164bba942c16ac90140ac1"}}' 2021-11-19 16:40:35,080 124848 INFO [tempest.lib.common.rest_client] Request (RoutersTest:_run_cleanups): 200 GET http://10.222.0.76:9696/v2.0/ports?device_id=95c81966-7424-4ea7-acd6-abf6435bb185 0.508s 2021-11-19 16:40:35,080 124848 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'content-type': 'application/json', 'content-length': '12', 'x-openstack-request-id': 'req-af72c886-f41f-42ce-91c1-27a0fd963c8a', 'date': 'Fri, 19 Nov 2021 16:40:35 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76:9696/v2.0/ports?device_id=95c81966-7424-4ea7-acd6-abf6435bb185'} Body: b'{"ports":[]}' 2021-11-19 16:40:35,705 124848 INFO [tempest.lib.common.rest_client] Request (RoutersTest:_run_cleanups): 204 DELETE http://10.222.0.76:9696/v2.0/routers/95c81966-7424-4ea7-acd6-abf6435bb185 0.625s 2021-11-19 16:40:35,706 124848 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'x-openstack-request-id': 'req-e1c5d94d-1ae1-4632-a65d-ecd46d993c9b', 'content-length': '0', 'date': 'Fri, 19 Nov 2021 16:40:35 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.76:9696/v2.0/routers/95c81966-7424-4ea7-acd6-abf6435bb185'} Body: b'' }}} traceback-1: {{{ Traceback (most recent call last): File "/opt/stack/tempest/tempest/lib/common/utils/test_utils.py", line 87, in call_and_ignore_notfound_exc return func(*args, **kwargs) File "/opt/stack/tempest/tempest/lib/services/network/networks_client.py", line 52, in delete_network return self.delete_resource(uri) File "/opt/stack/tempest/tempest/lib/services/network/base.py", line 42, in delete_resource resp, body = self.delete(req_uri) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 330, in delete return self.request('DELETE', url, extra_headers, headers, body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 703, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 879, in _error_checker raise exceptions.ServerFault(resp_body, resp=resp, tempest.lib.exceptions.ServerFault: Got server fault Details: Request Failed: internal server error while processing your request. }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 89, in wrapper return func(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/api/network/test_routers.py", line 174, in test_update_delete_extra_route subnet = self.create_subnet(network, cidr=next_cidr) File "/opt/stack/tempest/tempest/api/network/base.py", line 139, in create_subnet body = client.create_subnet( File "/opt/stack/tempest/tempest/lib/services/network/subnets_client.py", line 27, in create_subnet return self.create_resource(uri, post_data) File "/opt/stack/tempest/tempest/lib/services/network/base.py", line 62, in create_resource resp, body = self.post(req_uri, req_post_data) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 299, in post return self.request('POST', url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 703, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 879, in _error_checker raise exceptions.ServerFault(resp_body, resp=resp, tempest.lib.exceptions.ServerFault: Got server fault Details: Request Failed: internal server error while processing your request. |
||||||
test_update_router_admin_state[id-a8902683-c788-4246-95c7-ad9c6d63a4d9] |
pass
pt35.7: tempest.api.network.test_routers.RoutersTest.test_update_router_admin_state[id-a8902683-c788-4246-95c7-ad9c6d63a4d9] |
||||||
tempest.api.network.test_security_groups.SecGroupIPv6Test | 8 | 0 | 8 | 0 | 0 | Detail | |
test_create_list_update_show_delete_security_group[id-bfd128e5-3c92-44b6-9d66-7fe29d22c802,smoke] |
fail
ft36.1: tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_list_update_show_delete_security_group[id-bfd128e5-3c92-44b6-9d66-7fe29d22c802,smoke]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2021-11-19 16:40:14,153 124850 INFO [tempest.lib.common.rest_client] Request (SecGroupIPv6Test:test_create_list_update_show_delete_security_group): 500 POST http://10.222.0.76:9696/v2.0/security-groups 0.881s 2021-11-19 16:40:14,154 124850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group": {"name": "tempest-secgroup--1435471180"}} Response - Headers: {'content-type': 'application/json', 'content-length': '150', 'x-openstack-request-id': 'req-0c731692-f9d9-4a22-a4fe-55ae7751b510', 'date': 'Fri, 19 Nov 2021 16:40:14 GMT', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.76:9696/v2.0/security-groups'} Body: b'{"NeutronError": {"type": "HTTPInternalServerError", "message": "Request Failed: internal server error while processing your request.", "detail": ""}}' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/network/test_security_groups.py", line 85, in test_create_list_update_show_delete_security_group group_create_body, _ = self._create_security_group() File "/opt/stack/tempest/tempest/api/network/base_security_groups.py", line 27, in _create_security_group self.security_groups_client.create_security_group(name=name)) File "/opt/stack/tempest/tempest/lib/services/network/security_groups_client.py", line 28, in create_security_group return self.create_resource(uri, post_data) File "/opt/stack/tempest/tempest/lib/services/network/base.py", line 62, in create_resource resp, body = self.post(req_uri, req_post_data) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 299, in post return self.request('POST', url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 703, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 879, in _error_checker raise exceptions.ServerFault(resp_body, resp=resp, tempest.lib.exceptions.ServerFault: Got server fault Details: Request Failed: internal server error while processing your request. |
||||||
test_create_security_group_rule_with_additional_args[id-87dfbcf9-1849-43ea-b1e4-efa3eeae9f71] |
fail
ft36.2: tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_security_group_rule_with_additional_args[id-87dfbcf9-1849-43ea-b1e4-efa3eeae9f71]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2021-11-19 16:40:14,439 124850 INFO [tempest.lib.common.rest_client] Request (SecGroupIPv6Test:test_create_security_group_rule_with_additional_args): 500 POST http://10.222.0.76:9696/v2.0/security-groups 0.282s 2021-11-19 16:40:14,439 124850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group": {"name": "tempest-secgroup--2054472298"}} Response - Headers: {'content-type': 'application/json', 'content-length': '150', 'x-openstack-request-id': 'req-7774cfc7-c1d2-4db2-a013-50fec17b80ed', 'date': 'Fri, 19 Nov 2021 16:40:14 GMT', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.76:9696/v2.0/security-groups'} Body: b'{"NeutronError": {"type": "HTTPInternalServerError", "message": "Request Failed: internal server error while processing your request.", "detail": ""}}' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/network/test_security_groups.py", line 157, in test_create_security_group_rule_with_additional_args group_create_body, _ = self._create_security_group() File "/opt/stack/tempest/tempest/api/network/base_security_groups.py", line 27, in _create_security_group self.security_groups_client.create_security_group(name=name)) File "/opt/stack/tempest/tempest/lib/services/network/security_groups_client.py", line 28, in create_security_group return self.create_resource(uri, post_data) File "/opt/stack/tempest/tempest/lib/services/network/base.py", line 62, in create_resource resp, body = self.post(req_uri, req_post_data) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 299, in post return self.request('POST', url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 703, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 879, in _error_checker raise exceptions.ServerFault(resp_body, resp=resp, tempest.lib.exceptions.ServerFault: Got server fault Details: Request Failed: internal server error while processing your request. |
||||||
test_create_security_group_rule_with_icmp_type_code[id-c9463db8-b44d-4f52-b6c0-8dbda99f26ce] |
fail
ft36.3: tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_security_group_rule_with_icmp_type_code[id-c9463db8-b44d-4f52-b6c0-8dbda99f26ce]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2021-11-19 16:40:14,643 124850 INFO [tempest.lib.common.rest_client] Request (SecGroupIPv6Test:test_create_security_group_rule_with_icmp_type_code): 500 POST http://10.222.0.76:9696/v2.0/security-groups 0.201s 2021-11-19 16:40:14,643 124850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group": {"name": "tempest-secgroup--99957149"}} Response - Headers: {'content-type': 'application/json', 'content-length': '150', 'x-openstack-request-id': 'req-6059f78a-a476-448c-be02-6d5c03a06b08', 'date': 'Fri, 19 Nov 2021 16:40:14 GMT', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.76:9696/v2.0/security-groups'} Body: b'{"NeutronError": {"type": "HTTPInternalServerError", "message": "Request Failed: internal server error while processing your request.", "detail": ""}}' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/network/test_security_groups.py", line 177, in test_create_security_group_rule_with_icmp_type_code group_create_body, _ = self._create_security_group() File "/opt/stack/tempest/tempest/api/network/base_security_groups.py", line 27, in _create_security_group self.security_groups_client.create_security_group(name=name)) File "/opt/stack/tempest/tempest/lib/services/network/security_groups_client.py", line 28, in create_security_group return self.create_resource(uri, post_data) File "/opt/stack/tempest/tempest/lib/services/network/base.py", line 62, in create_resource resp, body = self.post(req_uri, req_post_data) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 299, in post return self.request('POST', url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 703, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 879, in _error_checker raise exceptions.ServerFault(resp_body, resp=resp, tempest.lib.exceptions.ServerFault: Got server fault Details: Request Failed: internal server error while processing your request. |
||||||
test_create_security_group_rule_with_protocol_integer_value[id-0a307599-6655-4220-bebc-fd70c64f2290] |
fail
ft36.4: tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_security_group_rule_with_protocol_integer_value[id-0a307599-6655-4220-bebc-fd70c64f2290]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2021-11-19 16:40:15,000 124850 INFO [tempest.lib.common.rest_client] Request (SecGroupIPv6Test:test_create_security_group_rule_with_protocol_integer_value): 500 POST http://10.222.0.76:9696/v2.0/security-groups 0.354s 2021-11-19 16:40:15,001 124850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group": {"name": "tempest-secgroup--1720601240"}} Response - Headers: {'content-type': 'application/json', 'content-length': '150', 'x-openstack-request-id': 'req-e97099c2-4b75-48e5-bde1-cb927de40018', 'date': 'Fri, 19 Nov 2021 16:40:14 GMT', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.76:9696/v2.0/security-groups'} Body: b'{"NeutronError": {"type": "HTTPInternalServerError", "message": "Request Failed: internal server error while processing your request.", "detail": ""}}' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/network/test_security_groups.py", line 236, in test_create_security_group_rule_with_protocol_integer_value group_create_body, _ = self._create_security_group() File "/opt/stack/tempest/tempest/api/network/base_security_groups.py", line 27, in _create_security_group self.security_groups_client.create_security_group(name=name)) File "/opt/stack/tempest/tempest/lib/services/network/security_groups_client.py", line 28, in create_security_group return self.create_resource(uri, post_data) File "/opt/stack/tempest/tempest/lib/services/network/base.py", line 62, in create_resource resp, body = self.post(req_uri, req_post_data) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 299, in post return self.request('POST', url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 703, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 879, in _error_checker raise exceptions.ServerFault(resp_body, resp=resp, tempest.lib.exceptions.ServerFault: Got server fault Details: Request Failed: internal server error while processing your request. |
||||||
test_create_security_group_rule_with_remote_group_id[id-c2ed2deb-7a0c-44d8-8b4c-a5825b5c310b] |
fail
ft36.5: tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_security_group_rule_with_remote_group_id[id-c2ed2deb-7a0c-44d8-8b4c-a5825b5c310b]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2021-11-19 16:40:15,159 124850 INFO [tempest.lib.common.rest_client] Request (SecGroupIPv6Test:test_create_security_group_rule_with_remote_group_id): 500 POST http://10.222.0.76:9696/v2.0/security-groups 0.154s 2021-11-19 16:40:15,159 124850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group": {"name": "tempest-secgroup--752348335"}} Response - Headers: {'content-type': 'application/json', 'content-length': '150', 'x-openstack-request-id': 'req-bb99b5ff-54e4-4f44-a8a1-dfdd9d2d4938', 'date': 'Fri, 19 Nov 2021 16:40:15 GMT', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.76:9696/v2.0/security-groups'} Body: b'{"NeutronError": {"type": "HTTPInternalServerError", "message": "Request Failed: internal server error while processing your request.", "detail": ""}}' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/network/test_security_groups.py", line 198, in test_create_security_group_rule_with_remote_group_id sg1_body, _ = self._create_security_group() File "/opt/stack/tempest/tempest/api/network/base_security_groups.py", line 27, in _create_security_group self.security_groups_client.create_security_group(name=name)) File "/opt/stack/tempest/tempest/lib/services/network/security_groups_client.py", line 28, in create_security_group return self.create_resource(uri, post_data) File "/opt/stack/tempest/tempest/lib/services/network/base.py", line 62, in create_resource resp, body = self.post(req_uri, req_post_data) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 299, in post return self.request('POST', url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 703, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 879, in _error_checker raise exceptions.ServerFault(resp_body, resp=resp, tempest.lib.exceptions.ServerFault: Got server fault Details: Request Failed: internal server error while processing your request. |
||||||
test_create_security_group_rule_with_remote_ip_prefix[id-16459776-5da2-4634-bce4-4b55ee3ec188] |
fail
ft36.6: tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_security_group_rule_with_remote_ip_prefix[id-16459776-5da2-4634-bce4-4b55ee3ec188]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2021-11-19 16:40:15,281 124850 INFO [tempest.lib.common.rest_client] Request (SecGroupIPv6Test:test_create_security_group_rule_with_remote_ip_prefix): 500 POST http://10.222.0.76:9696/v2.0/security-groups 0.120s 2021-11-19 16:40:15,282 124850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group": {"name": "tempest-secgroup--375051441"}} Response - Headers: {'content-type': 'application/json', 'content-length': '150', 'x-openstack-request-id': 'req-57d8dc36-d96f-455f-b633-cf8837859d64', 'date': 'Fri, 19 Nov 2021 16:40:15 GMT', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.76:9696/v2.0/security-groups'} Body: b'{"NeutronError": {"type": "HTTPInternalServerError", "message": "Request Failed: internal server error while processing your request.", "detail": ""}}' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/network/test_security_groups.py", line 216, in test_create_security_group_rule_with_remote_ip_prefix sg1_body, _ = self._create_security_group() File "/opt/stack/tempest/tempest/api/network/base_security_groups.py", line 27, in _create_security_group self.security_groups_client.create_security_group(name=name)) File "/opt/stack/tempest/tempest/lib/services/network/security_groups_client.py", line 28, in create_security_group return self.create_resource(uri, post_data) File "/opt/stack/tempest/tempest/lib/services/network/base.py", line 62, in create_resource resp, body = self.post(req_uri, req_post_data) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 299, in post return self.request('POST', url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 703, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 879, in _error_checker raise exceptions.ServerFault(resp_body, resp=resp, tempest.lib.exceptions.ServerFault: Got server fault Details: Request Failed: internal server error while processing your request. |
||||||
test_create_show_delete_security_group_rule[id-cfb99e0e-7410-4a3d-8a0c-959a63ee77e9,smoke] |
fail
ft36.7: tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_show_delete_security_group_rule[id-cfb99e0e-7410-4a3d-8a0c-959a63ee77e9,smoke]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2021-11-19 16:40:15,552 124850 INFO [tempest.lib.common.rest_client] Request (SecGroupIPv6Test:test_create_show_delete_security_group_rule): 500 POST http://10.222.0.76:9696/v2.0/security-groups 0.267s 2021-11-19 16:40:15,552 124850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group": {"name": "tempest-secgroup--2022687762"}} Response - Headers: {'content-type': 'application/json', 'content-length': '150', 'x-openstack-request-id': 'req-b0227619-932d-4005-a4cc-cb6330897ee3', 'date': 'Fri, 19 Nov 2021 16:40:15 GMT', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.76:9696/v2.0/security-groups'} Body: b'{"NeutronError": {"type": "HTTPInternalServerError", "message": "Request Failed: internal server error while processing your request.", "detail": ""}}' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/network/test_security_groups.py", line 117, in test_create_show_delete_security_group_rule group_create_body, _ = self._create_security_group() File "/opt/stack/tempest/tempest/api/network/base_security_groups.py", line 27, in _create_security_group self.security_groups_client.create_security_group(name=name)) File "/opt/stack/tempest/tempest/lib/services/network/security_groups_client.py", line 28, in create_security_group return self.create_resource(uri, post_data) File "/opt/stack/tempest/tempest/lib/services/network/base.py", line 62, in create_resource resp, body = self.post(req_uri, req_post_data) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 299, in post return self.request('POST', url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 703, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 879, in _error_checker raise exceptions.ServerFault(resp_body, resp=resp, tempest.lib.exceptions.ServerFault: Got server fault Details: Request Failed: internal server error while processing your request. |
||||||
test_list_security_groups[id-e30abd17-fef9-4739-8617-dc26da88e686,smoke] |
fail
ft36.8: tempest.api.network.test_security_groups.SecGroupIPv6Test.test_list_security_groups[id-e30abd17-fef9-4739-8617-dc26da88e686,smoke]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2021-11-19 16:40:15,625 124850 INFO [tempest.lib.common.rest_client] Request (SecGroupIPv6Test:test_list_security_groups): 500 GET http://10.222.0.76:9696/v2.0/security-groups 0.069s 2021-11-19 16:40:15,626 124850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'content-type': 'application/json', 'content-length': '150', 'x-openstack-request-id': 'req-0d9a0404-981c-463e-9a2b-aa31920c5b55', 'date': 'Fri, 19 Nov 2021 16:40:15 GMT', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.76:9696/v2.0/security-groups'} Body: b'{"NeutronError": {"type": "HTTPInternalServerError", "message": "Request Failed: internal server error while processing your request.", "detail": ""}}' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/network/test_security_groups.py", line 72, in test_list_security_groups body = self.security_groups_client.list_security_groups() File "/opt/stack/tempest/tempest/lib/services/network/security_groups_client.py", line 69, in list_security_groups return self.list_resources(uri, **filters) File "/opt/stack/tempest/tempest/lib/services/network/base.py", line 35, in list_resources resp, body = self.get(req_uri) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 314, in get return self.request('GET', url, extra_headers, headers) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 703, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 879, in _error_checker raise exceptions.ServerFault(resp_body, resp=resp, tempest.lib.exceptions.ServerFault: Got server fault Details: Request Failed: internal server error while processing your request. |
||||||
tempest.api.network.test_security_groups.SecGroupTest | 8 | 0 | 8 | 0 | 0 | Detail | |
test_create_list_update_show_delete_security_group[id-bfd128e5-3c92-44b6-9d66-7fe29d22c802,smoke] |
fail
ft37.1: tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group[id-bfd128e5-3c92-44b6-9d66-7fe29d22c802,smoke]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2021-11-19 16:40:06,830 124859 INFO [tempest.lib.common.rest_client] Request (SecGroupTest:test_create_list_update_show_delete_security_group): 500 POST http://10.222.0.76:9696/v2.0/security-groups 1.374s 2021-11-19 16:40:06,831 124859 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group": {"name": "tempest-secgroup--1573577494"}} Response - Headers: {'content-type': 'application/json', 'content-length': '150', 'x-openstack-request-id': 'req-1da1167c-8a01-41da-841c-0015717d886d', 'date': 'Fri, 19 Nov 2021 16:40:06 GMT', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.76:9696/v2.0/security-groups'} Body: b'{"NeutronError": {"type": "HTTPInternalServerError", "message": "Request Failed: internal server error while processing your request.", "detail": ""}}' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/network/test_security_groups.py", line 85, in test_create_list_update_show_delete_security_group group_create_body, _ = self._create_security_group() File "/opt/stack/tempest/tempest/api/network/base_security_groups.py", line 27, in _create_security_group self.security_groups_client.create_security_group(name=name)) File "/opt/stack/tempest/tempest/lib/services/network/security_groups_client.py", line 28, in create_security_group return self.create_resource(uri, post_data) File "/opt/stack/tempest/tempest/lib/services/network/base.py", line 62, in create_resource resp, body = self.post(req_uri, req_post_data) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 299, in post return self.request('POST', url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 703, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 879, in _error_checker raise exceptions.ServerFault(resp_body, resp=resp, tempest.lib.exceptions.ServerFault: Got server fault Details: Request Failed: internal server error while processing your request. |
||||||
test_create_security_group_rule_with_additional_args[id-87dfbcf9-1849-43ea-b1e4-efa3eeae9f71] |
fail
ft37.2: tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_additional_args[id-87dfbcf9-1849-43ea-b1e4-efa3eeae9f71]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2021-11-19 16:40:07,120 124859 INFO [tempest.lib.common.rest_client] Request (SecGroupTest:test_create_security_group_rule_with_additional_args): 500 POST http://10.222.0.76:9696/v2.0/security-groups 0.287s 2021-11-19 16:40:07,121 124859 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group": {"name": "tempest-secgroup--686046311"}} Response - Headers: {'content-type': 'application/json', 'content-length': '150', 'x-openstack-request-id': 'req-86a15725-6ded-49d6-a74a-db6edb94dd1d', 'date': 'Fri, 19 Nov 2021 16:40:07 GMT', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.76:9696/v2.0/security-groups'} Body: b'{"NeutronError": {"type": "HTTPInternalServerError", "message": "Request Failed: internal server error while processing your request.", "detail": ""}}' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/network/test_security_groups.py", line 157, in test_create_security_group_rule_with_additional_args group_create_body, _ = self._create_security_group() File "/opt/stack/tempest/tempest/api/network/base_security_groups.py", line 27, in _create_security_group self.security_groups_client.create_security_group(name=name)) File "/opt/stack/tempest/tempest/lib/services/network/security_groups_client.py", line 28, in create_security_group return self.create_resource(uri, post_data) File "/opt/stack/tempest/tempest/lib/services/network/base.py", line 62, in create_resource resp, body = self.post(req_uri, req_post_data) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 299, in post return self.request('POST', url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 703, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 879, in _error_checker raise exceptions.ServerFault(resp_body, resp=resp, tempest.lib.exceptions.ServerFault: Got server fault Details: Request Failed: internal server error while processing your request. |
||||||
test_create_security_group_rule_with_icmp_type_code[id-c9463db8-b44d-4f52-b6c0-8dbda99f26ce] |
fail
ft37.3: tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_icmp_type_code[id-c9463db8-b44d-4f52-b6c0-8dbda99f26ce]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2021-11-19 16:40:07,477 124859 INFO [tempest.lib.common.rest_client] Request (SecGroupTest:test_create_security_group_rule_with_icmp_type_code): 500 POST http://10.222.0.76:9696/v2.0/security-groups 0.353s 2021-11-19 16:40:07,477 124859 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group": {"name": "tempest-secgroup--406911163"}} Response - Headers: {'content-type': 'application/json', 'content-length': '150', 'x-openstack-request-id': 'req-d35704b7-8c02-4bdc-b6d1-870f98469bd2', 'date': 'Fri, 19 Nov 2021 16:40:07 GMT', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.76:9696/v2.0/security-groups'} Body: b'{"NeutronError": {"type": "HTTPInternalServerError", "message": "Request Failed: internal server error while processing your request.", "detail": ""}}' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/network/test_security_groups.py", line 177, in test_create_security_group_rule_with_icmp_type_code group_create_body, _ = self._create_security_group() File "/opt/stack/tempest/tempest/api/network/base_security_groups.py", line 27, in _create_security_group self.security_groups_client.create_security_group(name=name)) File "/opt/stack/tempest/tempest/lib/services/network/security_groups_client.py", line 28, in create_security_group return self.create_resource(uri, post_data) File "/opt/stack/tempest/tempest/lib/services/network/base.py", line 62, in create_resource resp, body = self.post(req_uri, req_post_data) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 299, in post return self.request('POST', url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 703, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 879, in _error_checker raise exceptions.ServerFault(resp_body, resp=resp, tempest.lib.exceptions.ServerFault: Got server fault Details: Request Failed: internal server error while processing your request. |
||||||
test_create_security_group_rule_with_protocol_integer_value[id-0a307599-6655-4220-bebc-fd70c64f2290] |
fail
ft37.4: tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_protocol_integer_value[id-0a307599-6655-4220-bebc-fd70c64f2290]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2021-11-19 16:40:08,300 124859 INFO [tempest.lib.common.rest_client] Request (SecGroupTest:test_create_security_group_rule_with_protocol_integer_value): 500 POST http://10.222.0.76:9696/v2.0/security-groups 0.819s 2021-11-19 16:40:08,300 124859 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group": {"name": "tempest-secgroup--983917565"}} Response - Headers: {'content-type': 'application/json', 'content-length': '150', 'x-openstack-request-id': 'req-b1c385de-feab-471a-879d-32b15e4fa763', 'date': 'Fri, 19 Nov 2021 16:40:08 GMT', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.76:9696/v2.0/security-groups'} Body: b'{"NeutronError": {"type": "HTTPInternalServerError", "message": "Request Failed: internal server error while processing your request.", "detail": ""}}' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/network/test_security_groups.py", line 236, in test_create_security_group_rule_with_protocol_integer_value group_create_body, _ = self._create_security_group() File "/opt/stack/tempest/tempest/api/network/base_security_groups.py", line 27, in _create_security_group self.security_groups_client.create_security_group(name=name)) File "/opt/stack/tempest/tempest/lib/services/network/security_groups_client.py", line 28, in create_security_group return self.create_resource(uri, post_data) File "/opt/stack/tempest/tempest/lib/services/network/base.py", line 62, in create_resource resp, body = self.post(req_uri, req_post_data) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 299, in post return self.request('POST', url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 703, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 879, in _error_checker raise exceptions.ServerFault(resp_body, resp=resp, tempest.lib.exceptions.ServerFault: Got server fault Details: Request Failed: internal server error while processing your request. |
||||||
test_create_security_group_rule_with_remote_group_id[id-c2ed2deb-7a0c-44d8-8b4c-a5825b5c310b] |
fail
ft37.5: tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_remote_group_id[id-c2ed2deb-7a0c-44d8-8b4c-a5825b5c310b]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2021-11-19 16:40:08,859 124859 INFO [tempest.lib.common.rest_client] Request (SecGroupTest:test_create_security_group_rule_with_remote_group_id): 500 POST http://10.222.0.76:9696/v2.0/security-groups 0.556s 2021-11-19 16:40:08,859 124859 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group": {"name": "tempest-secgroup--2019897687"}} Response - Headers: {'content-type': 'application/json', 'content-length': '150', 'x-openstack-request-id': 'req-41cb1e4b-23d8-4951-89dd-2c706d9700b8', 'date': 'Fri, 19 Nov 2021 16:40:08 GMT', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.76:9696/v2.0/security-groups'} Body: b'{"NeutronError": {"type": "HTTPInternalServerError", "message": "Request Failed: internal server error while processing your request.", "detail": ""}}' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/network/test_security_groups.py", line 198, in test_create_security_group_rule_with_remote_group_id sg1_body, _ = self._create_security_group() File "/opt/stack/tempest/tempest/api/network/base_security_groups.py", line 27, in _create_security_group self.security_groups_client.create_security_group(name=name)) File "/opt/stack/tempest/tempest/lib/services/network/security_groups_client.py", line 28, in create_security_group return self.create_resource(uri, post_data) File "/opt/stack/tempest/tempest/lib/services/network/base.py", line 62, in create_resource resp, body = self.post(req_uri, req_post_data) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 299, in post return self.request('POST', url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 703, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 879, in _error_checker raise exceptions.ServerFault(resp_body, resp=resp, tempest.lib.exceptions.ServerFault: Got server fault Details: Request Failed: internal server error while processing your request. |
||||||
test_create_security_group_rule_with_remote_ip_prefix[id-16459776-5da2-4634-bce4-4b55ee3ec188] |
fail
ft37.6: tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_remote_ip_prefix[id-16459776-5da2-4634-bce4-4b55ee3ec188]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2021-11-19 16:40:09,122 124859 INFO [tempest.lib.common.rest_client] Request (SecGroupTest:test_create_security_group_rule_with_remote_ip_prefix): 500 POST http://10.222.0.76:9696/v2.0/security-groups 0.260s 2021-11-19 16:40:09,122 124859 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group": {"name": "tempest-secgroup--866751091"}} Response - Headers: {'content-type': 'application/json', 'content-length': '150', 'x-openstack-request-id': 'req-3da49df8-0049-4963-8751-f6e113250f3f', 'date': 'Fri, 19 Nov 2021 16:40:09 GMT', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.76:9696/v2.0/security-groups'} Body: b'{"NeutronError": {"type": "HTTPInternalServerError", "message": "Request Failed: internal server error while processing your request.", "detail": ""}}' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/network/test_security_groups.py", line 216, in test_create_security_group_rule_with_remote_ip_prefix sg1_body, _ = self._create_security_group() File "/opt/stack/tempest/tempest/api/network/base_security_groups.py", line 27, in _create_security_group self.security_groups_client.create_security_group(name=name)) File "/opt/stack/tempest/tempest/lib/services/network/security_groups_client.py", line 28, in create_security_group return self.create_resource(uri, post_data) File "/opt/stack/tempest/tempest/lib/services/network/base.py", line 62, in create_resource resp, body = self.post(req_uri, req_post_data) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 299, in post return self.request('POST', url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 703, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 879, in _error_checker raise exceptions.ServerFault(resp_body, resp=resp, tempest.lib.exceptions.ServerFault: Got server fault Details: Request Failed: internal server error while processing your request. |
||||||
test_create_show_delete_security_group_rule[id-cfb99e0e-7410-4a3d-8a0c-959a63ee77e9,smoke] |
fail
ft37.7: tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule[id-cfb99e0e-7410-4a3d-8a0c-959a63ee77e9,smoke]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2021-11-19 16:40:09,342 124859 INFO [tempest.lib.common.rest_client] Request (SecGroupTest:test_create_show_delete_security_group_rule): 500 POST http://10.222.0.76:9696/v2.0/security-groups 0.217s 2021-11-19 16:40:09,343 124859 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group": {"name": "tempest-secgroup--100310040"}} Response - Headers: {'content-type': 'application/json', 'content-length': '150', 'x-openstack-request-id': 'req-265d7ff9-fdf9-4d30-b541-17d8c3d038b0', 'date': 'Fri, 19 Nov 2021 16:40:09 GMT', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.76:9696/v2.0/security-groups'} Body: b'{"NeutronError": {"type": "HTTPInternalServerError", "message": "Request Failed: internal server error while processing your request.", "detail": ""}}' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/network/test_security_groups.py", line 117, in test_create_show_delete_security_group_rule group_create_body, _ = self._create_security_group() File "/opt/stack/tempest/tempest/api/network/base_security_groups.py", line 27, in _create_security_group self.security_groups_client.create_security_group(name=name)) File "/opt/stack/tempest/tempest/lib/services/network/security_groups_client.py", line 28, in create_security_group return self.create_resource(uri, post_data) File "/opt/stack/tempest/tempest/lib/services/network/base.py", line 62, in create_resource resp, body = self.post(req_uri, req_post_data) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 299, in post return self.request('POST', url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 703, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 879, in _error_checker raise exceptions.ServerFault(resp_body, resp=resp, tempest.lib.exceptions.ServerFault: Got server fault Details: Request Failed: internal server error while processing your request. |
||||||
test_list_security_groups[id-e30abd17-fef9-4739-8617-dc26da88e686,smoke] |
fail
ft37.8: tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups[id-e30abd17-fef9-4739-8617-dc26da88e686,smoke]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2021-11-19 16:40:09,478 124859 INFO [tempest.lib.common.rest_client] Request (SecGroupTest:test_list_security_groups): 500 GET http://10.222.0.76:9696/v2.0/security-groups 0.133s 2021-11-19 16:40:09,479 124859 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'content-type': 'application/json', 'content-length': '150', 'x-openstack-request-id': 'req-1a57e2e2-39f8-4cac-8552-204cdd0498c3', 'date': 'Fri, 19 Nov 2021 16:40:09 GMT', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.76:9696/v2.0/security-groups'} Body: b'{"NeutronError": {"type": "HTTPInternalServerError", "message": "Request Failed: internal server error while processing your request.", "detail": ""}}' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/network/test_security_groups.py", line 72, in test_list_security_groups body = self.security_groups_client.list_security_groups() File "/opt/stack/tempest/tempest/lib/services/network/security_groups_client.py", line 69, in list_security_groups return self.list_resources(uri, **filters) File "/opt/stack/tempest/tempest/lib/services/network/base.py", line 35, in list_resources resp, body = self.get(req_uri) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 314, in get return self.request('GET', url, extra_headers, headers) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 703, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 879, in _error_checker raise exceptions.ServerFault(resp_body, resp=resp, tempest.lib.exceptions.ServerFault: Got server fault Details: Request Failed: internal server error while processing your request. |
||||||
tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test | 14 | 2 | 12 | 0 | 0 | Detail | |
test_create_additional_default_security_group_fails[id-2323061e-9fbf-4eb0-b547-7e8fafc90849,negative] |
pass
pt38.1: tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_additional_default_security_group_fails[id-2323061e-9fbf-4eb0-b547-7e8fafc90849,negative] |
||||||
test_create_duplicate_security_group_rule_fails[id-8fde898f-ce88-493b-adc9-4e4692879fc5,negative] |
fail
ft38.2: tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_duplicate_security_group_rule_fails[id-8fde898f-ce88-493b-adc9-4e4692879fc5,negative]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2021-11-19 16:40:01,334 124860 INFO [tempest.lib.common.rest_client] Request (NegativeSecGroupIPv6Test:test_create_duplicate_security_group_rule_fails): 500 POST http://10.222.0.76:9696/v2.0/security-groups 1.307s 2021-11-19 16:40:01,334 124860 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group": {"name": "tempest-secgroup--1675432426"}} Response - Headers: {'content-type': 'application/json', 'content-length': '150', 'x-openstack-request-id': 'req-1d102122-2aaa-4a2d-b335-e7f5e21950a7', 'date': 'Fri, 19 Nov 2021 16:40:01 GMT', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.76:9696/v2.0/security-groups'} Body: b'{"NeutronError": {"type": "HTTPInternalServerError", "message": "Request Failed: internal server error while processing your request.", "detail": ""}}' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/network/test_security_groups_negative.py", line 210, in test_create_duplicate_security_group_rule_fails body, _ = self._create_security_group() File "/opt/stack/tempest/tempest/api/network/base_security_groups.py", line 27, in _create_security_group self.security_groups_client.create_security_group(name=name)) File "/opt/stack/tempest/tempest/lib/services/network/security_groups_client.py", line 28, in create_security_group return self.create_resource(uri, post_data) File "/opt/stack/tempest/tempest/lib/services/network/base.py", line 62, in create_resource resp, body = self.post(req_uri, req_post_data) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 299, in post return self.request('POST', url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 703, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 879, in _error_checker raise exceptions.ServerFault(resp_body, resp=resp, tempest.lib.exceptions.ServerFault: Got server fault Details: Request Failed: internal server error while processing your request. |
||||||
test_create_security_group_rule_with_bad_ethertype[id-5666968c-fff3-40d6-9efc-df1c8bd01abb,negative] |
fail
ft38.3: tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_security_group_rule_with_bad_ethertype[id-5666968c-fff3-40d6-9efc-df1c8bd01abb,negative]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2021-11-19 16:40:02,285 124860 INFO [tempest.lib.common.rest_client] Request (NegativeSecGroupIPv6Test:test_create_security_group_rule_with_bad_ethertype): 500 POST http://10.222.0.76:9696/v2.0/security-groups 0.948s 2021-11-19 16:40:02,286 124860 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group": {"name": "tempest-secgroup--1464185936"}} Response - Headers: {'content-type': 'application/json', 'content-length': '150', 'x-openstack-request-id': 'req-ee87b2bf-2065-49d0-b320-795365d1528d', 'date': 'Fri, 19 Nov 2021 16:40:02 GMT', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.76:9696/v2.0/security-groups'} Body: b'{"NeutronError": {"type": "HTTPInternalServerError", "message": "Request Failed: internal server error while processing your request.", "detail": ""}}' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/network/test_security_groups_negative.py", line 133, in test_create_security_group_rule_with_bad_ethertype group_create_body, _ = self._create_security_group() File "/opt/stack/tempest/tempest/api/network/base_security_groups.py", line 27, in _create_security_group self.security_groups_client.create_security_group(name=name)) File "/opt/stack/tempest/tempest/lib/services/network/security_groups_client.py", line 28, in create_security_group return self.create_resource(uri, post_data) File "/opt/stack/tempest/tempest/lib/services/network/base.py", line 62, in create_resource resp, body = self.post(req_uri, req_post_data) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 299, in post return self.request('POST', url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 703, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 879, in _error_checker raise exceptions.ServerFault(resp_body, resp=resp, tempest.lib.exceptions.ServerFault: Got server fault Details: Request Failed: internal server error while processing your request. |
||||||
test_create_security_group_rule_with_bad_protocol[id-981bdc22-ce48-41ed-900a-73148b583958,negative] |
fail
ft38.4: tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_security_group_rule_with_bad_protocol[id-981bdc22-ce48-41ed-900a-73148b583958,negative]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2021-11-19 16:40:02,919 124860 INFO [tempest.lib.common.rest_client] Request (NegativeSecGroupIPv6Test:test_create_security_group_rule_with_bad_protocol): 500 POST http://10.222.0.76:9696/v2.0/security-groups 0.625s 2021-11-19 16:40:02,919 124860 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group": {"name": "tempest-secgroup--1035233271"}} Response - Headers: {'content-type': 'application/json', 'content-length': '150', 'x-openstack-request-id': 'req-25c2cdbf-9a31-43dd-a9f2-36bc40723daa', 'date': 'Fri, 19 Nov 2021 16:40:02 GMT', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.76:9696/v2.0/security-groups'} Body: b'{"NeutronError": {"type": "HTTPInternalServerError", "message": "Request Failed: internal server error while processing your request.", "detail": ""}}' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/network/test_security_groups_negative.py", line 69, in test_create_security_group_rule_with_bad_protocol group_create_body, _ = self._create_security_group() File "/opt/stack/tempest/tempest/api/network/base_security_groups.py", line 27, in _create_security_group self.security_groups_client.create_security_group(name=name)) File "/opt/stack/tempest/tempest/lib/services/network/security_groups_client.py", line 28, in create_security_group return self.create_resource(uri, post_data) File "/opt/stack/tempest/tempest/lib/services/network/base.py", line 62, in create_resource resp, body = self.post(req_uri, req_post_data) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 299, in post return self.request('POST', url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 703, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 879, in _error_checker raise exceptions.ServerFault(resp_body, resp=resp, tempest.lib.exceptions.ServerFault: Got server fault Details: Request Failed: internal server error while processing your request. |
||||||
test_create_security_group_rule_with_bad_remote_ip_prefix[id-5f8daf69-3c5f-4aaa-88c9-db1d66f68679,negative] |
fail
ft38.5: tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_security_group_rule_with_bad_remote_ip_prefix[id-5f8daf69-3c5f-4aaa-88c9-db1d66f68679,negative]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2021-11-19 16:40:03,286 124860 INFO [tempest.lib.common.rest_client] Request (NegativeSecGroupIPv6Test:test_create_security_group_rule_with_bad_remote_ip_prefix): 500 POST http://10.222.0.76:9696/v2.0/security-groups 0.364s 2021-11-19 16:40:03,287 124860 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group": {"name": "tempest-secgroup--1982749257"}} Response - Headers: {'content-type': 'application/json', 'content-length': '150', 'x-openstack-request-id': 'req-386e60be-62c1-44e2-9ba6-e1b9fff133e2', 'date': 'Fri, 19 Nov 2021 16:40:03 GMT', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.76:9696/v2.0/security-groups'} Body: b'{"NeutronError": {"type": "HTTPInternalServerError", "message": "Request Failed: internal server error while processing your request.", "detail": ""}}' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/network/test_security_groups_negative.py", line 83, in test_create_security_group_rule_with_bad_remote_ip_prefix group_create_body, _ = self._create_security_group() File "/opt/stack/tempest/tempest/api/network/base_security_groups.py", line 27, in _create_security_group self.security_groups_client.create_security_group(name=name)) File "/opt/stack/tempest/tempest/lib/services/network/security_groups_client.py", line 28, in create_security_group return self.create_resource(uri, post_data) File "/opt/stack/tempest/tempest/lib/services/network/base.py", line 62, in create_resource resp, body = self.post(req_uri, req_post_data) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 299, in post return self.request('POST', url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 703, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 879, in _error_checker raise exceptions.ServerFault(resp_body, resp=resp, tempest.lib.exceptions.ServerFault: Got server fault Details: Request Failed: internal server error while processing your request. |
||||||
test_create_security_group_rule_with_invalid_ports[id-0d9c7791-f2ad-4e2f-ac73-abf2373b0d2d,negative] |
fail
ft38.6: tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_security_group_rule_with_invalid_ports[id-0d9c7791-f2ad-4e2f-ac73-abf2373b0d2d,negative]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2021-11-19 16:40:03,634 124860 INFO [tempest.lib.common.rest_client] Request (NegativeSecGroupIPv6Test:test_create_security_group_rule_with_invalid_ports): 500 POST http://10.222.0.76:9696/v2.0/security-groups 0.345s 2021-11-19 16:40:03,635 124860 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group": {"name": "tempest-secgroup--411929909"}} Response - Headers: {'content-type': 'application/json', 'content-length': '150', 'x-openstack-request-id': 'req-e7b8063b-63a9-4ad6-bdfc-7e4458455e94', 'date': 'Fri, 19 Nov 2021 16:40:03 GMT', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.76:9696/v2.0/security-groups'} Body: b'{"NeutronError": {"type": "HTTPInternalServerError", "message": "Request Failed: internal server error while processing your request.", "detail": ""}}' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/network/test_security_groups_negative.py", line 147, in test_create_security_group_rule_with_invalid_ports group_create_body, _ = self._create_security_group() File "/opt/stack/tempest/tempest/api/network/base_security_groups.py", line 27, in _create_security_group self.security_groups_client.create_security_group(name=name)) File "/opt/stack/tempest/tempest/lib/services/network/security_groups_client.py", line 28, in create_security_group return self.create_resource(uri, post_data) File "/opt/stack/tempest/tempest/lib/services/network/base.py", line 62, in create_resource resp, body = self.post(req_uri, req_post_data) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 299, in post return self.request('POST', url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 703, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 879, in _error_checker raise exceptions.ServerFault(resp_body, resp=resp, tempest.lib.exceptions.ServerFault: Got server fault Details: Request Failed: internal server error while processing your request. |
||||||
test_create_security_group_rule_with_non_existent_remote_groupid[id-4bf786fd-2f02-443c-9716-5b98e159a49a,negative] |
fail
ft38.7: tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_security_group_rule_with_non_existent_remote_groupid[id-4bf786fd-2f02-443c-9716-5b98e159a49a,negative]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2021-11-19 16:40:04,648 124860 INFO [tempest.lib.common.rest_client] Request (NegativeSecGroupIPv6Test:test_create_security_group_rule_with_non_existent_remote_groupid): 500 POST http://10.222.0.76:9696/v2.0/security-groups 1.010s 2021-11-19 16:40:04,648 124860 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group": {"name": "tempest-secgroup--984577327"}} Response - Headers: {'content-type': 'application/json', 'content-length': '150', 'x-openstack-request-id': 'req-efb717f1-5c4c-4303-ab1c-3b2720ee14a2', 'date': 'Fri, 19 Nov 2021 16:40:04 GMT', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.76:9696/v2.0/security-groups'} Body: b'{"NeutronError": {"type": "HTTPInternalServerError", "message": "Request Failed: internal server error while processing your request.", "detail": ""}}' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/network/test_security_groups_negative.py", line 99, in test_create_security_group_rule_with_non_existent_remote_groupid group_create_body, _ = self._create_security_group() File "/opt/stack/tempest/tempest/api/network/base_security_groups.py", line 27, in _create_security_group self.security_groups_client.create_security_group(name=name)) File "/opt/stack/tempest/tempest/lib/services/network/security_groups_client.py", line 28, in create_security_group return self.create_resource(uri, post_data) File "/opt/stack/tempest/tempest/lib/services/network/base.py", line 62, in create_resource resp, body = self.post(req_uri, req_post_data) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 299, in post return self.request('POST', url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 703, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 879, in _error_checker raise exceptions.ServerFault(resp_body, resp=resp, tempest.lib.exceptions.ServerFault: Got server fault Details: Request Failed: internal server error while processing your request. |
||||||
test_create_security_group_rule_with_non_existent_security_group[id-be308db6-a7cf-4d5c-9baf-71bafd73f35e,negative] |
fail
ft38.8: tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_security_group_rule_with_non_existent_security_group[id-be308db6-a7cf-4d5c-9baf-71bafd73f35e,negative]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2021-11-19 16:40:04,871 124860 INFO [tempest.lib.common.rest_client] Request (NegativeSecGroupIPv6Test:test_create_security_group_rule_with_non_existent_security_group): 500 POST http://10.222.0.76:9696/v2.0/security-group-rules 0.219s 2021-11-19 16:40:04,872 124860 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "ece54f61-d184-4a81-bbfb-242bf3123a1a", "direction": "ingress", "ethertype": "IPv6"}} Response - Headers: {'content-type': 'application/json', 'content-length': '150', 'x-openstack-request-id': 'req-99fa5055-828a-4516-99a3-8233f9fede82', 'date': 'Fri, 19 Nov 2021 16:40:04 GMT', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.76:9696/v2.0/security-group-rules'} Body: b'{"NeutronError": {"type": "HTTPInternalServerError", "message": "Request Failed: internal server error while processing your request.", "detail": ""}}' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/network/test_security_groups_negative.py", line 237, in test_create_security_group_rule_with_non_existent_security_group self.assertRaises( File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/testtools/testcase.py", line 467, in assertRaises self.assertThat(our_callable, matcher) File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/testtools/testcase.py", line 478, in assertThat mismatch_error = self._matchHelper(matchee, matcher, message, verbose) File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/testtools/testcase.py", line 530, in _matchHelper mismatch = matcher.match(matchee) File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/testtools/matchers/_exception.py", line 104, in match mismatch = self.exception_matcher.match(exc_info) File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/testtools/matchers/_higherorder.py", line 62, in match mismatch = matcher.match(matchee) File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/testtools/testcase.py", line 457, in match reraise(*matchee) File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/testtools/compat.py", line 27, in reraise raise exc_obj.with_traceback(exc_tb) File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/testtools/matchers/_exception.py", line 97, in match result = matchee() File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/testtools/testcase.py", line 1039, in __call__ return self._callable_object(*self._args, **self._kwargs) File "/opt/stack/tempest/tempest/lib/services/network/security_group_rules_client.py", line 27, in create_security_group_rule return self.create_resource(uri, post_data) File "/opt/stack/tempest/tempest/lib/services/network/base.py", line 62, in create_resource resp, body = self.post(req_uri, req_post_data) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 299, in post return self.request('POST', url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 703, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 879, in _error_checker raise exceptions.ServerFault(resp_body, resp=resp, tempest.lib.exceptions.ServerFault: Got server fault Details: Request Failed: internal server error while processing your request. |
||||||
test_create_security_group_rule_with_remote_ip_and_group[id-b5c4b247-6b02-435b-b088-d10d45650881,negative] |
fail
ft38.9: tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_security_group_rule_with_remote_ip_and_group[id-b5c4b247-6b02-435b-b088-d10d45650881,negative]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2021-11-19 16:40:05,600 124860 INFO [tempest.lib.common.rest_client] Request (NegativeSecGroupIPv6Test:test_create_security_group_rule_with_remote_ip_and_group): 500 POST http://10.222.0.76:9696/v2.0/security-groups 0.724s 2021-11-19 16:40:05,601 124860 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group": {"name": "tempest-secgroup--580150296"}} Response - Headers: {'content-type': 'application/json', 'content-length': '150', 'x-openstack-request-id': 'req-332a66fb-373e-4fb0-8ef3-0d89a36ff5b5', 'date': 'Fri, 19 Nov 2021 16:40:05 GMT', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.76:9696/v2.0/security-groups'} Body: b'{"NeutronError": {"type": "HTTPInternalServerError", "message": "Request Failed: internal server error while processing your request.", "detail": ""}}' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/network/test_security_groups_negative.py", line 116, in test_create_security_group_rule_with_remote_ip_and_group sg1_body, _ = self._create_security_group() File "/opt/stack/tempest/tempest/api/network/base_security_groups.py", line 27, in _create_security_group self.security_groups_client.create_security_group(name=name)) File "/opt/stack/tempest/tempest/lib/services/network/security_groups_client.py", line 28, in create_security_group return self.create_resource(uri, post_data) File "/opt/stack/tempest/tempest/lib/services/network/base.py", line 62, in create_resource resp, body = self.post(req_uri, req_post_data) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 299, in post return self.request('POST', url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 703, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 879, in _error_checker raise exceptions.ServerFault(resp_body, resp=resp, tempest.lib.exceptions.ServerFault: Got server fault Details: Request Failed: internal server error while processing your request. |
||||||
test_create_security_group_rule_wrong_ip_prefix_version[id-7607439c-af73-499e-bf64-f687fd12a842,negative] |
fail
ft38.10: tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_security_group_rule_wrong_ip_prefix_version[id-7607439c-af73-499e-bf64-f687fd12a842,negative]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2021-11-19 16:40:05,954 124860 INFO [tempest.lib.common.rest_client] Request (NegativeSecGroupIPv6Test:test_create_security_group_rule_wrong_ip_prefix_version): 500 POST http://10.222.0.76:9696/v2.0/security-groups 0.350s 2021-11-19 16:40:05,954 124860 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group": {"name": "tempest-secgroup--180080609"}} Response - Headers: {'content-type': 'application/json', 'content-length': '150', 'x-openstack-request-id': 'req-6f932bd4-cc23-4fdd-9e1a-6e0ee549c401', 'date': 'Fri, 19 Nov 2021 16:40:05 GMT', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.76:9696/v2.0/security-groups'} Body: b'{"NeutronError": {"type": "HTTPInternalServerError", "message": "Request Failed: internal server error while processing your request.", "detail": ""}}' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/network/test_security_groups_negative.py", line 251, in test_create_security_group_rule_wrong_ip_prefix_version group_create_body, _ = self._create_security_group() File "/opt/stack/tempest/tempest/api/network/base_security_groups.py", line 27, in _create_security_group self.security_groups_client.create_security_group(name=name)) File "/opt/stack/tempest/tempest/lib/services/network/security_groups_client.py", line 28, in create_security_group return self.create_resource(uri, post_data) File "/opt/stack/tempest/tempest/lib/services/network/base.py", line 62, in create_resource resp, body = self.post(req_uri, req_post_data) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 299, in post return self.request('POST', url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 703, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 879, in _error_checker raise exceptions.ServerFault(resp_body, resp=resp, tempest.lib.exceptions.ServerFault: Got server fault Details: Request Failed: internal server error while processing your request. |
||||||
test_create_security_group_update_name_default[id-966e2b96-023a-11e7-a9e4-fa163e4fa634,negative] |
fail
ft38.11: tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_security_group_update_name_default[id-966e2b96-023a-11e7-a9e4-fa163e4fa634,negative]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2021-11-19 16:40:06,317 124860 INFO [tempest.lib.common.rest_client] Request (NegativeSecGroupIPv6Test:test_create_security_group_update_name_default): 500 POST http://10.222.0.76:9696/v2.0/security-groups 0.360s 2021-11-19 16:40:06,317 124860 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group": {"name": "tempest-secgroup--1328038236"}} Response - Headers: {'content-type': 'application/json', 'content-length': '150', 'x-openstack-request-id': 'req-7ad7c757-e561-4da4-a8c6-cf333acd2a26', 'date': 'Fri, 19 Nov 2021 16:40:06 GMT', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.76:9696/v2.0/security-groups'} Body: b'{"NeutronError": {"type": "HTTPInternalServerError", "message": "Request Failed: internal server error while processing your request.", "detail": ""}}' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/network/test_security_groups_negative.py", line 197, in test_create_security_group_update_name_default group_create_body, _ = self._create_security_group() File "/opt/stack/tempest/tempest/api/network/base_security_groups.py", line 27, in _create_security_group self.security_groups_client.create_security_group(name=name)) File "/opt/stack/tempest/tempest/lib/services/network/security_groups_client.py", line 28, in create_security_group return self.create_resource(uri, post_data) File "/opt/stack/tempest/tempest/lib/services/network/base.py", line 62, in create_resource resp, body = self.post(req_uri, req_post_data) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 299, in post return self.request('POST', url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 703, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 879, in _error_checker raise exceptions.ServerFault(resp_body, resp=resp, tempest.lib.exceptions.ServerFault: Got server fault Details: Request Failed: internal server error while processing your request. |
||||||
test_delete_non_existent_security_group[id-1f1bb89d-5664-4956-9fcd-83ee0fa603df,negative] |
fail
ft38.12: tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_delete_non_existent_security_group[id-1f1bb89d-5664-4956-9fcd-83ee0fa603df,negative]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2021-11-19 16:40:06,332 124860 INFO [tempest.lib.common.rest_client] Request (NegativeSecGroupIPv6Test:test_delete_non_existent_security_group): 500 DELETE http://10.222.0.76:9696/v2.0/security-groups/343f0ce5-3d7d-4a4c-bf69-a5744c5f8e43 0.012s 2021-11-19 16:40:06,332 124860 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'content-type': 'application/json', 'content-length': '150', 'x-openstack-request-id': 'req-62ddd36e-ced8-4326-b33c-c2fd56e96148', 'date': 'Fri, 19 Nov 2021 16:40:06 GMT', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.76:9696/v2.0/security-groups/343f0ce5-3d7d-4a4c-bf69-a5744c5f8e43'} Body: b'{"NeutronError": {"type": "HTTPInternalServerError", "message": "Request Failed: internal server error while processing your request.", "detail": ""}}' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/network/test_security_groups_negative.py", line 60, in test_delete_non_existent_security_group self.assertRaises(lib_exc.NotFound, File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/testtools/testcase.py", line 467, in assertRaises self.assertThat(our_callable, matcher) File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/testtools/testcase.py", line 478, in assertThat mismatch_error = self._matchHelper(matchee, matcher, message, verbose) File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/testtools/testcase.py", line 530, in _matchHelper mismatch = matcher.match(matchee) File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/testtools/matchers/_exception.py", line 104, in match mismatch = self.exception_matcher.match(exc_info) File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/testtools/matchers/_higherorder.py", line 62, in match mismatch = matcher.match(matchee) File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/testtools/testcase.py", line 457, in match reraise(*matchee) File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/testtools/compat.py", line 27, in reraise raise exc_obj.with_traceback(exc_tb) File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/testtools/matchers/_exception.py", line 97, in match result = matchee() File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/testtools/testcase.py", line 1039, in __call__ return self._callable_object(*self._args, **self._kwargs) File "/opt/stack/tempest/tempest/lib/services/network/security_groups_client.py", line 59, in delete_security_group return self.delete_resource(uri) File "/opt/stack/tempest/tempest/lib/services/network/base.py", line 42, in delete_resource resp, body = self.delete(req_uri) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 330, in delete return self.request('DELETE', url, extra_headers, headers, body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 703, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 879, in _error_checker raise exceptions.ServerFault(resp_body, resp=resp, tempest.lib.exceptions.ServerFault: Got server fault Details: Request Failed: internal server error while processing your request. |
||||||
test_show_non_existent_security_group[id-424fd5c3-9ddc-486a-b45f-39bf0c820fc6,negative] |
fail
ft38.13: tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_show_non_existent_security_group[id-424fd5c3-9ddc-486a-b45f-39bf0c820fc6,negative]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2021-11-19 16:40:06,353 124860 INFO [tempest.lib.common.rest_client] Request (NegativeSecGroupIPv6Test:test_show_non_existent_security_group): 500 GET http://10.222.0.76:9696/v2.0/security-groups/b1ec3966-5c6f-4df8-9e2c-299f04377dfb 0.018s 2021-11-19 16:40:06,354 124860 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'content-type': 'application/json', 'content-length': '150', 'x-openstack-request-id': 'req-bf7739a2-fbe7-4b78-b838-dabf448ec445', 'date': 'Fri, 19 Nov 2021 16:40:06 GMT', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.76:9696/v2.0/security-groups/b1ec3966-5c6f-4df8-9e2c-299f04377dfb'} Body: b'{"NeutronError": {"type": "HTTPInternalServerError", "message": "Request Failed: internal server error while processing your request.", "detail": ""}}' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/network/test_security_groups_negative.py", line 41, in test_show_non_existent_security_group self.assertRaises( File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/testtools/testcase.py", line 467, in assertRaises self.assertThat(our_callable, matcher) File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/testtools/testcase.py", line 478, in assertThat mismatch_error = self._matchHelper(matchee, matcher, message, verbose) File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/testtools/testcase.py", line 530, in _matchHelper mismatch = matcher.match(matchee) File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/testtools/matchers/_exception.py", line 104, in match mismatch = self.exception_matcher.match(exc_info) File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/testtools/matchers/_higherorder.py", line 62, in match mismatch = matcher.match(matchee) File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/testtools/testcase.py", line 457, in match reraise(*matchee) File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/testtools/compat.py", line 27, in reraise raise exc_obj.with_traceback(exc_tb) File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/testtools/matchers/_exception.py", line 97, in match result = matchee() File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/testtools/testcase.py", line 1039, in __call__ return self._callable_object(*self._args, **self._kwargs) File "/opt/stack/tempest/tempest/lib/services/network/security_groups_client.py", line 49, in show_security_group return self.show_resource(uri, **fields) File "/opt/stack/tempest/tempest/lib/services/network/base.py", line 53, in show_resource resp, body = self.get(req_uri) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 314, in get return self.request('GET', url, extra_headers, headers) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 703, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 879, in _error_checker raise exceptions.ServerFault(resp_body, resp=resp, tempest.lib.exceptions.ServerFault: Got server fault Details: Request Failed: internal server error while processing your request. |
||||||
test_show_non_existent_security_group_rule[id-4c094c09-000b-4e41-8100-9617600c02a6,negative] |
pass
pt38.14: tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_show_non_existent_security_group_rule[id-4c094c09-000b-4e41-8100-9617600c02a6,negative] |
||||||
tempest.api.network.test_security_groups_negative.NegativeSecGroupTest | 13 | 2 | 11 | 0 | 0 | Detail | |
test_create_additional_default_security_group_fails[id-2323061e-9fbf-4eb0-b547-7e8fafc90849,negative] |
pass
pt39.1: tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_additional_default_security_group_fails[id-2323061e-9fbf-4eb0-b547-7e8fafc90849,negative] |
||||||
test_create_duplicate_security_group_rule_fails[id-8fde898f-ce88-493b-adc9-4e4692879fc5,negative] |
fail
ft39.2: tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_duplicate_security_group_rule_fails[id-8fde898f-ce88-493b-adc9-4e4692879fc5,negative]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2021-11-19 16:40:30,611 124862 INFO [tempest.lib.common.rest_client] Request (NegativeSecGroupTest:test_create_duplicate_security_group_rule_fails): 500 POST http://10.222.0.76:9696/v2.0/security-groups 0.480s 2021-11-19 16:40:30,612 124862 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group": {"name": "tempest-secgroup--259111615"}} Response - Headers: {'content-type': 'application/json', 'content-length': '150', 'x-openstack-request-id': 'req-1b18f911-3ac1-44cf-9a33-d174a7b85838', 'date': 'Fri, 19 Nov 2021 16:40:30 GMT', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.76:9696/v2.0/security-groups'} Body: b'{"NeutronError": {"type": "HTTPInternalServerError", "message": "Request Failed: internal server error while processing your request.", "detail": ""}}' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/network/test_security_groups_negative.py", line 210, in test_create_duplicate_security_group_rule_fails body, _ = self._create_security_group() File "/opt/stack/tempest/tempest/api/network/base_security_groups.py", line 27, in _create_security_group self.security_groups_client.create_security_group(name=name)) File "/opt/stack/tempest/tempest/lib/services/network/security_groups_client.py", line 28, in create_security_group return self.create_resource(uri, post_data) File "/opt/stack/tempest/tempest/lib/services/network/base.py", line 62, in create_resource resp, body = self.post(req_uri, req_post_data) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 299, in post return self.request('POST', url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 703, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 879, in _error_checker raise exceptions.ServerFault(resp_body, resp=resp, tempest.lib.exceptions.ServerFault: Got server fault Details: Request Failed: internal server error while processing your request. |
||||||
test_create_security_group_rule_with_bad_ethertype[id-5666968c-fff3-40d6-9efc-df1c8bd01abb,negative] |
fail
ft39.3: tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_ethertype[id-5666968c-fff3-40d6-9efc-df1c8bd01abb,negative]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2021-11-19 16:40:31,215 124862 INFO [tempest.lib.common.rest_client] Request (NegativeSecGroupTest:test_create_security_group_rule_with_bad_ethertype): 500 POST http://10.222.0.76:9696/v2.0/security-groups 0.600s 2021-11-19 16:40:31,215 124862 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group": {"name": "tempest-secgroup--1967393009"}} Response - Headers: {'content-type': 'application/json', 'content-length': '150', 'x-openstack-request-id': 'req-de3febb1-558c-4e18-86c7-a795f61b23c1', 'date': 'Fri, 19 Nov 2021 16:40:31 GMT', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.76:9696/v2.0/security-groups'} Body: b'{"NeutronError": {"type": "HTTPInternalServerError", "message": "Request Failed: internal server error while processing your request.", "detail": ""}}' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/network/test_security_groups_negative.py", line 133, in test_create_security_group_rule_with_bad_ethertype group_create_body, _ = self._create_security_group() File "/opt/stack/tempest/tempest/api/network/base_security_groups.py", line 27, in _create_security_group self.security_groups_client.create_security_group(name=name)) File "/opt/stack/tempest/tempest/lib/services/network/security_groups_client.py", line 28, in create_security_group return self.create_resource(uri, post_data) File "/opt/stack/tempest/tempest/lib/services/network/base.py", line 62, in create_resource resp, body = self.post(req_uri, req_post_data) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 299, in post return self.request('POST', url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 703, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 879, in _error_checker raise exceptions.ServerFault(resp_body, resp=resp, tempest.lib.exceptions.ServerFault: Got server fault Details: Request Failed: internal server error while processing your request. |
||||||
test_create_security_group_rule_with_bad_protocol[id-981bdc22-ce48-41ed-900a-73148b583958,negative] |
fail
ft39.4: tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_protocol[id-981bdc22-ce48-41ed-900a-73148b583958,negative]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2021-11-19 16:40:32,169 124862 INFO [tempest.lib.common.rest_client] Request (NegativeSecGroupTest:test_create_security_group_rule_with_bad_protocol): 500 POST http://10.222.0.76:9696/v2.0/security-groups 0.951s 2021-11-19 16:40:32,170 124862 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group": {"name": "tempest-secgroup--1754519105"}} Response - Headers: {'content-type': 'application/json', 'content-length': '150', 'x-openstack-request-id': 'req-b04b34c7-1213-473b-9411-7bbdb8c9b68a', 'date': 'Fri, 19 Nov 2021 16:40:32 GMT', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.76:9696/v2.0/security-groups'} Body: b'{"NeutronError": {"type": "HTTPInternalServerError", "message": "Request Failed: internal server error while processing your request.", "detail": ""}}' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/network/test_security_groups_negative.py", line 69, in test_create_security_group_rule_with_bad_protocol group_create_body, _ = self._create_security_group() File "/opt/stack/tempest/tempest/api/network/base_security_groups.py", line 27, in _create_security_group self.security_groups_client.create_security_group(name=name)) File "/opt/stack/tempest/tempest/lib/services/network/security_groups_client.py", line 28, in create_security_group return self.create_resource(uri, post_data) File "/opt/stack/tempest/tempest/lib/services/network/base.py", line 62, in create_resource resp, body = self.post(req_uri, req_post_data) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 299, in post return self.request('POST', url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 703, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 879, in _error_checker raise exceptions.ServerFault(resp_body, resp=resp, tempest.lib.exceptions.ServerFault: Got server fault Details: Request Failed: internal server error while processing your request. |
||||||
test_create_security_group_rule_with_bad_remote_ip_prefix[id-5f8daf69-3c5f-4aaa-88c9-db1d66f68679,negative] |
fail
ft39.5: tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_remote_ip_prefix[id-5f8daf69-3c5f-4aaa-88c9-db1d66f68679,negative]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2021-11-19 16:40:32,577 124862 INFO [tempest.lib.common.rest_client] Request (NegativeSecGroupTest:test_create_security_group_rule_with_bad_remote_ip_prefix): 500 POST http://10.222.0.76:9696/v2.0/security-groups 0.405s 2021-11-19 16:40:32,578 124862 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group": {"name": "tempest-secgroup--1701136372"}} Response - Headers: {'content-type': 'application/json', 'content-length': '150', 'x-openstack-request-id': 'req-21dfd13e-3710-4313-8dcf-34e20a5113e6', 'date': 'Fri, 19 Nov 2021 16:40:32 GMT', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.76:9696/v2.0/security-groups'} Body: b'{"NeutronError": {"type": "HTTPInternalServerError", "message": "Request Failed: internal server error while processing your request.", "detail": ""}}' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/network/test_security_groups_negative.py", line 83, in test_create_security_group_rule_with_bad_remote_ip_prefix group_create_body, _ = self._create_security_group() File "/opt/stack/tempest/tempest/api/network/base_security_groups.py", line 27, in _create_security_group self.security_groups_client.create_security_group(name=name)) File "/opt/stack/tempest/tempest/lib/services/network/security_groups_client.py", line 28, in create_security_group return self.create_resource(uri, post_data) File "/opt/stack/tempest/tempest/lib/services/network/base.py", line 62, in create_resource resp, body = self.post(req_uri, req_post_data) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 299, in post return self.request('POST', url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 703, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 879, in _error_checker raise exceptions.ServerFault(resp_body, resp=resp, tempest.lib.exceptions.ServerFault: Got server fault Details: Request Failed: internal server error while processing your request. |
||||||
test_create_security_group_rule_with_invalid_ports[id-0d9c7791-f2ad-4e2f-ac73-abf2373b0d2d,negative] |
fail
ft39.6: tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_invalid_ports[id-0d9c7791-f2ad-4e2f-ac73-abf2373b0d2d,negative]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2021-11-19 16:40:33,461 124862 INFO [tempest.lib.common.rest_client] Request (NegativeSecGroupTest:test_create_security_group_rule_with_invalid_ports): 500 POST http://10.222.0.76:9696/v2.0/security-groups 0.881s 2021-11-19 16:40:33,462 124862 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group": {"name": "tempest-secgroup--1954657035"}} Response - Headers: {'content-type': 'application/json', 'content-length': '150', 'x-openstack-request-id': 'req-8bc9ec33-996e-4db0-b060-8298a77b3df5', 'date': 'Fri, 19 Nov 2021 16:40:33 GMT', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.76:9696/v2.0/security-groups'} Body: b'{"NeutronError": {"type": "HTTPInternalServerError", "message": "Request Failed: internal server error while processing your request.", "detail": ""}}' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/network/test_security_groups_negative.py", line 147, in test_create_security_group_rule_with_invalid_ports group_create_body, _ = self._create_security_group() File "/opt/stack/tempest/tempest/api/network/base_security_groups.py", line 27, in _create_security_group self.security_groups_client.create_security_group(name=name)) File "/opt/stack/tempest/tempest/lib/services/network/security_groups_client.py", line 28, in create_security_group return self.create_resource(uri, post_data) File "/opt/stack/tempest/tempest/lib/services/network/base.py", line 62, in create_resource resp, body = self.post(req_uri, req_post_data) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 299, in post return self.request('POST', url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 703, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 879, in _error_checker raise exceptions.ServerFault(resp_body, resp=resp, tempest.lib.exceptions.ServerFault: Got server fault Details: Request Failed: internal server error while processing your request. |
||||||
test_create_security_group_rule_with_non_existent_remote_groupid[id-4bf786fd-2f02-443c-9716-5b98e159a49a,negative] |
fail
ft39.7: tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_non_existent_remote_groupid[id-4bf786fd-2f02-443c-9716-5b98e159a49a,negative]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2021-11-19 16:40:34,190 124862 INFO [tempest.lib.common.rest_client] Request (NegativeSecGroupTest:test_create_security_group_rule_with_non_existent_remote_groupid): 500 POST http://10.222.0.76:9696/v2.0/security-groups 0.726s 2021-11-19 16:40:34,191 124862 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group": {"name": "tempest-secgroup--131041427"}} Response - Headers: {'content-type': 'application/json', 'content-length': '150', 'x-openstack-request-id': 'req-61bc774a-bb0e-446c-bf63-b38c4ed0cb03', 'date': 'Fri, 19 Nov 2021 16:40:34 GMT', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.76:9696/v2.0/security-groups'} Body: b'{"NeutronError": {"type": "HTTPInternalServerError", "message": "Request Failed: internal server error while processing your request.", "detail": ""}}' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/network/test_security_groups_negative.py", line 99, in test_create_security_group_rule_with_non_existent_remote_groupid group_create_body, _ = self._create_security_group() File "/opt/stack/tempest/tempest/api/network/base_security_groups.py", line 27, in _create_security_group self.security_groups_client.create_security_group(name=name)) File "/opt/stack/tempest/tempest/lib/services/network/security_groups_client.py", line 28, in create_security_group return self.create_resource(uri, post_data) File "/opt/stack/tempest/tempest/lib/services/network/base.py", line 62, in create_resource resp, body = self.post(req_uri, req_post_data) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 299, in post return self.request('POST', url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 703, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 879, in _error_checker raise exceptions.ServerFault(resp_body, resp=resp, tempest.lib.exceptions.ServerFault: Got server fault Details: Request Failed: internal server error while processing your request. |
||||||
test_create_security_group_rule_with_non_existent_security_group[id-be308db6-a7cf-4d5c-9baf-71bafd73f35e,negative] |
fail
ft39.8: tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_non_existent_security_group[id-be308db6-a7cf-4d5c-9baf-71bafd73f35e,negative]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2021-11-19 16:40:34,651 124862 INFO [tempest.lib.common.rest_client] Request (NegativeSecGroupTest:test_create_security_group_rule_with_non_existent_security_group): 500 POST http://10.222.0.76:9696/v2.0/security-group-rules 0.457s 2021-11-19 16:40:34,652 124862 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group_rule": {"security_group_id": "77fc4646-b84e-4ffb-9e6c-e5115d8dbe6e", "direction": "ingress", "ethertype": "IPv4"}} Response - Headers: {'content-type': 'application/json', 'content-length': '150', 'x-openstack-request-id': 'req-f732035f-184d-47b4-bd4c-c878ed54c0c6', 'date': 'Fri, 19 Nov 2021 16:40:34 GMT', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.76:9696/v2.0/security-group-rules'} Body: b'{"NeutronError": {"type": "HTTPInternalServerError", "message": "Request Failed: internal server error while processing your request.", "detail": ""}}' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/network/test_security_groups_negative.py", line 237, in test_create_security_group_rule_with_non_existent_security_group self.assertRaises( File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/testtools/testcase.py", line 467, in assertRaises self.assertThat(our_callable, matcher) File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/testtools/testcase.py", line 478, in assertThat mismatch_error = self._matchHelper(matchee, matcher, message, verbose) File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/testtools/testcase.py", line 530, in _matchHelper mismatch = matcher.match(matchee) File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/testtools/matchers/_exception.py", line 104, in match mismatch = self.exception_matcher.match(exc_info) File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/testtools/matchers/_higherorder.py", line 62, in match mismatch = matcher.match(matchee) File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/testtools/testcase.py", line 457, in match reraise(*matchee) File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/testtools/compat.py", line 27, in reraise raise exc_obj.with_traceback(exc_tb) File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/testtools/matchers/_exception.py", line 97, in match result = matchee() File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/testtools/testcase.py", line 1039, in __call__ return self._callable_object(*self._args, **self._kwargs) File "/opt/stack/tempest/tempest/lib/services/network/security_group_rules_client.py", line 27, in create_security_group_rule return self.create_resource(uri, post_data) File "/opt/stack/tempest/tempest/lib/services/network/base.py", line 62, in create_resource resp, body = self.post(req_uri, req_post_data) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 299, in post return self.request('POST', url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 703, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 879, in _error_checker raise exceptions.ServerFault(resp_body, resp=resp, tempest.lib.exceptions.ServerFault: Got server fault Details: Request Failed: internal server error while processing your request. |
||||||
test_create_security_group_rule_with_remote_ip_and_group[id-b5c4b247-6b02-435b-b088-d10d45650881,negative] |
fail
ft39.9: tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_remote_ip_and_group[id-b5c4b247-6b02-435b-b088-d10d45650881,negative]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2021-11-19 16:40:35,751 124862 INFO [tempest.lib.common.rest_client] Request (NegativeSecGroupTest:test_create_security_group_rule_with_remote_ip_and_group): 500 POST http://10.222.0.76:9696/v2.0/security-groups 1.088s 2021-11-19 16:40:35,751 124862 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group": {"name": "tempest-secgroup--1835677009"}} Response - Headers: {'content-type': 'application/json', 'content-length': '150', 'x-openstack-request-id': 'req-c71b6617-582a-4abf-8c60-4033c0b4eac1', 'date': 'Fri, 19 Nov 2021 16:40:35 GMT', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.76:9696/v2.0/security-groups'} Body: b'{"NeutronError": {"type": "HTTPInternalServerError", "message": "Request Failed: internal server error while processing your request.", "detail": ""}}' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/network/test_security_groups_negative.py", line 116, in test_create_security_group_rule_with_remote_ip_and_group sg1_body, _ = self._create_security_group() File "/opt/stack/tempest/tempest/api/network/base_security_groups.py", line 27, in _create_security_group self.security_groups_client.create_security_group(name=name)) File "/opt/stack/tempest/tempest/lib/services/network/security_groups_client.py", line 28, in create_security_group return self.create_resource(uri, post_data) File "/opt/stack/tempest/tempest/lib/services/network/base.py", line 62, in create_resource resp, body = self.post(req_uri, req_post_data) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 299, in post return self.request('POST', url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 703, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 879, in _error_checker raise exceptions.ServerFault(resp_body, resp=resp, tempest.lib.exceptions.ServerFault: Got server fault Details: Request Failed: internal server error while processing your request. |
||||||
test_create_security_group_update_name_default[id-966e2b96-023a-11e7-a9e4-fa163e4fa634,negative] |
fail
ft39.10: tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_update_name_default[id-966e2b96-023a-11e7-a9e4-fa163e4fa634,negative]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2021-11-19 16:40:36,161 124862 INFO [tempest.lib.common.rest_client] Request (NegativeSecGroupTest:test_create_security_group_update_name_default): 500 POST http://10.222.0.76:9696/v2.0/security-groups 0.407s 2021-11-19 16:40:36,162 124862 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group": {"name": "tempest-secgroup--908943166"}} Response - Headers: {'content-type': 'application/json', 'content-length': '150', 'x-openstack-request-id': 'req-65ee7c99-4d34-49ce-9063-29f986ae89c9', 'date': 'Fri, 19 Nov 2021 16:40:36 GMT', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.76:9696/v2.0/security-groups'} Body: b'{"NeutronError": {"type": "HTTPInternalServerError", "message": "Request Failed: internal server error while processing your request.", "detail": ""}}' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/network/test_security_groups_negative.py", line 197, in test_create_security_group_update_name_default group_create_body, _ = self._create_security_group() File "/opt/stack/tempest/tempest/api/network/base_security_groups.py", line 27, in _create_security_group self.security_groups_client.create_security_group(name=name)) File "/opt/stack/tempest/tempest/lib/services/network/security_groups_client.py", line 28, in create_security_group return self.create_resource(uri, post_data) File "/opt/stack/tempest/tempest/lib/services/network/base.py", line 62, in create_resource resp, body = self.post(req_uri, req_post_data) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 299, in post return self.request('POST', url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 703, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 879, in _error_checker raise exceptions.ServerFault(resp_body, resp=resp, tempest.lib.exceptions.ServerFault: Got server fault Details: Request Failed: internal server error while processing your request. |
||||||
test_delete_non_existent_security_group[id-1f1bb89d-5664-4956-9fcd-83ee0fa603df,negative] |
fail
ft39.11: tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_delete_non_existent_security_group[id-1f1bb89d-5664-4956-9fcd-83ee0fa603df,negative]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2021-11-19 16:40:36,277 124862 INFO [tempest.lib.common.rest_client] Request (NegativeSecGroupTest:test_delete_non_existent_security_group): 500 DELETE http://10.222.0.76:9696/v2.0/security-groups/8d521fbd-8bd1-470b-95ea-cb65259b16d6 0.111s 2021-11-19 16:40:36,277 124862 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'content-type': 'application/json', 'content-length': '150', 'x-openstack-request-id': 'req-1330a4c1-6065-4017-a7ad-8a2cb5ec717a', 'date': 'Fri, 19 Nov 2021 16:40:36 GMT', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.76:9696/v2.0/security-groups/8d521fbd-8bd1-470b-95ea-cb65259b16d6'} Body: b'{"NeutronError": {"type": "HTTPInternalServerError", "message": "Request Failed: internal server error while processing your request.", "detail": ""}}' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/network/test_security_groups_negative.py", line 60, in test_delete_non_existent_security_group self.assertRaises(lib_exc.NotFound, File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/testtools/testcase.py", line 467, in assertRaises self.assertThat(our_callable, matcher) File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/testtools/testcase.py", line 478, in assertThat mismatch_error = self._matchHelper(matchee, matcher, message, verbose) File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/testtools/testcase.py", line 530, in _matchHelper mismatch = matcher.match(matchee) File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/testtools/matchers/_exception.py", line 104, in match mismatch = self.exception_matcher.match(exc_info) File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/testtools/matchers/_higherorder.py", line 62, in match mismatch = matcher.match(matchee) File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/testtools/testcase.py", line 457, in match reraise(*matchee) File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/testtools/compat.py", line 27, in reraise raise exc_obj.with_traceback(exc_tb) File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/testtools/matchers/_exception.py", line 97, in match result = matchee() File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/testtools/testcase.py", line 1039, in __call__ return self._callable_object(*self._args, **self._kwargs) File "/opt/stack/tempest/tempest/lib/services/network/security_groups_client.py", line 59, in delete_security_group return self.delete_resource(uri) File "/opt/stack/tempest/tempest/lib/services/network/base.py", line 42, in delete_resource resp, body = self.delete(req_uri) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 330, in delete return self.request('DELETE', url, extra_headers, headers, body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 703, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 879, in _error_checker raise exceptions.ServerFault(resp_body, resp=resp, tempest.lib.exceptions.ServerFault: Got server fault Details: Request Failed: internal server error while processing your request. |
||||||
test_show_non_existent_security_group[id-424fd5c3-9ddc-486a-b45f-39bf0c820fc6,negative] |
fail
ft39.12: tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_show_non_existent_security_group[id-424fd5c3-9ddc-486a-b45f-39bf0c820fc6,negative]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2021-11-19 16:40:36,325 124862 INFO [tempest.lib.common.rest_client] Request (NegativeSecGroupTest:test_show_non_existent_security_group): 500 GET http://10.222.0.76:9696/v2.0/security-groups/38e19b45-35cd-47db-bf7c-b21294b3375b 0.044s 2021-11-19 16:40:36,326 124862 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'content-type': 'application/json', 'content-length': '150', 'x-openstack-request-id': 'req-bcfbcf40-c34f-4d88-a1d4-232aa072824d', 'date': 'Fri, 19 Nov 2021 16:40:36 GMT', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.76:9696/v2.0/security-groups/38e19b45-35cd-47db-bf7c-b21294b3375b'} Body: b'{"NeutronError": {"type": "HTTPInternalServerError", "message": "Request Failed: internal server error while processing your request.", "detail": ""}}' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/network/test_security_groups_negative.py", line 41, in test_show_non_existent_security_group self.assertRaises( File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/testtools/testcase.py", line 467, in assertRaises self.assertThat(our_callable, matcher) File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/testtools/testcase.py", line 478, in assertThat mismatch_error = self._matchHelper(matchee, matcher, message, verbose) File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/testtools/testcase.py", line 530, in _matchHelper mismatch = matcher.match(matchee) File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/testtools/matchers/_exception.py", line 104, in match mismatch = self.exception_matcher.match(exc_info) File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/testtools/matchers/_higherorder.py", line 62, in match mismatch = matcher.match(matchee) File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/testtools/testcase.py", line 457, in match reraise(*matchee) File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/testtools/compat.py", line 27, in reraise raise exc_obj.with_traceback(exc_tb) File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/testtools/matchers/_exception.py", line 97, in match result = matchee() File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/testtools/testcase.py", line 1039, in __call__ return self._callable_object(*self._args, **self._kwargs) File "/opt/stack/tempest/tempest/lib/services/network/security_groups_client.py", line 49, in show_security_group return self.show_resource(uri, **fields) File "/opt/stack/tempest/tempest/lib/services/network/base.py", line 53, in show_resource resp, body = self.get(req_uri) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 314, in get return self.request('GET', url, extra_headers, headers) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 703, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 879, in _error_checker raise exceptions.ServerFault(resp_body, resp=resp, tempest.lib.exceptions.ServerFault: Got server fault Details: Request Failed: internal server error while processing your request. |
||||||
test_show_non_existent_security_group_rule[id-4c094c09-000b-4e41-8100-9617600c02a6,negative] |
pass
pt39.13: tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_show_non_existent_security_group_rule[id-4c094c09-000b-4e41-8100-9617600c02a6,negative] |
||||||
tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON | 1 | 0 | 1 | 0 | 0 | Detail | |
test_create_list_show_update_delete_subnetpools[id-62595970-ab1c-4b7f-8fcc-fddfe55e9811,smoke] |
fail
ft40.1: tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools[id-62595970-ab1c-4b7f-8fcc-fddfe55e9811,smoke]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2021-11-19 16:40:21,879 124850 INFO [tempest.lib.common.rest_client] Request (SubnetPoolsTestJSON:test_create_list_show_update_delete_subnetpools): 201 POST http://10.222.0.76:9696/v2.0/subnetpools 1.311s 2021-11-19 16:40:21,880 124850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"subnetpool": {"name": "tempest-subnetpools-1308067527", "prefixes": ["172.20.0.0/16"]}} Response - Headers: {'content-type': 'application/json', 'content-length': '538', 'x-openstack-request-id': 'req-84bbef60-8bff-4895-b247-48a72a42b564', 'date': 'Fri, 19 Nov 2021 16:40:21 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.76:9696/v2.0/subnetpools'} Body: b'{"subnetpool": {"id": "8ffeb465-3038-4dbe-b241-c026a0c76153", "name": "tempest-subnetpools-1308067527", "tenant_id": "dde0a11094254beead3f2c889b192218", "default_prefixlen": "8", "min_prefixlen": "8", "max_prefixlen": "32", "is_default": false, "shared": false, "prefixes": ["172.20.0.0/16"], "ip_version": 4, "default_quota": null, "address_scope_id": null, "description": "", "tags": [], "created_at": "2021-11-19T16:40:21Z", "updated_at": "2021-11-19T16:40:21Z", "revision_number": 0, "project_id": "dde0a11094254beead3f2c889b192218"}}' 2021-11-19 16:40:21,995 124850 INFO [tempest.lib.common.rest_client] Request (SubnetPoolsTestJSON:test_create_list_show_update_delete_subnetpools): 500 GET http://10.222.0.76:9696/v2.0/subnetpools/8ffeb465-3038-4dbe-b241-c026a0c76153 0.114s 2021-11-19 16:40:21,995 124850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'content-type': 'application/json', 'content-length': '150', 'x-openstack-request-id': 'req-07099502-c37e-4b44-a561-f0b2be141357', 'date': 'Fri, 19 Nov 2021 16:40:21 GMT', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.76:9696/v2.0/subnetpools/8ffeb465-3038-4dbe-b241-c026a0c76153'} Body: b'{"NeutronError": {"type": "HTTPInternalServerError", "message": "Request Failed: internal server error while processing your request.", "detail": ""}}' 2021-11-19 16:40:22,036 124850 INFO [tempest.lib.common.rest_client] Request (SubnetPoolsTestJSON:_run_cleanups): 500 DELETE http://10.222.0.76:9696/v2.0/subnetpools/8ffeb465-3038-4dbe-b241-c026a0c76153 0.039s 2021-11-19 16:40:22,036 124850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'content-type': 'application/json', 'content-length': '150', 'x-openstack-request-id': 'req-c0de4bc2-12ae-4589-ac7f-551e25c8fca9', 'date': 'Fri, 19 Nov 2021 16:40:22 GMT', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.76:9696/v2.0/subnetpools/8ffeb465-3038-4dbe-b241-c026a0c76153'} Body: b'{"NeutronError": {"type": "HTTPInternalServerError", "message": "Request Failed: internal server error while processing your request.", "detail": ""}}' 2021-11-19 16:40:22,036 124850 WARNING [tempest.lib.common.utils.test_utils] Got ServerFault while running <bound method SubnetpoolsClient.delete_subnetpool of <tempest.lib.services.network.subnetpools_client.SubnetpoolsClient object at 0x7f4b9ca9a040>>, retrying... 2021-11-19 16:40:22,068 124850 INFO [tempest.lib.common.rest_client] Request (SubnetPoolsTestJSON:_run_cleanups): 500 DELETE http://10.222.0.76:9696/v2.0/subnetpools/8ffeb465-3038-4dbe-b241-c026a0c76153 0.031s 2021-11-19 16:40:22,069 124850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'content-type': 'application/json', 'content-length': '150', 'x-openstack-request-id': 'req-0c466e89-6c68-487f-a804-4e3c861c6caf', 'date': 'Fri, 19 Nov 2021 16:40:22 GMT', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.76:9696/v2.0/subnetpools/8ffeb465-3038-4dbe-b241-c026a0c76153'} Body: b'{"NeutronError": {"type": "HTTPInternalServerError", "message": "Request Failed: internal server error while processing your request.", "detail": ""}}' 2021-11-19 16:40:22,069 124850 WARNING [tempest.lib.common.utils.test_utils] Got ServerFault while running <bound method SubnetpoolsClient.delete_subnetpool of <tempest.lib.services.network.subnetpools_client.SubnetpoolsClient object at 0x7f4b9ca9a040>>, retrying... 2021-11-19 16:40:22,087 124850 INFO [tempest.lib.common.rest_client] Request (SubnetPoolsTestJSON:_run_cleanups): 500 DELETE http://10.222.0.76:9696/v2.0/subnetpools/8ffeb465-3038-4dbe-b241-c026a0c76153 0.017s 2021-11-19 16:40:22,087 124850 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'content-type': 'application/json', 'content-length': '150', 'x-openstack-request-id': 'req-d70c1b8f-4d2a-42b0-bc8d-84511d24025b', 'date': 'Fri, 19 Nov 2021 16:40:22 GMT', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.76:9696/v2.0/subnetpools/8ffeb465-3038-4dbe-b241-c026a0c76153'} Body: b'{"NeutronError": {"type": "HTTPInternalServerError", "message": "Request Failed: internal server error while processing your request.", "detail": ""}}' }}} traceback-1: {{{ Traceback (most recent call last): File "/opt/stack/tempest/tempest/lib/common/utils/test_utils.py", line 87, in call_and_ignore_notfound_exc return func(*args, **kwargs) File "/opt/stack/tempest/tempest/lib/services/network/subnetpools_client.py", line 64, in delete_subnetpool return self.delete_resource(uri) File "/opt/stack/tempest/tempest/lib/services/network/base.py", line 42, in delete_resource resp, body = self.delete(req_uri) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 330, in delete return self.request('DELETE', url, extra_headers, headers, body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 703, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 879, in _error_checker raise exceptions.ServerFault(resp_body, resp=resp, tempest.lib.exceptions.ServerFault: Got server fault Details: Request Failed: internal server error while processing your request. }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/network/test_subnetpools_extensions.py", line 64, in test_create_list_show_update_delete_subnetpools body = self.subnetpools_client.show_subnetpool(subnetpool_id) File "/opt/stack/tempest/tempest/lib/services/network/subnetpools_client.py", line 49, in show_subnetpool return self.show_resource(uri, **fields) File "/opt/stack/tempest/tempest/lib/services/network/base.py", line 53, in show_resource resp, body = self.get(req_uri) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 314, in get return self.request('GET', url, extra_headers, headers) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 703, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 879, in _error_checker raise exceptions.ServerFault(resp_body, resp=resp, tempest.lib.exceptions.ServerFault: Got server fault Details: Request Failed: internal server error while processing your request. |
||||||
tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps | 9 | 0 | 6 | 0 | 3 | Detail | |
test_server_connectivity_cold_migration[compute,id-a4858f6c-401e-4155-9a49-d5cd053d1a2f,network,slow] |
skip
pt41.1: tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_cold_migration[compute,id-a4858f6c-401e-4155-9a49-d5cd053d1a2f,network,slow] |
||||||
test_server_connectivity_cold_migration_revert[compute,id-25b188d7-0183-4b1e-a11d-15840c8e2fd6,network,slow] |
skip
pt41.2: tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_cold_migration_revert[compute,id-25b188d7-0183-4b1e-a11d-15840c8e2fd6,network,slow] |
||||||
test_server_connectivity_live_migration[compute,id-03fd1562-faad-11e7-9ea0-fa163e65f5ce,network,slow] |
skip
pt41.3: tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_live_migration[compute,id-03fd1562-faad-11e7-9ea0-fa163e65f5ce,network,slow] |
||||||
test_server_connectivity_rebuild[compute,id-88a529c2-1daa-4c85-9aec-d541ba3eb699,network,slow] |
fail
ft41.4: tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_rebuild[compute,id-88a529c2-1daa-4c85-9aec-d541ba3eb699,network,slow]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2021-11-19 16:40:12,291 124860 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_rebuild): 200 POST http://10.222.0.76/compute/v2.1/os-keypairs 1.012s 2021-11-19 16:40:12,291 124860 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"keypair": {"name": "tempest-TestNetworkAdvancedServerOps-1676710187"}} Response - Headers: {'date': 'Fri, 19 Nov 2021 16:40:11 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '2326', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2b91a9f5-7b4c-404c-b2d8-e04d3b6edb74', 'x-compute-request-id': 'req-2b91a9f5-7b4c-404c-b2d8-e04d3b6edb74', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"private_key": "-----BEGIN RSA PRIVATE KEY-----\\nMIIEpAIBAAKCAQEAzz+n1JHxaCgTet4cOts2GxFnpFCKYivH5NT6pgjCnrnIGiuV\\nT0EpLWNLclhgwucRJws9VGJdPySlSf8L/5tJ0hwv771WqpShMEO6vtOWMHIneDn8\\nGMY8mIyACE7ljSOPy/tKZa1sh87LynamSlfGN6vNkgsbA816bTEkavxTc584KOGA\\nR44FFmbLrYO5umTsEfCaBNiXIuRftStgFLrLnCf4Jte0kT8hqEVYuZzk/RrQVcVX\\ns+TKO6CSBgaZ3wtqVmbqvCxz8Lf8C4qCTsXfbEUyHSEs1Aa3xbJvZ2vfLqv2FWPr\\n7PhFyK2lR+Kk0nKSpnbtgVWnHDXBkKUQkaTuoQIDAQABAoIBAE2nYE85z+Zi/cmP\\n56v17zP9NYRP2UondWK8mp4TsjifC+ciZXOoyrEC/4X8r2TYB4lFoNk5cg7ywCwV\\nsH05xlM/1IZTv2FzB2J6PkK6LRBB9aAKufbecF4IZwC17zUPGhYoNhwa+wt35Mwb\\n4PsCIHdDnGcYWir2luTLAQZFPU+YsFXdnx3uE4Zd7aFqQPty9BnmyIcLRLj0HpPj\\n8x/WIbagf7lsmHPrPFs1zLkL3bJpNLWT3zd9owFIVfj+Nic9e+JIVrMKUlayfEcL\\nzXCfoxVCCv9yFY3N0krqk/vKQ2R2t8DdpD8LoEJGcLxOqTeQPM6I0jcub5aPL+ru\\nfyAFLkECgYEA7UaT4Hz6UjH8CV1nnA+v1Zp33SGNMLJjyaNKA/o/LTt+OQlK4wBe\\n/J5ACibgIWmeVvjtkwshnDl02moNyb6t0WvCNo15cUch+/85osrtjf51y/7Oycw+\\nVrlmos1N6ox4q14UEF9FvpC9eIoo2Hh1iLrFajCMfbC/OBP6fe1wakUCgYEA35p5\\ncPdZ2EsG7YWHjagqEAkvZyHjpsf7O4mo6E2YQDWwOjIQPUXxXTne3BNLT0qFiEMw\\n38Vxi63mldwQV039ZzY+hvGY5DXbsU0o1eCzdTLgHkC2qpb9NnbKVJAgjK/whuT1\\npctVCu5O+HYsgC7a1yRjpm1tZD+7W+LZbEAphq0CgYEAxtzDLX+xkNghw3uMTcj7\\n9st6sFPhcLHiXmnDq+e9sVxOYuE96VkzQwgi5h9E89wAgCYrf3Tx22xwWmpOWgq8\\nxWtKH8ycvur+OaTkGmN3i+17rthFWe4bRTYoJkRpjC3lKMM1j6851gibM/6fUyZK\\nY6kdse00oldTPF3KMGajM/0CgYEAvKtZAOqU0p4r0Eq1H9/e7fzyFHFR5y4iXBBB\\nhxHB/5vNgK0xaqITkHf+BW/6QYM9vMYE/StaLWOkhppS53eU83ufsrk0KosPPkE+\\nzYh1o9QzqxMrjjEsosIE4ulhrZPevdN/Ok+hCEIgPCFqVxYx7Qp1Ur5OaSIlctis\\nYFybLVkCgYBS44EmwTjifVILY9edoQPsrA6oJ3FsFep2+izTlW5ZLi2tcgE3HjCz\\ngzdV8T4Ipl5t7nZY2gKoYb0OpF21ThWEm+BiHCa9YGzDiN4O4wLS8V7zYdUHqeAL\\nwXLxp4T+nCcYhjEsCciT7H0NgFHcY2jsg1sXYdp7Yt3hRrKn7b3lpw==\\n-----END RSA PRIVATE KEY-----\\n", "name": "tempest-TestNetworkAdvancedServerOps-1676710187", "public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDPP6fUkfFoKBN63hw62zYbEWekUIpiK8fk1PqmCMKeucgaK5VPQSktY0tyWGDC5xEnCz1UYl0/JKVJ/wv/m0nSHC/vvVaqlKEwQ7q+05Ywcid4OfwYxjyYjIAITuWNI4/L+0plrWyHzsvKdqZKV8Y3q82SCxsDzXptMSRq/FNznzgo4YBHjgUWZsutg7m6ZOwR8JoE2Jci5F+1K2AUusucJ/gm17SRPyGoRVi5nOT9GtBVxVez5Mo7oJIGBpnfC2pWZuq8LHPwt/wLioJOxd9sRTIdISzUBrfFsm9na98uq/YVY+vs+EXIraVH4qTScpKmdu2BVaccNcGQpRCRpO6h Generated-by-Nova", "fingerprint": "c2:3a:77:0c:c2:a1:d5:33:44:34:d0:dc:9c:be:c5:f7", "user_id": "a8cd3b7ee6c649bc9345702454c23d2b"}}' 2021-11-19 16:40:13,450 124860 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_rebuild): 500 POST http://10.222.0.76:9696/v2.0/security-groups 1.155s 2021-11-19 16:40:13,451 124860 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group": {"name": "tempest-secgroup-smoke-698959783", "description": "tempest-secgroup-smoke-698959783 description", "project_id": "8e8b0d41a98d4484a7e8681f7ea653e8"}} Response - Headers: {'content-type': 'application/json', 'content-length': '150', 'x-openstack-request-id': 'req-2c50af47-2f4e-4e5c-a46f-0478919a1af6', 'date': 'Fri, 19 Nov 2021 16:40:13 GMT', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.76:9696/v2.0/security-groups'} Body: b'{"NeutronError": {"type": "HTTPInternalServerError", "message": "Request Failed: internal server error while processing your request.", "detail": ""}}' 2021-11-19 16:40:13,512 124860 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:_run_cleanups): 202 DELETE http://10.222.0.76/compute/v2.1/os-keypairs/tempest-TestNetworkAdvancedServerOps-1676710187 0.059s 2021-11-19 16:40:13,512 124860 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 19 Nov 2021 16:40:13 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-929296ea-eb18-4291-aeb7-baa752ed140a', 'x-compute-request-id': 'req-929296ea-eb18-4291-aeb7-baa752ed140a', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.76/compute/v2.1/os-keypairs/tempest-TestNetworkAdvancedServerOps-1676710187'} Body: b'' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/scenario/test_network_advanced_server_ops.py", line 138, in test_server_connectivity_rebuild server = self._setup_server(keypair) File "/opt/stack/tempest/tempest/scenario/test_network_advanced_server_ops.py", line 63, in _setup_server security_group = self.create_security_group() File "/opt/stack/tempest/tempest/scenario/manager.py", line 553, in create_security_group secgroup = self.create_empty_security_group( File "/opt/stack/tempest/tempest/scenario/manager.py", line 587, in create_empty_security_group result = client.create_security_group(**sg_dict) File "/opt/stack/tempest/tempest/lib/services/network/security_groups_client.py", line 28, in create_security_group return self.create_resource(uri, post_data) File "/opt/stack/tempest/tempest/lib/services/network/base.py", line 62, in create_resource resp, body = self.post(req_uri, req_post_data) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 299, in post return self.request('POST', url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 703, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 879, in _error_checker raise exceptions.ServerFault(resp_body, resp=resp, tempest.lib.exceptions.ServerFault: Got server fault Details: Request Failed: internal server error while processing your request. |
||||||
test_server_connectivity_pause_unpause[compute,id-2b2642db-6568-4b35-b812-eceed3fa20ce,network,slow] |
fail
ft41.5: tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_pause_unpause[compute,id-2b2642db-6568-4b35-b812-eceed3fa20ce,network,slow]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2021-11-19 16:41:42,971 126847 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_pause_unpause): 200 POST http://10.222.0.76/compute/v2.1/os-keypairs 0.288s 2021-11-19 16:41:42,971 126847 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"keypair": {"name": "tempest-TestNetworkAdvancedServerOps-1833581352"}} Response - Headers: {'date': 'Fri, 19 Nov 2021 16:41:42 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '2326', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fbd71cfc-9bab-44e2-8d49-391cf75a423e', 'x-compute-request-id': 'req-fbd71cfc-9bab-44e2-8d49-391cf75a423e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"private_key": "-----BEGIN RSA PRIVATE KEY-----\\nMIIEpQIBAAKCAQEA7Ad/+IggorJbFCMHoZ2wqyR8KS4LKa9TNOJ6jQKU4BOGPJZv\\nCwumIOFqMISomrQZvGitqCxA7ctfex7nBWRyWkPbJmDJS0pIaDrWzP+zG6Vpd/Ni\\nLSp9fMgt3oyZSGYrjwrv37LZ6tZBExKMT3h87kvV0ZL8/2qV+PaUC4Cdbv4mVgAa\\nBuFK7t+tGUOHDsoAKKp+6EQu0rOldQwK8QNx0C4APQh50c4mPI0pZX3rMosIKR69\\nK8964A60r0gz3TTmdDso89coBzPrxAxyzxulx3DqXJ7HsL3KmPdd7M3sN27VsT4L\\n3Q/8MDQdi7KxEG6P8B2ASK7ep5g5TGQw7TVvQwIDAQABAoIBAQC9TN6UJAmYs1dc\\n9SNfuatB98ck9+q4Cge/+Iy1n4ZrmP0mhriUsUkSQff65cqcGSoy8/mjUarZjS0N\\nACHlL0SPpLCVPTb0jaU5A0fXrpSl7aqDK85nzxZKB/rR7Q3bBSaWWP09+qHQOPqE\\nI3IpIseAD45zwWHsMD4MKSdfek3J/726AeCtJX01tLvDf4CP67+iKCwsRXPK73f3\\nh50GVlAfNNrnBHpBRtR3rJfvV9NYLse77EWeaYZSbpWnqq2HLY8e0Futu71CqKWa\\nWvItbCmAdkOj8gNNwkIQlpkYopd1J6Rj3a680LmRC/MyB3eFnBuOeUc984ovknDb\\nCu5AoC7hAoGBAPrh0PL/MmlNcALF5WDxaBWuI1zcwyyiFEqjcM1iBYu9neJxXZAF\\nnoiYxOpjgwvIMfcY/+ccm2QRqAYEEGuFs3o70fjd+lHQ2k5Pr5qX4HQvsHk4nz2C\\nEMjVoFOWTVITa1EcUQZWCNM+RtWF6O/4xpjaFLa5G79rYmHOwdAeCf77AoGBAPDY\\nHia7mKkjL1lRw5wM5j933pq98usGNF3Gb4fLRYVqhy74KECv+xqc3upAruP5X2OO\\nFuZLShSV5kwPiZ6fUdtItb0uew2RWYusLNvCdzZm2Aspj9rCjeA7F1OrxAmqS86i\\nYK6MecnqBQdGbOMNuOOe968KSVWN/d5cT9FjAT5ZAoGBALxzG00sPGW08Upj9GTZ\\ncOG4KH/8o+7G4I8gLf9Yfen1yL7rgOhKEEdy2ZdmoG0dN8rwUGj9qAuG57t9Gghq\\nKeLLRHG36+vBAfqJCNMK+mLL37duvM6rAIibTw76e6IHTDllF8e2oHJs+TAyokJ/\\nkE4Ioj6O1TT4KLJnaFY3+jI5AoGBAOPgF+cd6DtgBxTDwAiOS+wRRpWy03x7ymBP\\nuIcLVSP+vxk5wxwxZaywcFnECbW55P8VGaWb5uPDULr2mId0xsZr7UiqCdO0ir0U\\nkvz66kCW3iLxmCKrogFe55tLEZjzf/ZqvH9qenEI8ukHQU8zVJRJfKApY2mHh4Q0\\nY3EB89NBAoGATkQ/rDR0zHT1EJ6UMLjx3NDvrDkYEcjiUV6E2L5tvmf9iXBgOgcY\\n5Cva23KPCwKDwJEWEUQxxBsBBRsGPgZTq+uCp16jC1vXPPGOwYyA9Q5kmiFn/KH1\\nHPLpu9gW4KE12Ro59WS71btT4qC7UXL9z2XXIoy2eeU5d8504hwq8iQ=\\n-----END RSA PRIVATE KEY-----\\n", "name": "tempest-TestNetworkAdvancedServerOps-1833581352", "public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDsB3/4iCCislsUIwehnbCrJHwpLgspr1M04nqNApTgE4Y8lm8LC6Yg4WowhKiatBm8aK2oLEDty197HucFZHJaQ9smYMlLSkhoOtbM/7MbpWl382ItKn18yC3ejJlIZiuPCu/fstnq1kETEoxPeHzuS9XRkvz/apX49pQLgJ1u/iZWABoG4Uru360ZQ4cOygAoqn7oRC7Ss6V1DArxA3HQLgA9CHnRziY8jSllfesyiwgpHr0rz3rgDrSvSDPdNOZ0Oyjz1ygHM+vEDHLPG6XHcOpcnsewvcqY913szew3btWxPgvdD/wwNB2LsrEQbo/wHYBIrt6nmDlMZDDtNW9D Generated-by-Nova", "fingerprint": "a7:97:03:13:14:3f:77:a0:94:b7:51:b0:51:e0:df:26", "user_id": "b9dcb2f155fb4afe9acc30c81f2c2b0e"}}' 2021-11-19 16:41:43,184 126847 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_pause_unpause): 500 POST http://10.222.0.76:9696/v2.0/security-groups 0.210s 2021-11-19 16:41:43,184 126847 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group": {"name": "tempest-secgroup-smoke-755861953", "description": "tempest-secgroup-smoke-755861953 description", "project_id": "167d8728274d424b870fb4305b2994a7"}} Response - Headers: {'content-type': 'application/json', 'content-length': '150', 'x-openstack-request-id': 'req-e3799b65-ad59-4e39-ae11-8cd1ff429fb1', 'date': 'Fri, 19 Nov 2021 16:41:43 GMT', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.76:9696/v2.0/security-groups'} Body: b'{"NeutronError": {"type": "HTTPInternalServerError", "message": "Request Failed: internal server error while processing your request.", "detail": ""}}' 2021-11-19 16:41:43,217 126847 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:_run_cleanups): 202 DELETE http://10.222.0.76/compute/v2.1/os-keypairs/tempest-TestNetworkAdvancedServerOps-1833581352 0.030s 2021-11-19 16:41:43,217 126847 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 19 Nov 2021 16:41:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a708dd64-ca8a-466f-9095-7782cfbb1ebd', 'x-compute-request-id': 'req-a708dd64-ca8a-466f-9095-7782cfbb1ebd', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.76/compute/v2.1/os-keypairs/tempest-TestNetworkAdvancedServerOps-1833581352'} Body: b'' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/scenario/test_network_advanced_server_ops.py", line 154, in test_server_connectivity_pause_unpause server = self._setup_server(keypair) File "/opt/stack/tempest/tempest/scenario/test_network_advanced_server_ops.py", line 63, in _setup_server security_group = self.create_security_group() File "/opt/stack/tempest/tempest/scenario/manager.py", line 553, in create_security_group secgroup = self.create_empty_security_group( File "/opt/stack/tempest/tempest/scenario/manager.py", line 587, in create_empty_security_group result = client.create_security_group(**sg_dict) File "/opt/stack/tempest/tempest/lib/services/network/security_groups_client.py", line 28, in create_security_group return self.create_resource(uri, post_data) File "/opt/stack/tempest/tempest/lib/services/network/base.py", line 62, in create_resource resp, body = self.post(req_uri, req_post_data) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 299, in post return self.request('POST', url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 703, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 879, in _error_checker raise exceptions.ServerFault(resp_body, resp=resp, tempest.lib.exceptions.ServerFault: Got server fault Details: Request Failed: internal server error while processing your request. |
||||||
test_server_connectivity_reboot[compute,id-7b6860c2-afa3-4846-9522-adeb38dfbe08,network,slow] |
fail
ft41.6: tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_reboot[compute,id-7b6860c2-afa3-4846-9522-adeb38dfbe08,network,slow]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2021-11-19 16:41:43,648 126847 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_reboot): 200 POST http://10.222.0.76/compute/v2.1/os-keypairs 0.429s 2021-11-19 16:41:43,649 126847 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"keypair": {"name": "tempest-TestNetworkAdvancedServerOps-1136628166"}} Response - Headers: {'date': 'Fri, 19 Nov 2021 16:41:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '2322', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0675c655-1aac-4aa0-8052-d825fc82ed2a', 'x-compute-request-id': 'req-0675c655-1aac-4aa0-8052-d825fc82ed2a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"private_key": "-----BEGIN RSA PRIVATE KEY-----\\nMIIEowIBAAKCAQEAxxHdTWjGi2aO82T1UmrSm2g1bucQH7bGOMAKTGDh5d+UD8Oh\\nh9YlpVIOpgkHHqrXV78yjU1ChqhCPDG0iXg3gcoOLo6n2mn6y1St3UL0Tm/LLbj5\\ncaoHwzYn4wq8hx3haHCzKm2n5Nwf1m0rvXOPjFphiJfbwen+9bYx0Eko+OpF7YwC\\nMlJzMMynHT5CMDTaBwOgLnl6Uk7dZZs/h91FWiuGaMYNI9mRVK4totHzchkb3td+\\nx9zTnQ3FwSzpte/ED4LAN/1ckRofti0vgdlKrVoZ145fJ/361rR+s4eP/LshSMgw\\n5QvnRMd+npA9VLRLgnWKfv0Dkzns3OZWIjuGTQIDAQABAoIBAQCgJ/k5rBAAWxSr\\nMRBFrHegXCiQ/wjz2uKDCc2/QTq87DF8tVGhrWJALVJntl+qBpyVldef4wagu4H+\\nV6b96mAN5XefcVoN2LHTIF944cMXz81RDb5x+e+g2FMi0KJ4ukt88R7UBcDL2WUr\\n6E0GcJCOxLAvaq18xzs+h8Rv5Ew4ZSXIfnQwyUmJbErRsoDyy8Em128skWR//gMB\\nocet41FCyjWMDBCQzA9jZOpibpeKGsQ6CCuQCo8w0IWPVOfvMs9q+b8aScf2jUzY\\n1BR/TYtPCFVrG/rheoBxMO5QOtdWA1nFZ3i70OhP9v3TKtM4d80+wk0+JQKIC3sQ\\nLyKo7f2BAoGBAPimm7nua3cLHiQVA8pVml/thn1Ova5yTUY09aUmXOMPq+diH17h\\nu5wt2v3AFv3UXgoEDtU0at0QzVNKxfB2+dihcOLCxcJWWBQI5nYFlR1pwggsBo1b\\n8CXCesbxVnWUIgAEYtX9HD9aivSMlVM7l874T//12sSX+6ob8ORPsvlxAoGBAMz0\\nGzCkocQw/s607LPl2Ej4ibiXdvZuBVz3lW22vHKxEHFxeqPnEU3IY1n0fvU5bb4n\\nv3ppIDkgassLCjFN+rG7Eaukdu8Czyhmbt8Rf5BRoKanBxsYXN38L2NeNMGmVa5q\\nntTTZmftgKt20kOam0ni87xPWEq06M/emDCYm0ydAoGAH68jQtMFsJqjEZf37q1v\\nyW975rXE59i6zgprjsrPpUNW9VoEg1OiU2locVMr2tZX0VDpDvPp9hdxAn8Rr+2J\\nMriHqO2Gw5e7C3qC22EkuiXCysXJY/PmKvmYKYeRK9RfbL8iVQA2vD/uWvEbCgsa\\n8g2kLAqJAOoY8Hk0/fLF7JECgYA6dvv2oVAADlXxk0zeeJd9IWDwBk0KORJQldPL\\ni1Awi2/8XHm2naii/qHQvF0nCO3US7Rkb+6gPS4Zo5mRvQPhhVKiGvVOcwezJ51D\\nBtPT0GU6hPUS9p0vOcwu1WXJQ/C3I3URkwhoZyjIQMn0PPtFVXdf5WZzUS4EdiQF\\n4NKURQKBgGGQb2Zyfp7spyFqDtD8r+E4r88K16t/tzvWtzM3FsTSkUcVqcj9GIas\\nEK78REI9Pg9dq/ZeEyvDGBz56Pun9uArj/op8ZsxFtZuJLPFo3oB5UiuRzsVR/CN\\n/QkwQLSuFs/XmxLh3vIjhMWroB7WpYYe28DVx/rjON/p6yH4HgcF\\n-----END RSA PRIVATE KEY-----\\n", "name": "tempest-TestNetworkAdvancedServerOps-1136628166", "public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDHEd1NaMaLZo7zZPVSatKbaDVu5xAftsY4wApMYOHl35QPw6GH1iWlUg6mCQceqtdXvzKNTUKGqEI8MbSJeDeByg4ujqfaafrLVK3dQvROb8stuPlxqgfDNifjCryHHeFocLMqbafk3B/WbSu9c4+MWmGIl9vB6f71tjHQSSj46kXtjAIyUnMwzKcdPkIwNNoHA6AueXpSTt1lmz+H3UVaK4Zoxg0j2ZFUri2i0fNyGRve137H3NOdDcXBLOm178QPgsA3/VyRGh+2LS+B2UqtWhnXjl8n/frWtH6zh4/8uyFIyDDlC+dEx36ekD1UtEuCdYp+/QOTOezc5lYiO4ZN Generated-by-Nova", "fingerprint": "5b:c4:20:d8:e8:93:87:03:52:16:33:c1:16:24:6e:0b", "user_id": "b9dcb2f155fb4afe9acc30c81f2c2b0e"}}' 2021-11-19 16:41:43,766 126847 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_reboot): 500 POST http://10.222.0.76:9696/v2.0/security-groups 0.115s 2021-11-19 16:41:43,766 126847 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group": {"name": "tempest-secgroup-smoke-191448628", "description": "tempest-secgroup-smoke-191448628 description", "project_id": "167d8728274d424b870fb4305b2994a7"}} Response - Headers: {'content-type': 'application/json', 'content-length': '150', 'x-openstack-request-id': 'req-b6e40e3d-3649-49b0-b9b3-8dfcfe5f1075', 'date': 'Fri, 19 Nov 2021 16:41:43 GMT', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.76:9696/v2.0/security-groups'} Body: b'{"NeutronError": {"type": "HTTPInternalServerError", "message": "Request Failed: internal server error while processing your request.", "detail": ""}}' 2021-11-19 16:41:43,796 126847 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:_run_cleanups): 202 DELETE http://10.222.0.76/compute/v2.1/os-keypairs/tempest-TestNetworkAdvancedServerOps-1136628166 0.029s 2021-11-19 16:41:43,797 126847 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 19 Nov 2021 16:41:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9d459b49-af4e-4619-b8de-cebae150fe77', 'x-compute-request-id': 'req-9d459b49-af4e-4619-b8de-cebae150fe77', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.76/compute/v2.1/os-keypairs/tempest-TestNetworkAdvancedServerOps-1136628166'} Body: b'' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/scenario/test_network_advanced_server_ops.py", line 127, in test_server_connectivity_reboot server = self._setup_server(keypair) File "/opt/stack/tempest/tempest/scenario/test_network_advanced_server_ops.py", line 63, in _setup_server security_group = self.create_security_group() File "/opt/stack/tempest/tempest/scenario/manager.py", line 553, in create_security_group secgroup = self.create_empty_security_group( File "/opt/stack/tempest/tempest/scenario/manager.py", line 587, in create_empty_security_group result = client.create_security_group(**sg_dict) File "/opt/stack/tempest/tempest/lib/services/network/security_groups_client.py", line 28, in create_security_group return self.create_resource(uri, post_data) File "/opt/stack/tempest/tempest/lib/services/network/base.py", line 62, in create_resource resp, body = self.post(req_uri, req_post_data) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 299, in post return self.request('POST', url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 703, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 879, in _error_checker raise exceptions.ServerFault(resp_body, resp=resp, tempest.lib.exceptions.ServerFault: Got server fault Details: Request Failed: internal server error while processing your request. |
||||||
test_server_connectivity_resize[compute,id-719eb59d-2f42-4b66-b8b1-bb1254473967,network,slow] |
fail
ft41.7: tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_resize[compute,id-719eb59d-2f42-4b66-b8b1-bb1254473967,network,slow]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2021-11-19 16:41:44,259 126847 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_resize): 200 POST http://10.222.0.76/compute/v2.1/os-keypairs 0.460s 2021-11-19 16:41:44,260 126847 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"keypair": {"name": "tempest-TestNetworkAdvancedServerOps-484141422"}} Response - Headers: {'date': 'Fri, 19 Nov 2021 16:41:43 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '2325', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-19e02ee1-d2ca-4b34-95e4-682d91a3a274', 'x-compute-request-id': 'req-19e02ee1-d2ca-4b34-95e4-682d91a3a274', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"private_key": "-----BEGIN RSA PRIVATE KEY-----\\nMIIEpQIBAAKCAQEApQRLc4Mmiv9W3hY7H1QkgFM3AIKPA/36Gru8DELYL04imKmL\\nbc/UUwaM8VUqcMvQxHhwq27/K/nyUi5dCaSyUCudl5iniE/L6bqL9OJfe43CGu2R\\nLIuIZojk8RsZqlDuCu7AK0300TJ33BWwZfIzoGCM4KyhFqjQ/Y1CFXbfdieY+ZNs\\nY/0uDYhRrT8lr6cvridsdp4Tbw72WvXubxUwBRUVr7Obg+A2A7sa2Z25Xteqs2d5\\nJ9nx8fitq7T/+47AIfHCB9zJIBFJ8EBPndYLzuCQDRprTGDTCK3sxbUxJCdviLR+\\nePneTwKKVAzWd1OhBCBqf82BbMJOmAKv+7dW6QIDAQABAoIBAExAq8z48bqRO0bs\\n5u0XKLbTvTrTGdsyZXws/Dx+Nv/FD1+UGQXpX6fuAvsR68arqBDhxs6xP+DGYx9u\\npTdrj6pUPUJsHB51ITkkJsBGSvEBFIz08nyvDZyz7XcsmrOFKjqLEOnx4As7Uv+0\\nVgsF3K1jcDXyD440/D3uJHdesuwZqhFlOMMxQ86kEZkfm5eNArIgmLOxvpECP21i\\nSeCPUqqMXD66Yp98XyI/E5s4eVk8LUEtIj4CZHBjZcUZaE690ENofUy/ixD7h+0a\\nzu/1BPnedkpD1QboEilEPFW954Gyfy7O5/27prQMElPDVryP6RXyasd12dNTjPFi\\nveX/fgECgYEA1b4wCaG1a1DA27ZDTKyvACZytRQYsQJcEZIoCgfu+I0zlX8OqSBL\\nCEaVJzDy6rxhgN/wRJvu/j7ZAkz+IwEeH43EKY/6v0YHahUXCSlNJkmCQGz7m3sI\\npUF9BmxDxjQo7M3zn5N/blknayC47KvR/70lbVlpGEXP8JRF4a0N6TECgYEAxaQD\\nKzvsVpHWXtOSNYge81DmkSO+NJWbHope2xSIjVaMmxzxWnNH014l76ZECz9O60KW\\n7U8vEJ7Np3GFe+YzovgfqJY00Jn5bvtuBGUDzL7Ju/2hPER4H5CymAVumcWtSKlB\\nGcKEtn9RLXiY1lppm9FQh7wLVfhXKYdOt07aWzkCgYEAxAHjxYFgf+gO460RrEeT\\nN90KRdoHBpP2YDqasxAxagb6rfZVOG0fwZgQgV8W9IIKHAfAKvqgQNDbaou2Zd1J\\nhYAYylB5jlwmwnZSqJkSYbD5XCFU3nEGLZ2PjItN333Hpdj7t3OoYUYqqsfYLVkn\\ne5E1uEBM6vBiTul56Aktf5ECgYEAuUzl37ImCqBfMbcBfQkro4r1MZ0mZtzhe8fV\\n2WeuA33jBEcljl1JOUYrIT5sy3LGxlI/eS1lfhq1zEjmEt0pCqHB5Ok3iWDjeQdp\\nBdvDrUIvl/7bHctAKLAckeV95dRtfBOcQs+aaBSEgrJv8YEBRSMBctF+e1MEPZ5r\\n0fevSBkCgYEAnlgxH4Z1bWRttCG+rOxV4aqUPnpp5f32QlbOrGxjopCA6SL3sHl8\\nXcn3g/DHw1vEVJYdltYaaaqqXPm3mcvCgsBN+4YMnRd06GXdLRD9zxidEjQxJXnb\\nJQnhPnt1OKyNUNSbkcmi80UVM8n7/7Stav6yk2NYO0FECHkLmT1l02E=\\n-----END RSA PRIVATE KEY-----\\n", "name": "tempest-TestNetworkAdvancedServerOps-484141422", "public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQClBEtzgyaK/1beFjsfVCSAUzcAgo8D/foau7wMQtgvTiKYqYttz9RTBozxVSpwy9DEeHCrbv8r+fJSLl0JpLJQK52XmKeIT8vpuov04l97jcIa7ZEsi4hmiOTxGxmqUO4K7sArTfTRMnfcFbBl8jOgYIzgrKEWqND9jUIVdt92J5j5k2xj/S4NiFGtPyWvpy+uJ2x2nhNvDvZa9e5vFTAFFRWvs5uD4DYDuxrZnble16qzZ3kn2fHx+K2rtP/7jsAh8cIH3MkgEUnwQE+d1gvO4JANGmtMYNMIrezFtTEkJ2+ItH54+d5PAopUDNZ3U6EEIGp/zYFswk6YAq/7t1bp Generated-by-Nova", "fingerprint": "12:8c:a4:4b:85:45:ce:1c:5a:fd:c1:ee:8a:5b:b9:fd", "user_id": "b9dcb2f155fb4afe9acc30c81f2c2b0e"}}' 2021-11-19 16:41:44,374 126847 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_resize): 500 POST http://10.222.0.76:9696/v2.0/security-groups 0.112s 2021-11-19 16:41:44,374 126847 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group": {"name": "tempest-secgroup-smoke-2073285154", "description": "tempest-secgroup-smoke-2073285154 description", "project_id": "167d8728274d424b870fb4305b2994a7"}} Response - Headers: {'content-type': 'application/json', 'content-length': '150', 'x-openstack-request-id': 'req-b31f3dfc-1926-4204-9442-eddde978cdd5', 'date': 'Fri, 19 Nov 2021 16:41:44 GMT', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.76:9696/v2.0/security-groups'} Body: b'{"NeutronError": {"type": "HTTPInternalServerError", "message": "Request Failed: internal server error while processing your request.", "detail": ""}}' 2021-11-19 16:41:44,403 126847 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:_run_cleanups): 202 DELETE http://10.222.0.76/compute/v2.1/os-keypairs/tempest-TestNetworkAdvancedServerOps-484141422 0.028s 2021-11-19 16:41:44,404 126847 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 19 Nov 2021 16:41:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-dd11ba56-6b75-49ad-a2d5-18f09f6a1fbe', 'x-compute-request-id': 'req-dd11ba56-6b75-49ad-a2d5-18f09f6a1fbe', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.76/compute/v2.1/os-keypairs/tempest-TestNetworkAdvancedServerOps-484141422'} Body: b'' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/scenario/test_network_advanced_server_ops.py", line 191, in test_server_connectivity_resize server = self._setup_server(keypair) File "/opt/stack/tempest/tempest/scenario/test_network_advanced_server_ops.py", line 63, in _setup_server security_group = self.create_security_group() File "/opt/stack/tempest/tempest/scenario/manager.py", line 553, in create_security_group secgroup = self.create_empty_security_group( File "/opt/stack/tempest/tempest/scenario/manager.py", line 587, in create_empty_security_group result = client.create_security_group(**sg_dict) File "/opt/stack/tempest/tempest/lib/services/network/security_groups_client.py", line 28, in create_security_group return self.create_resource(uri, post_data) File "/opt/stack/tempest/tempest/lib/services/network/base.py", line 62, in create_resource resp, body = self.post(req_uri, req_post_data) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 299, in post return self.request('POST', url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 703, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 879, in _error_checker raise exceptions.ServerFault(resp_body, resp=resp, tempest.lib.exceptions.ServerFault: Got server fault Details: Request Failed: internal server error while processing your request. |
||||||
test_server_connectivity_stop_start[compute,id-61f1aa9a-1573-410e-9054-afa557cab021,network,slow] |
fail
ft41.8: tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_stop_start[compute,id-61f1aa9a-1573-410e-9054-afa557cab021,network,slow]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2021-11-19 16:41:44,644 126847 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_stop_start): 200 POST http://10.222.0.76/compute/v2.1/os-keypairs 0.238s 2021-11-19 16:41:44,645 126847 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"keypair": {"name": "tempest-TestNetworkAdvancedServerOps-1217284667"}} Response - Headers: {'date': 'Fri, 19 Nov 2021 16:41:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '2326', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f4a5beb3-89af-46ea-9f32-78e72ddc2b4d', 'x-compute-request-id': 'req-f4a5beb3-89af-46ea-9f32-78e72ddc2b4d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"private_key": "-----BEGIN RSA PRIVATE KEY-----\\nMIIEpAIBAAKCAQEAzo1DssE7Dq+2+fWInWwVVsWh2TPh87RQC/xKSRqYpI0kp1gb\\nMyc/Sidbe7PIDXmBkj7JEfXxeLH1n7K9vFp1pSyNEw+qPobI54vCREMn+Agcp19t\\n7+6le/Ch6jyO9GVxxGZEXOrT8QzblroamCK2Ihk1Zjf7yXIR8izjzf9FTDXCVOjE\\nm45VLPpuTSuQPt70da0+oueMj+HFt7VqnehRiLRi5Nn75H1OW/x+P+z39WTaNveg\\nd3+eoJuk4tXzgvUIpnkRMSKB0jOupMd8Pnr1XC81uuCcZI3wvY+KZuYo3YAj6vLZ\\nZNTsVbN6JAKr7b0v6HLMfxIYxOvOCp88mcjN3QIDAQABAoIBAA8GKXl0IraTw2x1\\nFqXUucyg/X/ODU5rvDLS/BhLLfUyKwtdFkVnQmxDZp0d25xXTTx1Aq0ixZiw4Rvn\\npXNw5QPJtM1BI3H+3dgxy0Sp2dtpw6PNBjMgmbrlKvHdy8wtINRXV/umPRpYhBR3\\nnv2X8MWULdUsl0z01idWao+OVN0RHoP5YPb2mboPtMIUoCPVcLc2UOFJTyBjdqb/\\nnSAhv4MOE+1HUDDIYKWgcfYlpu1JgaR48igmgAX0IwqPuHLYuPave96LoN9Rpz4F\\n0Tqt9EpdLaSJZ2xuqaL5PwNeleljI/lRkNQm4ijpYEScqXO+c559tvZrgkW6RH/u\\nI/8bJOUCgYEA7bT5jgeHL2IQ7HR2JY1ygTUHnh4AMzfGWVnhTsdigRdRzIGM5lIg\\nHCO1KeFiExT3SAgPVKPcBWOa765Lr6aEeCTQWb3Syd5xfIeKbD0Q7yddtkJbmVWz\\nIwwCupOZNBzRCX3ghzQn79pTI5sGV5yUtJZ4KD8ByALTS8YwcdnJF9cCgYEA3nKB\\n/Erojcdl8hil1MjcSHhjdeaUFoAw9LFEm+Dk4wjZKeO+o9MZSwe6AbB1rXV7pRZw\\n73QDZQPay0sN47P+FLNBk/OUfTRVof52ubuJjJtPstNhu0Q6+yU7SsVpx3uepp5l\\nLRjLJn0DJ4vILkYZv2sKTGK68egkT6s9Hv78AWsCgYEA5JLwoXV1tcd79JOshEG2\\niK4gjBfXI2kPjx3RfLpXa0CsRJWSkmsIO2bOrt3uO+EeQ6KUc1Q5nuj/tFgKqXXa\\nzdjAjHru9XSz9gYzwg8aeI2HHFpE0HZLEnlbKmQBns3S6Gilff1WJdrvtT495ANK\\nLzi9hB3KLbUhzyxdqyy7pPMCgYEAsan1JYLSoEIsqyKCeCOAxKTak1T428vAzf4z\\nFOiXBrmPcMSEA6ZbojBmoGjGZCbb/SuiQa1/9JMSkaG9Uyrz+KZ+7uLxqto8tqhd\\nPNSK9HErQ2FOwlmpXeMLqxlm9btHKD6EAnO19WSNO22KEWNNtzOPwxhrxT+qmLLk\\nmzf+IEcCgYBUL9ey4MPla4eSyII38OCAVsqa0wquw7g3jso7l/k+aH4xzFn7EG6+\\nyozowZxWinV96GVSW0M195/DjCV1gq5NGMCqf/NEG7DrRPMCn8ZeAWElXUmP6K9y\\n5bcQ02Y2W1wmlS1XhQ7aYuVP4n33do9e84t1V9EIFWEh2TJRoTi8zg==\\n-----END RSA PRIVATE KEY-----\\n", "name": "tempest-TestNetworkAdvancedServerOps-1217284667", "public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDOjUOywTsOr7b59YidbBVWxaHZM+HztFAL/EpJGpikjSSnWBszJz9KJ1t7s8gNeYGSPskR9fF4sfWfsr28WnWlLI0TD6o+hsjni8JEQyf4CBynX23v7qV78KHqPI70ZXHEZkRc6tPxDNuWuhqYIrYiGTVmN/vJchHyLOPN/0VMNcJU6MSbjlUs+m5NK5A+3vR1rT6i54yP4cW3tWqd6FGItGLk2fvkfU5b/H4/7Pf1ZNo296B3f56gm6Ti1fOC9QimeRExIoHSM66kx3w+evVcLzW64JxkjfC9j4pm5ijdgCPq8tlk1OxVs3okAqvtvS/ocsx/EhjE684KnzyZyM3d Generated-by-Nova", "fingerprint": "22:fb:5e:46:bf:be:78:a1:63:14:83:6a:56:1e:cf:e0", "user_id": "b9dcb2f155fb4afe9acc30c81f2c2b0e"}}' 2021-11-19 16:41:44,762 126847 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_stop_start): 500 POST http://10.222.0.76:9696/v2.0/security-groups 0.114s 2021-11-19 16:41:44,762 126847 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group": {"name": "tempest-secgroup-smoke-1238249528", "description": "tempest-secgroup-smoke-1238249528 description", "project_id": "167d8728274d424b870fb4305b2994a7"}} Response - Headers: {'content-type': 'application/json', 'content-length': '150', 'x-openstack-request-id': 'req-c7538d0a-9907-4d30-a6ad-d39ef3333b66', 'date': 'Fri, 19 Nov 2021 16:41:44 GMT', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.76:9696/v2.0/security-groups'} Body: b'{"NeutronError": {"type": "HTTPInternalServerError", "message": "Request Failed: internal server error while processing your request.", "detail": ""}}' 2021-11-19 16:41:44,798 126847 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:_run_cleanups): 202 DELETE http://10.222.0.76/compute/v2.1/os-keypairs/tempest-TestNetworkAdvancedServerOps-1217284667 0.034s 2021-11-19 16:41:44,798 126847 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 19 Nov 2021 16:41:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-70f49e79-fe1b-4b85-8680-323b3322615c', 'x-compute-request-id': 'req-70f49e79-fe1b-4b85-8680-323b3322615c', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.76/compute/v2.1/os-keypairs/tempest-TestNetworkAdvancedServerOps-1217284667'} Body: b'' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/scenario/test_network_advanced_server_ops.py", line 111, in test_server_connectivity_stop_start server = self._setup_server(keypair) File "/opt/stack/tempest/tempest/scenario/test_network_advanced_server_ops.py", line 63, in _setup_server security_group = self.create_security_group() File "/opt/stack/tempest/tempest/scenario/manager.py", line 553, in create_security_group secgroup = self.create_empty_security_group( File "/opt/stack/tempest/tempest/scenario/manager.py", line 587, in create_empty_security_group result = client.create_security_group(**sg_dict) File "/opt/stack/tempest/tempest/lib/services/network/security_groups_client.py", line 28, in create_security_group return self.create_resource(uri, post_data) File "/opt/stack/tempest/tempest/lib/services/network/base.py", line 62, in create_resource resp, body = self.post(req_uri, req_post_data) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 299, in post return self.request('POST', url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 703, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 879, in _error_checker raise exceptions.ServerFault(resp_body, resp=resp, tempest.lib.exceptions.ServerFault: Got server fault Details: Request Failed: internal server error while processing your request. |
||||||
test_server_connectivity_suspend_resume[compute,id-5cdf9499-541d-4923-804e-b9a60620a7f0,network,slow] |
fail
ft41.9: tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_suspend_resume[compute,id-5cdf9499-541d-4923-804e-b9a60620a7f0,network,slow]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2021-11-19 16:41:45,023 126847 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_suspend_resume): 200 POST http://10.222.0.76/compute/v2.1/os-keypairs 0.222s 2021-11-19 16:41:45,023 126847 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"keypair": {"name": "tempest-TestNetworkAdvancedServerOps-1406459899"}} Response - Headers: {'date': 'Fri, 19 Nov 2021 16:41:44 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '2326', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2dc880e5-d745-45f7-b72c-3b812b71a5a0', 'x-compute-request-id': 'req-2dc880e5-d745-45f7-b72c-3b812b71a5a0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"private_key": "-----BEGIN RSA PRIVATE KEY-----\\nMIIEpAIBAAKCAQEA9n+Xy+Ow9n7GQETudUzQHQ8QPhv6f0Z1UoaH7NTF63nm2ccX\\ngvx3qurl+wRL9/Freh+VHZ8BKuFzmWZNEw6vdZBt1Aj1fX4pTMfhj83sRSlN8FDy\\nWJ8kbGCyW45yIzHUAvf4RdqXU77X3aF1yhJdWQVf2Cazut//UQLLVlOvjl8zEcoX\\njBh/L9PRazHLJt3qqDRR45WswSgTbj7HBczpJr857L743GKqAajqWN/4965LpE2H\\nVbpT8f7sFFeE1I20+ClIjMd6yjYDNPNeHo9qOoKUPJk0UYyn25+SqZc6p5i3bOtf\\n1VNW/TR/g17Fxp1FhRob2SkKSvk15vxFY+1GyQIDAQABAoIBAQC7D1zcp2+1v8Mn\\nJqhnb+FHDBVhbM4OJCQIentQKLAB4MJlZgbbqkgN9rCMa1hTUmwjgzAgCHhUWD7n\\nnJDE85IHf5E5JYtWrpUc5VqxTK4OVigFRQiEZFC5xi/T9yd6ueeQUSmhqR7JuLwM\\nPukqbgFU+xUe7U/bcv1INvykCGHjgbHzYGPvzo+RUPj4AVX2paR1uHVfrGlAK+DI\\nS/OMOE5d/BnwXnpO6betb8OtrZ2/wdKw6YK8ysIGyHIJ/bZ/4CmP3h3LCfu56aVA\\nS04UOoGWqIpyC/vlXo1ciQ/lcGZWgfWDm3wfvYA7uLWdFOTFrBn6Iak5NhRtxLRo\\nx0Moo+UBAoGBAPy0u869UdKhbOkjT0zd1UzN58qWynPXmJbqzfXuzxr+x/u0Gqzg\\ncY+IDf2rWSRmWxGnt8THFolTvxd3ko+Qm9SwmupvAdGhTGDaZT4WpfMH9dqabhdy\\nj2BqGGN5Kcg6Kf2tQ3IbYK9QMNanmiDPq+7TZKw7mKDWi5v8GahrD6MRAoGBAPm2\\nJRyHZl6lZdCL3AnkicTiK3IfejVBNE+d926UCvA69Qz3+mta/kcWK77edhqy6Km+\\nLVTn8xPbhXhrpN3jWxyzCQArq9PH21bM/SxA0YVbaLKzuqSJ8SXoZkpS12bh4qpH\\nIUZBS4zp11q2Qv4qdqsB0xFSOwdrIuwNRXwE4ng5AoGAekd6GS/CyAkUijtrw+YT\\nsHZyErWkgSlxzJUR1E8aKBXg7wrXXY+9Y5aSLo0bNWHR71kYsz8iyJCdht11LcLr\\npJ9QVuAgIS/LpZIIK2MKKe9QJ9dSLkZg2mZ8JqYacaizaOzOFgjpX+uNtlCjY/0Z\\nVRc1P6IW2Lz4ESKLx9MGXgECgYBQbDRJmuYCZ3yCDPlCCmPAkCLz72VZj3V8iuCs\\nsWtQcXyIv7jcKIMqe95864LYGHTMbl6FMOrdo166KNkBSX8HoDWu42HEpGJk80I6\\npWmVbJosq6vZ4D9VOSLwnvuWu/tXYe86hD8D1DAym+65kw2DB+RleLlgK0YlBiUx\\nyxTxKQKBgQCnB31pNEYDSdOuZXBEFY8nbRe0EZFEzB8costjBUyvvWcfHpgpB7BY\\nNmyPfAtaq959yf5o3014ENJXMPNSeqfrdBiv9vg7/1isInqjfW7JF3ygxs9iXIGZ\\nT5ytYwbOXtD32Ggh+zdmD6STaXNbuI7fRx81SSnUVlCkKwRrhidHWQ==\\n-----END RSA PRIVATE KEY-----\\n", "name": "tempest-TestNetworkAdvancedServerOps-1406459899", "public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQD2f5fL47D2fsZARO51TNAdDxA+G/p/RnVShofs1MXreebZxxeC/Heq6uX7BEv38Wt6H5UdnwEq4XOZZk0TDq91kG3UCPV9filMx+GPzexFKU3wUPJYnyRsYLJbjnIjMdQC9/hF2pdTvtfdoXXKEl1ZBV/YJrO63/9RAstWU6+OXzMRyheMGH8v09FrMcsm3eqoNFHjlazBKBNuPscFzOkmvznsvvjcYqoBqOpY3/j3rkukTYdVulPx/uwUV4TUjbT4KUiMx3rKNgM0814ej2o6gpQ8mTRRjKfbn5KplzqnmLds61/VU1b9NH+DXsXGnUWFGhvZKQpK+TXm/EVj7UbJ Generated-by-Nova", "fingerprint": "48:95:29:7c:5c:49:17:a3:51:9c:8a:de:23:36:8d:1c", "user_id": "b9dcb2f155fb4afe9acc30c81f2c2b0e"}}' 2021-11-19 16:41:45,135 126847 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_suspend_resume): 500 POST http://10.222.0.76:9696/v2.0/security-groups 0.110s 2021-11-19 16:41:45,136 126847 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group": {"name": "tempest-secgroup-smoke-1971831934", "description": "tempest-secgroup-smoke-1971831934 description", "project_id": "167d8728274d424b870fb4305b2994a7"}} Response - Headers: {'content-type': 'application/json', 'content-length': '150', 'x-openstack-request-id': 'req-f8321c79-99fa-4fb1-a718-d786b213749c', 'date': 'Fri, 19 Nov 2021 16:41:45 GMT', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.76:9696/v2.0/security-groups'} Body: b'{"NeutronError": {"type": "HTTPInternalServerError", "message": "Request Failed: internal server error while processing your request.", "detail": ""}}' 2021-11-19 16:41:45,166 126847 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:_run_cleanups): 202 DELETE http://10.222.0.76/compute/v2.1/os-keypairs/tempest-TestNetworkAdvancedServerOps-1406459899 0.029s 2021-11-19 16:41:45,166 126847 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 19 Nov 2021 16:41:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1db90e5b-1984-4e07-87b6-fbfeba065ca8', 'x-compute-request-id': 'req-1db90e5b-1984-4e07-87b6-fbfeba065ca8', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.76/compute/v2.1/os-keypairs/tempest-TestNetworkAdvancedServerOps-1406459899'} Body: b'' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/scenario/test_network_advanced_server_ops.py", line 172, in test_server_connectivity_suspend_resume server = self._setup_server(keypair) File "/opt/stack/tempest/tempest/scenario/test_network_advanced_server_ops.py", line 63, in _setup_server security_group = self.create_security_group() File "/opt/stack/tempest/tempest/scenario/manager.py", line 553, in create_security_group secgroup = self.create_empty_security_group( File "/opt/stack/tempest/tempest/scenario/manager.py", line 587, in create_empty_security_group result = client.create_security_group(**sg_dict) File "/opt/stack/tempest/tempest/lib/services/network/security_groups_client.py", line 28, in create_security_group return self.create_resource(uri, post_data) File "/opt/stack/tempest/tempest/lib/services/network/base.py", line 62, in create_resource resp, body = self.post(req_uri, req_post_data) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 299, in post return self.request('POST', url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 703, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 879, in _error_checker raise exceptions.ServerFault(resp_body, resp=resp, tempest.lib.exceptions.ServerFault: Got server fault Details: Request Failed: internal server error while processing your request. |
||||||
tempest.scenario.test_network_basic_ops.TestNetworkBasicOps | 10 | 0 | 8 | 0 | 2 | Detail | |
test_connectivity_between_vms_on_different_networks[compute,id-1546850e-fbaa-42f5-8b5f-03d8a6a95f15,network,slow] |
fail
ft42.1: tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_connectivity_between_vms_on_different_networks[compute,id-1546850e-fbaa-42f5-8b5f-03d8a6a95f15,network,slow]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2021-11-19 16:40:51,799 124848 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_connectivity_between_vms_on_different_networks): 201 POST http://10.222.0.76:9696/v2.0/networks 0.956s 2021-11-19 16:40:51,800 124848 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"network": {"name": "tempest-network-smoke--402020670", "project_id": "1c79ae4a45144e08803eb555e56cd5f9", "port_security_enabled": true}} Response - Headers: {'content-type': 'application/json', 'content-length': '569', 'x-openstack-request-id': 'req-4eb39200-6c00-4151-a581-a3951609a9dc', 'date': 'Fri, 19 Nov 2021 16:40:51 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.76:9696/v2.0/networks'} Body: b'{"network":{"id":"9b45f141-3d79-49df-8fae-0bd88ea42a11","name":"tempest-network-smoke--402020670","tenant_id":"1c79ae4a45144e08803eb555e56cd5f9","admin_state_up":true,"mtu":1500,"status":"ACTIVE","subnets":[],"shared":false,"project_id":"1c79ae4a45144e08803eb555e56cd5f9","port_security_enabled":true,"router:external":false,"is_default":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"ipv6_address_scope":null,"description":"","tags":[],"created_at":"2021-11-19T16:40:51Z","updated_at":"2021-11-19T16:40:51Z","revision_number":1}}' 2021-11-19 16:40:53,089 124848 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_connectivity_between_vms_on_different_networks): 500 POST http://10.222.0.76:9696/v2.0/routers 1.288s 2021-11-19 16:40:53,089 124848 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"router": {"name": "tempest-TestNetworkBasicOps-router-201629007", "admin_state_up": true, "project_id": "1c79ae4a45144e08803eb555e56cd5f9", "external_gateway_info": {"network_id": "67bab61c-66b4-44e7-81e2-04c30c78e363"}}} Response - Headers: {'content-type': 'application/json', 'content-length': '150', 'x-openstack-request-id': 'req-25d0c243-59bf-4528-b42d-62ecda2420e3', 'date': 'Fri, 19 Nov 2021 16:40:53 GMT', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.76:9696/v2.0/routers'} Body: b'{"NeutronError": {"type": "HTTPInternalServerError", "message": "Request Failed: internal server error while processing your request.", "detail": ""}}' 2021-11-19 16:40:53,120 124848 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:_run_cleanups): 500 DELETE http://10.222.0.76:9696/v2.0/networks/9b45f141-3d79-49df-8fae-0bd88ea42a11 0.028s 2021-11-19 16:40:53,121 124848 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'content-type': 'application/json', 'content-length': '150', 'x-openstack-request-id': 'req-dfc61e64-aef5-4320-b667-9b734809f00e', 'date': 'Fri, 19 Nov 2021 16:40:53 GMT', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.76:9696/v2.0/networks/9b45f141-3d79-49df-8fae-0bd88ea42a11'} Body: b'{"NeutronError": {"type": "HTTPInternalServerError", "message": "Request Failed: internal server error while processing your request.", "detail": ""}}' 2021-11-19 16:40:53,121 124848 WARNING [tempest.lib.common.utils.test_utils] Got ServerFault while running <bound method NetworksClient.delete_network of <tempest.lib.services.network.networks_client.NetworksClient object at 0x7f78d68ccfa0>>, retrying... 2021-11-19 16:40:53,141 124848 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:_run_cleanups): 500 DELETE http://10.222.0.76:9696/v2.0/networks/9b45f141-3d79-49df-8fae-0bd88ea42a11 0.019s 2021-11-19 16:40:53,142 124848 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'content-type': 'application/json', 'content-length': '150', 'x-openstack-request-id': 'req-1d77b734-6cd8-4911-8e4f-08beb45847d3', 'date': 'Fri, 19 Nov 2021 16:40:53 GMT', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.76:9696/v2.0/networks/9b45f141-3d79-49df-8fae-0bd88ea42a11'} Body: b'{"NeutronError": {"type": "HTTPInternalServerError", "message": "Request Failed: internal server error while processing your request.", "detail": ""}}' 2021-11-19 16:40:53,142 124848 WARNING [tempest.lib.common.utils.test_utils] Got ServerFault while running <bound method NetworksClient.delete_network of <tempest.lib.services.network.networks_client.NetworksClient object at 0x7f78d68ccfa0>>, retrying... 2021-11-19 16:40:53,164 124848 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:_run_cleanups): 500 DELETE http://10.222.0.76:9696/v2.0/networks/9b45f141-3d79-49df-8fae-0bd88ea42a11 0.021s 2021-11-19 16:40:53,164 124848 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'content-type': 'application/json', 'content-length': '150', 'x-openstack-request-id': 'req-63e66b1e-cfc8-4cb1-869b-3b3f2b9c7c1b', 'date': 'Fri, 19 Nov 2021 16:40:53 GMT', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.76:9696/v2.0/networks/9b45f141-3d79-49df-8fae-0bd88ea42a11'} Body: b'{"NeutronError": {"type": "HTTPInternalServerError", "message": "Request Failed: internal server error while processing your request.", "detail": ""}}' }}} traceback-1: {{{ Traceback (most recent call last): File "/opt/stack/tempest/tempest/lib/common/utils/test_utils.py", line 87, in call_and_ignore_notfound_exc return func(*args, **kwargs) File "/opt/stack/tempest/tempest/lib/services/network/networks_client.py", line 52, in delete_network return self.delete_resource(uri) File "/opt/stack/tempest/tempest/lib/services/network/base.py", line 42, in delete_resource resp, body = self.delete(req_uri) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 330, in delete return self.request('DELETE', url, extra_headers, headers, body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 703, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 879, in _error_checker raise exceptions.ServerFault(resp_body, resp=resp, tempest.lib.exceptions.ServerFault: Got server fault Details: Request Failed: internal server error while processing your request. }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/scenario/test_network_basic_ops.py", line 493, in test_connectivity_between_vms_on_different_networks self._setup_network_and_servers() File "/opt/stack/tempest/tempest/scenario/test_network_basic_ops.py", line 110, in _setup_network_and_servers self.setup_network_subnet_with_router(**kwargs)) File "/opt/stack/tempest/tempest/scenario/manager.py", line 1535, in setup_network_subnet_with_router router = self.get_router(client=routers_client, File "/opt/stack/tempest/tempest/scenario/manager.py", line 1483, in get_router router = client.create_router( File "/opt/stack/tempest/tempest/lib/services/network/routers_client.py", line 27, in create_router return self.create_resource(uri, post_body) File "/opt/stack/tempest/tempest/lib/services/network/base.py", line 62, in create_resource resp, body = self.post(req_uri, req_post_data) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 299, in post return self.request('POST', url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 703, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 879, in _error_checker raise exceptions.ServerFault(resp_body, resp=resp, tempest.lib.exceptions.ServerFault: Got server fault Details: Request Failed: internal server error while processing your request. |
||||||
test_hotplug_nic[compute,id-c5adff73-e961-41f1-b4a9-343614f18cfa,network] |
skip
pt42.2: tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_hotplug_nic[compute,id-c5adff73-e961-41f1-b4a9-343614f18cfa,network] |
||||||
test_mtu_sized_frames[compute,id-b158ea55-472e-4086-8fa9-c64ac0c6c1d0,network,slow] |
fail
ft42.3: tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_mtu_sized_frames[compute,id-b158ea55-472e-4086-8fa9-c64ac0c6c1d0,network,slow]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2021-11-19 16:40:53,410 124848 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_mtu_sized_frames): 201 POST http://10.222.0.76:9696/v2.0/networks 0.239s 2021-11-19 16:40:53,410 124848 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"network": {"name": "tempest-network-smoke--1575197408", "project_id": "1c79ae4a45144e08803eb555e56cd5f9", "port_security_enabled": true}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-671dc233-faef-4802-b8dc-d44705032731', 'date': 'Fri, 19 Nov 2021 16:40:53 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.76:9696/v2.0/networks'} Body: b'{"network":{"id":"294b8eed-509d-44b2-82c6-354641268f90","name":"tempest-network-smoke--1575197408","tenant_id":"1c79ae4a45144e08803eb555e56cd5f9","admin_state_up":true,"mtu":1500,"status":"ACTIVE","subnets":[],"shared":false,"project_id":"1c79ae4a45144e08803eb555e56cd5f9","port_security_enabled":true,"router:external":false,"is_default":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"ipv6_address_scope":null,"description":"","tags":[],"created_at":"2021-11-19T16:40:53Z","updated_at":"2021-11-19T16:40:53Z","revision_number":1}}' 2021-11-19 16:40:54,266 124848 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_mtu_sized_frames): 500 POST http://10.222.0.76:9696/v2.0/routers 0.855s 2021-11-19 16:40:54,267 124848 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"router": {"name": "tempest-TestNetworkBasicOps-router-744053867", "admin_state_up": true, "project_id": "1c79ae4a45144e08803eb555e56cd5f9", "external_gateway_info": {"network_id": "67bab61c-66b4-44e7-81e2-04c30c78e363"}}} Response - Headers: {'content-type': 'application/json', 'content-length': '150', 'x-openstack-request-id': 'req-6efaeebc-c916-4eed-8b3d-c11716cf3276', 'date': 'Fri, 19 Nov 2021 16:40:54 GMT', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.76:9696/v2.0/routers'} Body: b'{"NeutronError": {"type": "HTTPInternalServerError", "message": "Request Failed: internal server error while processing your request.", "detail": ""}}' 2021-11-19 16:40:54,313 124848 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:_run_cleanups): 500 DELETE http://10.222.0.76:9696/v2.0/networks/294b8eed-509d-44b2-82c6-354641268f90 0.046s 2021-11-19 16:40:54,314 124848 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'content-type': 'application/json', 'content-length': '150', 'x-openstack-request-id': 'req-c42a93ec-0af4-4a0c-82a4-8f12a0f92c13', 'date': 'Fri, 19 Nov 2021 16:40:54 GMT', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.76:9696/v2.0/networks/294b8eed-509d-44b2-82c6-354641268f90'} Body: b'{"NeutronError": {"type": "HTTPInternalServerError", "message": "Request Failed: internal server error while processing your request.", "detail": ""}}' 2021-11-19 16:40:54,314 124848 WARNING [tempest.lib.common.utils.test_utils] Got ServerFault while running <bound method NetworksClient.delete_network of <tempest.lib.services.network.networks_client.NetworksClient object at 0x7f78d68ccfa0>>, retrying... 2021-11-19 16:40:54,337 124848 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:_run_cleanups): 500 DELETE http://10.222.0.76:9696/v2.0/networks/294b8eed-509d-44b2-82c6-354641268f90 0.022s 2021-11-19 16:40:54,337 124848 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'content-type': 'application/json', 'content-length': '150', 'x-openstack-request-id': 'req-65c603c3-c58a-4f36-8f2d-a1bd9e2e925c', 'date': 'Fri, 19 Nov 2021 16:40:54 GMT', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.76:9696/v2.0/networks/294b8eed-509d-44b2-82c6-354641268f90'} Body: b'{"NeutronError": {"type": "HTTPInternalServerError", "message": "Request Failed: internal server error while processing your request.", "detail": ""}}' 2021-11-19 16:40:54,338 124848 WARNING [tempest.lib.common.utils.test_utils] Got ServerFault while running <bound method NetworksClient.delete_network of <tempest.lib.services.network.networks_client.NetworksClient object at 0x7f78d68ccfa0>>, retrying... 2021-11-19 16:40:54,368 124848 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:_run_cleanups): 500 DELETE http://10.222.0.76:9696/v2.0/networks/294b8eed-509d-44b2-82c6-354641268f90 0.029s 2021-11-19 16:40:54,368 124848 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'content-type': 'application/json', 'content-length': '150', 'x-openstack-request-id': 'req-3f34dd15-9517-4ccb-a3dc-1b26ca5f985d', 'date': 'Fri, 19 Nov 2021 16:40:54 GMT', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.76:9696/v2.0/networks/294b8eed-509d-44b2-82c6-354641268f90'} Body: b'{"NeutronError": {"type": "HTTPInternalServerError", "message": "Request Failed: internal server error while processing your request.", "detail": ""}}' }}} traceback-1: {{{ Traceback (most recent call last): File "/opt/stack/tempest/tempest/lib/common/utils/test_utils.py", line 87, in call_and_ignore_notfound_exc return func(*args, **kwargs) File "/opt/stack/tempest/tempest/lib/services/network/networks_client.py", line 52, in delete_network return self.delete_resource(uri) File "/opt/stack/tempest/tempest/lib/services/network/base.py", line 42, in delete_resource resp, body = self.delete(req_uri) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 330, in delete return self.request('DELETE', url, extra_headers, headers, body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 703, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 879, in _error_checker raise exceptions.ServerFault(resp_body, resp=resp, tempest.lib.exceptions.ServerFault: Got server fault Details: Request Failed: internal server error while processing your request. }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/scenario/test_network_basic_ops.py", line 455, in test_mtu_sized_frames self._setup_network_and_servers() File "/opt/stack/tempest/tempest/scenario/test_network_basic_ops.py", line 110, in _setup_network_and_servers self.setup_network_subnet_with_router(**kwargs)) File "/opt/stack/tempest/tempest/scenario/manager.py", line 1535, in setup_network_subnet_with_router router = self.get_router(client=routers_client, File "/opt/stack/tempest/tempest/scenario/manager.py", line 1483, in get_router router = client.create_router( File "/opt/stack/tempest/tempest/lib/services/network/routers_client.py", line 27, in create_router return self.create_resource(uri, post_body) File "/opt/stack/tempest/tempest/lib/services/network/base.py", line 62, in create_resource resp, body = self.post(req_uri, req_post_data) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 299, in post return self.request('POST', url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 703, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 879, in _error_checker raise exceptions.ServerFault(resp_body, resp=resp, tempest.lib.exceptions.ServerFault: Got server fault Details: Request Failed: internal server error while processing your request. |
||||||
test_network_basic_ops[compute,id-f323b3ba-82f8-4db7-8ea6-6a895869ec49,network,smoke] |
fail
ft42.4: tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_network_basic_ops[compute,id-f323b3ba-82f8-4db7-8ea6-6a895869ec49,network,smoke]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2021-11-19 16:40:54,656 124848 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_network_basic_ops): 201 POST http://10.222.0.76:9696/v2.0/networks 0.271s 2021-11-19 16:40:54,656 124848 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"network": {"name": "tempest-network-smoke--1025449285", "project_id": "1c79ae4a45144e08803eb555e56cd5f9", "port_security_enabled": true}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-a85b20bf-2ae9-4e3a-9748-f5cfbe7aa2eb', 'date': 'Fri, 19 Nov 2021 16:40:54 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.76:9696/v2.0/networks'} Body: b'{"network":{"id":"e6b9d371-f0a9-46d2-8493-5c381b36d5e4","name":"tempest-network-smoke--1025449285","tenant_id":"1c79ae4a45144e08803eb555e56cd5f9","admin_state_up":true,"mtu":1500,"status":"ACTIVE","subnets":[],"shared":false,"project_id":"1c79ae4a45144e08803eb555e56cd5f9","port_security_enabled":true,"router:external":false,"is_default":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"ipv6_address_scope":null,"description":"","tags":[],"created_at":"2021-11-19T16:40:54Z","updated_at":"2021-11-19T16:40:54Z","revision_number":1}}' 2021-11-19 16:40:55,300 124848 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_network_basic_ops): 500 POST http://10.222.0.76:9696/v2.0/routers 0.643s 2021-11-19 16:40:55,301 124848 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"router": {"name": "tempest-TestNetworkBasicOps-router-1362220003", "admin_state_up": true, "project_id": "1c79ae4a45144e08803eb555e56cd5f9", "external_gateway_info": {"network_id": "67bab61c-66b4-44e7-81e2-04c30c78e363"}}} Response - Headers: {'content-type': 'application/json', 'content-length': '150', 'x-openstack-request-id': 'req-ae728f67-da0d-40f4-bb5b-37c896a45e93', 'date': 'Fri, 19 Nov 2021 16:40:55 GMT', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.76:9696/v2.0/routers'} Body: b'{"NeutronError": {"type": "HTTPInternalServerError", "message": "Request Failed: internal server error while processing your request.", "detail": ""}}' 2021-11-19 16:40:55,329 124848 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:_run_cleanups): 500 DELETE http://10.222.0.76:9696/v2.0/networks/e6b9d371-f0a9-46d2-8493-5c381b36d5e4 0.027s 2021-11-19 16:40:55,330 124848 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'content-type': 'application/json', 'content-length': '150', 'x-openstack-request-id': 'req-d899336f-eb82-47ff-82ee-d205a891c310', 'date': 'Fri, 19 Nov 2021 16:40:55 GMT', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.76:9696/v2.0/networks/e6b9d371-f0a9-46d2-8493-5c381b36d5e4'} Body: b'{"NeutronError": {"type": "HTTPInternalServerError", "message": "Request Failed: internal server error while processing your request.", "detail": ""}}' 2021-11-19 16:40:55,330 124848 WARNING [tempest.lib.common.utils.test_utils] Got ServerFault while running <bound method NetworksClient.delete_network of <tempest.lib.services.network.networks_client.NetworksClient object at 0x7f78d68ccfa0>>, retrying... 2021-11-19 16:40:55,349 124848 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:_run_cleanups): 500 DELETE http://10.222.0.76:9696/v2.0/networks/e6b9d371-f0a9-46d2-8493-5c381b36d5e4 0.018s 2021-11-19 16:40:55,349 124848 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'content-type': 'application/json', 'content-length': '150', 'x-openstack-request-id': 'req-ef55e098-0754-4caf-8bda-a3982edf1a9a', 'date': 'Fri, 19 Nov 2021 16:40:55 GMT', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.76:9696/v2.0/networks/e6b9d371-f0a9-46d2-8493-5c381b36d5e4'} Body: b'{"NeutronError": {"type": "HTTPInternalServerError", "message": "Request Failed: internal server error while processing your request.", "detail": ""}}' 2021-11-19 16:40:55,350 124848 WARNING [tempest.lib.common.utils.test_utils] Got ServerFault while running <bound method NetworksClient.delete_network of <tempest.lib.services.network.networks_client.NetworksClient object at 0x7f78d68ccfa0>>, retrying... 2021-11-19 16:40:55,368 124848 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:_run_cleanups): 500 DELETE http://10.222.0.76:9696/v2.0/networks/e6b9d371-f0a9-46d2-8493-5c381b36d5e4 0.018s 2021-11-19 16:40:55,369 124848 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'content-type': 'application/json', 'content-length': '150', 'x-openstack-request-id': 'req-8de5078f-e6ca-48e4-8467-a0e4dd0ab46b', 'date': 'Fri, 19 Nov 2021 16:40:55 GMT', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.76:9696/v2.0/networks/e6b9d371-f0a9-46d2-8493-5c381b36d5e4'} Body: b'{"NeutronError": {"type": "HTTPInternalServerError", "message": "Request Failed: internal server error while processing your request.", "detail": ""}}' }}} traceback-1: {{{ Traceback (most recent call last): File "/opt/stack/tempest/tempest/lib/common/utils/test_utils.py", line 87, in call_and_ignore_notfound_exc return func(*args, **kwargs) File "/opt/stack/tempest/tempest/lib/services/network/networks_client.py", line 52, in delete_network return self.delete_resource(uri) File "/opt/stack/tempest/tempest/lib/services/network/base.py", line 42, in delete_resource resp, body = self.delete(req_uri) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 330, in delete return self.request('DELETE', url, extra_headers, headers, body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 703, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 879, in _error_checker raise exceptions.ServerFault(resp_body, resp=resp, tempest.lib.exceptions.ServerFault: Got server fault Details: Request Failed: internal server error while processing your request. }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/scenario/test_network_basic_ops.py", line 435, in test_network_basic_ops self._setup_network_and_servers() File "/opt/stack/tempest/tempest/scenario/test_network_basic_ops.py", line 110, in _setup_network_and_servers self.setup_network_subnet_with_router(**kwargs)) File "/opt/stack/tempest/tempest/scenario/manager.py", line 1535, in setup_network_subnet_with_router router = self.get_router(client=routers_client, File "/opt/stack/tempest/tempest/scenario/manager.py", line 1483, in get_router router = client.create_router( File "/opt/stack/tempest/tempest/lib/services/network/routers_client.py", line 27, in create_router return self.create_resource(uri, post_body) File "/opt/stack/tempest/tempest/lib/services/network/base.py", line 62, in create_resource resp, body = self.post(req_uri, req_post_data) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 299, in post return self.request('POST', url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 703, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 879, in _error_checker raise exceptions.ServerFault(resp_body, resp=resp, tempest.lib.exceptions.ServerFault: Got server fault Details: Request Failed: internal server error while processing your request. |
||||||
test_port_security_macspoofing_port[compute,id-7c0bb1a2-d053-49a4-98f9-ca1a1d849f63,network,slow] |
skip
pt42.5: tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_port_security_macspoofing_port[compute,id-7c0bb1a2-d053-49a4-98f9-ca1a1d849f63,network,slow] |
||||||
test_preserve_preexisting_port[compute,id-759462e1-8535-46b0-ab3a-33aa45c55aaa,network,slow] |
fail
ft42.6: tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_preserve_preexisting_port[compute,id-759462e1-8535-46b0-ab3a-33aa45c55aaa,network,slow]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2021-11-19 16:40:56,058 124848 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_preserve_preexisting_port): 201 POST http://10.222.0.76:9696/v2.0/networks 0.682s 2021-11-19 16:40:56,059 124848 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"network": {"name": "tempest-network-smoke--1173790520", "project_id": "1c79ae4a45144e08803eb555e56cd5f9", "port_security_enabled": true}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-45fa7e5e-2cee-4ec4-96b8-17970e2d61a2', 'date': 'Fri, 19 Nov 2021 16:40:56 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.76:9696/v2.0/networks'} Body: b'{"network":{"id":"93d01e61-fdf6-4c8c-9458-175acf687033","name":"tempest-network-smoke--1173790520","tenant_id":"1c79ae4a45144e08803eb555e56cd5f9","admin_state_up":true,"mtu":1500,"status":"ACTIVE","subnets":[],"shared":false,"project_id":"1c79ae4a45144e08803eb555e56cd5f9","port_security_enabled":true,"router:external":false,"is_default":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"ipv6_address_scope":null,"description":"","tags":[],"created_at":"2021-11-19T16:40:55Z","updated_at":"2021-11-19T16:40:55Z","revision_number":1}}' 2021-11-19 16:40:56,587 124848 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_preserve_preexisting_port): 500 POST http://10.222.0.76:9696/v2.0/routers 0.527s 2021-11-19 16:40:56,588 124848 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"router": {"name": "tempest-TestNetworkBasicOps-router-219941739", "admin_state_up": true, "project_id": "1c79ae4a45144e08803eb555e56cd5f9", "external_gateway_info": {"network_id": "67bab61c-66b4-44e7-81e2-04c30c78e363"}}} Response - Headers: {'content-type': 'application/json', 'content-length': '150', 'x-openstack-request-id': 'req-2aa16365-8327-4102-9fa3-3e7ba99ccd94', 'date': 'Fri, 19 Nov 2021 16:40:56 GMT', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.76:9696/v2.0/routers'} Body: b'{"NeutronError": {"type": "HTTPInternalServerError", "message": "Request Failed: internal server error while processing your request.", "detail": ""}}' 2021-11-19 16:40:56,602 124848 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:_run_cleanups): 500 DELETE http://10.222.0.76:9696/v2.0/networks/93d01e61-fdf6-4c8c-9458-175acf687033 0.014s 2021-11-19 16:40:56,603 124848 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'content-type': 'application/json', 'content-length': '150', 'x-openstack-request-id': 'req-a9bc6c66-b8e8-498f-864a-c6dce1e4e162', 'date': 'Fri, 19 Nov 2021 16:40:56 GMT', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.76:9696/v2.0/networks/93d01e61-fdf6-4c8c-9458-175acf687033'} Body: b'{"NeutronError": {"type": "HTTPInternalServerError", "message": "Request Failed: internal server error while processing your request.", "detail": ""}}' 2021-11-19 16:40:56,604 124848 WARNING [tempest.lib.common.utils.test_utils] Got ServerFault while running <bound method NetworksClient.delete_network of <tempest.lib.services.network.networks_client.NetworksClient object at 0x7f78d68ccfa0>>, retrying... 2021-11-19 16:40:56,620 124848 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:_run_cleanups): 500 DELETE http://10.222.0.76:9696/v2.0/networks/93d01e61-fdf6-4c8c-9458-175acf687033 0.015s 2021-11-19 16:40:56,621 124848 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'content-type': 'application/json', 'content-length': '150', 'x-openstack-request-id': 'req-b4910774-f0e2-4b80-ba8f-b35511a3ace1', 'date': 'Fri, 19 Nov 2021 16:40:56 GMT', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.76:9696/v2.0/networks/93d01e61-fdf6-4c8c-9458-175acf687033'} Body: b'{"NeutronError": {"type": "HTTPInternalServerError", "message": "Request Failed: internal server error while processing your request.", "detail": ""}}' 2021-11-19 16:40:56,621 124848 WARNING [tempest.lib.common.utils.test_utils] Got ServerFault while running <bound method NetworksClient.delete_network of <tempest.lib.services.network.networks_client.NetworksClient object at 0x7f78d68ccfa0>>, retrying... 2021-11-19 16:40:56,640 124848 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:_run_cleanups): 500 DELETE http://10.222.0.76:9696/v2.0/networks/93d01e61-fdf6-4c8c-9458-175acf687033 0.017s 2021-11-19 16:40:56,640 124848 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'content-type': 'application/json', 'content-length': '150', 'x-openstack-request-id': 'req-b2c4cdce-4363-4c84-b69d-992fa075c591', 'date': 'Fri, 19 Nov 2021 16:40:56 GMT', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.76:9696/v2.0/networks/93d01e61-fdf6-4c8c-9458-175acf687033'} Body: b'{"NeutronError": {"type": "HTTPInternalServerError", "message": "Request Failed: internal server error while processing your request.", "detail": ""}}' }}} traceback-1: {{{ Traceback (most recent call last): File "/opt/stack/tempest/tempest/lib/common/utils/test_utils.py", line 87, in call_and_ignore_notfound_exc return func(*args, **kwargs) File "/opt/stack/tempest/tempest/lib/services/network/networks_client.py", line 52, in delete_network return self.delete_resource(uri) File "/opt/stack/tempest/tempest/lib/services/network/base.py", line 42, in delete_resource resp, body = self.delete(req_uri) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 330, in delete return self.request('DELETE', url, extra_headers, headers, body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 703, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 879, in _error_checker raise exceptions.ServerFault(resp_body, resp=resp, tempest.lib.exceptions.ServerFault: Got server fault Details: Request Failed: internal server error while processing your request. }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/scenario/test_network_basic_ops.py", line 738, in test_preserve_preexisting_port self._setup_network_and_servers(boot_with_port=True) File "/opt/stack/tempest/tempest/scenario/test_network_basic_ops.py", line 110, in _setup_network_and_servers self.setup_network_subnet_with_router(**kwargs)) File "/opt/stack/tempest/tempest/scenario/manager.py", line 1535, in setup_network_subnet_with_router router = self.get_router(client=routers_client, File "/opt/stack/tempest/tempest/scenario/manager.py", line 1483, in get_router router = client.create_router( File "/opt/stack/tempest/tempest/lib/services/network/routers_client.py", line 27, in create_router return self.create_resource(uri, post_body) File "/opt/stack/tempest/tempest/lib/services/network/base.py", line 62, in create_resource resp, body = self.post(req_uri, req_post_data) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 299, in post return self.request('POST', url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 703, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 879, in _error_checker raise exceptions.ServerFault(resp_body, resp=resp, tempest.lib.exceptions.ServerFault: Got server fault Details: Request Failed: internal server error while processing your request. |
||||||
test_router_rescheduling[compute,id-2e788c46-fb3f-4ac9-8f82-0561555bea73,network,slow] |
fail
ft42.7: tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_router_rescheduling[compute,id-2e788c46-fb3f-4ac9-8f82-0561555bea73,network,slow]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2021-11-19 16:40:56,892 124848 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_router_rescheduling): 200 GET http://10.222.0.76:9696/v2.0/agents?agent_type=L3+agent 0.246s 2021-11-19 16:40:56,892 124848 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'content-type': 'application/json', 'content-length': '644', 'x-openstack-request-id': 'req-851bdade-73c1-4742-a8df-4c861754342e', 'date': 'Fri, 19 Nov 2021 16:40:56 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76:9696/v2.0/agents?agent_type=L3+agent'} Body: b'{"agents": [{"id": "d84d4e20-8099-41fa-b3f1-00b4b33e07cd", "agent_type": "L3 agent", "binary": "neutron-l3-agent", "topic": "l3_agent", "host": "dv-neutron-815855-3-hyperv", "admin_state_up": true, "created_at": "2021-11-19 16:31:51", "started_at": "2021-11-19 16:31:51", "heartbeat_timestamp": "2021-11-19 16:40:51", "description": null, "resources_synced": null, "availability_zone": "nova", "alive": true, "configurations": {"agent_mode": "legacy", "ex_gw_ports": 2, "extensions": [], "floating_ips": 0, "handle_internal_only_routers": true, "interface_driver": "openvswitch", "interfaces": 2, "log_agent_heartbeats": false, "routers": 3}}]}' 2021-11-19 16:40:57,212 124848 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_router_rescheduling): 201 POST http://10.222.0.76:9696/v2.0/networks 0.319s 2021-11-19 16:40:57,213 124848 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"network": {"name": "tempest-network-smoke--1655542751", "project_id": "1c79ae4a45144e08803eb555e56cd5f9", "port_security_enabled": true}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-e814145a-0fe2-446f-8b3a-cac6bffcb34f', 'date': 'Fri, 19 Nov 2021 16:40:57 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.76:9696/v2.0/networks'} Body: b'{"network":{"id":"c6505faa-6f20-4b0f-a36a-55b1bd01243e","name":"tempest-network-smoke--1655542751","tenant_id":"1c79ae4a45144e08803eb555e56cd5f9","admin_state_up":true,"mtu":1500,"status":"ACTIVE","subnets":[],"shared":false,"project_id":"1c79ae4a45144e08803eb555e56cd5f9","port_security_enabled":true,"router:external":false,"is_default":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"ipv6_address_scope":null,"description":"","tags":[],"created_at":"2021-11-19T16:40:57Z","updated_at":"2021-11-19T16:40:57Z","revision_number":1}}' 2021-11-19 16:40:58,025 124848 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_router_rescheduling): 500 POST http://10.222.0.76:9696/v2.0/routers 0.810s 2021-11-19 16:40:58,025 124848 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"router": {"name": "tempest-TestNetworkBasicOps-router-1850763789", "admin_state_up": true, "project_id": "1c79ae4a45144e08803eb555e56cd5f9", "external_gateway_info": {"network_id": "67bab61c-66b4-44e7-81e2-04c30c78e363"}}} Response - Headers: {'content-type': 'application/json', 'content-length': '150', 'x-openstack-request-id': 'req-89593cd6-2a8d-4ffb-9941-f0858cdc20b8', 'date': 'Fri, 19 Nov 2021 16:40:58 GMT', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.76:9696/v2.0/routers'} Body: b'{"NeutronError": {"type": "HTTPInternalServerError", "message": "Request Failed: internal server error while processing your request.", "detail": ""}}' 2021-11-19 16:40:58,056 124848 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:_run_cleanups): 500 DELETE http://10.222.0.76:9696/v2.0/networks/c6505faa-6f20-4b0f-a36a-55b1bd01243e 0.029s 2021-11-19 16:40:58,056 124848 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'content-type': 'application/json', 'content-length': '150', 'x-openstack-request-id': 'req-2f0204ab-1648-4544-9950-3aa294697aca', 'date': 'Fri, 19 Nov 2021 16:40:58 GMT', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.76:9696/v2.0/networks/c6505faa-6f20-4b0f-a36a-55b1bd01243e'} Body: b'{"NeutronError": {"type": "HTTPInternalServerError", "message": "Request Failed: internal server error while processing your request.", "detail": ""}}' 2021-11-19 16:40:58,057 124848 WARNING [tempest.lib.common.utils.test_utils] Got ServerFault while running <bound method NetworksClient.delete_network of <tempest.lib.services.network.networks_client.NetworksClient object at 0x7f78d68ccfa0>>, retrying... 2021-11-19 16:40:58,087 124848 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:_run_cleanups): 500 DELETE http://10.222.0.76:9696/v2.0/networks/c6505faa-6f20-4b0f-a36a-55b1bd01243e 0.029s 2021-11-19 16:40:58,087 124848 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'content-type': 'application/json', 'content-length': '150', 'x-openstack-request-id': 'req-2a0a9937-2f80-421b-959e-53e42d3a6838', 'date': 'Fri, 19 Nov 2021 16:40:58 GMT', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.76:9696/v2.0/networks/c6505faa-6f20-4b0f-a36a-55b1bd01243e'} Body: b'{"NeutronError": {"type": "HTTPInternalServerError", "message": "Request Failed: internal server error while processing your request.", "detail": ""}}' 2021-11-19 16:40:58,088 124848 WARNING [tempest.lib.common.utils.test_utils] Got ServerFault while running <bound method NetworksClient.delete_network of <tempest.lib.services.network.networks_client.NetworksClient object at 0x7f78d68ccfa0>>, retrying... 2021-11-19 16:40:58,110 124848 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:_run_cleanups): 500 DELETE http://10.222.0.76:9696/v2.0/networks/c6505faa-6f20-4b0f-a36a-55b1bd01243e 0.021s 2021-11-19 16:40:58,111 124848 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'content-type': 'application/json', 'content-length': '150', 'x-openstack-request-id': 'req-02c218ee-075e-4d8a-8e22-af0b63495e8d', 'date': 'Fri, 19 Nov 2021 16:40:58 GMT', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.76:9696/v2.0/networks/c6505faa-6f20-4b0f-a36a-55b1bd01243e'} Body: b'{"NeutronError": {"type": "HTTPInternalServerError", "message": "Request Failed: internal server error while processing your request.", "detail": ""}}' }}} traceback-1: {{{ Traceback (most recent call last): File "/opt/stack/tempest/tempest/lib/common/utils/test_utils.py", line 87, in call_and_ignore_notfound_exc return func(*args, **kwargs) File "/opt/stack/tempest/tempest/lib/services/network/networks_client.py", line 52, in delete_network return self.delete_resource(uri) File "/opt/stack/tempest/tempest/lib/services/network/base.py", line 42, in delete_resource resp, body = self.delete(req_uri) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 330, in delete return self.request('DELETE', url, extra_headers, headers, body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 703, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 879, in _error_checker raise exceptions.ServerFault(resp_body, resp=resp, tempest.lib.exceptions.ServerFault: Got server fault Details: Request Failed: internal server error while processing your request. }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 89, in wrapper return func(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/scenario/test_network_basic_ops.py", line 804, in test_router_rescheduling self._setup_network_and_servers() File "/opt/stack/tempest/tempest/scenario/test_network_basic_ops.py", line 110, in _setup_network_and_servers self.setup_network_subnet_with_router(**kwargs)) File "/opt/stack/tempest/tempest/scenario/manager.py", line 1535, in setup_network_subnet_with_router router = self.get_router(client=routers_client, File "/opt/stack/tempest/tempest/scenario/manager.py", line 1483, in get_router router = client.create_router( File "/opt/stack/tempest/tempest/lib/services/network/routers_client.py", line 27, in create_router return self.create_resource(uri, post_body) File "/opt/stack/tempest/tempest/lib/services/network/base.py", line 62, in create_resource resp, body = self.post(req_uri, req_post_data) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 299, in post return self.request('POST', url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 703, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 879, in _error_checker raise exceptions.ServerFault(resp_body, resp=resp, tempest.lib.exceptions.ServerFault: Got server fault Details: Request Failed: internal server error while processing your request. |
||||||
test_subnet_details[compute,id-d8bb918e-e2df-48b2-97cd-b73c95450980,network,slow] |
fail
ft42.8: tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_subnet_details[compute,id-d8bb918e-e2df-48b2-97cd-b73c95450980,network,slow]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2021-11-19 16:40:58,402 124848 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_subnet_details): 201 POST http://10.222.0.76:9696/v2.0/networks 0.285s 2021-11-19 16:40:58,403 124848 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"network": {"name": "tempest-network-smoke--424593965", "project_id": "1c79ae4a45144e08803eb555e56cd5f9", "port_security_enabled": true}} Response - Headers: {'content-type': 'application/json', 'content-length': '569', 'x-openstack-request-id': 'req-d19f8ad1-c2d1-4158-a468-abc7e509ec1a', 'date': 'Fri, 19 Nov 2021 16:40:58 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.76:9696/v2.0/networks'} Body: b'{"network":{"id":"517ad5f2-7f81-45c1-bd1a-dbbe802852f8","name":"tempest-network-smoke--424593965","tenant_id":"1c79ae4a45144e08803eb555e56cd5f9","admin_state_up":true,"mtu":1500,"status":"ACTIVE","subnets":[],"shared":false,"project_id":"1c79ae4a45144e08803eb555e56cd5f9","port_security_enabled":true,"router:external":false,"is_default":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"ipv6_address_scope":null,"description":"","tags":[],"created_at":"2021-11-19T16:40:58Z","updated_at":"2021-11-19T16:40:58Z","revision_number":1}}' 2021-11-19 16:40:59,035 124848 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_subnet_details): 500 POST http://10.222.0.76:9696/v2.0/routers 0.631s 2021-11-19 16:40:59,035 124848 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"router": {"name": "tempest-TestNetworkBasicOps-router-847516140", "admin_state_up": true, "project_id": "1c79ae4a45144e08803eb555e56cd5f9", "external_gateway_info": {"network_id": "67bab61c-66b4-44e7-81e2-04c30c78e363"}}} Response - Headers: {'content-type': 'application/json', 'content-length': '150', 'x-openstack-request-id': 'req-f6b2c503-c719-41d3-a9a3-a06ac1337bdf', 'date': 'Fri, 19 Nov 2021 16:40:59 GMT', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.76:9696/v2.0/routers'} Body: b'{"NeutronError": {"type": "HTTPInternalServerError", "message": "Request Failed: internal server error while processing your request.", "detail": ""}}' 2021-11-19 16:40:59,055 124848 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:_run_cleanups): 500 DELETE http://10.222.0.76:9696/v2.0/networks/517ad5f2-7f81-45c1-bd1a-dbbe802852f8 0.019s 2021-11-19 16:40:59,056 124848 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'content-type': 'application/json', 'content-length': '150', 'x-openstack-request-id': 'req-47642e34-3520-42ae-abf0-61f1144bbd30', 'date': 'Fri, 19 Nov 2021 16:40:59 GMT', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.76:9696/v2.0/networks/517ad5f2-7f81-45c1-bd1a-dbbe802852f8'} Body: b'{"NeutronError": {"type": "HTTPInternalServerError", "message": "Request Failed: internal server error while processing your request.", "detail": ""}}' 2021-11-19 16:40:59,056 124848 WARNING [tempest.lib.common.utils.test_utils] Got ServerFault while running <bound method NetworksClient.delete_network of <tempest.lib.services.network.networks_client.NetworksClient object at 0x7f78d68ccfa0>>, retrying... 2021-11-19 16:40:59,074 124848 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:_run_cleanups): 500 DELETE http://10.222.0.76:9696/v2.0/networks/517ad5f2-7f81-45c1-bd1a-dbbe802852f8 0.017s 2021-11-19 16:40:59,074 124848 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'content-type': 'application/json', 'content-length': '150', 'x-openstack-request-id': 'req-62411cb2-1932-4de2-8772-d105553361b3', 'date': 'Fri, 19 Nov 2021 16:40:59 GMT', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.76:9696/v2.0/networks/517ad5f2-7f81-45c1-bd1a-dbbe802852f8'} Body: b'{"NeutronError": {"type": "HTTPInternalServerError", "message": "Request Failed: internal server error while processing your request.", "detail": ""}}' 2021-11-19 16:40:59,075 124848 WARNING [tempest.lib.common.utils.test_utils] Got ServerFault while running <bound method NetworksClient.delete_network of <tempest.lib.services.network.networks_client.NetworksClient object at 0x7f78d68ccfa0>>, retrying... 2021-11-19 16:40:59,120 124848 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:_run_cleanups): 500 DELETE http://10.222.0.76:9696/v2.0/networks/517ad5f2-7f81-45c1-bd1a-dbbe802852f8 0.045s 2021-11-19 16:40:59,121 124848 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'content-type': 'application/json', 'content-length': '150', 'x-openstack-request-id': 'req-e0d7ae9c-9662-47c8-a5a7-1c3e9c6ac6ca', 'date': 'Fri, 19 Nov 2021 16:40:59 GMT', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.76:9696/v2.0/networks/517ad5f2-7f81-45c1-bd1a-dbbe802852f8'} Body: b'{"NeutronError": {"type": "HTTPInternalServerError", "message": "Request Failed: internal server error while processing your request.", "detail": ""}}' }}} traceback-1: {{{ Traceback (most recent call last): File "/opt/stack/tempest/tempest/lib/common/utils/test_utils.py", line 87, in call_and_ignore_notfound_exc return func(*args, **kwargs) File "/opt/stack/tempest/tempest/lib/services/network/networks_client.py", line 52, in delete_network return self.delete_resource(uri) File "/opt/stack/tempest/tempest/lib/services/network/base.py", line 42, in delete_resource resp, body = self.delete(req_uri) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 330, in delete return self.request('DELETE', url, extra_headers, headers, body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 703, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 879, in _error_checker raise exceptions.ServerFault(resp_body, resp=resp, tempest.lib.exceptions.ServerFault: Got server fault Details: Request Failed: internal server error while processing your request. }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/scenario/test_network_basic_ops.py", line 621, in test_subnet_details self._setup_network_and_servers(dns_nameservers=[initial_dns_server]) File "/opt/stack/tempest/tempest/scenario/test_network_basic_ops.py", line 110, in _setup_network_and_servers self.setup_network_subnet_with_router(**kwargs)) File "/opt/stack/tempest/tempest/scenario/manager.py", line 1535, in setup_network_subnet_with_router router = self.get_router(client=routers_client, File "/opt/stack/tempest/tempest/scenario/manager.py", line 1483, in get_router router = client.create_router( File "/opt/stack/tempest/tempest/lib/services/network/routers_client.py", line 27, in create_router return self.create_resource(uri, post_body) File "/opt/stack/tempest/tempest/lib/services/network/base.py", line 62, in create_resource resp, body = self.post(req_uri, req_post_data) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 299, in post return self.request('POST', url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 703, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 879, in _error_checker raise exceptions.ServerFault(resp_body, resp=resp, tempest.lib.exceptions.ServerFault: Got server fault Details: Request Failed: internal server error while processing your request. |
||||||
test_update_instance_port_admin_state[compute,id-f5dfcc22-45fd-409f-954c-5bd500d7890b,network,slow] |
fail
ft42.9: tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_update_instance_port_admin_state[compute,id-f5dfcc22-45fd-409f-954c-5bd500d7890b,network,slow]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2021-11-19 16:40:59,216 124848 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_update_instance_port_admin_state): 503 POST http://10.222.0.76:9696/v2.0/networks 0.091s 2021-11-19 16:40:59,216 124848 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"network": {"name": "tempest-network-smoke--2014219797", "project_id": "1c79ae4a45144e08803eb555e56cd5f9", "port_security_enabled": true}} Response - Headers: {'content-type': 'application/json', 'content-length': '153', 'x-openstack-request-id': 'req-e92a3e74-8932-450f-9545-b9f1e39d43a7', 'date': 'Fri, 19 Nov 2021 16:40:59 GMT', 'connection': 'close', 'status': '503', 'content-location': 'http://10.222.0.76:9696/v2.0/networks'} Body: b'{"NeutronError": {"type": "NoNetworkAvailable", "message": "Unable to create the network. No tenant network is available for allocation.", "detail": ""}}' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/scenario/test_network_basic_ops.py", line 689, in test_update_instance_port_admin_state self._setup_network_and_servers() File "/opt/stack/tempest/tempest/scenario/test_network_basic_ops.py", line 110, in _setup_network_and_servers self.setup_network_subnet_with_router(**kwargs)) File "/opt/stack/tempest/tempest/scenario/manager.py", line 1530, in setup_network_subnet_with_router network = self.create_network( File "/opt/stack/tempest/tempest/scenario/manager.py", line 1240, in create_network result = networks_client.create_network(**network_kwargs) File "/opt/stack/tempest/tempest/lib/services/network/networks_client.py", line 27, in create_network return self.create_resource(uri, post_data) File "/opt/stack/tempest/tempest/lib/services/network/base.py", line 62, in create_resource resp, body = self.post(req_uri, req_post_data) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 299, in post return self.request('POST', url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 703, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 883, in _error_checker raise exceptions.UnexpectedResponseCode(str(resp.status), tempest.lib.exceptions.UnexpectedResponseCode: Unexpected response code received Details: 503 |
||||||
test_update_router_admin_state[compute,id-04b9fe4e-85e8-4aea-b937-ea93885ac59f,network,slow] |
fail
ft42.10: tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_update_router_admin_state[compute,id-04b9fe4e-85e8-4aea-b937-ea93885ac59f,network,slow]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2021-11-19 16:40:59,350 124848 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_update_router_admin_state): 503 POST http://10.222.0.76:9696/v2.0/networks 0.131s 2021-11-19 16:40:59,350 124848 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"network": {"name": "tempest-network-smoke--608479215", "project_id": "1c79ae4a45144e08803eb555e56cd5f9", "port_security_enabled": true}} Response - Headers: {'content-type': 'application/json', 'content-length': '153', 'x-openstack-request-id': 'req-769670e7-4a86-406e-9488-0f27a6267645', 'date': 'Fri, 19 Nov 2021 16:40:59 GMT', 'connection': 'close', 'status': '503', 'content-location': 'http://10.222.0.76:9696/v2.0/networks'} Body: b'{"NeutronError": {"type": "NoNetworkAvailable", "message": "Unable to create the network. No tenant network is available for allocation.", "detail": ""}}' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/scenario/test_network_basic_ops.py", line 556, in test_update_router_admin_state self._setup_network_and_servers() File "/opt/stack/tempest/tempest/scenario/test_network_basic_ops.py", line 110, in _setup_network_and_servers self.setup_network_subnet_with_router(**kwargs)) File "/opt/stack/tempest/tempest/scenario/manager.py", line 1530, in setup_network_subnet_with_router network = self.create_network( File "/opt/stack/tempest/tempest/scenario/manager.py", line 1240, in create_network result = networks_client.create_network(**network_kwargs) File "/opt/stack/tempest/tempest/lib/services/network/networks_client.py", line 27, in create_network return self.create_resource(uri, post_data) File "/opt/stack/tempest/tempest/lib/services/network/base.py", line 62, in create_resource resp, body = self.post(req_uri, req_post_data) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 299, in post return self.request('POST', url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 703, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 883, in _error_checker raise exceptions.UnexpectedResponseCode(str(resp.status), tempest.lib.exceptions.UnexpectedResponseCode: Unexpected response code received Details: 503 |
||||||
tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern | 1 | 0 | 1 | 0 | 0 | Detail | |
test_volume_boot_pattern[compute,id-557cd2c2-4eb8-4dce-98be-f86765ff311b,image,slow,volume] |
fail
ft43.1: tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_volume_boot_pattern[compute,id-557cd2c2-4eb8-4dce-98be-f86765ff311b,image,slow,volume]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2021-11-19 16:40:45,292 124859 INFO [tempest.scenario.test_volume_boot_pattern] Creating keypair and security group 2021-11-19 16:40:46,006 124859 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 POST http://10.222.0.76/compute/v2.1/os-keypairs 0.713s 2021-11-19 16:40:46,006 124859 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"keypair": {"name": "tempest-TestVolumeBootPattern-968037214"}} Response - Headers: {'date': 'Fri, 19 Nov 2021 16:40:45 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '2314', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e4425f77-f592-4c74-904e-589985fa6a9a', 'x-compute-request-id': 'req-e4425f77-f592-4c74-904e-589985fa6a9a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.76/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"private_key": "-----BEGIN RSA PRIVATE KEY-----\\nMIIEowIBAAKCAQEAuupSW4tLpoRoQuz8P3038mBdnmkUlpxACVLsgYzItdMhZYIL\\nedy7mpJx6/cSEbSQ73cPuQ0Zt+uCaG/Yk6fL13L+nnfbGBMcydOYtCKYOSqjLCHe\\na7CuIIReWnBMcYrx8T2iOHwgxLN0/Y3vNWERhNnhRlaTDftEM8ULtpcTfV1JNYCt\\nwNYwBF07QAEVLVpnZU1hRUKLUQq60abgvriYUL0IS6O8hc4GN6LtXv/+BWUFRn0v\\n1ugk0E/S3m8guq7rltUeqoYTO9HqRPRbU7j/MgU1t8xBF6EcsBjNDT4btOGTinHh\\nHhZ1tnJHxulUM2jU4ZW5ZlUIqlDHF1nGjVVTsQIDAQABAoIBAQCUCICxf+CqQLNS\\nTd55afKlQyziCNcFcTpGKCanc5iCaHRKsHPmT6tFADa5azQkUZ14ChOpu3Zi82KU\\n0//y8TG/sJN3bfVXW8uxDKQkBkIJBHu2uBwvrf46Qpt3hPkF88UqCmYv1h8dqgM9\\nzOtmmzoEvYps6qQMrrOVTLm6ImyNG7l+JIN5gq/YyjbKRb4sUeQ+f7hey+gkIjNC\\nMPEhY/4iJYrfEeNWk/k27zfit6RcdFT0BAzAXbmR4SK1b4oTMEgd+3aF7aMy16XW\\nmfugfYbGyxUQzip3rhxLP8wgWKDBPEkxpPrDRX8iwgBVph1MMWLUrEJCb2Fm0oL9\\naiyF94ABAoGBAOhtuzlZGwjGOsKDGWcJ+oqvrEKfKhgMWILq53/gRK3b4UDUqsNN\\nS5fIo43iMCwPOl9wq53AfO99HSebDXYlCB3NhEdBYgOWBl07IPaGTCaFMhWUBEfy\\nfbhd6nKvsNo1wQelUjXefx5z+jCMIawVv/efUGgUipEY72HunT8B8XPRAoGBAM3e\\n+2yuaI/n/SWeTZi99+2snQ+pi/KO0z9MNiED6YBdUuBhDNkjuAQAogXAcbf6dssz\\nIW3D0nV8GhqUaoHZ3KWgk/nPjUnibVzUeutM/EciekmrV05YJ2WdzQO3VWDvW9bL\\npKiGTDO1DEcX3iIHLOTOCJkPQeziP7qf1UJ+RTnhAoGAJjIyPGBqUuzQpzqIKCi5\\npaTs+B3T+xO8T/duh9NBNhkWUWMhlOrU62KrjhuHsxXlj92iNlB1t52l9uZCNhIr\\n3Uny3Qrfops6/INFDX5QcVweOPGUKoatJmk4qBQ7SgDfcfQ3KGciGM0SZnwA5JjG\\nbVkfC5ukkee5HyzpZntZRKECgYA7qaCx6YWyFuh9a3hPiNZ+UeUeseM2A4BjOsIB\\nJXIZWnJ3RokDsN9WgZxzEEekqvicgQ/yEKtAkxu5kkOfqDTS50ubPTRUMkPBgG6z\\nHJeMQgiwqvBdaxzXzTiqGAqtUhEKme/5SxpwbcrGG7urnuq60J8bRJm1fgg8HLAg\\nWhnT4QKBgCcTKoNJ/8Rz0R+jknNUAEzI6uVCn6zFOW1v9pjSnLxcgE3+LddAABln\\nozw8GbclicRZQSGG1fv/TLvs5jDSgD74mkwNTAsYE44C7Ph7xBCKbSN4PV4kL2BG\\nQNRAdXIu6AUUm0sqpiYWERE8JA4k9D46rYaQFoj6aybxYW4eKxzG\\n-----END RSA PRIVATE KEY-----\\n", "name": "tempest-TestVolumeBootPattern-968037214", "public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC66lJbi0umhGhC7Pw/fTfyYF2eaRSWnEAJUuyBjMi10yFlggt53LuaknHr9xIRtJDvdw+5DRm364Job9iTp8vXcv6ed9sYExzJ05i0Ipg5KqMsId5rsK4ghF5acExxivHxPaI4fCDEs3T9je81YRGE2eFGVpMN+0QzxQu2lxN9XUk1gK3A1jAEXTtAARUtWmdlTWFFQotRCrrRpuC+uJhQvQhLo7yFzgY3ou1e//4FZQVGfS/W6CTQT9LebyC6ruuW1R6qhhM70epE9FtTuP8yBTW3zEEXoRywGM0NPhu04ZOKceEeFnW2ckfG6VQzaNThlblmVQiqUMcXWcaNVVOx Generated-by-Nova", "fingerprint": "33:e0:55:4f:2e:2a:de:34:71:60:d4:e9:b1:66:18:a3", "user_id": "f565fcd60118453fbffe09b609192a20"}}' 2021-11-19 16:40:46,185 124859 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 500 POST http://10.222.0.76:9696/v2.0/security-groups 0.176s 2021-11-19 16:40:46,186 124859 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"security_group": {"name": "tempest-secgroup-smoke-1980593280", "description": "tempest-secgroup-smoke-1980593280 description", "project_id": "abe107a474fc4466ac6204593b7d3a99"}} Response - Headers: {'content-type': 'application/json', 'content-length': '150', 'x-openstack-request-id': 'req-a5ea4b11-d6eb-4897-aa32-06c77279a901', 'date': 'Fri, 19 Nov 2021 16:40:46 GMT', 'connection': 'close', 'status': '500', 'content-location': 'http://10.222.0.76:9696/v2.0/security-groups'} Body: b'{"NeutronError": {"type": "HTTPInternalServerError", "message": "Request Failed: internal server error while processing your request.", "detail": ""}}' 2021-11-19 16:40:46,243 124859 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 202 DELETE http://10.222.0.76/compute/v2.1/os-keypairs/tempest-TestVolumeBootPattern-968037214 0.055s 2021-11-19 16:40:46,243 124859 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Fri, 19 Nov 2021 16:40:46 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f6f2de6b-c71b-4cea-8646-3b7eaa5fa2a2', 'x-compute-request-id': 'req-f6f2de6b-c71b-4cea-8646-3b7eaa5fa2a2', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.76/compute/v2.1/os-keypairs/tempest-TestVolumeBootPattern-968037214'} Body: b'' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/scenario/test_volume_boot_pattern.py", line 67, in test_volume_boot_pattern security_group = self.create_security_group() File "/opt/stack/tempest/tempest/scenario/manager.py", line 553, in create_security_group secgroup = self.create_empty_security_group( File "/opt/stack/tempest/tempest/scenario/manager.py", line 587, in create_empty_security_group result = client.create_security_group(**sg_dict) File "/opt/stack/tempest/tempest/lib/services/network/security_groups_client.py", line 28, in create_security_group return self.create_resource(uri, post_data) File "/opt/stack/tempest/tempest/lib/services/network/base.py", line 62, in create_resource resp, body = self.post(req_uri, req_post_data) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 299, in post return self.request('POST', url, extra_headers, headers, body, chunked) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 703, in request self._error_checker(resp, resp_body) File "/opt/stack/tempest/tempest/lib/common/rest_client.py", line 879, in _error_checker raise exceptions.ServerFault(resp_body, resp=resp, tempest.lib.exceptions.ServerFault: Got server fault Details: Request Failed: internal server error while processing your request. |
||||||
tempest.api.network.admin.test_external_networks_negative.ExternalNetworksAdminNegativeTestJSON | 1 | 1 | 0 | 0 | 0 | Detail | |
test_create_port_with_precreated_floatingip_as_fixed_ip[id-d402ae6c-0be0-4d8e-833b-a738895d98d0,negative] |
pass
pt44.1: tempest.api.network.admin.test_external_networks_negative.ExternalNetworksAdminNegativeTestJSON.test_create_port_with_precreated_floatingip_as_fixed_ip[id-d402ae6c-0be0-4d8e-833b-a738895d98d0,negative] |
||||||
tempest.api.network.admin.test_metering_extensions.MeteringIpV6TestJSON | 6 | 6 | 0 | 0 | 0 | Detail | |
test_create_delete_metering_label_rule_with_filters[id-f4d547cd-3aee-408f-bf36-454f8825e045] |
pass
pt45.1: tempest.api.network.admin.test_metering_extensions.MeteringIpV6TestJSON.test_create_delete_metering_label_rule_with_filters[id-f4d547cd-3aee-408f-bf36-454f8825e045] |
||||||
test_create_delete_metering_label_with_filters[id-ec8e15ff-95d0-433b-b8a6-b466bddb1e50] |
pass
pt45.2: tempest.api.network.admin.test_metering_extensions.MeteringIpV6TestJSON.test_create_delete_metering_label_with_filters[id-ec8e15ff-95d0-433b-b8a6-b466bddb1e50] |
||||||
test_list_metering_label_rules[id-cc832399-6681-493b-9d79-0202831a1281] |
pass
pt45.3: tempest.api.network.admin.test_metering_extensions.MeteringIpV6TestJSON.test_list_metering_label_rules[id-cc832399-6681-493b-9d79-0202831a1281] |
||||||
test_list_metering_labels[id-e2fb2f8c-45bf-429a-9f17-171c70444612] |
pass
pt45.4: tempest.api.network.admin.test_metering_extensions.MeteringIpV6TestJSON.test_list_metering_labels[id-e2fb2f8c-45bf-429a-9f17-171c70444612] |
||||||
test_show_metering_label[id-30abb445-0eea-472e-bd02-8649f54a5968] |
pass
pt45.5: tempest.api.network.admin.test_metering_extensions.MeteringIpV6TestJSON.test_show_metering_label[id-30abb445-0eea-472e-bd02-8649f54a5968] |
||||||
test_show_metering_label_rule[id-b7354489-96ea-41f3-9452-bace120fb4a7] |
pass
pt45.6: tempest.api.network.admin.test_metering_extensions.MeteringIpV6TestJSON.test_show_metering_label_rule[id-b7354489-96ea-41f3-9452-bace120fb4a7] |
||||||
tempest.api.network.admin.test_metering_extensions.MeteringTestJSON | 6 | 6 | 0 | 0 | 0 | Detail | |
test_create_delete_metering_label_rule_with_filters[id-f4d547cd-3aee-408f-bf36-454f8825e045] |
pass
pt46.1: tempest.api.network.admin.test_metering_extensions.MeteringTestJSON.test_create_delete_metering_label_rule_with_filters[id-f4d547cd-3aee-408f-bf36-454f8825e045] |
||||||
test_create_delete_metering_label_with_filters[id-ec8e15ff-95d0-433b-b8a6-b466bddb1e50] |
pass
pt46.2: tempest.api.network.admin.test_metering_extensions.MeteringTestJSON.test_create_delete_metering_label_with_filters[id-ec8e15ff-95d0-433b-b8a6-b466bddb1e50] |
||||||
test_list_metering_label_rules[id-cc832399-6681-493b-9d79-0202831a1281] |
pass
pt46.3: tempest.api.network.admin.test_metering_extensions.MeteringTestJSON.test_list_metering_label_rules[id-cc832399-6681-493b-9d79-0202831a1281] |
||||||
test_list_metering_labels[id-e2fb2f8c-45bf-429a-9f17-171c70444612] |
pass
pt46.4: tempest.api.network.admin.test_metering_extensions.MeteringTestJSON.test_list_metering_labels[id-e2fb2f8c-45bf-429a-9f17-171c70444612] |
||||||
test_show_metering_label[id-30abb445-0eea-472e-bd02-8649f54a5968] |
pass
pt46.5: tempest.api.network.admin.test_metering_extensions.MeteringTestJSON.test_show_metering_label[id-30abb445-0eea-472e-bd02-8649f54a5968] |
||||||
test_show_metering_label_rule[id-b7354489-96ea-41f3-9452-bace120fb4a7] |
pass
pt46.6: tempest.api.network.admin.test_metering_extensions.MeteringTestJSON.test_show_metering_label_rule[id-b7354489-96ea-41f3-9452-bace120fb4a7] |
||||||
tempest.api.network.admin.test_negative_quotas.QuotasNegativeTest | 1 | 1 | 0 | 0 | 0 | Detail | |
test_network_quota_exceeding[id-644f4e1b-1bf9-4af0-9fd8-eb56ac0f51cf,negative] |
pass
pt47.1: tempest.api.network.admin.test_negative_quotas.QuotasNegativeTest.test_network_quota_exceeding[id-644f4e1b-1bf9-4af0-9fd8-eb56ac0f51cf,negative] |
||||||
tempest.api.network.admin.test_ports.PortsAdminExtendedAttrsIpV6TestJSON | 4 | 4 | 0 | 0 | 0 | Detail | |
test_create_port_binding_ext_attr[compute,id-8e8569c1-9ac7-44db-8bc1-f5fb2814f29b] |
pass
pt48.1: tempest.api.network.admin.test_ports.PortsAdminExtendedAttrsIpV6TestJSON.test_create_port_binding_ext_attr[compute,id-8e8569c1-9ac7-44db-8bc1-f5fb2814f29b] |
||||||
test_list_ports_binding_ext_attr[compute,id-1c82a44a-6c6e-48ff-89e1-abe7eaf8f9f8] |
pass
pt48.2: tempest.api.network.admin.test_ports.PortsAdminExtendedAttrsIpV6TestJSON.test_list_ports_binding_ext_attr[compute,id-1c82a44a-6c6e-48ff-89e1-abe7eaf8f9f8] |
||||||
test_show_port_binding_ext_attr[id-b54ac0ff-35fc-4c79-9ca3-c7dbd4ea4f13] |
pass
pt48.3: tempest.api.network.admin.test_ports.PortsAdminExtendedAttrsIpV6TestJSON.test_show_port_binding_ext_attr[id-b54ac0ff-35fc-4c79-9ca3-c7dbd4ea4f13] |
||||||
test_update_port_binding_ext_attr[compute,id-6f6c412c-711f-444d-8502-0ac30fbf5dd5] |
pass
pt48.4: tempest.api.network.admin.test_ports.PortsAdminExtendedAttrsIpV6TestJSON.test_update_port_binding_ext_attr[compute,id-6f6c412c-711f-444d-8502-0ac30fbf5dd5] |
||||||
tempest.api.network.admin.test_ports.PortsAdminExtendedAttrsTestJSON | 4 | 4 | 0 | 0 | 0 | Detail | |
test_create_port_binding_ext_attr[compute,id-8e8569c1-9ac7-44db-8bc1-f5fb2814f29b] |
pass
pt49.1: tempest.api.network.admin.test_ports.PortsAdminExtendedAttrsTestJSON.test_create_port_binding_ext_attr[compute,id-8e8569c1-9ac7-44db-8bc1-f5fb2814f29b] |
||||||
test_list_ports_binding_ext_attr[compute,id-1c82a44a-6c6e-48ff-89e1-abe7eaf8f9f8] |
pass
pt49.2: tempest.api.network.admin.test_ports.PortsAdminExtendedAttrsTestJSON.test_list_ports_binding_ext_attr[compute,id-1c82a44a-6c6e-48ff-89e1-abe7eaf8f9f8] |
||||||
test_show_port_binding_ext_attr[id-b54ac0ff-35fc-4c79-9ca3-c7dbd4ea4f13] |
pass
pt49.3: tempest.api.network.admin.test_ports.PortsAdminExtendedAttrsTestJSON.test_show_port_binding_ext_attr[id-b54ac0ff-35fc-4c79-9ca3-c7dbd4ea4f13] |
||||||
test_update_port_binding_ext_attr[compute,id-6f6c412c-711f-444d-8502-0ac30fbf5dd5] |
pass
pt49.4: tempest.api.network.admin.test_ports.PortsAdminExtendedAttrsTestJSON.test_update_port_binding_ext_attr[compute,id-6f6c412c-711f-444d-8502-0ac30fbf5dd5] |
||||||
tempest.api.network.admin.test_quotas.QuotasTest | 2 | 2 | 0 | 0 | 0 | Detail | |
test_quotas[id-2390f766-836d-40ef-9aeb-e810d78207fb] |
pass
pt50.1: tempest.api.network.admin.test_quotas.QuotasTest.test_quotas[id-2390f766-836d-40ef-9aeb-e810d78207fb] |
||||||
test_show_quota_details[id-7b05ec5f-bf44-43cb-b28f-ddd72a824288] |
pass
pt50.2: tempest.api.network.admin.test_quotas.QuotasTest.test_show_quota_details[id-7b05ec5f-bf44-43cb-b28f-ddd72a824288] |
||||||
tempest.api.network.admin.test_routers_dvr.RoutersTestDVR | 3 | 3 | 0 | 0 | 0 | Detail | |
test_centralized_router_creation[id-8a0a72b4-7290-4677-afeb-b4ffe37bc352] |
pass
pt51.1: tempest.api.network.admin.test_routers_dvr.RoutersTestDVR.test_centralized_router_creation[id-8a0a72b4-7290-4677-afeb-b4ffe37bc352] |
||||||
test_centralized_router_update_to_dvr[id-acd43596-c1fb-439d-ada8-31ad48ae3c2e] |
pass
pt51.2: tempest.api.network.admin.test_routers_dvr.RoutersTestDVR.test_centralized_router_update_to_dvr[id-acd43596-c1fb-439d-ada8-31ad48ae3c2e] |
||||||
test_distributed_router_creation[id-08a2a0a8-f1e4-4b34-8e30-e522e836c44e] |
pass
pt51.3: tempest.api.network.admin.test_routers_dvr.RoutersTestDVR.test_distributed_router_creation[id-08a2a0a8-f1e4-4b34-8e30-e522e836c44e] |
||||||
tempest.api.network.admin.test_routers_negative.RoutersAdminNegativeIpV6Test | 1 | 1 | 0 | 0 | 0 | Detail | |
test_router_set_gateway_used_ip_returns_409[id-7101cc02-058a-11e7-93e1-fa163e4fa634,negative] |
pass
pt52.1: tempest.api.network.admin.test_routers_negative.RoutersAdminNegativeIpV6Test.test_router_set_gateway_used_ip_returns_409[id-7101cc02-058a-11e7-93e1-fa163e4fa634,negative] |
||||||
tempest.api.network.admin.test_routers_negative.RoutersAdminNegativeTest | 1 | 1 | 0 | 0 | 0 | Detail | |
test_router_set_gateway_used_ip_returns_409[id-7101cc02-058a-11e7-93e1-fa163e4fa634,negative] |
pass
pt53.1: tempest.api.network.admin.test_routers_negative.RoutersAdminNegativeTest.test_router_set_gateway_used_ip_returns_409[id-7101cc02-058a-11e7-93e1-fa163e4fa634,negative] |
||||||
tempest.api.network.test_agent_management_negative.AgentManagementNegativeTest | 1 | 1 | 0 | 0 | 0 | Detail | |
test_list_agents_non_admin[id-e335be47-b9a1-46fd-be30-0874c0b751e6,negative] |
pass
pt54.1: tempest.api.network.test_agent_management_negative.AgentManagementNegativeTest.test_list_agents_non_admin[id-e335be47-b9a1-46fd-be30-0874c0b751e6,negative] |
||||||
tempest.api.network.test_extensions.ExtensionsTestJSON | 1 | 1 | 0 | 0 | 0 | Detail | |
test_list_show_extensions[id-ef28c7e6-e646-4979-9d67-deb207bc5564,smoke] |
pass
pt55.1: tempest.api.network.test_extensions.ExtensionsTestJSON.test_list_show_extensions[id-ef28c7e6-e646-4979-9d67-deb207bc5564,smoke] |
||||||
tempest.api.network.test_routers_negative.DvrRoutersNegativeTest | 1 | 1 | 0 | 0 | 0 | Detail | |
test_router_create_tenant_distributed_returns_forbidden[id-4990b055-8fc7-48ab-bba7-aa28beaad0b9,negative] |
pass
pt56.1: tempest.api.network.test_routers_negative.DvrRoutersNegativeTest.test_router_create_tenant_distributed_returns_forbidden[id-4990b055-8fc7-48ab-bba7-aa28beaad0b9,negative] |
||||||
tempest.api.network.test_service_providers.ServiceProvidersTest | 1 | 1 | 0 | 0 | 0 | Detail | |
test_service_providers_list[id-2cbbeea9-f010-40f6-8df5-4eaa0c918ea6] |
pass
pt57.1: tempest.api.network.test_service_providers.ServiceProvidersTest.test_service_providers_list[id-2cbbeea9-f010-40f6-8df5-4eaa0c918ea6] |
||||||
tempest.api.network.test_versions.NetworksApiDiscovery | 2 | 2 | 0 | 0 | 0 | Detail | |
test_api_version_resources[id-cac8a836-c2e0-4304-b556-cd299c7281d1,smoke] |
pass
pt58.1: tempest.api.network.test_versions.NetworksApiDiscovery.test_api_version_resources[id-cac8a836-c2e0-4304-b556-cd299c7281d1,smoke] |
||||||
test_show_api_v2_details[id-e64b7216-3178-4263-967c-d389290988bf,smoke] |
pass
pt58.2: tempest.api.network.test_versions.NetworksApiDiscovery.test_show_api_v2_details[id-e64b7216-3178-4263-967c-d389290988bf,smoke] |
||||||
Total | 203 | 57 | 141 | 0 | 5 |