2020-12-14 00:58:00.871 10 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-14 00:58:00.877 10 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-14 00:58:00.879 10 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-14 00:58:29.269 10 ERROR rally.cli.cliutils [-] Unexpected exception in CLI: rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2020-12-14 00:58:29.269 10 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-12-14 00:58:29.269 10 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 669, in run 2020-12-14 00:58:29.269 10 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-12-14 00:58:29.269 10 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-12-14 00:58:29.269 10 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2020-12-14 00:58:29.269 10 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-12-14 00:58:29.269 10 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-12-14 00:58:29.269 10 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-12-14 00:58:29.269 10 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-12-14 00:58:29.269 10 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2020-12-14 00:58:29.269 10 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2020-12-14 00:58:29.269 10 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2020-12-14 00:58:29.269 10 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2020-12-14 00:58:29.269 10 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2020-12-14 00:58:29.269 10 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2020-12-14 00:58:29.269 10 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2020-12-14 00:58:29.269 10 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2020-12-14 00:58:29.269 10 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-12-14 00:58:29.269 10 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-12-14 00:58:29.269 10 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2020-12-14 00:58:29.269 10 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-12-14 00:58:29.269 10 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2020-12-14 00:58:29.269 10 ERROR rally.cli.cliutils 2020-12-14 00:58:44.555 23 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-14 00:58:44.561 23 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-14 00:58:44.563 23 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-14 00:59:29.287 36 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-14 00:59:29.292 36 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-14 00:59:29.294 36 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-14 01:00:16.539 52 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-14 01:00:16.545 52 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-14 01:00:16.547 52 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-14 01:00:30.700 61 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-14 01:00:30.706 61 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-14 01:00:30.707 61 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-14 01:00:58.628 61 ERROR rally.cli.cliutils [-] Unexpected exception in CLI: rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2020-12-14 01:00:58.628 61 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-12-14 01:00:58.628 61 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 669, in run 2020-12-14 01:00:58.628 61 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-12-14 01:00:58.628 61 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2020-12-14 01:00:58.628 61 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-12-14 01:00:58.628 61 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-12-14 01:00:58.628 61 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2020-12-14 01:00:58.628 61 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2020-12-14 01:00:58.628 61 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2020-12-14 01:00:58.628 61 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2020-12-14 01:00:58.628 61 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2020-12-14 01:00:58.628 61 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2020-12-14 01:00:58.628 61 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2020-12-14 01:00:58.628 61 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2020-12-14 01:00:58.628 61 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-12-14 01:00:58.628 61 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-12-14 01:00:58.628 61 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2020-12-14 01:00:58.628 61 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2020-12-14 01:00:58.628 61 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2020-12-14 01:00:58.628 61 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-12-14 01:00:58.628 61 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2020-12-14 01:00:58.628 61 ERROR rally.cli.cliutils 2020-12-14 01:01:13.115 74 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-14 01:01:13.121 74 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-14 01:01:13.123 74 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-14 01:01:39.828 74 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2020-12-14 01:01:40.340 74 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-33d0db25-1eb6-4b6d-9b35-b37d4ddb2745/repo. 2020-12-14 01:01:41.066 74 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-33d0db25-1eb6-4b6d-9b35-b37d4ddb2745/repo'... done. ' 2020-12-14 01:01:41.153 74 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'heads/master ' 2020-12-14 01:01:41.216 74 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2020-12-14 01:01:41.960 74 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2020-12-14 01:01:49.984 74 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=33d0db25-1eb6-4b6d-9b35-b37d4ddb2745) has been successfully created! 2020-12-14 01:02:04.985 112 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-14 01:02:04.991 112 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-14 01:02:04.993 112 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-14 01:02:47.292 128 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-14 01:02:47.298 128 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-14 01:02:47.300 128 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-14 01:03:13.001 128 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=33d0db25-1eb6-4b6d-9b35-b37d4ddb2745) for deployment 'opnfv-rally' (UUID=4724e341-26d4-46a2-9a85-bb69d4ab9dab). 2020-12-14 01:03:14.772 128 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=33d0db25-1eb6-4b6d-9b35-b37d4ddb2745) has been successfully configured for deployment 'opnfv-rally' (UUID=4724e341-26d4-46a2-9a85-bb69d4ab9dab)! 2020-12-14 01:04:40.834 161 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-14 01:04:40.839 161 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-14 01:04:40.841 161 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-14 01:05:06.040 161 INFO rally.api [-] Starting verification (UUID=eb22c75d-5959-4395-bc0d-3e3701bdb2d0) for deployment 'opnfv-rally' (UUID=4724e341-26d4-46a2-9a85-bb69d4ab9dab) by verifier 'opnfv-tempest' (UUID=33d0db25-1eb6-4b6d-9b35-b37d4ddb2745). 2020-12-14 01:05:10.478 161 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2020-12-14 01:05:10.481 161 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-33d0db25-1eb6-4b6d-9b35-b37d4ddb2745/for-deployment-4724e341-26d4-46a2-9a85-bb69d4ab9dab/tempest.log' to option 'log_file'. 2020-12-14 01:05:10.482 161 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-33d0db25-1eb6-4b6d-9b35-b37d4ddb2745/for-deployment-4724e341-26d4-46a2-9a85-bb69d4ab9dab/tempest.log 2020-12-14 01:05:10.484 161 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2020-12-14 01:05:10.486 161 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-33d0db25-1eb6-4b6d-9b35-b37d4ddb2745/for-deployment-4724e341-26d4-46a2-9a85-bb69d4ab9dab/lock_files' to option 'lock_path'. 2020-12-14 01:05:10.487 161 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-33d0db25-1eb6-4b6d-9b35-b37d4ddb2745/for-deployment-4724e341-26d4-46a2-9a85-bb69d4ab9dab/lock_files 2020-12-14 01:05:10.488 161 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is already configured in Tempest config file. img_dir = /home/opnfv/functest/images 2020-12-14 01:05:10.490 161 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_file' is already configured in Tempest config file. img_file = cirros-0.4.0-x86_64-disk.img 2020-12-14 01:05:10.491 161 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = 1039c5b2-2e81-4743-8890-556a38c74804 2020-12-14 01:05:10.493 161 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = 8cf7a8b1-078d-4d30-9e0f-12e651b39f72 2020-12-14 01:05:10.496 161 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = 81990ab3-c86e-4058-8c80-c0449f7d6acb 2020-12-14 01:05:10.499 161 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = 03b3c60a-aeec-4293-8083-ec6f95541d0d 2020-12-14 01:05:11.069 161 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2020-12-14 01:05:11.071 161 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = tempest_full-net_4a6d51b4-1a1f-41ca-b7ce-6ce4e0e43779 2020-12-14 01:05:11.075 161 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2020-12-14 01:05:11.779 161 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2020-12-14 01:05:11.851 161 RALLYDEBUG rally_openstack.verification.tempest.context [-] There is no flavor with the mentioned properties. 2020-12-14 01:05:11.854 161 RALLYDEBUG rally_openstack.verification.tempest.context [-] Creating flavor 'rally_verify_eb22c75d_bObQWAdZ' with the following properties: RAM = 64MB, VCPUs = 1, disk = 5GB. 2020-12-14 01:05:11.926 161 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_eb22c75d_bObQWAdZ' (ID = cdad8710-7950-47f7-9ffa-2d92c2d7e88e) has been successfully created! 2020-12-14 01:05:11.928 161 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value 'cdad8710-7950-47f7-9ffa-2d92c2d7e88e' to option 'instance_type'. 2020-12-14 01:05:11.930 161 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = cdad8710-7950-47f7-9ffa-2d92c2d7e88e 2020-12-14 01:05:11.938 161 INFO rally.task.context [-] Verification 33d0db25-1eb6-4b6d-9b35-b37d4ddb2745 | Context tempest@default setup() finished in 4.80 sec 2020-12-14 01:05:11.943 161 INFO rally.task.context [-] Verification 33d0db25-1eb6-4b6d-9b35-b37d4ddb2745 | Context testr@default setup() finished in 2.95 msec 2020-12-14 01:05:11.945 161 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --concurrency 4 --load-list /tmp/58295e54-dcf2-4f22-b9db-54c6b87600ba'. 2020-12-14 01:06:02.576 161 INFO opnfv-tempest [-] {1} tempest.api.compute.admin.test_agents.AgentsAdminTestJSON ... skip: b'The os-agents API is not supported.' 2020-12-14 01:06:02.686 161 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_auto_allocate_network.AutoAllocateNetworkTest ... skip: b"Found shared networks: [{'id': '2a158ed0-b755-4aba-b230-cbf6e6140142', 'name': 'tempest_full-net_4a6d51b4-1a1f-41ca-b7ce-6ce4e0e43779', 'tenant_id': 'f028d45c14034b1fa509e45599b5a8bc', 'admin_state_up': True, 'mtu': 1400, 'status': 'ACTIVE', 'subnets': ['ed5fb7c5-6288-4fa1-be61-a516fb38aab7'], 'shared': True, 'availability_zone_hints': [], 'availability_zones': ['nova'], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'router:external': False, 'description': '', 'port_security_enabled': True, 'qos_policy_id': None, 'dns_domain': '', 'l2_adjacency': True, 'tags': [], 'created_at': '2020-12-14T00:57:39Z', 'updated_at': '2020-12-14T00:57:40Z', 'revision_number': 2, 'project_id': 'f028d45c14034b1fa509e45599b5a8bc'}, {'id': '3ffd6d5b-6f3d-45dc-882b-fc5a5fee4462', 'name': 'shared', 'tenant_id': '5990258dee3b412286ccca75bcab995c', 'admin_state_up': True, 'mtu': 1400, 'status': 'ACTIVE', 'subnets': ['c335d257-c53f-46f3-8034-b0da058247ed'], 'shared': True, 'availability_zone_hints': [], 'availability_zones': ['nova'], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'router:external': False, 'description': '', 'port_security_enabled': True, 'qos_policy_id': None, 'dns_domain': '', 'l2_adjacency': True, 'tags': [], 'created_at': '2020-10-07T12:13:32Z', 'updated_at': '2020-10-07T12:13:34Z', 'revision_number': 2, 'project_id': '5990258dee3b412286ccca75bcab995c'}, {'id': '4277f1f3-0ee4-478f-93b6-2064fcc1344d', 'name': 'tempest_scenario-net_fd9bd565-803c-4a35-b229-c7c5db65da55', 'tenant_id': 'c35ce79de06040d290b751891c9e939f', 'admin_state_up': True, 'mtu': 1400, 'status': 'ACTIVE', 'subnets': ['c917c343-ae05-404e-a441-97a953e2f595'], 'shared': True, 'availability_zone_hints': [], 'availability_zones': ['nova'], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'router:external': False, 'description': '', 'port_security_enabled': True, 'qos_policy_id': None, 'dns_domain': '', 'l2_adjacency': True, 'tags': [], 'created_at': '2020-12-14T01:01:37Z', 'updated_at': '2020-12-14T01:01:38Z', 'revision_number': 2, 'project_id': 'c35ce79de06040d290b751891c9e939f'}, {'id': 'e516fe4d-830f-46ef-bb83-28c15a8845f9', 'name': 'rally_sanity-net_d92bc4e1-71ef-4584-9433-c49b7c3ea02b', 'tenant_id': 'b761a4fd11fd4af4831c711f4fb18b40', 'admin_state_up': True, 'mtu': 1400, 'status': 'ACTIVE', 'subnets': ['59ea75b7-1a1d-4e2b-8bd7-e7132bf0d7b6'], 'shared': True, 'availability_zone_hints': [], 'availability_zones': ['nova'], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'router:external': False, 'description': '', 'port_security_enabled': True, 'qos_policy_id': None, 'dns_domain': '', 'l2_adjacency': True, 'tags': [], 'created_at': '2020-12-14T00:23:10Z', 'updated_at': '2020-12-14T00:23:11Z', 'revision_number': 2, 'project_id': 'b761a4fd11fd4af4831c711f4fb18b40'}, {'id': 'f6905c29-abe8-4fda-b354-00fd397e3b1b', 'name': 'rally_full-net_8a0926b1-7dc8-420c-9bd4-67b88c62abef', 'tenant_id': '8344f95ee1a0496bbe14a846d14dc85d', 'admin_state_up': True, 'mtu': 1400, 'status': 'ACTIVE', 'subnets': ['3fbfd903-a422-44d7-8c16-88e2d9c9d48d'], 'shared': True, 'availability_zone_hints': [], 'availability_zones': ['nova'], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'router:external': False, 'description': '', 'port_security_enabled': True, 'qos_policy_id': None, 'dns_domain': '', 'l2_adjacency': True, 'tags': [], 'created_at': '2020-12-09T17:31:35Z', 'updated_at': '2020-12-09T17:31:35Z', 'revision_number': 2, 'project_id': '8344f95ee1a0496bbe14a846d14dc85d'}]" 2020-12-14 01:06:02.695 161 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_availability_zone.AZAdminV2TestJSON.test_get_availability_zone_list ... success [0.222s] 2020-12-14 01:06:02.706 161 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_availability_zone.AZAdminV2TestJSON.test_get_availability_zone_list_detail ... success [0.106s] 2020-12-14 01:06:19.063 161 INFO opnfv-tempest [-] {2} tempest.api.compute.admin.test_aggregates.AggregatesAdminTestJSON.test_aggregate_add_host_create_server_with_az ... success [19.532s] 2020-12-14 01:06:19.764 161 INFO opnfv-tempest [-] {1} tempest.api.compute.admin.test_delete_server.DeleteServersAdminTestJSON.test_admin_delete_servers_of_others ... success [20.526s] 2020-12-14 01:06:19.771 161 INFO opnfv-tempest [-] {2} tempest.api.compute.admin.test_aggregates.AggregatesAdminTestJSON.test_aggregate_add_host_get_details ... success [0.716s] 2020-12-14 01:06:20.393 161 INFO opnfv-tempest [-] {2} tempest.api.compute.admin.test_aggregates.AggregatesAdminTestJSON.test_aggregate_add_host_list ... success [0.636s] 2020-12-14 01:06:20.957 161 INFO opnfv-tempest [-] {2} tempest.api.compute.admin.test_aggregates.AggregatesAdminTestJSON.test_aggregate_add_remove_host ... success [0.559s] 2020-12-14 01:06:21.231 161 INFO opnfv-tempest [-] {2} tempest.api.compute.admin.test_aggregates.AggregatesAdminTestJSON.test_aggregate_create_delete ... success [0.271s] 2020-12-14 01:06:21.520 161 INFO opnfv-tempest [-] {2} tempest.api.compute.admin.test_aggregates.AggregatesAdminTestJSON.test_aggregate_create_delete_with_az ... success [0.284s] 2020-12-14 01:06:21.910 161 INFO opnfv-tempest [-] {2} tempest.api.compute.admin.test_aggregates.AggregatesAdminTestJSON.test_aggregate_create_update_metadata_get_details ... success [0.375s] 2020-12-14 01:06:21.922 161 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_aggregates.AggregatesAdminTestV241.test_create_update_show_aggregate_add_remove_host ... success [22.367s] 2020-12-14 01:06:22.238 161 INFO opnfv-tempest [-] {2} tempest.api.compute.admin.test_aggregates.AggregatesAdminTestJSON.test_aggregate_create_update_with_az ... success [0.332s] 2020-12-14 01:06:22.431 161 INFO opnfv-tempest [-] {2} tempest.api.compute.admin.test_aggregates.AggregatesAdminTestJSON.test_aggregate_create_verify_entry_in_list ... success [0.199s] 2020-12-14 01:06:26.302 161 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_add_existent_host ... success [0.639s] 2020-12-14 01:06:26.659 161 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_add_host_as_user ... success [0.362s] 2020-12-14 01:06:26.896 161 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_add_non_exist_host ... success [0.230s] 2020-12-14 01:06:26.941 161 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_create_aggregate_name_length_exceeds_255 ... success [0.046s] 2020-12-14 01:06:26.988 161 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_create_aggregate_name_length_less_than_1 ... success [0.044s] 2020-12-14 01:06:27.044 161 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_create_as_user ... success [0.048s] 2020-12-14 01:06:27.278 161 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_create_with_existent_aggregate_name ... success [0.235s] 2020-12-14 01:06:27.461 161 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_delete_as_user ... success [0.178s] 2020-12-14 01:06:27.539 161 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_delete_with_invalid_id ... success [0.079s] 2020-12-14 01:06:27.761 161 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_get_details_as_user ... success [0.213s] 2020-12-14 01:06:27.812 161 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_get_details_with_invalid_id ... success [0.051s] 2020-12-14 01:06:27.853 161 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_list_as_user ... success [0.042s] 2020-12-14 01:06:28.408 161 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_remove_host_as_user ... success [0.540s] 2020-12-14 01:06:28.622 161 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_remove_nonexistent_host ... success [0.220s] 2020-12-14 01:06:30.119 161 INFO opnfv-tempest [-] {2} tempest.api.compute.admin.test_flavors_access.FlavorsAccessTestJSON.test_flavor_access_add_remove ... success [1.439s] 2020-12-14 01:06:30.563 161 INFO opnfv-tempest [-] {2} tempest.api.compute.admin.test_flavors_access.FlavorsAccessTestJSON.test_flavor_access_list_with_private_flavor ... success [0.451s] 2020-12-14 01:06:32.574 161 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_availability_zone_negative.AZAdminNegativeTestJSON.test_get_availability_zone_list_detail_with_non_admin_user ... success [0.240s] 2020-12-14 01:06:35.896 161 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_hosts.HostsAdminTestJSON.test_list_hosts ... success [0.205s] 2020-12-14 01:06:35.998 161 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_hosts.HostsAdminTestJSON.test_list_hosts_with_a_blank_zone ... success [0.099s] 2020-12-14 01:06:36.073 161 INFO opnfv-tempest [-] {1} tempest.api.compute.admin.test_delete_server.DeleteServersAdminTestJSON.test_delete_server_while_in_error_state ... success [16.304s] 2020-12-14 01:06:36.081 161 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_hosts.HostsAdminTestJSON.test_list_hosts_with_nonexistent_zone ... success [0.084s] 2020-12-14 01:06:36.266 161 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_hosts.HostsAdminTestJSON.test_list_hosts_with_zone ... success [0.182s] 2020-12-14 01:06:36.353 161 INFO opnfv-tempest [-] {2} tempest.api.compute.admin.test_flavors_access_negative.FlavorsAccessNegativeTestJSON.test_add_flavor_access_duplicate ... success [1.070s] 2020-12-14 01:06:36.536 161 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_hosts.HostsAdminTestJSON.test_show_host_detail ... success [0.267s] 2020-12-14 01:06:36.794 161 INFO opnfv-tempest [-] {2} tempest.api.compute.admin.test_flavors_access_negative.FlavorsAccessNegativeTestJSON.test_flavor_access_list_with_public_flavor ... success [0.437s] 2020-12-14 01:06:37.383 161 INFO opnfv-tempest [-] {2} tempest.api.compute.admin.test_flavors_access_negative.FlavorsAccessNegativeTestJSON.test_flavor_non_admin_add ... success [0.583s] 2020-12-14 01:06:38.265 161 INFO opnfv-tempest [-] {2} tempest.api.compute.admin.test_flavors_access_negative.FlavorsAccessNegativeTestJSON.test_flavor_non_admin_remove ... success [0.879s] 2020-12-14 01:06:38.923 161 INFO opnfv-tempest [-] {2} tempest.api.compute.admin.test_flavors_access_negative.FlavorsAccessNegativeTestJSON.test_remove_flavor_access_not_found ... success [0.654s] 2020-12-14 01:06:40.430 161 INFO opnfv-tempest [-] {1} tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON.test_create_flavor_using_string_ram ... success [0.554s] 2020-12-14 01:06:40.591 161 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_hypervisor.HypervisorAdminTestJSON.test_get_hypervisor_list ... success [0.224s] 2020-12-14 01:06:40.732 161 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_hypervisor.HypervisorAdminTestJSON.test_get_hypervisor_list_details ... success [0.137s] 2020-12-14 01:06:40.941 161 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_hypervisor.HypervisorAdminTestJSON.test_get_hypervisor_show_details ... success [0.208s] 2020-12-14 01:06:41.018 161 INFO opnfv-tempest [-] {1} tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON.test_create_flavor_verify_entry_in_list_details ... success [0.578s] 2020-12-14 01:06:41.031 161 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_hypervisor.HypervisorAdminTestJSON.test_get_hypervisor_stats ... success [0.087s] 2020-12-14 01:06:41.398 161 INFO opnfv-tempest [-] {1} tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON.test_create_flavor_with_int_id ... success [0.379s] 2020-12-14 01:06:41.505 161 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_hypervisor.HypervisorAdminTestJSON.test_get_hypervisor_uptime ... success [0.464s] 2020-12-14 01:06:41.746 161 INFO opnfv-tempest [-] {1} tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON.test_create_flavor_with_none_id ... success [0.344s] 2020-12-14 01:06:42.105 161 INFO opnfv-tempest [-] {1} tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON.test_create_flavor_with_uuid_id ... success [0.356s] 2020-12-14 01:06:42.927 161 INFO opnfv-tempest [-] {1} tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON.test_create_list_flavor_without_extra_data ... success [0.809s] 2020-12-14 01:06:43.312 161 INFO opnfv-tempest [-] {1} tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON.test_create_server_with_non_public_flavor ... success [0.385s] 2020-12-14 01:06:44.586 161 INFO opnfv-tempest [-] {2} tempest.api.compute.admin.test_flavors_microversions.FlavorsV261TestJSON.test_crud_flavor ... success [1.356s] 2020-12-14 01:06:45.223 161 INFO opnfv-tempest [-] {1} tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON.test_is_public_string_variations ... success [1.872s] 2020-12-14 01:06:45.325 161 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeUnderV252Test.test_search_hypervisor_with_non_admin_user ... success [0.455s] 2020-12-14 01:06:45.385 161 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeUnderV252Test.test_search_nonexistent_hypervisor ... success [0.055s] 2020-12-14 01:06:45.525 161 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeUnderV252Test.test_show_servers_with_non_admin_user ... success [0.135s] 2020-12-14 01:06:45.583 161 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeUnderV252Test.test_show_servers_with_nonexistent_hypervisor ... success [0.059s] 2020-12-14 01:06:45.959 161 INFO opnfv-tempest [-] {1} tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON.test_list_non_public_flavor ... success [0.754s] 2020-12-14 01:06:46.521 161 INFO opnfv-tempest [-] {1} tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON.test_list_public_flavor_with_other_user ... success [0.555s] 2020-12-14 01:06:49.902 161 INFO opnfv-tempest [-] {2} tempest.api.compute.admin.test_floating_ips_bulk.FloatingIPsBulkAdminTestJSON ... skip: b'nova-network is gone' 2020-12-14 01:06:50.712 161 INFO opnfv-tempest [-] {1} tempest.api.compute.admin.test_hypervisor.HypervisorAdminV228Test.test_get_list_hypervisor_details ... success [0.388s] 2020-12-14 01:06:51.845 161 INFO opnfv-tempest [-] {2} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_list_hosts_with_non_admin_user ... success [0.204s] 2020-12-14 01:06:51.895 161 INFO opnfv-tempest [-] {2} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_reboot_host_with_non_admin_user ... success [0.044s] 2020-12-14 01:06:51.963 161 INFO opnfv-tempest [-] {2} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_reboot_nonexistent_host ... success [0.064s] 2020-12-14 01:06:52.019 161 INFO opnfv-tempest [-] {2} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_show_host_detail_with_non_admin_user ... success [0.053s] 2020-12-14 01:06:52.072 161 INFO opnfv-tempest [-] {2} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_show_host_detail_with_nonexistent_hostname ... success [0.051s] 2020-12-14 01:06:52.120 161 INFO opnfv-tempest [-] {2} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_shutdown_host_with_non_admin_user ... success [0.045s] 2020-12-14 01:06:52.189 161 INFO opnfv-tempest [-] {2} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_shutdown_nonexistent_host ... success [0.063s] 2020-12-14 01:06:52.243 161 INFO opnfv-tempest [-] {2} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_startup_host_with_non_admin_user ... success [0.052s] 2020-12-14 01:06:52.281 161 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_live_migration.LiveAutoBlockMigrationV225Test.test_iscsi_volume ... skip [0.002s]: b'Block Live migration not available' 2020-12-14 01:06:52.289 161 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_live_migration.LiveAutoBlockMigrationV225Test.test_live_block_migration ... skip [0.001s]: b'Block Live migration not available' 2020-12-14 01:06:52.296 161 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_live_migration.LiveAutoBlockMigrationV225Test.test_live_block_migration_paused ... skip [0.001s]: b'Block Live migration not available' 2020-12-14 01:06:52.313 161 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_live_migration.LiveAutoBlockMigrationV225Test.test_volume_backed_live_migration ... skip [0.001s]: b'Volume-backed live migration not available' 2020-12-14 01:06:52.322 161 INFO opnfv-tempest [-] {2} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_startup_nonexistent_host ... success [0.060s] 2020-12-14 01:06:52.350 161 INFO opnfv-tempest [-] {2} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_update_host_with_invalid_maintenance_mode ... success [0.043s] 2020-12-14 01:06:52.394 161 INFO opnfv-tempest [-] {2} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_update_host_with_invalid_status ... success [0.041s] 2020-12-14 01:06:52.444 161 INFO opnfv-tempest [-] {2} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_update_host_with_non_admin_user ... success [0.047s] 2020-12-14 01:06:52.484 161 INFO opnfv-tempest [-] {2} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_update_host_without_param ... success [0.040s] 2020-12-14 01:06:52.540 161 INFO opnfv-tempest [-] {2} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_update_nonexistent_host ... success [0.053s] 2020-12-14 01:06:54.627 161 INFO opnfv-tempest [-] {1} tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestJSON.test_get_hypervisor_list_details_with_non_admin_user ... success [0.297s] 2020-12-14 01:06:54.683 161 INFO opnfv-tempest [-] {1} tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestJSON.test_get_hypervisor_list_with_non_admin_user ... success [0.050s] 2020-12-14 01:06:54.733 161 INFO opnfv-tempest [-] {1} tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestJSON.test_get_hypervisor_stats_with_non_admin_user ... success [0.053s] 2020-12-14 01:06:55.057 161 INFO opnfv-tempest [-] {1} tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestJSON.test_get_hypervisor_uptime_with_non_admin_user ... success [0.320s] 2020-12-14 01:06:55.108 161 INFO opnfv-tempest [-] {1} tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestJSON.test_get_nonexistent_hypervisor_uptime ... success [0.050s] 2020-12-14 01:06:55.261 161 INFO opnfv-tempest [-] {1} tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestJSON.test_show_hypervisor_with_non_admin_user ... success [0.147s] 2020-12-14 01:06:55.318 161 INFO opnfv-tempest [-] {1} tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestJSON.test_show_nonexistent_hypervisor ... success [0.055s] 2020-12-14 01:06:56.583 161 INFO opnfv-tempest [-] {2} tempest.api.compute.admin.test_hypervisor.HypervisorAdminUnderV252Test.test_get_hypervisor_show_servers ... success [0.359s] 2020-12-14 01:06:56.765 161 INFO opnfv-tempest [-] {2} tempest.api.compute.admin.test_hypervisor.HypervisorAdminUnderV252Test.test_search_hypervisor ... success [0.182s] 2020-12-14 01:07:00.679 161 INFO opnfv-tempest [-] {1} tempest.api.compute.admin.test_keypairs_v210.KeyPairsV210TestJSON.test_admin_manage_keypairs_for_other_users ... success [1.622s] 2020-12-14 01:07:00.714 161 INFO opnfv-tempest [-] {2} tempest.api.compute.admin.test_instance_usage_audit_log.InstanceUsageAuditLogTestJSON.test_get_instance_usage_audit_log ... success [0.253s] 2020-12-14 01:07:00.803 161 INFO opnfv-tempest [-] {2} tempest.api.compute.admin.test_instance_usage_audit_log.InstanceUsageAuditLogTestJSON.test_list_instance_usage_audit_logs ... success [0.089s] 2020-12-14 01:07:04.643 161 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_quotas.QuotasAdminTestV257.test_get_updated_quotas ... success [2.193s] 2020-12-14 01:07:07.668 161 INFO opnfv-tempest [-] {2} tempest.api.compute.admin.test_live_migration.LiveMigrationTest.test_iscsi_volume ... skip [0.001s]: b'Block Live migration not available' 2020-12-14 01:07:07.681 161 INFO opnfv-tempest [-] {2} tempest.api.compute.admin.test_live_migration.LiveMigrationTest.test_live_block_migration ... skip [0.001s]: b'Block Live migration not available' 2020-12-14 01:07:07.698 161 INFO opnfv-tempest [-] {2} tempest.api.compute.admin.test_live_migration.LiveMigrationTest.test_live_block_migration_paused ... skip [0.001s]: b'Block Live migration not available' 2020-12-14 01:07:07.704 161 INFO opnfv-tempest [-] {2} tempest.api.compute.admin.test_live_migration.LiveMigrationTest.test_volume_backed_live_migration ... skip [0.001s]: b'Volume-backed live migration not available' 2020-12-14 01:07:08.604 161 INFO opnfv-tempest [-] {1} tempest.api.compute.admin.test_live_migration.LiveMigrationRemoteConsolesV26Test.test_live_migration_serial_console ... skip [0.001s]: b'Serial console not supported.' 2020-12-14 01:07:14.395 161 INFO opnfv-tempest [-] {2} tempest.api.compute.admin.test_quotas.QuotaClassesAdminTestJSON.test_update_default_quotas ... success [0.663s] 2020-12-14 01:07:14.873 161 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_quotas_negative.QuotasAdminNegativeTest.test_create_server_when_cpu_quota_is_full ... success [6.826s] 2020-12-14 01:07:16.844 161 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_quotas_negative.QuotasAdminNegativeTest.test_create_server_when_instances_quota_is_full ... success [1.945s] 2020-12-14 01:07:16.957 161 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_create_server.ServersWithSpecificFlavorTestJSON.test_verify_created_server_ephemeral_disk ... success [54.740s] 2020-12-14 01:07:19.094 161 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_quotas_negative.QuotasAdminNegativeTest.test_create_server_when_memory_quota_is_full ... success [2.268s] 2020-12-14 01:07:19.128 161 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_quotas_negative.QuotasAdminNegativeTest.test_update_quota_normal_user ... success [0.046s] 2020-12-14 01:07:20.389 161 INFO opnfv-tempest [-] {1} tempest.api.compute.admin.test_quotas.QuotasAdminTestJSON.test_delete_quota ... success [1.508s] 2020-12-14 01:07:20.647 161 INFO opnfv-tempest [-] {1} tempest.api.compute.admin.test_quotas.QuotasAdminTestJSON.test_get_default_quotas ... success [0.258s] 2020-12-14 01:07:22.842 161 INFO opnfv-tempest [-] {1} tempest.api.compute.admin.test_quotas.QuotasAdminTestJSON.test_get_updated_quotas ... success [2.183s] 2020-12-14 01:07:23.027 161 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_quotas_negative.QuotasSecurityGroupAdminNegativeTest.test_security_groups_exceed_limit ... skip [0.005s]: b'Skipped until bug: https://launchpad.net/bugs/1186354 is resolved.' 2020-12-14 01:07:23.042 161 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_quotas_negative.QuotasSecurityGroupAdminNegativeTest.test_security_groups_rules_exceed_limit ... skip [0.003s]: b'Skipped until bug: https://launchpad.net/bugs/1186354 is resolved.' 2020-12-14 01:07:24.036 161 INFO opnfv-tempest [-] {1} tempest.api.compute.admin.test_quotas.QuotasAdminTestJSON.test_update_all_quota_resources_for_tenant ... success [1.195s] 2020-12-14 01:07:33.584 161 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_fixed_ips.FixedIPsTestJson ... skip: b'FixedIPsTestJson skipped as neutron is available' 2020-12-14 01:07:33.598 161 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_fixed_ips_negative.FixedIPsNegativeTestJson ... skip: b'FixedIPsNegativeTestJson skipped as neutron is available' 2020-12-14 01:07:35.766 161 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_flavors_extra_specs.FlavorsExtraSpecsTestJSON.test_flavor_non_admin_get_all_keys ... success [0.283s] 2020-12-14 01:07:35.916 161 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_flavors_extra_specs.FlavorsExtraSpecsTestJSON.test_flavor_non_admin_get_specific_key ... success [0.150s] 2020-12-14 01:07:36.448 161 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_flavors_extra_specs.FlavorsExtraSpecsTestJSON.test_flavor_set_get_update_show_unset_keys ... success [0.525s] 2020-12-14 01:07:40.648 161 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_flavors_extra_specs_negative.FlavorsExtraSpecsNegativeTestJSON.test_flavor_get_nonexistent_key ... success [0.216s] 2020-12-14 01:07:40.694 161 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_flavors_extra_specs_negative.FlavorsExtraSpecsNegativeTestJSON.test_flavor_non_admin_set_keys ... success [0.047s] 2020-12-14 01:07:40.855 161 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_flavors_extra_specs_negative.FlavorsExtraSpecsNegativeTestJSON.test_flavor_non_admin_unset_keys ... success [0.155s] 2020-12-14 01:07:40.989 161 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_flavors_extra_specs_negative.FlavorsExtraSpecsNegativeTestJSON.test_flavor_non_admin_update_specific_key ... success [0.131s] 2020-12-14 01:07:41.057 161 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_flavors_extra_specs_negative.FlavorsExtraSpecsNegativeTestJSON.test_flavor_unset_nonexistent_key ... success [0.068s] 2020-12-14 01:07:41.114 161 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_flavors_extra_specs_negative.FlavorsExtraSpecsNegativeTestJSON.test_flavor_update_mismatch_key ... success [0.052s] 2020-12-14 01:07:41.164 161 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_flavors_extra_specs_negative.FlavorsExtraSpecsNegativeTestJSON.test_flavor_update_more_key ... success [0.048s] 2020-12-14 01:07:42.045 161 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_security_groups.SecurityGroupsTestAdminJSON.test_list_security_groups_list_all_tenants_filter ... success [15.160s] 2020-12-14 01:07:42.291 161 INFO opnfv-tempest [-] {1} tempest.api.compute.admin.test_server_diagnostics_negative.ServerDiagnosticsNegativeTest.test_get_server_diagnostics_by_non_admin ... success [14.365s] 2020-12-14 01:07:43.893 161 INFO opnfv-tempest [-] {2} tempest.api.compute.admin.test_servers.ServersAdminTestJSON.test_create_server_with_scheduling_hint ... success [15.191s] 2020-12-14 01:07:44.314 161 INFO opnfv-tempest [-] {2} tempest.api.compute.admin.test_servers.ServersAdminTestJSON.test_list_servers_by_admin ... success [0.438s] 2020-12-14 01:07:44.921 161 INFO opnfv-tempest [-] {2} tempest.api.compute.admin.test_servers.ServersAdminTestJSON.test_list_servers_by_admin_with_all_tenants ... success [0.599s] 2020-12-14 01:07:45.856 161 INFO opnfv-tempest [-] {2} tempest.api.compute.admin.test_servers.ServersAdminTestJSON.test_list_servers_by_admin_with_specified_tenant ... success [0.931s] 2020-12-14 01:07:45.998 161 INFO opnfv-tempest [-] {2} tempest.api.compute.admin.test_servers.ServersAdminTestJSON.test_list_servers_detailed_filter_by_invalid_status ... success [0.143s] 2020-12-14 01:07:46.256 161 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_flavors_microversions.FlavorsV255TestJSON.test_crud_flavor ... success [1.355s] 2020-12-14 01:07:46.932 161 INFO opnfv-tempest [-] {2} tempest.api.compute.admin.test_servers.ServersAdminTestJSON.test_list_servers_filter_by_error_status ... success [0.926s] 2020-12-14 01:07:47.672 161 INFO opnfv-tempest [-] {2} tempest.api.compute.admin.test_servers.ServersAdminTestJSON.test_list_servers_filter_by_exist_host ... success [0.738s] 2020-12-14 01:07:49.879 161 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_instance_usage_audit_log_negative.InstanceUsageAuditLogNegativeTestJSON.test_get_instance_usage_audit_logs_with_invalid_time ... success [0.176s] 2020-12-14 01:07:50.079 161 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_instance_usage_audit_log_negative.InstanceUsageAuditLogNegativeTestJSON.test_instance_usage_audit_logs_with_nonadmin_user ... success [0.200s] 2020-12-14 01:08:03.458 161 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_live_migration_negative.LiveMigrationNegativeTest.test_invalid_host_for_migration ... success [9.879s] 2020-12-14 01:08:05.907 161 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_server_diagnostics.ServerDiagnosticsV248Test.test_get_server_diagnostics ... success [20.782s] 2020-12-14 01:08:09.551 161 INFO opnfv-tempest [-] {2} tempest.api.compute.admin.test_servers.ServersAdminTestJSON.test_rebuild_server_in_error_state ... success [21.835s] 2020-12-14 01:08:09.561 161 INFO opnfv-tempest [-] {2} tempest.api.compute.admin.test_servers.ServersAdminTestJSON.test_reset_network_inject_network_info ... skip [0.005s]: b'The resetNetwork server action is not supported.' 2020-12-14 01:08:09.691 161 INFO opnfv-tempest [-] {1} tempest.api.compute.admin.test_servers_negative.ServersAdminNegativeTestJSON.test_migrate_non_existent_server ... success [0.194s] 2020-12-14 01:08:10.620 161 INFO opnfv-tempest [-] {2} tempest.api.compute.admin.test_servers.ServersAdminTestJSON.test_reset_state_server ... success [1.088s] 2020-12-14 01:08:17.262 161 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_live_migration_negative.LiveMigrationNegativeTest.test_live_block_migration_suspended ... success [13.786s] 2020-12-14 01:08:22.714 161 INFO opnfv-tempest [-] {1} tempest.api.compute.admin.test_servers_negative.ServersAdminNegativeTestJSON.test_migrate_server_invalid_state ... success [12.986s] 2020-12-14 01:08:22.740 161 INFO opnfv-tempest [-] {1} tempest.api.compute.admin.test_servers_negative.ServersAdminNegativeTestJSON.test_reset_state_server_invalid_state ... success [0.051s] 2020-12-14 01:08:22.795 161 INFO opnfv-tempest [-] {1} tempest.api.compute.admin.test_servers_negative.ServersAdminNegativeTestJSON.test_reset_state_server_invalid_type ... success [0.053s] 2020-12-14 01:08:22.847 161 INFO opnfv-tempest [-] {1} tempest.api.compute.admin.test_servers_negative.ServersAdminNegativeTestJSON.test_reset_state_server_nonexistent_server ... success [0.050s] 2020-12-14 01:08:23.544 161 INFO opnfv-tempest [-] {2} tempest.api.compute.admin.test_services_negative.ServicesAdminNegativeTestJSON.test_get_service_by_invalid_params ... success [0.416s] 2020-12-14 01:08:23.755 161 INFO opnfv-tempest [-] {1} tempest.api.compute.admin.test_servers_negative.ServersAdminNegativeTestJSON.test_resize_server_using_overlimit_ram ... success [0.881s] 2020-12-14 01:08:23.760 161 INFO opnfv-tempest [-] {2} tempest.api.compute.admin.test_services_negative.ServicesAdminNegativeTestJSON.test_get_service_by_invalid_service_and_valid_host ... success [0.203s] 2020-12-14 01:08:23.934 161 INFO opnfv-tempest [-] {2} tempest.api.compute.admin.test_services_negative.ServicesAdminNegativeTestJSON.test_get_service_with_valid_service_and_invalid_host ... success [0.185s] 2020-12-14 01:08:24.142 161 INFO opnfv-tempest [-] {2} tempest.api.compute.admin.test_services_negative.ServicesAdminNegativeTestJSON.test_list_services_with_non_admin_user ... success [0.207s] 2020-12-14 01:08:24.732 161 INFO opnfv-tempest [-] {1} tempest.api.compute.admin.test_servers_negative.ServersAdminNegativeTestJSON.test_resize_server_using_overlimit_vcpus ... success [0.983s] 2020-12-14 01:08:27.941 161 INFO opnfv-tempest [-] {2} tempest.api.compute.admin.test_services_negative.ServicesAdminNegativeV253TestJSON.test_disable_log_reason_with_invalid_service_id ... success [0.271s] 2020-12-14 01:08:28.005 161 INFO opnfv-tempest [-] {2} tempest.api.compute.admin.test_services_negative.ServicesAdminNegativeV253TestJSON.test_disable_service_with_invalid_service_id ... success [0.061s] 2020-12-14 01:08:28.070 161 INFO opnfv-tempest [-] {2} tempest.api.compute.admin.test_services_negative.ServicesAdminNegativeV253TestJSON.test_enable_service_with_invalid_service_id ... success [0.064s] 2020-12-14 01:08:28.294 161 INFO opnfv-tempest [-] {2} tempest.api.compute.admin.test_services_negative.ServicesAdminNegativeV253TestJSON.test_get_service_by_invalid_params ... success [0.214s] 2020-12-14 01:08:28.453 161 INFO opnfv-tempest [-] {2} tempest.api.compute.admin.test_services_negative.ServicesAdminNegativeV253TestJSON.test_get_service_by_invalid_service_and_valid_host ... success [0.161s] 2020-12-14 01:08:28.640 161 INFO opnfv-tempest [-] {2} tempest.api.compute.admin.test_services_negative.ServicesAdminNegativeV253TestJSON.test_get_service_with_valid_service_and_invalid_host ... success [0.184s] 2020-12-14 01:08:28.791 161 INFO opnfv-tempest [-] {2} tempest.api.compute.admin.test_services_negative.ServicesAdminNegativeV253TestJSON.test_list_services_with_non_admin_user ... success [0.149s] 2020-12-14 01:08:30.163 161 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_volumes_negative.VolumesAdminNegativeTest.test_update_attached_volume_with_nonexistent_volume_in_body ... success [5.750s] 2020-12-14 01:08:32.077 161 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_volumes_negative.VolumesAdminNegativeTest.test_update_attached_volume_with_nonexistent_volume_in_uri ... success [1.926s] 2020-12-14 01:08:52.256 161 INFO opnfv-tempest [-] {1} tempest.api.compute.admin.test_simple_tenant_usage.TenantUsagesTestJSON.test_get_usage_tenant ... success [0.247s] 2020-12-14 01:08:52.386 161 INFO opnfv-tempest [-] {1} tempest.api.compute.admin.test_simple_tenant_usage.TenantUsagesTestJSON.test_get_usage_tenant_with_non_admin_user ... success [0.125s] 2020-12-14 01:08:53.819 161 INFO opnfv-tempest [-] {2} tempest.api.compute.floating_ips.test_floating_ips_actions.FloatingIPsTestJSON.test_allocate_floating_ip ... success [7.487s] 2020-12-14 01:08:54.477 161 INFO opnfv-tempest [-] {1} tempest.api.compute.admin.test_simple_tenant_usage.TenantUsagesTestJSON.test_list_usage_all_tenants ... success [2.087s] 2020-12-14 01:08:58.467 161 INFO opnfv-tempest [-] {2} tempest.api.compute.floating_ips.test_floating_ips_actions.FloatingIPsTestJSON.test_delete_floating_ip ... success [4.647s] 2020-12-14 01:09:01.330 161 INFO opnfv-tempest [-] {1} tempest.api.compute.certificates.test_certificates.CertificatesV2TestJSON ... skip: b'Nova cert is not available' 2020-12-14 01:09:02.631 161 INFO opnfv-tempest [-] {1} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_get_flavor ... success [0.313s] 2020-12-14 01:09:02.858 161 INFO opnfv-tempest [-] {1} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors ... success [0.224s] 2020-12-14 01:09:03.091 161 INFO opnfv-tempest [-] {1} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_detailed_filter_by_min_disk ... success [0.229s] 2020-12-14 01:09:03.320 161 INFO opnfv-tempest [-] {1} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_detailed_filter_by_min_ram ... success [0.220s] 2020-12-14 01:09:03.416 161 INFO opnfv-tempest [-] {1} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_detailed_limit_results ... success [0.099s] 2020-12-14 01:09:03.643 161 INFO opnfv-tempest [-] {1} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_detailed_using_marker ... success [0.215s] 2020-12-14 01:09:03.841 161 INFO opnfv-tempest [-] {1} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_filter_by_min_disk ... success [0.201s] 2020-12-14 01:09:04.050 161 INFO opnfv-tempest [-] {1} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_filter_by_min_ram ... success [0.198s] 2020-12-14 01:09:04.115 161 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_migrations.MigrationsAdminTest.test_cold_migration ... success [37.712s] 2020-12-14 01:09:04.127 161 INFO opnfv-tempest [-] {1} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_limit_results ... success [0.092s] 2020-12-14 01:09:04.192 161 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_migrations.MigrationsAdminTest.test_list_migrations ... success [0.106s] 2020-12-14 01:09:04.325 161 INFO opnfv-tempest [-] {1} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_using_marker ... success [0.187s] 2020-12-14 01:09:04.595 161 INFO opnfv-tempest [-] {1} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_with_detail ... success [0.267s] 2020-12-14 01:09:07.026 161 INFO opnfv-tempest [-] {2} tempest.api.compute.images.test_image_metadata.ImagesMetadataTestJSON.test_delete_image_metadata_item ... success [0.856s] 2020-12-14 01:09:07.513 161 INFO opnfv-tempest [-] {2} tempest.api.compute.images.test_image_metadata.ImagesMetadataTestJSON.test_get_image_metadata_item ... success [0.485s] 2020-12-14 01:09:07.931 161 INFO opnfv-tempest [-] {2} tempest.api.compute.images.test_image_metadata.ImagesMetadataTestJSON.test_list_image_metadata ... success [0.418s] 2020-12-14 01:09:08.751 161 INFO opnfv-tempest [-] {2} tempest.api.compute.images.test_image_metadata.ImagesMetadataTestJSON.test_set_image_metadata ... success [0.815s] 2020-12-14 01:09:09.619 161 INFO opnfv-tempest [-] {2} tempest.api.compute.images.test_image_metadata.ImagesMetadataTestJSON.test_set_image_metadata_item ... success [0.868s] 2020-12-14 01:09:10.489 161 INFO opnfv-tempest [-] {2} tempest.api.compute.images.test_image_metadata.ImagesMetadataTestJSON.test_update_image_metadata ... success [0.867s] 2020-12-14 01:09:13.062 161 INFO opnfv-tempest [-] {2} tempest.api.compute.images.test_image_metadata_negative.ImagesMetadataNegativeTestJSON.test_delete_nonexistent_image_metadata_item ... success [0.251s] 2020-12-14 01:09:13.141 161 INFO opnfv-tempest [-] {2} tempest.api.compute.images.test_image_metadata_negative.ImagesMetadataNegativeTestJSON.test_get_nonexistent_image_metadata_item ... success [0.075s] 2020-12-14 01:09:13.221 161 INFO opnfv-tempest [-] {2} tempest.api.compute.images.test_image_metadata_negative.ImagesMetadataNegativeTestJSON.test_list_nonexistent_image_metadata ... success [0.081s] 2020-12-14 01:09:13.306 161 INFO opnfv-tempest [-] {2} tempest.api.compute.images.test_image_metadata_negative.ImagesMetadataNegativeTestJSON.test_set_nonexistent_image_metadata ... success [0.081s] 2020-12-14 01:09:13.393 161 INFO opnfv-tempest [-] {2} tempest.api.compute.images.test_image_metadata_negative.ImagesMetadataNegativeTestJSON.test_set_nonexistent_image_metadata_item ... success [0.077s] 2020-12-14 01:09:13.464 161 INFO opnfv-tempest [-] {2} tempest.api.compute.images.test_image_metadata_negative.ImagesMetadataNegativeTestJSON.test_update_nonexistent_image_metadata ... success [0.073s] 2020-12-14 01:09:21.741 161 INFO opnfv-tempest [-] {0} tempest.api.compute.floating_ips.test_floating_ips_actions_negative.FloatingIPsAssociationNegativeTestJSON.test_associate_ip_to_server_with_floating_ip ... success [18.097s] 2020-12-14 01:09:21.801 161 INFO opnfv-tempest [-] {0} tempest.api.compute.floating_ips.test_floating_ips_actions_negative.FloatingIPsAssociationNegativeTestJSON.test_associate_ip_to_server_without_passing_floating_ip ... success [0.060s] 2020-12-14 01:09:22.149 161 INFO opnfv-tempest [-] {0} tempest.api.compute.floating_ips.test_floating_ips_actions_negative.FloatingIPsAssociationNegativeTestJSON.test_associate_nonexistent_floating_ip ... success [0.346s] 2020-12-14 01:09:22.282 161 INFO opnfv-tempest [-] {0} tempest.api.compute.floating_ips.test_floating_ips_actions_negative.FloatingIPsAssociationNegativeTestJSON.test_dissociate_nonexistent_floating_ip ... success [0.132s] 2020-12-14 01:09:38.502 161 INFO opnfv-tempest [-] {0} tempest.api.compute.images.test_list_image_filters_negative.ListImageFiltersNegativeTestJSON.test_get_nonexistent_image ... success [0.265s] 2020-12-14 01:09:39.908 161 INFO opnfv-tempest [-] {2} tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_delete_image ... success [14.373s] 2020-12-14 01:09:44.058 161 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_migrations.MigrationsAdminTest.test_list_migrations_in_flavor_resize_situation ... success [39.789s] 2020-12-14 01:09:44.184 161 INFO opnfv-tempest [-] {1} tempest.api.compute.floating_ips.test_floating_ips_actions.FloatingIPsAssociationTestJSON.test_associate_already_associated_floating_ip ... success [19.053s] 2020-12-14 01:09:45.393 161 INFO opnfv-tempest [-] {0} tempest.api.compute.keypairs.test_keypairs.KeyPairsV2TestJSON.test_get_keypair_detail ... success [0.487s] 2020-12-14 01:09:45.699 161 INFO opnfv-tempest [-] {0} tempest.api.compute.keypairs.test_keypairs.KeyPairsV2TestJSON.test_keypair_create_delete ... success [0.296s] 2020-12-14 01:09:45.871 161 INFO opnfv-tempest [-] {0} tempest.api.compute.keypairs.test_keypairs.KeyPairsV2TestJSON.test_keypair_create_with_pub_key ... success [0.175s] 2020-12-14 01:09:46.946 161 INFO opnfv-tempest [-] {0} tempest.api.compute.keypairs.test_keypairs.KeyPairsV2TestJSON.test_keypairs_create_list_delete ... success [1.062s] 2020-12-14 01:09:48.704 161 INFO opnfv-tempest [-] {1} tempest.api.compute.floating_ips.test_floating_ips_actions.FloatingIPsAssociationTestJSON.test_associate_disassociate_floating_ip ... success [4.538s] 2020-12-14 01:09:49.254 161 INFO opnfv-tempest [-] {0} tempest.api.compute.keypairs.test_keypairs_negative.KeyPairsNegativeTestJSON.test_create_keypair_invalid_name ... success [0.179s] 2020-12-14 01:09:49.351 161 INFO opnfv-tempest [-] {0} tempest.api.compute.keypairs.test_keypairs_negative.KeyPairsNegativeTestJSON.test_create_keypair_when_public_key_bits_exceeds_maximum ... success [0.091s] 2020-12-14 01:09:49.964 161 INFO opnfv-tempest [-] {0} tempest.api.compute.keypairs.test_keypairs_negative.KeyPairsNegativeTestJSON.test_create_keypair_with_duplicate_name ... success [0.605s] 2020-12-14 01:09:50.002 161 INFO opnfv-tempest [-] {0} tempest.api.compute.keypairs.test_keypairs_negative.KeyPairsNegativeTestJSON.test_create_keypair_with_empty_name_string ... success [0.040s] 2020-12-14 01:09:50.088 161 INFO opnfv-tempest [-] {0} tempest.api.compute.keypairs.test_keypairs_negative.KeyPairsNegativeTestJSON.test_create_keypair_with_empty_public_key ... success [0.081s] 2020-12-14 01:09:50.143 161 INFO opnfv-tempest [-] {0} tempest.api.compute.keypairs.test_keypairs_negative.KeyPairsNegativeTestJSON.test_create_keypair_with_long_keynames ... success [0.050s] 2020-12-14 01:09:50.260 161 INFO opnfv-tempest [-] {0} tempest.api.compute.keypairs.test_keypairs_negative.KeyPairsNegativeTestJSON.test_keypair_create_with_invalid_pub_key ... success [0.111s] 2020-12-14 01:09:50.334 161 INFO opnfv-tempest [-] {0} tempest.api.compute.keypairs.test_keypairs_negative.KeyPairsNegativeTestJSON.test_keypair_delete_nonexistent_key ... success [0.074s] 2020-12-14 01:09:53.222 161 INFO opnfv-tempest [-] {0} tempest.api.compute.keypairs.test_keypairs_v22.KeyPairsV22TestJSON.test_get_keypair_detail ... success [0.574s] 2020-12-14 01:09:53.800 161 INFO opnfv-tempest [-] {0} tempest.api.compute.keypairs.test_keypairs_v22.KeyPairsV22TestJSON.test_keypair_create_delete ... success [0.560s] 2020-12-14 01:09:53.841 161 INFO opnfv-tempest [-] {2} tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_image_specify_multibyte_character_image_name ... success [13.922s] 2020-12-14 01:09:53.941 161 INFO opnfv-tempest [-] {0} tempest.api.compute.keypairs.test_keypairs_v22.KeyPairsV22TestJSON.test_keypair_create_with_pub_key ... success [0.157s] 2020-12-14 01:09:55.018 161 INFO opnfv-tempest [-] {0} tempest.api.compute.keypairs.test_keypairs_v22.KeyPairsV22TestJSON.test_keypairs_create_list_delete ... success [1.049s] 2020-12-14 01:09:55.420 161 INFO opnfv-tempest [-] {0} tempest.api.compute.keypairs.test_keypairs_v22.KeyPairsV22TestJSON.test_keypairsv22_create_list_show ... success [0.412s] 2020-12-14 01:09:55.934 161 INFO opnfv-tempest [-] {0} tempest.api.compute.keypairs.test_keypairs_v22.KeyPairsV22TestJSON.test_keypairsv22_create_list_show_with_type ... success [0.508s] 2020-12-14 01:09:59.482 161 INFO opnfv-tempest [-] {0} tempest.api.compute.limits.test_absolute_limits_negative.AbsoluteLimitsNegativeTestJSON.test_max_metadata_exceed_limit ... success [1.517s] 2020-12-14 01:09:59.683 161 INFO opnfv-tempest [-] {2} tempest.api.compute.limits.test_absolute_limits.AbsoluteLimitsTestJSON.test_absLimits_get ... success [0.312s] 2020-12-14 01:10:04.999 161 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_group_rules_negative.SecurityGroupRulesNegativeTestJSON.test_create_security_group_rule_duplicate ... success [1.646s] 2020-12-14 01:10:05.761 161 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_group_rules_negative.SecurityGroupRulesNegativeTestJSON.test_create_security_group_rule_with_invalid_from_port ... success [0.768s] 2020-12-14 01:10:05.812 161 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_group_rules_negative.SecurityGroupRulesNegativeTestJSON.test_create_security_group_rule_with_invalid_id ... success [0.045s] 2020-12-14 01:10:06.605 161 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_group_rules_negative.SecurityGroupRulesNegativeTestJSON.test_create_security_group_rule_with_invalid_ip_protocol ... success [0.787s] 2020-12-14 01:10:07.217 161 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_group_rules_negative.SecurityGroupRulesNegativeTestJSON.test_create_security_group_rule_with_invalid_port_range ... success [0.612s] 2020-12-14 01:10:08.304 161 INFO opnfv-tempest [-] {1} tempest.api.compute.floating_ips.test_floating_ips_actions_negative.FloatingIPsNegativeTestJSON.test_allocate_floating_ip_from_nonexistent_pool ... success [0.090s] 2020-12-14 01:10:08.414 161 INFO opnfv-tempest [-] {1} tempest.api.compute.floating_ips.test_floating_ips_actions_negative.FloatingIPsNegativeTestJSON.test_delete_nonexistent_floating_ip ... success [0.110s] 2020-12-14 01:10:11.938 161 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_group_rules_negative.SecurityGroupRulesNegativeTestJSON.test_create_security_group_rule_with_invalid_to_port ... success [4.719s] 2020-12-14 01:10:12.102 161 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_group_rules_negative.SecurityGroupRulesNegativeTestJSON.test_create_security_group_rule_with_non_existent_id ... success [0.161s] 2020-12-14 01:10:12.231 161 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_group_rules_negative.SecurityGroupRulesNegativeTestJSON.test_delete_security_group_rule_with_non_existent_id ... success [0.124s] 2020-12-14 01:10:17.041 161 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_availability_zone.AZV2TestJSON.test_get_availability_zone_list_with_non_admin_user ... success [0.293s] 2020-12-14 01:10:30.345 161 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_migrations.MigrationsAdminTest.test_resize_server_revert_deleted_flavor ... success [46.224s] 2020-12-14 01:10:32.202 161 INFO opnfv-tempest [-] {1} tempest.api.compute.floating_ips.test_list_floating_ips.FloatingIPDetailsTestJSON.test_get_floating_ip_details ... success [3.884s] 2020-12-14 01:10:32.466 161 INFO opnfv-tempest [-] {1} tempest.api.compute.floating_ips.test_list_floating_ips.FloatingIPDetailsTestJSON.test_list_floating_ip_pools ... success [0.255s] 2020-12-14 01:10:37.327 161 INFO opnfv-tempest [-] {1} tempest.api.compute.floating_ips.test_list_floating_ips.FloatingIPDetailsTestJSON.test_list_floating_ips ... success [4.861s] 2020-12-14 01:10:50.415 161 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_attach_interfaces.AttachInterfacesTestJSON.test_create_list_show_delete_interfaces_by_fixed_ip ... success [36.430s] 2020-12-14 01:10:54.287 161 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_host_name_is_same_as_server_name ... success [2.680s] 2020-12-14 01:10:54.548 161 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers ... success [0.257s] 2020-12-14 01:10:55.088 161 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers_with_detail ... success [0.536s] 2020-12-14 01:10:55.670 161 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_created_server_vcpus ... success [0.579s] 2020-12-14 01:10:55.685 161 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_server_details ... success [0.008s] 2020-12-14 01:11:03.445 161 INFO opnfv-tempest [-] {1} tempest.api.compute.floating_ips.test_list_floating_ips_negative.FloatingIPDetailsNegativeTestJSON.test_get_nonexistent_floating_ip_details ... success [0.368s] 2020-12-14 01:11:11.418 161 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_migrations.MigrationsAdminTest.test_revert_cold_migration ... success [41.033s] 2020-12-14 01:11:23.628 161 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_images_negative.ImagesNegativeTestJSON.test_create_image_from_deleted_server ... success [12.540s] 2020-12-14 01:11:23.661 161 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_images_negative.ImagesNegativeTestJSON.test_create_image_from_invalid_server ... success [0.060s] 2020-12-14 01:11:23.715 161 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_images_negative.ImagesNegativeTestJSON.test_create_image_specify_uuid_35_characters_or_less ... success [0.049s] 2020-12-14 01:11:23.771 161 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_images_negative.ImagesNegativeTestJSON.test_create_image_specify_uuid_37_characters_or_more ... success [0.052s] 2020-12-14 01:11:29.388 161 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_networks.NetworksTest.test_get_network ... success [0.721s] 2020-12-14 01:11:29.635 161 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_networks.NetworksTest.test_list_all_networks ... success [0.246s] 2020-12-14 01:11:35.103 161 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_quotas.QuotasAdminTestV236.test_get_updated_quotas ... success [1.987s] 2020-12-14 01:11:37.908 161 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_attach_interfaces.AttachInterfacesTestJSON.test_create_list_show_delete_interfaces_by_network_port ... success [47.436s] 2020-12-14 01:11:51.561 161 INFO opnfv-tempest [-] {1} tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_list_security_groups_by_server ... success [18.963s] 2020-12-14 01:11:52.952 161 INFO opnfv-tempest [-] {1} tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_security_group_create_get_delete ... success [1.408s] 2020-12-14 01:11:55.521 161 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_server_diagnostics.ServerDiagnosticsTest.test_get_server_diagnostics ... success [16.808s] 2020-12-14 01:11:56.586 161 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server_multi_nic.ServersTestMultiNic.test_verify_duplicate_network_nics ... success [37.920s] 2020-12-14 01:11:57.180 161 INFO opnfv-tempest [-] {1} tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_security_groups_create_list_delete ... success [4.212s] 2020-12-14 01:12:21.102 161 INFO opnfv-tempest [-] {1} tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_server_security_groups ... success [23.887s] 2020-12-14 01:12:22.257 161 INFO opnfv-tempest [-] {1} tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_update_security_groups ... success [1.191s] 2020-12-14 01:12:34.157 161 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server_multi_nic.ServersTestMultiNic.test_verify_multiple_nics_order ... success [37.559s] 2020-12-14 01:12:34.717 161 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_servers_on_multinodes.ServersOnMultiNodesTest.test_create_server_with_scheduler_hint_group_affinity ... success [19.122s] 2020-12-14 01:12:43.153 161 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON.test_get_instance_action ... success [0.173s] 2020-12-14 01:12:47.928 161 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON.test_list_instance_actions ... success [4.765s] 2020-12-14 01:12:50.300 161 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_servers_on_multinodes.ServersOnMultiNodesTest.test_create_server_with_scheduler_hint_group_anti_affinity ... success [15.563s] 2020-12-14 01:12:52.148 161 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_attach_interfaces.AttachInterfacesTestJSON.test_reassign_port_between_servers ... success [74.098s] 2020-12-14 01:13:05.917 161 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_servers_on_multinodes.ServersOnMultiNodesTest.test_create_servers_on_different_hosts ... success [15.631s] 2020-12-14 01:13:06.860 161 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_addresses_negative.ServerAddressesNegativeTestJSON.test_list_server_addresses_by_network_neg ... success [0.096s] 2020-12-14 01:13:06.895 161 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_addresses_negative.ServerAddressesNegativeTestJSON.test_list_server_addresses_invalid_server_id ... success [0.038s] 2020-12-14 01:13:12.225 161 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_instance_actions_negative.InstanceActionsNegativeTestJSON.test_get_instance_action_invalid_request ... success [0.106s] 2020-12-14 01:13:12.297 161 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_instance_actions_negative.InstanceActionsNegativeTestJSON.test_list_instance_actions_non_existent_server ... success [0.070s] 2020-12-14 01:13:15.827 161 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_group.ServerGroupTestJSON.test_create_delete_multiple_server_groups_with_same_name_policy ... success [0.854s] 2020-12-14 01:13:16.094 161 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_group.ServerGroupTestJSON.test_create_delete_server_group_with_affinity_policy ... success [0.268s] 2020-12-14 01:13:16.392 161 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_group.ServerGroupTestJSON.test_create_delete_server_group_with_anti_affinity_policy ... success [0.296s] 2020-12-14 01:13:16.529 161 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_servers_on_multinodes.ServersOnMultiNodesTest.test_create_servers_on_different_hosts_with_list_of_servers ... success [10.585s] 2020-12-14 01:13:35.411 161 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_servers_on_multinodes.ServersOnMultiNodesTest.test_create_servers_on_same_host ... success [18.874s] 2020-12-14 01:13:39.933 161 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_group.ServerGroupTestJSON.test_create_server_with_scheduler_hint_group ... success [23.502s] 2020-12-14 01:13:40.007 161 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_group.ServerGroupTestJSON.test_list_server_groups ... success [0.098s] 2020-12-14 01:13:40.104 161 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_group.ServerGroupTestJSON.test_show_server_group ... success [0.096s] 2020-12-14 01:13:40.624 161 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_flavor ... success [0.697s] 2020-12-14 01:13:41.159 161 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_image ... success [0.525s] 2020-12-14 01:13:41.766 161 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_server_name ... success [0.609s] 2020-12-14 01:13:42.302 161 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_server_status ... success [0.529s] 2020-12-14 01:13:42.941 161 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_limit_results ... success [0.636s] 2020-12-14 01:13:43.310 161 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_active_status ... success [0.374s] 2020-12-14 01:13:43.604 161 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_personality.ServerPersonalityTestJSON ... skip: b'Nova personality feature disabled' 2020-12-14 01:13:43.901 161 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_exceed_limit ... success [0.585s] 2020-12-14 01:13:44.147 161 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_flavor ... success [0.242s] 2020-12-14 01:13:44.351 161 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_image ... success [0.201s] 2020-12-14 01:13:44.498 161 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_limit ... success [0.150s] 2020-12-14 01:13:44.723 161 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_server_name ... success [0.217s] 2020-12-14 01:13:47.202 161 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_attach_interfaces.AttachInterfacesUnderV243Test.test_add_remove_fixed_ip ... success [40.382s] 2020-12-14 01:13:56.214 161 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_shutoff_status ... success [11.465s] 2020-12-14 01:13:56.283 161 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_zero_limit ... success [0.080s] 2020-12-14 01:13:58.221 161 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filtered_by_ip ... success [1.920s] 2020-12-14 01:14:00.528 161 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filtered_by_ip_regex ... success [2.303s] 2020-12-14 01:14:01.239 161 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filtered_by_name_regex ... success [0.710s] 2020-12-14 01:14:01.672 161 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filtered_by_name_wildcard ... success [0.439s] 2020-12-14 01:14:07.607 161 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_services.ServicesAdminTestJSON.test_get_service_by_host_name ... success [0.385s] 2020-12-14 01:14:07.705 161 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_services.ServicesAdminTestJSON.test_get_service_by_service_binary_name ... success [0.101s] 2020-12-14 01:14:07.819 161 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_services.ServicesAdminTestJSON.test_list_services ... success [0.111s] 2020-12-14 01:14:11.790 161 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_attach_interfaces.AttachInterfacesV270Test.test_create_get_list_interfaces ... success [10.836s] 2020-12-14 01:14:11.860 161 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_simple_tenant_usage_negative.TenantUsagesNegativeTestJSON.test_get_usage_tenant_with_empty_tenant_id ... success [0.232s] 2020-12-14 01:14:11.922 161 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_simple_tenant_usage_negative.TenantUsagesNegativeTestJSON.test_get_usage_tenant_with_invalid_date ... success [0.058s] 2020-12-14 01:14:12.122 161 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_simple_tenant_usage_negative.TenantUsagesNegativeTestJSON.test_list_usage_all_tenants_with_non_admin_user ... success [0.199s] 2020-12-14 01:14:14.979 161 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_rescue.ServerRescueTestJSONUnderV235.test_rescued_vm_add_remove_security_group ... success [1.983s] 2020-12-14 01:14:39.943 161 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_changes_since_future_date ... success [0.154s] 2020-12-14 01:14:39.991 161 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_changes_since_invalid_date ... success [0.048s] 2020-12-14 01:14:40.088 161 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_rescue.ServerRescueTestJSONUnderV235.test_rescued_vm_associate_dissociate_floating_ip ... success [25.108s] 2020-12-14 01:14:40.442 161 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_greater_than_actual_count ... success [0.444s] 2020-12-14 01:14:40.487 161 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_pass_negative_value ... success [0.046s] 2020-12-14 01:14:40.533 161 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_pass_string ... success [0.044s] 2020-12-14 01:14:40.633 161 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_flavor ... success [0.094s] 2020-12-14 01:14:40.791 161 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_image ... success [0.155s] 2020-12-14 01:14:40.914 161 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_server_name ... success [0.120s] 2020-12-14 01:14:41.658 161 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_detail_server_is_deleted ... success [0.733s] 2020-12-14 01:14:41.735 161 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_status_non_existing ... success [0.082s] 2020-12-14 01:14:41.949 161 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_with_a_deleted_server ... success [0.215s] 2020-12-14 01:14:58.834 161 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_volume.AttachSCSIVolumeTestJSON.test_attach_scsi_disk_with_config_drive ... success [25.685s] 2020-12-14 01:15:04.046 161 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_host_name_is_same_as_server_name ... success [1.453s] 2020-12-14 01:15:04.423 161 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_list_servers ... success [0.372s] 2020-12-14 01:15:04.882 161 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_list_servers_with_detail ... success [0.452s] 2020-12-14 01:15:05.484 161 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_verify_created_server_vcpus ... success [0.599s] 2020-12-14 01:15:05.494 161 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_verify_server_details ... success [0.006s] 2020-12-14 01:15:12.222 161 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_volumes_negative.UpdateMultiattachVolumeNegativeTest ... skip: b'Volume multi-attach is not available.' 2020-12-14 01:15:12.623 161 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_multiple_create.MultipleCreateTestJSON.test_multiple_create ... success [21.175s] 2020-12-14 01:15:15.586 161 INFO opnfv-tempest [-] {3} tempest.api.compute.flavors.test_flavors_negative.FlavorsV2NegativeTest.test_boot_with_low_ram ... success [2.288s] 2020-12-14 01:15:24.482 161 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_multiple_create.MultipleCreateTestJSON.test_multiple_create_with_reservation_return ... success [11.868s] 2020-12-14 01:15:25.814 161 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_numeric_server_name ... success [1.093s] 2020-12-14 01:15:33.250 161 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_from_non_bootable_volume ... success [7.423s] 2020-12-14 01:15:41.544 161 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_invalid_bdm_in_2nd_dict ... success [8.290s] 2020-12-14 01:15:43.024 161 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_metadata_exceeds_length_limit ... success [1.474s] 2020-12-14 01:15:43.982 161 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_name_length_exceeds_256 ... success [0.956s] 2020-12-14 01:15:44.880 161 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_flavor ... success [0.900s] 2020-12-14 01:15:45.694 161 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_novnc.NoVNCConsoleTestJSON.test_novnc ... success [0.620s] 2020-12-14 01:15:45.827 161 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_image ... success [0.936s] 2020-12-14 01:15:46.142 161 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_novnc.NoVNCConsoleTestJSON.test_novnc_bad_token ... success [0.445s] 2020-12-14 01:15:46.754 161 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_network_uuid ... success [0.920s] 2020-12-14 01:15:47.450 161 INFO opnfv-tempest [-] {3} tempest.api.compute.images.test_images.ImagesTestJSON.test_create_image_from_paused_server ... success [28.333s] 2020-12-14 01:15:48.162 161 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_non_existent_keypair ... success [1.406s] 2020-12-14 01:15:49.166 161 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_nonexistent_security_group ... success [0.999s] 2020-12-14 01:15:49.933 161 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_non_existent_server ... success [0.769s] 2020-12-14 01:15:50.906 161 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_server_pass_id_exceeding_length_limit ... success [0.964s] 2020-12-14 01:15:51.833 161 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_server_pass_negative_id ... success [0.921s] 2020-12-14 01:15:52.582 161 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_force_delete_nonexistent_server_id ... success [0.752s] 2020-12-14 01:15:53.531 161 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_get_console_output_of_non_existent_server ... success [0.947s] 2020-12-14 01:15:54.300 161 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_get_non_existent_server ... success [0.762s] 2020-12-14 01:15:55.172 161 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_invalid_access_ip_v4_address ... success [0.864s] 2020-12-14 01:15:55.981 161 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_invalid_ip_v6_address ... success [0.803s] 2020-12-14 01:15:56.747 161 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_pause_non_existent_server ... success [0.770s] 2020-12-14 01:15:56.863 161 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_host_name_is_same_as_server_name ... success [0.463s] 2020-12-14 01:15:57.108 161 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers ... success [0.241s] 2020-12-14 01:15:57.593 161 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers_with_detail ... success [0.484s] 2020-12-14 01:15:58.118 161 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_created_server_vcpus ... success [0.519s] 2020-12-14 01:15:58.129 161 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_server_details ... success [0.005s] 2020-12-14 01:16:01.277 161 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_pause_paused_server ... success [4.511s] 2020-12-14 01:16:01.283 161 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_personality_file_contents_not_encoded ... skip [0.001s]: b'Nova personality feature disabled' 2020-12-14 01:16:02.196 161 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_reboot_deleted_server ... success [0.925s] 2020-12-14 01:16:03.091 161 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_reboot_non_existent_server ... success [0.892s] 2020-12-14 01:16:03.827 161 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_deleted_server ... success [0.733s] 2020-12-14 01:16:04.660 161 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_non_existent_server ... success [0.827s] 2020-12-14 01:16:05.504 161 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_resize_nonexistent_server ... success [0.839s] 2020-12-14 01:16:06.572 161 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_resize_server_with_non_existent_flavor ... success [1.065s] 2020-12-14 01:16:07.399 161 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_resize_server_with_null_flavor ... success [0.826s] 2020-12-14 01:16:08.186 161 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_restore_nonexistent_server_id ... success [0.776s] 2020-12-14 01:16:09.021 161 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_restore_server_invalid_state ... success [0.832s] 2020-12-14 01:16:09.840 161 INFO opnfv-tempest [-] {3} tempest.api.compute.images.test_images.ImagesTestJSON.test_create_image_from_stopped_server ... success [22.375s] 2020-12-14 01:16:14.214 161 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_resume_non_existent_server ... success [5.187s] 2020-12-14 01:16:15.260 161 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_resume_server_invalid_state ... success [1.042s] 2020-12-14 01:16:16.155 161 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_server_name_blank ... success [0.891s] 2020-12-14 01:16:16.916 161 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_shelve_non_existent_server ... success [0.758s] 2020-12-14 01:16:18.801 161 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_change_server_password ... skip [0.002s]: b'Change password not available.' 2020-12-14 01:16:30.416 161 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_active_server ... success [17.961s] 2020-12-14 01:16:32.518 161 INFO opnfv-tempest [-] {3} tempest.api.compute.images.test_images.ImagesTestJSON.test_create_image_from_suspended_server ... success [22.678s] 2020-12-14 01:16:51.485 161 INFO opnfv-tempest [-] {3} tempest.api.compute.images.test_images.ImagesTestJSON.test_delete_saving_image ... success [18.955s] 2020-12-14 01:16:54.007 161 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_server_while_in_attached_volume ... success [23.573s] 2020-12-14 01:16:54.915 161 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_shelve_shelved_server ... success [37.931s] 2020-12-14 01:16:55.856 161 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_stop_non_existent_server ... success [0.971s] 2020-12-14 01:16:56.165 161 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_server_while_in_building_state ... success [2.187s] 2020-12-14 01:16:56.835 161 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_suspend_non_existent_server ... success [0.973s] 2020-12-14 01:16:58.685 161 INFO opnfv-tempest [-] {3} tempest.api.compute.images.test_images_negative.ImagesDeleteNegativeTestJSON.test_delete_image_blank_id ... success [0.219s] 2020-12-14 01:16:58.770 161 INFO opnfv-tempest [-] {3} tempest.api.compute.images.test_images_negative.ImagesDeleteNegativeTestJSON.test_delete_image_negative_image_id ... success [0.084s] 2020-12-14 01:16:58.877 161 INFO opnfv-tempest [-] {3} tempest.api.compute.images.test_images_negative.ImagesDeleteNegativeTestJSON.test_delete_image_non_hex_string_id ... success [0.107s] 2020-12-14 01:16:58.950 161 INFO opnfv-tempest [-] {3} tempest.api.compute.images.test_images_negative.ImagesDeleteNegativeTestJSON.test_delete_image_with_id_over_character_limit ... success [0.069s] 2020-12-14 01:16:59.056 161 INFO opnfv-tempest [-] {3} tempest.api.compute.images.test_images_negative.ImagesDeleteNegativeTestJSON.test_delete_image_with_invalid_image_id ... success [0.103s] 2020-12-14 01:16:59.173 161 INFO opnfv-tempest [-] {3} tempest.api.compute.images.test_images_negative.ImagesDeleteNegativeTestJSON.test_delete_non_existent_image ... success [0.080s] 2020-12-14 01:17:15.403 161 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_server_while_in_pause_state ... success [19.125s] 2020-12-14 01:17:16.479 161 INFO opnfv-tempest [-] {3} tempest.api.compute.images.test_images_oneserver_negative.ImagesOneServerNegativeTestJSON.test_create_image_specify_invalid_metadata ... success [1.063s] 2020-12-14 01:17:17.244 161 INFO opnfv-tempest [-] {3} tempest.api.compute.images.test_images_oneserver_negative.ImagesOneServerNegativeTestJSON.test_create_image_specify_metadata_over_limits ... success [0.756s] 2020-12-14 01:17:17.961 161 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_suspend_server_invalid_state ... success [21.094s] 2020-12-14 01:17:17.986 161 INFO opnfv-tempest [-] {3} tempest.api.compute.images.test_images_oneserver_negative.ImagesOneServerNegativeTestJSON.test_create_image_specify_name_over_character_limit ... success [0.733s] 2020-12-14 01:17:18.757 161 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_unpause_non_existent_server ... success [0.816s] 2020-12-14 01:17:19.616 161 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_unpause_server_invalid_state ... success [0.853s] 2020-12-14 01:17:20.501 161 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_unshelve_non_existent_server ... success [0.882s] 2020-12-14 01:17:21.486 161 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_unshelve_server_invalid_state ... success [0.979s] 2020-12-14 01:17:22.291 161 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_name_of_non_existent_server ... success [0.802s] 2020-12-14 01:17:23.298 161 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_server_name_length_exceeds_256 ... success [1.004s] 2020-12-14 01:17:24.054 161 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_server_set_empty_name ... success [0.758s] 2020-12-14 01:17:24.997 161 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_create_backup ... success [66.073s] 2020-12-14 01:17:31.748 161 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_get_console_output ... success [6.773s] 2020-12-14 01:17:40.964 161 INFO opnfv-tempest [-] {3} tempest.api.compute.images.test_images_oneserver_negative.ImagesOneServerNegativeTestJSON.test_create_second_image_when_first_image_is_being_saved ... success [22.924s] 2020-12-14 01:17:47.036 161 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_get_console_output_server_id_in_shutoff_status ... success [15.254s] 2020-12-14 01:17:49.240 161 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_server_while_in_shelved_state ... success [33.873s] 2020-12-14 01:17:53.633 161 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestMultiTenantJSON.test_delete_a_server_of_another_tenant ... success [0.489s] 2020-12-14 01:17:54.157 161 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestMultiTenantJSON.test_update_server_of_another_tenant ... success [0.525s] 2020-12-14 01:18:01.975 161 INFO opnfv-tempest [-] {3} tempest.api.compute.images.test_images_oneserver_negative.ImagesOneServerNegativeTestJSON.test_delete_image_that_is_not_yet_active ... success [21.029s] 2020-12-14 01:18:02.487 161 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_get_console_output_with_unlimited_size ... success [15.445s] 2020-12-14 01:18:03.338 161 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_get_vnc_console ... success [0.870s] 2020-12-14 01:18:04.153 161 INFO opnfv-tempest [-] {0} tempest.api.compute.test_extensions.ExtensionsTest.test_get_extension ... success [0.214s] 2020-12-14 01:18:04.405 161 INFO opnfv-tempest [-] {0} tempest.api.compute.test_extensions.ExtensionsTest.test_list_extensions ... success [0.246s] 2020-12-14 01:18:05.599 161 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v2.test_users_negative.UsersNegativeTestJSON ... skip: b'Identity api v2 is not enabled' 2020-12-14 01:18:08.038 161 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_endpoint_groups.EndPointGroupsTest.test_create_list_show_check_delete_endpoint_group ... success [0.630s] 2020-12-14 01:18:08.594 161 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_endpoint_groups.EndPointGroupsTest.test_update_endpoint_group ... success [0.558s] 2020-12-14 01:18:08.970 161 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_server_while_in_shutoff_state ... success [19.743s] 2020-12-14 01:18:12.529 161 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_lock_unlock_server ... success [9.164s] 2020-12-14 01:18:12.608 161 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_endpoints_negative.EndpointsNegativeTestJSON.test_create_with_enabled_False ... success [0.094s] 2020-12-14 01:18:12.679 161 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_endpoints_negative.EndpointsNegativeTestJSON.test_create_with_enabled_True ... success [0.071s] 2020-12-14 01:18:13.120 161 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_endpoints_negative.EndpointsNegativeTestJSON.test_update_with_enabled_False ... success [0.432s] 2020-12-14 01:18:13.584 161 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_endpoints_negative.EndpointsNegativeTestJSON.test_update_with_enabled_True ... success [0.461s] 2020-12-14 01:18:17.035 161 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_pause_unpause_server ... success [4.507s] 2020-12-14 01:18:18.102 161 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_inherits.InheritsV3TestJSON.test_inherit_assign_check_revoke_roles_on_projects_group ... success [0.516s] 2020-12-14 01:18:18.674 161 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_inherits.InheritsV3TestJSON.test_inherit_assign_check_revoke_roles_on_projects_user ... success [0.566s] 2020-12-14 01:18:19.308 161 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_inherits.InheritsV3TestJSON.test_inherit_assign_list_check_revoke_roles_on_domains_group ... success [0.634s] 2020-12-14 01:18:19.940 161 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_inherits.InheritsV3TestJSON.test_inherit_assign_list_check_revoke_roles_on_domains_user ... success [0.631s] 2020-12-14 01:18:21.263 161 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_inherits.InheritsV3TestJSON.test_inherit_assign_list_revoke_user_roles_on_domain ... success [1.314s] 2020-12-14 01:18:22.255 161 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_inherits.InheritsV3TestJSON.test_inherit_assign_list_revoke_user_roles_on_project_tree ... success [0.989s] 2020-12-14 01:18:26.475 161 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_server_while_in_suspended_state ... success [17.496s] 2020-12-14 01:18:27.105 161 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_oauth_consumers.OAUTHConsumersV3Test.test_create_and_show_consumer ... success [0.312s] 2020-12-14 01:18:27.521 161 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_oauth_consumers.OAUTHConsumersV3Test.test_delete_consumer ... success [0.408s] 2020-12-14 01:18:27.914 161 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_oauth_consumers.OAUTHConsumersV3Test.test_list_consumers ... success [0.389s] 2020-12-14 01:18:28.224 161 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_oauth_consumers.OAUTHConsumersV3Test.test_update_consumer ... success [0.308s] 2020-12-14 01:18:29.830 161 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_hard ... success [12.796s] 2020-12-14 01:18:31.903 161 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_projects_negative.ProjectsNegativeStaticTestJSON.test_create_project_by_unauthorized_user ... success [0.161s] 2020-12-14 01:18:32.042 161 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_projects_negative.ProjectsNegativeStaticTestJSON.test_create_project_with_empty_name ... success [0.136s] 2020-12-14 01:18:32.121 161 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_projects_negative.ProjectsNegativeStaticTestJSON.test_create_projects_name_length_over_64 ... success [0.075s] 2020-12-14 01:18:32.207 161 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_projects_negative.ProjectsNegativeStaticTestJSON.test_delete_non_existent_project ... success [0.079s] 2020-12-14 01:18:32.269 161 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_projects_negative.ProjectsNegativeStaticTestJSON.test_list_projects_by_unauthorized_user ... success [0.064s] 2020-12-14 01:18:32.617 161 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_projects_negative.ProjectsNegativeStaticTestJSON.test_project_create_duplicate ... success [0.343s] 2020-12-14 01:18:36.487 161 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_projects_negative.ProjectsNegativeTestJSON.test_project_delete_by_unauthorized_user ... success [0.522s] 2020-12-14 01:18:41.737 161 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_assignments_for_domain_roles ... success [0.594s] 2020-12-14 01:18:42.601 161 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_assignments_for_implied_roles_create_delete ... success [0.860s] 2020-12-14 01:18:43.046 161 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_domain_roles_create_delete ... success [0.443s] 2020-12-14 01:18:43.396 161 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_grant_list_revoke_role_to_group_on_domain ... success [0.345s] 2020-12-14 01:18:44.329 161 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_grant_list_revoke_role_to_group_on_project ... success [0.926s] 2020-12-14 01:18:44.710 161 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_grant_list_revoke_role_to_user_on_domain ... success [0.385s] 2020-12-14 01:18:45.089 161 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_grant_list_revoke_role_to_user_on_project ... success [0.372s] 2020-12-14 01:18:47.498 161 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_implied_domain_roles ... success [2.395s] 2020-12-14 01:18:48.090 161 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_implied_roles_create_check_show_delete ... success [0.596s] 2020-12-14 01:18:48.867 161 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_list_all_implied_roles ... success [0.775s] 2020-12-14 01:18:48.992 161 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_list_roles ... success [0.121s] 2020-12-14 01:18:49.395 161 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_role_create_update_show_list ... success [0.393s] 2020-12-14 01:18:50.343 161 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_roles_hierarchy ... success [0.951s] 2020-12-14 01:18:52.232 161 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_rebuild_server ... success [22.376s] 2020-12-14 01:18:59.758 161 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_server_while_in_verify_resize_state ... success [33.250s] 2020-12-14 01:19:02.646 161 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_tokens.TokensV3TestJSON.test_get_available_domain_scopes ... success [5.712s] 2020-12-14 01:19:03.112 161 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_tokens.TokensV3TestJSON.test_get_available_project_scopes ... success [0.484s] 2020-12-14 01:19:05.081 161 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_tokens.TokensV3TestJSON.test_rescope_token ... success [1.951s] 2020-12-14 01:19:08.606 161 INFO opnfv-tempest [-] {0} tempest.api.identity.v2.test_api_discovery.TestApiDiscovery ... skip: b'Identity api v2 is not enabled' 2020-12-14 01:19:08.615 161 INFO opnfv-tempest [-] {0} tempest.api.identity.v2.test_ec2_credentials.EC2CredentialsTest ... skip: b'Identity api v2 is not enabled' 2020-12-14 01:19:08.626 161 INFO opnfv-tempest [-] {0} tempest.api.identity.v2.test_tenants.IdentityTenantsTest ... skip: b'Identity api v2 is not enabled' 2020-12-14 01:19:08.636 161 INFO opnfv-tempest [-] {0} tempest.api.identity.v2.test_tokens.TokensTest ... skip: b'Identity api v2 is not enabled' 2020-12-14 01:19:09.754 161 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_media_types ... success [0.121s] 2020-12-14 01:19:09.797 161 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_resources ... success [0.043s] 2020-12-14 01:19:09.851 161 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_statuses ... success [0.051s] 2020-12-14 01:19:09.884 161 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_identity_v3_existence ... success [0.035s] 2020-12-14 01:19:09.921 161 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_list_api_versions ... success [0.032s] 2020-12-14 01:19:11.598 161 INFO opnfv-tempest [-] {3} tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_filter_by_changes_since ... success [0.166s] 2020-12-14 01:19:11.731 161 INFO opnfv-tempest [-] {3} tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_filter_by_name ... success [0.127s] 2020-12-14 01:19:11.881 161 INFO opnfv-tempest [-] {3} tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_filter_by_server_id ... success [0.150s] 2020-12-14 01:19:12.183 161 INFO opnfv-tempest [-] {3} tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_filter_by_server_ref ... success [0.302s] 2020-12-14 01:19:12.425 161 INFO opnfv-tempest [-] {3} tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_filter_by_status ... success [0.230s] 2020-12-14 01:19:12.595 161 INFO opnfv-tempest [-] {3} tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_filter_by_type ... success [0.169s] 2020-12-14 01:19:12.743 161 INFO opnfv-tempest [-] {3} tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_limit_results ... success [0.145s] 2020-12-14 01:19:12.861 161 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_application_credentials.ApplicationCredentialsV3Test.test_create_application_credential ... success [0.502s] 2020-12-14 01:19:12.980 161 INFO opnfv-tempest [-] {3} tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_with_detail_filter_by_changes_since ... success [0.224s] 2020-12-14 01:19:12.989 161 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_rebuild_server_in_stop_state ... success [20.707s] 2020-12-14 01:19:13.120 161 INFO opnfv-tempest [-] {3} tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_with_detail_filter_by_name ... success [0.150s] 2020-12-14 01:19:13.320 161 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_application_credentials.ApplicationCredentialsV3Test.test_create_application_credential_access_rules ... success [0.465s] 2020-12-14 01:19:13.485 161 INFO opnfv-tempest [-] {3} tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_with_detail_filter_by_server_ref ... success [0.358s] 2020-12-14 01:19:13.785 161 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_application_credentials.ApplicationCredentialsV3Test.test_create_application_credential_expires ... success [0.459s] 2020-12-14 01:19:13.888 161 INFO opnfv-tempest [-] {3} tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_with_detail_filter_by_status ... success [0.400s] 2020-12-14 01:19:14.209 161 INFO opnfv-tempest [-] {3} tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_with_detail_filter_by_type ... success [0.316s] 2020-12-14 01:19:14.374 161 INFO opnfv-tempest [-] {3} tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_with_detail_limit_results ... success [0.167s] 2020-12-14 01:19:14.394 161 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_application_credentials.ApplicationCredentialsV3Test.test_list_application_credentials ... success [0.601s] 2020-12-14 01:19:14.931 161 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_application_credentials.ApplicationCredentialsV3Test.test_query_application_credentials ... success [0.532s] 2020-12-14 01:19:16.981 161 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_domains.DefaultDomainTestJSON.test_default_domain_exists ... success [0.103s] 2020-12-14 01:19:20.385 161 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_projects.IdentityV3ProjectsTest.test_list_projects_returns_only_authorized_projects ... success [0.363s] 2020-12-14 01:19:26.930 161 INFO opnfv-tempest [-] {3} tempest.api.compute.images.test_list_images.ListImagesTestJSON.test_get_image ... success [0.314s] 2020-12-14 01:19:27.119 161 INFO opnfv-tempest [-] {3} tempest.api.compute.images.test_list_images.ListImagesTestJSON.test_list_images ... success [0.180s] 2020-12-14 01:19:27.329 161 INFO opnfv-tempest [-] {3} tempest.api.compute.images.test_list_images.ListImagesTestJSON.test_list_images_with_detail ... success [0.211s] 2020-12-14 01:19:28.789 161 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_remove_server_all_security_groups ... success [15.812s] 2020-12-14 01:19:30.343 161 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_disk_config.ServerDiskConfigTestJSON.test_rebuild_server_with_auto_disk_config ... success [22.496s] 2020-12-14 01:19:31.832 161 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_users.IdentityV3UsersTest.test_password_history_check_self_service_api ... success [7.482s] 2020-12-14 01:19:37.734 161 INFO opnfv-tempest [-] {3} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_create ... success [0.981s] 2020-12-14 01:19:38.761 161 INFO opnfv-tempest [-] {3} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_create_with_optional_cidr ... success [1.025s] 2020-12-14 01:19:40.127 161 INFO opnfv-tempest [-] {3} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_create_with_optional_group_id ... success [1.357s] 2020-12-14 01:19:41.883 161 INFO opnfv-tempest [-] {3} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_delete_when_peer_group_deleted ... success [1.748s] 2020-12-14 01:19:43.168 161 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_users.IdentityV3UsersTest.test_user_account_lockout ... success [11.345s] 2020-12-14 01:19:43.556 161 INFO opnfv-tempest [-] {3} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_list ... success [1.674s] 2020-12-14 01:19:48.551 161 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_resize_server_confirm ... success [19.737s] 2020-12-14 01:19:49.243 161 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_users.IdentityV3UsersTest.test_user_update_own_password ... success [6.051s] 2020-12-14 01:19:50.157 161 INFO opnfv-tempest [-] {0} tempest.api.image.v1.test_images.UpdateImageMetaTest ... skip: b'Glance API v1 not supported' 2020-12-14 01:19:52.428 161 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_deactivate_reactivate_image ... success [1.243s] 2020-12-14 01:19:52.698 161 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_delete_image ... success [0.272s] 2020-12-14 01:19:53.335 161 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_register_upload_get_image_file ... success [0.632s] 2020-12-14 01:19:53.536 161 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_update_image ... success [0.199s] 2020-12-14 01:19:54.006 161 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_disk_config.ServerDiskConfigTestJSON.test_rebuild_server_with_manual_disk_config ... success [23.641s] 2020-12-14 01:19:54.787 161 INFO opnfv-tempest [-] {3} tempest.api.compute.security_groups.test_security_groups_negative.SecurityGroupsNegativeTestJSON.test_delete_nonexistent_security_group ... success [0.290s] 2020-12-14 01:19:54.836 161 INFO opnfv-tempest [-] {3} tempest.api.compute.security_groups.test_security_groups_negative.SecurityGroupsNegativeTestJSON.test_delete_security_group_without_passing_id ... success [0.048s] 2020-12-14 01:19:55.275 161 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.ImportImagesTest ... skip: b'ImportImagesTest skipped as image import is not available' 2020-12-14 01:19:55.282 161 INFO opnfv-tempest [-] {3} tempest.api.compute.security_groups.test_security_groups_negative.SecurityGroupsNegativeTestJSON.test_delete_the_default_security_group ... success [0.434s] 2020-12-14 01:19:55.298 161 INFO opnfv-tempest [-] {3} tempest.api.compute.security_groups.test_security_groups_negative.SecurityGroupsNegativeTestJSON.test_security_group_create_with_duplicate_name ... skip [0.001s]: b'Neutron allows duplicate names for security groups' 2020-12-14 01:19:55.323 161 INFO opnfv-tempest [-] {3} tempest.api.compute.security_groups.test_security_groups_negative.SecurityGroupsNegativeTestJSON.test_security_group_create_with_invalid_group_description ... skip [0.005s]: b'Skipped until bug: https://launchpad.net/bugs/1161411 is resolved.' 2020-12-14 01:19:55.331 161 INFO opnfv-tempest [-] {3} tempest.api.compute.security_groups.test_security_groups_negative.SecurityGroupsNegativeTestJSON.test_security_group_create_with_invalid_group_name ... skip [0.004s]: b'Skipped until bug: https://launchpad.net/bugs/1161411 is resolved.' 2020-12-14 01:19:55.393 161 INFO opnfv-tempest [-] {3} tempest.api.compute.security_groups.test_security_groups_negative.SecurityGroupsNegativeTestJSON.test_security_group_get_nonexistent_group ... success [0.097s] 2020-12-14 01:19:55.500 161 INFO opnfv-tempest [-] {3} tempest.api.compute.security_groups.test_security_groups_negative.SecurityGroupsNegativeTestJSON.test_update_non_existent_security_group ... success [0.098s] 2020-12-14 01:19:55.521 161 INFO opnfv-tempest [-] {3} tempest.api.compute.security_groups.test_security_groups_negative.SecurityGroupsNegativeTestJSON.test_update_security_group_with_invalid_sg_des ... skip [0.001s]: b'Neutron does not check the security group description' 2020-12-14 01:19:55.529 161 INFO opnfv-tempest [-] {3} tempest.api.compute.security_groups.test_security_groups_negative.SecurityGroupsNegativeTestJSON.test_update_security_group_with_invalid_sg_id ... skip [0.001s]: b'Neutron does not check the security group ID' 2020-12-14 01:19:55.534 161 INFO opnfv-tempest [-] {3} tempest.api.compute.security_groups.test_security_groups_negative.SecurityGroupsNegativeTestJSON.test_update_security_group_with_invalid_sg_name ... skip [0.001s]: b'Neutron does not check the security group name' 2020-12-14 01:19:56.679 161 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images_metadefs_namespace_tags.MetadataNamespaceTagsTest.test_create_list_delete_namespace_tags ... success [0.508s] 2020-12-14 01:19:57.090 161 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images_metadefs_namespace_tags.MetadataNamespaceTagsTest.test_create_update_delete_tag ... success [0.405s] 2020-12-14 01:19:59.631 161 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images_metadefs_resource_types.MetadataResourceTypesTest.test_basic_meta_def_resource_type_association ... success [0.583s] 2020-12-14 01:20:02.215 161 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images_tags_negative.ImagesTagsNegativeTest.test_delete_non_existing_tag ... success [0.359s] 2020-12-14 01:20:02.276 161 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images_tags_negative.ImagesTagsNegativeTest.test_update_tags_for_non_existing_image ... success [0.059s] 2020-12-14 01:20:10.401 161 INFO opnfv-tempest [-] {0} tempest.api.network.admin.test_dhcp_agent_scheduler.DHCPAgentSchedulersTestJSON.test_add_remove_network_from_dhcp_agent ... success [2.705s] 2020-12-14 01:20:10.441 161 INFO opnfv-tempest [-] {0} tempest.api.network.admin.test_dhcp_agent_scheduler.DHCPAgentSchedulersTestJSON.test_list_dhcp_agent_hosting_network ... success [0.055s] 2020-12-14 01:20:10.807 161 INFO opnfv-tempest [-] {0} tempest.api.network.admin.test_dhcp_agent_scheduler.DHCPAgentSchedulersTestJSON.test_list_networks_hosted_by_one_dhcp ... success [0.361s] 2020-12-14 01:20:25.649 161 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_disk_config.ServerDiskConfigTestJSON.test_resize_server_from_auto_to_manual ... success [31.607s] 2020-12-14 01:20:30.110 161 INFO opnfv-tempest [-] {0} tempest.api.network.admin.test_floating_ips_admin_actions.FloatingIPAdminTestJSON.test_create_list_show_floating_ip_with_tenant_id_by_admin ... success [3.935s] 2020-12-14 01:20:30.759 161 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_resize_server_confirm_from_stopped ... success [42.149s] 2020-12-14 01:20:39.456 161 INFO opnfv-tempest [-] {0} tempest.api.network.admin.test_floating_ips_admin_actions.FloatingIPAdminTestJSON.test_list_floating_ips_from_admin_and_nonadmin ... success [9.342s] 2020-12-14 01:20:49.436 161 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_device_tagging.TaggedAttachmentsTest.test_tagged_attachment ... success [45.209s] 2020-12-14 01:20:54.827 161 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_disk_config.ServerDiskConfigTestJSON.test_resize_server_from_manual_to_auto ... success [29.157s] 2020-12-14 01:20:58.709 161 INFO opnfv-tempest [-] {0} tempest.api.network.admin.test_negative_quotas.QuotasNegativeTest.test_network_quota_exceeding ... success [3.857s] 2020-12-14 01:20:59.446 161 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_multiple_create_negative.MultipleCreateNegativeTestJSON.test_max_count_less_than_min_count ... success [0.695s] 2020-12-14 01:20:59.929 161 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_multiple_create_negative.MultipleCreateNegativeTestJSON.test_max_count_less_than_one ... success [0.478s] 2020-12-14 01:21:00.498 161 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_multiple_create_negative.MultipleCreateNegativeTestJSON.test_max_count_non_integer ... success [0.564s] 2020-12-14 01:21:01.002 161 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_multiple_create_negative.MultipleCreateNegativeTestJSON.test_min_count_less_than_one ... success [0.499s] 2020-12-14 01:21:01.666 161 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_multiple_create_negative.MultipleCreateNegativeTestJSON.test_min_count_non_integer ... success [0.661s] 2020-12-14 01:21:10.464 161 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_disk_config.ServerDiskConfigTestJSON.test_update_server_from_auto_to_manual ... success [15.606s] 2020-12-14 01:21:10.470 161 INFO opnfv-tempest [-] {0} tempest.api.network.admin.test_routers.RoutersAdminTest.test_create_router_set_gateway_with_fixed_ip ... success [7.970s] 2020-12-14 01:21:11.601 161 INFO opnfv-tempest [-] {0} tempest.api.network.admin.test_routers.RoutersAdminTest.test_create_router_setting_project_id ... success [1.186s] 2020-12-14 01:21:15.633 161 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses ... success [0.154s] 2020-12-14 01:21:15.922 161 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses_by_network ... success [0.286s] 2020-12-14 01:21:16.392 161 INFO opnfv-tempest [-] {0} tempest.api.network.admin.test_routers.RoutersAdminTest.test_create_router_with_default_snat_value ... success [4.783s] 2020-12-14 01:21:22.785 161 INFO opnfv-tempest [-] {0} tempest.api.network.admin.test_routers.RoutersAdminTest.test_create_router_with_snat_explicit ... success [6.392s] 2020-12-14 01:21:25.169 161 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON ... skip: b'Metadata is read-only on non-Xen-based deployments.' 2020-12-14 01:21:25.181 161 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_rescue.ServerStableDeviceRescueTest ... skip: b'Stable rescue not available.' 2020-12-14 01:21:27.344 161 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_resize_server_revert ... success [56.517s] 2020-12-14 01:21:31.586 161 INFO opnfv-tempest [-] {0} tempest.api.network.admin.test_routers.RoutersAdminTest.test_update_router_reset_gateway_without_snat ... success [8.798s] 2020-12-14 01:21:34.151 161 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_instance_actions.InstanceActionsV221TestJSON.test_get_list_deleted_instance_actions ... success [15.466s] 2020-12-14 01:21:35.139 161 INFO opnfv-tempest [-] {0} tempest.api.network.admin.test_routers.RoutersAdminTest.test_update_router_set_gateway ... success [3.544s] 2020-12-14 01:21:38.596 161 INFO opnfv-tempest [-] {0} tempest.api.network.admin.test_routers.RoutersAdminTest.test_update_router_set_gateway_with_snat_explicit ... success [3.456s] 2020-12-14 01:21:39.444 161 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_tags.ServerTagsTestJSON.test_check_tag_existence ... success [0.399s] 2020-12-14 01:21:40.165 161 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_tags.ServerTagsTestJSON.test_create_delete_tag ... success [0.715s] 2020-12-14 01:21:40.895 161 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_tags.ServerTagsTestJSON.test_delete_all_tags ... success [0.732s] 2020-12-14 01:21:41.673 161 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_tags.ServerTagsTestJSON.test_update_all_tags ... success [0.772s] 2020-12-14 01:21:42.617 161 INFO opnfv-tempest [-] {0} tempest.api.network.admin.test_routers.RoutersAdminTest.test_update_router_set_gateway_without_snat ... success [4.017s] 2020-12-14 01:21:50.776 161 INFO opnfv-tempest [-] {0} tempest.api.network.admin.test_routers.RoutersAdminTest.test_update_router_unset_gateway ... success [8.159s] 2020-12-14 01:21:54.762 161 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_create_server_metadata_blank_key ... success [0.218s] 2020-12-14 01:21:54.773 161 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_delete_metadata_non_existent_server ... skip [0.005s]: b'Metadata is read-only on non-Xen-based deployments.' 2020-12-14 01:21:54.813 161 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_list_server_metadata_non_existent_server ... success [0.053s] 2020-12-14 01:21:54.832 161 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_metadata_items_limit ... skip [0.004s]: b'Metadata is read-only on non-Xen-based deployments.' 2020-12-14 01:21:55.661 161 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_server_create_metadata_key_too_long ... success [0.802s] 2020-12-14 01:21:55.689 161 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_server_metadata_non_existent_server ... success [0.054s] 2020-12-14 01:21:55.709 161 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_set_metadata_invalid_key ... skip [0.004s]: b'Metadata is read-only on non-Xen-based deployments.' 2020-12-14 01:21:55.721 161 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_set_metadata_non_existent_server ... skip [0.004s]: b'Metadata is read-only on non-Xen-based deployments.' 2020-12-14 01:21:55.736 161 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_set_server_metadata_blank_key ... skip [0.004s]: b'Metadata is read-only on non-Xen-based deployments.' 2020-12-14 01:21:55.757 161 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_set_server_metadata_missing_metadata ... skip [0.004s]: b'Metadata is read-only on non-Xen-based deployments.' 2020-12-14 01:21:55.769 161 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_update_metadata_non_existent_server ... skip [0.004s]: b'Metadata is read-only on non-Xen-based deployments.' 2020-12-14 01:21:55.782 161 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_update_metadata_with_blank_key ... skip [0.004s]: b'Metadata is read-only on non-Xen-based deployments.' 2020-12-14 01:21:56.989 161 INFO opnfv-tempest [-] {0} tempest.api.network.admin.test_routers_dvr.RoutersTestDVR.test_centralized_router_creation ... success [0.779s] 2020-12-14 01:21:59.456 161 INFO opnfv-tempest [-] {0} tempest.api.network.admin.test_routers_dvr.RoutersTestDVR.test_centralized_router_update_to_dvr ... success [2.458s] 2020-12-14 01:22:00.149 161 INFO opnfv-tempest [-] {0} tempest.api.network.admin.test_routers_dvr.RoutersTestDVR.test_distributed_router_creation ... success [0.693s] 2020-12-14 01:22:00.962 161 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_server_specify_multibyte_character_name ... success [11.813s] 2020-12-14 01:22:02.497 161 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_server_with_admin_password ... success [1.541s] 2020-12-14 01:22:07.634 161 INFO opnfv-tempest [-] {0} tempest.api.network.test_allowed_address_pair.AllowedAddressPairIpV6TestJSON.test_create_list_port_with_address_pair ... success [2.333s] 2020-12-14 01:22:09.788 161 INFO opnfv-tempest [-] {0} tempest.api.network.test_allowed_address_pair.AllowedAddressPairIpV6TestJSON.test_update_port_with_address_pair ... success [2.147s] 2020-12-14 01:22:12.210 161 INFO opnfv-tempest [-] {0} tempest.api.network.test_allowed_address_pair.AllowedAddressPairIpV6TestJSON.test_update_port_with_cidr_address_pair ... success [2.418s] 2020-12-14 01:22:15.988 161 INFO opnfv-tempest [-] {0} tempest.api.network.test_allowed_address_pair.AllowedAddressPairIpV6TestJSON.test_update_port_with_multiple_ip_mac_address_pair ... success [3.777s] 2020-12-14 01:22:20.091 161 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_server_with_ipv6_addr_only ... success [17.567s] 2020-12-14 01:22:28.259 161 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_resize_server_revert_with_volume_attached ... success [60.810s] 2020-12-14 01:22:28.542 161 INFO opnfv-tempest [-] {0} tempest.api.network.test_extra_dhcp_options.ExtraDHCPOptionsIpV6TestJSON.test_create_list_port_with_extra_dhcp_options ... success [1.628s] 2020-12-14 01:22:29.091 161 INFO opnfv-tempest [-] {0} tempest.api.network.test_extra_dhcp_options.ExtraDHCPOptionsIpV6TestJSON.test_update_show_port_with_extra_dhcp_options ... success [0.548s] 2020-12-14 01:22:35.868 161 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_specify_keypair ... success [15.750s] 2020-12-14 01:22:39.889 161 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_server_rescue_negative.ServerRescueNegativeTestJSON.test_rescue_non_existent_server ... success [0.054s] 2020-12-14 01:22:42.497 161 INFO opnfv-tempest [-] {0} tempest.api.network.test_extra_dhcp_options.ExtraDHCPOptionsTestJSON.test_create_list_port_with_extra_dhcp_options ... success [1.906s] 2020-12-14 01:22:43.196 161 INFO opnfv-tempest [-] {0} tempest.api.network.test_extra_dhcp_options.ExtraDHCPOptionsTestJSON.test_update_show_port_with_extra_dhcp_options ... success [0.696s] 2020-12-14 01:22:43.869 161 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_server_rescue_negative.ServerRescueNegativeTestJSON.test_rescue_paused_instance ... success [3.966s] 2020-12-14 01:22:55.531 161 INFO opnfv-tempest [-] {0} tempest.api.network.test_floating_ips_negative.FloatingIPNegativeTestJSON.test_associate_floatingip_port_ext_net_unreachable ... success [2.886s] 2020-12-14 01:22:56.085 161 INFO opnfv-tempest [-] {0} tempest.api.network.test_floating_ips_negative.FloatingIPNegativeTestJSON.test_create_floatingip_in_private_network ... success [0.548s] 2020-12-14 01:22:57.475 161 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_server_rescue_negative.ServerRescueNegativeTestJSON.test_rescued_vm_attach_volume ... success [13.581s] 2020-12-14 01:22:57.735 161 INFO opnfv-tempest [-] {0} tempest.api.network.test_floating_ips_negative.FloatingIPNegativeTestJSON.test_create_floatingip_with_port_ext_net_unreachable ... success [1.648s] 2020-12-14 01:23:01.682 161 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_with_existing_server_name ... success [25.786s] 2020-12-14 01:23:10.791 161 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_network ... success [6.639s] 2020-12-14 01:23:13.893 161 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_port ... success [3.105s] 2020-12-14 01:23:18.121 161 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_subnet ... success [4.221s] 2020-12-14 01:23:19.343 161 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_server_rescue_negative.ServerRescueNegativeTestJSON.test_rescued_vm_detach_volume ... success [21.845s] 2020-12-14 01:23:19.417 161 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_server_rescue_negative.ServerRescueNegativeTestJSON.test_rescued_vm_reboot ... success [0.108s] 2020-12-14 01:23:19.520 161 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_server_rescue_negative.ServerRescueNegativeTestJSON.test_rescued_vm_rebuild ... success [0.102s] 2020-12-14 01:23:22.239 161 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_access_server_address ... success [20.550s] 2020-12-14 01:23:32.540 161 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_resize_volume_backed_server_confirm ... success [64.164s] 2020-12-14 01:23:40.415 161 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_server_name ... success [18.162s] 2020-12-14 01:23:51.632 161 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers_microversions.ServerShowV257Test.test_rebuild_server ... success [16.605s] 2020-12-14 01:24:02.031 161 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_shelve_paused_server ... success [29.469s] 2020-12-14 01:24:03.630 161 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_microversions.ServerShowV254Test.test_rebuild_server ... success [16.080s] 2020-12-14 01:24:06.168 161 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_create_delete_subnet_all_attributes ... success [5.522s] 2020-12-14 01:24:08.549 161 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_virtual_interfaces.VirtualInterfacesTestJSON ... skip: b'nova-network is gone' 2020-12-14 01:24:10.992 161 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_create_delete_subnet_with_allocation_pools ... success [4.820s] 2020-12-14 01:24:11.073 161 INFO opnfv-tempest [-] {2} tempest.api.compute.test_tenant_networks.ComputeTenantNetworksTest.test_list_show_tenant_networks ... success [0.605s] 2020-12-14 01:24:11.295 161 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_virtual_interfaces_negative.VirtualInterfacesNegativeTestJSON ... skip: b'nova-network is gone' 2020-12-14 01:24:11.322 161 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v2.test_roles.RolesTestJSON ... skip: b'Identity api v2 is not enabled' 2020-12-14 01:24:11.341 161 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v2.test_roles_negative.RolesNegativeTestJSON ... skip: b'Identity api v2 is not enabled' 2020-12-14 01:24:11.348 161 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v2.test_tenant_negative.TenantsNegativeTestJSON ... skip: b'Identity api v2 is not enabled' 2020-12-14 01:24:11.369 161 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v2.test_users.UsersTestJSON ... skip: b'Identity api v2 is not enabled' 2020-12-14 01:24:12.243 161 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_create_delete_subnet_with_default_gw ... success [1.251s] 2020-12-14 01:24:12.447 161 INFO opnfv-tempest [-] {2} tempest.api.compute.volumes.test_attach_volume.AttachVolumeMultiAttachTest ... skip: b'Volume multi-attach is not available.' 2020-12-14 01:24:13.714 161 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_credentials.CredentialsTestJSON.test_credentials_create_get_update_delete ... success [0.370s] 2020-12-14 01:24:14.103 161 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_credentials.CredentialsTestJSON.test_credentials_list_delete ... success [0.388s] 2020-12-14 01:24:15.560 161 INFO opnfv-tempest [-] {2} tempest.api.compute.volumes.test_volumes_get.VolumesGetTestJSON.test_volume_create_get_delete ... success [2.251s] 2020-12-14 01:24:16.134 161 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_create_delete_subnet_with_dhcp_enabled ... success [3.885s] 2020-12-14 01:24:17.273 161 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_create_delete_subnet_with_gw ... success [1.138s] 2020-12-14 01:24:18.566 161 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_domains_negative.DomainsNegativeTestJSON.test_create_domain_with_empty_name ... success [0.172s] 2020-12-14 01:24:18.635 161 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_domains_negative.DomainsNegativeTestJSON.test_create_domain_with_name_length_over_64 ... success [0.065s] 2020-12-14 01:24:19.200 161 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_domains_negative.DomainsNegativeTestJSON.test_delete_active_domain ... success [0.561s] 2020-12-14 01:24:19.308 161 INFO opnfv-tempest [-] {2} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_invalid_size ... success [0.273s] 2020-12-14 01:24:19.341 161 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_domains_negative.DomainsNegativeTestJSON.test_delete_non_existent_domain ... success [0.139s] 2020-12-14 01:24:19.369 161 INFO opnfv-tempest [-] {2} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_zero ... success [0.060s] 2020-12-14 01:24:19.415 161 INFO opnfv-tempest [-] {2} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_create_volume_without_passing_size ... success [0.040s] 2020-12-14 01:24:19.523 161 INFO opnfv-tempest [-] {2} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_delete_invalid_volume_id ... success [0.106s] 2020-12-14 01:24:19.566 161 INFO opnfv-tempest [-] {2} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_delete_volume_without_passing_volume_id ... success [0.042s] 2020-12-14 01:24:19.602 161 INFO opnfv-tempest [-] {2} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_get_volume_without_passing_volume_id ... success [0.036s] 2020-12-14 01:24:19.722 161 INFO opnfv-tempest [-] {2} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_volume_delete_nonexistent_volume_id ... success [0.110s] 2020-12-14 01:24:19.826 161 INFO opnfv-tempest [-] {2} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_volume_get_nonexistent_volume_id ... success [0.105s] 2020-12-14 01:24:19.934 161 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_domains_negative.DomainsNegativeTestJSON.test_domain_create_duplicate ... success [0.589s] 2020-12-14 01:24:20.917 161 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v2.test_endpoints.EndPointsTestJSON ... skip: b'Identity api v2 is not enabled' 2020-12-14 01:24:20.933 161 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v2.test_tokens.TokensTestJSON ... skip: b'Identity api v2 is not enabled' 2020-12-14 01:24:20.945 161 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v2.test_tokens_negative.TokensAdminTestNegative ... skip: b'Identity api v2 is not enabled' 2020-12-14 01:24:21.274 161 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_create_delete_subnet_with_gw_and_allocation_pools ... success [4.003s] 2020-12-14 01:24:24.033 161 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v3.test_endpoints.EndPointsTestJSON.test_create_list_show_delete_endpoint ... success [0.760s] 2020-12-14 01:24:24.201 161 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_groups.GroupsV3TestJSON.test_group_create_update_get ... success [0.496s] 2020-12-14 01:24:24.424 161 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v3.test_endpoints.EndPointsTestJSON.test_list_endpoints ... success [0.385s] 2020-12-14 01:24:27.050 161 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_create_delete_subnet_with_host_routes_and_dns_nameservers ... success [5.772s] 2020-12-14 01:24:27.607 161 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v3.test_endpoints.EndPointsTestJSON.test_update_endpoint ... success [3.185s] 2020-12-14 01:24:28.731 161 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_groups.GroupsV3TestJSON.test_group_users_add_list_delete ... success [4.517s] 2020-12-14 01:24:29.543 161 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_groups.GroupsV3TestJSON.test_list_groups ... success [0.820s] 2020-12-14 01:24:30.740 161 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_groups.GroupsV3TestJSON.test_list_user_groups ... success [1.191s] 2020-12-14 01:24:31.000 161 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_create_delete_subnet_without_gateway ... success [3.944s] 2020-12-14 01:24:32.794 161 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v3.test_policies.PoliciesTestJSON.test_create_update_delete_policy ... success [0.448s] 2020-12-14 01:24:33.319 161 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v3.test_policies.PoliciesTestJSON.test_list_policies ... success [0.522s] 2020-12-14 01:24:33.648 161 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_create_list_subnet_with_no_gw64_one_network ... success [2.638s] 2020-12-14 01:24:35.033 161 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_shelve_unshelve_server ... success [32.970s] 2020-12-14 01:24:35.275 161 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_list_projects.ListProjectsStaticTestJSON.test_list_projects ... success [0.322s] 2020-12-14 01:24:35.870 161 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_list_projects.ListProjectsStaticTestJSON.test_list_projects_with_domains ... success [0.543s] 2020-12-14 01:24:36.093 161 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_list_projects.ListProjectsStaticTestJSON.test_list_projects_with_name ... success [0.228s] 2020-12-14 01:24:38.660 161 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_create_update_delete_network_subnet ... success [5.012s] 2020-12-14 01:24:39.172 161 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_get_trusts_all ... success [2.411s] 2020-12-14 01:24:39.740 161 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_create_update_network_description ... success [1.077s] 2020-12-14 01:24:40.847 161 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_list_projects.ListProjectsTestJSON.test_list_projects_with_enabled ... success [0.281s] 2020-12-14 01:24:40.908 161 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_list_projects.ListProjectsTestJSON.test_list_projects_with_parent ... success [0.086s] 2020-12-14 01:24:41.556 161 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_get_trusts_query ... success [2.373s] 2020-12-14 01:24:42.517 161 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_stop_start_server ... success [7.489s] 2020-12-14 01:24:44.298 161 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_trust_expire ... success [2.732s] 2020-12-14 01:24:46.179 161 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_trust_expire_invalid ... success [1.881s] 2020-12-14 01:24:46.365 161 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_list_users.UsersV3TestJSON.test_get_user ... success [0.175s] 2020-12-14 01:24:46.487 161 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_list_users.UsersV3TestJSON.test_list_user_domains ... success [0.116s] 2020-12-14 01:24:46.606 161 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_list_users.UsersV3TestJSON.test_list_users ... success [0.113s] 2020-12-14 01:24:46.731 161 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_list_users.UsersV3TestJSON.test_list_users_with_name ... success [0.129s] 2020-12-14 01:24:46.861 161 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_list_users.UsersV3TestJSON.test_list_users_with_not_enabled ... success [0.128s] 2020-12-14 01:24:48.519 161 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_suspend_resume_server ... success [5.991s] 2020-12-14 01:24:48.528 161 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_delete_network_with_subnet ... success [8.752s] 2020-12-14 01:24:48.713 161 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_external_network_visibility ... success [0.219s] 2020-12-14 01:24:48.938 161 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_list_networks ... success [0.215s] 2020-12-14 01:24:49.076 161 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_trust_impersonate ... success [2.877s] 2020-12-14 01:24:49.109 161 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_list_networks_fields ... success [0.178s] 2020-12-14 01:24:49.273 161 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_list_subnets ... success [0.151s] 2020-12-14 01:24:49.430 161 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_list_subnets_fields ... success [0.159s] 2020-12-14 01:24:49.595 161 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_show_network ... success [0.158s] 2020-12-14 01:24:49.837 161 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_show_network_fields ... success [0.239s] 2020-12-14 01:24:49.930 161 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_show_subnet ... success [0.094s] 2020-12-14 01:24:50.026 161 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_show_subnet_fields ... success [0.095s] 2020-12-14 01:24:51.768 161 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_regions.RegionsTestJSON.test_create_region_with_specific_id ... success [0.263s] 2020-12-14 01:24:51.886 161 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_trust_noimpersonate ... success [2.804s] 2020-12-14 01:24:52.362 161 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_regions.RegionsTestJSON.test_create_update_get_delete_region ... success [0.590s] 2020-12-14 01:24:52.427 161 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_regions.RegionsTestJSON.test_list_regions ... success [0.065s] 2020-12-14 01:24:52.691 161 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_regions.RegionsTestJSON.test_list_regions_filter_by_parent_region_id ... success [0.260s] 2020-12-14 01:24:54.014 161 INFO opnfv-tempest [-] {2} tempest.api.identity.v2.test_extension.ExtensionTestJSON ... skip: b'Identity api v2 is not enabled' 2020-12-14 01:24:55.020 161 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_update_subnet_gw_dns_host_routes_dhcp ... success [4.985s] 2020-12-14 01:24:55.705 161 INFO opnfv-tempest [-] {2} tempest.api.identity.v3.test_access_rules.AccessRulesV3Test.test_delete_access_rule ... success [0.620s] 2020-12-14 01:24:55.893 161 INFO opnfv-tempest [-] {2} tempest.api.identity.v3.test_access_rules.AccessRulesV3Test.test_list_access_rules ... success [0.188s] 2020-12-14 01:24:56.068 161 INFO opnfv-tempest [-] {2} tempest.api.identity.v3.test_access_rules.AccessRulesV3Test.test_show_access_rule ... success [0.174s] 2020-12-14 01:24:57.121 161 INFO opnfv-tempest [-] {2} tempest.api.image.v1.test_image_members_negative.ImageMembersNegativeTest ... skip: b'Glance API v1 not supported' 2020-12-14 01:24:57.134 161 INFO opnfv-tempest [-] {2} tempest.api.image.v1.test_images.ListImagesTest ... skip: b'Glance API v1 not supported' 2020-12-14 01:24:57.649 161 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_users.UsersV3TestJSON.test_get_user ... success [0.803s] 2020-12-14 01:25:00.055 161 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_users.UsersV3TestJSON.test_list_user_projects ... success [2.395s] 2020-12-14 01:25:00.073 161 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListSharedImagesTest.test_list_images_param_member_status ... success [1.169s] 2020-12-14 01:25:00.689 161 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_users.UsersV3TestJSON.test_password_history_not_enforced_in_admin_reset ... success [0.639s] 2020-12-14 01:25:02.345 161 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_users.UsersV3TestJSON.test_update_user_password ... success [1.652s] 2020-12-14 01:25:03.234 161 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_users.UsersV3TestJSON.test_user_update ... success [0.885s] 2020-12-14 01:25:06.221 161 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_get_image_schema ... success [0.034s] 2020-12-14 01:25:06.271 161 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_get_images_schema ... success [0.045s] 2020-12-14 01:25:06.386 161 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_image_param_owner ... success [0.112s] 2020-12-14 01:25:06.467 161 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_container_format ... success [0.078s] 2020-12-14 01:25:06.530 161 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_disk_format ... success [0.067s] 2020-12-14 01:25:06.609 161 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_limit ... success [0.072s] 2020-12-14 01:25:06.734 161 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_min_max_size ... success [0.118s] 2020-12-14 01:25:06.805 161 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_name ... success [0.074s] 2020-12-14 01:25:06.921 161 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_size ... success [0.113s] 2020-12-14 01:25:07.021 161 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_sort ... success [0.091s] 2020-12-14 01:25:07.125 161 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_sort_key_dir ... success [0.099s] 2020-12-14 01:25:07.222 161 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_status ... success [0.097s] 2020-12-14 01:25:07.301 161 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_tag ... success [0.076s] 2020-12-14 01:25:07.384 161 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_visibility ... success [0.075s] 2020-12-14 01:25:07.474 161 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_no_params ... success [0.090s] 2020-12-14 01:25:09.569 161 INFO opnfv-tempest [-] {3} tempest.api.identity.v2.test_users.IdentityUsersTest ... skip: b'Identity api v2 is not enabled' 2020-12-14 01:25:10.631 161 INFO opnfv-tempest [-] {3} tempest.api.identity.v3.test_tokens.TokensV3Test.test_create_token ... success [0.060s] 2020-12-14 01:25:11.039 161 INFO opnfv-tempest [-] {3} tempest.api.identity.v3.test_tokens.TokensV3Test.test_token_auth_creation_existence_deletion ... success [0.396s] 2020-12-14 01:25:11.320 161 INFO opnfv-tempest [-] {3} tempest.api.identity.v3.test_tokens.TokensV3Test.test_validate_token ... success [0.284s] 2020-12-14 01:25:12.358 161 INFO opnfv-tempest [-] {3} tempest.api.image.v1.test_image_members.ImageMembersTest ... skip: b'Glance API v1 not supported' 2020-12-14 01:25:12.366 161 INFO opnfv-tempest [-] {3} tempest.api.image.v1.test_images.CreateRegisterImagesTest ... skip: b'Glance API v1 not supported' 2020-12-14 01:25:12.905 161 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images_member.ImagesMemberTest.test_get_image_member ... success [0.823s] 2020-12-14 01:25:12.924 161 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images_member.ImagesMemberTest.test_get_image_member_schema ... success [0.029s] 2020-12-14 01:25:12.959 161 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images_member.ImagesMemberTest.test_get_image_members_schema ... success [0.029s] 2020-12-14 01:25:13.531 161 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images_member.ImagesMemberTest.test_image_share_accept ... success [0.552s] 2020-12-14 01:25:14.039 161 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images_member.ImagesMemberTest.test_image_share_reject ... success [0.503s] 2020-12-14 01:25:14.266 161 INFO opnfv-tempest [-] {3} tempest.api.image.v2.admin.test_images.BasicOperationsImagesAdminTest.test_create_image_owner_param ... success [0.397s] 2020-12-14 01:25:14.568 161 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images_member.ImagesMemberTest.test_remove_image_member ... success [0.521s] 2020-12-14 01:25:14.585 161 INFO opnfv-tempest [-] {3} tempest.api.image.v2.admin.test_images.BasicOperationsImagesAdminTest.test_update_image_owner_param ... success [0.310s] 2020-12-14 01:25:16.446 161 INFO opnfv-tempest [-] {3} tempest.api.image.v2.admin.test_images.ImportCopyImagesTest ... skip: b'ImportCopyImagesTest skipped as image import is not available' 2020-12-14 01:25:17.586 161 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images_metadefs_schema.MetadataSchemaTest.test_get_metadata_namespace_schema ... success [0.226s] 2020-12-14 01:25:17.633 161 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images_metadefs_schema.MetadataSchemaTest.test_get_metadata_namespaces_schema ... success [0.039s] 2020-12-14 01:25:17.666 161 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images_metadefs_schema.MetadataSchemaTest.test_get_metadata_object_schema ... success [0.035s] 2020-12-14 01:25:17.704 161 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images_metadefs_schema.MetadataSchemaTest.test_get_metadata_objects_schema ... success [0.036s] 2020-12-14 01:25:17.732 161 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images_metadefs_schema.MetadataSchemaTest.test_get_metadata_properties_schema ... success [0.030s] 2020-12-14 01:25:17.763 161 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images_metadefs_schema.MetadataSchemaTest.test_get_metadata_property_schema ... success [0.029s] 2020-12-14 01:25:17.795 161 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images_metadefs_schema.MetadataSchemaTest.test_get_metadata_resource_type_schema ... success [0.027s] 2020-12-14 01:25:17.826 161 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images_metadefs_schema.MetadataSchemaTest.test_get_metadata_resources_types_schema ... success [0.031s] 2020-12-14 01:25:17.860 161 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images_metadefs_schema.MetadataSchemaTest.test_get_metadata_tag_schema ... success [0.030s] 2020-12-14 01:25:17.893 161 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images_metadefs_schema.MetadataSchemaTest.test_get_metadata_tags_schema ... success [0.031s] 2020-12-14 01:25:18.013 161 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images_metadefs_namespace_objects.MetadataNamespaceObjectsTest.test_create_update_delete_meta_namespace_objects ... success [0.474s] 2020-12-14 01:25:18.266 161 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images_metadefs_namespace_objects.MetadataNamespaceObjectsTest.test_list_meta_namespace_objects ... success [0.251s] 2020-12-14 01:25:18.527 161 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images_metadefs_namespace_objects.MetadataNamespaceObjectsTest.test_show_meta_namespace_objects ... success [0.257s] 2020-12-14 01:25:21.337 161 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images_metadefs_namespace_properties.MetadataNamespacePropertiesTest.test_basic_meta_def_namespace_property ... success [0.673s] 2020-12-14 01:25:23.303 161 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_external_network_extension.ExternalNetworksTestJSON.test_create_external_network ... success [1.376s] 2020-12-14 01:25:23.896 161 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images_tags.ImagesTagsTest.test_update_delete_tags_for_image ... success [0.548s] 2020-12-14 01:25:25.052 161 INFO opnfv-tempest [-] {3} tempest.api.network.admin.test_metering_extensions.MeteringTestJSON ... skip: b'metering extension not enabled.' 2020-12-14 01:25:28.881 161 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_external_network_extension.ExternalNetworksTestJSON.test_delete_external_networks_with_floating_ip ... success [5.562s] 2020-12-14 01:25:29.865 161 INFO opnfv-tempest [-] {3} tempest.api.network.admin.test_quotas.QuotasTest.test_quotas ... success [3.034s] 2020-12-14 01:25:30.088 161 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_external_network_extension.ExternalNetworksTestJSON.test_list_external_networks ... success [1.212s] 2020-12-14 01:25:30.191 161 INFO opnfv-tempest [-] {3} tempest.api.network.admin.test_quotas.QuotasTest.test_show_quota_details ... success [0.340s] 2020-12-14 01:25:31.286 161 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_password.ServerPasswordTestJSON.test_delete_server_password ... success [0.158s] 2020-12-14 01:25:31.380 161 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_password.ServerPasswordTestJSON.test_get_server_password ... success [0.096s] 2020-12-14 01:25:31.444 161 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_external_network_extension.ExternalNetworksTestJSON.test_show_external_networks_attribute ... success [1.352s] 2020-12-14 01:25:32.917 161 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_external_network_extension.ExternalNetworksTestJSON.test_update_external_network ... success [1.477s] 2020-12-14 01:25:34.256 161 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_multiple_router_interfaces ... success [20.016s] 2020-12-14 01:25:40.261 161 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_external_networks_negative.ExternalNetworksAdminNegativeTestJSON.test_create_port_with_precreated_floatingip_as_fixed_ip ... success [3.482s] 2020-12-14 01:25:40.338 161 INFO opnfv-tempest [-] {3} tempest.api.network.admin.test_routers_negative.RoutersAdminNegativeIpV6Test.test_router_set_gateway_used_ip_returns_409 ... success [2.853s] 2020-12-14 01:25:42.092 161 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_metering_extensions.MeteringIpV6TestJSON ... skip: b'metering extension not enabled.' 2020-12-14 01:25:43.098 161 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_port_id ... success [8.839s] 2020-12-14 01:25:52.179 161 INFO opnfv-tempest [-] {3} tempest.api.network.admin.test_routers_negative.RoutersAdminNegativeTest.test_router_set_gateway_used_ip_returns_409 ... success [8.402s] 2020-12-14 01:25:53.025 161 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_subnet_id ... success [9.923s] 2020-12-14 01:25:57.420 161 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_routers.RoutersIpV6AdminTest.test_create_router_set_gateway_with_fixed_ip ... success [13.658s] 2020-12-14 01:25:57.736 161 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_network ... success [2.892s] 2020-12-14 01:25:58.708 161 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_routers.RoutersIpV6AdminTest.test_create_router_setting_project_id ... success [1.286s] 2020-12-14 01:26:01.919 161 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_routers.RoutersIpV6AdminTest.test_create_router_with_default_snat_value ... success [3.210s] 2020-12-14 01:26:03.440 161 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_create_show_list_update_delete_router ... success [10.412s] 2020-12-14 01:26:05.891 161 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_port ... success [8.160s] 2020-12-14 01:26:09.090 161 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_routers.RoutersIpV6AdminTest.test_create_router_with_snat_explicit ... success [7.167s] 2020-12-14 01:26:17.094 161 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_router_interface_port_update_with_fixed_ip ... success [13.647s] 2020-12-14 01:26:17.928 161 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_routers.RoutersIpV6AdminTest.test_update_router_reset_gateway_without_snat ... success [8.825s] 2020-12-14 01:26:20.920 161 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_rescue.ServerRescueTestJSON.test_rescue_unrescue_instance ... success [20.106s] 2020-12-14 01:26:26.510 161 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_routers.RoutersIpV6AdminTest.test_update_router_set_gateway ... success [8.583s] 2020-12-14 01:26:30.333 161 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_routers.RoutersIpV6AdminTest.test_update_router_set_gateway_with_snat_explicit ... success [3.818s] 2020-12-14 01:26:34.504 161 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_routers.RoutersIpV6AdminTest.test_update_router_set_gateway_without_snat ... success [4.165s] 2020-12-14 01:26:38.263 161 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_routers.RoutersIpV6AdminTest.test_update_router_unset_gateway ... success [3.761s] 2020-12-14 01:26:39.750 161 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_servers.ServerShowV247Test.test_show_server ... success [2.403s] 2020-12-14 01:26:44.079 161 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_subnet ... success [38.175s] 2020-12-14 01:26:50.517 161 INFO opnfv-tempest [-] {3} tempest.api.network.test_routers_negative.DvrRoutersNegativeTest.test_router_create_tenant_distributed_returns_forbidden ... success [0.174s] 2020-12-14 01:26:54.063 161 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group ... success [1.490s] 2020-12-14 01:26:55.170 161 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_additional_args ... success [1.101s] 2020-12-14 01:26:56.333 161 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_update_delete_extra_route ... success [39.217s] 2020-12-14 01:26:57.651 161 INFO opnfv-tempest [-] {2} tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcp_stateful ... success [15.061s] 2020-12-14 01:26:57.978 161 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_update_router_admin_state ... success [1.660s] 2020-12-14 01:26:58.478 161 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_icmp_type_code ... success [3.284s] 2020-12-14 01:26:59.565 161 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_protocol_integer_value ... success [1.106s] 2020-12-14 01:27:01.441 161 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_remote_group_id ... success [1.854s] 2020-12-14 01:27:03.025 161 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_remote_ip_prefix ... success [1.591s] 2020-12-14 01:27:03.818 161 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_servers.ServerShowV247Test.test_update_rebuild_list_server ... success [24.027s] 2020-12-14 01:27:05.401 161 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule ... success [2.344s] 2020-12-14 01:27:05.435 161 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups ... success [0.065s] 2020-12-14 01:27:07.534 161 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_additional_default_security_group_fails ... success [0.199s] 2020-12-14 01:27:08.618 161 INFO opnfv-tempest [-] {2} tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcp_stateful_fixedips ... success [10.964s] 2020-12-14 01:27:09.011 161 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_duplicate_security_group_rule_fails ... success [1.463s] 2020-12-14 01:27:09.587 161 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_ethertype ... success [0.578s] 2020-12-14 01:27:10.259 161 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_protocol ... success [0.668s] 2020-12-14 01:27:10.948 161 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_remote_ip_prefix ... success [0.685s] 2020-12-14 01:27:12.890 161 INFO opnfv-tempest [-] {2} tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcp_stateful_fixedips_duplicate ... success [4.291s] 2020-12-14 01:27:13.279 161 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_invalid_ports ... success [2.320s] 2020-12-14 01:27:14.295 161 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_non_existent_remote_groupid ... success [1.015s] 2020-12-14 01:27:14.641 161 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_non_existent_security_group ... success [0.349s] 2020-12-14 01:27:15.247 161 INFO opnfv-tempest [-] {2} tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcp_stateful_fixedips_outrange ... success [2.360s] 2020-12-14 01:27:15.772 161 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers_negative.RoutersNegativeIpV6Test.test_add_router_interfaces_on_overlapping_subnets_returns_400 ... success [12.440s] 2020-12-14 01:27:15.881 161 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers_negative.RoutersNegativeIpV6Test.test_delete_non_existent_router_returns_404 ... success [0.114s] 2020-12-14 01:27:16.233 161 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_servers.ServerShowV263Test.test_show_update_rebuild_list_server ... skip [0.001s]: b'``[compute]/certified_image_ref`` required to test image certificate validation.' 2020-12-14 01:27:16.246 161 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers_negative.RoutersNegativeIpV6Test.test_router_add_gateway_invalid_network_returns_404 ... success [0.361s] 2020-12-14 01:27:16.281 161 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_remote_ip_and_group ... success [1.626s] 2020-12-14 01:27:16.853 161 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_update_name_default ... success [0.570s] 2020-12-14 01:27:16.891 161 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_delete_non_existent_security_group ... success [0.046s] 2020-12-14 01:27:16.943 161 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_show_non_existent_security_group ... success [0.049s] 2020-12-14 01:27:17.005 161 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_show_non_existent_security_group_rule ... success [0.057s] 2020-12-14 01:27:17.163 161 INFO opnfv-tempest [-] {1} tempest.api.compute.test_networks.ComputeNetworksTest ... skip: b'nova-network is not available.' 2020-12-14 01:27:18.290 161 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers_negative.RoutersNegativeIpV6Test.test_router_add_gateway_net_not_external_returns_400 ... success [2.040s] 2020-12-14 01:27:18.827 161 INFO opnfv-tempest [-] {1} tempest.api.compute.test_quotas.QuotasTestJSON.test_compare_tenant_quotas_with_default_quotas ... success [0.585s] 2020-12-14 01:27:19.057 161 INFO opnfv-tempest [-] {1} tempest.api.compute.test_quotas.QuotasTestJSON.test_get_default_quotas ... success [0.226s] 2020-12-14 01:27:19.429 161 INFO opnfv-tempest [-] {1} tempest.api.compute.test_quotas.QuotasTestJSON.test_get_quotas ... success [0.372s] 2020-12-14 01:27:21.699 161 INFO opnfv-tempest [-] {1} tempest.api.compute.test_versions.TestVersions.test_get_version_details ... success [0.183s] 2020-12-14 01:27:21.754 161 INFO opnfv-tempest [-] {1} tempest.api.compute.test_versions.TestVersions.test_list_api_versions ... success [0.055s] 2020-12-14 01:27:22.036 161 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_container_acl.ObjectTestACLs.test_read_object_with_rights ... success [2.529s] 2020-12-14 01:27:24.305 161 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_container_acl.ObjectTestACLs.test_write_object_with_rights ... success [2.264s] 2020-12-14 01:27:26.666 161 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers_negative.RoutersNegativeIpV6Test.test_router_remove_interface_in_use_returns_409 ... success [8.371s] 2020-12-14 01:27:26.776 161 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers_negative.RoutersNegativeIpV6Test.test_show_non_existent_router_returns_404 ... success [0.111s] 2020-12-14 01:27:26.864 161 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers_negative.RoutersNegativeIpV6Test.test_update_non_existent_router_returns_404 ... success [0.085s] 2020-12-14 01:27:29.398 161 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest.test_upload_large_object ... success [2.437s] 2020-12-14 01:27:31.906 161 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest.test_upload_too_many_objects ... success [2.495s] 2020-12-14 01:27:34.250 161 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest.test_upload_valid_object ... success [2.350s] 2020-12-14 01:27:35.540 161 INFO opnfv-tempest [-] {2} tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcp_stateful_router ... success [20.250s] 2020-12-14 01:27:36.369 161 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_additional_default_security_group_fails ... success [0.225s] 2020-12-14 01:27:37.750 161 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_duplicate_security_group_rule_fails ... success [1.368s] 2020-12-14 01:27:38.576 161 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_security_group_rule_with_bad_ethertype ... success [0.821s] 2020-12-14 01:27:39.192 161 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_security_group_rule_with_bad_protocol ... success [0.612s] 2020-12-14 01:27:40.057 161 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_security_group_rule_with_bad_remote_ip_prefix ... success [0.855s] 2020-12-14 01:27:42.347 161 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_security_group_rule_with_invalid_ports ... success [2.278s] 2020-12-14 01:27:47.765 161 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_security_group_rule_with_non_existent_remote_groupid ... success [5.419s] 2020-12-14 01:27:48.025 161 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_security_group_rule_with_non_existent_security_group ... success [0.267s] 2020-12-14 01:27:48.935 161 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_object_expiry.ObjectExpiryTest.test_get_object_after_expiry_time ... success [12.268s] 2020-12-14 01:27:49.444 161 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_security_group_rule_with_remote_ip_and_group ... success [1.405s] 2020-12-14 01:27:50.616 161 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_security_group_rule_wrong_ip_prefix_version ... success [1.169s] 2020-12-14 01:27:51.230 161 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_security_group_update_name_default ... success [0.612s] 2020-12-14 01:27:51.302 161 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_delete_non_existent_security_group ... success [0.075s] 2020-12-14 01:27:51.349 161 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_show_non_existent_security_group ... success [0.043s] 2020-12-14 01:27:51.413 161 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_show_non_existent_security_group_rule ... success [0.058s] 2020-12-14 01:27:52.352 161 INFO opnfv-tempest [-] {0} tempest.api.network.test_tags.TagsTest ... skip: b'tag extension not enabled.' 2020-12-14 01:27:53.367 161 INFO opnfv-tempest [-] {0} tempest.api.network.test_versions.NetworksApiDiscovery.test_api_version_resources ... success [0.028s] 2020-12-14 01:27:53.562 161 INFO opnfv-tempest [-] {0} tempest.api.network.test_versions.NetworksApiDiscovery.test_show_api_v2_details ... success [0.189s] 2020-12-14 01:27:56.635 161 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_services.AccountTest.test_list_account_metadata ... success [0.117s] 2020-12-14 01:27:56.673 161 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers ... success [0.039s] 2020-12-14 01:27:56.753 161 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_reverse_order ... success [0.076s] 2020-12-14 01:27:56.817 161 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_end_marker ... success [0.061s] 2020-12-14 01:27:56.863 161 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_format_json ... success [0.042s] 2020-12-14 01:27:56.916 161 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_format_xml ... success [0.053s] 2020-12-14 01:27:57.007 161 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_limit ... success [0.089s] 2020-12-14 01:27:57.041 161 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_limit_and_end_marker ... success [0.033s] 2020-12-14 01:27:57.758 161 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_limit_and_marker ... success [0.677s] 2020-12-14 01:27:57.766 161 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_limit_and_marker_and_end_marker ... success [0.034s] 2020-12-14 01:27:57.816 161 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_marker ... success [0.048s] 2020-12-14 01:27:57.843 161 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_marker_and_end_marker ... success [0.029s] 2020-12-14 01:27:57.878 161 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_prefix ... success [0.029s] 2020-12-14 01:27:57.892 161 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_services.AccountTest.test_list_extensions ... success [0.016s] 2020-12-14 01:27:57.924 161 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_services.AccountTest.test_list_no_account_metadata ... success [0.029s] 2020-12-14 01:27:58.031 161 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_services.AccountTest.test_list_no_containers ... success [0.099s] 2020-12-14 01:27:58.154 161 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_services.AccountTest.test_update_account_metadata_with_create_and_delete_metadata ... success [0.119s] 2020-12-14 01:27:58.262 161 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_services.AccountTest.test_update_account_metadata_with_create_metadata ... success [0.104s] 2020-12-14 01:27:58.330 161 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_services.AccountTest.test_update_account_metadata_with_create_metadata_key ... success [0.069s] 2020-12-14 01:27:58.421 161 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_services.AccountTest.test_update_account_metadata_with_delete_metadata ... success [0.085s] 2020-12-14 01:27:58.511 161 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_services.AccountTest.test_update_account_metadata_with_delete_metadata_key ... success [0.088s] 2020-12-14 01:27:59.087 161 INFO opnfv-tempest [-] {2} tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcpv6_64_subnets ... success [23.515s] 2020-12-14 01:28:01.006 161 INFO opnfv-tempest [-] {2} tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcpv6_invalid_options ... success [1.940s] 2020-12-14 01:28:01.180 161 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_object_expiry.ObjectExpiryTest.test_get_object_at_expiry_time ... success [12.241s] 2020-12-14 01:28:05.635 161 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_object_formpost.ObjectFormPostTest.test_post_object_using_form ... success [0.109s] 2020-12-14 01:28:10.183 161 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_object_services.ObjectTest.test_copy_object_2d_way ... success [0.171s] 2020-12-14 01:28:10.434 161 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_object_services.ObjectTest.test_copy_object_across_containers ... success [0.241s] 2020-12-14 01:28:10.581 161 INFO opnfv-tempest [-] {1} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_list_get_volume_attachments ... success [41.354s] 2020-12-14 01:28:10.593 161 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_object_services.ObjectTest.test_copy_object_in_same_container ... success [0.151s] 2020-12-14 01:28:10.757 161 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_object_services.ObjectTest.test_copy_object_to_itself ... success [0.170s] 2020-12-14 01:28:10.907 161 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_object_services.ObjectTest.test_copy_object_with_x_fresh_metadata ... success [0.143s] 2020-12-14 01:28:11.065 161 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_object_services.ObjectTest.test_copy_object_with_x_object_meta ... success [0.154s] 2020-12-14 01:28:11.228 161 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_object_services.ObjectTest.test_copy_object_with_x_object_metakey ... success [0.158s] 2020-12-14 01:28:11.424 161 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_object_services.ObjectTest.test_create_object ... success [0.193s] 2020-12-14 01:28:11.535 161 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_object_services.ObjectTest.test_create_object_with_content_disposition ... success [0.109s] 2020-12-14 01:28:11.607 161 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_object_services.ObjectTest.test_create_object_with_content_encoding ... success [0.071s] 2020-12-14 01:28:11.741 161 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_object_services.ObjectTest.test_create_object_with_etag ... success [0.127s] 2020-12-14 01:28:11.853 161 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_object_services.ObjectTest.test_create_object_with_expect_continue ... success [0.108s] 2020-12-14 01:28:11.861 161 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_object_services.ObjectTest.test_create_object_with_transfer_encoding ... skip [0.004s]: b'Skipped until bug: https://launchpad.net/bugs/1905432 is resolved.' 2020-12-14 01:28:12.003 161 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_object_services.ObjectTest.test_create_object_with_x_fresh_metadata ... success [0.136s] 2020-12-14 01:28:12.106 161 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_object_services.ObjectTest.test_create_object_with_x_object_meta ... success [0.106s] 2020-12-14 01:28:12.154 161 INFO opnfv-tempest [-] {2} tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcpv6_stateless_eui64 ... success [11.113s] 2020-12-14 01:28:12.221 161 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_object_services.ObjectTest.test_create_object_with_x_object_metakey ... success [0.111s] 2020-12-14 01:28:12.376 161 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_object_services.ObjectTest.test_create_object_with_x_remove_object_meta ... success [0.147s] 2020-12-14 01:28:12.529 161 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_object_services.ObjectTest.test_create_object_with_x_remove_object_metakey ... success [0.149s] 2020-12-14 01:28:12.644 161 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_object_services.ObjectTest.test_delete_object ... success [0.113s] 2020-12-14 01:28:12.754 161 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_object_services.ObjectTest.test_get_object ... success [0.109s] 2020-12-14 01:28:12.897 161 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_object_services.ObjectTest.test_get_object_if_different ... success [0.131s] 2020-12-14 01:28:12.951 161 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_object_services.ObjectTest.test_get_object_with_if_match ... success [0.061s] 2020-12-14 01:28:13.064 161 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_object_services.ObjectTest.test_get_object_with_if_modified_since ... success [0.103s] 2020-12-14 01:28:13.218 161 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_object_services.ObjectTest.test_get_object_with_if_none_match ... success [0.150s] 2020-12-14 01:28:13.325 161 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_object_services.ObjectTest.test_get_object_with_if_unmodified_since ... success [0.100s] 2020-12-14 01:28:13.425 161 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_object_services.ObjectTest.test_get_object_with_metadata ... success [0.101s] 2020-12-14 01:28:13.492 161 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_object_services.ObjectTest.test_get_object_with_range ... success [0.066s] 2020-12-14 01:28:13.540 161 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_crossdomain.CrossdomainTest.test_get_crossdomain_policy ... success [0.023s] 2020-12-14 01:28:13.602 161 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_object_services.ObjectTest.test_get_object_with_x_newest ... success [0.103s] 2020-12-14 01:28:13.992 161 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_object_services.ObjectTest.test_get_object_with_x_object_manifest ... success [0.381s] 2020-12-14 01:28:14.088 161 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_object_services.ObjectTest.test_list_no_object_metadata ... success [0.101s] 2020-12-14 01:28:14.197 161 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_object_services.ObjectTest.test_list_object_metadata ... success [0.101s] 2020-12-14 01:28:14.581 161 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_object_services.ObjectTest.test_list_object_metadata_with_x_object_manifest ... success [0.373s] 2020-12-14 01:28:15.058 161 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_object_services.ObjectTest.test_object_upload_in_segments ... success [0.473s] 2020-12-14 01:28:15.202 161 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_object_services.ObjectTest.test_update_object_metadata ... success [0.147s] 2020-12-14 01:28:15.344 161 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_object_services.ObjectTest.test_update_object_metadata_with_create_and_remove_metadata ... success [0.136s] 2020-12-14 01:28:15.478 161 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_object_services.ObjectTest.test_update_object_metadata_with_remove_metadata ... success [0.128s] 2020-12-14 01:28:15.913 161 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_object_services.ObjectTest.test_update_object_metadata_with_x_object_manifest ... success [0.432s] 2020-12-14 01:28:16.053 161 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_temp_url.ObjectTempUrlTest.test_get_object_using_temp_url ... success [0.099s] 2020-12-14 01:28:16.066 161 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_object_services.ObjectTest.test_update_object_metadata_with_x_object_metakey ... success [0.137s] 2020-12-14 01:28:16.147 161 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_object_services.ObjectTest.test_update_object_metadata_with_x_remove_object_metakey ... success [0.097s] 2020-12-14 01:28:16.177 161 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_temp_url.ObjectTempUrlTest.test_get_object_using_temp_url_key_2 ... success [0.128s] 2020-12-14 01:28:16.253 161 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_temp_url.ObjectTempUrlTest.test_get_object_using_temp_url_with_inline_query_parameter ... success [0.073s] 2020-12-14 01:28:16.311 161 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_temp_url.ObjectTempUrlTest.test_head_object_using_temp_url ... success [0.061s] 2020-12-14 01:28:16.445 161 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_temp_url.ObjectTempUrlTest.test_put_object_using_temp_url ... success [0.129s] 2020-12-14 01:28:21.825 161 INFO opnfv-tempest [-] {0} tempest.api.volume.admin.test_group_types.GroupTypesTest.test_group_type_create_list_update_show ... success [0.688s] 2020-12-14 01:28:23.796 161 INFO opnfv-tempest [-] {2} tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcpv6_stateless_no_ra ... success [11.642s] 2020-12-14 01:28:27.511 161 INFO opnfv-tempest [-] {2} tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcpv6_stateless_no_ra_no_dhcp ... success [3.721s] 2020-12-14 01:28:28.331 161 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_object_services.PublicObjectTest.test_access_public_container_object_without_using_creds ... success [0.347s] 2020-12-14 01:28:28.571 161 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_object_services.PublicObjectTest.test_access_public_object_with_another_user_creds ... success [0.240s] 2020-12-14 01:28:32.972 161 INFO opnfv-tempest [-] {3} tempest.api.volume.admin.test_group_type_specs.GroupTypeSpecsTest.test_group_type_specs_create_show_update_list_delete ... success [0.803s] 2020-12-14 01:28:33.090 161 INFO opnfv-tempest [-] {0} tempest.api.volume.admin.test_snapshot_manage.SnapshotManageAdminTest.test_unmanage_manage_snapshot ... success [7.824s] 2020-12-14 01:28:37.505 161 INFO opnfv-tempest [-] {3} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_associate_disassociate_qos ... success [0.841s] 2020-12-14 01:28:37.746 161 INFO opnfv-tempest [-] {3} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_create_delete_qos_with_back_end_consumer ... success [0.243s] 2020-12-14 01:28:38.014 161 INFO opnfv-tempest [-] {3} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_create_delete_qos_with_both_consumer ... success [0.266s] 2020-12-14 01:28:38.312 161 INFO opnfv-tempest [-] {3} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_create_delete_qos_with_front_end_consumer ... success [0.292s] 2020-12-14 01:28:38.326 161 INFO opnfv-tempest [-] {0} tempest.api.volume.admin.test_volume_hosts.VolumeHostsAdminTestsJSON.test_list_hosts ... success [0.241s] 2020-12-14 01:28:38.372 161 INFO opnfv-tempest [-] {3} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_get_qos ... success [0.067s] 2020-12-14 01:28:38.439 161 INFO opnfv-tempest [-] {3} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_list_qos ... success [0.064s] 2020-12-14 01:28:38.601 161 INFO opnfv-tempest [-] {0} tempest.api.volume.admin.test_volume_hosts.VolumeHostsAdminTestsJSON.test_show_host ... success [0.271s] 2020-12-14 01:28:38.802 161 INFO opnfv-tempest [-] {3} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_set_unset_qos_key ... success [0.357s] 2020-12-14 01:28:44.385 161 INFO opnfv-tempest [-] {3} tempest.api.volume.admin.test_user_messages.UserMessagesTest.test_delete_message ... success [1.141s] 2020-12-14 01:28:44.789 161 INFO opnfv-tempest [-] {0} tempest.api.volume.admin.test_volume_quotas_negative.VolumeQuotasNegativeTestJSON.test_quota_volume_gigabytes ... success [0.434s] 2020-12-14 01:28:45.218 161 INFO opnfv-tempest [-] {0} tempest.api.volume.admin.test_volume_quotas_negative.VolumeQuotasNegativeTestJSON.test_quota_volumes ... success [0.426s] 2020-12-14 01:28:45.395 161 INFO opnfv-tempest [-] {3} tempest.api.volume.admin.test_user_messages.UserMessagesTest.test_list_show_messages ... success [1.004s] 2020-12-14 01:28:45.587 161 INFO opnfv-tempest [-] {0} tempest.api.volume.admin.test_volume_quotas_negative.VolumeQuotasNegativeTestJSON.test_volume_extend_gigabytes_quota_deviation ... success [0.370s] 2020-12-14 01:28:48.128 161 INFO opnfv-tempest [-] {1} tempest.api.compute.volumes.test_attach_volume_negative.AttachVolumeNegativeTest.test_attach_attached_volume_to_different_server ... success [26.594s] 2020-12-14 01:28:50.416 161 INFO opnfv-tempest [-] {3} tempest.api.volume.admin.test_volume_pools.VolumePoolsAdminTestsJSON.test_get_pools_with_details ... success [0.272s] 2020-12-14 01:28:50.500 161 INFO opnfv-tempest [-] {3} tempest.api.volume.admin.test_volume_pools.VolumePoolsAdminTestsJSON.test_get_pools_without_details ... success [0.083s] 2020-12-14 01:28:51.092 161 INFO opnfv-tempest [-] {0} tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON.test_get_service_by_host_name ... success [0.088s] 2020-12-14 01:28:51.169 161 INFO opnfv-tempest [-] {0} tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON.test_get_service_by_service_and_host_name ... success [0.073s] 2020-12-14 01:28:51.247 161 INFO opnfv-tempest [-] {0} tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON.test_get_service_by_service_binary_name ... success [0.076s] 2020-12-14 01:28:53.453 161 INFO opnfv-tempest [-] {0} tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON.test_get_service_by_volume_host_name ... success [2.193s] 2020-12-14 01:28:53.529 161 INFO opnfv-tempest [-] {0} tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON.test_list_services ... success [0.082s] 2020-12-14 01:28:54.145 161 INFO opnfv-tempest [-] {2} tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcpv6_two_subnets ... success [26.568s] 2020-12-14 01:28:56.334 161 INFO opnfv-tempest [-] {3} tempest.api.volume.admin.test_volume_quotas.VolumeQuotasAdminTestJSON.test_delete_quota ... success [0.773s] 2020-12-14 01:28:56.454 161 INFO opnfv-tempest [-] {3} tempest.api.volume.admin.test_volume_quotas.VolumeQuotasAdminTestJSON.test_list_default_quotas ... success [0.125s] 2020-12-14 01:28:56.744 161 INFO opnfv-tempest [-] {3} tempest.api.volume.admin.test_volume_quotas.VolumeQuotasAdminTestJSON.test_list_quotas ... success [0.285s] 2020-12-14 01:29:00.426 161 INFO opnfv-tempest [-] {3} tempest.api.volume.admin.test_volume_quotas.VolumeQuotasAdminTestJSON.test_quota_usage ... success [3.667s] 2020-12-14 01:29:02.622 161 INFO opnfv-tempest [-] {0} tempest.api.volume.admin.test_volume_services_negative.VolumeServicesNegativeTest.test_disable_log_reason_with_no_reason ... success [0.043s] 2020-12-14 01:29:02.668 161 INFO opnfv-tempest [-] {0} tempest.api.volume.admin.test_volume_services_negative.VolumeServicesNegativeTest.test_disable_service_with_invalid_binary ... success [0.047s] 2020-12-14 01:29:02.719 161 INFO opnfv-tempest [-] {0} tempest.api.volume.admin.test_volume_services_negative.VolumeServicesNegativeTest.test_enable_service_with_invalid_host ... success [0.049s] 2020-12-14 01:29:02.771 161 INFO opnfv-tempest [-] {0} tempest.api.volume.admin.test_volume_services_negative.VolumeServicesNegativeTest.test_freeze_host_with_invalid_host ... success [0.049s] 2020-12-14 01:29:02.838 161 INFO opnfv-tempest [-] {0} tempest.api.volume.admin.test_volume_services_negative.VolumeServicesNegativeTest.test_thaw_host_with_invalid_host ... success [0.062s] 2020-12-14 01:29:05.626 161 INFO opnfv-tempest [-] {3} tempest.api.volume.admin.test_volume_quotas.VolumeQuotasAdminTestJSON.test_quota_usage_after_volume_transfer ... success [5.185s] 2020-12-14 01:29:05.828 161 INFO opnfv-tempest [-] {3} tempest.api.volume.admin.test_volume_quotas.VolumeQuotasAdminTestJSON.test_show_quota_usage ... success [0.213s] 2020-12-14 01:29:06.420 161 INFO opnfv-tempest [-] {3} tempest.api.volume.admin.test_volume_quotas.VolumeQuotasAdminTestJSON.test_update_all_quota_resources_for_tenant ... success [0.590s] 2020-12-14 01:29:08.542 161 INFO opnfv-tempest [-] {1} tempest.api.compute.volumes.test_attach_volume_negative.AttachVolumeNegativeTest.test_attach_attached_volume_to_same_server ... success [20.407s] 2020-12-14 01:29:09.148 161 INFO opnfv-tempest [-] {3} tempest.api.volume.admin.test_volume_retype.VolumeRetypeWithMigrationTest ... skip: b'Cinder multi-backend feature disabled' 2020-12-14 01:29:13.913 161 INFO opnfv-tempest [-] {3} tempest.api.volume.admin.test_volume_type_access.VolumeTypesAccessTest.test_volume_type_access_add ... success [2.383s] 2020-12-14 01:29:14.321 161 INFO opnfv-tempest [-] {3} tempest.api.volume.admin.test_volume_type_access.VolumeTypesAccessTest.test_volume_type_access_list ... success [0.411s] 2020-12-14 01:29:20.344 161 INFO opnfv-tempest [-] {3} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_create_invalid_body ... success [0.045s] 2020-12-14 01:29:20.394 161 INFO opnfv-tempest [-] {3} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_create_none_body ... success [0.052s] 2020-12-14 01:29:20.507 161 INFO opnfv-tempest [-] {3} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_create_nonexistent_type_id ... success [0.104s] 2020-12-14 01:29:20.553 161 INFO opnfv-tempest [-] {3} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_delete_nonexistent_volume_type_id ... success [0.043s] 2020-12-14 01:29:20.601 161 INFO opnfv-tempest [-] {3} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_get_nonexistent_extra_spec_name ... success [0.053s] 2020-12-14 01:29:20.665 161 INFO opnfv-tempest [-] {3} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_get_nonexistent_volume_type_id ... success [0.060s] 2020-12-14 01:29:20.717 161 INFO opnfv-tempest [-] {3} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_list_nonexistent_volume_type_id ... success [0.049s] 2020-12-14 01:29:20.762 161 INFO opnfv-tempest [-] {3} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_update_multiple_extra_spec ... success [0.043s] 2020-12-14 01:29:20.801 161 INFO opnfv-tempest [-] {3} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_update_no_body ... success [0.037s] 2020-12-14 01:29:20.878 161 INFO opnfv-tempest [-] {3} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_update_none_extra_spec_id ... success [0.077s] 2020-12-14 01:29:20.963 161 INFO opnfv-tempest [-] {3} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_update_nonexistent_extra_spec_id ... success [0.084s] 2020-12-14 01:29:23.966 161 INFO opnfv-tempest [-] {1} tempest.api.compute.volumes.test_attach_volume_negative.AttachVolumeNegativeTest.test_delete_attached_volume ... success [15.411s] 2020-12-14 01:29:31.697 161 INFO opnfv-tempest [-] {0} tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_force_detach_volume ... success [21.763s] 2020-12-14 01:29:32.916 161 INFO opnfv-tempest [-] {3} tempest.api.volume.admin.test_volumes_list.VolumesListAdminTestJSON.test_volume_list_param_tenant ... success [2.192s] 2020-12-14 01:29:35.172 161 INFO opnfv-tempest [-] {0} tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_force_delete_when_volume_is_attaching ... success [3.496s] 2020-12-14 01:29:38.687 161 INFO opnfv-tempest [-] {0} tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_force_delete_when_volume_is_creating ... success [3.511s] 2020-12-14 01:29:40.009 161 INFO opnfv-tempest [-] {3} tempest.api.volume.test_availability_zone.AvailabilityZoneTestJSON.test_get_availability_zone_list ... success [0.195s] 2020-12-14 01:29:42.189 161 INFO opnfv-tempest [-] {0} tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_force_delete_when_volume_is_error ... success [3.496s] 2020-12-14 01:29:45.653 161 INFO opnfv-tempest [-] {0} tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_force_delete_when_volume_is_maintenance ... success [3.459s] 2020-12-14 01:29:47.158 161 INFO opnfv-tempest [-] {3} tempest.api.volume.test_image_metadata.VolumesImageMetadata.test_update_show_delete_image_metadata ... success [0.529s] 2020-12-14 01:29:49.077 161 INFO opnfv-tempest [-] {0} tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_reset_status ... success [3.414s] 2020-12-14 01:29:50.812 161 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksIpV6TestAttrs.test_create_delete_slaac_subnet_with_ports ... success [3.274s] 2020-12-14 01:29:53.231 161 INFO opnfv-tempest [-] {1} tempest.api.compute.volumes.test_volume_snapshots.VolumesSnapshotsTestJSON.test_volume_snapshot_create_get_list_delete ... success [5.182s] 2020-12-14 01:29:58.814 161 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksIpV6TestAttrs.test_create_delete_stateless_subnet_with_ports ... success [7.998s] 2020-12-14 01:29:59.156 161 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volume_delete_cascade.VolumesDeleteCascade.test_volume_delete_cascade ... success [8.698s] 2020-12-14 01:29:59.163 161 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volume_delete_cascade.VolumesDeleteCascade.test_volume_from_snapshot_cascade_delete ... skip [0.001s]: b'Skip because of Bug#1677525' 2020-12-14 01:30:01.678 161 INFO opnfv-tempest [-] {1} tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON.test_volume_list ... success [0.155s] 2020-12-14 01:30:01.838 161 INFO opnfv-tempest [-] {1} tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON.test_volume_list_param_limit ... success [0.156s] 2020-12-14 01:30:02.140 161 INFO opnfv-tempest [-] {1} tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON.test_volume_list_param_offset_and_limit ... success [0.294s] 2020-12-14 01:30:02.287 161 INFO opnfv-tempest [-] {1} tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON.test_volume_list_with_detail_param_limit ... success [0.150s] 2020-12-14 01:30:02.589 161 INFO opnfv-tempest [-] {1} tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON.test_volume_list_with_detail_param_offset_and_limit ... success [0.299s] 2020-12-14 01:30:02.743 161 INFO opnfv-tempest [-] {1} tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON.test_volume_list_with_details ... success [0.152s] 2020-12-14 01:30:02.758 161 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksIpV6TestAttrs.test_create_delete_subnet_with_v6_attributes_slaac ... success [3.952s] 2020-12-14 01:30:06.596 161 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksIpV6TestAttrs.test_create_delete_subnet_with_v6_attributes_stateful ... success [3.838s] 2020-12-14 01:30:07.850 161 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v2.test_services.ServicesTestJSON ... skip: b'Identity api v2 is not enabled' 2020-12-14 01:30:07.861 161 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v2.test_tenants.TenantsTestJSON ... skip: b'Identity api v2 is not enabled' 2020-12-14 01:30:08.879 161 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksIpV6TestAttrs.test_create_delete_subnet_with_v6_attributes_stateless ... success [2.277s] 2020-12-14 01:30:09.543 161 INFO opnfv-tempest [-] {0} tempest.api.volume.admin.test_volumes_backup.VolumesBackupsAdminTest.test_volume_backup_export_import ... success [12.091s] 2020-12-14 01:30:10.449 161 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v3.test_application_credentials.ApplicationCredentialsV3AdminTest.test_create_application_credential_with_roles ... success [0.975s] 2020-12-14 01:30:15.445 161 INFO opnfv-tempest [-] {0} tempest.api.volume.admin.test_volumes_backup.VolumesBackupsAdminTest.test_volume_backup_reset_status ... success [5.919s] 2020-12-14 01:30:16.071 161 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v3.test_default_project_id.TestDefaultProjectId.test_default_project_id ... success [1.812s] 2020-12-14 01:30:16.525 161 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_backup ... success [11.066s] 2020-12-14 01:30:20.962 161 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v3.test_domain_configuration.DomainConfigurationTestJSON.test_create_domain_config_and_show_config_groups_and_options ... success [1.161s] 2020-12-14 01:30:21.955 161 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v3.test_domain_configuration.DomainConfigurationTestJSON.test_create_update_and_delete_domain_config ... success [0.985s] 2020-12-14 01:30:23.107 161 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v3.test_domain_configuration.DomainConfigurationTestJSON.test_create_update_and_delete_domain_config_groups_and_opts ... success [1.150s] 2020-12-14 01:30:26.453 161 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v3.test_domain_configuration.DomainConfigurationTestJSON.test_show_default_group_config_and_options ... success [3.308s] 2020-12-14 01:30:30.796 161 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_create_domain_with_disabled_status ... success [0.395s] 2020-12-14 01:30:31.367 161 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_create_domain_without_description ... success [0.569s] 2020-12-14 01:30:31.583 161 INFO opnfv-tempest [-] {2} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_add_router_interfaces_on_overlapping_subnets_returns_400 ... success [13.529s] 2020-12-14 01:30:31.659 161 INFO opnfv-tempest [-] {2} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_delete_non_existent_router_returns_404 ... success [0.083s] 2020-12-14 01:30:32.042 161 INFO opnfv-tempest [-] {2} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_router_add_gateway_invalid_network_returns_404 ... success [0.379s] 2020-12-14 01:30:32.196 161 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_create_update_delete_domain ... success [0.823s] 2020-12-14 01:30:33.644 161 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_domain_delete_cascades_content ... success [1.438s] 2020-12-14 01:30:33.715 161 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_list_domains ... success [0.076s] 2020-12-14 01:30:33.777 161 INFO opnfv-tempest [-] {2} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_router_add_gateway_net_not_external_returns_400 ... success [1.736s] 2020-12-14 01:30:33.792 161 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_list_domains_filter_by_enabled ... success [0.080s] 2020-12-14 01:30:33.885 161 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_list_domains_filter_by_name ... success [0.083s] 2020-12-14 01:30:38.297 161 INFO opnfv-tempest [-] {2} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_router_remove_interface_in_use_returns_409 ... success [4.515s] 2020-12-14 01:30:38.389 161 INFO opnfv-tempest [-] {2} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_show_non_existent_router_returns_404 ... success [0.085s] 2020-12-14 01:30:38.536 161 INFO opnfv-tempest [-] {2} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_update_non_existent_router_returns_404 ... success [0.147s] 2020-12-14 01:30:39.827 161 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v3.test_project_tags.IdentityV3ProjectTagsTest.test_list_update_delete_project_tags ... success [1.159s] 2020-12-14 01:30:44.357 161 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v3.test_projects.ProjectsTestJSON.test_associate_user_to_project ... success [0.812s] 2020-12-14 01:30:45.080 161 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v3.test_projects.ProjectsTestJSON.test_create_is_domain_project ... success [0.711s] 2020-12-14 01:30:45.651 161 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v3.test_projects.ProjectsTestJSON.test_project_create_enabled ... success [0.563s] 2020-12-14 01:30:45.739 161 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_create_delete_with_volume_in_use ... success [29.133s] 2020-12-14 01:30:46.074 161 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v3.test_projects.ProjectsTestJSON.test_project_create_not_enabled ... success [0.432s] 2020-12-14 01:30:46.521 161 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v3.test_projects.ProjectsTestJSON.test_project_create_with_description ... success [0.439s] 2020-12-14 01:30:47.470 161 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v3.test_projects.ProjectsTestJSON.test_project_create_with_domain ... success [0.944s] 2020-12-14 01:30:48.712 161 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v3.test_projects.ProjectsTestJSON.test_project_create_with_parent ... success [1.238s] 2020-12-14 01:30:48.918 161 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_create_get_list_update_delete ... success [3.203s] 2020-12-14 01:30:49.321 161 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v3.test_projects.ProjectsTestJSON.test_project_get_equals_list ... success [0.607s] 2020-12-14 01:30:49.889 161 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v3.test_projects.ProjectsTestJSON.test_project_update_desc ... success [0.562s] 2020-12-14 01:30:50.432 161 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v3.test_projects.ProjectsTestJSON.test_project_update_enable ... success [0.539s] 2020-12-14 01:30:50.810 161 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_list_update_show_delete_security_group ... success [1.358s] 2020-12-14 01:30:50.957 161 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v3.test_projects.ProjectsTestJSON.test_project_update_name ... success [0.523s] 2020-12-14 01:30:51.978 161 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_security_group_rule_with_additional_args ... success [1.166s] 2020-12-14 01:30:55.071 161 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v3.test_services.ServicesTestJSON.test_create_service_without_description ... success [0.292s] 2020-12-14 01:30:55.099 161 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_security_group_rule_with_icmp_type_code ... success [3.066s] 2020-12-14 01:30:55.509 161 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v3.test_services.ServicesTestJSON.test_create_update_get_service ... success [0.442s] 2020-12-14 01:30:55.975 161 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_backup.VolumesBackupsTest.test_backup_create_attached_volume ... success [33.697s] 2020-12-14 01:30:55.996 161 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_security_group_rule_with_protocol_integer_value ... success [0.904s] 2020-12-14 01:30:56.339 161 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v3.test_services.ServicesTestJSON.test_list_services ... success [0.818s] 2020-12-14 01:30:57.710 161 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_security_group_rule_with_remote_group_id ... success [1.735s] 2020-12-14 01:30:59.113 161 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_security_group_rule_with_remote_ip_prefix ... success [1.402s] 2020-12-14 01:31:01.565 161 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v3.test_users_negative.UsersNegativeTest.test_authentication_for_disabled_user ... success [0.940s] 2020-12-14 01:31:01.685 161 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v3.test_users_negative.UsersNegativeTest.test_create_user_for_non_existent_domain ... success [0.123s] 2020-12-14 01:31:01.761 161 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_show_delete_security_group_rule ... success [2.628s] 2020-12-14 01:31:01.805 161 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_list_security_groups ... success [0.068s] 2020-12-14 01:31:03.999 161 INFO opnfv-tempest [-] {2} tempest.api.network.test_service_providers.ServiceProvidersTest.test_service_providers_list ... success [0.230s] 2020-12-14 01:31:04.359 161 INFO opnfv-tempest [-] {1} tempest.api.identity.v3.test_catalog.IdentityCatalogTest.test_catalog_standardization ... success [0.061s] 2020-12-14 01:31:06.420 161 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_account_bulk.BulkTest.test_bulk_delete ... success [0.353s] 2020-12-14 01:31:06.486 161 INFO opnfv-tempest [-] {1} tempest.api.identity.v3.test_ec2_credentials.EC2CredentialsTest.test_create_ec2_credential ... success [0.211s] 2020-12-14 01:31:06.563 161 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_account_bulk.BulkTest.test_bulk_delete_by_POST ... success [0.134s] 2020-12-14 01:31:06.691 161 INFO opnfv-tempest [-] {1} tempest.api.identity.v3.test_ec2_credentials.EC2CredentialsTest.test_delete_ec2_credential ... success [0.199s] 2020-12-14 01:31:07.018 161 INFO opnfv-tempest [-] {1} tempest.api.identity.v3.test_ec2_credentials.EC2CredentialsTest.test_list_ec2_credentials ... success [0.322s] 2020-12-14 01:31:07.193 161 INFO opnfv-tempest [-] {1} tempest.api.identity.v3.test_ec2_credentials.EC2CredentialsTest.test_show_ec2_credential ... success [0.178s] 2020-12-14 01:31:08.150 161 INFO opnfv-tempest [-] {1} tempest.api.image.v1.test_images_negative.CreateDeleteImagesNegativeTest ... skip: b'Glance API v1 not supported' 2020-12-14 01:31:08.160 161 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.MultiStoresImportImagesTest ... skip: b'MultiStoresImportImagesTest skipped as image import is not available' 2020-12-14 01:31:08.786 161 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_account_bulk.BulkTest.test_extract_archive ... success [2.218s] 2020-12-14 01:31:10.418 161 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images_member_negative.ImagesMemberNegativeTest.test_image_share_invalid_status ... success [0.702s] 2020-12-14 01:31:10.824 161 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images_member_negative.ImagesMemberNegativeTest.test_image_share_owner_cannot_accept ... success [0.401s] 2020-12-14 01:31:10.958 161 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_backup.VolumesBackupsTest.test_bootable_volume_backup_and_restore ... success [15.001s] 2020-12-14 01:31:10.966 161 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_backup.VolumesBackupsTest.test_volume_backup_create_get_detailed_list_restore_delete ... skip [0.001s]: b'ceph does not support arbitrary container names' 2020-12-14 01:31:12.645 161 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_account_quotas_negative.AccountQuotasNegativeTest.test_user_modify_quota ... success [0.261s] 2020-12-14 01:31:14.218 161 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images_metadefs_namespaces.MetadataNamespacesTest.test_basic_metadata_definition_namespaces ... success [0.776s] 2020-12-14 01:31:16.166 161 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_clone_negative.VolumesCloneNegativeTest.test_create_from_volume_decreasing_size ... success [1.947s] 2020-12-14 01:31:16.360 161 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_image_null_id ... success [0.177s] 2020-12-14 01:31:16.404 161 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_non_existing_image ... success [0.044s] 2020-12-14 01:31:16.608 161 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_protected_image ... success [0.202s] 2020-12-14 01:31:16.914 161 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_delete_deleted_image ... success [0.294s] 2020-12-14 01:31:16.939 161 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_image_null_id ... success [0.032s] 2020-12-14 01:31:16.989 161 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_non_existent_image ... success [0.043s] 2020-12-14 01:31:17.026 161 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_register_with_invalid_container_format ... success [0.034s] 2020-12-14 01:31:17.058 161 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_register_with_invalid_disk_format ... success [0.035s] 2020-12-14 01:31:18.073 161 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_account_services_negative.AccountNegativeTest.test_list_containers_with_non_authorized_user ... success [0.197s] 2020-12-14 01:31:19.076 161 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_versions.VersionsTest.test_list_versions ... success [0.026s] 2020-12-14 01:31:19.666 161 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_get.VolumesSummaryTest.test_show_volume_summary ... success [0.203s] 2020-12-14 01:31:22.126 161 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_acl_negative.ObjectACLsNegativeTest.test_delete_object_with_non_authorized_user ... success [0.568s] 2020-12-14 01:31:22.229 161 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_acl_negative.ObjectACLsNegativeTest.test_delete_object_without_using_creds ... success [0.097s] 2020-12-14 01:31:22.386 161 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_acl_negative.ObjectACLsNegativeTest.test_delete_object_without_write_rights ... success [0.153s] 2020-12-14 01:31:22.495 161 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_acl_negative.ObjectACLsNegativeTest.test_read_object_with_non_authorized_user ... success [0.109s] 2020-12-14 01:31:22.627 161 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_acl_negative.ObjectACLsNegativeTest.test_read_object_without_rights ... success [0.131s] 2020-12-14 01:31:22.698 161 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_acl_negative.ObjectACLsNegativeTest.test_write_object_with_non_authorized_user ... success [0.070s] 2020-12-14 01:31:22.796 161 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_acl_negative.ObjectACLsNegativeTest.test_write_object_without_rights ... success [0.095s] 2020-12-14 01:31:22.864 161 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_acl_negative.ObjectACLsNegativeTest.test_write_object_without_using_creds ... success [0.065s] 2020-12-14 01:31:22.964 161 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_acl_negative.ObjectACLsNegativeTest.test_write_object_without_write_rights ... success [0.098s] 2020-12-14 01:31:23.271 161 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_create_offline_delete_online ... success [34.278s] 2020-12-14 01:31:24.648 161 INFO opnfv-tempest [-] {1} tempest.api.network.admin.test_ports.PortsAdminExtendedAttrsIpV6TestJSON.test_create_port_binding_ext_attr ... success [1.755s] 2020-12-14 01:31:26.965 161 INFO opnfv-tempest [-] {1} tempest.api.network.admin.test_ports.PortsAdminExtendedAttrsIpV6TestJSON.test_list_ports_binding_ext_attr ... success [2.303s] 2020-12-14 01:31:27.998 161 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_services.ContainerTest.test_create_container ... success [2.309s] 2020-12-14 01:31:28.235 161 INFO opnfv-tempest [-] {1} tempest.api.network.admin.test_ports.PortsAdminExtendedAttrsIpV6TestJSON.test_show_port_binding_ext_attr ... success [1.264s] 2020-12-14 01:31:29.921 161 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_volume_from_snapshot ... success [6.675s] 2020-12-14 01:31:30.180 161 INFO opnfv-tempest [-] {1} tempest.api.network.admin.test_ports.PortsAdminExtendedAttrsIpV6TestJSON.test_update_port_binding_ext_attr ... success [1.946s] 2020-12-14 01:31:30.208 161 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_services.ContainerTest.test_create_container_overwrite ... success [2.206s] 2020-12-14 01:31:32.419 161 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_services.ContainerTest.test_create_container_with_metadata_key ... success [2.205s] 2020-12-14 01:31:34.650 161 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_services.ContainerTest.test_create_container_with_metadata_value ... success [2.227s] 2020-12-14 01:31:36.570 161 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_volume_from_snapshot_no_size ... success [6.635s] 2020-12-14 01:31:36.806 161 INFO opnfv-tempest [-] {1} tempest.api.network.admin.test_ports.PortsAdminExtendedAttrsTestJSON.test_create_port_binding_ext_attr ... success [1.806s] 2020-12-14 01:31:36.951 161 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_services.ContainerTest.test_create_container_with_remove_metadata_key ... success [2.295s] 2020-12-14 01:31:38.038 161 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_attach_volumes_with_nonexistent_volume_id ... success [14.315s] 2020-12-14 01:31:38.997 161 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_from_deactivated_image ... success [0.975s] 2020-12-14 01:31:39.309 161 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_services.ContainerTest.test_create_container_with_remove_metadata_value ... success [2.355s] 2020-12-14 01:31:39.584 161 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_services.ContainerTest.test_delete_container ... success [0.271s] 2020-12-14 01:31:39.840 161 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_from_image_with_decreasing_size ... success [0.846s] 2020-12-14 01:31:39.877 161 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_invalid_size ... success [0.036s] 2020-12-14 01:31:39.935 161 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_snapshot_id ... success [0.060s] 2020-12-14 01:31:40.016 161 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_source_volid ... success [0.072s] 2020-12-14 01:31:40.072 161 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_volume_type ... success [0.057s] 2020-12-14 01:31:40.109 161 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_negative ... success [0.035s] 2020-12-14 01:31:40.155 161 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_zero ... success [0.041s] 2020-12-14 01:31:40.203 161 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_without_passing_size ... success [0.045s] 2020-12-14 01:31:40.287 161 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_invalid_volume_id ... success [0.081s] 2020-12-14 01:31:40.316 161 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_volume_without_passing_volume_id ... success [0.032s] 2020-12-14 01:31:40.407 161 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_detach_volumes_with_invalid_volume_id ... success [0.086s] 2020-12-14 01:31:40.494 161 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_invalid_volume_id ... success [0.084s] 2020-12-14 01:31:40.536 161 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_volume_without_passing_volume_id ... success [0.041s] 2020-12-14 01:31:40.707 161 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_invalid_status ... success [0.163s] 2020-12-14 01:31:40.871 161 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_nonexistent_name ... success [0.160s] 2020-12-14 01:31:40.978 161 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_invalid_status ... success [0.106s] 2020-12-14 01:31:41.075 161 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_nonexistent_name ... success [0.098s] 2020-12-14 01:31:41.357 161 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_reserve_volume_with_negative_volume_status ... success [0.277s] 2020-12-14 01:31:41.434 161 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_reserve_volume_with_nonexistent_volume_id ... success [0.076s] 2020-12-14 01:31:41.512 161 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_unreserve_volume_with_nonexistent_volume_id ... success [0.073s] 2020-12-14 01:31:41.542 161 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_empty_volume_id ... success [0.033s] 2020-12-14 01:31:41.620 161 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_invalid_volume_id ... success [0.072s] 2020-12-14 01:31:41.721 161 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_nonexistent_volume_id ... success [0.095s] 2020-12-14 01:31:41.789 161 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_delete_nonexistent_volume_id ... success [0.067s] 2020-12-14 01:31:41.830 161 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_extend_with_None_size ... success [0.040s] 2020-12-14 01:31:41.872 161 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_extend_with_non_number_size ... success [0.037s] 2020-12-14 01:31:41.947 161 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_extend_with_nonexistent_volume_id ... success [0.072s] 2020-12-14 01:31:41.984 161 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_extend_with_size_smaller_than_original_size ... success [0.041s] 2020-12-14 01:31:42.013 161 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents ... success [2.419s] 2020-12-14 01:31:42.065 161 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_extend_without_passing_volume_id ... success [0.071s] 2020-12-14 01:31:42.132 161 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_get_nonexistent_volume_id ... success [0.068s] 2020-12-14 01:31:43.074 161 INFO opnfv-tempest [-] {1} tempest.api.network.admin.test_ports.PortsAdminExtendedAttrsTestJSON.test_list_ports_binding_ext_attr ... success [6.257s] 2020-12-14 01:31:44.465 161 INFO opnfv-tempest [-] {1} tempest.api.network.admin.test_ports.PortsAdminExtendedAttrsTestJSON.test_show_port_binding_ext_attr ... success [1.390s] 2020-12-14 01:31:44.494 161 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_delimiter ... success [2.481s] 2020-12-14 01:31:46.241 161 INFO opnfv-tempest [-] {1} tempest.api.network.admin.test_ports.PortsAdminExtendedAttrsTestJSON.test_update_port_binding_ext_attr ... success [1.772s] 2020-12-14 01:31:47.000 161 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_end_marker ... success [2.488s] 2020-12-14 01:31:49.513 161 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_format_json ... success [2.502s] 2020-12-14 01:31:49.735 161 INFO opnfv-tempest [-] {1} tempest.api.network.test_agent_management_negative.AgentManagementNegativeTest.test_list_agents_non_admin ... success [0.196s] 2020-12-14 01:31:52.040 161 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_format_xml ... success [2.527s] 2020-12-14 01:31:54.592 161 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_limit ... success [2.544s] 2020-12-14 01:31:56.185 161 INFO opnfv-tempest [-] {1} tempest.api.network.test_allowed_address_pair.AllowedAddressPairTestJSON.test_create_list_port_with_address_pair ... success [1.975s] 2020-12-14 01:31:57.170 161 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_marker ... success [2.565s] 2020-12-14 01:31:58.584 161 INFO opnfv-tempest [-] {1} tempest.api.network.test_allowed_address_pair.AllowedAddressPairTestJSON.test_update_port_with_address_pair ... success [2.392s] 2020-12-14 01:31:59.692 161 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_no_object ... success [2.526s] 2020-12-14 01:32:01.510 161 INFO opnfv-tempest [-] {1} tempest.api.network.test_allowed_address_pair.AllowedAddressPairTestJSON.test_update_port_with_cidr_address_pair ... success [2.924s] 2020-12-14 01:32:02.312 161 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_path ... success [2.602s] 2020-12-14 01:32:04.969 161 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_prefix ... success [2.651s] 2020-12-14 01:32:05.613 161 INFO opnfv-tempest [-] {1} tempest.api.network.test_allowed_address_pair.AllowedAddressPairTestJSON.test_update_port_with_multiple_ip_mac_address_pair ... success [4.092s] 2020-12-14 01:32:07.568 161 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_metadata ... success [2.594s] 2020-12-14 01:32:10.182 161 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_services.ContainerTest.test_list_no_container_metadata ... success [2.608s] 2020-12-14 01:32:12.562 161 INFO opnfv-tempest [-] {1} tempest.api.network.test_extensions.ExtensionsTestJSON.test_list_show_extensions ... success [2.462s] 2020-12-14 01:32:12.751 161 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_services.ContainerTest.test_update_container_metadata_with_create_and_delete_metadata ... success [2.560s] 2020-12-14 01:32:15.357 161 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_services.ContainerTest.test_update_container_metadata_with_create_metadata ... success [2.591s] 2020-12-14 01:32:18.074 161 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_services.ContainerTest.test_update_container_metadata_with_create_metadata_key ... success [2.716s] 2020-12-14 01:32:20.750 161 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_services.ContainerTest.test_update_container_metadata_with_delete_metadata ... success [2.660s] 2020-12-14 01:32:23.457 161 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_services.ContainerTest.test_update_container_metadata_with_delete_metadata_key ... success [2.701s] 2020-12-14 01:32:25.105 161 INFO opnfv-tempest [-] {1} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_floating_ip_specifying_a_fixed_ip_address ... success [3.461s] 2020-12-14 01:32:25.543 161 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_services_negative.ContainerNegativeTest.test_create_container_metadata_exceeds_overall_metadata_count ... success [0.210s] 2020-12-14 01:32:25.576 161 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_services_negative.ContainerNegativeTest.test_create_container_metadata_name_exceeds_max_length ... success [0.030s] 2020-12-14 01:32:25.606 161 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_services_negative.ContainerNegativeTest.test_create_container_metadata_value_exceeds_max_length ... success [0.030s] 2020-12-14 01:32:25.643 161 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_services_negative.ContainerNegativeTest.test_create_container_name_exceeds_max_length ... success [0.035s] 2020-12-14 01:32:25.874 161 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_services_negative.ContainerNegativeTest.test_delete_non_empty_container ... success [0.219s] 2020-12-14 01:32:25.895 161 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_services_negative.ContainerNegativeTest.test_delete_with_nonexistent_container_name ... success [0.029s] 2020-12-14 01:32:25.931 161 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_services_negative.ContainerNegativeTest.test_get_metadata_headers_with_invalid_container_name ... success [0.028s] 2020-12-14 01:32:26.055 161 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_services_negative.ContainerNegativeTest.test_list_all_container_objects_on_deleted_container ... success [0.122s] 2020-12-14 01:32:26.085 161 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_services_negative.ContainerNegativeTest.test_list_all_container_objects_with_nonexistent_container ... success [0.030s] 2020-12-14 01:32:26.117 161 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_services_negative.ContainerNegativeTest.test_update_metadata_with_nonexistent_container_name ... success [0.028s] 2020-12-14 01:32:28.269 161 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_staticweb.StaticWebTest.test_web_error ... success [0.093s] 2020-12-14 01:32:28.418 161 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_staticweb.StaticWebTest.test_web_index ... success [0.139s] 2020-12-14 01:32:28.529 161 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_staticweb.StaticWebTest.test_web_listing ... success [0.109s] 2020-12-14 01:32:28.594 161 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_staticweb.StaticWebTest.test_web_listing_css ... success [0.071s] 2020-12-14 01:32:30.586 161 INFO opnfv-tempest [-] {1} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_list_show_update_delete_floating_ip ... success [5.468s] 2020-12-14 01:32:32.828 161 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_healthcheck.HealthcheckTest.test_get_healthcheck ... success [0.022s] 2020-12-14 01:32:37.103 161 INFO opnfv-tempest [-] {1} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_update_floatingip_with_port_multiple_ip_address ... success [6.512s] 2020-12-14 01:32:37.135 161 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_object_formpost_negative.ObjectFormPostNegativeTest.test_post_object_using_form_expired ... success [2.065s] 2020-12-14 01:32:37.196 161 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_object_formpost_negative.ObjectFormPostNegativeTest.test_post_object_using_form_invalid_signature ... success [0.060s] 2020-12-14 01:32:42.289 161 INFO opnfv-tempest [-] {1} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_floating_ip_delete_port ... success [5.191s] 2020-12-14 01:33:02.032 161 INFO opnfv-tempest [-] {1} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_floating_ip_update_different_router ... success [19.730s] 2020-12-14 01:33:12.855 161 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_all_attributes ... success [2.088s] 2020-12-14 01:33:14.322 161 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_object_slo.ObjectSloTest.test_delete_large_object ... success [33.067s] 2020-12-14 01:33:17.172 161 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_allocation_pools ... success [4.316s] 2020-12-14 01:33:21.179 161 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_dhcp_enabled ... success [4.005s] 2020-12-14 01:33:25.261 161 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_gw ... success [4.077s] 2020-12-14 01:33:29.614 161 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_gw_and_allocation_pools ... success [4.348s] 2020-12-14 01:33:33.478 161 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_host_routes_and_dns_nameservers ... success [3.859s] 2020-12-14 01:33:37.371 161 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_without_gateway ... success [3.892s] 2020-12-14 01:33:41.712 161 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_create_update_delete_network_subnet ... success [4.330s] 2020-12-14 01:33:42.874 161 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_create_update_network_description ... success [1.163s] 2020-12-14 01:33:46.896 161 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_delete_network_with_subnet ... success [4.019s] 2020-12-14 01:33:47.194 161 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_external_network_visibility ... success [0.297s] 2020-12-14 01:33:47.406 161 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_list_networks ... success [0.202s] 2020-12-14 01:33:47.586 161 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_list_networks_fields ... success [0.182s] 2020-12-14 01:33:47.701 161 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_list_subnets ... success [0.108s] 2020-12-14 01:33:47.833 161 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_list_subnets_fields ... success [0.134s] 2020-12-14 01:33:47.943 161 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_object_slo.ObjectSloTest.test_list_large_object_metadata ... success [33.624s] 2020-12-14 01:33:47.998 161 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_show_network ... success [0.169s] 2020-12-14 01:33:48.200 161 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_show_network_fields ... success [0.193s] 2020-12-14 01:33:48.316 161 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_show_subnet ... success [0.112s] 2020-12-14 01:33:48.403 161 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_show_subnet_fields ... success [0.083s] 2020-12-14 01:33:51.847 161 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_update_subnet_gw_dns_host_routes_dhcp ... success [3.437s] 2020-12-14 01:33:58.009 161 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_create_port_on_non_existent_network ... success [0.190s] 2020-12-14 01:33:58.065 161 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_delete_non_existent_network ... success [0.052s] 2020-12-14 01:33:58.135 161 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_delete_non_existent_port ... success [0.068s] 2020-12-14 01:33:58.222 161 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_delete_non_existent_subnet ... success [0.088s] 2020-12-14 01:33:58.317 161 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_show_non_existent_network ... success [0.087s] 2020-12-14 01:33:58.379 161 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_show_non_existent_port ... success [0.065s] 2020-12-14 01:33:58.446 161 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_show_non_existent_subnet ... success [0.061s] 2020-12-14 01:33:58.503 161 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_update_non_existent_network ... success [0.054s] 2020-12-14 01:33:58.592 161 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_update_non_existent_port ... success [0.086s] 2020-12-14 01:33:58.663 161 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_update_non_existent_subnet ... success [0.068s] 2020-12-14 01:34:06.478 161 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_bulk_port ... success [3.917s] 2020-12-14 01:34:20.168 161 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_in_allowed_allocation_pools ... success [13.690s] 2020-12-14 01:34:21.145 161 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_object_slo.ObjectSloTest.test_retrieve_large_object ... success [33.182s] 2020-12-14 01:34:25.893 161 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_with_no_securitygroups ... success [5.720s] 2020-12-14 01:34:29.134 161 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_show_delete_port_user_defined_mac ... success [3.233s] 2020-12-14 01:34:36.077 161 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_update_delete_port ... success [6.942s] 2020-12-14 01:34:50.545 161 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_update_port_with_second_ip ... success [14.459s] 2020-12-14 01:34:50.643 161 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsIpV6TestJSON.test_list_ports ... success [0.102s] 2020-12-14 01:34:50.732 161 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsIpV6TestJSON.test_list_ports_fields ... success [0.081s] 2020-12-14 01:34:54.833 161 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_object_slo.ObjectSloTest.test_upload_manifest ... success [33.695s] 2020-12-14 01:34:59.282 161 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_object_temp_url_negative.ObjectTempUrlNegativeTest.test_get_object_after_expiration_time ... success [2.090s] 2020-12-14 01:35:02.896 161 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsIpV6TestJSON.test_port_list_filter_by_ip ... success [12.150s] 2020-12-14 01:35:10.775 161 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsIpV6TestJSON.test_port_list_filter_by_ip_substr ... success [7.864s] 2020-12-14 01:35:16.213 161 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_group_snapshots.GroupSnapshotsTest.test_create_group_from_group_snapshot ... success [11.810s] 2020-12-14 01:35:20.903 161 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsIpV6TestJSON.test_port_list_filter_by_router_id ... success [10.130s] 2020-12-14 01:35:21.164 161 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsIpV6TestJSON.test_show_port ... success [0.265s] 2020-12-14 01:35:21.264 161 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsIpV6TestJSON.test_show_port_fields ... success [0.098s] 2020-12-14 01:35:32.371 161 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsIpV6TestJSON.test_update_port_with_security_group_and_extra_attributes ... success [11.086s] 2020-12-14 01:35:38.071 161 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_group_snapshots.GroupSnapshotsTest.test_delete_group_snapshots_following_updated_volumes ... success [21.818s] 2020-12-14 01:35:41.515 161 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsIpV6TestJSON.test_update_port_with_two_security_groups_and_extra_attributes ... success [9.138s] 2020-12-14 01:35:46.723 161 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_group_snapshots.GroupSnapshotsTest.test_group_snapshot_create_show_list_delete ... success [8.644s] 2020-12-14 01:35:57.043 161 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_create_bulk_port ... success [4.223s] 2020-12-14 01:36:00.743 161 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_groups.GroupsTest.test_group_create_show_list_delete ... success [9.406s] 2020-12-14 01:36:02.808 161 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_create_port_in_allowed_allocation_pools ... success [5.757s] 2020-12-14 01:36:11.010 161 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_groups.GroupsTest.test_group_update ... success [10.261s] 2020-12-14 01:36:19.303 161 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_create_port_with_no_securitygroups ... success [16.493s] 2020-12-14 01:36:22.992 161 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_create_show_delete_port_user_defined_mac ... success [3.688s] 2020-12-14 01:36:24.378 161 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_groups.GroupsV314Test.test_create_group_from_group ... success [9.518s] 2020-12-14 01:36:25.120 161 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_create_update_delete_port ... success [2.126s] 2020-12-14 01:36:26.400 161 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_multi_backend.VolumeMultiBackendTest ... skip: b'Cinder multi-backend feature disabled' 2020-12-14 01:36:35.281 161 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_volume_manage.VolumeManageAdminTest.test_unmanage_manage_volume ... success [7.208s] 2020-12-14 01:36:39.270 161 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_volume_quota_classes.VolumeQuotaClassesTest.test_show_default_quota ... success [0.317s] 2020-12-14 01:36:40.791 161 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_volume_quota_classes.VolumeQuotaClassesTest.test_update_default_quota ... success [1.511s] 2020-12-14 01:36:41.480 161 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_create_update_port_with_second_ip ... success [16.346s] 2020-12-14 01:36:41.604 161 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_list_ports ... success [0.133s] 2020-12-14 01:36:41.691 161 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_list_ports_fields ... success [0.085s] 2020-12-14 01:36:49.212 161 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_volume_retype.VolumeRetypeWithoutMigrationTest.test_available_volume_retype ... success [4.247s] 2020-12-14 01:36:49.306 161 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_port_list_filter_by_ip ... success [7.600s] 2020-12-14 01:37:00.099 161 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_volume_snapshot_quotas_negative.VolumeSnapshotQuotasNegativeTestJSON.test_quota_volume_gigabytes_snapshots ... success [0.728s] 2020-12-14 01:37:00.243 161 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_volume_snapshot_quotas_negative.VolumeSnapshotQuotasNegativeTestJSON.test_quota_volume_snapshots ... success [0.141s] 2020-12-14 01:37:01.438 161 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_port_list_filter_by_ip_substr ... success [12.125s] 2020-12-14 01:37:15.293 161 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_crud_with_volume_type_and_extra_specs ... success [4.146s] 2020-12-14 01:37:15.454 161 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_type_create_get_delete ... success [0.167s] 2020-12-14 01:37:15.638 161 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_port_list_filter_by_router_id ... success [14.195s] 2020-12-14 01:37:15.721 161 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_show_port ... success [0.091s] 2020-12-14 01:37:15.802 161 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_show_port_fields ... success [0.081s] 2020-12-14 01:37:16.169 161 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_type_encryption_create_get_update_delete ... success [0.706s] 2020-12-14 01:37:16.264 161 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_type_list ... success [0.096s] 2020-12-14 01:37:16.907 161 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_type_update ... success [0.640s] 2020-12-14 01:37:23.295 161 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_create_volume_with_private_volume_type ... success [0.413s] 2020-12-14 01:37:23.349 161 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_create_with_empty_name ... success [0.050s] 2020-12-14 01:37:23.415 161 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_delete_nonexistent_type_id ... success [0.060s] 2020-12-14 01:37:23.468 161 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_get_nonexistent_type_id ... success [0.056s] 2020-12-14 01:37:24.168 161 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_update_port_with_security_group_and_extra_attributes ... success [8.348s] 2020-12-14 01:37:30.178 161 INFO opnfv-tempest [-] {2} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_crud_snapshot_metadata ... success [0.556s] 2020-12-14 01:37:30.648 161 INFO opnfv-tempest [-] {2} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_update_show_snapshot_metadata_item ... success [0.468s] 2020-12-14 01:37:33.055 161 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_update_port_with_two_security_groups_and_extra_attributes ... success [8.879s] 2020-12-14 01:37:41.752 161 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volume_transfers.VolumesTransfersTest.test_create_get_list_accept_volume_transfer ... success [5.266s] 2020-12-14 01:37:45.654 161 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volume_transfers.VolumesTransfersTest.test_create_list_delete_volume_transfer ... success [3.889s] 2020-12-14 01:38:10.448 161 INFO opnfv-tempest [-] {1} tempest.api.network.test_routers.RoutersIpV6Test.test_add_multiple_router_interfaces ... success [31.448s] 2020-12-14 01:38:15.296 161 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_attach_detach_volume_to_instance ... success [22.148s] 2020-12-14 01:38:19.705 161 INFO opnfv-tempest [-] {1} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_port_id ... success [9.258s] 2020-12-14 01:38:32.597 161 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_get_volume_attachment ... success [17.303s] 2020-12-14 01:38:33.133 161 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_reserve_unreserve_volume ... success [0.547s] 2020-12-14 01:38:33.650 161 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_bootable ... success [0.517s] 2020-12-14 01:38:34.184 161 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_readonly_update ... success [0.529s] 2020-12-14 01:38:37.450 161 INFO opnfv-tempest [-] {1} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_subnet_id ... success [17.739s] 2020-12-14 01:38:42.183 161 INFO opnfv-tempest [-] {1} tempest.api.network.test_routers.RoutersIpV6Test.test_create_show_list_update_delete_router ... success [4.731s] 2020-12-14 01:38:43.615 161 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_upload ... success [9.417s] 2020-12-14 01:38:51.855 161 INFO opnfv-tempest [-] {1} tempest.api.network.test_routers.RoutersIpV6Test.test_router_interface_port_update_with_fixed_ip ... success [9.662s] 2020-12-14 01:39:13.273 161 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_extend.VolumesExtendAttachedTest.test_extend_attached_volume ... success [21.535s] 2020-12-14 01:39:32.318 161 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_extend.VolumesExtendTest.test_volume_extend ... success [7.495s] 2020-12-14 01:39:43.279 161 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_extend.VolumesExtendTest.test_volume_extend_when_volume_has_snapshot ... success [10.948s] 2020-12-14 01:39:44.769 161 INFO opnfv-tempest [-] {1} tempest.api.network.test_routers.RoutersIpV6Test.test_update_delete_extra_route ... success [52.892s] 2020-12-14 01:39:46.555 161 INFO opnfv-tempest [-] {1} tempest.api.network.test_routers.RoutersIpV6Test.test_update_router_admin_state ... success [1.807s] 2020-12-14 01:39:49.551 161 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_with_nonexistent_volume_id ... success [0.277s] 2020-12-14 01:39:49.629 161 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_without_passing_volume_id ... success [0.080s] 2020-12-14 01:39:49.674 161 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_list_snapshot_invalid_param_limit ... success [0.042s] 2020-12-14 01:39:49.731 161 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_list_snapshots_invalid_param_marker ... success [0.057s] 2020-12-14 01:39:49.784 161 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_list_snapshots_invalid_param_sort ... success [0.044s] 2020-12-14 01:39:51.109 161 INFO opnfv-tempest [-] {1} tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools ... success [0.648s] 2020-12-14 01:39:53.114 161 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_volume_from_snapshot_decreasing_size ... success [3.320s] 2020-12-14 01:39:59.253 161 INFO opnfv-tempest [-] {1} tempest.api.network.test_tags.TagsExtTest.test_create_check_list_and_delete_tags ... success [2.641s] 2020-12-14 01:40:02.178 161 INFO opnfv-tempest [-] {1} tempest.api.network.test_tags.TagsExtTest.test_update_and_delete_all_tags ... success [2.906s] 2020-12-14 01:40:12.372 161 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_account_quotas.AccountQuotasTest.test_admin_modify_quota ... success [0.333s] 2020-12-14 01:40:12.475 161 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_account_quotas.AccountQuotasTest.test_upload_valid_object ... success [0.102s] 2020-12-14 01:40:22.587 161 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_object_version.ContainerTest.test_versioned_container ... success [4.998s] 2020-12-14 01:40:25.630 161 INFO opnfv-tempest [-] {1} tempest.api.volume.admin.test_backends_capabilities.BackendsCapabilitiesAdminTestsJSON.test_compare_volume_stats_values ... success [0.233s] 2020-12-14 01:40:25.696 161 INFO opnfv-tempest [-] {1} tempest.api.volume.admin.test_backends_capabilities.BackendsCapabilitiesAdminTestsJSON.test_get_capabilities_backend ... success [0.071s] 2020-12-14 01:40:36.433 161 INFO opnfv-tempest [-] {1} tempest.api.volume.admin.test_encrypted_volumes_extend.EncryptedVolumesExtendAttachedTest.test_extend_attached_encrypted_volume_luksv1 ... skip [0.002s]: b'Attached encrypted volume extend is disabled.' 2020-12-14 01:40:42.056 161 INFO opnfv-tempest [-] {1} tempest.api.volume.admin.test_group_snapshots.GroupSnapshotsV319Test.test_reset_group_snapshot_status ... skip [0.004s]: b'Skipped until bug: https://launchpad.net/bugs/1770179 is resolved.' 2020-12-14 01:40:51.228 161 INFO opnfv-tempest [-] {1} tempest.api.volume.admin.test_groups.GroupsV320Test.test_reset_group_status ... success [5.953s] 2020-12-14 01:40:59.222 161 INFO opnfv-tempest [-] {1} tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest.test_reset_snapshot_status ... success [0.667s] 2020-12-14 01:41:02.430 161 INFO opnfv-tempest [-] {1} tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest.test_snapshot_force_delete_when_snapshot_is_creating ... success [3.199s] 2020-12-14 01:41:05.571 161 INFO opnfv-tempest [-] {1} tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest.test_snapshot_force_delete_when_snapshot_is_deleting ... success [3.136s] 2020-12-14 01:41:08.785 161 INFO opnfv-tempest [-] {1} tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest.test_snapshot_force_delete_when_snapshot_is_error ... success [3.212s] 2020-12-14 01:41:11.917 161 INFO opnfv-tempest [-] {1} tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest.test_snapshot_force_delete_when_snapshot_is_error_deleting ... success [3.127s] 2020-12-14 01:41:12.561 161 INFO opnfv-tempest [-] {1} tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest.test_update_snapshot_status ... success [0.644s] 2020-12-14 01:41:19.290 161 INFO opnfv-tempest [-] {1} tempest.api.volume.admin.test_volume_types_extra_specs.VolumeTypesExtraSpecsTest.test_volume_type_extra_spec_create_get_delete ... success [0.325s] 2020-12-14 01:41:19.478 161 INFO opnfv-tempest [-] {1} tempest.api.volume.admin.test_volume_types_extra_specs.VolumeTypesExtraSpecsTest.test_volume_type_extra_specs_list ... success [0.188s] 2020-12-14 01:41:19.962 161 INFO opnfv-tempest [-] {1} tempest.api.volume.admin.test_volume_types_extra_specs.VolumeTypesExtraSpecsTest.test_volume_type_extra_specs_update ... success [0.477s] 2020-12-14 01:41:23.077 161 INFO opnfv-tempest [-] {1} tempest.api.volume.test_extensions.ExtensionsTestJSON.test_list_extensions ... success [0.232s] 2020-12-14 01:41:25.097 161 INFO opnfv-tempest [-] {1} tempest.api.volume.test_versions.VersionsTest.test_list_versions ... success [0.061s] 2020-12-14 01:41:25.506 161 INFO opnfv-tempest [-] {1} tempest.api.volume.test_versions.VersionsTest.test_show_version ... success [0.407s] 2020-12-14 01:41:30.203 161 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volume_absolute_limits.AbsoluteLimitsTests.test_get_volume_absolute_limits ... success [0.138s] 2020-12-14 01:41:36.926 161 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_crud_volume_metadata ... success [0.686s] 2020-12-14 01:41:37.409 161 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_update_show_volume_metadata_item ... success [0.481s] 2020-12-14 01:41:46.759 161 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_backup.VolumesBackupsV39Test.test_update_backup ... success [5.978s] 2020-12-14 01:41:57.912 161 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_clone.VolumesCloneTest.test_create_from_bootable_volume ... success [7.730s] 2020-12-14 01:42:01.676 161 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_clone.VolumesCloneTest.test_create_from_volume ... success [3.766s] 2020-12-14 01:42:16.394 161 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete ... success [7.305s] 2020-12-14 01:42:26.634 161 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_as_clone ... success [10.231s] 2020-12-14 01:42:37.726 161 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image ... success [11.082s] 2020-12-14 01:42:50.947 161 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list ... success [0.111s] 2020-12-14 01:42:51.053 161 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_by_name ... success [0.106s] 2020-12-14 01:42:51.229 161 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_by_name ... success [0.169s] 2020-12-14 01:42:51.967 161 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_pagination ... success [0.731s] 2020-12-14 01:42:52.288 161 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_with_multiple_params ... success [0.317s] 2020-12-14 01:42:52.769 161 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_pagination ... success [0.480s] 2020-12-14 01:42:52.874 161 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_param_display_name_and_status ... success [0.107s] 2020-12-14 01:42:53.064 161 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_display_name_and_status ... success [0.187s] 2020-12-14 01:42:53.255 161 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_marker ... success [0.189s] 2020-12-14 01:42:53.436 161 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_metadata ... success [0.179s] 2020-12-14 01:42:53.622 161 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_details ... success [0.185s] 2020-12-14 01:42:53.728 161 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_param_metadata ... success [0.103s] 2020-12-14 01:42:53.953 161 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_availability_zone ... success [0.218s] 2020-12-14 01:42:54.160 161 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_bootable ... success [0.203s] 2020-12-14 01:42:54.386 161 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_status ... success [0.221s] 2020-12-14 01:42:54.584 161 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_availability_zone ... success [0.199s] 2020-12-14 01:42:54.791 161 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_bootable ... success [0.204s] 2020-12-14 01:42:54.988 161 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_status ... success [0.198s] 2020-12-14 01:43:07.183 161 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_limit ... success [0.105s] 2020-12-14 01:43:07.360 161 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_limit_equals_infinite ... success [0.176s] 2020-12-14 01:43:07.436 161 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_limit_equals_zero ... success [0.077s] 2020-12-14 01:43:07.622 161 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_marker ... success [0.182s] 2020-12-14 01:43:07.709 161 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_offset ... success [0.086s] 2020-12-14 01:43:07.806 161 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_sort_created_at_asc ... success [0.092s] 2020-12-14 01:43:07.900 161 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_sort_created_at_desc ... success [0.091s] 2020-12-14 01:43:08.000 161 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_sort_id_asc ... success [0.097s] 2020-12-14 01:43:08.095 161 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_sort_id_desc ... success [0.092s] 2020-12-14 01:43:08.189 161 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_sort_name_asc ... success [0.092s] 2020-12-14 01:43:08.283 161 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_sort_name_desc ... success [0.091s] 2020-12-14 01:43:08.556 161 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_details_with_params ... success [0.265s] 2020-12-14 01:43:08.821 161 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_with_params ... success [0.261s] 2020-12-14 01:43:27.620 161 INFO rally.task.context [-] Verification 33d0db25-1eb6-4b6d-9b35-b37d4ddb2745 | Context testr@default cleanup() started 2020-12-14 01:43:27.624 161 INFO rally.task.context [-] Verification 33d0db25-1eb6-4b6d-9b35-b37d4ddb2745 | Context testr@default cleanup() finished in 4.10 msec 2020-12-14 01:43:27.628 161 INFO rally.task.context [-] Verification 33d0db25-1eb6-4b6d-9b35-b37d4ddb2745 | Context tempest@default cleanup() started 2020-12-14 01:43:28.001 161 RALLYDEBUG rally_openstack.verification.tempest.context [-] Deleting flavor 'rally_verify_eb22c75d_bObQWAdZ'. 2020-12-14 01:43:28.166 161 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_eb22c75d_bObQWAdZ' has been deleted. 2020-12-14 01:43:28.169 161 RALLYDEBUG rally_openstack.verification.tempest.context [-] Removing value 'cdad8710-7950-47f7-9ffa-2d92c2d7e88e' of option 'instance_type' from Tempest config file. 2020-12-14 01:43:28.171 161 RALLYDEBUG rally_openstack.verification.tempest.context [-] Value 'cdad8710-7950-47f7-9ffa-2d92c2d7e88e' has been removed. 2020-12-14 01:43:28.176 161 INFO rally.task.context [-] Verification 33d0db25-1eb6-4b6d-9b35-b37d4ddb2745 | Context tempest@default cleanup() finished in 0.55 sec 2020-12-14 01:43:29.325 161 INFO rally.api [-] Verification (UUID=eb22c75d-5959-4395-bc0d-3e3701bdb2d0) has been successfully finished for deployment 'opnfv-rally' (UUID=4724e341-26d4-46a2-9a85-bb69d4ab9dab)! 2020-12-14 01:43:43.135 260 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-14 01:43:43.140 260 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-14 01:43:43.142 260 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-14 01:44:06.801 266 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-14 01:44:06.807 266 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-14 01:44:06.808 266 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-14 01:44:33.443 266 INFO rally.api [-] Building 'html' report for the following verification(s): 'eb22c75d-5959-4395-bc0d-3e3701bdb2d0' 2020-12-14 01:44:33.967 266 INFO rally.api [-] The report has been successfully built. 2020-12-14 01:44:47.546 279 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-14 01:44:47.551 279 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-14 01:44:47.552 279 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-14 01:45:12.252 279 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): 'eb22c75d-5959-4395-bc0d-3e3701bdb2d0' 2020-12-14 01:45:13.013 279 INFO rally.api [-] The report has been successfully built.