Status: Pass 52 Failure 124 Skip 5
Test Group/Test case | Count | Pass | Fail | Error | Skip | View | |
setUpClass (tempest.api.compute.servers.test_create_server | 2 | 0 | 2 | 0 | 0 | Detail | |
ServersTestManualDisk) |
fail
ft1.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 182, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 175, 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 792, 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 804, in _error_checker raise exceptions.Forbidden(resp_body, resp=resp) tempest.lib.exceptions.Forbidden: Forbidden Details: {'type': 'PolicyNotAuthorized', 'message': 'rule:create_security_group is disallowed by policy', 'detail': ''} |
||||||
ServersTestJSON) |
fail
ft1.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 182, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 175, 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 792, 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 804, in _error_checker raise exceptions.Forbidden(resp_body, resp=resp) tempest.lib.exceptions.Forbidden: Forbidden Details: {'type': 'PolicyNotAuthorized', 'message': 'rule:create_security_group is disallowed by policy', 'detail': ''} |
||||||
setUpClass (tempest.api.compute.servers.test_server_actions | 2 | 0 | 2 | 0 | 0 | Detail | |
ServerActionsTestJSON) |
fail
ft2.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 182, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 175, 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 433, in recreate_server validation_resources=cls.get_class_validation_resources( File "/opt/stack/tempest/tempest/test.py", line 792, 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 804, in _error_checker raise exceptions.Forbidden(resp_body, resp=resp) tempest.lib.exceptions.Forbidden: Forbidden Details: {'type': 'PolicyNotAuthorized', 'message': 'rule:create_security_group is disallowed by policy', 'detail': ''} |
||||||
ServerActionsTestJSON) |
fail
ft2.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 182, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 175, 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 433, in recreate_server validation_resources=cls.get_class_validation_resources( File "/opt/stack/tempest/tempest/test.py", line 792, 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 804, in _error_checker raise exceptions.Forbidden(resp_body, resp=resp) tempest.lib.exceptions.Forbidden: Forbidden Details: {'type': 'PolicyNotAuthorized', 'message': 'rule:create_security_group is disallowed by policy', 'detail': ''} |
||||||
setUpClass (tempest.api.compute.servers.test_servers_negative | 1 | 0 | 1 | 0 | 0 | Detail | |
ServersNegativeTestJSON) |
fail
ft3.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 182, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 175, in setUpClass cls.resource_setup() File "/opt/stack/tempest/tempest/api/compute/servers/test_servers_negative.py", line 60, in resource_setup server = cls.create_test_server(wait_until='ACTIVE') File "/opt/stack/tempest/tempest/api/compute/base.py", line 270, 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 814, in _error_checker raise exceptions.BadRequest(resp_body, resp=resp) tempest.lib.exceptions.BadRequest: Bad request Details: {'code': 400, 'message': 'Network 02da2810-e016-4c45-9e52-7143067d3bfe could not be found.'} |
||||||
setUpClass (tempest.api.network.admin.test_dhcp_agent_scheduler | 1 | 0 | 1 | 0 | 0 | Detail | |
DHCPAgentSchedulersTestJSON) |
fail
ft4.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 182, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 175, in setUpClass cls.resource_setup() File "/opt/stack/tempest/tempest/api/network/admin/test_dhcp_agent_scheduler.py", line 35, in resource_setup cls.network = cls.create_network() File "/opt/stack/tempest/tempest/api/network/base.py", line 109, 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 809, in _error_checker raise exceptions.NotFound(resp_body, resp=resp) tempest.lib.exceptions.NotFound: Object not found Details: {'type': 'HTTPNotFound', 'message': 'The resource could not be found.', 'detail': ''} |
||||||
setUpClass (tempest.api.network.admin.test_external_network_extension | 1 | 0 | 1 | 0 | 0 | Detail | |
ExternalNetworksTestJSON) |
fail
ft5.1: setUpClass (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 182, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 175, in setUpClass cls.resource_setup() File "/opt/stack/tempest/tempest/api/network/admin/test_external_network_extension.py", line 31, in resource_setup cls.network = cls.create_network() File "/opt/stack/tempest/tempest/api/network/base.py", line 109, 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 809, in _error_checker raise exceptions.NotFound(resp_body, resp=resp) tempest.lib.exceptions.NotFound: Object not found Details: {'type': 'HTTPNotFound', 'message': 'The resource could not be found.', 'detail': ''} |
||||||
setUpClass (tempest.api.network.admin.test_floating_ips_admin_actions | 1 | 0 | 1 | 0 | 0 | Detail | |
FloatingIPAdminTestJSON) |
fail
ft6.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 182, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 175, 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 203, 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 804, in _error_checker raise exceptions.Forbidden(resp_body, resp=resp) tempest.lib.exceptions.Forbidden: Forbidden Details: {'type': 'PolicyNotAuthorized', 'message': 'rule:create_floatingip is disallowed by policy', 'detail': ''} |
||||||
setUpClass (tempest.api.network.admin.test_ports | 2 | 0 | 2 | 0 | 0 | Detail | |
PortsAdminExtendedAttrsIpV6TestJSON) |
fail
ft7.1: setUpClass (tempest.api.network.admin.test_ports.PortsAdminExtendedAttrsIpV6TestJSON)testtools.testresult.real._StringException: Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 182, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 175, in setUpClass cls.resource_setup() File "/opt/stack/tempest/tempest/api/network/admin/test_ports.py", line 37, in resource_setup cls.network = cls.create_network() File "/opt/stack/tempest/tempest/api/network/base.py", line 109, 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 809, in _error_checker raise exceptions.NotFound(resp_body, resp=resp) tempest.lib.exceptions.NotFound: Object not found Details: {'type': 'HTTPNotFound', 'message': 'The resource could not be found.', 'detail': ''} |
||||||
PortsAdminExtendedAttrsTestJSON) |
fail
ft7.2: setUpClass (tempest.api.network.admin.test_ports.PortsAdminExtendedAttrsTestJSON)testtools.testresult.real._StringException: Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 182, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 175, in setUpClass cls.resource_setup() File "/opt/stack/tempest/tempest/api/network/admin/test_ports.py", line 37, in resource_setup cls.network = cls.create_network() File "/opt/stack/tempest/tempest/api/network/base.py", line 109, 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 809, in _error_checker raise exceptions.NotFound(resp_body, resp=resp) tempest.lib.exceptions.NotFound: Object not found Details: {'type': 'HTTPNotFound', 'message': 'The resource could not be found.', 'detail': ''} |
||||||
setUpClass (tempest.api.network.test_allowed_address_pair | 2 | 0 | 2 | 0 | 0 | Detail | |
AllowedAddressPairTestJSON) |
fail
ft8.1: 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 182, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 175, in setUpClass cls.resource_setup() File "/opt/stack/tempest/tempest/api/network/test_allowed_address_pair.py", line 50, in resource_setup cls.network = cls.create_network() File "/opt/stack/tempest/tempest/api/network/base.py", line 109, 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 809, in _error_checker raise exceptions.NotFound(resp_body, resp=resp) tempest.lib.exceptions.NotFound: Object not found Details: {'type': 'HTTPNotFound', 'message': 'The resource could not be found.', 'detail': ''} |
||||||
AllowedAddressPairIpV6TestJSON) |
fail
ft8.2: 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 182, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 175, in setUpClass cls.resource_setup() File "/opt/stack/tempest/tempest/api/network/test_allowed_address_pair.py", line 50, in resource_setup cls.network = cls.create_network() File "/opt/stack/tempest/tempest/api/network/base.py", line 109, 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 809, in _error_checker raise exceptions.NotFound(resp_body, resp=resp) tempest.lib.exceptions.NotFound: Object not found Details: {'type': 'HTTPNotFound', 'message': 'The resource could not be found.', 'detail': ''} |
||||||
setUpClass (tempest.api.network.test_dhcp_ipv6 | 1 | 0 | 1 | 0 | 0 | Detail | |
NetworksTestDHCPv6) |
fail
ft9.1: setUpClass (tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6)testtools.testresult.real._StringException: Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 182, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 175, in setUpClass cls.resource_setup() File "/opt/stack/tempest/tempest/api/network/test_dhcp_ipv6.py", line 58, in resource_setup cls.network = cls.create_network() File "/opt/stack/tempest/tempest/api/network/base.py", line 109, 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 809, in _error_checker raise exceptions.NotFound(resp_body, resp=resp) tempest.lib.exceptions.NotFound: Object not found Details: {'type': 'HTTPNotFound', 'message': 'The resource could not be found.', 'detail': ''} |
||||||
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 182, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 175, in setUpClass cls.resource_setup() File "/opt/stack/tempest/tempest/api/network/test_extra_dhcp_options.py", line 46, in resource_setup cls.network = cls.create_network() File "/opt/stack/tempest/tempest/api/network/base.py", line 109, 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 809, in _error_checker raise exceptions.NotFound(resp_body, resp=resp) tempest.lib.exceptions.NotFound: Object not found Details: {'type': 'HTTPNotFound', 'message': 'The resource could not be found.', 'detail': ''} |
||||||
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 182, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 175, in setUpClass cls.resource_setup() File "/opt/stack/tempest/tempest/api/network/test_extra_dhcp_options.py", line 46, in resource_setup cls.network = cls.create_network() File "/opt/stack/tempest/tempest/api/network/base.py", line 109, 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 809, in _error_checker raise exceptions.NotFound(resp_body, resp=resp) tempest.lib.exceptions.NotFound: Object not found Details: {'type': 'HTTPNotFound', 'message': 'The resource could not be found.', 'detail': ''} |
||||||
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 182, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 175, in setUpClass cls.resource_setup() File "/opt/stack/tempest/tempest/api/network/test_floating_ips.py", line 63, in resource_setup cls.network = cls.create_network() File "/opt/stack/tempest/tempest/api/network/base.py", line 109, 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 809, in _error_checker raise exceptions.NotFound(resp_body, resp=resp) tempest.lib.exceptions.NotFound: Object not found Details: {'type': 'HTTPNotFound', 'message': 'The resource could not be found.', 'detail': ''} |
||||||
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 182, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 175, in setUpClass cls.resource_setup() File "/opt/stack/tempest/tempest/api/network/test_floating_ips_negative.py", line 52, in resource_setup cls.network = cls.create_network() File "/opt/stack/tempest/tempest/api/network/base.py", line 109, 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 809, in _error_checker raise exceptions.NotFound(resp_body, resp=resp) tempest.lib.exceptions.NotFound: Object not found Details: {'type': 'HTTPNotFound', 'message': 'The resource could not be found.', 'detail': ''} |
||||||
setUpClass (tempest.api.network.test_networks | 4 | 0 | 4 | 0 | 0 | Detail | |
NetworksIpV6TestAttrs) |
fail
ft13.1: setUpClass (tempest.api.network.test_networks.NetworksIpV6TestAttrs)testtools.testresult.real._StringException: Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 182, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 175, 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 109, 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 809, in _error_checker raise exceptions.NotFound(resp_body, resp=resp) tempest.lib.exceptions.NotFound: Object not found Details: {'type': 'HTTPNotFound', 'message': 'The resource could not be found.', 'detail': ''} |
||||||
NetworksIpV6Test) |
fail
ft13.2: setUpClass (tempest.api.network.test_networks.NetworksIpV6Test)testtools.testresult.real._StringException: Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 182, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 175, 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 109, 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 809, in _error_checker raise exceptions.NotFound(resp_body, resp=resp) tempest.lib.exceptions.NotFound: Object not found Details: {'type': 'HTTPNotFound', 'message': 'The resource could not be found.', 'detail': ''} |
||||||
NetworksTest) |
fail
ft13.3: setUpClass (tempest.api.network.test_networks.NetworksTest)testtools.testresult.real._StringException: Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 182, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 175, 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 109, 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 809, in _error_checker raise exceptions.NotFound(resp_body, resp=resp) tempest.lib.exceptions.NotFound: Object not found Details: {'type': 'HTTPNotFound', 'message': 'The resource could not be found.', 'detail': ''} |
||||||
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 182, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 175, 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 109, 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 809, in _error_checker raise exceptions.NotFound(resp_body, resp=resp) tempest.lib.exceptions.NotFound: Object not found Details: {'type': 'HTTPNotFound', 'message': 'The resource could not be found.', 'detail': ''} |
||||||
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 182, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 175, in setUpClass cls.resource_setup() File "/opt/stack/tempest/tempest/api/network/test_ports.py", line 43, in resource_setup cls.network = cls.create_network() File "/opt/stack/tempest/tempest/api/network/base.py", line 109, 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 809, in _error_checker raise exceptions.NotFound(resp_body, resp=resp) tempest.lib.exceptions.NotFound: Object not found Details: {'type': 'HTTPNotFound', 'message': 'The resource could not be found.', 'detail': ''} |
||||||
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 182, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 175, in setUpClass cls.resource_setup() File "/opt/stack/tempest/tempest/api/network/test_ports.py", line 43, in resource_setup cls.network = cls.create_network() File "/opt/stack/tempest/tempest/api/network/base.py", line 109, 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 809, in _error_checker raise exceptions.NotFound(resp_body, resp=resp) tempest.lib.exceptions.NotFound: Object not found Details: {'type': 'HTTPNotFound', 'message': 'The resource could not be found.', 'detail': ''} |
||||||
setUpClass (tempest.api.network.test_routers_negative | 3 | 0 | 3 | 0 | 0 | Detail | |
RoutersNegativeIpV6Test) |
fail
ft15.1: 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 182, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 175, in setUpClass cls.resource_setup() File "/opt/stack/tempest/tempest/api/network/test_routers_negative.py", line 36, in resource_setup cls.router = cls.create_router() File "/opt/stack/tempest/tempest/api/network/base.py", line 192, 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 804, in _error_checker raise exceptions.Forbidden(resp_body, resp=resp) tempest.lib.exceptions.Forbidden: Forbidden Details: {'type': 'PolicyNotAuthorized', 'message': '(rule:create_router and (rule:create_router:external_gateway_info and ())) is disallowed by policy', 'detail': ''} |
||||||
RoutersNegativeTest) |
fail
ft15.2: 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 182, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 175, in setUpClass cls.resource_setup() File "/opt/stack/tempest/tempest/api/network/test_routers_negative.py", line 36, in resource_setup cls.router = cls.create_router() File "/opt/stack/tempest/tempest/api/network/base.py", line 192, 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 804, in _error_checker raise exceptions.Forbidden(resp_body, resp=resp) tempest.lib.exceptions.Forbidden: Forbidden Details: {'type': 'PolicyNotAuthorized', 'message': '(rule:create_router and (rule:create_router:external_gateway_info and ())) is disallowed by policy', 'detail': ''} |
||||||
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 182, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 175, in setUpClass cls.resource_setup() File "/opt/stack/tempest/tempest/api/network/test_routers_negative.py", line 36, in resource_setup cls.router = cls.create_router() File "/opt/stack/tempest/tempest/api/network/base.py", line 192, 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 804, in _error_checker raise exceptions.Forbidden(resp_body, resp=resp) tempest.lib.exceptions.Forbidden: Forbidden Details: {'type': 'PolicyNotAuthorized', 'message': '(rule:create_router and (rule:create_router:external_gateway_info and ())) is disallowed by policy', 'detail': ''} |
||||||
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 182, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 175, in setUpClass cls.resource_setup() File "/opt/stack/tempest/tempest/api/network/test_tags.py", line 130, in resource_setup cls.network = cls.create_network() File "/opt/stack/tempest/tempest/api/network/base.py", line 109, 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 809, in _error_checker raise exceptions.NotFound(resp_body, resp=resp) tempest.lib.exceptions.NotFound: Object not found Details: {'type': 'HTTPNotFound', 'message': 'The resource could not be found.', 'detail': ''} |
||||||
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 182, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 175, 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 109, 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 809, in _error_checker raise exceptions.NotFound(resp_body, resp=resp) tempest.lib.exceptions.NotFound: Object not found Details: {'type': 'HTTPNotFound', 'message': 'The resource could not be found.', 'detail': ''} |
||||||
tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON | 1 | 0 | 1 | 0 | 0 | Detail | |
test_delete_server_while_in_verify_resize_state[id-ab0c38b4-cdd8-49d3-9b92-0cb898723c01] |
fail
ft17.1: tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_server_while_in_verify_resize_state[id-ab0c38b4-cdd8-49d3-9b92-0cb898723c01]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2021-12-16 11:58:00,594 119978 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_verify_resize_state): 201 POST http://10.222.0.32/identity/v3/auth/tokens 0.033s 2021-12-16 11:58:00,594 119978 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Thu, 16 Dec 2021 11:58:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'content-length': '3246', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-7c0ba47f-8506-48d6-ab0e-2930323ad51c', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.32/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "46a5b57d4ea44c2aad0ed8a0997d3e95", "name": "tempest-DeleteServersTestJSON-1831429543-project", "password_expires_at": null}, "audit_ids": ["sxDF-7JzSpu-66aohqFALg"], "expires_at": "2021-12-16T12:58:00.000000Z", "issued_at": "2021-12-16T11:58:00.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1a51d1b9b7e04a6082f6c048a8f7d46c", "name": "tempest-DeleteServersTestJSON-1831429543"}, "is_domain": false, "roles": [{"id": "4a3bf3dae7f047ea8ea9b99173748a85", "name": "member"}, {"id": "65c8f60a9aee4c2385c4cec8d1b4a5e3", "name": "reader"}], "catalog": [{"endpoints": [{"id": "3c7b615650e84ee3ba52fa07b666b89d", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.32/placement", "region": "RegionOne"}], "id": "0327ff59fc3a4f88b99a8f3d4a2fa8cc", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "e22a64f2a4744839b77d36019885f42e", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.32/compute/v2/1a51d1b9b7e04a6082f6c048a8f7d46c", "region": "RegionOne"}], "id": "035693fbf3484edd92b7e0ed4e21e209", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "36cbcdb239e4464ea6ae9fb5c328ab2c", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.32/compute/v2.1", "region": "RegionOne"}], "id": "3c21e8c4a46c4e0da712a8eb9fc1a82d", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "60370ba45b4445699661404a7120c214", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.32:9696/", "region": "RegionOne"}], "id": "4544472da27a4199b4c0e606b985b9c2", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "405ac79319184bd2bda86bb0aff0fe15", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.32:8080/v1/AUTH_1a51d1b9b7e04a6082f6c048a8f7d46c", "region": "RegionOne"}, {"id": "eec4555dcd854d26b5b95346a48fde7b", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.32:8080", "region": "RegionOne"}], "id": "5653c0db0a7d4592a483b27f7e7fa2a8", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "0373320f776043ef93b362cf26e378bf", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.32/image", "region": "RegionOne"}], "id": "788b6b8028a04951b7a4ecff865a4521", "type": "image", "name": "glance"}, {"endpoints": [{"id": "d04a8bd14df3411a9a46989ad3652fd1", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.32/identity", "region": "RegionOne"}], "id": "b5e6de543b6a4b45a33355e668bf46f1", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "9a18849d10bc4c868bfefd765709c0e6", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.32/volume/v3/1a51d1b9b7e04a6082f6c048a8f7d46c", "region": "RegionOne"}], "id": "b6ddcb55d0b04402ae1f8dd0f68d5c19", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "ea314e5f7e574aa1be5ed9bdbd9c098a", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.32/volume/v3/1a51d1b9b7e04a6082f6c048a8f7d46c", "region": "RegionOne"}], "id": "fba0f533086a41ac9c1fc72843a4a1d6", "type": "volumev3", "name": "cinderv3"}]}}' 2021-12-16 11:58:00,595 119978 INFO [tempest.lib.common.fixed_network] (DeleteServersTestJSON:test_delete_server_while_in_verify_resize_state) Found network {'id': '5ec2c7a1-22de-4e00-8995-f87ae6e6f6c5', 'name': 'tempest-DeleteServersTestJSON-377292625-network', 'tenant_id': '1a51d1b9b7e04a6082f6c048a8f7d46c', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '1a51d1b9b7e04a6082f6c048a8f7d46c', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 288, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2021-12-16T11:57:59Z', 'updated_at': '2021-12-16T11:57:59Z', 'revision_number': 1} available for tenant 2021-12-16 11:58:01,112 119978 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_verify_resize_state): 400 POST http://10.222.0.32/compute/v2.1/servers 0.516s 2021-12-16 11:58:01,112 119978 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"server": {"name": "tempest-DeleteServersTestJSON-server-23671955", "imageRef": "3c125fa8-596f-4481-901e-9792a81851b7", "flavorRef": "452", "networks": [{"uuid": "5ec2c7a1-22de-4e00-8995-f87ae6e6f6c5"}]}} Response - Headers: {'date': 'Thu, 16 Dec 2021 11:58:00 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '108', 'x-openstack-request-id': 'req-c64a1c23-1255-484e-b462-31be9b15db06', 'x-compute-request-id': 'req-c64a1c23-1255-484e-b462-31be9b15db06', 'connection': 'close', 'status': '400', 'content-location': 'http://10.222.0.32/compute/v2.1/servers'} Body: b'{"badRequest": {"code": 400, "message": "Network 5ec2c7a1-22de-4e00-8995-f87ae6e6f6c5 could not be found."}}' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/compute/servers/test_delete_server.py", line 101, in test_delete_server_while_in_verify_resize_state server = self.create_test_server(wait_until='ACTIVE') File "/opt/stack/tempest/tempest/api/compute/base.py", line 270, 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 814, in _error_checker raise exceptions.BadRequest(resp_body, resp=resp) tempest.lib.exceptions.BadRequest: Bad request Details: {'code': 400, 'message': 'Network 5ec2c7a1-22de-4e00-8995-f87ae6e6f6c5 could not be found.'} |
||||||
tempest.api.compute.servers.test_disk_config.ServerDiskConfigTestJSON | 2 | 0 | 2 | 0 | 0 | Detail | |
test_resize_server_from_auto_to_manual[id-693d16f3-556c-489a-8bac-3d0ca2490bad] |
fail
ft18.1: tempest.api.compute.servers.test_disk_config.ServerDiskConfigTestJSON.test_resize_server_from_auto_to_manual[id-693d16f3-556c-489a-8bac-3d0ca2490bad]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2021-12-16 11:58:03,319 119978 INFO [tempest.lib.common.rest_client] Request (ServerDiskConfigTestJSON:test_resize_server_from_auto_to_manual): 201 POST http://10.222.0.32/identity/v3/auth/tokens 0.031s 2021-12-16 11:58:03,320 119978 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Thu, 16 Dec 2021 11:58:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'content-length': '3252', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-7e75aa9f-5688-4465-b7ca-f0abe1a5b6f0', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.32/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "2428e23db9a84de3ba53339539875b81", "name": "tempest-ServerDiskConfigTestJSON-1308782181-project", "password_expires_at": null}, "audit_ids": ["BcpcT8a1Qwy9gBqTGZ8XUw"], "expires_at": "2021-12-16T12:58:03.000000Z", "issued_at": "2021-12-16T11:58:03.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "100cb901039a4084858edef2cf6e1b66", "name": "tempest-ServerDiskConfigTestJSON-1308782181"}, "is_domain": false, "roles": [{"id": "4a3bf3dae7f047ea8ea9b99173748a85", "name": "member"}, {"id": "65c8f60a9aee4c2385c4cec8d1b4a5e3", "name": "reader"}], "catalog": [{"endpoints": [{"id": "3c7b615650e84ee3ba52fa07b666b89d", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.32/placement", "region": "RegionOne"}], "id": "0327ff59fc3a4f88b99a8f3d4a2fa8cc", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "e22a64f2a4744839b77d36019885f42e", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.32/compute/v2/100cb901039a4084858edef2cf6e1b66", "region": "RegionOne"}], "id": "035693fbf3484edd92b7e0ed4e21e209", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "36cbcdb239e4464ea6ae9fb5c328ab2c", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.32/compute/v2.1", "region": "RegionOne"}], "id": "3c21e8c4a46c4e0da712a8eb9fc1a82d", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "60370ba45b4445699661404a7120c214", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.32:9696/", "region": "RegionOne"}], "id": "4544472da27a4199b4c0e606b985b9c2", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "405ac79319184bd2bda86bb0aff0fe15", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.32:8080/v1/AUTH_100cb901039a4084858edef2cf6e1b66", "region": "RegionOne"}, {"id": "eec4555dcd854d26b5b95346a48fde7b", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.32:8080", "region": "RegionOne"}], "id": "5653c0db0a7d4592a483b27f7e7fa2a8", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "0373320f776043ef93b362cf26e378bf", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.32/image", "region": "RegionOne"}], "id": "788b6b8028a04951b7a4ecff865a4521", "type": "image", "name": "glance"}, {"endpoints": [{"id": "d04a8bd14df3411a9a46989ad3652fd1", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.32/identity", "region": "RegionOne"}], "id": "b5e6de543b6a4b45a33355e668bf46f1", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "9a18849d10bc4c868bfefd765709c0e6", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.32/volume/v3/100cb901039a4084858edef2cf6e1b66", "region": "RegionOne"}], "id": "b6ddcb55d0b04402ae1f8dd0f68d5c19", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "ea314e5f7e574aa1be5ed9bdbd9c098a", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.32/volume/v3/100cb901039a4084858edef2cf6e1b66", "region": "RegionOne"}], "id": "fba0f533086a41ac9c1fc72843a4a1d6", "type": "volumev3", "name": "cinderv3"}]}}' 2021-12-16 11:58:03,320 119978 INFO [tempest.lib.common.fixed_network] (ServerDiskConfigTestJSON:test_resize_server_from_auto_to_manual) Found network {'id': '3d752a0e-113f-4600-9e93-f3131700876b', 'name': 'tempest-ServerDiskConfigTestJSON-1792161057-network', 'tenant_id': '100cb901039a4084858edef2cf6e1b66', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '100cb901039a4084858edef2cf6e1b66', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 275, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2021-12-16T11:58:02Z', 'updated_at': '2021-12-16T11:58:02Z', 'revision_number': 1} available for tenant 2021-12-16 11:58:03,591 119978 INFO [tempest.lib.common.rest_client] Request (ServerDiskConfigTestJSON:test_resize_server_from_auto_to_manual): 400 POST http://10.222.0.32/compute/v2.1/servers 0.270s 2021-12-16 11:58:03,592 119978 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"server": {"name": "tempest-ServerDiskConfigTestJSON-server-1590028548", "imageRef": "3c125fa8-596f-4481-901e-9792a81851b7", "flavorRef": "452", "networks": [{"uuid": "3d752a0e-113f-4600-9e93-f3131700876b"}]}} Response - Headers: {'date': 'Thu, 16 Dec 2021 11:58:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '108', 'x-openstack-request-id': 'req-6737b321-eb17-4db0-b41e-4e4c27dd788a', 'x-compute-request-id': 'req-6737b321-eb17-4db0-b41e-4e4c27dd788a', 'connection': 'close', 'status': '400', 'content-location': 'http://10.222.0.32/compute/v2.1/servers'} Body: b'{"badRequest": {"code": 400, "message": "Network 3d752a0e-113f-4600-9e93-f3131700876b could not be found."}}' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/compute/servers/test_disk_config.py", line 111, in test_resize_server_from_auto_to_manual server = self.create_test_server(wait_until='ACTIVE') File "/opt/stack/tempest/tempest/api/compute/base.py", line 270, 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 814, in _error_checker raise exceptions.BadRequest(resp_body, resp=resp) tempest.lib.exceptions.BadRequest: Bad request Details: {'code': 400, 'message': 'Network 3d752a0e-113f-4600-9e93-f3131700876b could not be found.'} |
||||||
test_resize_server_from_manual_to_auto[id-414e7e93-45b5-44bc-8e03-55159c6bfc97] |
fail
ft18.2: tempest.api.compute.servers.test_disk_config.ServerDiskConfigTestJSON.test_resize_server_from_manual_to_auto[id-414e7e93-45b5-44bc-8e03-55159c6bfc97]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2021-12-16 11:58:03,630 119978 INFO [tempest.lib.common.rest_client] Request (ServerDiskConfigTestJSON:test_resize_server_from_manual_to_auto): 201 POST http://10.222.0.32/identity/v3/auth/tokens 0.030s 2021-12-16 11:58:03,630 119978 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Thu, 16 Dec 2021 11:58:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'content-length': '3252', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-bd374e98-3c58-4009-bb90-1768453d59cb', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.32/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "2428e23db9a84de3ba53339539875b81", "name": "tempest-ServerDiskConfigTestJSON-1308782181-project", "password_expires_at": null}, "audit_ids": ["1pIE6Pc-SIesRoHC_OHcAA"], "expires_at": "2021-12-16T12:58:03.000000Z", "issued_at": "2021-12-16T11:58:03.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "100cb901039a4084858edef2cf6e1b66", "name": "tempest-ServerDiskConfigTestJSON-1308782181"}, "is_domain": false, "roles": [{"id": "4a3bf3dae7f047ea8ea9b99173748a85", "name": "member"}, {"id": "65c8f60a9aee4c2385c4cec8d1b4a5e3", "name": "reader"}], "catalog": [{"endpoints": [{"id": "3c7b615650e84ee3ba52fa07b666b89d", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.32/placement", "region": "RegionOne"}], "id": "0327ff59fc3a4f88b99a8f3d4a2fa8cc", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "e22a64f2a4744839b77d36019885f42e", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.32/compute/v2/100cb901039a4084858edef2cf6e1b66", "region": "RegionOne"}], "id": "035693fbf3484edd92b7e0ed4e21e209", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "36cbcdb239e4464ea6ae9fb5c328ab2c", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.32/compute/v2.1", "region": "RegionOne"}], "id": "3c21e8c4a46c4e0da712a8eb9fc1a82d", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "60370ba45b4445699661404a7120c214", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.32:9696/", "region": "RegionOne"}], "id": "4544472da27a4199b4c0e606b985b9c2", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "405ac79319184bd2bda86bb0aff0fe15", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.32:8080/v1/AUTH_100cb901039a4084858edef2cf6e1b66", "region": "RegionOne"}, {"id": "eec4555dcd854d26b5b95346a48fde7b", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.32:8080", "region": "RegionOne"}], "id": "5653c0db0a7d4592a483b27f7e7fa2a8", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "0373320f776043ef93b362cf26e378bf", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.32/image", "region": "RegionOne"}], "id": "788b6b8028a04951b7a4ecff865a4521", "type": "image", "name": "glance"}, {"endpoints": [{"id": "d04a8bd14df3411a9a46989ad3652fd1", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.32/identity", "region": "RegionOne"}], "id": "b5e6de543b6a4b45a33355e668bf46f1", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "9a18849d10bc4c868bfefd765709c0e6", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.32/volume/v3/100cb901039a4084858edef2cf6e1b66", "region": "RegionOne"}], "id": "b6ddcb55d0b04402ae1f8dd0f68d5c19", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "ea314e5f7e574aa1be5ed9bdbd9c098a", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.32/volume/v3/100cb901039a4084858edef2cf6e1b66", "region": "RegionOne"}], "id": "fba0f533086a41ac9c1fc72843a4a1d6", "type": "volumev3", "name": "cinderv3"}]}}' 2021-12-16 11:58:03,631 119978 INFO [tempest.lib.common.fixed_network] (ServerDiskConfigTestJSON:test_resize_server_from_manual_to_auto) Found network {'id': '3d752a0e-113f-4600-9e93-f3131700876b', 'name': 'tempest-ServerDiskConfigTestJSON-1792161057-network', 'tenant_id': '100cb901039a4084858edef2cf6e1b66', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '100cb901039a4084858edef2cf6e1b66', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 275, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2021-12-16T11:58:02Z', 'updated_at': '2021-12-16T11:58:02Z', 'revision_number': 1} available for tenant 2021-12-16 11:58:03,795 119978 INFO [tempest.lib.common.rest_client] Request (ServerDiskConfigTestJSON:test_resize_server_from_manual_to_auto): 400 POST http://10.222.0.32/compute/v2.1/servers 0.163s 2021-12-16 11:58:03,795 119978 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"server": {"name": "tempest-ServerDiskConfigTestJSON-server-967952870", "imageRef": "3c125fa8-596f-4481-901e-9792a81851b7", "flavorRef": "452", "networks": [{"uuid": "3d752a0e-113f-4600-9e93-f3131700876b"}]}} Response - Headers: {'date': 'Thu, 16 Dec 2021 11:58:03 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '108', 'x-openstack-request-id': 'req-30ae4638-a00d-4307-a00a-325611d4ac70', 'x-compute-request-id': 'req-30ae4638-a00d-4307-a00a-325611d4ac70', 'connection': 'close', 'status': '400', 'content-location': 'http://10.222.0.32/compute/v2.1/servers'} Body: b'{"badRequest": {"code": 400, "message": "Network 3d752a0e-113f-4600-9e93-f3131700876b could not be found."}}' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/compute/servers/test_disk_config.py", line 95, in test_resize_server_from_manual_to_auto server = self.create_test_server(wait_until='ACTIVE') File "/opt/stack/tempest/tempest/api/compute/base.py", line 270, 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 814, in _error_checker raise exceptions.BadRequest(resp_body, resp=resp) tempest.lib.exceptions.BadRequest: Bad request Details: {'code': 400, 'message': 'Network 3d752a0e-113f-4600-9e93-f3131700876b could not be found.'} |
||||||
tempest.api.network.admin.test_routers.RoutersAdminTest | 9 | 3 | 6 | 0 | 0 | Detail | |
test_create_router_set_gateway_with_fixed_ip[id-cbe42f84-04c2-11e7-8adb-fa163e4fa634] |
pass
pt19.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
pt19.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
ft19.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-12-16 11:56:47,599 118134 INFO [tempest.lib.common.rest_client] Request (RoutersAdminTest:test_create_router_with_default_snat_value): 403 POST http://10.222.0.32:9696/v2.0/routers 0.508s 2021-12-16 11:56:47,599 118134 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-256685312", "external_gateway_info": {"network_id": "dea3a8df-63c7-43ba-8323-c83b9f1e3d9f"}, "admin_state_up": false}} Response - Headers: {'content-type': 'application/json', 'content-length': '227', 'x-openstack-request-id': 'req-3ae819fc-d994-43f4-ab0f-11ef91007732', 'date': 'Thu, 16 Dec 2021 11:56:47 GMT', 'connection': 'close', 'status': '403', 'content-location': 'http://10.222.0.32:9696/v2.0/routers'} Body: b'{"NeutronError": {"type": "PolicyNotAuthorized", "message": "(rule:create_router and (rule:create_router:external_gateway_info and (rule:create_router:external_gateway_info:network_id))) is disallowed by policy", "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 192, 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 804, in _error_checker raise exceptions.Forbidden(resp_body, resp=resp) tempest.lib.exceptions.Forbidden: Forbidden Details: {'type': 'PolicyNotAuthorized', 'message': '(rule:create_router and (rule:create_router:external_gateway_info and (rule:create_router:external_gateway_info:network_id))) is disallowed by policy', 'detail': ''} |
||||||
test_create_router_with_snat_explicit[id-ea74068d-09e9-4fd7-8995-9b6a1ace920f] |
pass
pt19.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
ft19.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-12-16 11:56:59,175 118134 INFO [tempest.lib.common.rest_client] Request (RoutersAdminTest:test_update_router_reset_gateway_without_snat): 403 POST http://10.222.0.32:9696/v2.0/routers 0.018s 2021-12-16 11:56:59,176 118134 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-739071221", "external_gateway_info": {"network_id": "dea3a8df-63c7-43ba-8323-c83b9f1e3d9f"}, "admin_state_up": false}} Response - Headers: {'content-type': 'application/json', 'content-length': '227', 'x-openstack-request-id': 'req-2032da27-6119-41cc-acbb-e71f09d9cb1c', 'date': 'Thu, 16 Dec 2021 11:56:59 GMT', 'connection': 'close', 'status': '403', 'content-location': 'http://10.222.0.32:9696/v2.0/routers'} Body: b'{"NeutronError": {"type": "PolicyNotAuthorized", "message": "(rule:create_router and (rule:create_router:external_gateway_info and (rule:create_router:external_gateway_info:network_id))) is disallowed by policy", "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 192, 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 804, in _error_checker raise exceptions.Forbidden(resp_body, resp=resp) tempest.lib.exceptions.Forbidden: Forbidden Details: {'type': 'PolicyNotAuthorized', 'message': '(rule:create_router and (rule:create_router:external_gateway_info and (rule:create_router:external_gateway_info:network_id))) is disallowed by policy', 'detail': ''} |
||||||
test_update_router_set_gateway[id-6cc285d8-46bf-4f36-9b1a-783e3008ba79] |
fail
ft19.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-12-16 11:56:59,199 118134 INFO [tempest.lib.common.rest_client] Request (RoutersAdminTest:test_update_router_set_gateway): 403 POST http://10.222.0.32:9696/v2.0/routers 0.019s 2021-12-16 11:56:59,199 118134 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-2074430854", "external_gateway_info": {}, "admin_state_up": false}} Response - Headers: {'content-type': 'application/json', 'content-length': '176', 'x-openstack-request-id': 'req-8d421bd6-38fc-4734-b9b3-d18dd2fc544d', 'date': 'Thu, 16 Dec 2021 11:56:59 GMT', 'connection': 'close', 'status': '403', 'content-location': 'http://10.222.0.32:9696/v2.0/routers'} Body: b'{"NeutronError": {"type": "PolicyNotAuthorized", "message": "(rule:create_router and (rule:create_router:external_gateway_info and ())) is disallowed by policy", "detail": ""}}' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/network/admin/test_routers.py", line 141, in test_update_router_set_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 192, 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 804, in _error_checker raise exceptions.Forbidden(resp_body, resp=resp) tempest.lib.exceptions.Forbidden: Forbidden Details: {'type': 'PolicyNotAuthorized', 'message': '(rule:create_router and (rule:create_router:external_gateway_info and ())) is disallowed by policy', 'detail': ''} |
||||||
test_update_router_set_gateway_with_snat_explicit[id-b386c111-3b21-466d-880c-5e72b01e1a33] |
fail
ft19.7: tempest.api.network.admin.test_routers.RoutersAdminTest.test_update_router_set_gateway_with_snat_explicit[id-b386c111-3b21-466d-880c-5e72b01e1a33]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2021-12-16 11:56:59,244 118134 INFO [tempest.lib.common.rest_client] Request (RoutersAdminTest:test_update_router_set_gateway_with_snat_explicit): 403 POST http://10.222.0.32:9696/v2.0/routers 0.042s 2021-12-16 11:56:59,244 118134 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-1525224103", "external_gateway_info": {}, "admin_state_up": false}} Response - Headers: {'content-type': 'application/json', 'content-length': '176', 'x-openstack-request-id': 'req-f7cbaa5b-b2db-4988-8ff4-06012334a2ec', 'date': 'Thu, 16 Dec 2021 11:56:59 GMT', 'connection': 'close', 'status': '403', 'content-location': 'http://10.222.0.32:9696/v2.0/routers'} Body: b'{"NeutronError": {"type": "PolicyNotAuthorized", "message": "(rule:create_router and (rule:create_router:external_gateway_info and ())) is disallowed by policy", "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 158, in test_update_router_set_gateway_with_snat_explicit 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 192, 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 804, in _error_checker raise exceptions.Forbidden(resp_body, resp=resp) tempest.lib.exceptions.Forbidden: Forbidden Details: {'type': 'PolicyNotAuthorized', 'message': '(rule:create_router and (rule:create_router:external_gateway_info and ())) is disallowed by policy', 'detail': ''} |
||||||
test_update_router_set_gateway_without_snat[id-96536bc7-8262-4fb2-9967-5c46940fa279] |
fail
ft19.8: tempest.api.network.admin.test_routers.RoutersAdminTest.test_update_router_set_gateway_without_snat[id-96536bc7-8262-4fb2-9967-5c46940fa279]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2021-12-16 11:56:59,261 118134 INFO [tempest.lib.common.rest_client] Request (RoutersAdminTest:test_update_router_set_gateway_without_snat): 403 POST http://10.222.0.32:9696/v2.0/routers 0.014s 2021-12-16 11:56:59,261 118134 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-1692599299", "external_gateway_info": {}, "admin_state_up": false}} Response - Headers: {'content-type': 'application/json', 'content-length': '176', 'x-openstack-request-id': 'req-a230ea65-b161-41b5-b1ed-be51c53cb1e0', 'date': 'Thu, 16 Dec 2021 11:56:59 GMT', 'connection': 'close', 'status': '403', 'content-location': 'http://10.222.0.32:9696/v2.0/routers'} Body: b'{"NeutronError": {"type": "PolicyNotAuthorized", "message": "(rule:create_router and (rule:create_router:external_gateway_info and ())) is disallowed by policy", "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 176, in test_update_router_set_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 192, 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 804, in _error_checker raise exceptions.Forbidden(resp_body, resp=resp) tempest.lib.exceptions.Forbidden: Forbidden Details: {'type': 'PolicyNotAuthorized', 'message': '(rule:create_router and (rule:create_router:external_gateway_info and ())) is disallowed by policy', 'detail': ''} |
||||||
test_update_router_unset_gateway[id-ad81b7ee-4f81-407b-a19c-17e623f763e8] |
fail
ft19.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-12-16 11:56:59,277 118134 INFO [tempest.lib.common.rest_client] Request (RoutersAdminTest:test_update_router_unset_gateway): 403 POST http://10.222.0.32:9696/v2.0/routers 0.014s 2021-12-16 11:56:59,278 118134 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-359542582", "external_gateway_info": {"network_id": "dea3a8df-63c7-43ba-8323-c83b9f1e3d9f"}, "admin_state_up": false}} Response - Headers: {'content-type': 'application/json', 'content-length': '227', 'x-openstack-request-id': 'req-76a090af-e5e7-48f7-86ee-96cc65a9d04b', 'date': 'Thu, 16 Dec 2021 11:56:59 GMT', 'connection': 'close', 'status': '403', 'content-location': 'http://10.222.0.32:9696/v2.0/routers'} Body: b'{"NeutronError": {"type": "PolicyNotAuthorized", "message": "(rule:create_router and (rule:create_router:external_gateway_info and (rule:create_router:external_gateway_info:network_id))) is disallowed by policy", "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 192, 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 804, in _error_checker raise exceptions.Forbidden(resp_body, resp=resp) tempest.lib.exceptions.Forbidden: Forbidden Details: {'type': 'PolicyNotAuthorized', 'message': '(rule:create_router and (rule:create_router:external_gateway_info and (rule:create_router:external_gateway_info:network_id))) is disallowed by policy', 'detail': ''} |
||||||
tempest.api.network.admin.test_routers.RoutersIpV6AdminTest | 9 | 3 | 6 | 0 | 0 | Detail | |
test_create_router_set_gateway_with_fixed_ip[id-cbe42f84-04c2-11e7-8adb-fa163e4fa634] |
pass
pt20.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
pt20.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
ft20.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-12-16 11:57:01,597 118139 INFO [tempest.lib.common.rest_client] Request (RoutersIpV6AdminTest:test_create_router_with_default_snat_value): 403 POST http://10.222.0.32:9696/v2.0/routers 0.812s 2021-12-16 11:57:01,597 118139 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-1616038146", "external_gateway_info": {"network_id": "dea3a8df-63c7-43ba-8323-c83b9f1e3d9f"}, "admin_state_up": false}} Response - Headers: {'content-type': 'application/json', 'content-length': '227', 'x-openstack-request-id': 'req-550c063c-f5c9-4593-b4d9-0ebb4176d836', 'date': 'Thu, 16 Dec 2021 11:57:01 GMT', 'connection': 'close', 'status': '403', 'content-location': 'http://10.222.0.32:9696/v2.0/routers'} Body: b'{"NeutronError": {"type": "PolicyNotAuthorized", "message": "(rule:create_router and (rule:create_router:external_gateway_info and (rule:create_router:external_gateway_info:network_id))) is disallowed by policy", "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 192, 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 804, in _error_checker raise exceptions.Forbidden(resp_body, resp=resp) tempest.lib.exceptions.Forbidden: Forbidden Details: {'type': 'PolicyNotAuthorized', 'message': '(rule:create_router and (rule:create_router:external_gateway_info and (rule:create_router:external_gateway_info:network_id))) is disallowed by policy', 'detail': ''} |
||||||
test_create_router_with_snat_explicit[id-ea74068d-09e9-4fd7-8995-9b6a1ace920f] |
pass
pt20.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
ft20.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-12-16 11:57:15,557 118139 INFO [tempest.lib.common.rest_client] Request (RoutersIpV6AdminTest:test_update_router_reset_gateway_without_snat): 403 POST http://10.222.0.32:9696/v2.0/routers 0.016s 2021-12-16 11:57:15,558 118139 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-296142889", "external_gateway_info": {"network_id": "dea3a8df-63c7-43ba-8323-c83b9f1e3d9f"}, "admin_state_up": false}} Response - Headers: {'content-type': 'application/json', 'content-length': '227', 'x-openstack-request-id': 'req-34c4cb3f-0fca-4424-823c-68078d89b8ae', 'date': 'Thu, 16 Dec 2021 11:57:15 GMT', 'connection': 'close', 'status': '403', 'content-location': 'http://10.222.0.32:9696/v2.0/routers'} Body: b'{"NeutronError": {"type": "PolicyNotAuthorized", "message": "(rule:create_router and (rule:create_router:external_gateway_info and (rule:create_router:external_gateway_info:network_id))) is disallowed by policy", "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 192, 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 804, in _error_checker raise exceptions.Forbidden(resp_body, resp=resp) tempest.lib.exceptions.Forbidden: Forbidden Details: {'type': 'PolicyNotAuthorized', 'message': '(rule:create_router and (rule:create_router:external_gateway_info and (rule:create_router:external_gateway_info:network_id))) is disallowed by policy', 'detail': ''} |
||||||
test_update_router_set_gateway[id-6cc285d8-46bf-4f36-9b1a-783e3008ba79] |
fail
ft20.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-12-16 11:57:15,580 118139 INFO [tempest.lib.common.rest_client] Request (RoutersIpV6AdminTest:test_update_router_set_gateway): 403 POST http://10.222.0.32:9696/v2.0/routers 0.016s 2021-12-16 11:57:15,580 118139 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-514341844", "external_gateway_info": {}, "admin_state_up": false}} Response - Headers: {'content-type': 'application/json', 'content-length': '176', 'x-openstack-request-id': 'req-2f15366b-4a35-4f8e-b5f3-77669e07a735', 'date': 'Thu, 16 Dec 2021 11:57:15 GMT', 'connection': 'close', 'status': '403', 'content-location': 'http://10.222.0.32:9696/v2.0/routers'} Body: b'{"NeutronError": {"type": "PolicyNotAuthorized", "message": "(rule:create_router and (rule:create_router:external_gateway_info and ())) is disallowed by policy", "detail": ""}}' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/network/admin/test_routers.py", line 141, in test_update_router_set_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 192, 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 804, in _error_checker raise exceptions.Forbidden(resp_body, resp=resp) tempest.lib.exceptions.Forbidden: Forbidden Details: {'type': 'PolicyNotAuthorized', 'message': '(rule:create_router and (rule:create_router:external_gateway_info and ())) is disallowed by policy', 'detail': ''} |
||||||
test_update_router_set_gateway_with_snat_explicit[id-b386c111-3b21-466d-880c-5e72b01e1a33] |
fail
ft20.7: tempest.api.network.admin.test_routers.RoutersIpV6AdminTest.test_update_router_set_gateway_with_snat_explicit[id-b386c111-3b21-466d-880c-5e72b01e1a33]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2021-12-16 11:57:15,630 118139 INFO [tempest.lib.common.rest_client] Request (RoutersIpV6AdminTest:test_update_router_set_gateway_with_snat_explicit): 403 POST http://10.222.0.32:9696/v2.0/routers 0.047s 2021-12-16 11:57:15,630 118139 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-1229797736", "external_gateway_info": {}, "admin_state_up": false}} Response - Headers: {'content-type': 'application/json', 'content-length': '176', 'x-openstack-request-id': 'req-c3fa8f7f-76be-4406-8af1-cc5773444231', 'date': 'Thu, 16 Dec 2021 11:57:15 GMT', 'connection': 'close', 'status': '403', 'content-location': 'http://10.222.0.32:9696/v2.0/routers'} Body: b'{"NeutronError": {"type": "PolicyNotAuthorized", "message": "(rule:create_router and (rule:create_router:external_gateway_info and ())) is disallowed by policy", "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 158, in test_update_router_set_gateway_with_snat_explicit 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 192, 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 804, in _error_checker raise exceptions.Forbidden(resp_body, resp=resp) tempest.lib.exceptions.Forbidden: Forbidden Details: {'type': 'PolicyNotAuthorized', 'message': '(rule:create_router and (rule:create_router:external_gateway_info and ())) is disallowed by policy', 'detail': ''} |
||||||
test_update_router_set_gateway_without_snat[id-96536bc7-8262-4fb2-9967-5c46940fa279] |
fail
ft20.8: tempest.api.network.admin.test_routers.RoutersIpV6AdminTest.test_update_router_set_gateway_without_snat[id-96536bc7-8262-4fb2-9967-5c46940fa279]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2021-12-16 11:57:15,666 118139 INFO [tempest.lib.common.rest_client] Request (RoutersIpV6AdminTest:test_update_router_set_gateway_without_snat): 403 POST http://10.222.0.32:9696/v2.0/routers 0.033s 2021-12-16 11:57:15,666 118139 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-1753123384", "external_gateway_info": {}, "admin_state_up": false}} Response - Headers: {'content-type': 'application/json', 'content-length': '176', 'x-openstack-request-id': 'req-9620f9ea-9128-4cba-8cae-63bee4b16a69', 'date': 'Thu, 16 Dec 2021 11:57:15 GMT', 'connection': 'close', 'status': '403', 'content-location': 'http://10.222.0.32:9696/v2.0/routers'} Body: b'{"NeutronError": {"type": "PolicyNotAuthorized", "message": "(rule:create_router and (rule:create_router:external_gateway_info and ())) is disallowed by policy", "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 176, in test_update_router_set_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 192, 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 804, in _error_checker raise exceptions.Forbidden(resp_body, resp=resp) tempest.lib.exceptions.Forbidden: Forbidden Details: {'type': 'PolicyNotAuthorized', 'message': '(rule:create_router and (rule:create_router:external_gateway_info and ())) is disallowed by policy', 'detail': ''} |
||||||
test_update_router_unset_gateway[id-ad81b7ee-4f81-407b-a19c-17e623f763e8] |
fail
ft20.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-12-16 11:57:15,688 118139 INFO [tempest.lib.common.rest_client] Request (RoutersIpV6AdminTest:test_update_router_unset_gateway): 403 POST http://10.222.0.32:9696/v2.0/routers 0.019s 2021-12-16 11:57:15,688 118139 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-408458303", "external_gateway_info": {"network_id": "dea3a8df-63c7-43ba-8323-c83b9f1e3d9f"}, "admin_state_up": false}} Response - Headers: {'content-type': 'application/json', 'content-length': '227', 'x-openstack-request-id': 'req-a25adfe7-f7cd-4113-aacf-63eda1d369ea', 'date': 'Thu, 16 Dec 2021 11:57:15 GMT', 'connection': 'close', 'status': '403', 'content-location': 'http://10.222.0.32:9696/v2.0/routers'} Body: b'{"NeutronError": {"type": "PolicyNotAuthorized", "message": "(rule:create_router and (rule:create_router:external_gateway_info and (rule:create_router:external_gateway_info:network_id))) is disallowed by policy", "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 192, 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 804, in _error_checker raise exceptions.Forbidden(resp_body, resp=resp) tempest.lib.exceptions.Forbidden: Forbidden Details: {'type': 'PolicyNotAuthorized', 'message': '(rule:create_router and (rule:create_router:external_gateway_info and (rule:create_router:external_gateway_info:network_id))) is disallowed by policy', 'detail': ''} |
||||||
tempest.api.network.admin.test_routers_dvr.RoutersTestDVR | 3 | 2 | 1 | 0 | 0 | Detail | |
test_centralized_router_creation[id-8a0a72b4-7290-4677-afeb-b4ffe37bc352] |
pass
pt21.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] |
fail
ft21.2: tempest.api.network.admin.test_routers_dvr.RoutersTestDVR.test_centralized_router_update_to_dvr[id-acd43596-c1fb-439d-ada8-31ad48ae3c2e]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2021-12-16 11:57:14,145 118134 INFO [tempest.lib.common.rest_client] Request (RoutersTestDVR:test_centralized_router_update_to_dvr): 201 POST http://10.222.0.32:9696/v2.0/routers 0.542s 2021-12-16 11:57:14,145 118134 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"router": {"name": "tempest-router-1464450233", "distributed": false, "admin_state_up": false, "ha": false, "project_id": "fe39d5e18aa64458ae828720809d3fcc"}} Response - Headers: {'content-type': 'application/json', 'content-length': '524', 'x-openstack-request-id': 'req-fb5826cf-d1c6-453c-8757-bcf1600cbb97', 'date': 'Thu, 16 Dec 2021 11:57:14 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.32:9696/v2.0/routers'} Body: b'{"router": {"id": "6ed067b5-6418-493b-b2fc-cb48426e1b58", "name": "tempest-router-1464450233", "tenant_id": "fe39d5e18aa64458ae828720809d3fcc", "admin_state_up": false, "status": "ACTIVE", "external_gateway_info": null, "description": "", "availability_zones": [], "distributed": false, "ha": false, "availability_zone_hints": [], "routes": [], "flavor_id": null, "tags": [], "created_at": "2021-12-16T11:57:13Z", "updated_at": "2021-12-16T11:57:13Z", "revision_number": 1, "project_id": "fe39d5e18aa64458ae828720809d3fcc"}}' 2021-12-16 11:57:15,871 118134 INFO [tempest.lib.common.rest_client] Request (RoutersTestDVR:test_centralized_router_update_to_dvr): 200 PUT http://10.222.0.32:9696/v2.0/routers/6ed067b5-6418-493b-b2fc-cb48426e1b58 1.725s 2021-12-16 11:57:15,871 118134 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"router": {"distributed": true}} Response - Headers: {'content-type': 'application/json', 'content-length': '523', 'x-openstack-request-id': 'req-bdc3cf46-3648-44ee-ad27-438987f9ca28', 'date': 'Thu, 16 Dec 2021 11:57:15 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.32:9696/v2.0/routers/6ed067b5-6418-493b-b2fc-cb48426e1b58'} Body: b'{"router": {"id": "6ed067b5-6418-493b-b2fc-cb48426e1b58", "name": "tempest-router-1464450233", "tenant_id": "fe39d5e18aa64458ae828720809d3fcc", "admin_state_up": false, "status": "ACTIVE", "external_gateway_info": null, "description": "", "availability_zones": [], "distributed": true, "ha": false, "availability_zone_hints": [], "routes": [], "flavor_id": null, "tags": [], "created_at": "2021-12-16T11:57:13Z", "updated_at": "2021-12-16T11:57:15Z", "revision_number": 2, "project_id": "fe39d5e18aa64458ae828720809d3fcc"}}' 2021-12-16 11:57:15,965 118134 INFO [tempest.lib.common.rest_client] Request (RoutersTestDVR:test_centralized_router_update_to_dvr): 200 GET http://10.222.0.32:9696/v2.0/routers/6ed067b5-6418-493b-b2fc-cb48426e1b58 0.093s 2021-12-16 11:57:15,965 118134 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': '523', 'x-openstack-request-id': 'req-b21c3aad-74ae-4dc9-baac-1562b4cd6a23', 'date': 'Thu, 16 Dec 2021 11:57:15 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.32:9696/v2.0/routers/6ed067b5-6418-493b-b2fc-cb48426e1b58'} Body: b'{"router": {"id": "6ed067b5-6418-493b-b2fc-cb48426e1b58", "name": "tempest-router-1464450233", "tenant_id": "fe39d5e18aa64458ae828720809d3fcc", "admin_state_up": false, "status": "ACTIVE", "external_gateway_info": null, "description": "", "availability_zones": [], "distributed": true, "ha": false, "availability_zone_hints": [], "routes": [], "flavor_id": null, "tags": [], "created_at": "2021-12-16T11:57:13Z", "updated_at": "2021-12-16T11:57:15Z", "revision_number": 2, "project_id": "fe39d5e18aa64458ae828720809d3fcc"}}' 2021-12-16 11:57:16,620 118134 INFO [tempest.lib.common.rest_client] Request (RoutersTestDVR:test_centralized_router_update_to_dvr): 404 GET http://10.222.0.32:9696/v2.0/routers/6ed067b5-6418-493b-b2fc-cb48426e1b58 0.654s 2021-12-16 11:57:16,620 118134 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': '103', 'content-type': 'application/json', 'x-openstack-request-id': 'req-37048bab-b1d4-411e-98e6-39a8ed49a5f4', 'date': 'Thu, 16 Dec 2021 11:57:16 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.222.0.32:9696/v2.0/routers/6ed067b5-6418-493b-b2fc-cb48426e1b58'} Body: b'{"NeutronError": {"type": "HTTPNotFound", "message": "The resource could not be found.", "detail": ""}}' 2021-12-16 11:57:17,156 118134 INFO [tempest.lib.common.rest_client] Request (RoutersTestDVR:_run_cleanups): 204 DELETE http://10.222.0.32:9696/v2.0/routers/6ed067b5-6418-493b-b2fc-cb48426e1b58 0.535s 2021-12-16 11:57:17,157 118134 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-754f719c-e318-4340-b851-98bd69bfe15b', 'content-length': '0', 'date': 'Thu, 16 Dec 2021 11:57:17 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.32:9696/v2.0/routers/6ed067b5-6418-493b-b2fc-cb48426e1b58'} Body: b'' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/network/admin/test_routers_dvr.py", line 126, in test_centralized_router_update_to_dvr show_body = self.routers_client.show_router(router_id) File "/opt/stack/tempest/tempest/lib/services/network/routers_client.py", line 48, in show_router 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 809, in _error_checker raise exceptions.NotFound(resp_body, resp=resp) tempest.lib.exceptions.NotFound: Object not found Details: {'type': 'HTTPNotFound', 'message': 'The resource could not be found.', 'detail': ''} |
||||||
test_distributed_router_creation[id-08a2a0a8-f1e4-4b34-8e30-e522e836c44e] |
pass
pt21.3: tempest.api.network.admin.test_routers_dvr.RoutersTestDVR.test_distributed_router_creation[id-08a2a0a8-f1e4-4b34-8e30-e522e836c44e] |
||||||
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
ft22.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-12-16 11:56:42,157 118132 INFO [tempest.lib.common.rest_client] Request (BulkNetworkOpsIpV6Test:test_bulk_create_delete_network): 404 POST http://10.222.0.32:9696/v2.0/networks 0.542s 2021-12-16 11:56:42,157 118132 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"networks": [{"name": "tempest-network--1237400206"}, {"name": "tempest-network--96585995"}]} Response - Headers: {'content-length': '103', 'content-type': 'application/json', 'x-openstack-request-id': 'req-6c54d39c-e853-4789-a078-e06ae767688b', 'date': 'Thu, 16 Dec 2021 11:56:42 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.222.0.32:9696/v2.0/networks'} Body: b'{"NeutronError": {"type": "HTTPNotFound", "message": "The resource could not be found.", "detail": ""}}' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/network/test_networks.py", line 473, in test_bulk_create_delete_network body = self.networks_client.create_bulk_networks(networks=network_list) File "/opt/stack/tempest/tempest/lib/services/network/networks_client.py", line 72, in create_bulk_networks 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 809, in _error_checker raise exceptions.NotFound(resp_body, resp=resp) tempest.lib.exceptions.NotFound: Object not found Details: {'type': 'HTTPNotFound', 'message': 'The resource could not be found.', 'detail': ''} |
||||||
test_bulk_create_delete_port[id-48037ff2-e889-4c3b-b86a-8e3f34d2d060,smoke] |
fail
ft22.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-12-16 11:56:42,223 118132 INFO [tempest.lib.common.rest_client] Request (BulkNetworkOpsIpV6Test:test_bulk_create_delete_port): 404 POST http://10.222.0.32:9696/v2.0/networks 0.061s 2021-12-16 11:56:42,223 118132 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-604555789"}} Response - Headers: {'content-length': '103', 'content-type': 'application/json', 'x-openstack-request-id': 'req-cb344136-e989-4b10-b5bc-ae9aa856b17f', 'date': 'Thu, 16 Dec 2021 11:56:42 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.222.0.32:9696/v2.0/networks'} Body: b'{"NeutronError": {"type": "HTTPNotFound", "message": "The resource could not be found.", "detail": ""}}' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/network/test_networks.py", line 517, in test_bulk_create_delete_port networks = [self.create_network(), self.create_network()] File "/opt/stack/tempest/tempest/api/network/base.py", line 109, 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 809, in _error_checker raise exceptions.NotFound(resp_body, resp=resp) tempest.lib.exceptions.NotFound: Object not found Details: {'type': 'HTTPNotFound', 'message': 'The resource could not be found.', 'detail': ''} |
||||||
test_bulk_create_delete_subnet[id-8936533b-c0aa-4f29-8e53-6cc873aec489,smoke] |
fail
ft22.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-12-16 11:56:42,309 118132 INFO [tempest.lib.common.rest_client] Request (BulkNetworkOpsIpV6Test:test_bulk_create_delete_subnet): 404 POST http://10.222.0.32:9696/v2.0/networks 0.082s 2021-12-16 11:56:42,309 118132 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-1210611047"}} Response - Headers: {'content-length': '103', 'content-type': 'application/json', 'x-openstack-request-id': 'req-37842cb8-ac87-482f-a167-bb3209c49f08', 'date': 'Thu, 16 Dec 2021 11:56:42 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.222.0.32:9696/v2.0/networks'} Body: b'{"NeutronError": {"type": "HTTPNotFound", "message": "The resource could not be found.", "detail": ""}}' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/network/test_networks.py", line 487, in test_bulk_create_delete_subnet networks = [self.create_network(), self.create_network()] File "/opt/stack/tempest/tempest/api/network/base.py", line 109, 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 809, in _error_checker raise exceptions.NotFound(resp_body, resp=resp) tempest.lib.exceptions.NotFound: Object not found Details: {'type': 'HTTPNotFound', 'message': 'The resource could not be found.', 'detail': ''} |
||||||
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
ft23.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-12-16 11:56:48,086 118140 INFO [tempest.lib.common.rest_client] Request (BulkNetworkOpsTest:test_bulk_create_delete_network): 404 POST http://10.222.0.32:9696/v2.0/networks 0.959s 2021-12-16 11:56:48,087 118140 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"networks": [{"name": "tempest-network--1147592956"}, {"name": "tempest-network--1303196686"}]} Response - Headers: {'content-length': '103', 'content-type': 'application/json', 'x-openstack-request-id': 'req-bc70baae-3c05-46a4-a8de-cf2758db451f', 'date': 'Thu, 16 Dec 2021 11:56:48 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.222.0.32:9696/v2.0/networks'} Body: b'{"NeutronError": {"type": "HTTPNotFound", "message": "The resource could not be found.", "detail": ""}}' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/network/test_networks.py", line 473, in test_bulk_create_delete_network body = self.networks_client.create_bulk_networks(networks=network_list) File "/opt/stack/tempest/tempest/lib/services/network/networks_client.py", line 72, in create_bulk_networks 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 809, in _error_checker raise exceptions.NotFound(resp_body, resp=resp) tempest.lib.exceptions.NotFound: Object not found Details: {'type': 'HTTPNotFound', 'message': 'The resource could not be found.', 'detail': ''} |
||||||
test_bulk_create_delete_port[id-48037ff2-e889-4c3b-b86a-8e3f34d2d060,smoke] |
fail
ft23.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-12-16 11:56:48,266 118140 INFO [tempest.lib.common.rest_client] Request (BulkNetworkOpsTest:test_bulk_create_delete_port): 404 POST http://10.222.0.32:9696/v2.0/networks 0.176s 2021-12-16 11:56:48,266 118140 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-707586031"}} Response - Headers: {'content-length': '103', 'content-type': 'application/json', 'x-openstack-request-id': 'req-f218ada4-1893-4716-bf95-f5d0818928bf', 'date': 'Thu, 16 Dec 2021 11:56:48 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.222.0.32:9696/v2.0/networks'} Body: b'{"NeutronError": {"type": "HTTPNotFound", "message": "The resource could not be found.", "detail": ""}}' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/network/test_networks.py", line 517, in test_bulk_create_delete_port networks = [self.create_network(), self.create_network()] File "/opt/stack/tempest/tempest/api/network/base.py", line 109, 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 809, in _error_checker raise exceptions.NotFound(resp_body, resp=resp) tempest.lib.exceptions.NotFound: Object not found Details: {'type': 'HTTPNotFound', 'message': 'The resource could not be found.', 'detail': ''} |
||||||
test_bulk_create_delete_subnet[id-8936533b-c0aa-4f29-8e53-6cc873aec489,smoke] |
fail
ft23.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-12-16 11:56:48,510 118140 INFO [tempest.lib.common.rest_client] Request (BulkNetworkOpsTest:test_bulk_create_delete_subnet): 404 POST http://10.222.0.32:9696/v2.0/networks 0.241s 2021-12-16 11:56:48,510 118140 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-1479235571"}} Response - Headers: {'content-length': '103', 'content-type': 'application/json', 'x-openstack-request-id': 'req-a97be10f-25e3-4d45-8b5e-9b7324be579e', 'date': 'Thu, 16 Dec 2021 11:56:48 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.222.0.32:9696/v2.0/networks'} Body: b'{"NeutronError": {"type": "HTTPNotFound", "message": "The resource could not be found.", "detail": ""}}' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/network/test_networks.py", line 487, in test_bulk_create_delete_subnet networks = [self.create_network(), self.create_network()] File "/opt/stack/tempest/tempest/api/network/base.py", line 109, 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 809, in _error_checker raise exceptions.NotFound(resp_body, resp=resp) tempest.lib.exceptions.NotFound: Object not found Details: {'type': 'HTTPNotFound', 'message': 'The resource could not be found.', 'detail': ''} |
||||||
tempest.api.network.test_routers.RoutersIpV6Test | 7 | 0 | 7 | 0 | 0 | Detail | |
test_add_multiple_router_interfaces[id-802c73c9-c937-4cef-824b-2191e24a6aab,smoke] |
fail
ft24.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-12-16 11:57:26,757 118134 INFO [tempest.lib.common.rest_client] Request (RoutersIpV6Test:test_add_multiple_router_interfaces): 404 POST http://10.222.0.32:9696/v2.0/networks 0.324s 2021-12-16 11:57:26,757 118134 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"network": {"name": "tempest-RoutersIpV6Test-491588085"}} Response - Headers: {'content-length': '103', 'content-type': 'application/json', 'x-openstack-request-id': 'req-72439768-9e82-4f5f-963e-c4480a64d122', 'date': 'Thu, 16 Dec 2021 11:57:26 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.222.0.32:9696/v2.0/networks'} Body: b'{"NeutronError": {"type": "HTTPNotFound", "message": "The resource could not be found.", "detail": ""}}' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/network/test_routers.py", line 239, in test_add_multiple_router_interfaces network01 = self.networks_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 809, in _error_checker raise exceptions.NotFound(resp_body, resp=resp) tempest.lib.exceptions.NotFound: Object not found Details: {'type': 'HTTPNotFound', 'message': 'The resource could not be found.', 'detail': ''} |
||||||
test_add_remove_router_interface_with_port_id[id-2b7d2f37-6748-4d78-92e5-1d590234f0d5,smoke] |
fail
ft24.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-12-16 11:57:26,859 118134 INFO [tempest.lib.common.rest_client] Request (RoutersIpV6Test:test_add_remove_router_interface_with_port_id): 404 POST http://10.222.0.32:9696/v2.0/networks 0.099s 2021-12-16 11:57:26,859 118134 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"network": {"name": "tempest-RoutersIpV6Test-562505762"}} Response - Headers: {'content-length': '103', 'content-type': 'application/json', 'x-openstack-request-id': 'req-d51add67-0aff-4cff-8a10-0cd6c985069f', 'date': 'Thu, 16 Dec 2021 11:57:26 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.222.0.32:9696/v2.0/networks'} Body: b'{"NeutronError": {"type": "HTTPNotFound", "message": "The resource could not be found.", "detail": ""}}' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/network/test_routers.py", line 121, in test_add_remove_router_interface_with_port_id network = self.networks_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 809, in _error_checker raise exceptions.NotFound(resp_body, resp=resp) tempest.lib.exceptions.NotFound: Object not found Details: {'type': 'HTTPNotFound', 'message': 'The resource could not be found.', 'detail': ''} |
||||||
test_add_remove_router_interface_with_subnet_id[id-b42e6e39-2e37-49cc-a6f4-8467e940900a,smoke] |
fail
ft24.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-12-16 11:57:26,931 118134 INFO [tempest.lib.common.rest_client] Request (RoutersIpV6Test:test_add_remove_router_interface_with_subnet_id): 404 POST http://10.222.0.32:9696/v2.0/networks 0.069s 2021-12-16 11:57:26,931 118134 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"network": {"name": "tempest-RoutersIpV6Test-1580830121"}} Response - Headers: {'content-length': '103', 'content-type': 'application/json', 'x-openstack-request-id': 'req-3288a47e-2439-44d0-b101-6bdcb4af1229', 'date': 'Thu, 16 Dec 2021 11:57:26 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.222.0.32:9696/v2.0/networks'} Body: b'{"NeutronError": {"type": "HTTPNotFound", "message": "The resource could not be found.", "detail": ""}}' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/network/test_routers.py", line 94, in test_add_remove_router_interface_with_subnet_id network = self.networks_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 809, in _error_checker raise exceptions.NotFound(resp_body, resp=resp) tempest.lib.exceptions.NotFound: Object not found Details: {'type': 'HTTPNotFound', 'message': 'The resource could not be found.', 'detail': ''} |
||||||
test_create_show_list_update_delete_router[id-f64403e2-8483-4b34-8ccd-b09a87bcc68c,smoke] |
fail
ft24.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-12-16 11:57:26,949 118134 INFO [tempest.lib.common.rest_client] Request (RoutersIpV6Test:test_create_show_list_update_delete_router): 403 POST http://10.222.0.32:9696/v2.0/routers 0.016s 2021-12-16 11:57:26,950 118134 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-596962644", "external_gateway_info": {"network_id": "dea3a8df-63c7-43ba-8323-c83b9f1e3d9f"}, "admin_state_up": false}} Response - Headers: {'content-type': 'application/json', 'content-length': '227', 'x-openstack-request-id': 'req-f548ece6-ce99-488a-90d3-9c5694b432a4', 'date': 'Thu, 16 Dec 2021 11:57:26 GMT', 'connection': 'close', 'status': '403', 'content-location': 'http://10.222.0.32:9696/v2.0/routers'} Body: b'{"NeutronError": {"type": "PolicyNotAuthorized", "message": "(rule:create_router and (rule:create_router:external_gateway_info and (rule:create_router:external_gateway_info:network_id))) is disallowed by policy", "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 192, 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 804, in _error_checker raise exceptions.Forbidden(resp_body, resp=resp) tempest.lib.exceptions.Forbidden: Forbidden Details: {'type': 'PolicyNotAuthorized', 'message': '(rule:create_router and (rule:create_router:external_gateway_info and (rule:create_router:external_gateway_info:network_id))) is disallowed by policy', 'detail': ''} |
||||||
test_router_interface_port_update_with_fixed_ip[id-96522edf-b4b5-45d9-8443-fa11c26e6eff] |
fail
ft24.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-12-16 11:57:27,046 118134 INFO [tempest.lib.common.rest_client] Request (RoutersIpV6Test:test_router_interface_port_update_with_fixed_ip): 404 POST http://10.222.0.32:9696/v2.0/networks 0.094s 2021-12-16 11:57:27,047 118134 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"network": {"name": "tempest-RoutersIpV6Test-1377614275"}} Response - Headers: {'content-length': '103', 'content-type': 'application/json', 'x-openstack-request-id': 'req-80f96216-95fa-4c75-be24-92843ac94b99', 'date': 'Thu, 16 Dec 2021 11:57:27 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.222.0.32:9696/v2.0/networks'} Body: b'{"NeutronError": {"type": "HTTPNotFound", "message": "The resource could not be found.", "detail": ""}}' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/network/test_routers.py", line 270, in test_router_interface_port_update_with_fixed_ip network = self.networks_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 809, in _error_checker raise exceptions.NotFound(resp_body, resp=resp) tempest.lib.exceptions.NotFound: Object not found Details: {'type': 'HTTPNotFound', 'message': 'The resource could not be found.', 'detail': ''} |
||||||
test_update_delete_extra_route[id-c86ac3a8-50bd-4b00-a6b8-62af84a0765c] |
fail
ft24.6: tempest.api.network.test_routers.RoutersIpV6Test.test_update_delete_extra_route[id-c86ac3a8-50bd-4b00-a6b8-62af84a0765c]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2021-12-16 11:57:27,060 118134 INFO [tempest.lib.common.rest_client] Request (RoutersIpV6Test:test_update_delete_extra_route): 403 POST http://10.222.0.32:9696/v2.0/routers 0.011s 2021-12-16 11:57:27,060 118134 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-752161968", "external_gateway_info": {}, "admin_state_up": true}} Response - Headers: {'content-type': 'application/json', 'content-length': '176', 'x-openstack-request-id': 'req-ff64ac41-4438-40f4-901d-f18b525fe994', 'date': 'Thu, 16 Dec 2021 11:57:27 GMT', 'connection': 'close', 'status': '403', 'content-location': 'http://10.222.0.32:9696/v2.0/routers'} Body: b'{"NeutronError": {"type": "PolicyNotAuthorized", "message": "(rule:create_router and (rule:create_router:external_gateway_info and ())) is disallowed by policy", "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/test_routers.py", line 160, in test_update_delete_extra_route router = self.create_router(admin_state_up=True) File "/opt/stack/tempest/tempest/api/network/base.py", line 192, 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 804, in _error_checker raise exceptions.Forbidden(resp_body, resp=resp) tempest.lib.exceptions.Forbidden: Forbidden Details: {'type': 'PolicyNotAuthorized', 'message': '(rule:create_router and (rule:create_router:external_gateway_info and ())) is disallowed by policy', 'detail': ''} |
||||||
test_update_router_admin_state[id-a8902683-c788-4246-95c7-ad9c6d63a4d9] |
fail
ft24.7: tempest.api.network.test_routers.RoutersIpV6Test.test_update_router_admin_state[id-a8902683-c788-4246-95c7-ad9c6d63a4d9]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2021-12-16 11:57:27,080 118134 INFO [tempest.lib.common.rest_client] Request (RoutersIpV6Test:test_update_router_admin_state): 403 POST http://10.222.0.32:9696/v2.0/routers 0.016s 2021-12-16 11:57:27,081 118134 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-1847071484", "external_gateway_info": {}, "admin_state_up": false}} Response - Headers: {'content-type': 'application/json', 'content-length': '176', 'x-openstack-request-id': 'req-0098e9b3-20ca-4e9e-b3c1-f2703ee6d9ab', 'date': 'Thu, 16 Dec 2021 11:57:27 GMT', 'connection': 'close', 'status': '403', 'content-location': 'http://10.222.0.32:9696/v2.0/routers'} Body: b'{"NeutronError": {"type": "PolicyNotAuthorized", "message": "(rule:create_router and (rule:create_router:external_gateway_info and ())) is disallowed by policy", "detail": ""}}' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/network/test_routers.py", line 224, in test_update_router_admin_state router = self.create_router() File "/opt/stack/tempest/tempest/api/network/base.py", line 192, 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 804, in _error_checker raise exceptions.Forbidden(resp_body, resp=resp) tempest.lib.exceptions.Forbidden: Forbidden Details: {'type': 'PolicyNotAuthorized', 'message': '(rule:create_router and (rule:create_router:external_gateway_info and ())) is disallowed by policy', 'detail': ''} |
||||||
tempest.api.network.test_routers.RoutersTest | 7 | 0 | 7 | 0 | 0 | Detail | |
test_add_multiple_router_interfaces[id-802c73c9-c937-4cef-824b-2191e24a6aab,smoke] |
fail
ft25.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-12-16 11:56:48,222 118130 INFO [tempest.lib.common.rest_client] Request (RoutersTest:test_add_multiple_router_interfaces): 404 POST http://10.222.0.32:9696/v2.0/networks 0.837s 2021-12-16 11:56:48,223 118130 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"network": {"name": "tempest-RoutersTest-1407078848"}} Response - Headers: {'content-length': '103', 'content-type': 'application/json', 'x-openstack-request-id': 'req-132c85a9-2472-47a8-9a23-8866aef981c0', 'date': 'Thu, 16 Dec 2021 11:56:48 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.222.0.32:9696/v2.0/networks'} Body: b'{"NeutronError": {"type": "HTTPNotFound", "message": "The resource could not be found.", "detail": ""}}' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/network/test_routers.py", line 239, in test_add_multiple_router_interfaces network01 = self.networks_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 809, in _error_checker raise exceptions.NotFound(resp_body, resp=resp) tempest.lib.exceptions.NotFound: Object not found Details: {'type': 'HTTPNotFound', 'message': 'The resource could not be found.', 'detail': ''} |
||||||
test_add_remove_router_interface_with_port_id[id-2b7d2f37-6748-4d78-92e5-1d590234f0d5,smoke] |
fail
ft25.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-12-16 11:56:48,355 118130 INFO [tempest.lib.common.rest_client] Request (RoutersTest:test_add_remove_router_interface_with_port_id): 404 POST http://10.222.0.32:9696/v2.0/networks 0.129s 2021-12-16 11:56:48,355 118130 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"network": {"name": "tempest-RoutersTest-1893717837"}} Response - Headers: {'content-length': '103', 'content-type': 'application/json', 'x-openstack-request-id': 'req-7607fbce-0eb7-4a3d-b0b2-ed59240d9aa4', 'date': 'Thu, 16 Dec 2021 11:56:48 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.222.0.32:9696/v2.0/networks'} Body: b'{"NeutronError": {"type": "HTTPNotFound", "message": "The resource could not be found.", "detail": ""}}' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/network/test_routers.py", line 121, in test_add_remove_router_interface_with_port_id network = self.networks_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 809, in _error_checker raise exceptions.NotFound(resp_body, resp=resp) tempest.lib.exceptions.NotFound: Object not found Details: {'type': 'HTTPNotFound', 'message': 'The resource could not be found.', 'detail': ''} |
||||||
test_add_remove_router_interface_with_subnet_id[id-b42e6e39-2e37-49cc-a6f4-8467e940900a,smoke] |
fail
ft25.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-12-16 11:56:48,561 118130 INFO [tempest.lib.common.rest_client] Request (RoutersTest:test_add_remove_router_interface_with_subnet_id): 404 POST http://10.222.0.32:9696/v2.0/networks 0.203s 2021-12-16 11:56:48,561 118130 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"network": {"name": "tempest-RoutersTest-1523809820"}} Response - Headers: {'content-length': '103', 'content-type': 'application/json', 'x-openstack-request-id': 'req-be6ccbd8-149b-4964-b58a-5e825005cd3a', 'date': 'Thu, 16 Dec 2021 11:56:48 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.222.0.32:9696/v2.0/networks'} Body: b'{"NeutronError": {"type": "HTTPNotFound", "message": "The resource could not be found.", "detail": ""}}' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/network/test_routers.py", line 94, in test_add_remove_router_interface_with_subnet_id network = self.networks_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 809, in _error_checker raise exceptions.NotFound(resp_body, resp=resp) tempest.lib.exceptions.NotFound: Object not found Details: {'type': 'HTTPNotFound', 'message': 'The resource could not be found.', 'detail': ''} |
||||||
test_create_show_list_update_delete_router[id-f64403e2-8483-4b34-8ccd-b09a87bcc68c,smoke] |
fail
ft25.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-12-16 11:56:48,579 118130 INFO [tempest.lib.common.rest_client] Request (RoutersTest:test_create_show_list_update_delete_router): 403 POST http://10.222.0.32:9696/v2.0/routers 0.015s 2021-12-16 11:56:48,579 118130 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-1083261883", "external_gateway_info": {"network_id": "dea3a8df-63c7-43ba-8323-c83b9f1e3d9f"}, "admin_state_up": false}} Response - Headers: {'content-type': 'application/json', 'content-length': '227', 'x-openstack-request-id': 'req-d5539ce8-5789-4516-a9df-3fe298d95edf', 'date': 'Thu, 16 Dec 2021 11:56:48 GMT', 'connection': 'close', 'status': '403', 'content-location': 'http://10.222.0.32:9696/v2.0/routers'} Body: b'{"NeutronError": {"type": "PolicyNotAuthorized", "message": "(rule:create_router and (rule:create_router:external_gateway_info and (rule:create_router:external_gateway_info:network_id))) is disallowed by policy", "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 192, 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 804, in _error_checker raise exceptions.Forbidden(resp_body, resp=resp) tempest.lib.exceptions.Forbidden: Forbidden Details: {'type': 'PolicyNotAuthorized', 'message': '(rule:create_router and (rule:create_router:external_gateway_info and (rule:create_router:external_gateway_info:network_id))) is disallowed by policy', 'detail': ''} |
||||||
test_router_interface_port_update_with_fixed_ip[id-96522edf-b4b5-45d9-8443-fa11c26e6eff] |
fail
ft25.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-12-16 11:56:48,780 118130 INFO [tempest.lib.common.rest_client] Request (RoutersTest:test_router_interface_port_update_with_fixed_ip): 404 POST http://10.222.0.32:9696/v2.0/networks 0.198s 2021-12-16 11:56:48,780 118130 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"network": {"name": "tempest-RoutersTest-2073251178"}} Response - Headers: {'content-length': '103', 'content-type': 'application/json', 'x-openstack-request-id': 'req-322904e5-bf78-4018-bff7-68b70670fcfe', 'date': 'Thu, 16 Dec 2021 11:56:48 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.222.0.32:9696/v2.0/networks'} Body: b'{"NeutronError": {"type": "HTTPNotFound", "message": "The resource could not be found.", "detail": ""}}' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/network/test_routers.py", line 270, in test_router_interface_port_update_with_fixed_ip network = self.networks_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 809, in _error_checker raise exceptions.NotFound(resp_body, resp=resp) tempest.lib.exceptions.NotFound: Object not found Details: {'type': 'HTTPNotFound', 'message': 'The resource could not be found.', 'detail': ''} |
||||||
test_update_delete_extra_route[id-c86ac3a8-50bd-4b00-a6b8-62af84a0765c] |
fail
ft25.6: tempest.api.network.test_routers.RoutersTest.test_update_delete_extra_route[id-c86ac3a8-50bd-4b00-a6b8-62af84a0765c]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2021-12-16 11:56:48,794 118130 INFO [tempest.lib.common.rest_client] Request (RoutersTest:test_update_delete_extra_route): 403 POST http://10.222.0.32:9696/v2.0/routers 0.011s 2021-12-16 11:56:48,794 118130 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-19831099", "external_gateway_info": {}, "admin_state_up": true}} Response - Headers: {'content-type': 'application/json', 'content-length': '176', 'x-openstack-request-id': 'req-b51eebb5-bb2d-44c5-a979-81afcb4d1270', 'date': 'Thu, 16 Dec 2021 11:56:48 GMT', 'connection': 'close', 'status': '403', 'content-location': 'http://10.222.0.32:9696/v2.0/routers'} Body: b'{"NeutronError": {"type": "PolicyNotAuthorized", "message": "(rule:create_router and (rule:create_router:external_gateway_info and ())) is disallowed by policy", "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/test_routers.py", line 160, in test_update_delete_extra_route router = self.create_router(admin_state_up=True) File "/opt/stack/tempest/tempest/api/network/base.py", line 192, 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 804, in _error_checker raise exceptions.Forbidden(resp_body, resp=resp) tempest.lib.exceptions.Forbidden: Forbidden Details: {'type': 'PolicyNotAuthorized', 'message': '(rule:create_router and (rule:create_router:external_gateway_info and ())) is disallowed by policy', 'detail': ''} |
||||||
test_update_router_admin_state[id-a8902683-c788-4246-95c7-ad9c6d63a4d9] |
fail
ft25.7: tempest.api.network.test_routers.RoutersTest.test_update_router_admin_state[id-a8902683-c788-4246-95c7-ad9c6d63a4d9]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2021-12-16 11:56:48,810 118130 INFO [tempest.lib.common.rest_client] Request (RoutersTest:test_update_router_admin_state): 403 POST http://10.222.0.32:9696/v2.0/routers 0.012s 2021-12-16 11:56:48,810 118130 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-859383954", "external_gateway_info": {}, "admin_state_up": false}} Response - Headers: {'content-type': 'application/json', 'content-length': '176', 'x-openstack-request-id': 'req-e575c01a-d680-4bc9-bad0-ee3ba3b6ec1e', 'date': 'Thu, 16 Dec 2021 11:56:48 GMT', 'connection': 'close', 'status': '403', 'content-location': 'http://10.222.0.32:9696/v2.0/routers'} Body: b'{"NeutronError": {"type": "PolicyNotAuthorized", "message": "(rule:create_router and (rule:create_router:external_gateway_info and ())) is disallowed by policy", "detail": ""}}' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/network/test_routers.py", line 224, in test_update_router_admin_state router = self.create_router() File "/opt/stack/tempest/tempest/api/network/base.py", line 192, 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 804, in _error_checker raise exceptions.Forbidden(resp_body, resp=resp) tempest.lib.exceptions.Forbidden: Forbidden Details: {'type': 'PolicyNotAuthorized', 'message': '(rule:create_router and (rule:create_router:external_gateway_info and ())) is disallowed by policy', 'detail': ''} |
||||||
tempest.api.network.test_security_groups.SecGroupIPv6Test | 9 | 0 | 9 | 0 | 0 | Detail | |
test_create_list_update_show_delete_security_group[id-bfd128e5-3c92-44b6-9d66-7fe29d22c802,smoke] |
fail
ft26.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-12-16 11:56:36,019 118144 INFO [tempest.lib.common.rest_client] Request (SecGroupIPv6Test:test_create_list_update_show_delete_security_group): 403 POST http://10.222.0.32:9696/v2.0/security-groups 0.240s 2021-12-16 11:56:36,020 118144 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--1295490404"}} Response - Headers: {'content-type': 'application/json', 'content-length': '128', 'x-openstack-request-id': 'req-fbacddeb-b8f3-4390-89fd-1132f2e6d172', 'date': 'Thu, 16 Dec 2021 11:56:36 GMT', 'connection': 'close', 'status': '403', 'content-location': 'http://10.222.0.32:9696/v2.0/security-groups'} Body: b'{"NeutronError": {"type": "PolicyNotAuthorized", "message": "rule:create_security_group is disallowed by policy", "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 804, in _error_checker raise exceptions.Forbidden(resp_body, resp=resp) tempest.lib.exceptions.Forbidden: Forbidden Details: {'type': 'PolicyNotAuthorized', 'message': 'rule:create_security_group is disallowed by policy', 'detail': ''} |
||||||
test_create_security_group_rule_with_additional_args[id-87dfbcf9-1849-43ea-b1e4-efa3eeae9f71] |
fail
ft26.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-12-16 11:56:36,041 118144 INFO [tempest.lib.common.rest_client] Request (SecGroupIPv6Test:test_create_security_group_rule_with_additional_args): 403 POST http://10.222.0.32:9696/v2.0/security-groups 0.018s 2021-12-16 11:56:36,041 118144 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--621301142"}} Response - Headers: {'content-type': 'application/json', 'content-length': '128', 'x-openstack-request-id': 'req-79d5f14e-5ce0-4a07-909e-88496746fe14', 'date': 'Thu, 16 Dec 2021 11:56:36 GMT', 'connection': 'close', 'status': '403', 'content-location': 'http://10.222.0.32:9696/v2.0/security-groups'} Body: b'{"NeutronError": {"type": "PolicyNotAuthorized", "message": "rule:create_security_group is disallowed by policy", "detail": ""}}' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/network/test_security_groups.py", line 184, 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 804, in _error_checker raise exceptions.Forbidden(resp_body, resp=resp) tempest.lib.exceptions.Forbidden: Forbidden Details: {'type': 'PolicyNotAuthorized', 'message': 'rule:create_security_group is disallowed by policy', 'detail': ''} |
||||||
test_create_security_group_rule_with_icmp_type_code[id-c9463db8-b44d-4f52-b6c0-8dbda99f26ce] |
fail
ft26.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-12-16 11:56:36,054 118144 INFO [tempest.lib.common.rest_client] Request (SecGroupIPv6Test:test_create_security_group_rule_with_icmp_type_code): 403 POST http://10.222.0.32:9696/v2.0/security-groups 0.010s 2021-12-16 11:56:36,054 118144 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--1730862870"}} Response - Headers: {'content-type': 'application/json', 'content-length': '128', 'x-openstack-request-id': 'req-66107bde-c250-4bac-b301-8a7f71d92ea9', 'date': 'Thu, 16 Dec 2021 11:56:36 GMT', 'connection': 'close', 'status': '403', 'content-location': 'http://10.222.0.32:9696/v2.0/security-groups'} Body: b'{"NeutronError": {"type": "PolicyNotAuthorized", "message": "rule:create_security_group is disallowed by policy", "detail": ""}}' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/network/test_security_groups.py", line 204, 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 804, in _error_checker raise exceptions.Forbidden(resp_body, resp=resp) tempest.lib.exceptions.Forbidden: Forbidden Details: {'type': 'PolicyNotAuthorized', 'message': 'rule:create_security_group is disallowed by policy', 'detail': ''} |
||||||
test_create_security_group_rule_with_protocol_integer_value[id-0a307599-6655-4220-bebc-fd70c64f2290] |
fail
ft26.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-12-16 11:56:36,087 118144 INFO [tempest.lib.common.rest_client] Request (SecGroupIPv6Test:test_create_security_group_rule_with_protocol_integer_value): 403 POST http://10.222.0.32:9696/v2.0/security-groups 0.031s 2021-12-16 11:56:36,088 118144 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--721364813"}} Response - Headers: {'content-type': 'application/json', 'content-length': '128', 'x-openstack-request-id': 'req-ff031e84-6f33-48df-84b4-1ff646210bfa', 'date': 'Thu, 16 Dec 2021 11:56:36 GMT', 'connection': 'close', 'status': '403', 'content-location': 'http://10.222.0.32:9696/v2.0/security-groups'} Body: b'{"NeutronError": {"type": "PolicyNotAuthorized", "message": "rule:create_security_group is disallowed by policy", "detail": ""}}' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/network/test_security_groups.py", line 263, 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 804, in _error_checker raise exceptions.Forbidden(resp_body, resp=resp) tempest.lib.exceptions.Forbidden: Forbidden Details: {'type': 'PolicyNotAuthorized', 'message': 'rule:create_security_group is disallowed by policy', 'detail': ''} |
||||||
test_create_security_group_rule_with_remote_group_id[id-c2ed2deb-7a0c-44d8-8b4c-a5825b5c310b] |
fail
ft26.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-12-16 11:56:36,110 118144 INFO [tempest.lib.common.rest_client] Request (SecGroupIPv6Test:test_create_security_group_rule_with_remote_group_id): 403 POST http://10.222.0.32:9696/v2.0/security-groups 0.019s 2021-12-16 11:56:36,110 118144 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--2109184324"}} Response - Headers: {'content-type': 'application/json', 'content-length': '128', 'x-openstack-request-id': 'req-cfdd37b9-b6ce-4e71-9604-87f63bffc92f', 'date': 'Thu, 16 Dec 2021 11:56:36 GMT', 'connection': 'close', 'status': '403', 'content-location': 'http://10.222.0.32:9696/v2.0/security-groups'} Body: b'{"NeutronError": {"type": "PolicyNotAuthorized", "message": "rule:create_security_group is disallowed by policy", "detail": ""}}' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/network/test_security_groups.py", line 225, 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 804, in _error_checker raise exceptions.Forbidden(resp_body, resp=resp) tempest.lib.exceptions.Forbidden: Forbidden Details: {'type': 'PolicyNotAuthorized', 'message': 'rule:create_security_group is disallowed by policy', 'detail': ''} |
||||||
test_create_security_group_rule_with_remote_ip_prefix[id-16459776-5da2-4634-bce4-4b55ee3ec188] |
fail
ft26.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-12-16 11:56:36,128 118144 INFO [tempest.lib.common.rest_client] Request (SecGroupIPv6Test:test_create_security_group_rule_with_remote_ip_prefix): 403 POST http://10.222.0.32:9696/v2.0/security-groups 0.015s 2021-12-16 11:56:36,128 118144 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--1629311301"}} Response - Headers: {'content-type': 'application/json', 'content-length': '128', 'x-openstack-request-id': 'req-b665c446-36de-43f5-8882-817581f1afde', 'date': 'Thu, 16 Dec 2021 11:56:36 GMT', 'connection': 'close', 'status': '403', 'content-location': 'http://10.222.0.32:9696/v2.0/security-groups'} Body: b'{"NeutronError": {"type": "PolicyNotAuthorized", "message": "rule:create_security_group is disallowed by policy", "detail": ""}}' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/network/test_security_groups.py", line 243, 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 804, in _error_checker raise exceptions.Forbidden(resp_body, resp=resp) tempest.lib.exceptions.Forbidden: Forbidden Details: {'type': 'PolicyNotAuthorized', 'message': 'rule:create_security_group is disallowed by policy', 'detail': ''} |
||||||
test_create_show_delete_security_group_rule[id-cfb99e0e-7410-4a3d-8a0c-959a63ee77e9,smoke] |
fail
ft26.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-12-16 11:56:36,141 118144 INFO [tempest.lib.common.rest_client] Request (SecGroupIPv6Test:test_create_show_delete_security_group_rule): 403 POST http://10.222.0.32:9696/v2.0/security-groups 0.010s 2021-12-16 11:56:36,142 118144 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--757781391"}} Response - Headers: {'content-type': 'application/json', 'content-length': '128', 'x-openstack-request-id': 'req-295e9ed0-c44e-4ab9-9c53-a739d1971064', 'date': 'Thu, 16 Dec 2021 11:56:36 GMT', 'connection': 'close', 'status': '403', 'content-location': 'http://10.222.0.32:9696/v2.0/security-groups'} Body: b'{"NeutronError": {"type": "PolicyNotAuthorized", "message": "rule:create_security_group is disallowed by policy", "detail": ""}}' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/network/test_security_groups.py", line 144, 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 804, in _error_checker raise exceptions.Forbidden(resp_body, resp=resp) tempest.lib.exceptions.Forbidden: Forbidden Details: {'type': 'PolicyNotAuthorized', 'message': 'rule:create_security_group is disallowed by policy', 'detail': ''} |
||||||
test_delete_security_group_clear_associated_rules[id-fd1ea1c5-eedc-403f-898d-2b562e853f2e] |
fail
ft26.8: tempest.api.network.test_security_groups.SecGroupIPv6Test.test_delete_security_group_clear_associated_rules[id-fd1ea1c5-eedc-403f-898d-2b562e853f2e]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2021-12-16 11:56:36,162 118144 INFO [tempest.lib.common.rest_client] Request (SecGroupIPv6Test:test_delete_security_group_clear_associated_rules): 403 POST http://10.222.0.32:9696/v2.0/security-groups 0.018s 2021-12-16 11:56:36,162 118144 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--127235979"}} Response - Headers: {'content-type': 'application/json', 'content-length': '128', 'x-openstack-request-id': 'req-7353acc6-12c0-489c-9583-1dbdbeb25ef5', 'date': 'Thu, 16 Dec 2021 11:56:36 GMT', 'connection': 'close', 'status': '403', 'content-location': 'http://10.222.0.32:9696/v2.0/security-groups'} Body: b'{"NeutronError": {"type": "PolicyNotAuthorized", "message": "rule:create_security_group is disallowed by policy", "detail": ""}}' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/network/test_security_groups.py", line 119, in test_delete_security_group_clear_associated_rules 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 804, in _error_checker raise exceptions.Forbidden(resp_body, resp=resp) tempest.lib.exceptions.Forbidden: Forbidden Details: {'type': 'PolicyNotAuthorized', 'message': 'rule:create_security_group is disallowed by policy', 'detail': ''} |
||||||
test_list_security_groups[id-e30abd17-fef9-4739-8617-dc26da88e686,smoke] |
fail
ft26.9: tempest.api.network.test_security_groups.SecGroupIPv6Test.test_list_security_groups[id-e30abd17-fef9-4739-8617-dc26da88e686,smoke]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2021-12-16 11:56:36,860 118144 INFO [tempest.lib.common.rest_client] Request (SecGroupIPv6Test:test_list_security_groups): 200 GET http://10.222.0.32:9696/v2.0/security-groups 0.695s 2021-12-16 11:56:36,860 118144 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': '23', 'x-openstack-request-id': 'req-899d687f-a297-4d1d-adc0-c036ddd1fdc5', 'date': 'Thu, 16 Dec 2021 11:56:36 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.32:9696/v2.0/security-groups'} Body: b'{"security_groups": []}' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/network/test_security_groups.py", line 79, in test_list_security_groups self.assertIsNotNone(found, msg) File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/testtools/testcase.py", line 417, in assertIsNotNone self.assertThat(observed, matcher, message) File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/testtools/testcase.py", line 480, in assertThat raise mismatch_error testtools.matchers._impl.MismatchError: None matches Is(None): Security-group list doesn't contain default security-group |
||||||
tempest.api.network.test_security_groups.SecGroupTest | 9 | 0 | 9 | 0 | 0 | Detail | |
test_create_list_update_show_delete_security_group[id-bfd128e5-3c92-44b6-9d66-7fe29d22c802,smoke] |
fail
ft27.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-12-16 11:56:53,996 118140 INFO [tempest.lib.common.rest_client] Request (SecGroupTest:test_create_list_update_show_delete_security_group): 403 POST http://10.222.0.32:9696/v2.0/security-groups 0.367s 2021-12-16 11:56:53,997 118140 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--1000971853"}} Response - Headers: {'content-type': 'application/json', 'content-length': '128', 'x-openstack-request-id': 'req-1605ace2-eab5-4f81-b3f2-fbdc470a4b0a', 'date': 'Thu, 16 Dec 2021 11:56:53 GMT', 'connection': 'close', 'status': '403', 'content-location': 'http://10.222.0.32:9696/v2.0/security-groups'} Body: b'{"NeutronError": {"type": "PolicyNotAuthorized", "message": "rule:create_security_group is disallowed by policy", "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 804, in _error_checker raise exceptions.Forbidden(resp_body, resp=resp) tempest.lib.exceptions.Forbidden: Forbidden Details: {'type': 'PolicyNotAuthorized', 'message': 'rule:create_security_group is disallowed by policy', 'detail': ''} |
||||||
test_create_security_group_rule_with_additional_args[id-87dfbcf9-1849-43ea-b1e4-efa3eeae9f71] |
fail
ft27.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-12-16 11:56:54,110 118140 INFO [tempest.lib.common.rest_client] Request (SecGroupTest:test_create_security_group_rule_with_additional_args): 403 POST http://10.222.0.32:9696/v2.0/security-groups 0.110s 2021-12-16 11:56:54,110 118140 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--136000951"}} Response - Headers: {'content-type': 'application/json', 'content-length': '128', 'x-openstack-request-id': 'req-0d6efe90-899f-4878-8b67-9e295fbcb733', 'date': 'Thu, 16 Dec 2021 11:56:54 GMT', 'connection': 'close', 'status': '403', 'content-location': 'http://10.222.0.32:9696/v2.0/security-groups'} Body: b'{"NeutronError": {"type": "PolicyNotAuthorized", "message": "rule:create_security_group is disallowed by policy", "detail": ""}}' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/network/test_security_groups.py", line 184, 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 804, in _error_checker raise exceptions.Forbidden(resp_body, resp=resp) tempest.lib.exceptions.Forbidden: Forbidden Details: {'type': 'PolicyNotAuthorized', 'message': 'rule:create_security_group is disallowed by policy', 'detail': ''} |
||||||
test_create_security_group_rule_with_icmp_type_code[id-c9463db8-b44d-4f52-b6c0-8dbda99f26ce] |
fail
ft27.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-12-16 11:56:54,130 118140 INFO [tempest.lib.common.rest_client] Request (SecGroupTest:test_create_security_group_rule_with_icmp_type_code): 403 POST http://10.222.0.32:9696/v2.0/security-groups 0.018s 2021-12-16 11:56:54,131 118140 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--138324494"}} Response - Headers: {'content-type': 'application/json', 'content-length': '128', 'x-openstack-request-id': 'req-fde291ec-e4c6-4e65-8d43-4867857dba42', 'date': 'Thu, 16 Dec 2021 11:56:54 GMT', 'connection': 'close', 'status': '403', 'content-location': 'http://10.222.0.32:9696/v2.0/security-groups'} Body: b'{"NeutronError": {"type": "PolicyNotAuthorized", "message": "rule:create_security_group is disallowed by policy", "detail": ""}}' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/network/test_security_groups.py", line 204, 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 804, in _error_checker raise exceptions.Forbidden(resp_body, resp=resp) tempest.lib.exceptions.Forbidden: Forbidden Details: {'type': 'PolicyNotAuthorized', 'message': 'rule:create_security_group is disallowed by policy', 'detail': ''} |
||||||
test_create_security_group_rule_with_protocol_integer_value[id-0a307599-6655-4220-bebc-fd70c64f2290] |
fail
ft27.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-12-16 11:56:54,205 118140 INFO [tempest.lib.common.rest_client] Request (SecGroupTest:test_create_security_group_rule_with_protocol_integer_value): 403 POST http://10.222.0.32:9696/v2.0/security-groups 0.072s 2021-12-16 11:56:54,205 118140 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--1384364896"}} Response - Headers: {'content-type': 'application/json', 'content-length': '128', 'x-openstack-request-id': 'req-b59b50e9-7e7d-4a73-a43b-04c98ddcae4c', 'date': 'Thu, 16 Dec 2021 11:56:54 GMT', 'connection': 'close', 'status': '403', 'content-location': 'http://10.222.0.32:9696/v2.0/security-groups'} Body: b'{"NeutronError": {"type": "PolicyNotAuthorized", "message": "rule:create_security_group is disallowed by policy", "detail": ""}}' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/network/test_security_groups.py", line 263, 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 804, in _error_checker raise exceptions.Forbidden(resp_body, resp=resp) tempest.lib.exceptions.Forbidden: Forbidden Details: {'type': 'PolicyNotAuthorized', 'message': 'rule:create_security_group is disallowed by policy', 'detail': ''} |
||||||
test_create_security_group_rule_with_remote_group_id[id-c2ed2deb-7a0c-44d8-8b4c-a5825b5c310b] |
fail
ft27.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-12-16 11:56:54,253 118140 INFO [tempest.lib.common.rest_client] Request (SecGroupTest:test_create_security_group_rule_with_remote_group_id): 403 POST http://10.222.0.32:9696/v2.0/security-groups 0.045s 2021-12-16 11:56:54,254 118140 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--1538619461"}} Response - Headers: {'content-type': 'application/json', 'content-length': '128', 'x-openstack-request-id': 'req-e4c85032-2fa3-4ce7-9c73-80b42b80c1ed', 'date': 'Thu, 16 Dec 2021 11:56:54 GMT', 'connection': 'close', 'status': '403', 'content-location': 'http://10.222.0.32:9696/v2.0/security-groups'} Body: b'{"NeutronError": {"type": "PolicyNotAuthorized", "message": "rule:create_security_group is disallowed by policy", "detail": ""}}' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/network/test_security_groups.py", line 225, 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 804, in _error_checker raise exceptions.Forbidden(resp_body, resp=resp) tempest.lib.exceptions.Forbidden: Forbidden Details: {'type': 'PolicyNotAuthorized', 'message': 'rule:create_security_group is disallowed by policy', 'detail': ''} |
||||||
test_create_security_group_rule_with_remote_ip_prefix[id-16459776-5da2-4634-bce4-4b55ee3ec188] |
fail
ft27.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-12-16 11:56:54,291 118140 INFO [tempest.lib.common.rest_client] Request (SecGroupTest:test_create_security_group_rule_with_remote_ip_prefix): 403 POST http://10.222.0.32:9696/v2.0/security-groups 0.033s 2021-12-16 11:56:54,291 118140 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--380094845"}} Response - Headers: {'content-type': 'application/json', 'content-length': '128', 'x-openstack-request-id': 'req-783311f6-36c5-477b-bfba-220b1094318f', 'date': 'Thu, 16 Dec 2021 11:56:54 GMT', 'connection': 'close', 'status': '403', 'content-location': 'http://10.222.0.32:9696/v2.0/security-groups'} Body: b'{"NeutronError": {"type": "PolicyNotAuthorized", "message": "rule:create_security_group is disallowed by policy", "detail": ""}}' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/network/test_security_groups.py", line 243, 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 804, in _error_checker raise exceptions.Forbidden(resp_body, resp=resp) tempest.lib.exceptions.Forbidden: Forbidden Details: {'type': 'PolicyNotAuthorized', 'message': 'rule:create_security_group is disallowed by policy', 'detail': ''} |
||||||
test_create_show_delete_security_group_rule[id-cfb99e0e-7410-4a3d-8a0c-959a63ee77e9,smoke] |
fail
ft27.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-12-16 11:56:54,305 118140 INFO [tempest.lib.common.rest_client] Request (SecGroupTest:test_create_show_delete_security_group_rule): 403 POST http://10.222.0.32:9696/v2.0/security-groups 0.012s 2021-12-16 11:56:54,306 118140 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--2005015946"}} Response - Headers: {'content-type': 'application/json', 'content-length': '128', 'x-openstack-request-id': 'req-cce97926-10ca-404a-af3a-6660dde4b2d0', 'date': 'Thu, 16 Dec 2021 11:56:54 GMT', 'connection': 'close', 'status': '403', 'content-location': 'http://10.222.0.32:9696/v2.0/security-groups'} Body: b'{"NeutronError": {"type": "PolicyNotAuthorized", "message": "rule:create_security_group is disallowed by policy", "detail": ""}}' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/network/test_security_groups.py", line 144, 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 804, in _error_checker raise exceptions.Forbidden(resp_body, resp=resp) tempest.lib.exceptions.Forbidden: Forbidden Details: {'type': 'PolicyNotAuthorized', 'message': 'rule:create_security_group is disallowed by policy', 'detail': ''} |
||||||
test_delete_security_group_clear_associated_rules[id-fd1ea1c5-eedc-403f-898d-2b562e853f2e] |
fail
ft27.8: tempest.api.network.test_security_groups.SecGroupTest.test_delete_security_group_clear_associated_rules[id-fd1ea1c5-eedc-403f-898d-2b562e853f2e]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2021-12-16 11:56:54,327 118140 INFO [tempest.lib.common.rest_client] Request (SecGroupTest:test_delete_security_group_clear_associated_rules): 403 POST http://10.222.0.32:9696/v2.0/security-groups 0.019s 2021-12-16 11:56:54,328 118140 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--210960784"}} Response - Headers: {'content-type': 'application/json', 'content-length': '128', 'x-openstack-request-id': 'req-b9f62f8b-c245-4faa-a6d5-8e11a8507b84', 'date': 'Thu, 16 Dec 2021 11:56:54 GMT', 'connection': 'close', 'status': '403', 'content-location': 'http://10.222.0.32:9696/v2.0/security-groups'} Body: b'{"NeutronError": {"type": "PolicyNotAuthorized", "message": "rule:create_security_group is disallowed by policy", "detail": ""}}' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/network/test_security_groups.py", line 119, in test_delete_security_group_clear_associated_rules 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 804, in _error_checker raise exceptions.Forbidden(resp_body, resp=resp) tempest.lib.exceptions.Forbidden: Forbidden Details: {'type': 'PolicyNotAuthorized', 'message': 'rule:create_security_group is disallowed by policy', 'detail': ''} |
||||||
test_list_security_groups[id-e30abd17-fef9-4739-8617-dc26da88e686,smoke] |
fail
ft27.9: tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups[id-e30abd17-fef9-4739-8617-dc26da88e686,smoke]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2021-12-16 11:56:54,749 118140 INFO [tempest.lib.common.rest_client] Request (SecGroupTest:test_list_security_groups): 200 GET http://10.222.0.32:9696/v2.0/security-groups 0.419s 2021-12-16 11:56:54,749 118140 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': '23', 'x-openstack-request-id': 'req-d5c87341-95c1-4c28-b0e9-b2c0d3e9e821', 'date': 'Thu, 16 Dec 2021 11:56:54 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.32:9696/v2.0/security-groups'} Body: b'{"security_groups": []}' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/network/test_security_groups.py", line 79, in test_list_security_groups self.assertIsNotNone(found, msg) File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/testtools/testcase.py", line 417, in assertIsNotNone self.assertThat(observed, matcher, message) File "/opt/stack/tempest/.tox/venv/lib/python3.8/site-packages/testtools/testcase.py", line 480, in assertThat raise mismatch_error testtools.matchers._impl.MismatchError: None matches Is(None): Security-group list doesn't contain default security-group |
||||||
tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test | 14 | 4 | 10 | 0 | 0 | Detail | |
test_create_additional_default_security_group_fails[id-2323061e-9fbf-4eb0-b547-7e8fafc90849,negative] |
pass
pt28.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
ft28.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-12-16 11:56:53,976 118130 INFO [tempest.lib.common.rest_client] Request (NegativeSecGroupIPv6Test:test_create_duplicate_security_group_rule_fails): 403 POST http://10.222.0.32:9696/v2.0/security-groups 0.038s 2021-12-16 11:56:53,976 118130 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--1246434383"}} Response - Headers: {'content-type': 'application/json', 'content-length': '128', 'x-openstack-request-id': 'req-8a2f15dc-6f0a-4f11-a985-02eed05cd0ce', 'date': 'Thu, 16 Dec 2021 11:56:53 GMT', 'connection': 'close', 'status': '403', 'content-location': 'http://10.222.0.32:9696/v2.0/security-groups'} Body: b'{"NeutronError": {"type": "PolicyNotAuthorized", "message": "rule:create_security_group is disallowed by policy", "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 804, in _error_checker raise exceptions.Forbidden(resp_body, resp=resp) tempest.lib.exceptions.Forbidden: Forbidden Details: {'type': 'PolicyNotAuthorized', 'message': 'rule:create_security_group is disallowed by policy', 'detail': ''} |
||||||
test_create_security_group_rule_with_bad_ethertype[id-5666968c-fff3-40d6-9efc-df1c8bd01abb,negative] |
fail
ft28.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-12-16 11:56:54,104 118130 INFO [tempest.lib.common.rest_client] Request (NegativeSecGroupIPv6Test:test_create_security_group_rule_with_bad_ethertype): 403 POST http://10.222.0.32:9696/v2.0/security-groups 0.124s 2021-12-16 11:56:54,104 118130 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--1015327820"}} Response - Headers: {'content-type': 'application/json', 'content-length': '128', 'x-openstack-request-id': 'req-ab9dfea6-89ee-4a38-8963-be7440c5ee4c', 'date': 'Thu, 16 Dec 2021 11:56:54 GMT', 'connection': 'close', 'status': '403', 'content-location': 'http://10.222.0.32:9696/v2.0/security-groups'} Body: b'{"NeutronError": {"type": "PolicyNotAuthorized", "message": "rule:create_security_group is disallowed by policy", "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 804, in _error_checker raise exceptions.Forbidden(resp_body, resp=resp) tempest.lib.exceptions.Forbidden: Forbidden Details: {'type': 'PolicyNotAuthorized', 'message': 'rule:create_security_group is disallowed by policy', 'detail': ''} |
||||||
test_create_security_group_rule_with_bad_protocol[id-981bdc22-ce48-41ed-900a-73148b583958,negative] |
fail
ft28.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-12-16 11:56:54,140 118130 INFO [tempest.lib.common.rest_client] Request (NegativeSecGroupIPv6Test:test_create_security_group_rule_with_bad_protocol): 403 POST http://10.222.0.32:9696/v2.0/security-groups 0.033s 2021-12-16 11:56:54,140 118130 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--1336363733"}} Response - Headers: {'content-type': 'application/json', 'content-length': '128', 'x-openstack-request-id': 'req-d6be9bef-fd11-4232-8c78-43e3ebfa81c2', 'date': 'Thu, 16 Dec 2021 11:56:54 GMT', 'connection': 'close', 'status': '403', 'content-location': 'http://10.222.0.32:9696/v2.0/security-groups'} Body: b'{"NeutronError": {"type": "PolicyNotAuthorized", "message": "rule:create_security_group is disallowed by policy", "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 804, in _error_checker raise exceptions.Forbidden(resp_body, resp=resp) tempest.lib.exceptions.Forbidden: Forbidden Details: {'type': 'PolicyNotAuthorized', 'message': 'rule:create_security_group is disallowed by policy', 'detail': ''} |
||||||
test_create_security_group_rule_with_bad_remote_ip_prefix[id-5f8daf69-3c5f-4aaa-88c9-db1d66f68679,negative] |
fail
ft28.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-12-16 11:56:54,199 118130 INFO [tempest.lib.common.rest_client] Request (NegativeSecGroupIPv6Test:test_create_security_group_rule_with_bad_remote_ip_prefix): 403 POST http://10.222.0.32:9696/v2.0/security-groups 0.057s 2021-12-16 11:56:54,200 118130 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--1519402302"}} Response - Headers: {'content-type': 'application/json', 'content-length': '128', 'x-openstack-request-id': 'req-195b735f-bf08-4cd6-a533-561509bc2a14', 'date': 'Thu, 16 Dec 2021 11:56:54 GMT', 'connection': 'close', 'status': '403', 'content-location': 'http://10.222.0.32:9696/v2.0/security-groups'} Body: b'{"NeutronError": {"type": "PolicyNotAuthorized", "message": "rule:create_security_group is disallowed by policy", "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 804, in _error_checker raise exceptions.Forbidden(resp_body, resp=resp) tempest.lib.exceptions.Forbidden: Forbidden Details: {'type': 'PolicyNotAuthorized', 'message': 'rule:create_security_group is disallowed by policy', 'detail': ''} |
||||||
test_create_security_group_rule_with_invalid_ports[id-0d9c7791-f2ad-4e2f-ac73-abf2373b0d2d,negative] |
fail
ft28.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-12-16 11:56:54,226 118130 INFO [tempest.lib.common.rest_client] Request (NegativeSecGroupIPv6Test:test_create_security_group_rule_with_invalid_ports): 403 POST http://10.222.0.32:9696/v2.0/security-groups 0.024s 2021-12-16 11:56:54,227 118130 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--345916475"}} Response - Headers: {'content-type': 'application/json', 'content-length': '128', 'x-openstack-request-id': 'req-7508454d-eedf-4a3f-8f34-6d8ae2caa359', 'date': 'Thu, 16 Dec 2021 11:56:54 GMT', 'connection': 'close', 'status': '403', 'content-location': 'http://10.222.0.32:9696/v2.0/security-groups'} Body: b'{"NeutronError": {"type": "PolicyNotAuthorized", "message": "rule:create_security_group is disallowed by policy", "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 804, in _error_checker raise exceptions.Forbidden(resp_body, resp=resp) tempest.lib.exceptions.Forbidden: Forbidden Details: {'type': 'PolicyNotAuthorized', 'message': 'rule:create_security_group is disallowed by policy', 'detail': ''} |
||||||
test_create_security_group_rule_with_non_existent_remote_groupid[id-4bf786fd-2f02-443c-9716-5b98e159a49a,negative] |
fail
ft28.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-12-16 11:56:54,274 118130 INFO [tempest.lib.common.rest_client] Request (NegativeSecGroupIPv6Test:test_create_security_group_rule_with_non_existent_remote_groupid): 403 POST http://10.222.0.32:9696/v2.0/security-groups 0.039s 2021-12-16 11:56:54,274 118130 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--1899815003"}} Response - Headers: {'content-type': 'application/json', 'content-length': '128', 'x-openstack-request-id': 'req-1bdff1be-202e-47df-94ea-1e13df06fd39', 'date': 'Thu, 16 Dec 2021 11:56:54 GMT', 'connection': 'close', 'status': '403', 'content-location': 'http://10.222.0.32:9696/v2.0/security-groups'} Body: b'{"NeutronError": {"type": "PolicyNotAuthorized", "message": "rule:create_security_group is disallowed by policy", "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 804, in _error_checker raise exceptions.Forbidden(resp_body, resp=resp) tempest.lib.exceptions.Forbidden: Forbidden Details: {'type': 'PolicyNotAuthorized', 'message': 'rule:create_security_group is disallowed by policy', 'detail': ''} |
||||||
test_create_security_group_rule_with_non_existent_security_group[id-be308db6-a7cf-4d5c-9baf-71bafd73f35e,negative] |
fail
ft28.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-12-16 11:56:54,345 118130 INFO [tempest.lib.common.rest_client] Request (NegativeSecGroupIPv6Test:test_create_security_group_rule_with_non_existent_security_group): 403 POST http://10.222.0.32:9696/v2.0/security-group-rules 0.068s 2021-12-16 11:56:54,345 118130 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": "083dec1f-a73c-4e0b-9aea-35659ee7084b", "direction": "ingress", "ethertype": "IPv6"}} Response - Headers: {'content-type': 'application/json', 'content-length': '133', 'x-openstack-request-id': 'req-11c60a40-822b-4f20-80b7-7fc28d9c8233', 'date': 'Thu, 16 Dec 2021 11:56:54 GMT', 'connection': 'close', 'status': '403', 'content-location': 'http://10.222.0.32:9696/v2.0/security-group-rules'} Body: b'{"NeutronError": {"type": "PolicyNotAuthorized", "message": "rule:create_security_group_rule is disallowed by policy", "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 804, in _error_checker raise exceptions.Forbidden(resp_body, resp=resp) tempest.lib.exceptions.Forbidden: Forbidden Details: {'type': 'PolicyNotAuthorized', 'message': 'rule:create_security_group_rule is disallowed by policy', 'detail': ''} |
||||||
test_create_security_group_rule_with_remote_ip_and_group[id-b5c4b247-6b02-435b-b088-d10d45650881,negative] |
fail
ft28.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-12-16 11:56:54,414 118130 INFO [tempest.lib.common.rest_client] Request (NegativeSecGroupIPv6Test:test_create_security_group_rule_with_remote_ip_and_group): 403 POST http://10.222.0.32:9696/v2.0/security-groups 0.064s 2021-12-16 11:56:54,414 118130 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--233217553"}} Response - Headers: {'content-type': 'application/json', 'content-length': '128', 'x-openstack-request-id': 'req-1f19ab9b-dd07-4073-8dd2-4c8b87f02973', 'date': 'Thu, 16 Dec 2021 11:56:54 GMT', 'connection': 'close', 'status': '403', 'content-location': 'http://10.222.0.32:9696/v2.0/security-groups'} Body: b'{"NeutronError": {"type": "PolicyNotAuthorized", "message": "rule:create_security_group is disallowed by policy", "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 804, in _error_checker raise exceptions.Forbidden(resp_body, resp=resp) tempest.lib.exceptions.Forbidden: Forbidden Details: {'type': 'PolicyNotAuthorized', 'message': 'rule:create_security_group is disallowed by policy', 'detail': ''} |
||||||
test_create_security_group_rule_wrong_ip_prefix_version[id-7607439c-af73-499e-bf64-f687fd12a842,negative] |
fail
ft28.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-12-16 11:56:54,432 118130 INFO [tempest.lib.common.rest_client] Request (NegativeSecGroupIPv6Test:test_create_security_group_rule_wrong_ip_prefix_version): 403 POST http://10.222.0.32:9696/v2.0/security-groups 0.015s 2021-12-16 11:56:54,432 118130 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--1693819617"}} Response - Headers: {'content-type': 'application/json', 'content-length': '128', 'x-openstack-request-id': 'req-0f48599b-ff8a-4735-94ea-63c200ff1e62', 'date': 'Thu, 16 Dec 2021 11:56:54 GMT', 'connection': 'close', 'status': '403', 'content-location': 'http://10.222.0.32:9696/v2.0/security-groups'} Body: b'{"NeutronError": {"type": "PolicyNotAuthorized", "message": "rule:create_security_group is disallowed by policy", "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 804, in _error_checker raise exceptions.Forbidden(resp_body, resp=resp) tempest.lib.exceptions.Forbidden: Forbidden Details: {'type': 'PolicyNotAuthorized', 'message': 'rule:create_security_group is disallowed by policy', 'detail': ''} |
||||||
test_create_security_group_update_name_default[id-966e2b96-023a-11e7-a9e4-fa163e4fa634,negative] |
fail
ft28.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-12-16 11:56:54,504 118130 INFO [tempest.lib.common.rest_client] Request (NegativeSecGroupIPv6Test:test_create_security_group_update_name_default): 403 POST http://10.222.0.32:9696/v2.0/security-groups 0.069s 2021-12-16 11:56:54,504 118130 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--607586282"}} Response - Headers: {'content-type': 'application/json', 'content-length': '128', 'x-openstack-request-id': 'req-8a087599-bba3-4cb9-8b66-f762e372fd84', 'date': 'Thu, 16 Dec 2021 11:56:54 GMT', 'connection': 'close', 'status': '403', 'content-location': 'http://10.222.0.32:9696/v2.0/security-groups'} Body: b'{"NeutronError": {"type": "PolicyNotAuthorized", "message": "rule:create_security_group is disallowed by policy", "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 804, in _error_checker raise exceptions.Forbidden(resp_body, resp=resp) tempest.lib.exceptions.Forbidden: Forbidden Details: {'type': 'PolicyNotAuthorized', 'message': 'rule:create_security_group is disallowed by policy', 'detail': ''} |
||||||
test_delete_non_existent_security_group[id-1f1bb89d-5664-4956-9fcd-83ee0fa603df,negative] |
pass
pt28.12: tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_delete_non_existent_security_group[id-1f1bb89d-5664-4956-9fcd-83ee0fa603df,negative] |
||||||
test_show_non_existent_security_group[id-424fd5c3-9ddc-486a-b45f-39bf0c820fc6,negative] |
pass
pt28.13: tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_show_non_existent_security_group[id-424fd5c3-9ddc-486a-b45f-39bf0c820fc6,negative] |
||||||
test_show_non_existent_security_group_rule[id-4c094c09-000b-4e41-8100-9617600c02a6,negative] |
pass
pt28.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 | 4 | 9 | 0 | 0 | Detail | |
test_create_additional_default_security_group_fails[id-2323061e-9fbf-4eb0-b547-7e8fafc90849,negative] |
pass
pt29.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
ft29.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-12-16 11:57:01,097 118140 INFO [tempest.lib.common.rest_client] Request (NegativeSecGroupTest:test_create_duplicate_security_group_rule_fails): 403 POST http://10.222.0.32:9696/v2.0/security-groups 0.016s 2021-12-16 11:57:01,097 118140 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--575187709"}} Response - Headers: {'content-type': 'application/json', 'content-length': '128', 'x-openstack-request-id': 'req-6a7d3c3f-141b-4c08-b38d-e0e2b9640403', 'date': 'Thu, 16 Dec 2021 11:57:01 GMT', 'connection': 'close', 'status': '403', 'content-location': 'http://10.222.0.32:9696/v2.0/security-groups'} Body: b'{"NeutronError": {"type": "PolicyNotAuthorized", "message": "rule:create_security_group is disallowed by policy", "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 804, in _error_checker raise exceptions.Forbidden(resp_body, resp=resp) tempest.lib.exceptions.Forbidden: Forbidden Details: {'type': 'PolicyNotAuthorized', 'message': 'rule:create_security_group is disallowed by policy', 'detail': ''} |
||||||
test_create_security_group_rule_with_bad_ethertype[id-5666968c-fff3-40d6-9efc-df1c8bd01abb,negative] |
fail
ft29.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-12-16 11:57:01,118 118140 INFO [tempest.lib.common.rest_client] Request (NegativeSecGroupTest:test_create_security_group_rule_with_bad_ethertype): 403 POST http://10.222.0.32:9696/v2.0/security-groups 0.015s 2021-12-16 11:57:01,119 118140 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--262240226"}} Response - Headers: {'content-type': 'application/json', 'content-length': '128', 'x-openstack-request-id': 'req-9af7256a-7718-4f97-b1d1-303b9b6a48ba', 'date': 'Thu, 16 Dec 2021 11:57:01 GMT', 'connection': 'close', 'status': '403', 'content-location': 'http://10.222.0.32:9696/v2.0/security-groups'} Body: b'{"NeutronError": {"type": "PolicyNotAuthorized", "message": "rule:create_security_group is disallowed by policy", "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 804, in _error_checker raise exceptions.Forbidden(resp_body, resp=resp) tempest.lib.exceptions.Forbidden: Forbidden Details: {'type': 'PolicyNotAuthorized', 'message': 'rule:create_security_group is disallowed by policy', 'detail': ''} |
||||||
test_create_security_group_rule_with_bad_protocol[id-981bdc22-ce48-41ed-900a-73148b583958,negative] |
fail
ft29.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-12-16 11:57:01,139 118140 INFO [tempest.lib.common.rest_client] Request (NegativeSecGroupTest:test_create_security_group_rule_with_bad_protocol): 403 POST http://10.222.0.32:9696/v2.0/security-groups 0.018s 2021-12-16 11:57:01,140 118140 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--453863692"}} Response - Headers: {'content-type': 'application/json', 'content-length': '128', 'x-openstack-request-id': 'req-a99ea7ec-928d-4431-b43b-3ee362f99f14', 'date': 'Thu, 16 Dec 2021 11:57:01 GMT', 'connection': 'close', 'status': '403', 'content-location': 'http://10.222.0.32:9696/v2.0/security-groups'} Body: b'{"NeutronError": {"type": "PolicyNotAuthorized", "message": "rule:create_security_group is disallowed by policy", "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 804, in _error_checker raise exceptions.Forbidden(resp_body, resp=resp) tempest.lib.exceptions.Forbidden: Forbidden Details: {'type': 'PolicyNotAuthorized', 'message': 'rule:create_security_group is disallowed by policy', 'detail': ''} |
||||||
test_create_security_group_rule_with_bad_remote_ip_prefix[id-5f8daf69-3c5f-4aaa-88c9-db1d66f68679,negative] |
fail
ft29.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-12-16 11:57:01,154 118140 INFO [tempest.lib.common.rest_client] Request (NegativeSecGroupTest:test_create_security_group_rule_with_bad_remote_ip_prefix): 403 POST http://10.222.0.32:9696/v2.0/security-groups 0.012s 2021-12-16 11:57:01,155 118140 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--970354595"}} Response - Headers: {'content-type': 'application/json', 'content-length': '128', 'x-openstack-request-id': 'req-911099d4-07f0-4003-a3ab-8dc5249945e7', 'date': 'Thu, 16 Dec 2021 11:57:01 GMT', 'connection': 'close', 'status': '403', 'content-location': 'http://10.222.0.32:9696/v2.0/security-groups'} Body: b'{"NeutronError": {"type": "PolicyNotAuthorized", "message": "rule:create_security_group is disallowed by policy", "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 804, in _error_checker raise exceptions.Forbidden(resp_body, resp=resp) tempest.lib.exceptions.Forbidden: Forbidden Details: {'type': 'PolicyNotAuthorized', 'message': 'rule:create_security_group is disallowed by policy', 'detail': ''} |
||||||
test_create_security_group_rule_with_invalid_ports[id-0d9c7791-f2ad-4e2f-ac73-abf2373b0d2d,negative] |
fail
ft29.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-12-16 11:57:01,170 118140 INFO [tempest.lib.common.rest_client] Request (NegativeSecGroupTest:test_create_security_group_rule_with_invalid_ports): 403 POST http://10.222.0.32:9696/v2.0/security-groups 0.013s 2021-12-16 11:57:01,171 118140 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--938432408"}} Response - Headers: {'content-type': 'application/json', 'content-length': '128', 'x-openstack-request-id': 'req-2fcfc997-a04d-451b-bc55-4ab7d1daed52', 'date': 'Thu, 16 Dec 2021 11:57:01 GMT', 'connection': 'close', 'status': '403', 'content-location': 'http://10.222.0.32:9696/v2.0/security-groups'} Body: b'{"NeutronError": {"type": "PolicyNotAuthorized", "message": "rule:create_security_group is disallowed by policy", "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 804, in _error_checker raise exceptions.Forbidden(resp_body, resp=resp) tempest.lib.exceptions.Forbidden: Forbidden Details: {'type': 'PolicyNotAuthorized', 'message': 'rule:create_security_group is disallowed by policy', 'detail': ''} |
||||||
test_create_security_group_rule_with_non_existent_remote_groupid[id-4bf786fd-2f02-443c-9716-5b98e159a49a,negative] |
fail
ft29.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-12-16 11:57:01,196 118140 INFO [tempest.lib.common.rest_client] Request (NegativeSecGroupTest:test_create_security_group_rule_with_non_existent_remote_groupid): 403 POST http://10.222.0.32:9696/v2.0/security-groups 0.023s 2021-12-16 11:57:01,196 118140 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--453473119"}} Response - Headers: {'content-type': 'application/json', 'content-length': '128', 'x-openstack-request-id': 'req-be8eb3f3-b14a-4e8e-9ec9-d0b32703da72', 'date': 'Thu, 16 Dec 2021 11:57:01 GMT', 'connection': 'close', 'status': '403', 'content-location': 'http://10.222.0.32:9696/v2.0/security-groups'} Body: b'{"NeutronError": {"type": "PolicyNotAuthorized", "message": "rule:create_security_group is disallowed by policy", "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 804, in _error_checker raise exceptions.Forbidden(resp_body, resp=resp) tempest.lib.exceptions.Forbidden: Forbidden Details: {'type': 'PolicyNotAuthorized', 'message': 'rule:create_security_group is disallowed by policy', 'detail': ''} |
||||||
test_create_security_group_rule_with_non_existent_security_group[id-be308db6-a7cf-4d5c-9baf-71bafd73f35e,negative] |
fail
ft29.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-12-16 11:57:01,220 118140 INFO [tempest.lib.common.rest_client] Request (NegativeSecGroupTest:test_create_security_group_rule_with_non_existent_security_group): 403 POST http://10.222.0.32:9696/v2.0/security-group-rules 0.022s 2021-12-16 11:57:01,221 118140 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": "4a5c3f64-df49-470d-8696-aefb242dc350", "direction": "ingress", "ethertype": "IPv4"}} Response - Headers: {'content-type': 'application/json', 'content-length': '133', 'x-openstack-request-id': 'req-278bcbe8-21cb-4ce3-b413-c7c94545bbce', 'date': 'Thu, 16 Dec 2021 11:57:01 GMT', 'connection': 'close', 'status': '403', 'content-location': 'http://10.222.0.32:9696/v2.0/security-group-rules'} Body: b'{"NeutronError": {"type": "PolicyNotAuthorized", "message": "rule:create_security_group_rule is disallowed by policy", "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 804, in _error_checker raise exceptions.Forbidden(resp_body, resp=resp) tempest.lib.exceptions.Forbidden: Forbidden Details: {'type': 'PolicyNotAuthorized', 'message': 'rule:create_security_group_rule is disallowed by policy', 'detail': ''} |
||||||
test_create_security_group_rule_with_remote_ip_and_group[id-b5c4b247-6b02-435b-b088-d10d45650881,negative] |
fail
ft29.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-12-16 11:57:01,267 118140 INFO [tempest.lib.common.rest_client] Request (NegativeSecGroupTest:test_create_security_group_rule_with_remote_ip_and_group): 403 POST http://10.222.0.32:9696/v2.0/security-groups 0.036s 2021-12-16 11:57:01,267 118140 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--1522514770"}} Response - Headers: {'content-type': 'application/json', 'content-length': '128', 'x-openstack-request-id': 'req-a0071aab-70b7-46a7-aa07-bab8b114ef00', 'date': 'Thu, 16 Dec 2021 11:57:01 GMT', 'connection': 'close', 'status': '403', 'content-location': 'http://10.222.0.32:9696/v2.0/security-groups'} Body: b'{"NeutronError": {"type": "PolicyNotAuthorized", "message": "rule:create_security_group is disallowed by policy", "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 804, in _error_checker raise exceptions.Forbidden(resp_body, resp=resp) tempest.lib.exceptions.Forbidden: Forbidden Details: {'type': 'PolicyNotAuthorized', 'message': 'rule:create_security_group is disallowed by policy', 'detail': ''} |
||||||
test_create_security_group_update_name_default[id-966e2b96-023a-11e7-a9e4-fa163e4fa634,negative] |
fail
ft29.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-12-16 11:57:01,285 118140 INFO [tempest.lib.common.rest_client] Request (NegativeSecGroupTest:test_create_security_group_update_name_default): 403 POST http://10.222.0.32:9696/v2.0/security-groups 0.015s 2021-12-16 11:57:01,285 118140 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--655428095"}} Response - Headers: {'content-type': 'application/json', 'content-length': '128', 'x-openstack-request-id': 'req-0b399e8c-1fdd-46f0-b317-5ed8ee155384', 'date': 'Thu, 16 Dec 2021 11:57:01 GMT', 'connection': 'close', 'status': '403', 'content-location': 'http://10.222.0.32:9696/v2.0/security-groups'} Body: b'{"NeutronError": {"type": "PolicyNotAuthorized", "message": "rule:create_security_group is disallowed by policy", "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 804, in _error_checker raise exceptions.Forbidden(resp_body, resp=resp) tempest.lib.exceptions.Forbidden: Forbidden Details: {'type': 'PolicyNotAuthorized', 'message': 'rule:create_security_group is disallowed by policy', 'detail': ''} |
||||||
test_delete_non_existent_security_group[id-1f1bb89d-5664-4956-9fcd-83ee0fa603df,negative] |
pass
pt29.11: tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_delete_non_existent_security_group[id-1f1bb89d-5664-4956-9fcd-83ee0fa603df,negative] |
||||||
test_show_non_existent_security_group[id-424fd5c3-9ddc-486a-b45f-39bf0c820fc6,negative] |
pass
pt29.12: tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_show_non_existent_security_group[id-424fd5c3-9ddc-486a-b45f-39bf0c820fc6,negative] |
||||||
test_show_non_existent_security_group_rule[id-4c094c09-000b-4e41-8100-9617600c02a6,negative] |
pass
pt29.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
ft30.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-12-16 11:56:48,213 118144 INFO [tempest.lib.common.rest_client] Request (SubnetPoolsTestJSON:test_create_list_show_update_delete_subnetpools): 403 POST http://10.222.0.32:9696/v2.0/subnetpools 0.481s 2021-12-16 11:56:48,214 118144 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"subnetpool": {"name": "tempest-subnetpools-1104580078", "prefixes": ["172.20.0.0/16"]}} Response - Headers: {'content-type': 'application/json', 'content-length': '124', 'x-openstack-request-id': 'req-63bc9e4f-fcb0-4985-a13c-a01d332337fc', 'date': 'Thu, 16 Dec 2021 11:56:48 GMT', 'connection': 'close', 'status': '403', 'content-location': 'http://10.222.0.32:9696/v2.0/subnetpools'} Body: b'{"NeutronError": {"type": "PolicyNotAuthorized", "message": "rule:create_subnetpool is disallowed by policy", "detail": ""}}' }}} Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/network/test_subnetpools_extensions.py", line 56, in test_create_list_show_update_delete_subnetpools body = self.subnetpools_client.create_subnetpool(name=subnetpool_name, File "/opt/stack/tempest/tempest/lib/services/network/subnetpools_client.py", line 39, in create_subnetpool 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 804, in _error_checker raise exceptions.Forbidden(resp_body, resp=resp) tempest.lib.exceptions.Forbidden: Forbidden Details: {'type': 'PolicyNotAuthorized', 'message': 'rule:create_subnetpool is disallowed by policy', 'detail': ''} |
||||||
tempest.scenario.test_encrypted_cinder_volumes.TestEncryptedCinderVolumes | 2 | 0 | 2 | 0 | 0 | Detail | |
test_encrypted_cinder_volumes_cryptsetup[compute,id-cbc752ed-b716-4717-910f-956cce965722,image,slow,volume] |
fail
ft31.1: tempest.scenario.test_encrypted_cinder_volumes.TestEncryptedCinderVolumes.test_encrypted_cinder_volumes_cryptsetup[compute,id-cbc752ed-b716-4717-910f-956cce965722,image,slow,volume]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2021-12-16 11:58:28,874 119978 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_cryptsetup): 200 POST http://10.222.0.32/compute/v2.1/os-keypairs 0.416s 2021-12-16 11:58:28,875 119978 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"keypair": {"name": "tempest-TestEncryptedCinderVolumes-15994456"}} Response - Headers: {'date': 'Thu, 16 Dec 2021 11:58:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '2318', '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-00701aa3-d7b5-454a-977e-92ca26d5359c', 'x-compute-request-id': 'req-00701aa3-d7b5-454a-977e-92ca26d5359c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.32/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"private_key": "-----BEGIN RSA PRIVATE KEY-----\\nMIIEoQIBAAKCAQEAtityzK0Xi7V1tvGzKIoNJkxI0pMSmdyxzGpAyDldAGB2kYP5\\nc6nauGB7Pnoi1Jwy8UL4kGFUhCBk69BNHBucu1LG0gARoe9orXRdMq/jYD9n2WgV\\n4mUvltnCfRGOP1NADkALNtC+pLUCZXjOR6pQb1FfeNxtYPyxp2xrhbJfRnxaFHi/\\nd+Bk4dxPCQWzPYy2IvgizVpVgA9G4gvrbJZxb47HPIuwrONEepXm6ACAWbbJqF70\\nnKV2gMsf8W/KlkWDDJa4NraiBB6h4pcP5opKYElcM6xstR4pVeQRPudHIIQsOLo0\\nXCwecEGbjTcoojm7Ef+gPLdvO/JI9crgD+6zxwIDAQABAoH/LkDZ5R4N3Gs2eDzm\\nQGTM8exskQrGrkpa2owf5rap5m6XrFrV+4glAKt+n15jeZgvVxKqCf6sdt/CwB0j\\ndv+LzAQ4dxmNYJBpA6GICFagZM+0jn7fD5yheKvRte+/LlT07qlUL5bQ0QEkmp8R\\nwSB9S8Zdd1KAcx+1+8yLgGbJyhtadcK4EjDz8qifL/QE3Hc7MC/NvDBUhBTISqyj\\nAo4aFmwX0dCKdB6UCITXPqeuR0yic1QgXazPmqkxeUb1ezdqJEXUtZjIzuJUOnAa\\ntINqsEAYNa/vnFUUNgvw1xv1mzGRsPD9Uq5WeYOcw/LlrkygPkL8mk84PusjJZIj\\n3fIpAoGBAPCclWy6abi1GnVY71wTzQKEb+z06sFZSmFUQXWMAGZKr5W/O18K2hft\\n66UK3eVrzv620O491pIis0NqRT8uWQQ7fiOz9bcOJ1IOOgqd2fqDbYXbLINxemwt\\n2QXnwIGogTcgpBMhNaMZJfRu7rknjwrDaJP9NgJQmSihoPo1YlClAoGBAMHSBhBy\\n/HxdjGgUOPle+momu3E67Vo8x6kCJVOsoWsTDb5SWrb6BRwxsqFRVhk40IEZFZlL\\n5dODnpEqupBLqfOPX5SUwuldq/DdKILAWS+PZomz8Y2BmSVav52CRxFrl+2rvM17\\nRpZL4Duty7vEuTv0crIyhhAl4Xa3xk53v3r7AoGAcfAUKiqUCa1o3AzDO/z8ZabF\\nQZYw3GImALTfUoR7Y/UV9Hlb6gO/hvlZTww4S32jxaZYhZiu1QCtlszqAaM27/Qk\\nJVAAmTCQmiC2h3R8Vk6KPIqvJ4dDC5siW9OEq2FZ3vsL9ysQtS0hdgBZ9z+uUtB5\\n4ypSuwHjpQP0sMc6ySkCgYADIQLcDR8qWtBDdeAdlnzwbcOk5lCinkyS2+gCW80X\\nT21vXyD7xzmB5QN/OzLqoVIsY11H5kPFkGBk842jerU5q1zdpzEmV07JSqi2w6gs\\n7mG3Y2JI6IiyY66oOkwvac9AFP+tSYowLvVlwT6Cv4BGCYI4gjxL0nC7W+glqCU9\\nNQKBgQDUSXxnEiA0lTCC/Ud/UdDFYmKRXozQczyp1D7/NYac2HiSWXO3touLHa7e\\noHPsdQBr6vvTqmlbqcgGtLmC1PxtBoGD/5iGRsS0Q8R39duM3OyrPIZcN8OMMF7g\\nn6x4GxoVQ1PGtOjq6QkoSdlnTBWUG5wgp3aKGua8VgRJSU2g3Q==\\n-----END RSA PRIVATE KEY-----\\n", "name": "tempest-TestEncryptedCinderVolumes-15994456", "public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC2K3LMrReLtXW28bMoig0mTEjSkxKZ3LHMakDIOV0AYHaRg/lzqdq4YHs+eiLUnDLxQviQYVSEIGTr0E0cG5y7UsbSABGh72itdF0yr+NgP2fZaBXiZS+W2cJ9EY4/U0AOQAs20L6ktQJleM5HqlBvUV943G1g/LGnbGuFsl9GfFoUeL934GTh3E8JBbM9jLYi+CLNWlWAD0biC+tslnFvjsc8i7Cs40R6leboAIBZtsmoXvScpXaAyx/xb8qWRYMMlrg2tqIEHqHilw/mikpgSVwzrGy1HilV5BE+50cghCw4ujRcLB5wQZuNNyiiObsR/6A8t2878kj1yuAP7rPH Generated-by-Nova", "fingerprint": "0d:6c:95:13:f8:b4:b0:16:03:9d:be:a9:d6:69:d3:fc", "user_id": "639e0032ed02498f8ebfe76ffaa889e1"}}' 2021-12-16 11:58:28,915 119978 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_cryptsetup): 201 POST http://10.222.0.32/identity/v3/auth/tokens 0.031s 2021-12-16 11:58:28,915 119978 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Thu, 16 Dec 2021 11:58:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'content-length': '3256', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-25212a26-dc23-4238-aba5-e837264a736d', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.32/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "639e0032ed02498f8ebfe76ffaa889e1", "name": "tempest-TestEncryptedCinderVolumes-1556741857-project", "password_expires_at": null}, "audit_ids": ["fKs8xujBTauMsPIm1l-nCQ"], "expires_at": "2021-12-16T12:58:28.000000Z", "issued_at": "2021-12-16T11:58:28.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "63a478bb11794b588d2ee4337a1e3c2c", "name": "tempest-TestEncryptedCinderVolumes-1556741857"}, "is_domain": false, "roles": [{"id": "4a3bf3dae7f047ea8ea9b99173748a85", "name": "member"}, {"id": "65c8f60a9aee4c2385c4cec8d1b4a5e3", "name": "reader"}], "catalog": [{"endpoints": [{"id": "3c7b615650e84ee3ba52fa07b666b89d", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.32/placement", "region": "RegionOne"}], "id": "0327ff59fc3a4f88b99a8f3d4a2fa8cc", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "e22a64f2a4744839b77d36019885f42e", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.32/compute/v2/63a478bb11794b588d2ee4337a1e3c2c", "region": "RegionOne"}], "id": "035693fbf3484edd92b7e0ed4e21e209", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "36cbcdb239e4464ea6ae9fb5c328ab2c", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.32/compute/v2.1", "region": "RegionOne"}], "id": "3c21e8c4a46c4e0da712a8eb9fc1a82d", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "60370ba45b4445699661404a7120c214", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.32:9696/", "region": "RegionOne"}], "id": "4544472da27a4199b4c0e606b985b9c2", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "405ac79319184bd2bda86bb0aff0fe15", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.32:8080/v1/AUTH_63a478bb11794b588d2ee4337a1e3c2c", "region": "RegionOne"}, {"id": "eec4555dcd854d26b5b95346a48fde7b", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.32:8080", "region": "RegionOne"}], "id": "5653c0db0a7d4592a483b27f7e7fa2a8", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "0373320f776043ef93b362cf26e378bf", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.32/image", "region": "RegionOne"}], "id": "788b6b8028a04951b7a4ecff865a4521", "type": "image", "name": "glance"}, {"endpoints": [{"id": "d04a8bd14df3411a9a46989ad3652fd1", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.32/identity", "region": "RegionOne"}], "id": "b5e6de543b6a4b45a33355e668bf46f1", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "9a18849d10bc4c868bfefd765709c0e6", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.32/volume/v3/63a478bb11794b588d2ee4337a1e3c2c", "region": "RegionOne"}], "id": "b6ddcb55d0b04402ae1f8dd0f68d5c19", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "ea314e5f7e574aa1be5ed9bdbd9c098a", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.32/volume/v3/63a478bb11794b588d2ee4337a1e3c2c", "region": "RegionOne"}], "id": "fba0f533086a41ac9c1fc72843a4a1d6", "type": "volumev3", "name": "cinderv3"}]}}' 2021-12-16 11:58:28,916 119978 INFO [tempest.lib.common.fixed_network] (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_cryptsetup) Found network {'id': 'd1eebbee-fb7e-40c8-b2f3-a511d1cc91ac', 'name': 'tempest-TestEncryptedCinderVolumes-1644986444-network', 'tenant_id': '63a478bb11794b588d2ee4337a1e3c2c', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '63a478bb11794b588d2ee4337a1e3c2c', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 269, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2021-12-16T11:58:19Z', 'updated_at': '2021-12-16T11:58:19Z', 'revision_number': 1} available for tenant 2021-12-16 11:58:29,082 119978 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_cryptsetup): 400 POST http://10.222.0.32/compute/v2.1/servers 0.165s 2021-12-16 11:58:29,082 119978 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"server": {"name": "tempest-TestEncryptedCinderVolumes-server-1254926745", "imageRef": "3c125fa8-596f-4481-901e-9792a81851b7", "flavorRef": "452", "key_name": "tempest-TestEncryptedCinderVolumes-15994456", "networks": [{"uuid": "d1eebbee-fb7e-40c8-b2f3-a511d1cc91ac"}]}} Response - Headers: {'date': 'Thu, 16 Dec 2021 11:58:28 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '108', 'x-openstack-request-id': 'req-68137fe3-6427-4b21-8869-090e101b7a23', 'x-compute-request-id': 'req-68137fe3-6427-4b21-8869-090e101b7a23', 'connection': 'close', 'status': '400', 'content-location': 'http://10.222.0.32/compute/v2.1/servers'} Body: b'{"badRequest": {"code": 400, "message": "Network d1eebbee-fb7e-40c8-b2f3-a511d1cc91ac could not be found."}}' 2021-12-16 11:58:29,111 119978 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:_run_cleanups): 202 DELETE http://10.222.0.32/compute/v2.1/os-keypairs/tempest-TestEncryptedCinderVolumes-15994456 0.027s 2021-12-16 11:58:29,112 119978 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 16 Dec 2021 11:58:29 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-6d93b5d0-d032-4e7b-9aeb-af4fcfa7543c', 'x-compute-request-id': 'req-6d93b5d0-d032-4e7b-9aeb-af4fcfa7543c', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.32/compute/v2.1/os-keypairs/tempest-TestEncryptedCinderVolumes-15994456'} 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_encrypted_cinder_volumes.py", line 67, in test_encrypted_cinder_volumes_cryptsetup server = self.launch_instance() File "/opt/stack/tempest/tempest/scenario/test_encrypted_cinder_volumes.py", line 48, in launch_instance return self.create_server(key_name=keypair['name']) File "/opt/stack/tempest/tempest/scenario/manager.py", line 309, in create_server body, _ = 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 814, in _error_checker raise exceptions.BadRequest(resp_body, resp=resp) tempest.lib.exceptions.BadRequest: Bad request Details: {'code': 400, 'message': 'Network d1eebbee-fb7e-40c8-b2f3-a511d1cc91ac could not be found.'} |
||||||
test_encrypted_cinder_volumes_luks[compute,id-79165fb4-5534-4b9d-8429-97ccffb8f86e,image,slow,volume] |
fail
ft31.2: tempest.scenario.test_encrypted_cinder_volumes.TestEncryptedCinderVolumes.test_encrypted_cinder_volumes_luks[compute,id-79165fb4-5534-4b9d-8429-97ccffb8f86e,image,slow,volume]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2021-12-16 11:58:29,536 119978 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luks): 200 POST http://10.222.0.32/compute/v2.1/os-keypairs 0.422s 2021-12-16 11:58:29,536 119978 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"keypair": {"name": "tempest-TestEncryptedCinderVolumes-2054421424"}} Response - Headers: {'date': 'Thu, 16 Dec 2021 11:58:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '2320', '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-a60eff08-0e36-47d8-afff-448a718b3fd9', 'x-compute-request-id': 'req-a60eff08-0e36-47d8-afff-448a718b3fd9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.32/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"private_key": "-----BEGIN RSA PRIVATE KEY-----\\nMIIEowIBAAKCAQEA4eu0t11VJ/GYGNAbNcEBApJZUtBUyFejt3NL3lP6APcFXOIM\\nLcdtG3Uky5qLy+r2N52p0/aG0bGu2b4uygRDXvXeFgWJ0GqPuJZbMLhwhlA6qWwU\\nRmfYJKTh+eYzUgRGyvH2MS4+ieUyhUuPXgARv0jXEeonTtDfmS17YOBjR1MDeepI\\na2cvbC11MdTmGslbBvBi3VsCKAo+5ephuAMzkPqUv8lg5JSI6nWoMUPYJFfgqkwu\\n4fmsgysIuJ4I3wZxT0sLIvYpGr06hx29ODXpVJt0PC0iczs4EG6CMDEE4vR68SJm\\nvj5yCiDjbjQc5iQ5jQDBaTGnkgRZgCpfj48msQIDAQABAoIBAFme9WugHL3huyJs\\nu76RN+NbRw/xEREAozONC1XBHnXviDMWgRpP+FpiGBykzDwyk0Xwx4QMUeMxh1ld\\ndpYxJsCu7FD0FX2WKDlje/1RzWGaxgqbk1dyrm2q8vH9ffJVO/gaED3mSGzPfUEf\\nflod0Ox+6sJyjvFXLrxHLKB7oyaRavuQeTestdsAPI65zE68+Js7yse+Kczzl5JE\\nSWeBcpEpO9G9fsbnY+WMa9CqZEbkdewaaL5pLa1tBw+6opSfmpcw1+uHk12kdvm6\\nuLyx6Qmz3F5MvkqKoc49UJKXtUW20aHC/cvtk5wnMgeKLaGQlCZF8/ltJoAzw69r\\nbXe+wyECgYEA9sG0oIwdhhdNhI5dk41Ipj7FD6rA/b8pYDkwq5IFg6WiiinrujJc\\nvhO5ffw+OUf17wH1OriLJ8AacDLzMkxlE5navpBOaXobfAiAdU9lczbghTGfw1GH\\n3ZuHa9fT3aJxZ9nsgstXXA0kVsQrIG0wrpw8/0zDoCyw7iTuYIfBkB0CgYEA6mIx\\nPJQtHCtHzz9/K42/Bh2JvK6u4KJ9Ipmfsv/a91zNTvPpG51NLATBoFbzztyclYtE\\nsHJHqW0JB0/n/ASdyh2LuL9TaSjbDAwE3aW2CO/4/QCnrT6QCfWcSDsEbxnLBcWc\\n5Lo/7eTus/I1/qk4BV5cG3LGsPJAks+nPXLHFKUCgYEAp57oO5NSzu7vepdXG8+C\\nxWOoa78bwINl8PaIiFP2KPqQUnitp9tkQr6VZ+68uh6XAtf6pPwNk2Ac1ZDWwZlB\\npDIEdSUEDwSivPvtf0MC8GQb2n7eP0kYGUL4mBqR0mHx1ZEk56iH3IEU6Vfyz+E8\\ni7CYgvi7fwg83Fj8EVjG9UUCgYB52K4sBgQlfsKIFURxSfEiprxyIIW9NfvDvwVs\\nsuIMcmwxPU/UEUSLO7XFOy7oPXwRqiL9b4udopds+7doJqY46n82fhBIvPqTGrR0\\n3a7ymn5gWLTStZF/+/VQ/41gjJIk4ASeS8zsSXVmiuZTC3maIOHVSyfL2USEjfst\\nULv6GQKBgCQOjt86LE4vs166C8L29deFk7C7xJDeo9bfnSpJjkRhpXslbijECt+D\\nULjG4cCz3MWaEZ+gCEpzjSAPTRuzt2wD8qrI3Ik+TImjBauaq1Gi3Ad6v19ArXcz\\n6DY3r8JbKD+rGQ3elK/AGVl9sQE3gAR4IZ/imOVDOIxkFpCKkVa/\\n-----END RSA PRIVATE KEY-----\\n", "name": "tempest-TestEncryptedCinderVolumes-2054421424", "public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDh67S3XVUn8ZgY0Bs1wQECkllS0FTIV6O3c0veU/oA9wVc4gwtx20bdSTLmovL6vY3nanT9obRsa7Zvi7KBENe9d4WBYnQao+4llswuHCGUDqpbBRGZ9gkpOH55jNSBEbK8fYxLj6J5TKFS49eABG/SNcR6idO0N+ZLXtg4GNHUwN56khrZy9sLXUx1OYayVsG8GLdWwIoCj7l6mG4AzOQ+pS/yWDklIjqdagxQ9gkV+CqTC7h+ayDKwi4ngjfBnFPSwsi9ikavTqHHb04NelUm3Q8LSJzOzgQboIwMQTi9HrxIma+PnIKIONuNBzmJDmNAMFpMaeSBFmAKl+Pjyax Generated-by-Nova", "fingerprint": "0e:75:e9:b5:d7:64:83:55:8a:9a:0f:f9:9d:db:99:a2", "user_id": "639e0032ed02498f8ebfe76ffaa889e1"}}' 2021-12-16 11:58:29,573 119978 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luks): 201 POST http://10.222.0.32/identity/v3/auth/tokens 0.030s 2021-12-16 11:58:29,574 119978 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Thu, 16 Dec 2021 11:58:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'content-length': '3256', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-71566c40-875a-4c90-aac1-40718e50897d', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.32/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "639e0032ed02498f8ebfe76ffaa889e1", "name": "tempest-TestEncryptedCinderVolumes-1556741857-project", "password_expires_at": null}, "audit_ids": ["OWaqyO3fT3eZ6ap9HmiUtg"], "expires_at": "2021-12-16T12:58:29.000000Z", "issued_at": "2021-12-16T11:58:29.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "63a478bb11794b588d2ee4337a1e3c2c", "name": "tempest-TestEncryptedCinderVolumes-1556741857"}, "is_domain": false, "roles": [{"id": "4a3bf3dae7f047ea8ea9b99173748a85", "name": "member"}, {"id": "65c8f60a9aee4c2385c4cec8d1b4a5e3", "name": "reader"}], "catalog": [{"endpoints": [{"id": "3c7b615650e84ee3ba52fa07b666b89d", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.32/placement", "region": "RegionOne"}], "id": "0327ff59fc3a4f88b99a8f3d4a2fa8cc", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "e22a64f2a4744839b77d36019885f42e", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.32/compute/v2/63a478bb11794b588d2ee4337a1e3c2c", "region": "RegionOne"}], "id": "035693fbf3484edd92b7e0ed4e21e209", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "36cbcdb239e4464ea6ae9fb5c328ab2c", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.32/compute/v2.1", "region": "RegionOne"}], "id": "3c21e8c4a46c4e0da712a8eb9fc1a82d", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "60370ba45b4445699661404a7120c214", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.32:9696/", "region": "RegionOne"}], "id": "4544472da27a4199b4c0e606b985b9c2", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "405ac79319184bd2bda86bb0aff0fe15", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.32:8080/v1/AUTH_63a478bb11794b588d2ee4337a1e3c2c", "region": "RegionOne"}, {"id": "eec4555dcd854d26b5b95346a48fde7b", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.32:8080", "region": "RegionOne"}], "id": "5653c0db0a7d4592a483b27f7e7fa2a8", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "0373320f776043ef93b362cf26e378bf", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.32/image", "region": "RegionOne"}], "id": "788b6b8028a04951b7a4ecff865a4521", "type": "image", "name": "glance"}, {"endpoints": [{"id": "d04a8bd14df3411a9a46989ad3652fd1", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.32/identity", "region": "RegionOne"}], "id": "b5e6de543b6a4b45a33355e668bf46f1", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "9a18849d10bc4c868bfefd765709c0e6", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.32/volume/v3/63a478bb11794b588d2ee4337a1e3c2c", "region": "RegionOne"}], "id": "b6ddcb55d0b04402ae1f8dd0f68d5c19", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "ea314e5f7e574aa1be5ed9bdbd9c098a", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.32/volume/v3/63a478bb11794b588d2ee4337a1e3c2c", "region": "RegionOne"}], "id": "fba0f533086a41ac9c1fc72843a4a1d6", "type": "volumev3", "name": "cinderv3"}]}}' 2021-12-16 11:58:29,574 119978 INFO [tempest.lib.common.fixed_network] (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luks) Found network {'id': 'd1eebbee-fb7e-40c8-b2f3-a511d1cc91ac', 'name': 'tempest-TestEncryptedCinderVolumes-1644986444-network', 'tenant_id': '63a478bb11794b588d2ee4337a1e3c2c', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '63a478bb11794b588d2ee4337a1e3c2c', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 269, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2021-12-16T11:58:19Z', 'updated_at': '2021-12-16T11:58:19Z', 'revision_number': 1} available for tenant 2021-12-16 11:58:29,736 119978 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:test_encrypted_cinder_volumes_luks): 400 POST http://10.222.0.32/compute/v2.1/servers 0.160s 2021-12-16 11:58:29,736 119978 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"server": {"name": "tempest-TestEncryptedCinderVolumes-server-497292665", "imageRef": "3c125fa8-596f-4481-901e-9792a81851b7", "flavorRef": "452", "key_name": "tempest-TestEncryptedCinderVolumes-2054421424", "networks": [{"uuid": "d1eebbee-fb7e-40c8-b2f3-a511d1cc91ac"}]}} Response - Headers: {'date': 'Thu, 16 Dec 2021 11:58:29 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '108', 'x-openstack-request-id': 'req-3e045202-699f-4896-9762-87542176d0c0', 'x-compute-request-id': 'req-3e045202-699f-4896-9762-87542176d0c0', 'connection': 'close', 'status': '400', 'content-location': 'http://10.222.0.32/compute/v2.1/servers'} Body: b'{"badRequest": {"code": 400, "message": "Network d1eebbee-fb7e-40c8-b2f3-a511d1cc91ac could not be found."}}' 2021-12-16 11:58:29,763 119978 INFO [tempest.lib.common.rest_client] Request (TestEncryptedCinderVolumes:_run_cleanups): 202 DELETE http://10.222.0.32/compute/v2.1/os-keypairs/tempest-TestEncryptedCinderVolumes-2054421424 0.025s 2021-12-16 11:58:29,763 119978 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 16 Dec 2021 11:58:29 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-dd3ae309-22e9-4bc6-afa7-80432d5ba8e8', 'x-compute-request-id': 'req-dd3ae309-22e9-4bc6-afa7-80432d5ba8e8', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.32/compute/v2.1/os-keypairs/tempest-TestEncryptedCinderVolumes-2054421424'} 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_encrypted_cinder_volumes.py", line 58, in test_encrypted_cinder_volumes_luks server = self.launch_instance() File "/opt/stack/tempest/tempest/scenario/test_encrypted_cinder_volumes.py", line 48, in launch_instance return self.create_server(key_name=keypair['name']) File "/opt/stack/tempest/tempest/scenario/manager.py", line 309, in create_server body, _ = 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 814, in _error_checker raise exceptions.BadRequest(resp_body, resp=resp) tempest.lib.exceptions.BadRequest: Bad request Details: {'code': 400, 'message': 'Network d1eebbee-fb7e-40c8-b2f3-a511d1cc91ac could not be found.'} |
||||||
tempest.scenario.test_minimum_basic.TestMinimumBasicScenario | 1 | 0 | 1 | 0 | 0 | Detail | |
test_minimum_basic_scenario[compute,id-bdbb5441-9204-419d-a225-b4fdbfb1a1a8,image,network,volume] |
fail
ft32.1: tempest.scenario.test_minimum_basic.TestMinimumBasicScenario.test_minimum_basic_scenario[compute,id-bdbb5441-9204-419d-a225-b4fdbfb1a1a8,image,network,volume]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2021-12-16 11:58:47,119 119978 DEBUG [tempest.scenario.manager] paths: img: /home/ubuntu/devstack/files/ubuntu-16.04-minimal-cloudimg-amd64-sync.vhdx, container_format: bare, disk_format: vhdx, properties: None 2021-12-16 11:58:47,452 119978 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 201 POST http://10.222.0.32/image/v2/images 0.332s 2021-12-16 11:58:47,453 119978 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"name": "tempest-scenario-img--440722211", "container_format": "bare", "disk_format": "vhdx", "visibility": "private"} Response - Headers: {'date': 'Thu, 16 Dec 2021 11:58:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '640', 'content-type': 'application/json', 'location': 'http://127.0.0.1:60999/v2/images/ba7a28fa-75f8-4a42-9bb4-9b38dbd99507', 'openstack-image-import-methods': 'glance-direct,web-download,copy-image', 'x-openstack-request-id': 'req-f03fa2cc-5daf-4706-a00e-b3d01eb83f14', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.32/image/v2/images'} Body: b'{"name": "tempest-scenario-img--440722211", "disk_format": "vhdx", "container_format": "bare", "visibility": "private", "size": null, "virtual_size": null, "status": "queued", "checksum": null, "protected": false, "min_ram": 0, "min_disk": 0, "owner": "a3c9ad7dc812435a80a9f34a18cb7bfa", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "ba7a28fa-75f8-4a42-9bb4-9b38dbd99507", "created_at": "2021-12-16T11:58:47Z", "updated_at": "2021-12-16T11:58:47Z", "tags": [], "self": "/v2/images/ba7a28fa-75f8-4a42-9bb4-9b38dbd99507", "file": "/v2/images/ba7a28fa-75f8-4a42-9bb4-9b38dbd99507/file", "schema": "/v2/schemas/image"}' 2021-12-16 11:58:56,580 119978 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 204 PUT http://10.222.0.32/image/v2/images/ba7a28fa-75f8-4a42-9bb4-9b38dbd99507/file 9.127s 2021-12-16 11:58:56,581 119978 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/octet-stream', 'X-Auth-Token': '<omitted>'} Body: <callable_iterator object at 0x7f8b3484cb50> Response - Headers: {'date': 'Thu, 16 Dec 2021 11:58:47 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-c7a82e79-b03a-4695-bb8e-8362dcbce60a', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.32/image/v2/images/ba7a28fa-75f8-4a42-9bb4-9b38dbd99507/file'} Body: b'' 2021-12-16 11:58:56,581 119978 DEBUG [tempest.scenario.manager] image:ba7a28fa-75f8-4a42-9bb4-9b38dbd99507 2021-12-16 11:58:56,939 119978 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 POST http://10.222.0.32/compute/v2.1/os-keypairs 0.357s 2021-12-16 11:58:56,939 119978 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"keypair": {"name": "tempest-TestMinimumBasicScenario-2006324833"}} Response - Headers: {'date': 'Thu, 16 Dec 2021 11:58:56 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-36e827da-a63b-4d6a-83f5-00b218b2e97d', 'x-compute-request-id': 'req-36e827da-a63b-4d6a-83f5-00b218b2e97d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.32/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"private_key": "-----BEGIN RSA PRIVATE KEY-----\\nMIIEpQIBAAKCAQEAxxbnqFsiDSlgMPAAe7aewkOa7FwvaYbiY26l+kINKruz9pjE\\nYpWuTNCiZqZwtadJBReelllqq937MYyx3YoJCp9r+2I+7m6N1432AwbbkhS16q6e\\n+xLqThKINKO5GAHdIq4FMSOT8pD+oUt4C0Zerkw0g97xh4dKrBhST2roewg6rw9r\\ntfVFS6VV++efNfFTwR+lhw+0F/VHrC3zbjcFy8lzoIPDd0fEKcId5NmGVWq+yC6B\\naHRCcC4B5dZdVfKnrWbj3UD5hniXWoaQz1AjJqKyCuQ1CYMIhlxj9gxMJd58MvaQ\\nFyRAYY5UB6UwU1Ka44ZLjIKSIEKMXCk2GIpbswIDAQABAoIBAQCq01t4mKGyG2N+\\n+h/gBwVX+LwwvLSt3l/YI3PlNNGpbh9vows27+n73TTL0Vp6c4xzAx4/MYAW8kR7\\n8pYXWj6Bz+LOczE+UrwATb3eQP8b7Atfz+93zXYgAUS/rg++qrK89AZecIGcq47g\\nhSn+uqW49ohE8oHZ4VtQKRpPLJNIJHTv7bg/qVSSjuxcg0E4NeOM+tNOhDFCL1qX\\n2Ie7oXXtvgWSAfVzFJVzVlwpC1gRXRTOF6SkXVHKmaKP+WdcpupfXxmHiH4QI7IK\\nM7cV6zhyIekwmuxxgBA0QuaaljLo96+F4nA9KlgSkD75eoWgpwQ5lwQSJ+QZhC0n\\np1OBrz2pAoGBAPq33mQjdWMNMwbaNSo5+qN2UsO+CCu71NxfEFS96/ePCqD182sa\\neqh+fQl5zjC0149DvB6DEweITrZLUILoq6Xc+pAMvvGVtIjoqUpi6q9omCs73Z68\\ndmyhknsXJGI0CL3lHajCcr1/RP40SRzybjkXmWl89oI1PapV+/T2SulNAoGBAMtI\\nmcSRKJIPvYQ9LFCKGdNpIb+FjgOfDMoyaQZOnA4zL3aziyKR9LUvDTIaYrSOmd4u\\njZIHIvzfudUJLilk4HP+Z9pORAcp57vDUrgF9sU4nX45k4ABaXQnUFA26l2JPk6l\\nruI035hSb38N4AUbC4CJaZKZ0L+6iv3XMWMp39j/AoGBAIlS3ISMx2cRe7ltG2Gd\\nkCKoVHzSQTdzEgwCJbfErtJRjsjK7iDjx/syDNp71OvooYje2NL9iBbAGhzO87JA\\nLoQSnUr5MDyyesfiZ5dOxqx85ZwIlkKzh0nI1aqF6m+/gGpCbBRbLO2OIAP8L2+j\\neavbuTOGNp7q+nOp1O8/V5ihAoGACKdwlGOxnHY7FTQdfNhEPTHOk/61iwXsX3dB\\n7VjPX/Nh4+XE2JXqGwSDxUxGQ3WGq2TD9iGDpcxIdv9LDcwTmhyMg0itsLhh+yZX\\nkSn/1WmRmtwMoXht6tn5m1CbLZw4INUA2vRxSGTKBliq3szF8pTm/6y4rFDetevB\\nWH1h4DUCgYEA2S2qh09HI6keGysz4g3VXuFzwGHwo5SuDpfaS/133BtZGj3EI/TZ\\nZgvw6K6Ks3ObmZmh0XfcOc5DzH/kqfDQtbAa1ypnx8STFyIOetQmFq45z+mYYEzv\\nEF33exY/Ao80QO5OyhrEIU1kTHfxxSXxUcNJPclGGrwZ7LITuhVuQ4k=\\n-----END RSA PRIVATE KEY-----\\n", "name": "tempest-TestMinimumBasicScenario-2006324833", "public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDHFueoWyINKWAw8AB7tp7CQ5rsXC9phuJjbqX6Qg0qu7P2mMRila5M0KJmpnC1p0kFF56WWWqr3fsxjLHdigkKn2v7Yj7ubo3XjfYDBtuSFLXqrp77EupOEog0o7kYAd0irgUxI5PykP6hS3gLRl6uTDSD3vGHh0qsGFJPauh7CDqvD2u19UVLpVX755818VPBH6WHD7QX9UesLfNuNwXLyXOgg8N3R8Qpwh3k2YZVar7ILoFodEJwLgHl1l1V8qetZuPdQPmGeJdahpDPUCMmorIK5DUJgwiGXGP2DEwl3nwy9pAXJEBhjlQHpTBTUprjhkuMgpIgQoxcKTYYiluz Generated-by-Nova", "fingerprint": "f4:23:35:f0:08:63:84:45:5c:7c:24:01:ab:d5:9b:9e", "user_id": "608851a78f2e4a3fa96c66b30ff60ef1"}}' 2021-12-16 11:58:56,980 119978 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 201 POST http://10.222.0.32/identity/v3/auth/tokens 0.032s 2021-12-16 11:58:56,980 119978 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Thu, 16 Dec 2021 11:58:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'content-length': '3250', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-eeae81b0-e4d5-40e6-90b8-7a2d0a89ddf0', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.32/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "608851a78f2e4a3fa96c66b30ff60ef1", "name": "tempest-TestMinimumBasicScenario-939572589-project", "password_expires_at": null}, "audit_ids": ["8-2iI4jVSParjT26DmPQ8A"], "expires_at": "2021-12-16T12:58:56.000000Z", "issued_at": "2021-12-16T11:58:56.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a3c9ad7dc812435a80a9f34a18cb7bfa", "name": "tempest-TestMinimumBasicScenario-939572589"}, "is_domain": false, "roles": [{"id": "4a3bf3dae7f047ea8ea9b99173748a85", "name": "member"}, {"id": "65c8f60a9aee4c2385c4cec8d1b4a5e3", "name": "reader"}], "catalog": [{"endpoints": [{"id": "3c7b615650e84ee3ba52fa07b666b89d", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.32/placement", "region": "RegionOne"}], "id": "0327ff59fc3a4f88b99a8f3d4a2fa8cc", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "e22a64f2a4744839b77d36019885f42e", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.32/compute/v2/a3c9ad7dc812435a80a9f34a18cb7bfa", "region": "RegionOne"}], "id": "035693fbf3484edd92b7e0ed4e21e209", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "36cbcdb239e4464ea6ae9fb5c328ab2c", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.32/compute/v2.1", "region": "RegionOne"}], "id": "3c21e8c4a46c4e0da712a8eb9fc1a82d", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "60370ba45b4445699661404a7120c214", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.32:9696/", "region": "RegionOne"}], "id": "4544472da27a4199b4c0e606b985b9c2", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "405ac79319184bd2bda86bb0aff0fe15", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.32:8080/v1/AUTH_a3c9ad7dc812435a80a9f34a18cb7bfa", "region": "RegionOne"}, {"id": "eec4555dcd854d26b5b95346a48fde7b", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.32:8080", "region": "RegionOne"}], "id": "5653c0db0a7d4592a483b27f7e7fa2a8", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "0373320f776043ef93b362cf26e378bf", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.32/image", "region": "RegionOne"}], "id": "788b6b8028a04951b7a4ecff865a4521", "type": "image", "name": "glance"}, {"endpoints": [{"id": "d04a8bd14df3411a9a46989ad3652fd1", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.32/identity", "region": "RegionOne"}], "id": "b5e6de543b6a4b45a33355e668bf46f1", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "9a18849d10bc4c868bfefd765709c0e6", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.32/volume/v3/a3c9ad7dc812435a80a9f34a18cb7bfa", "region": "RegionOne"}], "id": "b6ddcb55d0b04402ae1f8dd0f68d5c19", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "ea314e5f7e574aa1be5ed9bdbd9c098a", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.32/volume/v3/a3c9ad7dc812435a80a9f34a18cb7bfa", "region": "RegionOne"}], "id": "fba0f533086a41ac9c1fc72843a4a1d6", "type": "volumev3", "name": "cinderv3"}]}}' 2021-12-16 11:58:56,980 119978 INFO [tempest.lib.common.fixed_network] (TestMinimumBasicScenario:test_minimum_basic_scenario) Found network {'id': '89f2428c-2d32-496f-8983-148021d56d87', 'name': 'tempest-TestMinimumBasicScenario-34406804-network', 'tenant_id': 'a3c9ad7dc812435a80a9f34a18cb7bfa', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'a3c9ad7dc812435a80a9f34a18cb7bfa', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 296, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2021-12-16T11:58:38Z', 'updated_at': '2021-12-16T11:58:38Z', 'revision_number': 1} available for tenant 2021-12-16 11:58:57,143 119978 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 400 POST http://10.222.0.32/compute/v2.1/servers 0.161s 2021-12-16 11:58:57,143 119978 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"server": {"name": "tempest-TestMinimumBasicScenario-server-2034141925", "imageRef": "ba7a28fa-75f8-4a42-9bb4-9b38dbd99507", "flavorRef": "452", "key_name": "tempest-TestMinimumBasicScenario-2006324833", "networks": [{"uuid": "89f2428c-2d32-496f-8983-148021d56d87"}]}} Response - Headers: {'date': 'Thu, 16 Dec 2021 11:58:56 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '108', 'x-openstack-request-id': 'req-3d1a4d43-0ed2-466d-92af-de8380a522b6', 'x-compute-request-id': 'req-3d1a4d43-0ed2-466d-92af-de8380a522b6', 'connection': 'close', 'status': '400', 'content-location': 'http://10.222.0.32/compute/v2.1/servers'} Body: b'{"badRequest": {"code": 400, "message": "Network 89f2428c-2d32-496f-8983-148021d56d87 could not be found."}}' 2021-12-16 11:58:57,171 119978 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 202 DELETE http://10.222.0.32/compute/v2.1/os-keypairs/tempest-TestMinimumBasicScenario-2006324833 0.026s 2021-12-16 11:58:57,171 119978 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 16 Dec 2021 11:58:57 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-d53ec417-4c57-41ec-8e75-5678d93316fe', 'x-compute-request-id': 'req-d53ec417-4c57-41ec-8e75-5678d93316fe', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.32/compute/v2.1/os-keypairs/tempest-TestMinimumBasicScenario-2006324833'} Body: b'' 2021-12-16 11:58:57,522 119978 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 204 DELETE http://10.222.0.32/image/v2/images/ba7a28fa-75f8-4a42-9bb4-9b38dbd99507 0.350s 2021-12-16 11:58:57,522 119978 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 16 Dec 2021 11:58:57 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-389f414d-4aca-4d25-a9f6-07bd5c9b29a4', 'connection': 'close', 'status': '204', 'content-location': 'http://10.222.0.32/image/v2/images/ba7a28fa-75f8-4a42-9bb4-9b38dbd99507'} 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_minimum_basic.py", line 105, in test_minimum_basic_scenario server = self.create_server(image_id=image, key_name=keypair['name']) File "/opt/stack/tempest/tempest/scenario/manager.py", line 309, in create_server body, _ = 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 814, in _error_checker raise exceptions.BadRequest(resp_body, resp=resp) tempest.lib.exceptions.BadRequest: Bad request Details: {'code': 400, 'message': 'Network 89f2428c-2d32-496f-8983-148021d56d87 could not be found.'} |
||||||
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
pt33.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
pt33.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
pt33.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
ft33.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-12-16 11:57:04,134 118132 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_rebuild): 200 POST http://10.222.0.32/compute/v2.1/os-keypairs 0.967s 2021-12-16 11:57:04,134 118132 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"keypair": {"name": "tempest-TestNetworkAdvancedServerOps-1779329669"}} Response - Headers: {'date': 'Thu, 16 Dec 2021 11:57:03 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-116e008a-8dc1-45c9-b2f7-8fff95ff59e5', 'x-compute-request-id': 'req-116e008a-8dc1-45c9-b2f7-8fff95ff59e5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.32/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"private_key": "-----BEGIN RSA PRIVATE KEY-----\\nMIIEowIBAAKCAQEAsrHdagx9eSfh3zFm6wmKZ5pNE8IFm+gqCzH1wx/g17BNoafK\\neYQ/LMN/oHbmhPi8jbmbS4GaG6CMZcNfBvRGOUM4F4C5BuVO91WG4qftnt6h7F7Z\\nAXW94ceKIzfoUiFYAPcyxskQP6sZA3IXn3JAzr6ZC8wYVnbekcOhIi8XAxTVbzcz\\nXTK6jP+u4zoorzAQQTJGJxlUlRr+pKsetGc9IJbompLxX1liFr9vkb3XwqLLBY5b\\ntUrrMMVVOkv0b2J3hxXF5sllHW+hENAzWlyQURCyX/OdY29LANSSUHy+AZiRiBbm\\n2DFUM1Pu3sp0JttNZN1TrvXVWM7BFUKLJB0z2QIDAQABAoIBAQCq69JbQ4MoxesY\\nr4o/uqp2GnMrOORgkhrVBn6Kmw1Xgb1fqLzUqpg62uxSsiggfELuVOCjwl2Dm3dv\\nRwa4AiLBVvhqEqfoXqG/lkEkv3dcBJthGf/7k4GCWnhY43sGQ/qHQeuBlIREQgX0\\n88aArqoqlsiRLjEBU0XkqviPV/ds64FMGD08UMBPHru9x5JafJQpRh1kD+DK0PoG\\nKNfmgecDOjsWRPnp+UmoCrnGCO1l4M40+HH+4JweK+uTNS/isvuxic9IQJCl6gXQ\\noZVTm813U+sAWn9trP5amhHuEuLqd3ekn9tH1fZavA1SXJsMXkUNRN560FJqH5qz\\ni6AabdwZAoGBANsJ4OyCp2ii6PF6+NIaB9TiaFgNc9ZAgczfZV8V2fTI99MKIf5T\\nvLi6NzUoju8gUJMOmTqm7e80NLLaqD0wrcV9ohooCC8G9zxYjuk6baU6eutyBAg0\\nJ5jxYYcbQyox3YBe0ccaiNrqgyHXmER90oy3n/96h6NGlV4G5MspO0jfAoGBANDZ\\nMphIh8n64rEax4AMvqU/qRwNB8WXOzzuYpSJk/tn+ep2FXRDNnPbjfZvrHb+YN8A\\nye0e2fATLEl64CspS3YXk2g9KJghfFsajCm3+GNxVrzKzwTgjuB6n8asFgT2DU6d\\nU6mxxvaGZfvLbNc9tI/7mcnJyBelmhjjhnvP7cJHAoGAClgaFjFJZKik5ZqQG6P9\\nELGsidQAz3J2bs1yBR6MD4JaKc5FsrQTqomox8rljSdyhq9ezyVJAU3u2y92WIVu\\n/2+icyfG0ym6DVCFV0BaIz5yxaG5zQVhhViI6Y+BCYIXWtOfho6bPfNrQ/LhjwJ+\\nKgUV+kO4Gh7gOPOMZIfK8/MCgYA51StxiAQyJktIB8Ze6yiP0gUeQ213hd1djhW2\\nVDKqV6yZBIIEY+hcRNwW9e2oNeDVX/6KrxRiqqyE3IXe7dx7oyOqpeTr27n38G4H\\nz230+5mtRev1yclG2C4OcfDXBtvAfUiBoT0bXzQ2eap2IBw0EtQPUNUb1zvI0JiZ\\nCIcqWQKBgGtiBgf6pSa+CItCNYfEePFpIHvB8DkLqpNBH+AG+xAqgmcUml0iK9yo\\npYXbfQnyZLmi6gLBgSDc6xuSGYp9UWWWbmjoqG6vGh3a2pXEi4zxDwWIdJ3jpi2S\\nBwzyaD3j/VIxB5w8AHmaYctRw58OKyzip5IVPI/GtMTxoQSDbEFt\\n-----END RSA PRIVATE KEY-----\\n", "name": "tempest-TestNetworkAdvancedServerOps-1779329669", "public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCysd1qDH15J+HfMWbrCYpnmk0TwgWb6CoLMfXDH+DXsE2hp8p5hD8sw3+gduaE+LyNuZtLgZoboIxlw18G9EY5QzgXgLkG5U73VYbip+2e3qHsXtkBdb3hx4ojN+hSIVgA9zLGyRA/qxkDchefckDOvpkLzBhWdt6Rw6EiLxcDFNVvNzNdMrqM/67jOiivMBBBMkYnGVSVGv6kqx60Zz0gluiakvFfWWIWv2+RvdfCossFjlu1SuswxVU6S/RvYneHFcXmyWUdb6EQ0DNaXJBRELJf851jb0sA1JJQfL4BmJGIFubYMVQzU+7eynQm201k3VOu9dVYzsEVQoskHTPZ Generated-by-Nova", "fingerprint": "68:12:ac:6a:15:7b:e7:c8:26:bc:e1:0c:42:98:05:d1", "user_id": "b0e5b3d6fcac464a8f4f14cb64621d88"}}' 2021-12-16 11:57:04,154 118132 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_rebuild): 403 POST http://10.222.0.32:9696/v2.0/security-groups 0.017s 2021-12-16 11:57:04,155 118132 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-648359402", "description": "tempest-secgroup-smoke-648359402 description", "project_id": "8f6195df4ff24ad9ba0d5e0eb2198cd1"}} Response - Headers: {'content-type': 'application/json', 'content-length': '128', 'x-openstack-request-id': 'req-33a0f6b8-2d30-42ff-aad2-484d0a35d2d9', 'date': 'Thu, 16 Dec 2021 11:57:04 GMT', 'connection': 'close', 'status': '403', 'content-location': 'http://10.222.0.32:9696/v2.0/security-groups'} Body: b'{"NeutronError": {"type": "PolicyNotAuthorized", "message": "rule:create_security_group is disallowed by policy", "detail": ""}}' 2021-12-16 11:57:04,186 118132 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:_run_cleanups): 202 DELETE http://10.222.0.32/compute/v2.1/os-keypairs/tempest-TestNetworkAdvancedServerOps-1779329669 0.028s 2021-12-16 11:57:04,186 118132 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 16 Dec 2021 11:57:04 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-dd1f1a79-43e3-444c-a22a-b07f9e2b064f', 'x-compute-request-id': 'req-dd1f1a79-43e3-444c-a22a-b07f9e2b064f', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.32/compute/v2.1/os-keypairs/tempest-TestNetworkAdvancedServerOps-1779329669'} 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 550, in create_security_group secgroup = self.create_empty_security_group( File "/opt/stack/tempest/tempest/scenario/manager.py", line 584, 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 804, in _error_checker raise exceptions.Forbidden(resp_body, resp=resp) tempest.lib.exceptions.Forbidden: Forbidden Details: {'type': 'PolicyNotAuthorized', 'message': 'rule:create_security_group is disallowed by policy', 'detail': ''} |
||||||
test_server_connectivity_pause_unpause[compute,id-2b2642db-6568-4b35-b812-eceed3fa20ce,network,slow] |
fail
ft33.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-12-16 11:59:06,423 119978 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_pause_unpause): 200 POST http://10.222.0.32/compute/v2.1/os-keypairs 0.375s 2021-12-16 11:59:06,423 119978 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"keypair": {"name": "tempest-TestNetworkAdvancedServerOps-1046426201"}} Response - Headers: {'date': 'Thu, 16 Dec 2021 11:59:06 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-621a3620-b397-4522-96f9-b0658259a2f8', 'x-compute-request-id': 'req-621a3620-b397-4522-96f9-b0658259a2f8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.32/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"private_key": "-----BEGIN RSA PRIVATE KEY-----\\nMIIEowIBAAKCAQEAsz9cXVXAZDtD9/uunNNkAtIDmNTAVy18WaCX9oxDoWJBhtCR\\nUSQNS7VdoL5+GbsEBkOPU3AcEFZiOxF/HKFC92bY1BU2t7idBrpkIeEjYY/DXvIg\\nEC2mrBNW63Jf5sBX+SAh9YeWuh7VZSfnF8ZpNnHUQe9KGt4444k5PqKgARdA7BHA\\n8R0pwCV3wEJ6jGwAiOUXx1KD5WQctR+p5sBYhfHzYm4xTWGd3l9dAeM9h186FqBL\\nFzafTa2Sb1vHXM8d+TcT9CZ8L2TO83lW9s3nCxZgdOLR/LmGcy1grGbMn1MYd8kK\\n0SrHeQspHwk9BiFaBswN+ehtzVFhS6rG8oblPwIDAQABAoIBAQCWKxn9k87H6iLq\\nSa+i8TKTblDXJD4ziwbnq7REOIScWs3c3TUxTkvZRou3FIBenCAmA0m7NGw+f7By\\nHhlo6e1JiZ9UJqWdy4u6TEOBYrWaka+zBpQ4GZbOCLHENSEFF9VcAECTC9IKAbTz\\ntzdS4sXYeArEZm2mDtCIR7lusR3tap9V4RjVafcQEyp1ycnHN/YOf8Xa5EYmy1TE\\noIfiJIw6VyUwtzQY5O5+F3TlsPg6UUWlQqzAT9cuzgvEVmEIQl/tO2nM29RC5z3C\\nmqgz/WYxJazien8eUVFonVniUBYFo7xpYIqDLiT2mkokEu4kcDRcNNtb8klcEn4W\\n8hvSb9rJAoGBAOLAk1uJxxw/kfubJepsD2Gs55J6WWTSRZBPJc3pfTcDbyB2D0nV\\nNGWQrn7IfSH6tNNI3M7MHL/QGbaBPjuhb5aKxL/T6iX4sw9Av/erGK4tKdk6819g\\n15jyKNt2BPUR8HbzlwpJz6ee8kz1bh9J3pSzOSe7fwcxFj4t2GPoBJflAoGBAMpe\\nKjNCeq8/ZFRfisePXZIHxw9VdV2Oz6jHn5kuMbbgbsSB2N6LdgUbqCKTxRz0zDvL\\nILRuXb+yq2XcrTZ3+mHlCcieo/Zk0a89aUKnsFgeJH0UbEbT9lUinXl/M+si8HP1\\nJaH492jPDg2lHiq0fJVT52NA75MzordPfKW93K5TAoGAVlo8Q/n+R7W15Hm7QMES\\nQoJUViYd8RVaxJA/t2EZ/F9kbJpJTDbTk3I74bB8ZvpQ7r2qyV5V/H5FrIkfqBnc\\noxoJv3v2iatilYZ1FN6lsX8llsKqeEIrGOXvxVP2o1XHm6U8egCOAim34LL+0w+Q\\nolR2ibkPsS9yZw+SfsmXJjkCgYAQl0nEbBXc2kiidjbNh553Q3X5dtspcXTq9HrM\\nNzJSOPI74B1kmXBymMLfGthVOGiqGkwzHr1G4yIUNtRom8uGTR3ROdhdcgSS5mkD\\n0vWtM8NwEcWSxPv0HONmO5yJEZM/HoEYV24JRLh1O+1OOP/hykA1LfS2T8xuVPD2\\nMauvCwKBgG3fJqMExvjz59N90ph/cDr7BErZ2c/sSGvXX1m5FBua/qhgqtHaMKGC\\nwZrfv7t50pnx09H3uOQbu/8ltuirWFXVMLwCC/RlXK/FkS6nhk6zSiXvVoYpGW/C\\nhEyqFTe0yFjp9swlHrKenMZ8AuaIkOYfizh1+0SCadDNdQb1R2gy\\n-----END RSA PRIVATE KEY-----\\n", "name": "tempest-TestNetworkAdvancedServerOps-1046426201", "public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCzP1xdVcBkO0P3+66c02QC0gOY1MBXLXxZoJf2jEOhYkGG0JFRJA1LtV2gvn4ZuwQGQ49TcBwQVmI7EX8coUL3ZtjUFTa3uJ0GumQh4SNhj8Ne8iAQLaasE1brcl/mwFf5ICH1h5a6HtVlJ+cXxmk2cdRB70oa3jjjiTk+oqABF0DsEcDxHSnAJXfAQnqMbACI5RfHUoPlZBy1H6nmwFiF8fNibjFNYZ3eX10B4z2HXzoWoEsXNp9NrZJvW8dczx35NxP0JnwvZM7zeVb2zecLFmB04tH8uYZzLWCsZsyfUxh3yQrRKsd5CykfCT0GIVoGzA356G3NUWFLqsbyhuU/ Generated-by-Nova", "fingerprint": "be:f0:41:16:a3:03:cc:9f:9a:97:23:1f:0a:40:d7:4c", "user_id": "cd54652953c74a89a3d38a8659fe4005"}}' 2021-12-16 11:59:06,435 119978 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_pause_unpause): 403 POST http://10.222.0.32:9696/v2.0/security-groups 0.009s 2021-12-16 11:59:06,435 119978 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-1789523366", "description": "tempest-secgroup-smoke-1789523366 description", "project_id": "9a828ef49d39470ca61f71c029cafed1"}} Response - Headers: {'content-type': 'application/json', 'content-length': '128', 'x-openstack-request-id': 'req-f8e3780b-4cd7-4e51-ae34-4f82e226de39', 'date': 'Thu, 16 Dec 2021 11:59:06 GMT', 'connection': 'close', 'status': '403', 'content-location': 'http://10.222.0.32:9696/v2.0/security-groups'} Body: b'{"NeutronError": {"type": "PolicyNotAuthorized", "message": "rule:create_security_group is disallowed by policy", "detail": ""}}' 2021-12-16 11:59:06,460 119978 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:_run_cleanups): 202 DELETE http://10.222.0.32/compute/v2.1/os-keypairs/tempest-TestNetworkAdvancedServerOps-1046426201 0.024s 2021-12-16 11:59:06,460 119978 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 16 Dec 2021 11:59:06 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-05cbedfe-098e-49c2-90b0-968bd65b79b9', 'x-compute-request-id': 'req-05cbedfe-098e-49c2-90b0-968bd65b79b9', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.32/compute/v2.1/os-keypairs/tempest-TestNetworkAdvancedServerOps-1046426201'} 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 550, in create_security_group secgroup = self.create_empty_security_group( File "/opt/stack/tempest/tempest/scenario/manager.py", line 584, 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 804, in _error_checker raise exceptions.Forbidden(resp_body, resp=resp) tempest.lib.exceptions.Forbidden: Forbidden Details: {'type': 'PolicyNotAuthorized', 'message': 'rule:create_security_group is disallowed by policy', 'detail': ''} |
||||||
test_server_connectivity_reboot[compute,id-7b6860c2-afa3-4846-9522-adeb38dfbe08,network,slow] |
fail
ft33.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-12-16 11:59:06,619 119978 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_reboot): 200 POST http://10.222.0.32/compute/v2.1/os-keypairs 0.155s 2021-12-16 11:59:06,619 119978 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"keypair": {"name": "tempest-TestNetworkAdvancedServerOps-1721318869"}} Response - Headers: {'date': 'Thu, 16 Dec 2021 11:59:06 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-9e2ae71a-70f9-4cf9-9b32-b51e2560c5a5', 'x-compute-request-id': 'req-9e2ae71a-70f9-4cf9-9b32-b51e2560c5a5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.32/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"private_key": "-----BEGIN RSA PRIVATE KEY-----\\nMIIEowIBAAKCAQEAz66fsnmaEn70tAuI8Bnfw89vrzAxwwSIkW4HPn5YGmWwNkjl\\nqxDxA6CenmJzv162a1lz3NOtBo/wiuo6sOnzBdCESG7vepo3EvIrG1JZbGVoHXp2\\njXE3DC5Dgrb62PBkBloL/9wk0LUrMdzQ3CtkGxbFiIA52Z91QT6QXWWxA4cjuKTQ\\nnClaqI3S+RGsGsIlfLwhbFn+Wonr94dzguBR7AspVItSZQbxWHUG034S95I0GIv+\\nxKc78+BF560OtnNXdxMOS3Ou0bHcTJwGv8hdS17t/EDmlyvi6V68+BYcRFOhIboQ\\nrp++qm3mC7ANB8thrGbn6hKYw3rMvv2y2xVA+QIDAQABAoIBACRsdemxVgpEZdpl\\n44BoqUwIR4gsJa4UT3diGrclJYKLrxn2MwGLmRmPxAH3NmGr1MaDC8UBAumRuRhD\\n+EMq5MpyRaEGg8222k3iVxkVmkVei6IP5lbsMkFao9B7EweVMZXDmTMogvRvscGu\\n/pp+qbHujnpgMsUuKDxnIp6exSre6cRBrU9jmMbxoFxCIoF/LTmTjKPtcPmHbYKs\\nvUYXAqYBWSeOg4BnSQ63V4sGIEdC2l8jHd7ow1q+zx3uyVEbtq0oveKZzNC3zmOA\\nUQVJdiHaNJDdc+TINUDxM5+UqN0SG63PMN9AL2tT8h5aJBJ8E7pfyGuCewGH5huH\\nU7/mbgECgYEA7aFzyqY6XxsosVaudpg8HuSOVRTU+ckwfKo294hFBhAf2t0SwJgU\\n0o2w2TJFB0ION87+sSfMqZ6rcesm+eDU71ZF1IJjEJuEPvY8ovXGWGf4ORaKh7Ow\\nIOFwgkkAxFLyqgXAoOk8125SnWbM4pEIYX2eoUPvqeWeoe9kId6qaeECgYEA37yC\\no6uzjlDk23qCPWcL3gqv0fdYXRoBH5vXdOwfiK9UaCYjpKrOinUNib2a+Jzmy2CM\\nbzL0zX/gdoO4TN/XVwxHheIEYZMKZkAsazFAniNnofyE3UHqoSz7W38DVmPLDgHa\\nBGhlvT1eM+EmpF6dcc6TePS9AK8zhypZv91SKhkCgYAdG9XvUQV9ePo3HwMoC+Xx\\nctXsniyonHiQDNnG4K5z263LRaFybi6+zBSJxpqmFPVg6L5SPSnY7VLbFY8ktOHg\\nn5TWP1KbSjGc9NTgsXKmibXiaFx32w8MOBFsJD0vz2liYmoCTA/j4+PC3EDk0BdS\\nueygnI3TJgmUlJqTe48sgQKBgCvcmP/dOWY9FaCxc7b17K2rCqzvALO/1ViNBMA3\\nSjdRqAqC75noonUiXXUTZr42hEh6tQ1XwAZJe4fAavEnMOAv2BW3KYS3fuJs0khx\\nb2mRJ0/qYWG++nB+kQhu7giRp80nL8aNcOSYk084ZIr0wYj+Josf762iq0dkVhP3\\nH5SBAoGBAJoRD4oGriRfz+nTITH3cmjpCP0xG/Jqf/D0N4H6ynV6xCQ4G0tXMKcc\\n4FC3Vb5P+k/ZVEej1ooI5F5Kz4ij6JuSseCO64NnE+hsoAvvASx0VpVZ33XcWTIB\\njoj44kL9NXbZ6jm/0IcNAQ2J+ac2FnbcEzGDW1fbgBLVC3WGR72M\\n-----END RSA PRIVATE KEY-----\\n", "name": "tempest-TestNetworkAdvancedServerOps-1721318869", "public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDPrp+yeZoSfvS0C4jwGd/Dz2+vMDHDBIiRbgc+flgaZbA2SOWrEPEDoJ6eYnO/XrZrWXPc060Gj/CK6jqw6fMF0IRIbu96mjcS8isbUllsZWgdenaNcTcMLkOCtvrY8GQGWgv/3CTQtSsx3NDcK2QbFsWIgDnZn3VBPpBdZbEDhyO4pNCcKVqojdL5EawawiV8vCFsWf5aiev3h3OC4FHsCylUi1JlBvFYdQbTfhL3kjQYi/7Epzvz4EXnrQ62c1d3Ew5Lc67RsdxMnAa/yF1LXu38QOaXK+LpXrz4FhxEU6EhuhCun76qbeYLsA0Hy2GsZufqEpjDesy+/bLbFUD5 Generated-by-Nova", "fingerprint": "d2:15:8e:9c:e2:db:39:b9:37:26:21:e1:24:bb:aa:72", "user_id": "cd54652953c74a89a3d38a8659fe4005"}}' 2021-12-16 11:59:06,631 119978 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_reboot): 403 POST http://10.222.0.32:9696/v2.0/security-groups 0.010s 2021-12-16 11:59:06,631 119978 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-1221191981", "description": "tempest-secgroup-smoke-1221191981 description", "project_id": "9a828ef49d39470ca61f71c029cafed1"}} Response - Headers: {'content-type': 'application/json', 'content-length': '128', 'x-openstack-request-id': 'req-97e3a28b-5744-4817-9279-b2ccbe1d158b', 'date': 'Thu, 16 Dec 2021 11:59:06 GMT', 'connection': 'close', 'status': '403', 'content-location': 'http://10.222.0.32:9696/v2.0/security-groups'} Body: b'{"NeutronError": {"type": "PolicyNotAuthorized", "message": "rule:create_security_group is disallowed by policy", "detail": ""}}' 2021-12-16 11:59:06,656 119978 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:_run_cleanups): 202 DELETE http://10.222.0.32/compute/v2.1/os-keypairs/tempest-TestNetworkAdvancedServerOps-1721318869 0.024s 2021-12-16 11:59:06,656 119978 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 16 Dec 2021 11:59:06 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-d38bddac-a0bb-4bf8-9f65-9a948dcb46d7', 'x-compute-request-id': 'req-d38bddac-a0bb-4bf8-9f65-9a948dcb46d7', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.32/compute/v2.1/os-keypairs/tempest-TestNetworkAdvancedServerOps-1721318869'} 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 550, in create_security_group secgroup = self.create_empty_security_group( File "/opt/stack/tempest/tempest/scenario/manager.py", line 584, 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 804, in _error_checker raise exceptions.Forbidden(resp_body, resp=resp) tempest.lib.exceptions.Forbidden: Forbidden Details: {'type': 'PolicyNotAuthorized', 'message': 'rule:create_security_group is disallowed by policy', 'detail': ''} |
||||||
test_server_connectivity_resize[compute,id-719eb59d-2f42-4b66-b8b1-bb1254473967,network,slow] |
fail
ft33.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-12-16 11:59:06,941 119978 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_resize): 200 POST http://10.222.0.32/compute/v2.1/os-keypairs 0.283s 2021-12-16 11:59:06,942 119978 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"keypair": {"name": "tempest-TestNetworkAdvancedServerOps-1935734154"}} Response - Headers: {'date': 'Thu, 16 Dec 2021 11:59:06 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-17d0de97-7ec1-40c3-abdd-3c9c1124d577', 'x-compute-request-id': 'req-17d0de97-7ec1-40c3-abdd-3c9c1124d577', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.32/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"private_key": "-----BEGIN RSA PRIVATE KEY-----\\nMIIEogIBAAKCAQEA1gUXO2gXU1K7OpblvXLfwReWfUB5aAtk7YbHMc0pSgoLmIOh\\nwKqdbaRJVmjG/BOKjDkC1r0bnfndaS2RYtje5ogix1DB8N273LP5qR035VzbGkAQ\\n016bPpmqFm7LVeAS22O8ttAMpcxFYcdESZ9+lt+oMcZnnrGWv9T5Wv6tRuuxuFME\\nXAkrR7OiW9x/1Pkok2uG9q6dWW59nAXfzzxEqVAjQcsK7BT300veHYDcgYK4ifBi\\nuQSuNOEzYJ40fHA7YkJGHaGt2blRZnyCnpfY696wWpjnv8OcBK/FaXmsV94GIbTt\\nvfbLw+o2cd5QhDMuisbgY3ZTI/PJ+u4jdHa7pQIDAQABAoIBADtGR6vtZWBvbmmI\\nt3Jj6XLKPKTOAZH+beKXTH4Pi1r1M0b3VgpNdrKSKLmk5U+Vfe7eL1oYIBj9xgPG\\nWhjdZcbFd5RqWnyCfPBgbEoZTIzazdgUXFSeRDLvTjtOTkSnfbGDixW6w3X8AE9X\\naCNX6DCTGztF7xb1qoHQ04sPNCCKzw5/FW+0xnpboRXmNkVWOtgN/Xs1O91Ho9np\\nuciPEZrWLN2Q1SmRrm2r7TF86Qm7jniXquUBaXHjgk3mExRzthUBc8+NXCRirLxm\\n+2cnuTv+KCW1Mj7JCeuqVQWqIggSIrJlTqe447GbdBxxzannN7BUJpORCexFAzYl\\nLrM/TsECgYEA7cva5TNiB838Dp/JXzjaKICmG9PM8M14ULrCHecH09f3IDIwt5Ro\\nj84DW0Krt0n1D78L/lRmV2FSJoz31BbCFtFyQKxbebSene+Ewwp4zP6LwzG/W/EP\\nH7r0Fkyn6JsKq8lHSrmZ0J0htPlpk9AWZe76zsUMXUS8GmL49ZyAGNUCgYEA5mdI\\nuCzPgFkJbg5BBONPgEYY/Z3bhhBj40OL8g3EAIYXpQFyX36PZQaPy1CZR+6Hb8hP\\nJuBcowaLiRcsj7jz4Q3kgLJKdAoKnvFER2W0GvOjEBUvIRj44SYzq51nC2zE+/uY\\npynF77wDu2WO14iIdWblSbbKd3CvpZ6xn6C7f5ECgYAgnpwyYLAL3ge7gdO/yi6y\\n66Ldolo0lhrxCA1kyLJcLv3pXrksFaGaSGpRdH3VsMF7HXvpsW4wglsgiqncYBrT\\nwntnv7z0nwA7LgYKMz+K70gAyKw1UoX+lkixXmaSE+KM2hl7eKZO5Z8gEi6XZi4M\\nYZHqF0Gw8aLUA8ue9Y7k2QKBgHVzMR6xuRU0ThpMKdjUBzLciODAF6e/syumwzAg\\n1ElwEZ2Ln0IOwgo9zg9WhsykS2YwNikbNh3kuDyqE40wOyH+cv0n5cxBUiiz1JqQ\\nvb7/c6A/LEcy86vSTYSuOFkamU/acXbFVKFgtoZQvwAgGW+/hCKPi6ZXSzKiMums\\nhegBAoGAecTNC5LW+HMaOfPsQNmSeCzy557BT+yyQayOEy/1W+lYmvnuI1oIXzj/\\njVrZBlUK8IKplVsKKbX+f+rofaEGAlZFCw3u1WUCfnkRvbCocA7+bAj6+nHE0xQs\\no2r3Lby6tdAAHns7layx37OLkLT8SeAKh0deGOyEKXgH7MFScoM=\\n-----END RSA PRIVATE KEY-----\\n", "name": "tempest-TestNetworkAdvancedServerOps-1935734154", "public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDWBRc7aBdTUrs6luW9ct/BF5Z9QHloC2TthscxzSlKCguYg6HAqp1tpElWaMb8E4qMOQLWvRud+d1pLZFi2N7miCLHUMHw3bvcs/mpHTflXNsaQBDTXps+maoWbstV4BLbY7y20AylzEVhx0RJn36W36gxxmeesZa/1Pla/q1G67G4UwRcCStHs6Jb3H/U+SiTa4b2rp1Zbn2cBd/PPESpUCNBywrsFPfTS94dgNyBgriJ8GK5BK404TNgnjR8cDtiQkYdoa3ZuVFmfIKel9jr3rBamOe/w5wEr8VpeaxX3gYhtO299svD6jZx3lCEMy6KxuBjdlMj88n67iN0drul Generated-by-Nova", "fingerprint": "0d:6b:4a:02:67:b5:c1:40:9d:7d:6a:81:5f:da:f5:8b", "user_id": "cd54652953c74a89a3d38a8659fe4005"}}' 2021-12-16 11:59:06,953 119978 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_resize): 403 POST http://10.222.0.32:9696/v2.0/security-groups 0.009s 2021-12-16 11:59:06,954 119978 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-1909518210", "description": "tempest-secgroup-smoke-1909518210 description", "project_id": "9a828ef49d39470ca61f71c029cafed1"}} Response - Headers: {'content-type': 'application/json', 'content-length': '128', 'x-openstack-request-id': 'req-50aff90e-941b-491b-9391-a56eb009851b', 'date': 'Thu, 16 Dec 2021 11:59:06 GMT', 'connection': 'close', 'status': '403', 'content-location': 'http://10.222.0.32:9696/v2.0/security-groups'} Body: b'{"NeutronError": {"type": "PolicyNotAuthorized", "message": "rule:create_security_group is disallowed by policy", "detail": ""}}' 2021-12-16 11:59:06,979 119978 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:_run_cleanups): 202 DELETE http://10.222.0.32/compute/v2.1/os-keypairs/tempest-TestNetworkAdvancedServerOps-1935734154 0.024s 2021-12-16 11:59:06,980 119978 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 16 Dec 2021 11:59:06 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-2d1c28ec-f60d-48b8-867e-d12f4e7d15d2', 'x-compute-request-id': 'req-2d1c28ec-f60d-48b8-867e-d12f4e7d15d2', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.32/compute/v2.1/os-keypairs/tempest-TestNetworkAdvancedServerOps-1935734154'} 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 550, in create_security_group secgroup = self.create_empty_security_group( File "/opt/stack/tempest/tempest/scenario/manager.py", line 584, 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 804, in _error_checker raise exceptions.Forbidden(resp_body, resp=resp) tempest.lib.exceptions.Forbidden: Forbidden Details: {'type': 'PolicyNotAuthorized', 'message': 'rule:create_security_group is disallowed by policy', 'detail': ''} |
||||||
test_server_connectivity_stop_start[compute,id-61f1aa9a-1573-410e-9054-afa557cab021,network,slow] |
fail
ft33.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-12-16 11:59:07,117 119978 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_stop_start): 200 POST http://10.222.0.32/compute/v2.1/os-keypairs 0.134s 2021-12-16 11:59:07,117 119978 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"keypair": {"name": "tempest-TestNetworkAdvancedServerOps-892784340"}} Response - Headers: {'date': 'Thu, 16 Dec 2021 11:59:06 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '2321', '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-ac746925-2c9f-4ec8-8e80-c95d866ff3f4', 'x-compute-request-id': 'req-ac746925-2c9f-4ec8-8e80-c95d866ff3f4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.32/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"private_key": "-----BEGIN RSA PRIVATE KEY-----\\nMIIEowIBAAKCAQEAz2ZBddGdoA5e7a5o+QdFtEKz2itsIyBwf3wfgFQrNQAIpuoM\\nfpLUhA6c+Msj1si96gTvc6Z1Lj3+b8VG3zCm1W60YGwknkI0jDjW9P9zrAXUFWkm\\nDq78o0nJST+fzuMKArOVzVJv3AagO/29Cf66ivkoN/uiBwMzfGhRklmg+vqCJn0o\\nMZYqjPOpS/WuhSa8dDlH0e8Aeon02vHA4lPo2tEa3SFpt1W2AYy7ip6+eIAEYaLx\\n9JAeoYu057OHK6NLyXthu3Pc3rMiwm6pFpuFHvy+5RcVU8gBxM+TFOMZsEmTZIuz\\neRaVTNkxfXMvDRsmlIyZv0wviVG8E2ZLWju85wIDAQABAoIBAEwXC/UZzmamXxV8\\nY27ZyCz2O93TCH1qrVtYQoZmWuO6+3GhdKwLWoSIh/aPMLrgMyzkWqVncJ5iiDKh\\ngfrocozjbLHjexvE1lqLj/GatulpygGA7kF82ZteusZw3USd71JGaLNHh1qF48ue\\nr/g2yGGsP6EqZKuF9SGzdBnpYDIzhKKdu7zh3l6IkMWMEiqeBKhkd9D0oDNpGkcc\\nOF5uOg/wjmfePiALvtCFgXc5l8p5eS/X8Eae29dNMt7/Nk8ckRh18+QXNqeBICci\\nsjmUS1PQ3rNLpvtRT6QN2GdQtMWkHqWRDLkfAYMQiRnWYcF9QC4cAecgbwgbX1bH\\nzkmp5iECgYEA9LmfFlGDtPi1HrQj+nBpPpreJBfga6Kqzt06CL0tZzcvxrkD6AUe\\nVnZ3/qhFBbdFfGHhQ418zlTjzORHaJGsT6xoSiciSE+28UFVcX9pyRVTbcH26Kds\\nBvMzulP0+ims4Yn+rHP7bEEOavsI/GGr4iGFqHxLOqW6gUHerZIO+UMCgYEA2PRm\\n1ty7q/XeYj05aOIvgkuRDfLoc8tLTjFEDePrbkfouYo8XLR0Hd5saBUgR7lWFvR1\\nZ2FVz5Lflst7OX4fsoJyD5fyv7bkmlrH8ZJwq7mipXX6X8phkeiXPgRWCdLAQM4+\\n+xJwb+8bsSW0egysykT8ose6PI9TLdk/VQZlEY0CgYAhOBEgNnBqYFg1kr5PgHLI\\nzLzaqWMNOUd2TRFTnlpLaHJTx0mAdTFpCyu+pZi47efAuoiZYttOJrfFWDdZOmzp\\nY73EUwuURT3QAc5XWbRCV2K7w1iAvDktuFWNNVhLnNyawOCRCC1YxHvwiaLun1N1\\nnpdGB5kunNB0Ozy+0tS1gQKBgQDSNvXSaOybMU+6JpKS8t6PxEKXnm7ni+q6p/fF\\n8bq0D48LAEt+lAcSzeqCaz3s4ULuWQ3NDr4Ds89boGwUiAWUhNqaC2PVqRQWD7I+\\neuMbMXLMGeVwnXsu0oyBNdhcCk3oPS8/PV2ex7MwUVVvEQr3riKQYzAr77/r491+\\nuASEHQKBgA6/iagCI/ZMxSCflopBN4iJxRcoU/78KIT2PgQFNhN1or5C5nI83jAR\\nz2/5Hf7/Sg/uMwuriymX17/4oBmO5yVHsPDX+UcFDV1YYgDpA66hlGWFRbe3/lr0\\nyzIvHcOqvrMvTdY9ryx1vFKGtBF88cVmXLQTXAZREiOvpZqbj5mG\\n-----END RSA PRIVATE KEY-----\\n", "name": "tempest-TestNetworkAdvancedServerOps-892784340", "public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDPZkF10Z2gDl7trmj5B0W0QrPaK2wjIHB/fB+AVCs1AAim6gx+ktSEDpz4yyPWyL3qBO9zpnUuPf5vxUbfMKbVbrRgbCSeQjSMONb0/3OsBdQVaSYOrvyjSclJP5/O4woCs5XNUm/cBqA7/b0J/rqK+Sg3+6IHAzN8aFGSWaD6+oImfSgxliqM86lL9a6FJrx0OUfR7wB6ifTa8cDiU+ja0RrdIWm3VbYBjLuKnr54gARhovH0kB6hi7Tns4cro0vJe2G7c9zesyLCbqkWm4Ue/L7lFxVTyAHEz5MU4xmwSZNki7N5FpVM2TF9cy8NGyaUjJm/TC+JUbwTZktaO7zn Generated-by-Nova", "fingerprint": "52:e1:1e:db:f9:85:4d:de:6c:46:66:0b:74:5e:f6:e4", "user_id": "cd54652953c74a89a3d38a8659fe4005"}}' 2021-12-16 11:59:07,129 119978 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_stop_start): 403 POST http://10.222.0.32:9696/v2.0/security-groups 0.009s 2021-12-16 11:59:07,129 119978 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-1604114277", "description": "tempest-secgroup-smoke-1604114277 description", "project_id": "9a828ef49d39470ca61f71c029cafed1"}} Response - Headers: {'content-type': 'application/json', 'content-length': '128', 'x-openstack-request-id': 'req-85e03c7e-f997-4776-8318-f524649e622c', 'date': 'Thu, 16 Dec 2021 11:59:07 GMT', 'connection': 'close', 'status': '403', 'content-location': 'http://10.222.0.32:9696/v2.0/security-groups'} Body: b'{"NeutronError": {"type": "PolicyNotAuthorized", "message": "rule:create_security_group is disallowed by policy", "detail": ""}}' 2021-12-16 11:59:07,154 119978 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:_run_cleanups): 202 DELETE http://10.222.0.32/compute/v2.1/os-keypairs/tempest-TestNetworkAdvancedServerOps-892784340 0.024s 2021-12-16 11:59:07,155 119978 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 16 Dec 2021 11:59:07 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-d519ace9-fb87-411a-bf30-a4ad9c0e974c', 'x-compute-request-id': 'req-d519ace9-fb87-411a-bf30-a4ad9c0e974c', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.32/compute/v2.1/os-keypairs/tempest-TestNetworkAdvancedServerOps-892784340'} 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 550, in create_security_group secgroup = self.create_empty_security_group( File "/opt/stack/tempest/tempest/scenario/manager.py", line 584, 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 804, in _error_checker raise exceptions.Forbidden(resp_body, resp=resp) tempest.lib.exceptions.Forbidden: Forbidden Details: {'type': 'PolicyNotAuthorized', 'message': 'rule:create_security_group is disallowed by policy', 'detail': ''} |
||||||
test_server_connectivity_suspend_resume[compute,id-5cdf9499-541d-4923-804e-b9a60620a7f0,network,slow] |
fail
ft33.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-12-16 11:59:07,305 119978 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_suspend_resume): 200 POST http://10.222.0.32/compute/v2.1/os-keypairs 0.148s 2021-12-16 11:59:07,306 119978 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"keypair": {"name": "tempest-TestNetworkAdvancedServerOps-947532750"}} Response - Headers: {'date': 'Thu, 16 Dec 2021 11:59:07 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-cb527cb0-ecbd-4afd-81ef-4a599c523606', 'x-compute-request-id': 'req-cb527cb0-ecbd-4afd-81ef-4a599c523606', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.32/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"private_key": "-----BEGIN RSA PRIVATE KEY-----\\nMIIEpAIBAAKCAQEAwk/JQ0HOLRRpp8TOtXHUQYju9TEhPblvfxljZZUuVqrKEyJT\\nF/fUT8lx/91LDiYS25KP26qrf/zmRCWCrkCMdD5QshkiRShLnx/hEZeFyV6C0bwc\\nERQEQ9mGebUq0pfvqWUyPSFc3fdxp93hr/oU67NdJboxH4qTnedDEq7hrcCCK9SY\\njeXIdUrJnbGp3lc2zuhRMTtCPrJ9SXQ8zcQEUbnLjSLwoidt+aj00Tv3hD2yteEz\\nJJk3tOGwTTe/PROqn/8tezK2FFaibB6fuT+RURMvjHhNrADe03DbMQqRYfbD3Sri\\nm+6Ev+GQtm6KwjGGm2wM+ELRI0Tdgp+wLk9jsQIDAQABAoIBAQCfrbFW89zabsvk\\ncnbr5H7o2/6Cv7zxXFGjwNlNwSozTmaBEtP1/lMavhBQkyn6lo8ooWhWvAnzQ4B2\\nv9yEFcdWP19Q/BaNfm+mdCwgqMPolyIp+MuXvTtEBp3bpmVqajEoo2CFm8UVIyLj\\nMBMm6fwHNX52Ymu738UvHbygvdX3UaoOftl/6FyxjyBuqgHH+U6PEP10zATi/wC4\\nMhG9aevN+M3XyMPJh7N2O+Zf6bTzIslEsdgQjToHE3334tY5AjdezlqtVvkhA+z+\\n3ooOvQQMdvqlUEOLONjiaqqyckl/G1jQkVJ0Jzfehfmtd5aYAYNOO3OF/YaA2KVv\\n7Tlg9w2BAoGBAP2bYYK2f32Fp2DXOAkbWmF4vu4a9gu6BgGBz8BFN5dpJBp9Ppgd\\n/5PHFuDflEm+eomccbcjdstqJOCl4ZCVdiQ4bEGeKuKcn1HAiE0uzknU2RzcLhjm\\nbClH3i9jhmYr88B/Y5wLx+4PzfcMbs81NEIgSZUThbcYJ8SN24DV/TxvAoGBAMQl\\nK45RYeXP8YIJM5Ra99vWZFiQXn4+E5iSAr88XMV5heRlbAxf5ifIejZ+IKidpQ9b\\neWMMD6nMugyYbRVsogKsTNR1gyftKJHpcNxw2sD5vZ0gMMMD9n714WbCRkeSn5Jx\\nzwTTacOIYuLjagmpKsU+JQu8pyN7X9f29ZOEgbHfAoGBAOE3E6lZGG8IOlQtzH2J\\n5QGakTQyjT5svNipxy0gSvYTURSVFPlR6p35t7+LzcyPc5Kxc+sHe3+5i3ZU2bPk\\nhz4zPTAonj0Qigu3x1ODtX6rnwOaJPXH61XdlNrQr5IchiL0/iid7bbkIiy6xc0N\\nmpL+yVmyNJUcxnQu5jfL0U/RAoGANYr4AteQY82J3bdpTxwuAOLbbZmrUcbcTo+9\\nFDsEEBwGQry07APZrg553ho8DAtMnY6Y6kLGm9F5ECsjy+9lolkqd+zEKsgAhSQ2\\nXNapwHfsHNJGvVV9mlbAeu6ZhLwvtyg+HNEhU/ENHWZ68bwuIr2+GyAaeAMbvLZ7\\nfxNy2/0CgYB8ztYcQvCsEjC1CtPAP5KAKUdfqxV/0Ihi+VOO9bL930Ycn3iTao2y\\n4wpAZ0YX+yxbAV7UhxNr1QYTnnpFAJt68pl6iM5R9VkxMO/rf3KRDtiN80HkdcQs\\n8FgWhXT+v2QXR9ANuKrvPWDv2y64+k0jAqOAXvPUm2KF2Z2TJ5P37g==\\n-----END RSA PRIVATE KEY-----\\n", "name": "tempest-TestNetworkAdvancedServerOps-947532750", "public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDCT8lDQc4tFGmnxM61cdRBiO71MSE9uW9/GWNllS5WqsoTIlMX99RPyXH/3UsOJhLbko/bqqt//OZEJYKuQIx0PlCyGSJFKEufH+ERl4XJXoLRvBwRFARD2YZ5tSrSl++pZTI9IVzd93Gn3eGv+hTrs10lujEfipOd50MSruGtwIIr1JiN5ch1SsmdsaneVzbO6FExO0I+sn1JdDzNxARRucuNIvCiJ235qPTRO/eEPbK14TMkmTe04bBNN789E6qf/y17MrYUVqJsHp+5P5FREy+MeE2sAN7TcNsxCpFh9sPdKuKb7oS/4ZC2borCMYabbAz4QtEjRN2Cn7AuT2Ox Generated-by-Nova", "fingerprint": "56:3f:a7:ef:85:bf:84:45:3d:ba:28:47:2b:0a:10:12", "user_id": "cd54652953c74a89a3d38a8659fe4005"}}' 2021-12-16 11:59:07,317 119978 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:test_server_connectivity_suspend_resume): 403 POST http://10.222.0.32:9696/v2.0/security-groups 0.009s 2021-12-16 11:59:07,318 119978 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-494874387", "description": "tempest-secgroup-smoke-494874387 description", "project_id": "9a828ef49d39470ca61f71c029cafed1"}} Response - Headers: {'content-type': 'application/json', 'content-length': '128', 'x-openstack-request-id': 'req-3455b147-60fe-45ab-82ad-f6118acff2da', 'date': 'Thu, 16 Dec 2021 11:59:07 GMT', 'connection': 'close', 'status': '403', 'content-location': 'http://10.222.0.32:9696/v2.0/security-groups'} Body: b'{"NeutronError": {"type": "PolicyNotAuthorized", "message": "rule:create_security_group is disallowed by policy", "detail": ""}}' 2021-12-16 11:59:07,345 119978 INFO [tempest.lib.common.rest_client] Request (TestNetworkAdvancedServerOps:_run_cleanups): 202 DELETE http://10.222.0.32/compute/v2.1/os-keypairs/tempest-TestNetworkAdvancedServerOps-947532750 0.026s 2021-12-16 11:59:07,345 119978 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 16 Dec 2021 11:59:07 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-a23b4370-3283-4555-b236-9b2409c95f81', 'x-compute-request-id': 'req-a23b4370-3283-4555-b236-9b2409c95f81', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.32/compute/v2.1/os-keypairs/tempest-TestNetworkAdvancedServerOps-947532750'} 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 550, in create_security_group secgroup = self.create_empty_security_group( File "/opt/stack/tempest/tempest/scenario/manager.py", line 584, 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 804, in _error_checker raise exceptions.Forbidden(resp_body, resp=resp) tempest.lib.exceptions.Forbidden: Forbidden Details: {'type': 'PolicyNotAuthorized', 'message': 'rule:create_security_group is disallowed by policy', 'detail': ''} |
||||||
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
ft34.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-12-16 11:57:13,655 118132 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_connectivity_between_vms_on_different_networks): 404 POST http://10.222.0.32:9696/v2.0/networks 0.584s 2021-12-16 11:57:13,655 118132 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--1106322451", "project_id": "3f09416d74334833bc4e7686e3fee7b7", "port_security_enabled": true}} Response - Headers: {'content-length': '103', 'content-type': 'application/json', 'x-openstack-request-id': 'req-6dc85fd3-714f-4ff0-ad9d-93b698324e87', 'date': 'Thu, 16 Dec 2021 11:57:13 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.222.0.32:9696/v2.0/networks'} Body: b'{"NeutronError": {"type": "HTTPNotFound", "message": "The resource could not be found.", "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 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 1527, in setup_network_subnet_with_router network = self.create_network( File "/opt/stack/tempest/tempest/scenario/manager.py", line 1237, 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 809, in _error_checker raise exceptions.NotFound(resp_body, resp=resp) tempest.lib.exceptions.NotFound: Object not found Details: {'type': 'HTTPNotFound', 'message': 'The resource could not be found.', 'detail': ''} |
||||||
test_hotplug_nic[compute,id-c5adff73-e961-41f1-b4a9-343614f18cfa,network] |
skip
pt34.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
ft34.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-12-16 11:57:14,023 118132 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_mtu_sized_frames): 404 POST http://10.222.0.32:9696/v2.0/networks 0.365s 2021-12-16 11:57:14,024 118132 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--1349849595", "project_id": "3f09416d74334833bc4e7686e3fee7b7", "port_security_enabled": true}} Response - Headers: {'content-length': '103', 'content-type': 'application/json', 'x-openstack-request-id': 'req-8d2f7841-ec75-4d28-a755-9e1d22ce8bbc', 'date': 'Thu, 16 Dec 2021 11:57:14 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.222.0.32:9696/v2.0/networks'} Body: b'{"NeutronError": {"type": "HTTPNotFound", "message": "The resource could not be found.", "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 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 1527, in setup_network_subnet_with_router network = self.create_network( File "/opt/stack/tempest/tempest/scenario/manager.py", line 1237, 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 809, in _error_checker raise exceptions.NotFound(resp_body, resp=resp) tempest.lib.exceptions.NotFound: Object not found Details: {'type': 'HTTPNotFound', 'message': 'The resource could not be found.', 'detail': ''} |
||||||
test_network_basic_ops[compute,id-f323b3ba-82f8-4db7-8ea6-6a895869ec49,network,smoke] |
fail
ft34.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-12-16 11:57:14,391 118132 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_network_basic_ops): 404 POST http://10.222.0.32:9696/v2.0/networks 0.364s 2021-12-16 11:57:14,391 118132 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--1283733130", "project_id": "3f09416d74334833bc4e7686e3fee7b7", "port_security_enabled": true}} Response - Headers: {'content-length': '103', 'content-type': 'application/json', 'x-openstack-request-id': 'req-6f9eef5c-1c62-417d-9ee9-f8740c1438be', 'date': 'Thu, 16 Dec 2021 11:57:14 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.222.0.32:9696/v2.0/networks'} Body: b'{"NeutronError": {"type": "HTTPNotFound", "message": "The resource could not be found.", "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 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 1527, in setup_network_subnet_with_router network = self.create_network( File "/opt/stack/tempest/tempest/scenario/manager.py", line 1237, 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 809, in _error_checker raise exceptions.NotFound(resp_body, resp=resp) tempest.lib.exceptions.NotFound: Object not found Details: {'type': 'HTTPNotFound', 'message': 'The resource could not be found.', 'detail': ''} |
||||||
test_port_security_macspoofing_port[compute,id-7c0bb1a2-d053-49a4-98f9-ca1a1d849f63,network,slow] |
skip
pt34.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
ft34.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-12-16 11:57:15,250 118132 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_preserve_preexisting_port): 404 POST http://10.222.0.32:9696/v2.0/networks 0.856s 2021-12-16 11:57:15,251 118132 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--136213519", "project_id": "3f09416d74334833bc4e7686e3fee7b7", "port_security_enabled": true}} Response - Headers: {'content-length': '103', 'content-type': 'application/json', 'x-openstack-request-id': 'req-8cecfd4d-bc8e-457e-baa7-66eb415ecdc3', 'date': 'Thu, 16 Dec 2021 11:57:15 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.222.0.32:9696/v2.0/networks'} Body: b'{"NeutronError": {"type": "HTTPNotFound", "message": "The resource could not be found.", "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 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 1527, in setup_network_subnet_with_router network = self.create_network( File "/opt/stack/tempest/tempest/scenario/manager.py", line 1237, 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 809, in _error_checker raise exceptions.NotFound(resp_body, resp=resp) tempest.lib.exceptions.NotFound: Object not found Details: {'type': 'HTTPNotFound', 'message': 'The resource could not be found.', 'detail': ''} |
||||||
test_router_rescheduling[compute,id-2e788c46-fb3f-4ac9-8f82-0561555bea73,network,slow] |
fail
ft34.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-12-16 11:57:15,522 118132 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_router_rescheduling): 200 GET http://10.222.0.32:9696/v2.0/agents?agent_type=L3+agent 0.268s 2021-12-16 11:57:15,522 118132 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-392ecb32-7c2c-4837-adb3-864ae6e5c64b', 'date': 'Thu, 16 Dec 2021 11:57:15 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.32:9696/v2.0/agents?agent_type=L3+agent'} Body: b'{"agents": [{"id": "b5f5c499-d423-42db-9bd8-39889ca7a343", "agent_type": "L3 agent", "binary": "neutron-l3-agent", "topic": "l3_agent", "host": "dv-neutron-821208-3-hyperv", "admin_state_up": true, "created_at": "2021-12-16 11:48:40", "started_at": "2021-12-16 11:48:40", "heartbeat_timestamp": "2021-12-16 11:57:11", "description": null, "resources_synced": null, "availability_zone": "nova", "alive": true, "configurations": {"agent_mode": "legacy", "ex_gw_ports": 3, "extensions": [], "floating_ips": 0, "handle_internal_only_routers": true, "interface_driver": "openvswitch", "interfaces": 2, "log_agent_heartbeats": false, "routers": 3}}]}' 2021-12-16 11:57:15,845 118132 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_router_rescheduling): 404 POST http://10.222.0.32:9696/v2.0/networks 0.322s 2021-12-16 11:57:15,846 118132 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--1154575529", "project_id": "3f09416d74334833bc4e7686e3fee7b7", "port_security_enabled": true}} Response - Headers: {'content-length': '103', 'content-type': 'application/json', 'x-openstack-request-id': 'req-136a3848-e603-4f14-ade1-80f022a5a1b3', 'date': 'Thu, 16 Dec 2021 11:57:15 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.222.0.32:9696/v2.0/networks'} Body: b'{"NeutronError": {"type": "HTTPNotFound", "message": "The resource could not be found.", "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/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 1527, in setup_network_subnet_with_router network = self.create_network( File "/opt/stack/tempest/tempest/scenario/manager.py", line 1237, 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 809, in _error_checker raise exceptions.NotFound(resp_body, resp=resp) tempest.lib.exceptions.NotFound: Object not found Details: {'type': 'HTTPNotFound', 'message': 'The resource could not be found.', 'detail': ''} |
||||||
test_subnet_details[compute,id-d8bb918e-e2df-48b2-97cd-b73c95450980,network,slow] |
fail
ft34.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-12-16 11:57:16,035 118132 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_subnet_details): 404 POST http://10.222.0.32:9696/v2.0/networks 0.186s 2021-12-16 11:57:16,035 118132 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--476863083", "project_id": "3f09416d74334833bc4e7686e3fee7b7", "port_security_enabled": true}} Response - Headers: {'content-length': '103', 'content-type': 'application/json', 'x-openstack-request-id': 'req-e7afb781-d0cf-4327-8f3c-bcf3160d8182', 'date': 'Thu, 16 Dec 2021 11:57:16 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.222.0.32:9696/v2.0/networks'} Body: b'{"NeutronError": {"type": "HTTPNotFound", "message": "The resource could not be found.", "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 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 1527, in setup_network_subnet_with_router network = self.create_network( File "/opt/stack/tempest/tempest/scenario/manager.py", line 1237, 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 809, in _error_checker raise exceptions.NotFound(resp_body, resp=resp) tempest.lib.exceptions.NotFound: Object not found Details: {'type': 'HTTPNotFound', 'message': 'The resource could not be found.', 'detail': ''} |
||||||
test_update_instance_port_admin_state[compute,id-f5dfcc22-45fd-409f-954c-5bd500d7890b,network,slow] |
fail
ft34.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-12-16 11:57:16,192 118132 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_update_instance_port_admin_state): 404 POST http://10.222.0.32:9696/v2.0/networks 0.154s 2021-12-16 11:57:16,193 118132 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--1330733549", "project_id": "3f09416d74334833bc4e7686e3fee7b7", "port_security_enabled": true}} Response - Headers: {'content-length': '103', 'content-type': 'application/json', 'x-openstack-request-id': 'req-aef306a9-ac67-41f3-b7b4-55ae258dbd19', 'date': 'Thu, 16 Dec 2021 11:57:16 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.222.0.32:9696/v2.0/networks'} Body: b'{"NeutronError": {"type": "HTTPNotFound", "message": "The resource could not be found.", "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 1527, in setup_network_subnet_with_router network = self.create_network( File "/opt/stack/tempest/tempest/scenario/manager.py", line 1237, 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 809, in _error_checker raise exceptions.NotFound(resp_body, resp=resp) tempest.lib.exceptions.NotFound: Object not found Details: {'type': 'HTTPNotFound', 'message': 'The resource could not be found.', 'detail': ''} |
||||||
test_update_router_admin_state[compute,id-04b9fe4e-85e8-4aea-b937-ea93885ac59f,network,slow] |
fail
ft34.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-12-16 11:57:16,279 118132 INFO [tempest.lib.common.rest_client] Request (TestNetworkBasicOps:test_update_router_admin_state): 404 POST http://10.222.0.32:9696/v2.0/networks 0.084s 2021-12-16 11:57:16,279 118132 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--2124175211", "project_id": "3f09416d74334833bc4e7686e3fee7b7", "port_security_enabled": true}} Response - Headers: {'content-length': '103', 'content-type': 'application/json', 'x-openstack-request-id': 'req-9f656179-7786-4e4c-9ce7-17c66d1f11f6', 'date': 'Thu, 16 Dec 2021 11:57:16 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.222.0.32:9696/v2.0/networks'} Body: b'{"NeutronError": {"type": "HTTPNotFound", "message": "The resource could not be found.", "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 1527, in setup_network_subnet_with_router network = self.create_network( File "/opt/stack/tempest/tempest/scenario/manager.py", line 1237, 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 809, in _error_checker raise exceptions.NotFound(resp_body, resp=resp) tempest.lib.exceptions.NotFound: Object not found Details: {'type': 'HTTPNotFound', 'message': 'The resource could not be found.', 'detail': ''} |
||||||
tempest.scenario.test_server_advanced_ops.TestServerAdvancedOps | 1 | 0 | 1 | 0 | 0 | Detail | |
test_server_sequence_suspend_resume[compute,id-949da7d5-72c8-4808-8802-e3d70df98e2c,slow] |
fail
ft35.1: tempest.scenario.test_server_advanced_ops.TestServerAdvancedOps.test_server_sequence_suspend_resume[compute,id-949da7d5-72c8-4808-8802-e3d70df98e2c,slow]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2021-12-16 11:57:10,032 118130 INFO [tempest.lib.common.rest_client] Request (TestServerAdvancedOps:test_server_sequence_suspend_resume): 201 POST http://10.222.0.32/identity/v3/auth/tokens 0.368s 2021-12-16 11:57:10,033 118130 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: <omitted> Response - Headers: {'date': 'Thu, 16 Dec 2021 11:57:09 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-type': 'application/json', 'content-length': '3244', 'x-subject-token': '<omitted>', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-8d19c102-48aa-4d29-8955-b78b118af73c', 'connection': 'close', 'status': '201', 'content-location': 'http://10.222.0.32/identity/v3/auth/tokens'} Body: b'{"token": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "ec164100a65640b299ac311a5b836f62", "name": "tempest-TestServerAdvancedOps-226051564-project", "password_expires_at": null}, "audit_ids": ["yXjZCUNpTNyWY5_dZmC08g"], "expires_at": "2021-12-16T12:57:09.000000Z", "issued_at": "2021-12-16T11:57:09.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "7eb2ce0f58b247359a240ae04449f16a", "name": "tempest-TestServerAdvancedOps-226051564"}, "is_domain": false, "roles": [{"id": "4a3bf3dae7f047ea8ea9b99173748a85", "name": "member"}, {"id": "65c8f60a9aee4c2385c4cec8d1b4a5e3", "name": "reader"}], "catalog": [{"endpoints": [{"id": "3c7b615650e84ee3ba52fa07b666b89d", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.32/placement", "region": "RegionOne"}], "id": "0327ff59fc3a4f88b99a8f3d4a2fa8cc", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "e22a64f2a4744839b77d36019885f42e", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.32/compute/v2/7eb2ce0f58b247359a240ae04449f16a", "region": "RegionOne"}], "id": "035693fbf3484edd92b7e0ed4e21e209", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "36cbcdb239e4464ea6ae9fb5c328ab2c", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.32/compute/v2.1", "region": "RegionOne"}], "id": "3c21e8c4a46c4e0da712a8eb9fc1a82d", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "60370ba45b4445699661404a7120c214", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.32:9696/", "region": "RegionOne"}], "id": "4544472da27a4199b4c0e606b985b9c2", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "405ac79319184bd2bda86bb0aff0fe15", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.32:8080/v1/AUTH_7eb2ce0f58b247359a240ae04449f16a", "region": "RegionOne"}, {"id": "eec4555dcd854d26b5b95346a48fde7b", "interface": "admin", "region_id": "RegionOne", "url": "http://10.222.0.32:8080", "region": "RegionOne"}], "id": "5653c0db0a7d4592a483b27f7e7fa2a8", "type": "object-store", "name": "swift"}, {"endpoints": [{"id": "0373320f776043ef93b362cf26e378bf", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.32/image", "region": "RegionOne"}], "id": "788b6b8028a04951b7a4ecff865a4521", "type": "image", "name": "glance"}, {"endpoints": [{"id": "d04a8bd14df3411a9a46989ad3652fd1", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.32/identity", "region": "RegionOne"}], "id": "b5e6de543b6a4b45a33355e668bf46f1", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "9a18849d10bc4c868bfefd765709c0e6", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.32/volume/v3/7eb2ce0f58b247359a240ae04449f16a", "region": "RegionOne"}], "id": "b6ddcb55d0b04402ae1f8dd0f68d5c19", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "ea314e5f7e574aa1be5ed9bdbd9c098a", "interface": "public", "region_id": "RegionOne", "url": "http://10.222.0.32/volume/v3/7eb2ce0f58b247359a240ae04449f16a", "region": "RegionOne"}], "id": "fba0f533086a41ac9c1fc72843a4a1d6", "type": "volumev3", "name": "cinderv3"}]}}' 2021-12-16 11:57:10,033 118130 INFO [tempest.lib.common.fixed_network] (TestServerAdvancedOps:test_server_sequence_suspend_resume) Found network {'id': 'c9338bb4-ee5f-4cad-b9fc-afa1f28804a2', 'name': 'tempest-TestServerAdvancedOps-646494054-network', 'tenant_id': '7eb2ce0f58b247359a240ae04449f16a', 'admin_state_up': True, 'mtu': 1500, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '7eb2ce0f58b247359a240ae04449f16a', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'vlan', 'provider:physical_network': 'physnet1', 'provider:segmentation_id': 275, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2021-12-16T11:57:02Z', 'updated_at': '2021-12-16T11:57:02Z', 'revision_number': 1} available for tenant 2021-12-16 11:57:12,338 118130 INFO [tempest.lib.common.rest_client] Request (TestServerAdvancedOps:test_server_sequence_suspend_resume): 400 POST http://10.222.0.32/compute/v2.1/servers 2.304s 2021-12-16 11:57:12,339 118130 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"server": {"name": "tempest-TestServerAdvancedOps-server-657461288", "imageRef": "3c125fa8-596f-4481-901e-9792a81851b7", "flavorRef": "452", "networks": [{"uuid": "c9338bb4-ee5f-4cad-b9fc-afa1f28804a2"}]}} Response - Headers: {'date': 'Thu, 16 Dec 2021 11:57:10 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '108', 'x-openstack-request-id': 'req-ef8d3fc7-49f9-473b-8952-481e83034a93', 'x-compute-request-id': 'req-ef8d3fc7-49f9-473b-8952-481e83034a93', 'connection': 'close', 'status': '400', 'content-location': 'http://10.222.0.32/compute/v2.1/servers'} Body: b'{"badRequest": {"code": 400, "message": "Network c9338bb4-ee5f-4cad-b9fc-afa1f28804a2 could not be found."}}' }}} 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_server_advanced_ops.py", line 50, in test_server_sequence_suspend_resume instance_id = self.create_server()['id'] File "/opt/stack/tempest/tempest/scenario/manager.py", line 309, in create_server body, _ = 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 814, in _error_checker raise exceptions.BadRequest(resp_body, resp=resp) tempest.lib.exceptions.BadRequest: Bad request Details: {'code': 400, 'message': 'Network c9338bb4-ee5f-4cad-b9fc-afa1f28804a2 could not be found.'} |
||||||
tempest.scenario.test_shelve_instance.TestShelveInstance | 2 | 0 | 2 | 0 | 0 | Detail | |
test_shelve_instance[compute,id-1164e700-0af0-4a4c-8792-35909a88743c,image,network,slow] |
fail
ft36.1: tempest.scenario.test_shelve_instance.TestShelveInstance.test_shelve_instance[compute,id-1164e700-0af0-4a4c-8792-35909a88743c,image,network,slow]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2021-12-16 11:59:18,733 119978 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_instance): 200 POST http://10.222.0.32/compute/v2.1/os-keypairs 0.419s 2021-12-16 11:59:18,734 119978 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"keypair": {"name": "tempest-TestShelveInstance-1194854939"}} Response - Headers: {'date': 'Thu, 16 Dec 2021 11:59:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '2312', '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-774c6998-f5af-4501-8879-caf8a9222443', 'x-compute-request-id': 'req-774c6998-f5af-4501-8879-caf8a9222443', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.32/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"private_key": "-----BEGIN RSA PRIVATE KEY-----\\nMIIEowIBAAKCAQEAvl5Lmhexfs5FZzpS2t8btGrFmNeBXMsDkXTjZWb2PR0uILQ6\\nil4yfI3DXo8tIpKqhMoWgpkcETRnuhDCoKvuEI1pDMPyNA6UdXXBDscrNwiI0exz\\nCtiXOPcw85iNCPvNYvWP6y3y8mArBfxe41gj0uZF/3LB5Poici4eJSmtjvCuj817\\nzohrAJ5om9WZUtMVIg45/eJpnnf6JT3p8pE/yaCqewN8d4ulIigmCgS6NiImeDSz\\nGEOaTJaCZ0n2ua15R3IYPhn2oEwCePs0uIwraNA40gkWARgxk4+/FnoodS6E4I/p\\n+qBx5nNbXPetgIE/avh6lDiaQXm5Z+eMVdUiRwIDAQABAoIBAAC2L4gq8IHt2XqS\\nUD77OIpLH+P7YkNrit7fVf5KDT+bPVHn+pQL2Bp5GTLgTCXl8HdAnibs1ZsG3CBo\\n8aFSIziynqLqlJw3NbzerNMWUYYKJSDLxn5S4vXWjrtKZbST5GerTVduu4rGa0LB\\nd8VXzgJ60+Ypkqn9eWV94KT46+ot4IAvPRD6WTMHAMH5ElWpD4MyoMierHTCyykM\\n+9FNKUCVYfo3O2FSrYua1XTvBQqH5cFugqqlQD2vww+A+J9ZBte5FX75PA84xPUl\\nthW9vUD2PE3ijT4h28bCE9bxVstQb3WfcS6kbntQKuboKqdfMRy29ODInYoDswDO\\nMCwwfgkCgYEA9d4XHnwplxFnlQHSe9enm5jjOUAUQSvR4QHgvscR7AYJV6N0Qulo\\nbvgSjD0LQET78hzRi1yppCLWTSj+JF9FSshFstUeaHjrj2a+Tj/pzXfpLwk5V2PX\\nLt8kKEkUDcQtUSEISsTYeLv8epJL9r6bgZYmlCCkPHZ4eKagiu35AUUCgYEAxjav\\n1UJDea44GJcOSaWZAiXBfNNFMnFX0ChwHUnSVypfW57qjZy0lwti299I6jc4tqAS\\nmGs6/pZqymLVncZl5JIO6QHRuZALoBbDcw9IgtMiUcGl0LUuTD+LWzjWLugk9xVQ\\ncjD10bn7WveHmfuHMemlZSfU0BLaksZNTD5qABsCgYA9BAiowBdyLheOmw0pPrOR\\nobeCFazxH3bOaDDmJ3EDKdxXq3DGyjXolBfGRb/tCzGbPBukgjJ3UU3tiCbJz/ra\\nPClP4CPTuW57//tqX+Id44wy6A8a6OQV9bp7ZOddIzo7z/7Gz2MJU12s7XF8ooDk\\n/+ZDDHa1qpDrIC7nS3doIQKBgQC8VGea7BvqeHNKQfRMW3BXDwKZlK9xrymtWU61\\nNVgKg/MYvZTEurkHrsTefnfsOk3Dj7I7ad8i2E5dP60R/NkBZRmPoK/hbRDuqdJI\\n96OA0hUQszrWY9+6iMHjCczPwrikn3bRGN3nyJsfooMP9mJNNV92DnNwxAkzXgFB\\nySe0MwKBgCcParGsCAryF4y9DvXq7Lb6grWx0XZwSvMxeZjTO8bM1mhjsPJ+c8x4\\n2slTdF7/lFE7D66+7YTzC94BGTac059vSG4TxbCHTFEpCp/4Of+b/+Hnp5uBsROm\\nTuwsmxblHQIXnkHzXtoCsp7robwl1+sstGdcdoENsR9cbpIVxXUz\\n-----END RSA PRIVATE KEY-----\\n", "name": "tempest-TestShelveInstance-1194854939", "public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC+XkuaF7F+zkVnOlLa3xu0asWY14FcywORdONlZvY9HS4gtDqKXjJ8jcNejy0ikqqEyhaCmRwRNGe6EMKgq+4QjWkMw/I0DpR1dcEOxys3CIjR7HMK2Jc49zDzmI0I+81i9Y/rLfLyYCsF/F7jWCPS5kX/csHk+iJyLh4lKa2O8K6PzXvOiGsAnmib1ZlS0xUiDjn94mmed/olPenykT/JoKp7A3x3i6UiKCYKBLo2IiZ4NLMYQ5pMloJnSfa5rXlHchg+GfagTAJ4+zS4jCto0DjSCRYBGDGTj78Weih1LoTgj+n6oHHmc1tc962AgT9q+HqUOJpBebln54xV1SJH Generated-by-Nova", "fingerprint": "d7:61:15:7c:05:e9:d4:96:29:2e:95:02:bf:5c:f9:72", "user_id": "9955bae7243b4d2e93a40b45123b76f8"}}' 2021-12-16 11:59:18,746 119978 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_instance): 403 POST http://10.222.0.32:9696/v2.0/security-groups 0.009s 2021-12-16 11:59:18,746 119978 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-1609406012", "description": "tempest-secgroup-smoke-1609406012 description", "project_id": "d301e645907649e88f627835227be19c"}} Response - Headers: {'content-type': 'application/json', 'content-length': '128', 'x-openstack-request-id': 'req-fb30b995-55ea-4676-8023-994443cccf32', 'date': 'Thu, 16 Dec 2021 11:59:18 GMT', 'connection': 'close', 'status': '403', 'content-location': 'http://10.222.0.32:9696/v2.0/security-groups'} Body: b'{"NeutronError": {"type": "PolicyNotAuthorized", "message": "rule:create_security_group is disallowed by policy", "detail": ""}}' 2021-12-16 11:59:18,776 119978 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 202 DELETE http://10.222.0.32/compute/v2.1/os-keypairs/tempest-TestShelveInstance-1194854939 0.028s 2021-12-16 11:59:18,776 119978 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 16 Dec 2021 11:59:18 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-1a0213d7-f789-4b21-9b9f-6ade468cfea6', 'x-compute-request-id': 'req-1a0213d7-f789-4b21-9b9f-6ade468cfea6', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.32/compute/v2.1/os-keypairs/tempest-TestShelveInstance-1194854939'} 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_shelve_instance.py", line 112, in test_shelve_instance self._create_server_then_shelve_and_unshelve() File "/opt/stack/tempest/tempest/scenario/test_shelve_instance.py", line 79, in _create_server_then_shelve_and_unshelve security_group = self.create_security_group() File "/opt/stack/tempest/tempest/scenario/manager.py", line 550, in create_security_group secgroup = self.create_empty_security_group( File "/opt/stack/tempest/tempest/scenario/manager.py", line 584, 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 804, in _error_checker raise exceptions.Forbidden(resp_body, resp=resp) tempest.lib.exceptions.Forbidden: Forbidden Details: {'type': 'PolicyNotAuthorized', 'message': 'rule:create_security_group is disallowed by policy', 'detail': ''} |
||||||
test_shelve_volume_backed_instance[compute,id-c1b6318c-b9da-490b-9c67-9339b627271f,image,network,slow,volume] |
fail
ft36.2: tempest.scenario.test_shelve_instance.TestShelveInstance.test_shelve_volume_backed_instance[compute,id-c1b6318c-b9da-490b-9c67-9339b627271f,image,network,slow,volume]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2021-12-16 11:59:18,991 119978 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 POST http://10.222.0.32/compute/v2.1/os-keypairs 0.212s 2021-12-16 11:59:18,991 119978 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"keypair": {"name": "tempest-TestShelveInstance-962553123"}} Response - Headers: {'date': 'Thu, 16 Dec 2021 11:59:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '2311', '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-c821ce62-4783-43a8-9a38-4e0703ced73c', 'x-compute-request-id': 'req-c821ce62-4783-43a8-9a38-4e0703ced73c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.32/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"private_key": "-----BEGIN RSA PRIVATE KEY-----\\nMIIEowIBAAKCAQEA0pVG+EFv/010YODV9P2sBX2EB9tDK5g0DffRCtiJ0XijFNO/\\nJuTlq5vyFwuznVn0kNYQUy+/2Imx8sOv0o0M+dhUVS0qV4VUFG+RZ/h+a+QEh+7j\\nxtST94z3lwzyCr+YuwgtocfOvs5OCAFsRQ0kzS76eijFn+11r6s0ebJnVKNiSIg5\\nEuFOrMY3HBg/YUP4cndY6y5MRHgS+Z524U14VHbNvs4eHpYjpOn77y5MW15Leb4m\\ndyOevhkkoragd9XSu0SM12C357IhemfMcCL88nESWS7dZt7Vmk+miwlSzhQNf1Gy\\nzTUCXrXj6TMd7rn86LNwHHAqIaOG5EywcV8rvQIDAQABAoIBAGEKq5bRyQPUtLHE\\nSrTIhZJOIh7guxaG4E4jinC+Ety2BCkf3zHUP8aSacCXAuGbR6nLC+DZ20W1RozC\\nAu87UuR7/Xj3BFEqvvFf7JkGGXQssq3Vt5+z7LAihSJVs+CiJIbkIOsxwaOKPMlR\\npow3n2LyqDjNOy0U56vZcKg4P4fvoBTv2TkOQgfrbwmCpHv62LX7RkSfxlQJRZ5P\\n1i2CpVB9UBnJ+0hHKddzrnNAQlLuPb1JH6PUkrloPiWqLmwUXoytDa/ZVJzXDSEH\\n2MwoppJHj9O93bZo6J0ig5ec49D2+opy3qfZCgAmsKczFsZeeG2NYXATsDI4Aluc\\npDPe1n0CgYEA/XNkb/rUiumSq1RchkIpuQNjPhCd+mmxNosE9A/0MGGms5Phh6uZ\\nrc1d+FRfm5Lq5cg633CCeDIuxL8O8vTKtteY+72Bc42JKTjFsMPhVV05uM85YIrE\\ngJQHBDfGEVDNPT/8PYQZPxuIfyco/dNdJ5f92NRtAHei9zGPSF+bJNcCgYEA1LOB\\nZipA3oeof0lIcTWwkJ182xpBkIpLoc2m1ygKMkgDhj4hncd30644KBAZiJXtASYQ\\n/1K/PNK0EbPT21V3gGmI+ryNwtrJMY6eDJ5VjSUnvC2GXWr+v8/HSvkyBPWphLwY\\ntuEjRjTWbzXh1AJUTr3UWArcjL9EoavzPhsuzYsCgYAyNIdyvycXFUmecqmZVsXZ\\nBljEVJpWnlUiTst+ZSKj6tQQwnxsWYupqAKzTFNcB/BL8CvpUuolURt+kbIuYls9\\neNuvEkzwTNsctUhDyal7NWpXt4TQIOzn42q4ZSvxBiaBuYkHzoEJxTR2q5UtIo9T\\nZoI8T2gALbK0cLbHSVj8JQKBgQCnr5jdRYR8q3BwYQLmlZBMgoxTY+C6pfy4ZBwb\\nVaqsN0/n/oWcEQxr6tbE5uRqZOBDXpJZ6A9yUR67Mg1cxoV+zDS8j/gm3TtugWQi\\nyJTjwJ4R4cYjUd3itFkGx2zishXh2jSVwOqBR9iiNlWCQg/bQBbvDikQIR5nYttS\\nZDXCvwKBgDJLA9n0YoGGIQNgDh3WprfC4rY4rjBYX8+THs63rGTqIbid4Rtq5mbY\\n/EZDmiMlqm6itJptcI9OBMPv5yXjQuKdRtdTsVk0y1Vu4910J3ukqeJHLVWpT2RE\\nEGFptB9hGYzA++NERQpL50WX1Rhbn7RGO0DnEXk7wbjIPjyTGVa9\\n-----END RSA PRIVATE KEY-----\\n", "name": "tempest-TestShelveInstance-962553123", "public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDSlUb4QW//TXRg4NX0/awFfYQH20MrmDQN99EK2InReKMU078m5OWrm/IXC7OdWfSQ1hBTL7/YibHyw6/SjQz52FRVLSpXhVQUb5Fn+H5r5ASH7uPG1JP3jPeXDPIKv5i7CC2hx86+zk4IAWxFDSTNLvp6KMWf7XWvqzR5smdUo2JIiDkS4U6sxjccGD9hQ/hyd1jrLkxEeBL5nnbhTXhUds2+zh4eliOk6fvvLkxbXkt5viZ3I56+GSSitqB31dK7RIzXYLfnsiF6Z8xwIvzycRJZLt1m3tWaT6aLCVLOFA1/UbLNNQJetePpMx3uufzos3AccCoho4bkTLBxXyu9 Generated-by-Nova", "fingerprint": "32:44:7d:d6:73:b1:c7:5b:48:05:1d:52:97:73:16:b4", "user_id": "9955bae7243b4d2e93a40b45123b76f8"}}' 2021-12-16 11:59:19,002 119978 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 403 POST http://10.222.0.32:9696/v2.0/security-groups 0.009s 2021-12-16 11:59:19,003 119978 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-2144034911", "description": "tempest-secgroup-smoke-2144034911 description", "project_id": "d301e645907649e88f627835227be19c"}} Response - Headers: {'content-type': 'application/json', 'content-length': '128', 'x-openstack-request-id': 'req-f1fd7f6d-4d5e-4de4-bc1a-67358a699fcd', 'date': 'Thu, 16 Dec 2021 11:59:19 GMT', 'connection': 'close', 'status': '403', 'content-location': 'http://10.222.0.32:9696/v2.0/security-groups'} Body: b'{"NeutronError": {"type": "PolicyNotAuthorized", "message": "rule:create_security_group is disallowed by policy", "detail": ""}}' 2021-12-16 11:59:19,028 119978 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 202 DELETE http://10.222.0.32/compute/v2.1/os-keypairs/tempest-TestShelveInstance-962553123 0.024s 2021-12-16 11:59:19,028 119978 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 16 Dec 2021 11:59:19 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-cb99e7ba-318b-4c46-9eb0-6d4d6d7fd8ea', 'x-compute-request-id': 'req-cb99e7ba-318b-4c46-9eb0-6d4d6d7fd8ea', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.32/compute/v2.1/os-keypairs/tempest-TestShelveInstance-962553123'} 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_shelve_instance.py", line 120, in test_shelve_volume_backed_instance self._create_server_then_shelve_and_unshelve(boot_from_volume=True) File "/opt/stack/tempest/tempest/scenario/test_shelve_instance.py", line 79, in _create_server_then_shelve_and_unshelve security_group = self.create_security_group() File "/opt/stack/tempest/tempest/scenario/manager.py", line 550, in create_security_group secgroup = self.create_empty_security_group( File "/opt/stack/tempest/tempest/scenario/manager.py", line 584, 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 804, in _error_checker raise exceptions.Forbidden(resp_body, resp=resp) tempest.lib.exceptions.Forbidden: Forbidden Details: {'type': 'PolicyNotAuthorized', 'message': 'rule:create_security_group is disallowed by policy', 'detail': ''} |
||||||
tempest.scenario.test_snapshot_pattern.TestSnapshotPattern | 1 | 0 | 1 | 0 | 0 | Detail | |
test_snapshot_pattern[compute,id-608e604b-1d63-4a82-8e3e-91bc665c90b4,image,network,slow] |
fail
ft37.1: tempest.scenario.test_snapshot_pattern.TestSnapshotPattern.test_snapshot_pattern[compute,id-608e604b-1d63-4a82-8e3e-91bc665c90b4,image,network,slow]testtools.testresult.real._StringException: pythonlogging:'': {{{ 2021-12-16 11:59:36,876 119978 INFO [tempest.lib.common.rest_client] Request (TestSnapshotPattern:test_snapshot_pattern): 200 POST http://10.222.0.32/compute/v2.1/os-keypairs 0.517s 2021-12-16 11:59:36,876 119978 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"keypair": {"name": "tempest-TestSnapshotPattern-855664257"}} Response - Headers: {'date': 'Thu, 16 Dec 2021 11:59:36 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '2316', '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-0c1ce0bb-8915-4e08-ac02-4990c08662e8', 'x-compute-request-id': 'req-0c1ce0bb-8915-4e08-ac02-4990c08662e8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.32/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"private_key": "-----BEGIN RSA PRIVATE KEY-----\\nMIIEpAIBAAKCAQEA6hjne63djEgph7axKs2gc+s01CoUVkwF8EALP8eH32FZGkmc\\nKxQIeEYMOfWJPWzrG4SbF536Qx/pOV0LTEPAGRdTCCmVJk4mUJzS+9OymYBxR9eP\\nh8FudjcmUWAC6MaEgcXADRS5RAIiN01/bIzLTz2VTdOWJiXbAzVFmfW/dXxs0IfI\\nR4XLFxHaqKn8iPQyxrhL5Fj3XDQTcryuqhrKcxpCQKbdAZ9+0Bd7UfO5T2ivP7vZ\\nmWRzTxQb26CSQxsZ04ZzZQxOiIKZmPVeHxdrtcQDKJPlau/5N7GT6zaH357xySwo\\naoJsa94YEZLFOSHnynszdN9QYLA8rC+lN3OqzwIDAQABAoIBAQDUULgJ3TvVklFQ\\nTCrNJmgDGmz0jCGbzyGHr55EP0SFHbaBeAeSrn2sD+Pg4UeSlWl6sL81IUuse5G8\\nPB4WElB0sUnWWlhywGhRrppQWcVfITYcsW3080OrJgOzxD9/PSVKyb6QXp5VBxZf\\nUANkwSFYAgOa7W79tFG5zCQPKep2syGw3vk44GmFY2gSgsKfIpDc8+aowXUAzyos\\nNKOMbM6ui47rWgTd7c92gn9rLrokRsr3J8mzJn8OjTnNN5IoZOPkSe9VZ7q5F03V\\nWpalrxjM14TIzyP8AFFdTN3UvfUg+i82Of5yo7z2OvZndGNTLmyuTyfzavhuFolO\\ns3U7yYmpAoGBAPZL32783LmRbAuoJFB7J5YwLdkCSoz7SEaHKgN/Tjmz417dAjo6\\nkHM17alaSmrGA7aMRuhBmoLPPVI9VAGizFrz7oft4u02LeOSPSMrqbv1L+PMVAZc\\nQQAAahMEDs9lyBay5/njgH7xo5Xu57Li7hSpiKeyE9RhlucwOm1ub/adAoGBAPNR\\n/gSF7gQ4AtukrFOGeF9Pn7JRK6Oe9jgSJYt5+ez0+PlZxrPpKZiMtFB43mskstKX\\n7HKsAGMIlUGJ7hLNsr0PNjA7nRkvfNfpD22yxzRBY5tBr0RN4Lv5Er9OzoqvU2YP\\nuj6xYNzkPn5rybq2xg3utS35kztsHcSzgn+mUrVbAoGBAPHSCOxWBPmF2ImRayZB\\n5NpHL5yz7TKCvbHRn+STJ+DryEApyrgVLCKSPmhaqFoxVQ/0puH/F497nn+Si1qX\\n1wEuI3L+lCHHYkLgIHrZsetDjuOgiJc+GOvBfGRzRX9INa5jtfPZ9R2ubqkVShSP\\nTqam1e+gnmuV7a3L4nHzTqbZAoGANh7JolXr0BJpSFODZPym74Q1YCM/0p/74hLf\\nOPvDhFokusmmMcQt1VmOjcukpS4/fCoAlKz/VQfGsxIr2xDXrcehZO8NjVmLqjaT\\nkPHP7yaQMitVAZtU3lqTOewccqp2oV/kLCemBNvbrqDo+NfIi7bJo9U8U15D7MmE\\nwEHNabsCgYAt5YRQyVArJ4krRmX6sK4J9qNR57dB7FMd6gSY+YYY5bxD5ADmRqhD\\n3nC96lcXpFDkQzLW2jSLnNKxYjaTHwF6e4XXw0TISQJ6FHmvGKrJyDAULzXLZnP6\\nLl2Hc6nJc5l4XhVvSB8KAOURBKA5qlKBWZMFFnObTtEnG+XDztQCTQ==\\n-----END RSA PRIVATE KEY-----\\n", "name": "tempest-TestSnapshotPattern-855664257", "public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDqGOd7rd2MSCmHtrEqzaBz6zTUKhRWTAXwQAs/x4ffYVkaSZwrFAh4Rgw59Yk9bOsbhJsXnfpDH+k5XQtMQ8AZF1MIKZUmTiZQnNL707KZgHFH14+HwW52NyZRYALoxoSBxcANFLlEAiI3TX9sjMtPPZVN05YmJdsDNUWZ9b91fGzQh8hHhcsXEdqoqfyI9DLGuEvkWPdcNBNyvK6qGspzGkJApt0Bn37QF3tR87lPaK8/u9mZZHNPFBvboJJDGxnThnNlDE6IgpmY9V4fF2u1xAMok+Vq7/k3sZPrNoffnvHJLChqgmxr3hgRksU5IefKezN031BgsDysL6U3c6rP Generated-by-Nova", "fingerprint": "9c:11:14:8a:cc:a4:2f:4d:72:72:91:47:53:de:0d:ef", "user_id": "68580f915bc64fe3b9bd6f6e04ebb41a"}}' 2021-12-16 11:59:36,888 119978 INFO [tempest.lib.common.rest_client] Request (TestSnapshotPattern:test_snapshot_pattern): 403 POST http://10.222.0.32:9696/v2.0/security-groups 0.010s 2021-12-16 11:59:36,888 119978 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-1725803709", "description": "tempest-secgroup-smoke-1725803709 description", "project_id": "e67030e6f90a413994677dbdf5ee5824"}} Response - Headers: {'content-type': 'application/json', 'content-length': '128', 'x-openstack-request-id': 'req-95fb1469-5577-444b-9d88-5785951f9b2c', 'date': 'Thu, 16 Dec 2021 11:59:36 GMT', 'connection': 'close', 'status': '403', 'content-location': 'http://10.222.0.32:9696/v2.0/security-groups'} Body: b'{"NeutronError": {"type": "PolicyNotAuthorized", "message": "rule:create_security_group is disallowed by policy", "detail": ""}}' 2021-12-16 11:59:36,916 119978 INFO [tempest.lib.common.rest_client] Request (TestSnapshotPattern:_run_cleanups): 202 DELETE http://10.222.0.32/compute/v2.1/os-keypairs/tempest-TestSnapshotPattern-855664257 0.027s 2021-12-16 11:59:36,917 119978 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 16 Dec 2021 11:59:36 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-919a619e-0d90-408f-b7a3-f17b8742fce5', 'x-compute-request-id': 'req-919a619e-0d90-408f-b7a3-f17b8742fce5', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.32/compute/v2.1/os-keypairs/tempest-TestSnapshotPattern-855664257'} 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_snapshot_pattern.py", line 53, in test_snapshot_pattern security_group = self.create_security_group() File "/opt/stack/tempest/tempest/scenario/manager.py", line 550, in create_security_group secgroup = self.create_empty_security_group( File "/opt/stack/tempest/tempest/scenario/manager.py", line 584, 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 804, in _error_checker raise exceptions.Forbidden(resp_body, resp=resp) tempest.lib.exceptions.Forbidden: Forbidden Details: {'type': 'PolicyNotAuthorized', 'message': 'rule:create_security_group is disallowed by policy', 'detail': ''} |
||||||
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
ft38.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-12-16 11:57:18,877 118144 INFO [tempest.scenario.test_volume_boot_pattern] Creating keypair and security group 2021-12-16 11:57:19,675 118144 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 POST http://10.222.0.32/compute/v2.1/os-keypairs 0.798s 2021-12-16 11:57:19,676 118144 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: {"keypair": {"name": "tempest-TestVolumeBootPattern-1006016621"}} Response - Headers: {'date': 'Thu, 16 Dec 2021 11:57:18 GMT', 'server': 'Apache/2.4.41 (Ubuntu)', 'content-length': '2319', '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-8eba7df4-d13c-4ccb-9d42-c759cfe46159', 'x-compute-request-id': 'req-8eba7df4-d13c-4ccb-9d42-c759cfe46159', 'connection': 'close', 'status': '200', 'content-location': 'http://10.222.0.32/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"private_key": "-----BEGIN RSA PRIVATE KEY-----\\nMIIEpQIBAAKCAQEAvb+Hb8UsBUVSwFmU3LwaznbfJRefLghsi641Q1SAPxj+Ihwr\\nJb0Xla6ShNtD0IWR8EcADQHylni+IQZE2+yNis/1AiOQWaDBpZP4bBOzCSbw94cI\\nFpQqyWOqvpF4DL64xH+Nox7cxKmqhZLJwLfpgEYiQwrgUA4kHYQ4NyMEyP8Czhh9\\nY6rXE9j5AOmMUCuP3+ubsLftgVjthEIohg0PpNIOuDaq7rExM3Vo8ELA6XBXgC+a\\n5ozlT6kXoFwBSCHNJdslDnjxlObgPL9SiT3XPdFAzY7QDA31VIcbxMPRV2xuyI4u\\nW2dXcgbe5og8TjBx4lBpDMrHLXHGH4DgqPEgQwIDAQABAoIBAGorht61VqJEXb8e\\n4Lp5zg4EWWtpwjmBoSqu+UKJP5EOrPPtCv98xHuOSJFqFpHQiw4EzDR7CH/FY60a\\n0uCzhadMIO1ndNeRqYi6OOBQTXcrgN0fgxkPIrm4uMsUnjWTadMZA+ln1WN9A9rl\\nfVoGDfMmSvl0Vnq0zuRtHP9M6tqDTVsfiGiD5+pU15zeoB3k/sxiAYqgvvZBXHgz\\nF+A20Zc94yOE/jHzYPBXWvuK4Zazm4zE0XNw/45UOlKr8UnXSTbSWuc3jZqK0gnY\\n83OEDP3A0HtSRPMhRLdf8/v2eIzHzcjuazXJx7sl+L2R7iShP2DDQKyG8zOPgfXV\\nfegsBbECgYEA+M6k3rrFgxEBsRxcWndE2/hqfbt+V+Mh22BR5G5YS3fhA6DVnX/V\\n2eDvVEe/r6i9f2A+UlV52rveZScrPk0BSILzLz8uJblLbievqbzEOSi1P9mxH21w\\ne0cPldOEKM9PqaSbwVTIP+KySmzOW+uW7+J67Yw4eAX7Rh0IxkT6ks0CgYEAwzvO\\nA/FCtJnhavtyuqkvG1Pxx6bvmckpPjj/MPR8+VuX7s7GHTQ0MP9jx6ZHaYopBRvg\\nfDYwsL+F/2189/EVhbmDoOhWZLByUolf7xT/w686M+LpET5NHEbgHqnQY3416ZAn\\nZermNKo5VxYO2n03Vp5Cr6ASwDtXIUP/lO0zH08CgYEAzNRKNLbsHX+lteoUOcHQ\\npYr4GHR/idkKKXE9WeJhvBd/3h3NXnE8W7drMCY1L2aqQq+3/s4xmBpr9zhsyEha\\n0xhDHdVUp2fJKnFvkzw9CpVxyZPs1mOhY0vYD89nELXC7nT+aQXkKXv2rYCvzkrA\\nItJ/wwpZ/q1l9I24iImHA80CgYEAlflTAORMgb/T0gLm100vyqZpjR1H4bMN46aV\\nIl4twsABrolY1wZLMXh+hdfN890WNb58a+6U6LG3lcfdv/mKtvcTjn/sHd0NdSni\\ncB6JeyEYbNNahsx9H8OyVtvMISHK+GisWzZfMQWylptzPZQC9p8MSy2EOfdbr0o1\\nA4pTQzECgYEAii7uwOeLw5s+wcb82CL8+MqOdfWgCUciT8ZYbGiZyzRXFV9BPbd0\\nqLuta+E3AdjwC7PZ5fHsDvAbrCObd9WBYiCgoawhD4aht1KfgiG1bQn7h2Y3TuX5\\nhFFqpTYZWuBwmb7xhmXjuQkrib7N7Fh1aTVN7Ckfj1SH+UdTQZna6sA=\\n-----END RSA PRIVATE KEY-----\\n", "name": "tempest-TestVolumeBootPattern-1006016621", "public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC9v4dvxSwFRVLAWZTcvBrOdt8lF58uCGyLrjVDVIA/GP4iHCslvReVrpKE20PQhZHwRwANAfKWeL4hBkTb7I2Kz/UCI5BZoMGlk/hsE7MJJvD3hwgWlCrJY6q+kXgMvrjEf42jHtzEqaqFksnAt+mARiJDCuBQDiQdhDg3IwTI/wLOGH1jqtcT2PkA6YxQK4/f65uwt+2BWO2EQiiGDQ+k0g64NqrusTEzdWjwQsDpcFeAL5rmjOVPqRegXAFIIc0l2yUOePGU5uA8v1KJPdc90UDNjtAMDfVUhxvEw9FXbG7Iji5bZ1dyBt7miDxOMHHiUGkMysctccYfgOCo8SBD Generated-by-Nova", "fingerprint": "76:7a:d5:ec:04:38:0c:89:f2:2b:93:e0:06:0b:60:df", "user_id": "6d9f036530784b1381e228a81eed0414"}}' 2021-12-16 11:57:19,692 118144 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 403 POST http://10.222.0.32:9696/v2.0/security-groups 0.013s 2021-12-16 11:57:19,693 118144 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-500541605", "description": "tempest-secgroup-smoke-500541605 description", "project_id": "caef9582fbf14461aa1661d3265d898e"}} Response - Headers: {'content-type': 'application/json', 'content-length': '128', 'x-openstack-request-id': 'req-37fb44a8-76ed-4606-a5d9-1506490f9d03', 'date': 'Thu, 16 Dec 2021 11:57:19 GMT', 'connection': 'close', 'status': '403', 'content-location': 'http://10.222.0.32:9696/v2.0/security-groups'} Body: b'{"NeutronError": {"type": "PolicyNotAuthorized", "message": "rule:create_security_group is disallowed by policy", "detail": ""}}' 2021-12-16 11:57:19,751 118144 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 202 DELETE http://10.222.0.32/compute/v2.1/os-keypairs/tempest-TestVolumeBootPattern-1006016621 0.056s 2021-12-16 11:57:19,751 118144 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '<omitted>'} Body: None Response - Headers: {'date': 'Thu, 16 Dec 2021 11:57:19 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-f4657b4f-fe5f-4371-9fc5-1446cfc24135', 'x-compute-request-id': 'req-f4657b4f-fe5f-4371-9fc5-1446cfc24135', 'connection': 'close', 'status': '202', 'content-location': 'http://10.222.0.32/compute/v2.1/os-keypairs/tempest-TestVolumeBootPattern-1006016621'} 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 550, in create_security_group secgroup = self.create_empty_security_group( File "/opt/stack/tempest/tempest/scenario/manager.py", line 584, 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 804, in _error_checker raise exceptions.Forbidden(resp_body, resp=resp) tempest.lib.exceptions.Forbidden: Forbidden Details: {'type': 'PolicyNotAuthorized', 'message': 'rule:create_security_group is disallowed by policy', 'detail': ''} |
||||||
tempest.api.compute.admin.test_servers_negative.ServersAdminNegativeTestJSON | 2 | 2 | 0 | 0 | 0 | Detail | |
test_resize_server_using_overlimit_ram[id-28dcec23-f807-49da-822c-56a92ea3c687,negative] |
pass
pt39.1: tempest.api.compute.admin.test_servers_negative.ServersAdminNegativeTestJSON.test_resize_server_using_overlimit_ram[id-28dcec23-f807-49da-822c-56a92ea3c687,negative] |
||||||
test_resize_server_using_overlimit_vcpus[id-7368a427-2f26-4ad9-9ba9-911a0ec2b0db,negative] |
pass
pt39.2: tempest.api.compute.admin.test_servers_negative.ServersAdminNegativeTestJSON.test_resize_server_using_overlimit_vcpus[id-7368a427-2f26-4ad9-9ba9-911a0ec2b0db,negative] |
||||||
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
pt40.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
pt41.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
pt41.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
pt41.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
pt41.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
pt41.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
pt41.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
pt42.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
pt42.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
pt42.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
pt42.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
pt42.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
pt42.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
pt43.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_quotas.QuotasTest | 2 | 2 | 0 | 0 | 0 | Detail | |
test_quotas[id-2390f766-836d-40ef-9aeb-e810d78207fb] |
pass
pt44.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
pt44.2: tempest.api.network.admin.test_quotas.QuotasTest.test_show_quota_details[id-7b05ec5f-bf44-43cb-b28f-ddd72a824288] |
||||||
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
pt45.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
pt46.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
pt47.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
pt48.1: tempest.api.network.test_extensions.ExtensionsTestJSON.test_list_show_extensions[id-ef28c7e6-e646-4979-9d67-deb207bc5564,smoke] |
||||||
tempest.api.network.test_networks_negative.NetworksNegativeTestJSON | 10 | 10 | 0 | 0 | 0 | Detail | |
test_create_port_on_non_existent_network[id-13d3b106-47e6-4b9b-8d53-dae947f092fe,negative] |
pass
pt49.1: tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_create_port_on_non_existent_network[id-13d3b106-47e6-4b9b-8d53-dae947f092fe,negative] |
||||||
test_delete_non_existent_network[id-03795047-4a94-4120-a0a1-bd376e36fd4e,negative] |
pass
pt49.2: tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_delete_non_existent_network[id-03795047-4a94-4120-a0a1-bd376e36fd4e,negative] |
||||||
test_delete_non_existent_port[id-49ec2bbd-ac2e-46fd-8054-798e679ff894,negative] |
pass
pt49.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] |
pass
pt49.4: tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_delete_non_existent_subnet[id-a176c859-99fb-42ec-a208-8a85b552a239,negative] |
||||||
test_show_non_existent_network[id-9293e937-824d-42d2-8d5b-e985ea67002a,negative] |
pass
pt49.5: tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_show_non_existent_network[id-9293e937-824d-42d2-8d5b-e985ea67002a,negative] |
||||||
test_show_non_existent_port[id-a954861d-cbfd-44e8-b0a9-7fab111f235d,negative] |
pass
pt49.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] |
pass
pt49.7: tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_show_non_existent_subnet[id-d746b40c-5e09-4043-99f7-cba1be8b70df,negative] |
||||||
test_update_non_existent_network[id-98bfe4e3-574e-4012-8b17-b2647063de87,negative] |
pass
pt49.8: tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_update_non_existent_network[id-98bfe4e3-574e-4012-8b17-b2647063de87,negative] |
||||||
test_update_non_existent_port[id-cf8eef21-4351-4f53-adcd-cc5cb1e76b92,negative] |
pass
pt49.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] |
pass
pt49.10: tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_update_non_existent_subnet[id-1cc47884-ac52-4415-a31c-e7ce5474a868,negative] |
||||||
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
pt50.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
pt51.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
pt52.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
pt52.2: tempest.api.network.test_versions.NetworksApiDiscovery.test_show_api_v2_details[id-e64b7216-3178-4263-967c-d389290988bf,smoke] |
||||||
Total | 181 | 52 | 124 | 0 | 5 |