2020-08-10 15:19:32.020 10 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-08-10 15:19:32.026 10 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-08-10 15:19:32.028 10 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-08-10 15:19:55.536 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-08-10 15:19:55.536 10 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-08-10 15:19:55.536 10 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-08-10 15:19:55.536 10 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-08-10 15:19:55.536 10 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-08-10 15:19:55.536 10 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2020-08-10 15:19:55.536 10 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-08-10 15:19:55.536 10 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-08-10 15:19:55.536 10 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-08-10 15:19:55.536 10 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-08-10 15:19:55.536 10 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2020-08-10 15:19:55.536 10 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2020-08-10 15:19:55.536 10 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2020-08-10 15:19:55.536 10 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2020-08-10 15:19:55.536 10 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2020-08-10 15:19:55.536 10 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2020-08-10 15:19:55.536 10 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2020-08-10 15:19:55.536 10 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2020-08-10 15:19:55.536 10 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-08-10 15:19:55.536 10 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-08-10 15:19:55.536 10 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2020-08-10 15:19:55.536 10 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-08-10 15:19:55.536 10 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2020-08-10 15:19:55.536 10 ERROR rally.cli.cliutils 2020-08-10 15:20:09.410 16 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-08-10 15:20:09.416 16 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-08-10 15:20:09.417 16 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-08-10 15:20:47.679 22 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-08-10 15:20:47.685 22 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-08-10 15:20:47.686 22 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-08-10 15:21:28.770 31 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-08-10 15:21:28.776 31 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-08-10 15:21:28.778 31 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-08-10 15:21:43.088 40 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-08-10 15:21:43.094 40 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-08-10 15:21:43.095 40 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-08-10 15:22:04.726 40 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-08-10 15:22:04.726 40 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-08-10 15:22:04.726 40 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-08-10 15:22:04.726 40 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-08-10 15:22:04.726 40 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2020-08-10 15:22:04.726 40 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-08-10 15:22:04.726 40 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-08-10 15:22:04.726 40 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2020-08-10 15:22:04.726 40 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2020-08-10 15:22:04.726 40 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2020-08-10 15:22:04.726 40 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2020-08-10 15:22:04.726 40 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2020-08-10 15:22:04.726 40 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2020-08-10 15:22:04.726 40 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2020-08-10 15:22:04.726 40 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2020-08-10 15:22:04.726 40 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-08-10 15:22:04.726 40 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-08-10 15:22:04.726 40 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2020-08-10 15:22:04.726 40 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2020-08-10 15:22:04.726 40 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2020-08-10 15:22:04.726 40 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-08-10 15:22:04.726 40 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2020-08-10 15:22:04.726 40 ERROR rally.cli.cliutils 2020-08-10 15:22:18.679 46 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-08-10 15:22:18.685 46 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-08-10 15:22:18.686 46 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-08-10 15:22:40.450 46 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2020-08-10 15:22:40.884 46 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-f4e12820-78d9-483b-a492-d1a0d71c9f31/repo. 2020-08-10 15:22:41.641 46 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-f4e12820-78d9-483b-a492-d1a0d71c9f31/repo'... done. Note: switching to '7cf317646c216b70fd060027d67c7aedf746bf6d'. You are in 'detached HEAD' state. You can look around, make experimental changes and commit them, and you can discard any commits you make in this state without impacting any branches by switching back to a branch. If you want to create a new branch to retain commits you create, you may do so (now or later) by using -c with the switch command. Example: git switch -c Or undo this operation with: git switch - Turn off this advice by setting config variable advice.detachedHead to false ' 2020-08-10 15:22:41.748 46 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'tags/24.0.0-1-g7cf317646 ' 2020-08-10 15:22:41.812 46 RALLYDEBUG rally.verification.utils [-] Subprocess output: '7cf317646c216b70fd060027d67c7aedf746bf6d ' 2020-08-10 15:22:41.873 46 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2020-08-10 15:22:42.407 46 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2020-08-10 15:22:49.205 46 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=f4e12820-78d9-483b-a492-d1a0d71c9f31) has been successfully created! 2020-08-10 15:23:04.304 71 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-08-10 15:23:04.310 71 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-08-10 15:23:04.312 71 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-08-10 15:23:40.774 80 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-08-10 15:23:40.780 80 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-08-10 15:23:40.782 80 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-08-10 15:24:01.822 80 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=f4e12820-78d9-483b-a492-d1a0d71c9f31) for deployment 'opnfv-rally' (UUID=be7ee549-32eb-438e-a723-92b934b8851d). 2020-08-10 15:24:03.226 80 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=f4e12820-78d9-483b-a492-d1a0d71c9f31) has been successfully configured for deployment 'opnfv-rally' (UUID=be7ee549-32eb-438e-a723-92b934b8851d)! 2020-08-10 15:25:21.120 97 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-08-10 15:25:21.126 97 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-08-10 15:25:21.128 97 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-08-10 15:25:43.324 97 INFO rally.api [-] Starting verification (UUID=73ffa5e0-5d90-44a4-9e7d-b8e84a6a0fcc) for deployment 'opnfv-rally' (UUID=be7ee549-32eb-438e-a723-92b934b8851d) by verifier 'opnfv-tempest' (UUID=f4e12820-78d9-483b-a492-d1a0d71c9f31). 2020-08-10 15:25:47.710 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2020-08-10 15:25:47.713 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-f4e12820-78d9-483b-a492-d1a0d71c9f31/for-deployment-be7ee549-32eb-438e-a723-92b934b8851d/tempest.log' to option 'log_file'. 2020-08-10 15:25:47.714 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-f4e12820-78d9-483b-a492-d1a0d71c9f31/for-deployment-be7ee549-32eb-438e-a723-92b934b8851d/tempest.log 2020-08-10 15:25:47.716 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2020-08-10 15:25:47.718 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-f4e12820-78d9-483b-a492-d1a0d71c9f31/for-deployment-be7ee549-32eb-438e-a723-92b934b8851d/lock_files' to option 'lock_path'. 2020-08-10 15:25:47.719 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-f4e12820-78d9-483b-a492-d1a0d71c9f31/for-deployment-be7ee549-32eb-438e-a723-92b934b8851d/lock_files 2020-08-10 15:25:47.721 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is already configured in Tempest config file. img_dir = /home/opnfv/functest/images 2020-08-10 15:25:47.723 97 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-08-10 15:25:47.725 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = 186fec9b-e148-48e2-b4f7-a484194a6d77 2020-08-10 15:25:47.726 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = 1bfdf924-f86b-4ac4-ad32-0c1df84fcc2c 2020-08-10 15:25:47.730 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = 0a5506a8-b3f2-4997-b799-4f9974e9224c 2020-08-10 15:25:47.733 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = cb9b1a7e-e803-4b3b-8a3e-1ea66763e53e 2020-08-10 15:25:48.176 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2020-08-10 15:25:48.178 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = tempest_full-net_cfc56e42-0083-4dd4-8760-dcfbfddfa315 2020-08-10 15:25:48.182 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2020-08-10 15:25:48.899 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2020-08-10 15:25:49.001 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] There is no flavor with the mentioned properties. 2020-08-10 15:25:49.003 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Creating flavor 'rally_verify_73ffa5e0_JXHL9XFz' with the following properties: RAM = 64MB, VCPUs = 1, disk = 5GB. 2020-08-10 15:25:49.083 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_73ffa5e0_JXHL9XFz' (ID = 42bfa3fa-c331-4bf1-bc53-5676ee14669c) has been successfully created! 2020-08-10 15:25:49.085 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '42bfa3fa-c331-4bf1-bc53-5676ee14669c' to option 'instance_type'. 2020-08-10 15:25:49.087 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = 42bfa3fa-c331-4bf1-bc53-5676ee14669c 2020-08-10 15:25:49.097 97 INFO rally.task.context [-] Verification f4e12820-78d9-483b-a492-d1a0d71c9f31 | Context tempest@default setup() finished in 4.64 sec 2020-08-10 15:25:49.103 97 INFO rally.task.context [-] Verification f4e12820-78d9-483b-a492-d1a0d71c9f31 | Context testr@default setup() finished in 2.87 msec 2020-08-10 15:25:49.105 97 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --concurrency 4 --load-list /tmp/31a43506-7b97-4d1d-b4ed-a52bc7084e9b'. 2020-08-10 15:26:33.722 97 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_agents.AgentsAdminTestJSON.test_create_agent ... success [0.288s] 2020-08-10 15:26:33.728 97 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_agents.AgentsAdminTestJSON.test_delete_agent ... success [0.176s] 2020-08-10 15:26:33.746 97 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_agents.AgentsAdminTestJSON.test_list_agents ... success [0.172s] 2020-08-10 15:26:33.845 97 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_agents.AgentsAdminTestJSON.test_list_agents_with_filter ... success [0.297s] 2020-08-10 15:26:33.899 97 INFO opnfv-tempest [-] {2} tempest.api.compute.admin.test_availability_zone_negative.AZAdminNegativeTestJSON.test_get_availability_zone_list_detail_with_non_admin_user ... success [0.234s] 2020-08-10 15:26:33.909 97 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_agents.AgentsAdminTestJSON.test_update_agent ... success [0.179s] 2020-08-10 15:26:37.513 97 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_auto_allocate_network.AutoAllocateNetworkTest ... skip: b"Found shared networks: [{'id': '573314ec-d8ca-4c0a-9edf-f9860d9efcb6', 'name': 'rally_sanity-net_789c77c5-a1e4-4f0a-bbdf-469b75aebd42', 'tenant_id': 'f4d3821107464c668ef7d8c666172604', 'admin_state_up': True, 'mtu': 1400, 'status': 'ACTIVE', 'subnets': ['39b33e28-e73c-4259-aeb1-fca303e421a0'], '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-08-10T14:46:57Z', 'updated_at': '2020-08-10T14:46:58Z', 'revision_number': 2, 'project_id': 'f4d3821107464c668ef7d8c666172604'}, {'id': '590ac143-65ec-455f-a634-3345c147f7fb', 'name': 'shared', 'tenant_id': 'f2d0a867f6c64d02934f4d1f34fbca8c', 'admin_state_up': True, 'mtu': 1400, 'status': 'ACTIVE', 'subnets': ['2785c217-e638-4275-b758-ddd1067d314b'], '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-07-16T08:58:49Z', 'updated_at': '2020-07-16T08:58:51Z', 'revision_number': 2, 'project_id': 'f2d0a867f6c64d02934f4d1f34fbca8c'}, {'id': '8eb3cdae-18bb-4fa6-bc14-2df1d4db35d5', 'name': 'tempest_scenario-net_0dbe0f09-7efc-415d-aec7-2a972534b6dd', 'tenant_id': 'fbc9c9015c864ae9af8be340e877bed0', 'admin_state_up': True, 'mtu': 1400, 'status': 'ACTIVE', 'subnets': ['32043f67-36c5-4ed6-ae14-4a870dab79ba'], '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-08-10T15:23:12Z', 'updated_at': '2020-08-10T15:23:13Z', 'revision_number': 2, 'project_id': 'fbc9c9015c864ae9af8be340e877bed0'}, {'id': 'd2419032-32c8-4999-ae45-bc0872ff5560', 'name': 'tempest_full-net_cfc56e42-0083-4dd4-8760-dcfbfddfa315', 'tenant_id': 'bae560b556e34eeab5f189da19a1dad4', 'admin_state_up': True, 'mtu': 1400, 'status': 'ACTIVE', 'subnets': ['01fc0fcc-e7fe-47c7-afb5-4cbba6a34878'], '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-08-10T15:19:10Z', 'updated_at': '2020-08-10T15:19:11Z', 'revision_number': 2, 'project_id': 'bae560b556e34eeab5f189da19a1dad4'}]" 2020-08-10 15:26:39.562 97 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_availability_zone.AZAdminV2TestJSON.test_get_availability_zone_list ... success [0.202s] 2020-08-10 15:26:39.659 97 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_availability_zone.AZAdminV2TestJSON.test_get_availability_zone_list_detail ... success [0.094s] 2020-08-10 15:26:41.550 97 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_fixed_ips_negative.FixedIPsNegativeTestJson ... skip: b'FixedIPsNegativeTestJson skipped as neutron is available' 2020-08-10 15:26:43.557 97 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON.test_create_flavor_using_string_ram ... success [0.488s] 2020-08-10 15:26:44.142 97 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON.test_create_flavor_verify_entry_in_list_details ... success [0.578s] 2020-08-10 15:26:44.450 97 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON.test_create_flavor_with_int_id ... success [0.314s] 2020-08-10 15:26:44.736 97 INFO opnfv-tempest [-] {1} tempest.api.compute.admin.test_aggregates.AggregatesAdminTestJSON.test_aggregate_add_host_create_server_with_az ... success [12.338s] 2020-08-10 15:26:44.760 97 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON.test_create_flavor_with_none_id ... success [0.306s] 2020-08-10 15:26:45.109 97 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON.test_create_flavor_with_uuid_id ... success [0.340s] 2020-08-10 15:26:45.481 97 INFO opnfv-tempest [-] {1} tempest.api.compute.admin.test_aggregates.AggregatesAdminTestJSON.test_aggregate_add_host_get_details ... success [0.763s] 2020-08-10 15:26:45.971 97 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON.test_create_list_flavor_without_extra_data ... success [0.855s] 2020-08-10 15:26:46.018 97 INFO opnfv-tempest [-] {1} tempest.api.compute.admin.test_aggregates.AggregatesAdminTestJSON.test_aggregate_add_host_list ... success [0.535s] 2020-08-10 15:26:46.396 97 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON.test_create_server_with_non_public_flavor ... success [0.421s] 2020-08-10 15:26:46.623 97 INFO opnfv-tempest [-] {1} tempest.api.compute.admin.test_aggregates.AggregatesAdminTestJSON.test_aggregate_add_remove_host ... success [0.600s] 2020-08-10 15:26:46.871 97 INFO opnfv-tempest [-] {1} tempest.api.compute.admin.test_aggregates.AggregatesAdminTestJSON.test_aggregate_create_delete ... success [0.245s] 2020-08-10 15:26:47.108 97 INFO opnfv-tempest [-] {1} tempest.api.compute.admin.test_aggregates.AggregatesAdminTestJSON.test_aggregate_create_delete_with_az ... success [0.233s] 2020-08-10 15:26:47.488 97 INFO opnfv-tempest [-] {1} tempest.api.compute.admin.test_aggregates.AggregatesAdminTestJSON.test_aggregate_create_update_metadata_get_details ... success [0.358s] 2020-08-10 15:26:47.498 97 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_aggregates.AggregatesAdminTestV241.test_create_update_show_aggregate_add_remove_host ... success [13.517s] 2020-08-10 15:26:47.824 97 INFO opnfv-tempest [-] {1} tempest.api.compute.admin.test_aggregates.AggregatesAdminTestJSON.test_aggregate_create_update_with_az ... success [0.353s] 2020-08-10 15:26:48.031 97 INFO opnfv-tempest [-] {1} tempest.api.compute.admin.test_aggregates.AggregatesAdminTestJSON.test_aggregate_create_verify_entry_in_list ... success [0.207s] 2020-08-10 15:26:48.337 97 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON.test_is_public_string_variations ... success [1.906s] 2020-08-10 15:26:49.139 97 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON.test_list_non_public_flavor ... success [0.814s] 2020-08-10 15:26:49.690 97 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON.test_list_public_flavor_with_other_user ... success [0.552s] 2020-08-10 15:26:51.960 97 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_add_existent_host ... success [0.555s] 2020-08-10 15:26:52.313 97 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_add_host_as_user ... success [0.357s] 2020-08-10 15:26:52.556 97 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_add_non_exist_host ... success [0.239s] 2020-08-10 15:26:52.602 97 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_create_aggregate_name_length_exceeds_255 ... success [0.044s] 2020-08-10 15:26:52.644 97 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_create_aggregate_name_length_less_than_1 ... success [0.040s] 2020-08-10 15:26:52.688 97 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_create_as_user ... success [0.042s] 2020-08-10 15:26:52.875 97 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_create_with_existent_aggregate_name ... success [0.181s] 2020-08-10 15:26:53.087 97 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_delete_as_user ... success [0.208s] 2020-08-10 15:26:53.125 97 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_delete_with_invalid_id ... success [0.040s] 2020-08-10 15:26:53.325 97 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_get_details_as_user ... success [0.192s] 2020-08-10 15:26:53.377 97 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_get_details_with_invalid_id ... success [0.053s] 2020-08-10 15:26:53.431 97 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_list_as_user ... success [0.050s] 2020-08-10 15:26:53.733 97 INFO opnfv-tempest [-] {2} tempest.api.compute.admin.test_delete_server.DeleteServersAdminTestJSON.test_admin_delete_servers_of_others ... success [17.969s] 2020-08-10 15:26:54.005 97 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_remove_host_as_user ... success [0.567s] 2020-08-10 15:26:54.215 97 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_remove_nonexistent_host ... success [0.210s] 2020-08-10 15:26:54.718 97 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_flavors_access.FlavorsAccessTestJSON.test_flavor_access_add_remove ... success [1.398s] 2020-08-10 15:26:55.175 97 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_flavors_access.FlavorsAccessTestJSON.test_flavor_access_list_with_private_flavor ... success [0.466s] 2020-08-10 15:26:58.946 97 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_flavors_extra_specs.FlavorsExtraSpecsTestJSON.test_flavor_non_admin_get_all_keys ... success [0.415s] 2020-08-10 15:26:59.087 97 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_flavors_extra_specs.FlavorsExtraSpecsTestJSON.test_flavor_non_admin_get_specific_key ... success [0.137s] 2020-08-10 15:26:59.585 97 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_flavors_extra_specs.FlavorsExtraSpecsTestJSON.test_flavor_set_get_update_show_unset_keys ... success [0.494s] 2020-08-10 15:27:00.840 97 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_floating_ips_bulk.FloatingIPsBulkAdminTestJSON ... skip: b'nova-network is gone' 2020-08-10 15:27:02.907 97 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_hypervisor.HypervisorAdminTestJSON.test_get_hypervisor_list ... success [0.277s] 2020-08-10 15:27:03.046 97 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_hypervisor.HypervisorAdminTestJSON.test_get_hypervisor_list_details ... success [0.131s] 2020-08-10 15:27:03.247 97 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_hypervisor.HypervisorAdminTestJSON.test_get_hypervisor_show_details ... success [0.201s] 2020-08-10 15:27:03.332 97 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_hypervisor.HypervisorAdminTestJSON.test_get_hypervisor_stats ... success [0.081s] 2020-08-10 15:27:03.760 97 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_hypervisor.HypervisorAdminTestJSON.test_get_hypervisor_uptime ... success [0.424s] 2020-08-10 15:27:03.803 97 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_flavors_extra_specs_negative.FlavorsExtraSpecsNegativeTestJSON.test_flavor_get_nonexistent_key ... success [0.199s] 2020-08-10 15:27:03.847 97 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_flavors_extra_specs_negative.FlavorsExtraSpecsNegativeTestJSON.test_flavor_non_admin_set_keys ... success [0.042s] 2020-08-10 15:27:03.969 97 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_flavors_extra_specs_negative.FlavorsExtraSpecsNegativeTestJSON.test_flavor_non_admin_unset_keys ... success [0.115s] 2020-08-10 15:27:04.081 97 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_flavors_extra_specs_negative.FlavorsExtraSpecsNegativeTestJSON.test_flavor_non_admin_update_specific_key ... success [0.113s] 2020-08-10 15:27:04.142 97 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_flavors_extra_specs_negative.FlavorsExtraSpecsNegativeTestJSON.test_flavor_unset_nonexistent_key ... success [0.058s] 2020-08-10 15:27:04.197 97 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_flavors_extra_specs_negative.FlavorsExtraSpecsNegativeTestJSON.test_flavor_update_mismatch_key ... success [0.050s] 2020-08-10 15:27:04.243 97 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_flavors_extra_specs_negative.FlavorsExtraSpecsNegativeTestJSON.test_flavor_update_more_key ... success [0.040s] 2020-08-10 15:27:07.244 97 INFO opnfv-tempest [-] {2} tempest.api.compute.admin.test_delete_server.DeleteServersAdminTestJSON.test_delete_server_while_in_error_state ... success [13.501s] 2020-08-10 15:27:07.631 97 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestJSON.test_get_hypervisor_list_details_with_non_admin_user ... success [0.254s] 2020-08-10 15:27:07.683 97 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestJSON.test_get_hypervisor_list_with_non_admin_user ... success [0.053s] 2020-08-10 15:27:07.732 97 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestJSON.test_get_hypervisor_stats_with_non_admin_user ... success [0.046s] 2020-08-10 15:27:08.026 97 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestJSON.test_get_hypervisor_uptime_with_non_admin_user ... success [0.291s] 2020-08-10 15:27:08.082 97 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestJSON.test_get_nonexistent_hypervisor_uptime ... success [0.049s] 2020-08-10 15:27:08.217 97 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestJSON.test_show_hypervisor_with_non_admin_user ... success [0.135s] 2020-08-10 15:27:08.255 97 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestJSON.test_show_nonexistent_hypervisor ... success [0.038s] 2020-08-10 15:27:08.697 97 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_list_hosts_with_non_admin_user ... success [0.227s] 2020-08-10 15:27:08.748 97 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_reboot_host_with_non_admin_user ... success [0.046s] 2020-08-10 15:27:08.808 97 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_reboot_nonexistent_host ... success [0.057s] 2020-08-10 15:27:08.848 97 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_show_host_detail_with_non_admin_user ... success [0.038s] 2020-08-10 15:27:08.896 97 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_show_host_detail_with_nonexistent_hostname ... success [0.046s] 2020-08-10 15:27:08.937 97 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_shutdown_host_with_non_admin_user ... success [0.039s] 2020-08-10 15:27:08.985 97 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_shutdown_nonexistent_host ... success [0.047s] 2020-08-10 15:27:09.025 97 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_startup_host_with_non_admin_user ... success [0.037s] 2020-08-10 15:27:09.071 97 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_startup_nonexistent_host ... success [0.045s] 2020-08-10 15:27:09.108 97 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_update_host_with_invalid_maintenance_mode ... success [0.035s] 2020-08-10 15:27:09.145 97 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_update_host_with_invalid_status ... success [0.033s] 2020-08-10 15:27:09.190 97 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_update_host_with_non_admin_user ... success [0.041s] 2020-08-10 15:27:09.232 97 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_update_host_without_param ... success [0.039s] 2020-08-10 15:27:09.284 97 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_update_nonexistent_host ... success [0.051s] 2020-08-10 15:27:09.546 97 INFO opnfv-tempest [-] {2} tempest.api.compute.admin.test_fixed_ips.FixedIPsTestJson ... skip: b'FixedIPsTestJson skipped as neutron is available' 2020-08-10 15:27:11.969 97 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_instance_usage_audit_log.InstanceUsageAuditLogTestJSON.test_get_instance_usage_audit_log ... success [0.148s] 2020-08-10 15:27:12.054 97 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_instance_usage_audit_log.InstanceUsageAuditLogTestJSON.test_list_instance_usage_audit_logs ... success [0.082s] 2020-08-10 15:27:13.026 97 INFO opnfv-tempest [-] {2} tempest.api.compute.admin.test_flavors_access_negative.FlavorsAccessNegativeTestJSON.test_add_flavor_access_duplicate ... success [1.322s] 2020-08-10 15:27:13.037 97 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_hypervisor.HypervisorAdminV228Test.test_get_list_hypervisor_details ... success [0.333s] 2020-08-10 15:27:13.437 97 INFO opnfv-tempest [-] {2} tempest.api.compute.admin.test_flavors_access_negative.FlavorsAccessNegativeTestJSON.test_flavor_access_list_with_public_flavor ... success [0.404s] 2020-08-10 15:27:13.990 97 INFO opnfv-tempest [-] {2} tempest.api.compute.admin.test_flavors_access_negative.FlavorsAccessNegativeTestJSON.test_flavor_non_admin_add ... success [0.552s] 2020-08-10 15:27:14.906 97 INFO opnfv-tempest [-] {2} tempest.api.compute.admin.test_flavors_access_negative.FlavorsAccessNegativeTestJSON.test_flavor_non_admin_remove ... success [0.914s] 2020-08-10 15:27:15.503 97 INFO opnfv-tempest [-] {2} tempest.api.compute.admin.test_flavors_access_negative.FlavorsAccessNegativeTestJSON.test_remove_flavor_access_not_found ... success [0.594s] 2020-08-10 15:27:18.469 97 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_live_migration.LiveAutoBlockMigrationV225Test.test_iscsi_volume ... skip [0.001s]: b'Block Live migration not available' 2020-08-10 15:27:19.340 97 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_live_migration.LiveMigrationRemoteConsolesV26Test.test_live_migration_serial_console ... skip [0.002s]: b'Serial console not supported.' 2020-08-10 15:27:21.376 97 INFO opnfv-tempest [-] {2} tempest.api.compute.admin.test_flavors_microversions.FlavorsV255TestJSON.test_crud_flavor ... success [1.396s] 2020-08-10 15:27:25.447 97 INFO opnfv-tempest [-] {2} tempest.api.compute.admin.test_hypervisor.HypervisorAdminUnderV252Test.test_get_hypervisor_show_servers ... success [0.399s] 2020-08-10 15:27:25.617 97 INFO opnfv-tempest [-] {2} tempest.api.compute.admin.test_hypervisor.HypervisorAdminUnderV252Test.test_search_hypervisor ... success [0.170s] 2020-08-10 15:27:26.821 97 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_quotas.QuotasAdminTestV257.test_get_updated_quotas ... success [1.965s] 2020-08-10 15:27:29.697 97 INFO opnfv-tempest [-] {2} tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeUnderV252Test.test_search_hypervisor_with_non_admin_user ... success [0.469s] 2020-08-10 15:27:29.753 97 INFO opnfv-tempest [-] {2} tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeUnderV252Test.test_search_nonexistent_hypervisor ... success [0.055s] 2020-08-10 15:27:29.887 97 INFO opnfv-tempest [-] {2} tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeUnderV252Test.test_show_servers_with_non_admin_user ... success [0.130s] 2020-08-10 15:27:29.937 97 INFO opnfv-tempest [-] {2} tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeUnderV252Test.test_show_servers_with_nonexistent_hypervisor ... success [0.049s] 2020-08-10 15:27:33.639 97 INFO opnfv-tempest [-] {2} tempest.api.compute.admin.test_instance_usage_audit_log_negative.InstanceUsageAuditLogNegativeTestJSON.test_get_instance_usage_audit_logs_with_invalid_time ... success [0.220s] 2020-08-10 15:27:33.874 97 INFO opnfv-tempest [-] {2} tempest.api.compute.admin.test_instance_usage_audit_log_negative.InstanceUsageAuditLogNegativeTestJSON.test_instance_usage_audit_logs_with_nonadmin_user ... success [0.237s] 2020-08-10 15:27:39.040 97 INFO opnfv-tempest [-] {2} tempest.api.compute.admin.test_keypairs_v210.KeyPairsV210TestJSON.test_admin_manage_keypairs_for_other_users ... success [1.416s] 2020-08-10 15:27:45.011 97 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-08-10 15:27:47.473 97 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_live_migration.LiveAutoBlockMigrationV225Test.test_live_block_migration ... success [28.951s] 2020-08-10 15:27:59.323 97 INFO opnfv-tempest [-] {1} tempest.api.compute.admin.test_create_server.ServersWithSpecificFlavorTestJSON.test_verify_created_server_ephemeral_disk ... success [48.804s] 2020-08-10 15:28:00.356 97 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_server_diagnostics.ServerDiagnosticsV248Test.test_get_server_diagnostics ... success [29.840s] 2020-08-10 15:28:07.266 97 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_services.ServicesAdminTestJSON.test_get_service_by_host_name ... success [0.456s] 2020-08-10 15:28:07.362 97 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_services.ServicesAdminTestJSON.test_get_service_by_service_binary_name ... success [0.095s] 2020-08-10 15:28:07.468 97 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_services.ServicesAdminTestJSON.test_list_services ... success [0.102s] 2020-08-10 15:28:10.647 97 INFO opnfv-tempest [-] {2} tempest.api.compute.admin.test_live_migration.LiveMigrationTest.test_live_block_migration ... success [25.589s] 2020-08-10 15:28:11.509 97 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_services_negative.ServicesAdminNegativeV253TestJSON.test_disable_log_reason_with_invalid_service_id ... success [0.227s] 2020-08-10 15:28:11.563 97 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_services_negative.ServicesAdminNegativeV253TestJSON.test_disable_service_with_invalid_service_id ... success [0.056s] 2020-08-10 15:28:11.623 97 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_services_negative.ServicesAdminNegativeV253TestJSON.test_enable_service_with_invalid_service_id ... success [0.056s] 2020-08-10 15:28:11.814 97 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_services_negative.ServicesAdminNegativeV253TestJSON.test_get_service_by_invalid_params ... success [0.181s] 2020-08-10 15:28:12.021 97 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_services_negative.ServicesAdminNegativeV253TestJSON.test_get_service_by_invalid_service_and_valid_host ... success [0.208s] 2020-08-10 15:28:12.223 97 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_services_negative.ServicesAdminNegativeV253TestJSON.test_get_service_with_valid_service_and_invalid_host ... success [0.198s] 2020-08-10 15:28:12.428 97 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_services_negative.ServicesAdminNegativeV253TestJSON.test_list_services_with_non_admin_user ... success [0.203s] 2020-08-10 15:28:18.760 97 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors_negative.FlavorsV2NegativeTest.test_boot_with_low_ram ... success [3.416s] 2020-08-10 15:28:21.878 97 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_live_migration.LiveAutoBlockMigrationV225Test.test_live_block_migration_paused ... success [34.366s] 2020-08-10 15:28:21.886 97 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_live_migration.LiveAutoBlockMigrationV225Test.test_volume_backed_live_migration ... skip [0.001s]: b'Volume-backed live migration not available' 2020-08-10 15:28:35.160 97 INFO opnfv-tempest [-] {2} tempest.api.compute.admin.test_live_migration.LiveMigrationTest.test_live_block_migration_paused ... success [24.479s] 2020-08-10 15:28:35.170 97 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-08-10 15:28:35.831 97 INFO opnfv-tempest [-] {1} tempest.api.compute.admin.test_flavors_microversions.FlavorsV261TestJSON.test_crud_flavor ... success [1.415s] 2020-08-10 15:28:39.504 97 INFO opnfv-tempest [-] {1} tempest.api.compute.admin.test_hosts.HostsAdminTestJSON.test_list_hosts ... success [0.237s] 2020-08-10 15:28:39.590 97 INFO opnfv-tempest [-] {1} tempest.api.compute.admin.test_hosts.HostsAdminTestJSON.test_list_hosts_with_a_blank_zone ... success [0.089s] 2020-08-10 15:28:39.679 97 INFO opnfv-tempest [-] {1} tempest.api.compute.admin.test_hosts.HostsAdminTestJSON.test_list_hosts_with_nonexistent_zone ... success [0.085s] 2020-08-10 15:28:39.862 97 INFO opnfv-tempest [-] {1} tempest.api.compute.admin.test_hosts.HostsAdminTestJSON.test_list_hosts_with_zone ... success [0.178s] 2020-08-10 15:28:39.980 97 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_networks.NetworksTest.test_get_network ... success [6.625s] 2020-08-10 15:28:40.109 97 INFO opnfv-tempest [-] {1} tempest.api.compute.admin.test_hosts.HostsAdminTestJSON.test_show_host_detail ... success [0.240s] 2020-08-10 15:28:40.210 97 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_networks.NetworksTest.test_list_all_networks ... success [0.229s] 2020-08-10 15:28:52.080 97 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_security_groups.SecurityGroupsTestAdminJSON.test_list_security_groups_list_all_tenants_filter ... success [8.296s] 2020-08-10 15:29:05.303 97 INFO opnfv-tempest [-] {2} tempest.api.compute.admin.test_live_migration_negative.LiveMigrationNegativeTest.test_invalid_host_for_migration ... success [14.855s] 2020-08-10 15:29:10.280 97 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_server_diagnostics.ServerDiagnosticsTest.test_get_server_diagnostics ... success [14.838s] 2020-08-10 15:29:14.046 97 INFO opnfv-tempest [-] {0} tempest.api.compute.floating_ips.test_floating_ips_actions.FloatingIPsAssociationTestJSON.test_associate_already_associated_floating_ip ... success [30.728s] 2020-08-10 15:29:16.181 97 INFO opnfv-tempest [-] {1} tempest.api.compute.admin.test_migrations.MigrationsAdminTest.test_cold_migration ... success [32.233s] 2020-08-10 15:29:16.236 97 INFO opnfv-tempest [-] {1} tempest.api.compute.admin.test_migrations.MigrationsAdminTest.test_list_migrations ... success [0.086s] 2020-08-10 15:29:18.986 97 INFO opnfv-tempest [-] {0} tempest.api.compute.floating_ips.test_floating_ips_actions.FloatingIPsAssociationTestJSON.test_associate_disassociate_floating_ip ... success [4.959s] 2020-08-10 15:29:22.824 97 INFO opnfv-tempest [-] {2} tempest.api.compute.admin.test_live_migration_negative.LiveMigrationNegativeTest.test_live_block_migration_suspended ... success [17.498s] 2020-08-10 15:29:26.656 97 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_simple_tenant_usage.TenantUsagesTestJSON.test_get_usage_tenant ... success [0.214s] 2020-08-10 15:29:26.769 97 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_simple_tenant_usage.TenantUsagesTestJSON.test_get_usage_tenant_with_non_admin_user ... success [0.116s] 2020-08-10 15:29:31.487 97 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_simple_tenant_usage.TenantUsagesTestJSON.test_list_usage_all_tenants ... success [4.709s] 2020-08-10 15:29:32.936 97 INFO opnfv-tempest [-] {2} tempest.api.compute.admin.test_quotas.QuotaClassesAdminTestJSON.test_update_default_quotas ... success [0.718s] 2020-08-10 15:29:37.404 97 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_volumes_negative.UpdateMultiattachVolumeNegativeTest ... skip: b'Volume multi-attach is not available.' 2020-08-10 15:29:38.448 97 INFO opnfv-tempest [-] {2} tempest.api.compute.admin.test_quotas.QuotasAdminTestJSON.test_delete_quota ... success [1.456s] 2020-08-10 15:29:38.699 97 INFO opnfv-tempest [-] {2} tempest.api.compute.admin.test_quotas.QuotasAdminTestJSON.test_get_default_quotas ... success [0.252s] 2020-08-10 15:29:40.534 97 INFO opnfv-tempest [-] {2} tempest.api.compute.admin.test_quotas.QuotasAdminTestJSON.test_get_updated_quotas ... success [1.821s] 2020-08-10 15:29:41.776 97 INFO opnfv-tempest [-] {2} tempest.api.compute.admin.test_quotas.QuotasAdminTestJSON.test_update_all_quota_resources_for_tenant ... success [1.247s] 2020-08-10 15:29:43.533 97 INFO opnfv-tempest [-] {1} tempest.api.compute.admin.test_migrations.MigrationsAdminTest.test_list_migrations_in_flavor_resize_situation ... success [27.231s] 2020-08-10 15:29:45.370 97 INFO opnfv-tempest [-] {2} tempest.api.compute.admin.test_quotas_negative.QuotasSecurityGroupAdminNegativeTest.test_security_groups_exceed_limit ... skip [0.006s]: b'Skipped until bug: https://launchpad.net/bugs/1186354 is resolved.' 2020-08-10 15:29:45.388 97 INFO opnfv-tempest [-] {2} tempest.api.compute.admin.test_quotas_negative.QuotasSecurityGroupAdminNegativeTest.test_security_groups_rules_exceed_limit ... skip [0.004s]: b'Skipped until bug: https://launchpad.net/bugs/1186354 is resolved.' 2020-08-10 15:29:54.141 97 INFO opnfv-tempest [-] {3} tempest.api.compute.floating_ips.test_floating_ips_actions_negative.FloatingIPsNegativeTestJSON.test_allocate_floating_ip_from_nonexistent_pool ... success [2.472s] 2020-08-10 15:29:54.282 97 INFO opnfv-tempest [-] {3} tempest.api.compute.floating_ips.test_floating_ips_actions_negative.FloatingIPsNegativeTestJSON.test_delete_nonexistent_floating_ip ... success [0.142s] 2020-08-10 15:29:57.365 97 INFO opnfv-tempest [-] {0} tempest.api.compute.floating_ips.test_list_floating_ips.FloatingIPDetailsTestJSON.test_get_floating_ip_details ... success [5.735s] 2020-08-10 15:29:57.618 97 INFO opnfv-tempest [-] {0} tempest.api.compute.floating_ips.test_list_floating_ips.FloatingIPDetailsTestJSON.test_list_floating_ip_pools ... success [0.249s] 2020-08-10 15:29:58.018 97 INFO opnfv-tempest [-] {0} tempest.api.compute.floating_ips.test_list_floating_ips.FloatingIPDetailsTestJSON.test_list_floating_ips ... success [0.398s] 2020-08-10 15:30:03.008 97 INFO opnfv-tempest [-] {3} tempest.api.compute.images.test_list_image_filters_negative.ListImageFiltersNegativeTestJSON.test_get_nonexistent_image ... success [0.228s] 2020-08-10 15:30:03.731 97 INFO opnfv-tempest [-] {2} tempest.api.compute.admin.test_server_diagnostics_negative.ServerDiagnosticsNegativeTest.test_get_server_diagnostics_by_non_admin ... success [14.935s] 2020-08-10 15:30:10.890 97 INFO opnfv-tempest [-] {3} tempest.api.compute.limits.test_absolute_limits_negative.AbsoluteLimitsNegativeTestJSON.test_max_metadata_exceed_limit ... success [5.649s] 2020-08-10 15:30:17.048 97 INFO opnfv-tempest [-] {3} tempest.api.compute.security_groups.test_security_group_rules_negative.SecurityGroupRulesNegativeTestJSON.test_create_security_group_rule_duplicate ... success [1.513s] 2020-08-10 15:30:17.638 97 INFO opnfv-tempest [-] {3} tempest.api.compute.security_groups.test_security_group_rules_negative.SecurityGroupRulesNegativeTestJSON.test_create_security_group_rule_with_invalid_from_port ... success [0.598s] 2020-08-10 15:30:17.692 97 INFO opnfv-tempest [-] {3} tempest.api.compute.security_groups.test_security_group_rules_negative.SecurityGroupRulesNegativeTestJSON.test_create_security_group_rule_with_invalid_id ... success [0.053s] 2020-08-10 15:30:18.273 97 INFO opnfv-tempest [-] {3} tempest.api.compute.security_groups.test_security_group_rules_negative.SecurityGroupRulesNegativeTestJSON.test_create_security_group_rule_with_invalid_ip_protocol ... success [0.577s] 2020-08-10 15:30:18.791 97 INFO opnfv-tempest [-] {3} tempest.api.compute.security_groups.test_security_group_rules_negative.SecurityGroupRulesNegativeTestJSON.test_create_security_group_rule_with_invalid_port_range ... success [0.515s] 2020-08-10 15:30:19.499 97 INFO opnfv-tempest [-] {3} tempest.api.compute.security_groups.test_security_group_rules_negative.SecurityGroupRulesNegativeTestJSON.test_create_security_group_rule_with_invalid_to_port ... success [0.697s] 2020-08-10 15:30:19.570 97 INFO opnfv-tempest [-] {3} tempest.api.compute.security_groups.test_security_group_rules_negative.SecurityGroupRulesNegativeTestJSON.test_create_security_group_rule_with_non_existent_id ... success [0.073s] 2020-08-10 15:30:19.645 97 INFO opnfv-tempest [-] {3} tempest.api.compute.security_groups.test_security_group_rules_negative.SecurityGroupRulesNegativeTestJSON.test_delete_security_group_rule_with_non_existent_id ... success [0.071s] 2020-08-10 15:30:20.503 97 INFO opnfv-tempest [-] {1} tempest.api.compute.admin.test_migrations.MigrationsAdminTest.test_resize_server_revert_deleted_flavor ... success [36.924s] 2020-08-10 15:30:26.281 97 INFO opnfv-tempest [-] {0} tempest.api.compute.images.test_images_negative.ImagesNegativeTestJSON.test_create_image_from_deleted_server ... success [12.829s] 2020-08-10 15:30:26.299 97 INFO opnfv-tempest [-] {0} tempest.api.compute.images.test_images_negative.ImagesNegativeTestJSON.test_create_image_from_invalid_server ... success [0.045s] 2020-08-10 15:30:26.348 97 INFO opnfv-tempest [-] {0} tempest.api.compute.images.test_images_negative.ImagesNegativeTestJSON.test_create_image_specify_uuid_35_characters_or_less ... success [0.043s] 2020-08-10 15:30:26.398 97 INFO opnfv-tempest [-] {0} tempest.api.compute.images.test_images_negative.ImagesNegativeTestJSON.test_create_image_specify_uuid_37_characters_or_more ... success [0.046s] 2020-08-10 15:30:41.070 97 INFO opnfv-tempest [-] {2} tempest.api.compute.admin.test_servers.ServersAdminTestJSON.test_create_server_with_scheduling_hint ... success [15.566s] 2020-08-10 15:30:41.385 97 INFO opnfv-tempest [-] {2} tempest.api.compute.admin.test_servers.ServersAdminTestJSON.test_list_servers_by_admin ... success [0.334s] 2020-08-10 15:30:42.353 97 INFO opnfv-tempest [-] {2} tempest.api.compute.admin.test_servers.ServersAdminTestJSON.test_list_servers_by_admin_with_all_tenants ... success [0.958s] 2020-08-10 15:30:43.304 97 INFO opnfv-tempest [-] {2} tempest.api.compute.admin.test_servers.ServersAdminTestJSON.test_list_servers_by_admin_with_specified_tenant ... success [0.950s] 2020-08-10 15:30:43.447 97 INFO opnfv-tempest [-] {2} tempest.api.compute.admin.test_servers.ServersAdminTestJSON.test_list_servers_detailed_filter_by_invalid_status ... success [0.142s] 2020-08-10 15:30:44.734 97 INFO opnfv-tempest [-] {2} tempest.api.compute.admin.test_servers.ServersAdminTestJSON.test_list_servers_filter_by_error_status ... success [1.278s] 2020-08-10 15:30:45.535 97 INFO opnfv-tempest [-] {2} tempest.api.compute.admin.test_servers.ServersAdminTestJSON.test_list_servers_filter_by_exist_host ... success [0.801s] 2020-08-10 15:30:58.246 97 INFO opnfv-tempest [-] {0} tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_delete_image ... success [14.315s] 2020-08-10 15:30:59.931 97 INFO opnfv-tempest [-] {1} tempest.api.compute.admin.test_migrations.MigrationsAdminTest.test_revert_cold_migration ... success [39.387s] 2020-08-10 15:31:00.764 97 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_create_server_multi_nic.ServersTestMultiNic.test_verify_duplicate_network_nics ... success [30.679s] 2020-08-10 15:31:01.393 97 INFO opnfv-tempest [-] {2} tempest.api.compute.admin.test_servers.ServersAdminTestJSON.test_rebuild_server_in_error_state ... success [15.824s] 2020-08-10 15:31:11.099 97 INFO opnfv-tempest [-] {0} tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_image_specify_multibyte_character_image_name ... success [12.844s] 2020-08-10 15:31:13.152 97 INFO opnfv-tempest [-] {2} tempest.api.compute.admin.test_servers.ServersAdminTestJSON.test_reset_network_inject_network_info ... success [11.752s] 2020-08-10 15:31:14.258 97 INFO opnfv-tempest [-] {2} tempest.api.compute.admin.test_servers.ServersAdminTestJSON.test_reset_state_server ... success [1.125s] 2020-08-10 15:31:20.857 97 INFO opnfv-tempest [-] {1} tempest.api.compute.admin.test_quotas.QuotasAdminTestV236.test_get_updated_quotas ... success [2.199s] 2020-08-10 15:31:22.233 97 INFO opnfv-tempest [-] {0} tempest.api.compute.images.test_list_images.ListImagesTestJSON.test_get_image ... success [0.349s] 2020-08-10 15:31:22.428 97 INFO opnfv-tempest [-] {0} tempest.api.compute.images.test_list_images.ListImagesTestJSON.test_list_images ... success [0.188s] 2020-08-10 15:31:22.628 97 INFO opnfv-tempest [-] {0} tempest.api.compute.images.test_list_images.ListImagesTestJSON.test_list_images_with_detail ... success [0.195s] 2020-08-10 15:31:25.125 97 INFO opnfv-tempest [-] {0} tempest.api.compute.keypairs.test_keypairs.KeyPairsV2TestJSON.test_get_keypair_detail ... success [0.536s] 2020-08-10 15:31:25.374 97 INFO opnfv-tempest [-] {0} tempest.api.compute.keypairs.test_keypairs.KeyPairsV2TestJSON.test_keypair_create_delete ... success [0.245s] 2020-08-10 15:31:25.559 97 INFO opnfv-tempest [-] {0} tempest.api.compute.keypairs.test_keypairs.KeyPairsV2TestJSON.test_keypair_create_with_pub_key ... success [0.188s] 2020-08-10 15:31:26.554 97 INFO opnfv-tempest [-] {1} tempest.api.compute.admin.test_quotas_negative.QuotasAdminNegativeTest.test_create_server_when_cpu_quota_is_full ... success [2.050s] 2020-08-10 15:31:26.666 97 INFO opnfv-tempest [-] {0} tempest.api.compute.keypairs.test_keypairs.KeyPairsV2TestJSON.test_keypairs_create_list_delete ... success [1.090s] 2020-08-10 15:31:28.499 97 INFO opnfv-tempest [-] {1} tempest.api.compute.admin.test_quotas_negative.QuotasAdminNegativeTest.test_create_server_when_instances_quota_is_full ... success [1.930s] 2020-08-10 15:31:29.073 97 INFO opnfv-tempest [-] {0} tempest.api.compute.limits.test_absolute_limits.AbsoluteLimitsTestJSON.test_absLimits_get ... success [0.228s] 2020-08-10 15:31:30.478 97 INFO opnfv-tempest [-] {1} tempest.api.compute.admin.test_quotas_negative.QuotasAdminNegativeTest.test_create_server_when_memory_quota_is_full ... success [1.980s] 2020-08-10 15:31:30.518 97 INFO opnfv-tempest [-] {1} tempest.api.compute.admin.test_quotas_negative.QuotasAdminNegativeTest.test_update_quota_normal_user ... success [0.051s] 2020-08-10 15:31:35.298 97 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_create_server_multi_nic.ServersTestMultiNic.test_verify_multiple_nics_order ... success [34.521s] 2020-08-10 15:31:37.728 97 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_create ... success [1.430s] 2020-08-10 15:31:39.055 97 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_create_with_optional_cidr ... success [1.319s] 2020-08-10 15:31:40.485 97 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_create_with_optional_group_id ... success [1.423s] 2020-08-10 15:31:42.165 97 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_delete_when_peer_group_deleted ... success [1.676s] 2020-08-10 15:31:44.090 97 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_list ... success [1.926s] 2020-08-10 15:31:49.526 97 INFO opnfv-tempest [-] {2} tempest.api.compute.admin.test_servers_negative.ServersAdminNegativeTestJSON.test_migrate_non_existent_server ... success [0.254s] 2020-08-10 15:32:02.817 97 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_active_server ... success [18.223s] 2020-08-10 15:32:03.089 97 INFO opnfv-tempest [-] {1} tempest.api.compute.admin.test_servers_on_multinodes.ServersOnMultiNodesTest.test_create_server_with_scheduler_hint_group_affinity ... success [17.874s] 2020-08-10 15:32:03.440 97 INFO opnfv-tempest [-] {2} tempest.api.compute.admin.test_servers_negative.ServersAdminNegativeTestJSON.test_migrate_server_invalid_state ... success [13.869s] 2020-08-10 15:32:03.453 97 INFO opnfv-tempest [-] {2} tempest.api.compute.admin.test_servers_negative.ServersAdminNegativeTestJSON.test_reset_state_server_invalid_state ... success [0.040s] 2020-08-10 15:32:03.489 97 INFO opnfv-tempest [-] {2} tempest.api.compute.admin.test_servers_negative.ServersAdminNegativeTestJSON.test_reset_state_server_invalid_type ... success [0.041s] 2020-08-10 15:32:03.536 97 INFO opnfv-tempest [-] {2} tempest.api.compute.admin.test_servers_negative.ServersAdminNegativeTestJSON.test_reset_state_server_nonexistent_server ... success [0.041s] 2020-08-10 15:32:04.483 97 INFO opnfv-tempest [-] {2} tempest.api.compute.admin.test_servers_negative.ServersAdminNegativeTestJSON.test_resize_server_using_overlimit_ram ... success [0.933s] 2020-08-10 15:32:05.271 97 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_list_security_groups_by_server ... success [14.319s] 2020-08-10 15:32:05.524 97 INFO opnfv-tempest [-] {2} tempest.api.compute.admin.test_servers_negative.ServersAdminNegativeTestJSON.test_resize_server_using_overlimit_vcpus ... success [1.038s] 2020-08-10 15:32:07.055 97 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_security_group_create_get_delete ... success [1.800s] 2020-08-10 15:32:15.332 97 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_security_groups_create_list_delete ... success [8.264s] 2020-08-10 15:32:18.185 97 INFO opnfv-tempest [-] {1} tempest.api.compute.admin.test_servers_on_multinodes.ServersOnMultiNodesTest.test_create_server_with_scheduler_hint_group_anti_affinity ... success [15.095s] 2020-08-10 15:32:19.945 97 INFO opnfv-tempest [-] {2} tempest.api.compute.admin.test_services_negative.ServicesAdminNegativeTestJSON.test_get_service_by_invalid_params ... success [0.398s] 2020-08-10 15:32:20.125 97 INFO opnfv-tempest [-] {2} tempest.api.compute.admin.test_services_negative.ServicesAdminNegativeTestJSON.test_get_service_by_invalid_service_and_valid_host ... success [0.177s] 2020-08-10 15:32:20.310 97 INFO opnfv-tempest [-] {2} tempest.api.compute.admin.test_services_negative.ServicesAdminNegativeTestJSON.test_get_service_with_valid_service_and_invalid_host ... success [0.181s] 2020-08-10 15:32:20.468 97 INFO opnfv-tempest [-] {2} tempest.api.compute.admin.test_services_negative.ServicesAdminNegativeTestJSON.test_list_services_with_non_admin_user ... success [0.156s] 2020-08-10 15:32:26.855 97 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_server_while_in_attached_volume ... success [24.004s] 2020-08-10 15:32:28.504 97 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_server_while_in_building_state ... success [1.672s] 2020-08-10 15:32:30.028 97 INFO opnfv-tempest [-] {1} tempest.api.compute.admin.test_servers_on_multinodes.ServersOnMultiNodesTest.test_create_servers_on_different_hosts ... success [11.837s] 2020-08-10 15:32:40.185 97 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_server_security_groups ... success [24.806s] 2020-08-10 15:32:41.012 97 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_update_security_groups ... success [0.856s] 2020-08-10 15:32:42.318 97 INFO opnfv-tempest [-] {2} tempest.api.compute.admin.test_volumes_negative.VolumesAdminNegativeTest.test_update_attached_volume_with_nonexistent_volume_in_body ... success [5.174s] 2020-08-10 15:32:43.954 97 INFO opnfv-tempest [-] {2} tempest.api.compute.admin.test_volumes_negative.VolumesAdminNegativeTest.test_update_attached_volume_with_nonexistent_volume_in_uri ... success [1.637s] 2020-08-10 15:32:44.964 97 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_server_while_in_pause_state ... success [16.420s] 2020-08-10 15:32:46.766 97 INFO opnfv-tempest [-] {1} tempest.api.compute.admin.test_servers_on_multinodes.ServersOnMultiNodesTest.test_create_servers_on_different_hosts_with_list_of_servers ... success [16.734s] 2020-08-10 15:32:55.466 97 INFO opnfv-tempest [-] {2} tempest.api.compute.certificates.test_certificates.CertificatesV2TestJSON ... skip: b'Nova cert is not available' 2020-08-10 15:32:56.681 97 INFO opnfv-tempest [-] {2} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_get_flavor ... success [0.275s] 2020-08-10 15:32:56.941 97 INFO opnfv-tempest [-] {2} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors ... success [0.252s] 2020-08-10 15:32:57.147 97 INFO opnfv-tempest [-] {2} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_detailed_filter_by_min_disk ... success [0.205s] 2020-08-10 15:32:57.362 97 INFO opnfv-tempest [-] {2} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_detailed_filter_by_min_ram ... success [0.208s] 2020-08-10 15:32:57.449 97 INFO opnfv-tempest [-] {2} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_detailed_limit_results ... success [0.089s] 2020-08-10 15:32:57.769 97 INFO opnfv-tempest [-] {2} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_detailed_using_marker ... success [0.316s] 2020-08-10 15:32:57.971 97 INFO opnfv-tempest [-] {2} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_filter_by_min_disk ... success [0.195s] 2020-08-10 15:32:58.163 97 INFO opnfv-tempest [-] {2} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_filter_by_min_ram ... success [0.192s] 2020-08-10 15:32:58.244 97 INFO opnfv-tempest [-] {2} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_limit_results ... success [0.078s] 2020-08-10 15:32:58.508 97 INFO opnfv-tempest [-] {2} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_using_marker ... success [0.257s] 2020-08-10 15:32:58.832 97 INFO opnfv-tempest [-] {2} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_with_detail ... success [0.323s] 2020-08-10 15:33:02.683 97 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_groups_negative.SecurityGroupsNegativeTestJSON.test_delete_nonexistent_security_group ... success [0.239s] 2020-08-10 15:33:02.715 97 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_groups_negative.SecurityGroupsNegativeTestJSON.test_delete_security_group_without_passing_id ... success [0.038s] 2020-08-10 15:33:03.272 97 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_groups_negative.SecurityGroupsNegativeTestJSON.test_delete_the_default_security_group ... success [0.554s] 2020-08-10 15:33:03.285 97 INFO opnfv-tempest [-] {0} 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-08-10 15:33:03.301 97 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_groups_negative.SecurityGroupsNegativeTestJSON.test_security_group_create_with_invalid_group_description ... skip [0.004s]: b'Skipped until bug: https://launchpad.net/bugs/1161411 is resolved.' 2020-08-10 15:33:03.317 97 INFO opnfv-tempest [-] {0} 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-08-10 15:33:03.368 97 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_groups_negative.SecurityGroupsNegativeTestJSON.test_security_group_get_nonexistent_group ... success [0.075s] 2020-08-10 15:33:03.442 97 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_groups_negative.SecurityGroupsNegativeTestJSON.test_update_non_existent_security_group ... success [0.071s] 2020-08-10 15:33:03.459 97 INFO opnfv-tempest [-] {0} 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-08-10 15:33:03.475 97 INFO opnfv-tempest [-] {0} 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-08-10 15:33:03.486 97 INFO opnfv-tempest [-] {0} 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-08-10 15:33:04.018 97 INFO opnfv-tempest [-] {1} tempest.api.compute.admin.test_servers_on_multinodes.ServersOnMultiNodesTest.test_create_servers_on_same_host ... success [17.227s] 2020-08-10 15:33:08.055 97 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_server_while_in_shelved_state ... success [23.067s] 2020-08-10 15:33:14.425 97 INFO opnfv-tempest [-] {2} tempest.api.compute.floating_ips.test_floating_ips_actions.FloatingIPsTestJSON.test_allocate_floating_ip ... success [5.432s] 2020-08-10 15:33:17.846 97 INFO opnfv-tempest [-] {2} tempest.api.compute.floating_ips.test_floating_ips_actions.FloatingIPsTestJSON.test_delete_floating_ip ... success [3.419s] 2020-08-10 15:33:21.623 97 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_server_while_in_shutoff_state ... success [13.585s] 2020-08-10 15:33:31.177 97 INFO opnfv-tempest [-] {1} tempest.api.compute.admin.test_simple_tenant_usage_negative.TenantUsagesNegativeTestJSON.test_get_usage_tenant_with_empty_tenant_id ... success [0.174s] 2020-08-10 15:33:31.240 97 INFO opnfv-tempest [-] {1} tempest.api.compute.admin.test_simple_tenant_usage_negative.TenantUsagesNegativeTestJSON.test_get_usage_tenant_with_invalid_date ... success [0.061s] 2020-08-10 15:33:31.390 97 INFO opnfv-tempest [-] {1} tempest.api.compute.admin.test_simple_tenant_usage_negative.TenantUsagesNegativeTestJSON.test_list_usage_all_tenants_with_non_admin_user ... success [0.146s] 2020-08-10 15:33:39.691 97 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_server_while_in_suspended_state ... success [18.050s] 2020-08-10 15:33:56.077 97 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_attach_interfaces.AttachInterfacesUnderV243Test.test_add_remove_fixed_ip ... success [41.414s] 2020-08-10 15:33:57.880 97 INFO opnfv-tempest [-] {2} tempest.api.compute.images.test_images.ImagesTestJSON.test_create_image_from_paused_server ... success [31.095s] 2020-08-10 15:34:05.754 97 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_server_while_in_verify_resize_state ... success [26.037s] 2020-08-10 15:34:20.275 97 INFO opnfv-tempest [-] {1} tempest.api.compute.floating_ips.test_floating_ips_actions_negative.FloatingIPsAssociationNegativeTestJSON.test_associate_ip_to_server_with_floating_ip ... success [22.152s] 2020-08-10 15:34:20.313 97 INFO opnfv-tempest [-] {1} tempest.api.compute.floating_ips.test_floating_ips_actions_negative.FloatingIPsAssociationNegativeTestJSON.test_associate_ip_to_server_without_passing_floating_ip ... success [0.043s] 2020-08-10 15:34:20.686 97 INFO opnfv-tempest [-] {1} tempest.api.compute.floating_ips.test_floating_ips_actions_negative.FloatingIPsAssociationNegativeTestJSON.test_associate_nonexistent_floating_ip ... success [0.370s] 2020-08-10 15:34:20.842 97 INFO opnfv-tempest [-] {1} tempest.api.compute.floating_ips.test_floating_ips_actions_negative.FloatingIPsAssociationNegativeTestJSON.test_dissociate_nonexistent_floating_ip ... success [0.153s] 2020-08-10 15:34:22.075 97 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON.test_get_instance_action ... success [0.130s] 2020-08-10 15:34:23.823 97 INFO opnfv-tempest [-] {2} tempest.api.compute.images.test_images.ImagesTestJSON.test_create_image_from_stopped_server ... success [25.909s] 2020-08-10 15:34:26.932 97 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON.test_list_instance_actions ... success [4.844s] 2020-08-10 15:34:32.694 97 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_host_name_is_same_as_server_name ... success [4.395s] 2020-08-10 15:34:32.903 97 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers ... success [0.207s] 2020-08-10 15:34:33.591 97 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers_with_detail ... success [0.685s] 2020-08-10 15:34:33.865 97 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_created_server_vcpus ... success [0.270s] 2020-08-10 15:34:33.880 97 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_server_details ... success [0.007s] 2020-08-10 15:34:37.643 97 INFO opnfv-tempest [-] {1} tempest.api.compute.floating_ips.test_list_floating_ips_negative.FloatingIPDetailsNegativeTestJSON.test_get_nonexistent_floating_ip_details ... success [0.170s] 2020-08-10 15:34:44.068 97 INFO opnfv-tempest [-] {2} tempest.api.compute.images.test_images.ImagesTestJSON.test_create_image_from_suspended_server ... success [20.229s] 2020-08-10 15:34:50.683 97 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_instance_actions_negative.InstanceActionsNegativeTestJSON.test_get_instance_action_invalid_request ... success [0.106s] 2020-08-10 15:34:50.728 97 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_instance_actions_negative.InstanceActionsNegativeTestJSON.test_list_instance_actions_non_existent_server ... success [0.047s] 2020-08-10 15:34:51.435 97 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_image_metadata.ImagesMetadataTestJSON.test_delete_image_metadata_item ... success [0.900s] 2020-08-10 15:34:51.893 97 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_image_metadata.ImagesMetadataTestJSON.test_get_image_metadata_item ... success [0.458s] 2020-08-10 15:34:52.291 97 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_image_metadata.ImagesMetadataTestJSON.test_list_image_metadata ... success [0.394s] 2020-08-10 15:34:53.045 97 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_image_metadata.ImagesMetadataTestJSON.test_set_image_metadata ... success [0.751s] 2020-08-10 15:34:53.876 97 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_image_metadata.ImagesMetadataTestJSON.test_set_image_metadata_item ... success [0.827s] 2020-08-10 15:34:54.692 97 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_image_metadata.ImagesMetadataTestJSON.test_update_image_metadata ... success [0.816s] 2020-08-10 15:34:57.907 97 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_image_metadata_negative.ImagesMetadataNegativeTestJSON.test_delete_nonexistent_image_metadata_item ... success [0.267s] 2020-08-10 15:34:57.979 97 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_image_metadata_negative.ImagesMetadataNegativeTestJSON.test_get_nonexistent_image_metadata_item ... success [0.063s] 2020-08-10 15:34:58.033 97 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_image_metadata_negative.ImagesMetadataNegativeTestJSON.test_list_nonexistent_image_metadata ... success [0.060s] 2020-08-10 15:34:58.101 97 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_image_metadata_negative.ImagesMetadataNegativeTestJSON.test_set_nonexistent_image_metadata ... success [0.064s] 2020-08-10 15:34:58.171 97 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_image_metadata_negative.ImagesMetadataNegativeTestJSON.test_set_nonexistent_image_metadata_item ... success [0.061s] 2020-08-10 15:34:58.235 97 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_image_metadata_negative.ImagesMetadataNegativeTestJSON.test_update_nonexistent_image_metadata ... success [0.066s] 2020-08-10 15:34:59.126 97 INFO opnfv-tempest [-] {2} tempest.api.compute.images.test_images.ImagesTestJSON.test_delete_saving_image ... success [15.046s] 2020-08-10 15:35:05.795 97 INFO opnfv-tempest [-] {2} tempest.api.compute.images.test_images_negative.ImagesDeleteNegativeTestJSON.test_delete_image_blank_id ... success [0.199s] 2020-08-10 15:35:05.864 97 INFO opnfv-tempest [-] {2} tempest.api.compute.images.test_images_negative.ImagesDeleteNegativeTestJSON.test_delete_image_negative_image_id ... success [0.065s] 2020-08-10 15:35:05.932 97 INFO opnfv-tempest [-] {2} tempest.api.compute.images.test_images_negative.ImagesDeleteNegativeTestJSON.test_delete_image_non_hex_string_id ... success [0.065s] 2020-08-10 15:35:05.999 97 INFO opnfv-tempest [-] {2} tempest.api.compute.images.test_images_negative.ImagesDeleteNegativeTestJSON.test_delete_image_with_id_over_character_limit ... success [0.066s] 2020-08-10 15:35:06.068 97 INFO opnfv-tempest [-] {2} tempest.api.compute.images.test_images_negative.ImagesDeleteNegativeTestJSON.test_delete_image_with_invalid_image_id ... success [0.068s] 2020-08-10 15:35:06.140 97 INFO opnfv-tempest [-] {2} tempest.api.compute.images.test_images_negative.ImagesDeleteNegativeTestJSON.test_delete_non_existent_image ... success [0.069s] 2020-08-10 15:35:08.800 97 INFO opnfv-tempest [-] {2} tempest.api.compute.keypairs.test_keypairs_v22.KeyPairsV22TestJSON.test_get_keypair_detail ... success [0.501s] 2020-08-10 15:35:09.019 97 INFO opnfv-tempest [-] {2} tempest.api.compute.keypairs.test_keypairs_v22.KeyPairsV22TestJSON.test_keypair_create_delete ... success [0.217s] 2020-08-10 15:35:09.195 97 INFO opnfv-tempest [-] {2} tempest.api.compute.keypairs.test_keypairs_v22.KeyPairsV22TestJSON.test_keypair_create_with_pub_key ... success [0.173s] 2020-08-10 15:35:10.227 97 INFO opnfv-tempest [-] {2} tempest.api.compute.keypairs.test_keypairs_v22.KeyPairsV22TestJSON.test_keypairs_create_list_delete ... success [1.019s] 2020-08-10 15:35:10.588 97 INFO opnfv-tempest [-] {2} tempest.api.compute.keypairs.test_keypairs_v22.KeyPairsV22TestJSON.test_keypairsv22_create_list_show ... success [0.365s] 2020-08-10 15:35:11.019 97 INFO opnfv-tempest [-] {2} tempest.api.compute.keypairs.test_keypairs_v22.KeyPairsV22TestJSON.test_keypairsv22_create_list_show_with_type ... success [0.422s] 2020-08-10 15:35:12.261 97 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_flavor ... success [0.499s] 2020-08-10 15:35:12.762 97 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_image ... success [0.494s] 2020-08-10 15:35:13.613 97 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_server_name ... success [0.850s] 2020-08-10 15:35:13.712 97 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_multiple_create.MultipleCreateTestJSON.test_multiple_create ... success [15.699s] 2020-08-10 15:35:14.230 97 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_server_status ... success [0.611s] 2020-08-10 15:35:14.627 97 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_limit_results ... success [0.396s] 2020-08-10 15:35:14.858 97 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_active_status ... success [0.228s] 2020-08-10 15:35:15.303 97 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_exceed_limit ... success [0.443s] 2020-08-10 15:35:15.533 97 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_flavor ... success [0.226s] 2020-08-10 15:35:15.842 97 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_image ... success [0.306s] 2020-08-10 15:35:16.001 97 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_limit ... success [0.158s] 2020-08-10 15:35:16.245 97 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_server_name ... success [0.236s] 2020-08-10 15:35:16.996 97 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_images_oneserver_negative.ImagesOneServerNegativeTestJSON.test_create_image_specify_invalid_metadata ... success [0.749s] 2020-08-10 15:35:18.016 97 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_images_oneserver_negative.ImagesOneServerNegativeTestJSON.test_create_image_specify_metadata_over_limits ... success [1.012s] 2020-08-10 15:35:18.756 97 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_images_oneserver_negative.ImagesOneServerNegativeTestJSON.test_create_image_specify_name_over_character_limit ... success [0.738s] 2020-08-10 15:35:24.948 97 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_shutoff_status ... success [8.681s] 2020-08-10 15:35:25.011 97 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_zero_limit ... success [0.079s] 2020-08-10 15:35:26.306 97 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filtered_by_ip ... success [1.286s] 2020-08-10 15:35:26.319 97 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filtered_by_ip_regex ... skip [0.004s]: b'Skipped until bug: https://launchpad.net/bugs/1540645 is resolved.' 2020-08-10 15:35:26.633 97 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_multiple_create.MultipleCreateTestJSON.test_multiple_create_with_reservation_return ... success [12.916s] 2020-08-10 15:35:26.897 97 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filtered_by_name_regex ... success [0.584s] 2020-08-10 15:35:27.312 97 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filtered_by_name_wildcard ... success [0.414s] 2020-08-10 15:35:35.206 97 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_group.ServerGroupTestJSON.test_create_delete_multiple_server_groups_with_same_name_policy ... success [0.786s] 2020-08-10 15:35:35.457 97 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_group.ServerGroupTestJSON.test_create_delete_server_group_with_affinity_policy ... success [0.254s] 2020-08-10 15:35:35.707 97 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_group.ServerGroupTestJSON.test_create_delete_server_group_with_anti_affinity_policy ... success [0.251s] 2020-08-10 15:35:45.336 97 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_multiple_create_negative.MultipleCreateNegativeTestJSON.test_max_count_less_than_min_count ... success [0.701s] 2020-08-10 15:35:45.755 97 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_multiple_create_negative.MultipleCreateNegativeTestJSON.test_max_count_less_than_one ... success [0.414s] 2020-08-10 15:35:46.169 97 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_multiple_create_negative.MultipleCreateNegativeTestJSON.test_max_count_non_integer ... success [0.410s] 2020-08-10 15:35:46.613 97 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_multiple_create_negative.MultipleCreateNegativeTestJSON.test_min_count_less_than_one ... success [0.418s] 2020-08-10 15:35:46.659 97 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_images_oneserver_negative.ImagesOneServerNegativeTestJSON.test_create_second_image_when_first_image_is_being_saved ... success [27.822s] 2020-08-10 15:35:47.003 97 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_multiple_create_negative.MultipleCreateNegativeTestJSON.test_min_count_non_integer ... success [0.407s] 2020-08-10 15:35:48.366 97 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_group.ServerGroupTestJSON.test_create_server_with_scheduler_hint_group ... success [12.628s] 2020-08-10 15:35:48.441 97 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_group.ServerGroupTestJSON.test_list_server_groups ... success [0.092s] 2020-08-10 15:35:48.524 97 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_group.ServerGroupTestJSON.test_show_server_group ... success [0.081s] 2020-08-10 15:35:59.661 97 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_attach_interfaces.AttachInterfacesTestJSON.test_create_list_show_delete_interfaces_by_fixed_ip ... success [40.479s] 2020-08-10 15:36:01.584 97 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses ... success [0.098s] 2020-08-10 15:36:01.806 97 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses_by_network ... success [0.219s] 2020-08-10 15:36:02.917 97 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_server_specify_multibyte_character_name ... success [9.585s] 2020-08-10 15:36:04.042 97 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_server_with_admin_password ... success [1.136s] 2020-08-10 15:36:04.114 97 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_images_oneserver_negative.ImagesOneServerNegativeTestJSON.test_delete_image_that_is_not_yet_active ... success [17.461s] 2020-08-10 15:36:15.809 97 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_server_with_ipv6_addr_only ... success [11.746s] 2020-08-10 15:36:23.868 97 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_addresses_negative.ServerAddressesNegativeTestJSON.test_list_server_addresses_by_network_neg ... success [0.103s] 2020-08-10 15:36:23.922 97 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_addresses_negative.ServerAddressesNegativeTestJSON.test_list_server_addresses_invalid_server_id ... success [0.051s] 2020-08-10 15:36:28.996 97 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_specify_keypair ... success [13.166s] 2020-08-10 15:36:46.207 97 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_attach_interfaces.AttachInterfacesTestJSON.test_create_list_show_delete_interfaces_by_network_port ... success [46.490s] 2020-08-10 15:36:56.351 97 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_with_existing_server_name ... success [27.311s] 2020-08-10 15:37:12.782 97 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_filter_by_changes_since ... success [0.175s] 2020-08-10 15:37:12.921 97 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_filter_by_name ... success [0.136s] 2020-08-10 15:37:13.082 97 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_filter_by_server_id ... success [0.159s] 2020-08-10 15:37:13.382 97 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_filter_by_server_ref ... success [0.290s] 2020-08-10 15:37:13.665 97 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_filter_by_status ... success [0.283s] 2020-08-10 15:37:13.835 97 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_filter_by_type ... success [0.169s] 2020-08-10 15:37:13.977 97 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_limit_results ... success [0.139s] 2020-08-10 15:37:14.223 97 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_with_detail_filter_by_changes_since ... success [0.238s] 2020-08-10 15:37:14.384 97 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_with_detail_filter_by_name ... success [0.163s] 2020-08-10 15:37:14.731 97 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_with_detail_filter_by_server_ref ... success [0.339s] 2020-08-10 15:37:15.040 97 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_with_detail_filter_by_status ... success [0.303s] 2020-08-10 15:37:15.366 97 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_with_detail_filter_by_type ... success [0.326s] 2020-08-10 15:37:15.519 97 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_with_detail_limit_results ... success [0.156s] 2020-08-10 15:37:15.751 97 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_access_server_address ... success [19.380s] 2020-08-10 15:37:26.096 97 INFO opnfv-tempest [-] {1} tempest.api.compute.keypairs.test_keypairs_negative.KeyPairsNegativeTestJSON.test_create_keypair_invalid_name ... success [0.212s] 2020-08-10 15:37:26.178 97 INFO opnfv-tempest [-] {1} tempest.api.compute.keypairs.test_keypairs_negative.KeyPairsNegativeTestJSON.test_create_keypair_when_public_key_bits_exceeds_maximum ... success [0.083s] 2020-08-10 15:37:26.669 97 INFO opnfv-tempest [-] {1} tempest.api.compute.keypairs.test_keypairs_negative.KeyPairsNegativeTestJSON.test_create_keypair_with_duplicate_name ... success [0.483s] 2020-08-10 15:37:26.709 97 INFO opnfv-tempest [-] {1} tempest.api.compute.keypairs.test_keypairs_negative.KeyPairsNegativeTestJSON.test_create_keypair_with_empty_name_string ... success [0.040s] 2020-08-10 15:37:26.794 97 INFO opnfv-tempest [-] {1} tempest.api.compute.keypairs.test_keypairs_negative.KeyPairsNegativeTestJSON.test_create_keypair_with_empty_public_key ... success [0.083s] 2020-08-10 15:37:26.840 97 INFO opnfv-tempest [-] {1} tempest.api.compute.keypairs.test_keypairs_negative.KeyPairsNegativeTestJSON.test_create_keypair_with_long_keynames ... success [0.041s] 2020-08-10 15:37:26.941 97 INFO opnfv-tempest [-] {1} tempest.api.compute.keypairs.test_keypairs_negative.KeyPairsNegativeTestJSON.test_keypair_create_with_invalid_pub_key ... success [0.103s] 2020-08-10 15:37:26.996 97 INFO opnfv-tempest [-] {1} tempest.api.compute.keypairs.test_keypairs_negative.KeyPairsNegativeTestJSON.test_keypair_delete_nonexistent_key ... success [0.052s] 2020-08-10 15:37:27.386 97 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_rescue.ServerRescueTestJSON.test_rescue_unrescue_instance ... success [23.318s] 2020-08-10 15:37:35.970 97 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_server_name ... success [20.217s] 2020-08-10 15:37:39.211 97 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_rescue.ServerStableDeviceRescueTest ... skip: b'Stable rescue not available.' 2020-08-10 15:37:42.095 97 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers.ServerShowV247Test.test_show_server ... success [1.849s] 2020-08-10 15:37:51.334 97 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_attach_interfaces.AttachInterfacesTestJSON.test_reassign_port_between_servers ... success [65.059s] 2020-08-10 15:37:57.619 97 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_numeric_server_name ... success [1.105s] 2020-08-10 15:37:58.357 97 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_host_name_is_same_as_server_name ... success [4.254s] 2020-08-10 15:37:58.581 97 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_list_servers ... success [0.217s] 2020-08-10 15:37:58.684 97 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_availability_zone.AZV2TestJSON.test_get_availability_zone_list_with_non_admin_user ... success [0.254s] 2020-08-10 15:37:59.092 97 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_list_servers_with_detail ... success [0.508s] 2020-08-10 15:37:59.384 97 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_verify_created_server_vcpus ... success [0.289s] 2020-08-10 15:37:59.393 97 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_verify_server_details ... success [0.009s] 2020-08-10 15:38:00.390 97 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_from_non_bootable_volume ... success [2.765s] 2020-08-10 15:38:03.122 97 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_invalid_bdm_in_2nd_dict ... success [2.723s] 2020-08-10 15:38:04.189 97 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_metadata_exceeds_length_limit ... success [1.065s] 2020-08-10 15:38:04.264 97 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers.ServerShowV247Test.test_update_rebuild_list_server ... success [22.127s] 2020-08-10 15:38:05.004 97 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_name_length_exceeds_256 ... success [0.810s] 2020-08-10 15:38:05.884 97 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_flavor ... success [0.878s] 2020-08-10 15:38:06.880 97 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_image ... success [0.992s] 2020-08-10 15:38:08.056 97 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_network_uuid ... success [1.171s] 2020-08-10 15:38:09.694 97 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_non_existent_keypair ... success [1.633s] 2020-08-10 15:38:10.639 97 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_nonexistent_security_group ... success [0.936s] 2020-08-10 15:38:11.437 97 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_non_existent_server ... success [0.800s] 2020-08-10 15:38:12.376 97 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_server_pass_id_exceeding_length_limit ... success [0.936s] 2020-08-10 15:38:13.147 97 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_server_pass_negative_id ... success [0.764s] 2020-08-10 15:38:14.153 97 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_instance_actions.InstanceActionsV221TestJSON.test_get_list_deleted_instance_actions ... success [11.381s] 2020-08-10 15:38:16.607 97 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_force_delete_nonexistent_server_id ... success [3.462s] 2020-08-10 15:38:17.310 97 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_get_console_output_of_non_existent_server ... success [0.698s] 2020-08-10 15:38:22.816 97 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_get_non_existent_server ... success [5.505s] 2020-08-10 15:38:23.798 97 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_invalid_access_ip_v4_address ... success [0.968s] 2020-08-10 15:38:24.710 97 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_invalid_ip_v6_address ... success [0.906s] 2020-08-10 15:38:25.453 97 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_pause_non_existent_server ... success [0.743s] 2020-08-10 15:38:29.732 97 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_pause_paused_server ... success [4.264s] 2020-08-10 15:38:29.743 97 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_personality_file_contents_not_encoded ... skip [0.001s]: b'Nova personality feature disabled' 2020-08-10 15:38:30.465 97 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_reboot_deleted_server ... success [0.735s] 2020-08-10 15:38:31.428 97 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_reboot_non_existent_server ... success [0.960s] 2020-08-10 15:38:31.700 97 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_microversions.ServerShowV257Test.test_rebuild_server ... success [19.563s] 2020-08-10 15:38:32.114 97 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_deleted_server ... success [0.681s] 2020-08-10 15:38:32.905 97 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_non_existent_server ... success [0.785s] 2020-08-10 15:38:33.629 97 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_resize_nonexistent_server ... success [0.723s] 2020-08-10 15:38:34.443 97 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_resize_server_with_non_existent_flavor ... success [0.809s] 2020-08-10 15:38:35.302 97 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_resize_server_with_null_flavor ... success [0.858s] 2020-08-10 15:38:36.193 97 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_restore_nonexistent_server_id ... success [0.884s] 2020-08-10 15:38:36.899 97 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_changes_since_future_date ... success [0.142s] 2020-08-10 15:38:36.938 97 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_changes_since_invalid_date ... success [0.042s] 2020-08-10 15:38:37.013 97 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_restore_server_invalid_state ... success [0.819s] 2020-08-10 15:38:37.373 97 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_greater_than_actual_count ... success [0.427s] 2020-08-10 15:38:37.406 97 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_pass_negative_value ... success [0.036s] 2020-08-10 15:38:37.448 97 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_pass_string ... success [0.039s] 2020-08-10 15:38:37.534 97 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_flavor ... success [0.083s] 2020-08-10 15:38:37.674 97 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_image ... success [0.131s] 2020-08-10 15:38:37.805 97 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_server_name ... success [0.127s] 2020-08-10 15:38:37.823 97 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_resume_non_existent_server ... success [0.803s] 2020-08-10 15:38:38.396 97 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_detail_server_is_deleted ... success [0.587s] 2020-08-10 15:38:38.460 97 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_status_non_existing ... success [0.070s] 2020-08-10 15:38:38.620 97 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_resume_server_invalid_state ... success [0.798s] 2020-08-10 15:38:38.676 97 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_with_a_deleted_server ... success [0.208s] 2020-08-10 15:38:39.735 97 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_server_name_blank ... success [1.109s] 2020-08-10 15:38:40.671 97 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_shelve_non_existent_server ... success [0.936s] 2020-08-10 15:38:46.163 97 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_host_name_is_same_as_server_name ... success [7.779s] 2020-08-10 15:38:46.368 97 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers ... success [0.200s] 2020-08-10 15:38:46.817 97 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers_with_detail ... success [0.446s] 2020-08-10 15:38:47.295 97 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_created_server_vcpus ... success [0.478s] 2020-08-10 15:38:47.305 97 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_server_details ... success [0.005s] 2020-08-10 15:38:50.129 97 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestMultiTenantJSON.test_delete_a_server_of_another_tenant ... success [0.551s] 2020-08-10 15:38:50.661 97 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestMultiTenantJSON.test_update_server_of_another_tenant ... success [0.533s] 2020-08-10 15:39:07.360 97 INFO opnfv-tempest [-] {0} tempest.api.compute.test_quotas.QuotasTestJSON.test_compare_tenant_quotas_with_default_quotas ... success [0.569s] 2020-08-10 15:39:07.527 97 INFO opnfv-tempest [-] {0} tempest.api.compute.test_quotas.QuotasTestJSON.test_get_default_quotas ... success [0.163s] 2020-08-10 15:39:07.940 97 INFO opnfv-tempest [-] {0} tempest.api.compute.test_quotas.QuotasTestJSON.test_get_quotas ... success [0.410s] 2020-08-10 15:39:09.519 97 INFO opnfv-tempest [-] {0} tempest.api.compute.volumes.test_attach_volume.AttachVolumeMultiAttachTest ... skip: b'Volume multi-attach is not available.' 2020-08-10 15:39:09.539 97 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v2.test_tenants.TenantsTestJSON ... skip: b'Identity api v2 is not enabled' 2020-08-10 15:39:09.549 97 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v2.test_users.UsersTestJSON ... skip: b'Identity api v2 is not enabled' 2020-08-10 15:39:11.962 97 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_application_credentials.ApplicationCredentialsV3AdminTest.test_create_application_credential_with_roles ... success [0.927s] 2020-08-10 15:39:16.303 97 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_credentials.CredentialsTestJSON.test_credentials_create_get_update_delete ... success [0.327s] 2020-08-10 15:39:16.712 97 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_credentials.CredentialsTestJSON.test_credentials_list_delete ... success [0.408s] 2020-08-10 15:39:17.227 97 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_shelve_shelved_server ... success [36.482s] 2020-08-10 15:39:18.049 97 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_stop_non_existent_server ... success [0.848s] 2020-08-10 15:39:19.018 97 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_suspend_non_existent_server ... success [0.962s] 2020-08-10 15:39:20.133 97 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_change_server_password ... skip [0.001s]: b'Change password not available.' 2020-08-10 15:39:22.281 97 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_endpoints.EndPointsTestJSON.test_create_list_show_delete_endpoint ... success [0.651s] 2020-08-10 15:39:22.681 97 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_endpoints.EndPointsTestJSON.test_list_endpoints ... success [0.391s] 2020-08-10 15:39:23.530 97 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_endpoints.EndPointsTestJSON.test_update_endpoint ... success [0.847s] 2020-08-10 15:39:30.958 97 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_suspend_server_invalid_state ... success [11.925s] 2020-08-10 15:39:31.736 97 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_unpause_non_existent_server ... success [0.784s] 2020-08-10 15:39:32.498 97 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_unpause_server_invalid_state ... success [0.760s] 2020-08-10 15:39:33.129 97 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_groups.GroupsV3TestJSON.test_group_create_update_get ... success [0.491s] 2020-08-10 15:39:33.327 97 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_unshelve_non_existent_server ... success [0.825s] 2020-08-10 15:39:34.276 97 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_unshelve_server_invalid_state ... success [0.942s] 2020-08-10 15:39:35.077 97 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_name_of_non_existent_server ... success [0.796s] 2020-08-10 15:39:35.633 97 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_groups.GroupsV3TestJSON.test_group_users_add_list_delete ... success [2.493s] 2020-08-10 15:39:35.894 97 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_server_name_length_exceeds_256 ... success [0.813s] 2020-08-10 15:39:36.521 97 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_groups.GroupsV3TestJSON.test_list_groups ... success [0.889s] 2020-08-10 15:39:36.617 97 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_server_set_empty_name ... success [0.723s] 2020-08-10 15:39:38.592 97 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_groups.GroupsV3TestJSON.test_list_user_groups ... success [2.070s] 2020-08-10 15:39:43.979 97 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_inherits.InheritsV3TestJSON.test_inherit_assign_check_revoke_roles_on_projects_group ... success [0.513s] 2020-08-10 15:39:44.507 97 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_inherits.InheritsV3TestJSON.test_inherit_assign_check_revoke_roles_on_projects_user ... success [0.520s] 2020-08-10 15:39:45.102 97 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_inherits.InheritsV3TestJSON.test_inherit_assign_list_check_revoke_roles_on_domains_group ... success [0.590s] 2020-08-10 15:39:45.854 97 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_inherits.InheritsV3TestJSON.test_inherit_assign_list_check_revoke_roles_on_domains_user ... success [0.750s] 2020-08-10 15:39:47.226 97 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_inherits.InheritsV3TestJSON.test_inherit_assign_list_revoke_user_roles_on_domain ... success [1.356s] 2020-08-10 15:39:48.267 97 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_inherits.InheritsV3TestJSON.test_inherit_assign_list_revoke_user_roles_on_project_tree ... success [1.047s] 2020-08-10 15:39:49.420 97 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_virtual_interfaces_negative.VirtualInterfacesNegativeTestJSON ... skip: b'nova-network is gone' 2020-08-10 15:39:51.274 97 INFO opnfv-tempest [-] {3} tempest.api.compute.test_extensions.ExtensionsTest.test_get_extension ... success [0.234s] 2020-08-10 15:39:51.483 97 INFO opnfv-tempest [-] {3} tempest.api.compute.test_extensions.ExtensionsTest.test_list_extensions ... success [0.211s] 2020-08-10 15:39:53.006 97 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_projects_negative.ProjectsNegativeStaticTestJSON.test_create_project_by_unauthorized_user ... success [0.174s] 2020-08-10 15:39:53.139 97 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_projects_negative.ProjectsNegativeStaticTestJSON.test_create_project_with_empty_name ... success [0.128s] 2020-08-10 15:39:53.251 97 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_projects_negative.ProjectsNegativeStaticTestJSON.test_create_projects_name_length_over_64 ... success [0.112s] 2020-08-10 15:39:53.342 97 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_projects_negative.ProjectsNegativeStaticTestJSON.test_delete_non_existent_project ... success [0.085s] 2020-08-10 15:39:53.498 97 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_projects_negative.ProjectsNegativeStaticTestJSON.test_list_projects_by_unauthorized_user ... success [0.154s] 2020-08-10 15:39:53.729 97 INFO opnfv-tempest [-] {3} tempest.api.compute.test_versions.TestVersions.test_get_version_details ... success [0.157s] 2020-08-10 15:39:53.783 97 INFO opnfv-tempest [-] {3} tempest.api.compute.test_versions.TestVersions.test_list_api_versions ... success [0.053s] 2020-08-10 15:39:53.923 97 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_projects_negative.ProjectsNegativeStaticTestJSON.test_project_create_duplicate ... success [0.421s] 2020-08-10 15:39:54.421 97 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_device_tagging.TaggedAttachmentsTest.test_tagged_attachment ... success [39.085s] 2020-08-10 15:39:56.295 97 INFO opnfv-tempest [-] {3} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_invalid_size ... success [0.261s] 2020-08-10 15:39:56.339 97 INFO opnfv-tempest [-] {3} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_zero ... success [0.045s] 2020-08-10 15:39:56.376 97 INFO opnfv-tempest [-] {3} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_create_volume_without_passing_size ... success [0.036s] 2020-08-10 15:39:56.474 97 INFO opnfv-tempest [-] {3} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_delete_invalid_volume_id ... success [0.093s] 2020-08-10 15:39:56.509 97 INFO opnfv-tempest [-] {3} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_delete_volume_without_passing_volume_id ... success [0.034s] 2020-08-10 15:39:56.549 97 INFO opnfv-tempest [-] {3} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_get_volume_without_passing_volume_id ... success [0.037s] 2020-08-10 15:39:56.665 97 INFO opnfv-tempest [-] {3} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_volume_delete_nonexistent_volume_id ... success [0.109s] 2020-08-10 15:39:56.762 97 INFO opnfv-tempest [-] {3} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_volume_get_nonexistent_volume_id ... success [0.094s] 2020-08-10 15:39:57.801 97 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v2.test_roles.RolesTestJSON ... skip: b'Identity api v2 is not enabled' 2020-08-10 15:39:57.812 97 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v2.test_tenant_negative.TenantsNegativeTestJSON ... skip: b'Identity api v2 is not enabled' 2020-08-10 15:39:57.825 97 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v2.test_tokens.TokensTestJSON ... skip: b'Identity api v2 is not enabled' 2020-08-10 15:39:59.405 97 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_assignments_for_domain_roles ... success [0.669s] 2020-08-10 15:40:00.284 97 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_assignments_for_implied_roles_create_delete ... success [0.874s] 2020-08-10 15:40:00.776 97 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_domain_roles_create_delete ... success [0.487s] 2020-08-10 15:40:00.869 97 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_domain_configuration.DomainConfigurationTestJSON.test_create_domain_config_and_show_config_groups_and_options ... success [1.245s] 2020-08-10 15:40:01.216 97 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_grant_list_revoke_role_to_group_on_domain ... success [0.439s] 2020-08-10 15:40:02.118 97 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_grant_list_revoke_role_to_group_on_project ... success [0.895s] 2020-08-10 15:40:02.195 97 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_domain_configuration.DomainConfigurationTestJSON.test_create_update_and_delete_domain_config ... success [1.323s] 2020-08-10 15:40:02.678 97 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_grant_list_revoke_role_to_user_on_domain ... success [0.555s] 2020-08-10 15:40:03.128 97 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_grant_list_revoke_role_to_user_on_project ... success [0.449s] 2020-08-10 15:40:03.695 97 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_domain_configuration.DomainConfigurationTestJSON.test_create_update_and_delete_domain_config_groups_and_opts ... success [1.497s] 2020-08-10 15:40:05.303 97 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_implied_domain_roles ... success [2.160s] 2020-08-10 15:40:05.892 97 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_implied_roles_create_check_show_delete ... success [0.595s] 2020-08-10 15:40:06.773 97 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_list_all_implied_roles ... success [0.873s] 2020-08-10 15:40:06.902 97 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_list_roles ... success [0.128s] 2020-08-10 15:40:07.389 97 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_role_create_update_show_list ... success [0.483s] 2020-08-10 15:40:08.382 97 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_roles_hierarchy ... success [0.985s] 2020-08-10 15:40:08.592 97 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_domain_configuration.DomainConfigurationTestJSON.test_show_default_group_config_and_options ... success [4.854s] 2020-08-10 15:40:12.468 97 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_domains_negative.DomainsNegativeTestJSON.test_create_domain_with_empty_name ... success [0.169s] 2020-08-10 15:40:12.529 97 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_domains_negative.DomainsNegativeTestJSON.test_create_domain_with_name_length_over_64 ... success [0.063s] 2020-08-10 15:40:13.093 97 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_create_backup ... success [52.839s] 2020-08-10 15:40:13.161 97 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_domains_negative.DomainsNegativeTestJSON.test_delete_active_domain ... success [0.628s] 2020-08-10 15:40:13.292 97 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_domains_negative.DomainsNegativeTestJSON.test_delete_non_existent_domain ... success [0.124s] 2020-08-10 15:40:13.879 97 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_domains_negative.DomainsNegativeTestJSON.test_domain_create_duplicate ... success [0.588s] 2020-08-10 15:40:18.925 97 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_get_console_output ... success [5.851s] 2020-08-10 15:40:19.552 97 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_endpoint_groups.EndPointGroupsTest.test_create_list_show_check_delete_endpoint_group ... success [0.904s] 2020-08-10 15:40:20.616 97 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_endpoint_groups.EndPointGroupsTest.test_update_endpoint_group ... success [1.064s] 2020-08-10 15:40:20.994 97 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_tokens.TokensV3TestJSON.test_get_available_domain_scopes ... success [6.290s] 2020-08-10 15:40:21.530 97 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_tokens.TokensV3TestJSON.test_get_available_project_scopes ... success [0.559s] 2020-08-10 15:40:23.412 97 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_disk_config.ServerDiskConfigTestJSON.test_rebuild_server_with_auto_disk_config ... success [18.396s] 2020-08-10 15:40:23.792 97 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_tokens.TokensV3TestJSON.test_rescope_token ... success [2.241s] 2020-08-10 15:40:25.413 97 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_policies.PoliciesTestJSON.test_create_update_delete_policy ... success [0.474s] 2020-08-10 15:40:25.992 97 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_policies.PoliciesTestJSON.test_list_policies ... success [0.572s] 2020-08-10 15:40:31.289 97 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_project_tags.IdentityV3ProjectTagsTest.test_list_update_delete_project_tags ... success [1.447s] 2020-08-10 15:40:31.297 97 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_get_trusts_all ... success [2.679s] 2020-08-10 15:40:33.116 97 INFO opnfv-tempest [-] {3} tempest.api.identity.v2.test_ec2_credentials.EC2CredentialsTest ... skip: b'Identity api v2 is not enabled' 2020-08-10 15:40:33.571 97 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_get_trusts_query ... success [2.292s] 2020-08-10 15:40:34.231 97 INFO opnfv-tempest [-] {3} tempest.api.identity.v3.test_tokens.TokensV3Test.test_create_token ... success [0.046s] 2020-08-10 15:40:34.649 97 INFO opnfv-tempest [-] {3} tempest.api.identity.v3.test_tokens.TokensV3Test.test_token_auth_creation_existence_deletion ... success [0.408s] 2020-08-10 15:40:34.894 97 INFO opnfv-tempest [-] {3} tempest.api.identity.v3.test_tokens.TokensV3Test.test_validate_token ... success [0.248s] 2020-08-10 15:40:35.893 97 INFO opnfv-tempest [-] {3} tempest.api.image.v1.test_image_members_negative.ImageMembersNegativeTest ... skip: b'Glance API v1 not supported' 2020-08-10 15:40:35.906 97 INFO opnfv-tempest [-] {3} tempest.api.image.v1.test_images.UpdateImageMetaTest ... skip: b'Glance API v1 not supported' 2020-08-10 15:40:35.913 97 INFO opnfv-tempest [-] {3} tempest.api.image.v1.test_images_negative.CreateDeleteImagesNegativeTest ... skip: b'Glance API v1 not supported' 2020-08-10 15:40:36.056 97 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_get_console_output_server_id_in_shutoff_status ... success [17.111s] 2020-08-10 15:40:36.142 97 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_trust_expire ... success [2.555s] 2020-08-10 15:40:38.032 97 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_trust_expire_invalid ... success [1.896s] 2020-08-10 15:40:38.465 97 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_deactivate_reactivate_image ... success [1.379s] 2020-08-10 15:40:38.757 97 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_delete_image ... success [0.290s] 2020-08-10 15:40:39.468 97 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_register_upload_get_image_file ... success [0.701s] 2020-08-10 15:40:39.653 97 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_update_image ... success [0.182s] 2020-08-10 15:40:40.605 97 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_trust_impersonate ... success [2.553s] 2020-08-10 15:40:43.475 97 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images_metadefs_namespaces.MetadataNamespacesTest.test_basic_metadata_definition_namespaces ... success [0.791s] 2020-08-10 15:40:43.507 97 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_trust_noimpersonate ... success [2.881s] 2020-08-10 15:40:45.439 97 INFO opnfv-tempest [-] {0} tempest.api.identity.v2.test_api_discovery.TestApiDiscovery ... skip: b'Identity api v2 is not enabled' 2020-08-10 15:40:45.450 97 INFO opnfv-tempest [-] {0} tempest.api.identity.v2.test_extension.ExtensionTestJSON ... skip: b'Identity api v2 is not enabled' 2020-08-10 15:40:45.459 97 INFO opnfv-tempest [-] {0} tempest.api.identity.v2.test_tenants.IdentityTenantsTest ... skip: b'Identity api v2 is not enabled' 2020-08-10 15:40:46.190 97 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images_metadefs_resource_types.MetadataResourceTypesTest.test_basic_meta_def_resource_type_association ... success [0.467s] 2020-08-10 15:40:46.552 97 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_media_types ... success [0.154s] 2020-08-10 15:40:46.601 97 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_resources ... success [0.044s] 2020-08-10 15:40:46.655 97 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_statuses ... success [0.048s] 2020-08-10 15:40:46.691 97 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_identity_v3_existence ... success [0.035s] 2020-08-10 15:40:46.713 97 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_list_api_versions ... success [0.021s] 2020-08-10 15:40:48.510 97 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_image_null_id ... success [0.218s] 2020-08-10 15:40:48.553 97 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_non_existing_image ... success [0.042s] 2020-08-10 15:40:48.646 97 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_catalog.IdentityCatalogTest.test_catalog_standardization ... success [0.109s] 2020-08-10 15:40:48.753 97 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_protected_image ... success [0.194s] 2020-08-10 15:40:49.056 97 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_delete_deleted_image ... success [0.295s] 2020-08-10 15:40:49.076 97 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_image_null_id ... success [0.029s] 2020-08-10 15:40:49.126 97 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_non_existent_image ... success [0.043s] 2020-08-10 15:40:49.163 97 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_register_with_invalid_container_format ... success [0.035s] 2020-08-10 15:40:49.213 97 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_register_with_invalid_disk_format ... success [0.045s] 2020-08-10 15:40:49.698 97 INFO opnfv-tempest [-] {0} tempest.api.image.v1.test_images.CreateRegisterImagesTest ... skip: b'Glance API v1 not supported' 2020-08-10 15:40:51.619 97 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images_tags.ImagesTagsTest.test_update_delete_tags_for_image ... success [0.521s] 2020-08-10 15:40:52.325 97 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_disk_config.ServerDiskConfigTestJSON.test_rebuild_server_with_manual_disk_config ... success [28.872s] 2020-08-10 15:40:52.341 97 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_get_console_output_with_unlimited_size ... success [16.207s] 2020-08-10 15:40:53.112 97 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_get_vnc_console ... success [0.858s] 2020-08-10 15:40:53.745 97 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_versions.VersionsTest.test_list_versions ... success [0.025s] 2020-08-10 15:40:54.759 97 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.ListUserImagesTest.test_get_image_schema ... success [0.031s] 2020-08-10 15:40:54.789 97 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.ListUserImagesTest.test_get_images_schema ... success [0.029s] 2020-08-10 15:40:54.906 97 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_image_param_owner ... success [0.114s] 2020-08-10 15:40:54.993 97 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_container_format ... success [0.079s] 2020-08-10 15:40:55.053 97 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_disk_format ... success [0.066s] 2020-08-10 15:40:55.121 97 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_limit ... success [0.066s] 2020-08-10 15:40:55.257 97 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_min_max_size ... success [0.127s] 2020-08-10 15:40:55.352 97 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_name ... success [0.094s] 2020-08-10 15:40:55.471 97 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_size ... success [0.118s] 2020-08-10 15:40:55.564 97 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_sort ... success [0.086s] 2020-08-10 15:40:55.656 97 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_sort_key_dir ... success [0.089s] 2020-08-10 15:40:55.751 97 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_status ... success [0.089s] 2020-08-10 15:40:55.832 97 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_tag ... success [0.083s] 2020-08-10 15:40:55.915 97 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_visibility ... success [0.070s] 2020-08-10 15:40:55.996 97 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_no_params ... success [0.080s] 2020-08-10 15:41:01.304 97 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images_member.ImagesMemberTest.test_get_image_member ... success [0.806s] 2020-08-10 15:41:01.319 97 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images_member.ImagesMemberTest.test_get_image_member_schema ... success [0.025s] 2020-08-10 15:41:01.343 97 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images_member.ImagesMemberTest.test_get_image_members_schema ... success [0.023s] 2020-08-10 15:41:01.463 97 INFO opnfv-tempest [-] {3} tempest.api.network.admin.test_dhcp_agent_scheduler.DHCPAgentSchedulersTestJSON.test_add_remove_network_from_dhcp_agent ... success [2.191s] 2020-08-10 15:41:01.526 97 INFO opnfv-tempest [-] {3} tempest.api.network.admin.test_dhcp_agent_scheduler.DHCPAgentSchedulersTestJSON.test_list_dhcp_agent_hosting_network ... success [0.076s] 2020-08-10 15:41:01.802 97 INFO opnfv-tempest [-] {3} tempest.api.network.admin.test_dhcp_agent_scheduler.DHCPAgentSchedulersTestJSON.test_list_networks_hosted_by_one_dhcp ... success [0.267s] 2020-08-10 15:41:01.886 97 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images_member.ImagesMemberTest.test_image_share_accept ... success [0.521s] 2020-08-10 15:41:02.082 97 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_lock_unlock_server ... success [8.948s] 2020-08-10 15:41:02.400 97 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images_member.ImagesMemberTest.test_image_share_reject ... success [0.511s] 2020-08-10 15:41:02.903 97 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images_member.ImagesMemberTest.test_remove_image_member ... success [0.500s] 2020-08-10 15:41:06.639 97 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_pause_unpause_server ... success [4.555s] 2020-08-10 15:41:07.046 97 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images_metadefs_namespace_properties.MetadataNamespacePropertiesTest.test_basic_meta_def_namespace_property ... success [0.593s] 2020-08-10 15:41:09.327 97 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images_tags_negative.ImagesTagsNegativeTest.test_delete_non_existing_tag ... success [0.355s] 2020-08-10 15:41:09.380 97 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images_tags_negative.ImagesTagsNegativeTest.test_update_tags_for_non_existing_image ... success [0.053s] 2020-08-10 15:41:10.492 97 INFO opnfv-tempest [-] {0} tempest.api.network.admin.test_metering_extensions.MeteringIpV6TestJSON ... skip: b'metering extension not enabled.' 2020-08-10 15:41:11.094 97 INFO opnfv-tempest [-] {3} tempest.api.network.admin.test_external_networks_negative.ExternalNetworksAdminNegativeTestJSON.test_create_port_with_precreated_floatingip_as_fixed_ip ... success [3.323s] 2020-08-10 15:41:15.182 97 INFO opnfv-tempest [-] {0} tempest.api.network.admin.test_ports.PortsAdminExtendedAttrsIpV6TestJSON.test_create_port_binding_ext_attr ... success [2.073s] 2020-08-10 15:41:17.417 97 INFO opnfv-tempest [-] {0} tempest.api.network.admin.test_ports.PortsAdminExtendedAttrsIpV6TestJSON.test_list_ports_binding_ext_attr ... success [2.230s] 2020-08-10 15:41:18.604 97 INFO opnfv-tempest [-] {0} tempest.api.network.admin.test_ports.PortsAdminExtendedAttrsIpV6TestJSON.test_show_port_binding_ext_attr ... success [1.184s] 2020-08-10 15:41:20.861 97 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_hard ... success [14.217s] 2020-08-10 15:41:21.714 97 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_soft ... skip [0.847s]: b'Skipped until bug: https://launchpad.net/bugs/1014647 is resolved.' 2020-08-10 15:41:24.732 97 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_disk_config.ServerDiskConfigTestJSON.test_resize_server_from_auto_to_manual ... success [32.405s] 2020-08-10 15:41:25.144 97 INFO opnfv-tempest [-] {0} tempest.api.network.admin.test_ports.PortsAdminExtendedAttrsIpV6TestJSON.test_update_port_binding_ext_attr ... success [6.537s] 2020-08-10 15:41:27.651 97 INFO opnfv-tempest [-] {3} tempest.api.network.admin.test_floating_ips_admin_actions.FloatingIPAdminTestJSON.test_create_list_show_floating_ip_with_tenant_id_by_admin ... success [4.435s] 2020-08-10 15:41:31.641 97 INFO opnfv-tempest [-] {0} tempest.api.network.admin.test_ports.PortsAdminExtendedAttrsTestJSON.test_create_port_binding_ext_attr ... success [1.642s] 2020-08-10 15:41:32.830 97 INFO opnfv-tempest [-] {3} tempest.api.network.admin.test_floating_ips_admin_actions.FloatingIPAdminTestJSON.test_list_floating_ips_from_admin_and_nonadmin ... success [5.171s] 2020-08-10 15:41:33.783 97 INFO opnfv-tempest [-] {0} tempest.api.network.admin.test_ports.PortsAdminExtendedAttrsTestJSON.test_list_ports_binding_ext_attr ... success [2.133s] 2020-08-10 15:41:35.010 97 INFO opnfv-tempest [-] {0} tempest.api.network.admin.test_ports.PortsAdminExtendedAttrsTestJSON.test_show_port_binding_ext_attr ... success [1.227s] 2020-08-10 15:41:37.304 97 INFO opnfv-tempest [-] {0} tempest.api.network.admin.test_ports.PortsAdminExtendedAttrsTestJSON.test_update_port_binding_ext_attr ... success [2.289s] 2020-08-10 15:41:39.449 97 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_rebuild_server ... success [17.705s] 2020-08-10 15:41:45.229 97 INFO opnfv-tempest [-] {0} tempest.api.network.admin.test_quotas.QuotasTest.test_quotas ... success [4.171s] 2020-08-10 15:41:45.535 97 INFO opnfv-tempest [-] {0} tempest.api.network.admin.test_quotas.QuotasTest.test_show_quota_details ... success [0.316s] 2020-08-10 15:41:46.858 97 INFO opnfv-tempest [-] {3} tempest.api.network.admin.test_metering_extensions.MeteringTestJSON ... skip: b'metering extension not enabled.' 2020-08-10 15:41:52.093 97 INFO opnfv-tempest [-] {3} tempest.api.network.admin.test_negative_quotas.QuotasNegativeTest.test_network_quota_exceeding ... success [3.526s] 2020-08-10 15:41:54.692 97 INFO opnfv-tempest [-] {0} tempest.api.network.admin.test_routers.RoutersAdminTest.test_create_router_setting_project_id ... success [5.727s] 2020-08-10 15:41:55.665 97 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_disk_config.ServerDiskConfigTestJSON.test_resize_server_from_manual_to_auto ... success [30.915s] 2020-08-10 15:41:58.141 97 INFO opnfv-tempest [-] {0} tempest.api.network.admin.test_routers.RoutersAdminTest.test_create_router_with_default_snat_value ... success [3.447s] 2020-08-10 15:42:00.348 97 INFO opnfv-tempest [-] {3} tempest.api.network.test_allowed_address_pair.AllowedAddressPairIpV6TestJSON.test_create_list_port_with_address_pair ... success [1.842s] 2020-08-10 15:42:00.419 97 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_rebuild_server_in_stop_state ... success [20.956s] 2020-08-10 15:42:07.811 97 INFO opnfv-tempest [-] {3} tempest.api.network.test_allowed_address_pair.AllowedAddressPairIpV6TestJSON.test_update_port_with_address_pair ... success [7.458s] 2020-08-10 15:42:09.670 97 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_disk_config.ServerDiskConfigTestJSON.test_update_server_from_auto_to_manual ... success [13.989s] 2020-08-10 15:42:10.085 97 INFO opnfv-tempest [-] {3} tempest.api.network.test_allowed_address_pair.AllowedAddressPairIpV6TestJSON.test_update_port_with_cidr_address_pair ... success [2.271s] 2020-08-10 15:42:11.756 97 INFO opnfv-tempest [-] {0} tempest.api.network.admin.test_routers.RoutersAdminTest.test_create_router_with_snat_explicit ... success [13.610s] 2020-08-10 15:42:14.503 97 INFO opnfv-tempest [-] {3} tempest.api.network.test_allowed_address_pair.AllowedAddressPairIpV6TestJSON.test_update_port_with_multiple_ip_mac_address_pair ... success [4.413s] 2020-08-10 15:42:17.654 97 INFO opnfv-tempest [-] {0} tempest.api.network.admin.test_routers.RoutersAdminTest.test_update_router_reset_gateway_without_snat ... success [5.890s] 2020-08-10 15:42:21.457 97 INFO opnfv-tempest [-] {0} tempest.api.network.admin.test_routers.RoutersAdminTest.test_update_router_set_gateway ... success [3.799s] 2020-08-10 15:42:23.302 97 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_remove_server_all_security_groups ... success [22.870s] 2020-08-10 15:42:23.938 97 INFO opnfv-tempest [-] {3} tempest.api.network.test_allowed_address_pair.AllowedAddressPairTestJSON.test_create_list_port_with_address_pair ... success [1.837s] 2020-08-10 15:42:25.844 97 INFO opnfv-tempest [-] {0} tempest.api.network.admin.test_routers.RoutersAdminTest.test_update_router_set_gateway_with_snat_explicit ... success [4.382s] 2020-08-10 15:42:26.405 97 INFO opnfv-tempest [-] {3} tempest.api.network.test_allowed_address_pair.AllowedAddressPairTestJSON.test_update_port_with_address_pair ... success [2.461s] 2020-08-10 15:42:28.806 97 INFO opnfv-tempest [-] {3} tempest.api.network.test_allowed_address_pair.AllowedAddressPairTestJSON.test_update_port_with_cidr_address_pair ... success [2.398s] 2020-08-10 15:42:33.514 97 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_novnc.NoVNCConsoleTestJSON.test_novnc ... success [0.509s] 2020-08-10 15:42:33.877 97 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_novnc.NoVNCConsoleTestJSON.test_novnc_bad_token ... success [0.360s] 2020-08-10 15:42:34.922 97 INFO opnfv-tempest [-] {0} tempest.api.network.admin.test_routers.RoutersAdminTest.test_update_router_set_gateway_without_snat ... success [9.075s] 2020-08-10 15:42:38.107 97 INFO opnfv-tempest [-] {3} tempest.api.network.test_allowed_address_pair.AllowedAddressPairTestJSON.test_update_port_with_multiple_ip_mac_address_pair ... success [9.298s] 2020-08-10 15:42:48.855 97 INFO opnfv-tempest [-] {0} tempest.api.network.admin.test_routers.RoutersAdminTest.test_update_router_unset_gateway ... success [13.930s] 2020-08-10 15:42:49.872 97 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_resize_server_confirm ... success [26.550s] 2020-08-10 15:42:49.960 97 INFO opnfv-tempest [-] {3} tempest.api.network.test_floating_ips_negative.FloatingIPNegativeTestJSON.test_associate_floatingip_port_ext_net_unreachable ... success [2.685s] 2020-08-10 15:42:50.196 97 INFO opnfv-tempest [-] {3} tempest.api.network.test_floating_ips_negative.FloatingIPNegativeTestJSON.test_create_floatingip_in_private_network ... success [0.235s] 2020-08-10 15:42:52.267 97 INFO opnfv-tempest [-] {3} tempest.api.network.test_floating_ips_negative.FloatingIPNegativeTestJSON.test_create_floatingip_with_port_ext_net_unreachable ... success [2.068s] 2020-08-10 15:42:55.669 97 INFO opnfv-tempest [-] {0} tempest.api.network.admin.test_routers_dvr.RoutersTestDVR.test_centralized_router_creation ... success [0.829s] 2020-08-10 15:42:55.760 97 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_delete_server_metadata_item ... success [0.462s] 2020-08-10 15:42:56.117 97 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_get_server_metadata_item ... success [0.352s] 2020-08-10 15:42:56.453 97 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_list_server_metadata ... success [0.331s] 2020-08-10 15:42:57.003 97 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_set_server_metadata ... success [0.547s] 2020-08-10 15:42:57.427 97 INFO opnfv-tempest [-] {0} tempest.api.network.admin.test_routers_dvr.RoutersTestDVR.test_centralized_router_update_to_dvr ... success [1.750s] 2020-08-10 15:42:57.683 97 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_set_server_metadata_item ... success [0.679s] 2020-08-10 15:42:58.137 97 INFO opnfv-tempest [-] {0} tempest.api.network.admin.test_routers_dvr.RoutersTestDVR.test_distributed_router_creation ... success [0.709s] 2020-08-10 15:42:58.310 97 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_update_metadata_empty_body ... success [0.625s] 2020-08-10 15:42:58.849 97 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_update_server_metadata ... success [0.537s] 2020-08-10 15:43:02.060 97 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_network ... success [2.866s] 2020-08-10 15:43:03.498 97 INFO opnfv-tempest [-] {0} tempest.api.network.test_extensions.ExtensionsTestJSON.test_list_show_extensions ... success [2.516s] 2020-08-10 15:43:05.217 97 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_port ... success [3.147s] 2020-08-10 15:43:19.211 97 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_create_server_metadata_blank_key ... success [0.182s] 2020-08-10 15:43:19.264 97 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_delete_metadata_non_existent_server ... success [0.056s] 2020-08-10 15:43:19.323 97 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_list_server_metadata_non_existent_server ... success [0.055s] 2020-08-10 15:43:19.690 97 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_metadata_items_limit ... success [0.352s] 2020-08-10 15:43:20.355 97 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_server_create_metadata_key_too_long ... success [0.637s] 2020-08-10 15:43:20.373 97 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_server_metadata_non_existent_server ... success [0.048s] 2020-08-10 15:43:20.430 97 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_set_metadata_non_existent_server ... success [0.050s] 2020-08-10 15:43:20.471 97 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_set_server_metadata_blank_key ... success [0.042s] 2020-08-10 15:43:20.507 97 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_set_server_metadata_missing_metadata ... success [0.036s] 2020-08-10 15:43:20.555 97 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_update_metadata_non_existent_server ... success [0.041s] 2020-08-10 15:43:20.598 97 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_update_metadata_with_blank_key ... success [0.039s] 2020-08-10 15:43:20.692 97 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_wrong_key_passed_in_body ... success [0.092s] 2020-08-10 15:43:25.400 97 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_personality.ServerPersonalityTestJSON ... skip: b'Nova personality feature disabled' 2020-08-10 15:43:25.845 97 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_multiple_router_interfaces ... success [20.033s] 2020-08-10 15:43:29.347 97 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_resize_server_confirm_from_stopped ... success [39.415s] 2020-08-10 15:43:40.247 97 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_port_id ... success [14.398s] 2020-08-10 15:43:44.362 97 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_subnet ... success [39.139s] 2020-08-10 15:43:50.238 97 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_create_port_on_non_existent_network ... success [0.130s] 2020-08-10 15:43:50.371 97 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_delete_non_existent_network ... success [0.132s] 2020-08-10 15:43:50.461 97 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_delete_non_existent_port ... success [0.087s] 2020-08-10 15:43:50.562 97 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_delete_non_existent_subnet ... success [0.096s] 2020-08-10 15:43:50.630 97 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_show_non_existent_network ... success [0.066s] 2020-08-10 15:43:50.732 97 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_show_non_existent_port ... success [0.101s] 2020-08-10 15:43:50.806 97 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_show_non_existent_subnet ... success [0.070s] 2020-08-10 15:43:50.893 97 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_update_non_existent_network ... success [0.085s] 2020-08-10 15:43:50.970 97 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_update_non_existent_port ... success [0.069s] 2020-08-10 15:43:51.051 97 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_update_non_existent_subnet ... success [0.082s] 2020-08-10 15:43:54.562 97 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_subnet_id ... success [14.308s] 2020-08-10 15:43:54.573 97 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_create_router_set_gateway_with_fixed_ip ... skip [0.004s]: b'Skipped until bug: https://launchpad.net/bugs/1676207 is resolved.' 2020-08-10 15:43:55.415 97 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_list_update_show_delete_security_group ... success [2.214s] 2020-08-10 15:43:56.016 97 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_rescue.ServerRescueTestJSONUnderV235.test_rescued_vm_add_remove_security_group ... success [3.096s] 2020-08-10 15:43:56.470 97 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_security_group_rule_with_additional_args ... success [1.053s] 2020-08-10 15:44:00.159 97 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_security_group_rule_with_icmp_type_code ... success [3.656s] 2020-08-10 15:44:01.281 97 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_security_group_rule_with_protocol_integer_value ... success [1.138s] 2020-08-10 15:44:02.990 97 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_security_group_rule_with_remote_group_id ... success [1.695s] 2020-08-10 15:44:04.058 97 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_security_group_rule_with_remote_ip_prefix ... success [1.078s] 2020-08-10 15:44:04.878 97 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_rescue.ServerRescueTestJSONUnderV235.test_rescued_vm_associate_dissociate_floating_ip ... success [8.854s] 2020-08-10 15:44:05.494 97 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_create_show_list_update_delete_router ... success [10.928s] 2020-08-10 15:44:07.024 97 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_show_delete_security_group_rule ... success [2.942s] 2020-08-10 15:44:07.097 97 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_list_security_groups ... success [0.091s] 2020-08-10 15:44:10.213 97 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group ... success [1.337s] 2020-08-10 15:44:11.300 97 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_additional_args ... success [1.085s] 2020-08-10 15:44:14.625 97 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_icmp_type_code ... success [3.299s] 2020-08-10 15:44:15.480 97 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_protocol_integer_value ... success [0.872s] 2020-08-10 15:44:17.169 97 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_remote_group_id ... success [1.671s] 2020-08-10 15:44:18.265 97 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_remote_ip_prefix ... success [1.099s] 2020-08-10 15:44:20.979 97 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule ... success [2.680s] 2020-08-10 15:44:21.046 97 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups ... success [0.096s] 2020-08-10 15:44:21.292 97 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_router_interface_port_update_with_fixed_ip ... success [15.787s] 2020-08-10 15:44:21.479 97 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_resize_server_revert ... success [52.073s] 2020-08-10 15:44:22.968 97 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_additional_default_security_group_fails ... success [0.158s] 2020-08-10 15:44:24.625 97 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_duplicate_security_group_rule_fails ... success [1.641s] 2020-08-10 15:44:25.211 97 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_security_group_rule_with_bad_ethertype ... success [0.591s] 2020-08-10 15:44:25.847 97 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_security_group_rule_with_bad_protocol ... success [0.632s] 2020-08-10 15:44:26.603 97 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_security_group_rule_with_bad_remote_ip_prefix ... success [0.745s] 2020-08-10 15:44:28.243 97 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_tags.ServerTagsTestJSON.test_check_tag_existence ... success [0.444s] 2020-08-10 15:44:28.435 97 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_security_group_rule_with_invalid_ports ... success [1.825s] 2020-08-10 15:44:28.960 97 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_tags.ServerTagsTestJSON.test_create_delete_tag ... success [0.710s] 2020-08-10 15:44:29.619 97 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_security_group_rule_with_non_existent_remote_groupid ... success [1.184s] 2020-08-10 15:44:29.679 97 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_tags.ServerTagsTestJSON.test_delete_all_tags ... success [0.718s] 2020-08-10 15:44:29.903 97 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_security_group_rule_with_non_existent_security_group ... success [0.287s] 2020-08-10 15:44:30.458 97 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_tags.ServerTagsTestJSON.test_update_all_tags ... success [0.773s] 2020-08-10 15:44:36.150 97 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_security_group_rule_with_remote_ip_and_group ... success [6.224s] 2020-08-10 15:44:37.329 97 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_security_group_rule_wrong_ip_prefix_version ... success [1.184s] 2020-08-10 15:44:38.000 97 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_security_group_update_name_default ... success [0.667s] 2020-08-10 15:44:38.048 97 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_delete_non_existent_security_group ... success [0.052s] 2020-08-10 15:44:38.100 97 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_show_non_existent_security_group ... success [0.049s] 2020-08-10 15:44:38.157 97 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_show_non_existent_security_group_rule ... success [0.052s] 2020-08-10 15:44:40.326 97 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_additional_default_security_group_fails ... success [0.252s] 2020-08-10 15:44:40.345 97 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-08-10 15:44:41.835 97 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_duplicate_security_group_rule_fails ... success [1.500s] 2020-08-10 15:44:42.406 97 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_ethertype ... success [0.567s] 2020-08-10 15:44:43.283 97 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_protocol ... success [0.872s] 2020-08-10 15:44:44.069 97 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_remote_ip_prefix ... success [0.781s] 2020-08-10 15:44:46.225 97 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_invalid_ports ... success [2.142s] 2020-08-10 15:44:46.363 97 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_virtual_interfaces.VirtualInterfacesTestJSON ... skip: b'nova-network is gone' 2020-08-10 15:44:46.372 97 INFO opnfv-tempest [-] {1} tempest.api.compute.test_networks.ComputeNetworksTest ... skip: b'nova-network is not available.' 2020-08-10 15:44:47.391 97 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_non_existent_remote_groupid ... success [1.173s] 2020-08-10 15:44:47.738 97 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_non_existent_security_group ... success [0.350s] 2020-08-10 15:44:48.797 97 INFO opnfv-tempest [-] {1} tempest.api.compute.test_tenant_networks.ComputeTenantNetworksTest.test_list_show_tenant_networks ... success [0.554s] 2020-08-10 15:44:49.523 97 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_remote_ip_and_group ... success [1.773s] 2020-08-10 15:44:50.238 97 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_update_name_default ... success [0.716s] 2020-08-10 15:44:50.276 97 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_delete_non_existent_security_group ... success [0.044s] 2020-08-10 15:44:50.357 97 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_show_non_existent_security_group ... success [0.074s] 2020-08-10 15:44:50.415 97 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_show_non_existent_security_group_rule ... success [0.058s] 2020-08-10 15:44:52.601 97 INFO opnfv-tempest [-] {1} tempest.api.compute.volumes.test_volumes_get.VolumesGetTestJSON.test_volume_create_get_delete ... success [0.920s] 2020-08-10 15:44:54.593 97 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest.test_upload_large_object ... success [2.399s] 2020-08-10 15:44:55.017 97 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v2.test_endpoints.EndPointsTestJSON ... skip: b'Identity api v2 is not enabled' 2020-08-10 15:44:55.028 97 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v2.test_services.ServicesTestJSON ... skip: b'Identity api v2 is not enabled' 2020-08-10 15:44:57.014 97 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest.test_upload_too_many_objects ... success [2.409s] 2020-08-10 15:44:57.587 97 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_create_domain_with_disabled_status ... success [0.397s] 2020-08-10 15:44:58.131 97 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_create_domain_without_description ... success [0.544s] 2020-08-10 15:44:58.930 97 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_create_update_delete_domain ... success [0.794s] 2020-08-10 15:44:59.335 97 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest.test_upload_valid_object ... success [2.319s] 2020-08-10 15:45:00.224 97 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_domain_delete_cascades_content ... success [1.283s] 2020-08-10 15:45:00.286 97 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_list_domains ... success [0.070s] 2020-08-10 15:45:00.398 97 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_list_domains_filter_by_enabled ... success [0.114s] 2020-08-10 15:45:00.478 97 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_list_domains_filter_by_name ... success [0.073s] 2020-08-10 15:45:01.659 97 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_container_services_negative.ContainerNegativeTest.test_create_container_metadata_exceeds_overall_metadata_count ... success [0.227s] 2020-08-10 15:45:01.687 97 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_container_services_negative.ContainerNegativeTest.test_create_container_metadata_name_exceeds_max_length ... success [0.031s] 2020-08-10 15:45:01.722 97 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_container_services_negative.ContainerNegativeTest.test_create_container_metadata_value_exceeds_max_length ... success [0.030s] 2020-08-10 15:45:01.757 97 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_container_services_negative.ContainerNegativeTest.test_create_container_name_exceeds_max_length ... success [0.031s] 2020-08-10 15:45:01.977 97 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_container_services_negative.ContainerNegativeTest.test_delete_non_empty_container ... success [0.211s] 2020-08-10 15:45:02.005 97 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_container_services_negative.ContainerNegativeTest.test_delete_with_nonexistent_container_name ... success [0.034s] 2020-08-10 15:45:02.042 97 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_container_services_negative.ContainerNegativeTest.test_get_metadata_headers_with_invalid_container_name ... success [0.030s] 2020-08-10 15:45:02.185 97 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_container_services_negative.ContainerNegativeTest.test_list_all_container_objects_on_deleted_container ... success [0.134s] 2020-08-10 15:45:02.221 97 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_container_services_negative.ContainerNegativeTest.test_list_all_container_objects_with_nonexistent_container ... success [0.038s] 2020-08-10 15:45:02.255 97 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_container_services_negative.ContainerNegativeTest.test_update_metadata_with_nonexistent_container_name ... success [0.030s] 2020-08-10 15:45:05.350 97 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_update_delete_extra_route ... success [44.037s] 2020-08-10 15:45:06.152 97 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v3.test_list_projects.ListProjectsTestJSON.test_list_projects_with_enabled ... success [0.246s] 2020-08-10 15:45:06.213 97 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v3.test_list_projects.ListProjectsTestJSON.test_list_projects_with_parent ... success [0.076s] 2020-08-10 15:45:06.651 97 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_object_temp_url_negative.ObjectTempUrlNegativeTest.test_get_object_after_expiration_time ... success [2.086s] 2020-08-10 15:45:06.714 97 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_update_router_admin_state ... success [1.385s] 2020-08-10 15:45:10.878 97 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v3.test_oauth_consumers.OAUTHConsumersV3Test.test_create_and_show_consumer ... success [0.316s] 2020-08-10 15:45:10.882 97 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers_negative.DvrRoutersNegativeTest.test_router_create_tenant_distributed_returns_forbidden ... success [0.198s] 2020-08-10 15:45:11.338 97 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v3.test_oauth_consumers.OAUTHConsumersV3Test.test_delete_consumer ... success [0.461s] 2020-08-10 15:45:11.712 97 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v3.test_oauth_consumers.OAUTHConsumersV3Test.test_list_consumers ... success [0.367s] 2020-08-10 15:45:12.053 97 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v3.test_oauth_consumers.OAUTHConsumersV3Test.test_update_consumer ... success [0.333s] 2020-08-10 15:45:12.399 97 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_resize_server_revert_with_volume_attached ... success [50.842s] 2020-08-10 15:45:13.010 97 INFO opnfv-tempest [-] {0} tempest.api.network.test_versions.NetworksApiDiscovery.test_api_version_resources ... success [0.034s] 2020-08-10 15:45:13.219 97 INFO opnfv-tempest [-] {0} tempest.api.network.test_versions.NetworksApiDiscovery.test_show_api_v2_details ... success [0.207s] 2020-08-10 15:45:15.588 97 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_object_version.ContainerTest.test_versioned_container ... success [4.723s] 2020-08-10 15:45:15.742 97 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v3.test_projects_negative.ProjectsNegativeTestJSON.test_project_delete_by_unauthorized_user ... success [0.483s] 2020-08-10 15:45:17.678 97 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_create_container ... success [2.317s] 2020-08-10 15:45:19.837 97 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v3.test_regions.RegionsTestJSON.test_create_region_with_specific_id ... success [0.172s] 2020-08-10 15:45:19.869 97 INFO opnfv-tempest [-] {3} tempest.api.volume.admin.test_group_type_specs.GroupTypeSpecsTest.test_group_type_specs_create_show_update_list_delete ... success [0.726s] 2020-08-10 15:45:19.879 97 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_create_container_overwrite ... success [2.168s] 2020-08-10 15:45:20.345 97 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v3.test_regions.RegionsTestJSON.test_create_update_get_delete_region ... success [0.502s] 2020-08-10 15:45:20.406 97 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v3.test_regions.RegionsTestJSON.test_list_regions ... success [0.064s] 2020-08-10 15:45:20.623 97 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v3.test_regions.RegionsTestJSON.test_list_regions_filter_by_parent_region_id ... success [0.212s] 2020-08-10 15:45:22.053 97 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_create_container_with_metadata_key ... success [2.195s] 2020-08-10 15:45:24.295 97 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_create_container_with_metadata_value ... success [2.236s] 2020-08-10 15:45:24.646 97 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v3.test_services.ServicesTestJSON.test_create_service_without_description ... success [0.284s] 2020-08-10 15:45:25.099 97 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v3.test_services.ServicesTestJSON.test_create_update_get_service ... success [0.442s] 2020-08-10 15:45:25.906 97 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v3.test_services.ServicesTestJSON.test_list_services ... success [0.798s] 2020-08-10 15:45:26.571 97 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_create_container_with_remove_metadata_key ... success [2.272s] 2020-08-10 15:45:28.872 97 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_create_container_with_remove_metadata_value ... success [2.294s] 2020-08-10 15:45:29.159 97 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_delete_container ... success [0.286s] 2020-08-10 15:45:30.261 97 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v3.test_users.UsersV3TestJSON.test_get_user ... success [0.781s] 2020-08-10 15:45:31.606 97 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents ... success [2.429s] 2020-08-10 15:45:32.378 97 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v3.test_users.UsersV3TestJSON.test_list_user_projects ... success [2.104s] 2020-08-10 15:45:32.964 97 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v3.test_users.UsersV3TestJSON.test_password_history_not_enforced_in_admin_reset ... success [0.591s] 2020-08-10 15:45:34.016 97 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_delimiter ... success [2.408s] 2020-08-10 15:45:34.421 97 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v3.test_users.UsersV3TestJSON.test_update_user_password ... success [1.450s] 2020-08-10 15:45:35.199 97 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v3.test_users.UsersV3TestJSON.test_user_update ... success [0.777s] 2020-08-10 15:45:36.532 97 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_end_marker ... success [2.496s] 2020-08-10 15:45:36.570 97 INFO opnfv-tempest [-] {3} tempest.api.volume.admin.test_groups.GroupsV314Test.test_create_group_from_group ... success [8.384s] 2020-08-10 15:45:39.079 97 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_format_json ... success [2.550s] 2020-08-10 15:45:39.979 97 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v3.test_users_negative.UsersNegativeTest.test_authentication_for_disabled_user ... success [0.955s] 2020-08-10 15:45:40.115 97 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v3.test_users_negative.UsersNegativeTest.test_create_user_for_non_existent_domain ... success [0.139s] 2020-08-10 15:45:41.600 97 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_format_xml ... success [2.514s] 2020-08-10 15:45:41.984 97 INFO opnfv-tempest [-] {1} tempest.api.identity.v2.test_tokens.TokensTest ... skip: b'Identity api v2 is not enabled' 2020-08-10 15:45:43.428 97 INFO opnfv-tempest [-] {1} tempest.api.identity.v3.test_application_credentials.ApplicationCredentialsV3Test.test_create_application_credential ... success [0.514s] 2020-08-10 15:45:43.659 97 INFO opnfv-tempest [-] {1} tempest.api.identity.v3.test_application_credentials.ApplicationCredentialsV3Test.test_create_application_credential_expires ... success [0.235s] 2020-08-10 15:45:44.112 97 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_limit ... success [2.508s] 2020-08-10 15:45:44.236 97 INFO opnfv-tempest [-] {1} tempest.api.identity.v3.test_application_credentials.ApplicationCredentialsV3Test.test_list_application_credentials ... success [0.565s] 2020-08-10 15:45:44.727 97 INFO opnfv-tempest [-] {1} tempest.api.identity.v3.test_application_credentials.ApplicationCredentialsV3Test.test_query_application_credentials ... success [0.490s] 2020-08-10 15:45:46.710 97 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_marker ... success [2.587s] 2020-08-10 15:45:46.772 97 INFO opnfv-tempest [-] {1} tempest.api.identity.v3.test_domains.DefaultDomainTestJSON.test_default_domain_exists ... success [0.107s] 2020-08-10 15:45:48.086 97 INFO opnfv-tempest [-] {3} tempest.api.volume.admin.test_groups.GroupsV320Test.test_reset_group_status ... success [3.533s] 2020-08-10 15:45:49.221 97 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_no_object ... success [2.494s] 2020-08-10 15:45:51.724 97 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_path ... success [2.504s] 2020-08-10 15:45:54.306 97 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_prefix ... success [2.573s] 2020-08-10 15:45:56.678 97 INFO opnfv-tempest [-] {1} tempest.api.identity.v3.test_users.IdentityV3UsersTest.test_password_history_check_self_service_api ... success [7.557s] 2020-08-10 15:45:56.894 97 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_metadata ... success [2.580s] 2020-08-10 15:45:59.438 97 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_list_no_container_metadata ... success [2.539s] 2020-08-10 15:45:59.674 97 INFO opnfv-tempest [-] {3} tempest.api.volume.admin.test_snapshot_manage.SnapshotManageAdminTest.test_unmanage_manage_snapshot ... success [8.047s] 2020-08-10 15:46:01.966 97 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_update_container_metadata_with_create_and_delete_metadata ... success [2.520s] 2020-08-10 15:46:04.570 97 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_update_container_metadata_with_create_metadata ... success [2.595s] 2020-08-10 15:46:05.249 97 INFO opnfv-tempest [-] {3} tempest.api.volume.admin.test_user_messages.UserMessagesTest.test_delete_message ... success [0.979s] 2020-08-10 15:46:05.966 97 INFO opnfv-tempest [-] {3} tempest.api.volume.admin.test_user_messages.UserMessagesTest.test_list_show_messages ... success [0.718s] 2020-08-10 15:46:07.254 97 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_update_container_metadata_with_create_metadata_key ... success [2.673s] 2020-08-10 15:46:07.984 97 INFO opnfv-tempest [-] {1} tempest.api.identity.v3.test_users.IdentityV3UsersTest.test_user_account_lockout ... success [11.321s] 2020-08-10 15:46:09.886 97 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_update_container_metadata_with_delete_metadata ... success [2.621s] 2020-08-10 15:46:10.227 97 INFO opnfv-tempest [-] {3} tempest.api.volume.admin.test_volume_quota_classes.VolumeQuotaClassesTest.test_show_default_quota ... success [0.313s] 2020-08-10 15:46:11.645 97 INFO opnfv-tempest [-] {3} tempest.api.volume.admin.test_volume_quota_classes.VolumeQuotaClassesTest.test_update_default_quota ... success [1.407s] 2020-08-10 15:46:12.613 97 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_update_container_metadata_with_delete_metadata_key ... success [2.720s] 2020-08-10 15:46:13.432 97 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_resize_volume_backed_server_confirm ... success [60.959s] 2020-08-10 15:46:14.471 97 INFO opnfv-tempest [-] {1} tempest.api.identity.v3.test_users.IdentityV3UsersTest.test_user_update_own_password ... success [6.456s] 2020-08-10 15:46:14.830 97 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_crossdomain.CrossdomainTest.test_get_crossdomain_policy ... success [0.021s] 2020-08-10 15:46:15.548 97 INFO opnfv-tempest [-] {1} tempest.api.image.v1.test_images.ListImagesTest ... skip: b'Glance API v1 not supported' 2020-08-10 15:46:17.423 97 INFO opnfv-tempest [-] {1} tempest.api.image.v2.admin.test_images.BasicOperationsImagesAdminTest.test_create_image_owner_param ... success [0.387s] 2020-08-10 15:46:17.728 97 INFO opnfv-tempest [-] {1} tempest.api.image.v2.admin.test_images.BasicOperationsImagesAdminTest.test_update_image_owner_param ... success [0.299s] 2020-08-10 15:46:19.247 97 INFO opnfv-tempest [-] {3} tempest.api.volume.admin.test_volume_retype.VolumeRetypeWithoutMigrationTest.test_available_volume_retype ... success [3.352s] 2020-08-10 15:46:21.309 97 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_healthcheck.HealthcheckTest.test_get_healthcheck ... success [0.023s] 2020-08-10 15:46:22.189 97 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.ListSharedImagesTest.test_list_images_param_member_status ... success [1.121s] 2020-08-10 15:46:23.849 97 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_temp_url.ObjectTempUrlTest.test_get_object_using_temp_url ... success [0.089s] 2020-08-10 15:46:23.968 97 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_temp_url.ObjectTempUrlTest.test_get_object_using_temp_url_key_2 ... success [0.114s] 2020-08-10 15:46:24.042 97 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.071s] 2020-08-10 15:46:24.100 97 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_temp_url.ObjectTempUrlTest.test_head_object_using_temp_url ... success [0.060s] 2020-08-10 15:46:24.218 97 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_temp_url.ObjectTempUrlTest.test_put_object_using_temp_url ... success [0.109s] 2020-08-10 15:46:26.627 97 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images_member_negative.ImagesMemberNegativeTest.test_image_share_invalid_status ... success [0.668s] 2020-08-10 15:46:27.099 97 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images_member_negative.ImagesMemberNegativeTest.test_image_share_owner_cannot_accept ... success [0.461s] 2020-08-10 15:46:28.777 97 INFO opnfv-tempest [-] {3} tempest.api.volume.admin.test_volume_snapshot_quotas_negative.VolumeSnapshotQuotasNegativeTestJSON.test_quota_volume_gigabytes_snapshots ... success [0.626s] 2020-08-10 15:46:28.935 97 INFO opnfv-tempest [-] {3} tempest.api.volume.admin.test_volume_snapshot_quotas_negative.VolumeSnapshotQuotasNegativeTestJSON.test_quota_volume_snapshots ... success [0.129s] 2020-08-10 15:46:29.516 97 INFO opnfv-tempest [-] {0} tempest.api.volume.admin.test_backends_capabilities.BackendsCapabilitiesAdminTestsJSON.test_compare_volume_stats_values ... success [0.232s] 2020-08-10 15:46:29.594 97 INFO opnfv-tempest [-] {0} tempest.api.volume.admin.test_backends_capabilities.BackendsCapabilitiesAdminTestsJSON.test_get_capabilities_backend ... success [0.082s] 2020-08-10 15:46:30.327 97 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images_metadefs_namespace_tags.MetadataNamespaceTagsTest.test_create_list_delete_namespace_tags ... success [0.547s] 2020-08-10 15:46:30.798 97 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images_metadefs_namespace_tags.MetadataNamespaceTagsTest.test_create_update_delete_tag ... success [0.472s] 2020-08-10 15:46:33.684 97 INFO opnfv-tempest [-] {0} tempest.api.volume.admin.test_volume_pools.VolumePoolsAdminTestsJSON.test_get_pools_with_details ... success [0.254s] 2020-08-10 15:46:33.733 97 INFO opnfv-tempest [-] {0} tempest.api.volume.admin.test_volume_pools.VolumePoolsAdminTestsJSON.test_get_pools_without_details ... success [0.048s] 2020-08-10 15:46:36.117 97 INFO opnfv-tempest [-] {3} tempest.api.volume.admin.test_volume_types_extra_specs.VolumeTypesExtraSpecsTest.test_volume_type_extra_spec_create_get_delete ... success [0.306s] 2020-08-10 15:46:36.295 97 INFO opnfv-tempest [-] {3} tempest.api.volume.admin.test_volume_types_extra_specs.VolumeTypesExtraSpecsTest.test_volume_type_extra_specs_list ... success [0.179s] 2020-08-10 15:46:36.619 97 INFO opnfv-tempest [-] {1} tempest.api.network.admin.test_external_network_extension.ExternalNetworksTestJSON.test_create_external_network ... success [1.707s] 2020-08-10 15:46:36.734 97 INFO opnfv-tempest [-] {3} tempest.api.volume.admin.test_volume_types_extra_specs.VolumeTypesExtraSpecsTest.test_volume_type_extra_specs_update ... success [0.434s] 2020-08-10 15:46:37.799 97 INFO opnfv-tempest [-] {0} tempest.api.volume.admin.test_volume_services_negative.VolumeServicesNegativeTest.test_disable_log_reason_with_no_reason ... success [0.041s] 2020-08-10 15:46:37.849 97 INFO opnfv-tempest [-] {0} tempest.api.volume.admin.test_volume_services_negative.VolumeServicesNegativeTest.test_disable_service_with_invalid_binary ... success [0.045s] 2020-08-10 15:46:37.892 97 INFO opnfv-tempest [-] {0} tempest.api.volume.admin.test_volume_services_negative.VolumeServicesNegativeTest.test_enable_service_with_invalid_host ... success [0.044s] 2020-08-10 15:46:37.942 97 INFO opnfv-tempest [-] {0} tempest.api.volume.admin.test_volume_services_negative.VolumeServicesNegativeTest.test_freeze_host_with_invalid_host ... success [0.047s] 2020-08-10 15:46:37.993 97 INFO opnfv-tempest [-] {0} tempest.api.volume.admin.test_volume_services_negative.VolumeServicesNegativeTest.test_thaw_host_with_invalid_host ... success [0.053s] 2020-08-10 15:46:38.665 97 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_shelve_paused_server ... success [25.197s] 2020-08-10 15:46:42.090 97 INFO opnfv-tempest [-] {1} tempest.api.network.admin.test_external_network_extension.ExternalNetworksTestJSON.test_delete_external_networks_with_floating_ip ... success [5.448s] 2020-08-10 15:46:42.117 97 INFO opnfv-tempest [-] {0} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_create_invalid_body ... success [0.036s] 2020-08-10 15:46:42.162 97 INFO opnfv-tempest [-] {0} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_create_none_body ... success [0.043s] 2020-08-10 15:46:42.253 97 INFO opnfv-tempest [-] {0} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_create_nonexistent_type_id ... success [0.087s] 2020-08-10 15:46:42.318 97 INFO opnfv-tempest [-] {0} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_delete_nonexistent_volume_type_id ... success [0.055s] 2020-08-10 15:46:42.405 97 INFO opnfv-tempest [-] {0} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_get_nonexistent_extra_spec_name ... success [0.058s] 2020-08-10 15:46:42.429 97 INFO opnfv-tempest [-] {0} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_get_nonexistent_volume_type_id ... success [0.054s] 2020-08-10 15:46:42.509 97 INFO opnfv-tempest [-] {0} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_list_nonexistent_volume_type_id ... success [0.052s] 2020-08-10 15:46:42.531 97 INFO opnfv-tempest [-] {0} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_update_multiple_extra_spec ... success [0.047s] 2020-08-10 15:46:42.579 97 INFO opnfv-tempest [-] {0} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_update_no_body ... success [0.045s] 2020-08-10 15:46:42.689 97 INFO opnfv-tempest [-] {0} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_update_none_extra_spec_id ... success [0.101s] 2020-08-10 15:46:42.783 97 INFO opnfv-tempest [-] {0} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_update_nonexistent_extra_spec_id ... success [0.095s] 2020-08-10 15:46:43.688 97 INFO opnfv-tempest [-] {1} tempest.api.network.admin.test_external_network_extension.ExternalNetworksTestJSON.test_list_external_networks ... success [1.606s] 2020-08-10 15:46:45.242 97 INFO opnfv-tempest [-] {1} tempest.api.network.admin.test_external_network_extension.ExternalNetworksTestJSON.test_show_external_networks_attribute ... success [1.550s] 2020-08-10 15:46:46.070 97 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_clone.VolumesCloneTest.test_create_from_bootable_volume ... success [5.982s] 2020-08-10 15:46:47.037 97 INFO opnfv-tempest [-] {1} tempest.api.network.admin.test_external_network_extension.ExternalNetworksTestJSON.test_update_external_network ... success [1.798s] 2020-08-10 15:46:47.229 97 INFO opnfv-tempest [-] {0} tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_create_volume_with_private_volume_type ... success [0.455s] 2020-08-10 15:46:47.260 97 INFO opnfv-tempest [-] {0} tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_create_with_empty_name ... success [0.035s] 2020-08-10 15:46:47.323 97 INFO opnfv-tempest [-] {0} tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_delete_nonexistent_type_id ... success [0.056s] 2020-08-10 15:46:47.370 97 INFO opnfv-tempest [-] {0} tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_get_nonexistent_type_id ... success [0.047s] 2020-08-10 15:46:50.544 97 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_clone.VolumesCloneTest.test_create_from_volume ... success [4.477s] 2020-08-10 15:46:54.191 97 INFO opnfv-tempest [-] {1} tempest.api.network.admin.test_routers_negative.RoutersAdminNegativeTest.test_router_set_gateway_used_ip_returns_409 ... success [3.145s] 2020-08-10 15:47:07.330 97 INFO opnfv-tempest [-] {1} tempest.api.network.test_extra_dhcp_options.ExtraDHCPOptionsIpV6TestJSON.test_create_list_port_with_extra_dhcp_options ... success [1.710s] 2020-08-10 15:47:07.935 97 INFO opnfv-tempest [-] {1} tempest.api.network.test_extra_dhcp_options.ExtraDHCPOptionsIpV6TestJSON.test_update_show_port_with_extra_dhcp_options ... success [0.597s] 2020-08-10 15:47:09.934 97 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_shelve_unshelve_server ... success [31.241s] 2020-08-10 15:47:10.223 97 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_extend.VolumesExtendAttachedTest.test_extend_attached_volume ... skip [0.006s]: b'Attached volume extend is disabled.' 2020-08-10 15:47:15.600 97 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_get.VolumesSummaryTest.test_show_volume_summary ... success [0.215s] 2020-08-10 15:47:16.244 97 INFO opnfv-tempest [-] {0} tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_force_detach_volume ... success [21.789s] 2020-08-10 15:47:17.424 97 INFO opnfv-tempest [-] {1} tempest.api.network.test_extra_dhcp_options.ExtraDHCPOptionsTestJSON.test_create_list_port_with_extra_dhcp_options ... success [2.057s] 2020-08-10 15:47:18.208 97 INFO opnfv-tempest [-] {1} tempest.api.network.test_extra_dhcp_options.ExtraDHCPOptionsTestJSON.test_update_show_port_with_extra_dhcp_options ... success [0.782s] 2020-08-10 15:47:19.261 97 INFO opnfv-tempest [-] {0} tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_force_delete_when_volume_is_attaching ... success [3.038s] 2020-08-10 15:47:21.754 97 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_stop_start_server ... success [11.829s] 2020-08-10 15:47:22.289 97 INFO opnfv-tempest [-] {0} tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_force_delete_when_volume_is_creating ... success [3.023s] 2020-08-10 15:47:25.380 97 INFO opnfv-tempest [-] {0} tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_force_delete_when_volume_is_error ... success [3.084s] 2020-08-10 15:47:28.433 97 INFO opnfv-tempest [-] {0} tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_force_delete_when_volume_is_maintenance ... success [3.052s] 2020-08-10 15:47:30.522 97 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_suspend_resume_server ... success [8.758s] 2020-08-10 15:47:31.300 97 INFO opnfv-tempest [-] {0} tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_reset_status ... success [2.859s] 2020-08-10 15:47:32.149 97 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_backup ... success [11.312s] 2020-08-10 15:47:39.500 97 INFO opnfv-tempest [-] {0} tempest.api.volume.test_availability_zone.AvailabilityZoneTestJSON.test_get_availability_zone_list ... success [0.193s] 2020-08-10 15:47:41.523 97 INFO opnfv-tempest [-] {0} tempest.api.volume.test_versions.VersionsTest.test_list_versions ... success [0.057s] 2020-08-10 15:47:41.964 97 INFO opnfv-tempest [-] {0} tempest.api.volume.test_versions.VersionsTest.test_show_version ... success [0.437s] 2020-08-10 15:47:47.056 97 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_crud_volume_metadata ... success [0.604s] 2020-08-10 15:47:47.466 97 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_update_show_volume_metadata_item ... success [0.407s] 2020-08-10 15:47:56.590 97 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volume_transfers.VolumesTransfersTest.test_create_get_list_accept_volume_transfer ... success [4.388s] 2020-08-10 15:47:59.907 97 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volume_transfers.VolumesTransfersTest.test_create_list_delete_volume_transfer ... success [3.315s] 2020-08-10 15:48:02.891 97 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_create_delete_with_volume_in_use ... success [30.681s] 2020-08-10 15:48:05.297 97 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksIpV6Test.test_create_delete_subnet_all_attributes ... success [7.136s] 2020-08-10 15:48:06.818 97 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_create_get_list_update_delete ... success [3.945s] 2020-08-10 15:48:09.089 97 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_backup.VolumesBackupsV39Test.test_update_backup ... success [5.370s] 2020-08-10 15:48:09.780 97 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksIpV6Test.test_create_delete_subnet_with_allocation_pools ... success [4.480s] 2020-08-10 15:48:11.053 97 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksIpV6Test.test_create_delete_subnet_with_default_gw ... success [1.269s] 2020-08-10 15:48:15.174 97 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksIpV6Test.test_create_delete_subnet_with_dhcp_enabled ... success [4.115s] 2020-08-10 15:48:15.239 97 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_clone_negative.VolumesCloneNegativeTest.test_create_from_volume_decreasing_size ... success [1.687s] 2020-08-10 15:48:15.428 97 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_server_password.ServerPasswordTestJSON.test_delete_server_password ... success [0.181s] 2020-08-10 15:48:15.521 97 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_server_password.ServerPasswordTestJSON.test_get_server_password ... success [0.094s] 2020-08-10 15:48:16.612 97 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksIpV6Test.test_create_delete_subnet_with_gw ... success [1.438s] 2020-08-10 15:48:20.880 97 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksIpV6Test.test_create_delete_subnet_with_gw_and_allocation_pools ... success [4.262s] 2020-08-10 15:48:24.715 97 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete ... success [6.228s] 2020-08-10 15:48:25.583 97 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksIpV6Test.test_create_delete_subnet_with_host_routes_and_dns_nameservers ... success [4.702s] 2020-08-10 15:48:29.522 97 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksIpV6Test.test_create_delete_subnet_without_gateway ... success [3.937s] 2020-08-10 15:48:31.591 97 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_create_offline_delete_online ... success [24.713s] 2020-08-10 15:48:32.690 97 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksIpV6Test.test_create_list_subnet_with_no_gw64_one_network ... success [3.157s] 2020-08-10 15:48:33.426 97 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_as_clone ... success [8.692s] 2020-08-10 15:48:37.433 97 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_volume_from_snapshot ... success [5.851s] 2020-08-10 15:48:37.447 97 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksIpV6Test.test_create_update_delete_network_subnet ... success [4.745s] 2020-08-10 15:48:41.973 97 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image ... success [8.545s] 2020-08-10 15:48:43.203 97 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_volume_from_snapshot_no_size ... success [5.767s] 2020-08-10 15:48:43.714 97 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksIpV6Test.test_create_update_network_description ... success [6.279s] 2020-08-10 15:48:48.005 97 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksIpV6Test.test_delete_network_with_subnet ... success [4.280s] 2020-08-10 15:48:48.268 97 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksIpV6Test.test_external_network_visibility ... success [0.263s] 2020-08-10 15:48:48.456 97 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksIpV6Test.test_list_networks ... success [0.184s] 2020-08-10 15:48:48.687 97 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksIpV6Test.test_list_networks_fields ... success [0.230s] 2020-08-10 15:48:48.961 97 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksIpV6Test.test_list_subnets ... success [0.264s] 2020-08-10 15:48:49.089 97 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksIpV6Test.test_list_subnets_fields ... success [0.134s] 2020-08-10 15:48:49.227 97 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksIpV6Test.test_show_network ... success [0.134s] 2020-08-10 15:48:49.368 97 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksIpV6Test.test_show_network_fields ... success [0.138s] 2020-08-10 15:48:49.471 97 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksIpV6Test.test_show_subnet ... success [0.100s] 2020-08-10 15:48:49.561 97 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksIpV6Test.test_show_subnet_fields ... success [0.090s] 2020-08-10 15:48:54.096 97 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_server_rescue_negative.ServerRescueNegativeTestJSON.test_rescue_non_existent_server ... success [0.051s] 2020-08-10 15:48:57.783 97 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksIpV6Test.test_update_subnet_gw_dns_host_routes_dhcp ... success [8.214s] 2020-08-10 15:48:58.020 97 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_server_rescue_negative.ServerRescueNegativeTestJSON.test_rescue_paused_instance ... success [3.912s] 2020-08-10 15:49:10.850 97 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_server_rescue_negative.ServerRescueNegativeTestJSON.test_rescued_vm_attach_volume ... success [12.808s] 2020-08-10 15:49:26.709 97 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_server_rescue_negative.ServerRescueNegativeTestJSON.test_rescued_vm_detach_volume ... success [15.840s] 2020-08-10 15:49:26.776 97 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_server_rescue_negative.ServerRescueNegativeTestJSON.test_rescued_vm_reboot ... success [0.098s] 2020-08-10 15:49:26.871 97 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_server_rescue_negative.ServerRescueNegativeTestJSON.test_rescued_vm_rebuild ... success [0.094s] 2020-08-10 15:49:57.904 97 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksIpV6TestAttrs.test_create_delete_slaac_subnet_with_ports ... success [8.180s] 2020-08-10 15:49:58.117 97 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers_microversions.ServerShowV254Test.test_rebuild_server ... success [15.858s] 2020-08-10 15:50:01.739 97 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksIpV6TestAttrs.test_create_delete_stateless_subnet_with_ports ... success [3.837s] 2020-08-10 15:50:05.680 97 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksIpV6TestAttrs.test_create_delete_subnet_with_v6_attributes_slaac ... success [3.942s] 2020-08-10 15:50:09.670 97 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksIpV6TestAttrs.test_create_delete_subnet_with_v6_attributes_stateful ... success [3.989s] 2020-08-10 15:50:13.386 97 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksIpV6TestAttrs.test_create_delete_subnet_with_v6_attributes_stateless ... success [3.713s] 2020-08-10 15:50:25.049 97 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_all_attributes ... success [2.469s] 2020-08-10 15:50:29.328 97 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_allocation_pools ... success [4.273s] 2020-08-10 15:50:33.739 97 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_dhcp_enabled ... success [4.408s] 2020-08-10 15:50:39.411 97 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_gw ... success [5.670s] 2020-08-10 15:50:43.217 97 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_gw_and_allocation_pools ... success [3.800s] 2020-08-10 15:50:47.356 97 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_host_routes_and_dns_nameservers ... success [4.134s] 2020-08-10 15:50:47.633 97 INFO opnfv-tempest [-] {2} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_list_get_volume_attachments ... success [33.815s] 2020-08-10 15:50:53.551 97 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_without_gateway ... success [6.194s] 2020-08-10 15:50:57.928 97 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_create_update_delete_network_subnet ... success [4.369s] 2020-08-10 15:51:03.415 97 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_create_update_network_description ... success [5.483s] 2020-08-10 15:51:07.618 97 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_delete_network_with_subnet ... success [4.202s] 2020-08-10 15:51:07.853 97 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_external_network_visibility ... success [0.238s] 2020-08-10 15:51:08.083 97 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_list_networks ... success [0.219s] 2020-08-10 15:51:08.272 97 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_list_networks_fields ... success [0.192s] 2020-08-10 15:51:08.365 97 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_list_subnets ... success [0.091s] 2020-08-10 15:51:08.466 97 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_list_subnets_fields ... success [0.098s] 2020-08-10 15:51:08.612 97 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_show_network ... success [0.143s] 2020-08-10 15:51:08.747 97 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_show_network_fields ... success [0.135s] 2020-08-10 15:51:08.867 97 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_show_subnet ... success [0.114s] 2020-08-10 15:51:09.013 97 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_show_subnet_fields ... success [0.145s] 2020-08-10 15:51:13.711 97 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_update_subnet_gw_dns_host_routes_dhcp ... success [4.691s] 2020-08-10 15:51:25.729 97 INFO opnfv-tempest [-] {2} tempest.api.compute.volumes.test_attach_volume_negative.AttachVolumeNegativeTest.test_attach_attached_volume_to_different_server ... success [26.043s] 2020-08-10 15:51:30.548 97 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_bulk_port ... success [3.733s] 2020-08-10 15:51:36.022 97 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_in_allowed_allocation_pools ... success [5.474s] 2020-08-10 15:51:42.124 97 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_with_no_securitygroups ... success [6.101s] 2020-08-10 15:51:45.214 97 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_show_delete_port_user_defined_mac ... success [3.086s] 2020-08-10 15:51:49.394 97 INFO opnfv-tempest [-] {2} tempest.api.compute.volumes.test_attach_volume_negative.AttachVolumeNegativeTest.test_attach_attached_volume_to_same_server ... success [23.633s] 2020-08-10 15:51:52.233 97 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_update_delete_port ... success [7.011s] 2020-08-10 15:52:07.335 97 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_update_port_with_second_ip ... success [15.090s] 2020-08-10 15:52:07.641 97 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsIpV6TestJSON.test_list_ports ... success [0.321s] 2020-08-10 15:52:07.798 97 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsIpV6TestJSON.test_list_ports_fields ... success [0.152s] 2020-08-10 15:52:07.854 97 INFO opnfv-tempest [-] {2} tempest.api.compute.volumes.test_attach_volume_negative.AttachVolumeNegativeTest.test_delete_attached_volume ... success [18.458s] 2020-08-10 15:52:17.871 97 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsIpV6TestJSON.test_port_list_filter_by_ip ... success [10.059s] 2020-08-10 15:52:26.225 97 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsIpV6TestJSON.test_port_list_filter_by_ip_substr ... success [8.346s] 2020-08-10 15:52:43.155 97 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsIpV6TestJSON.test_port_list_filter_by_router_id ... success [16.929s] 2020-08-10 15:52:43.262 97 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsIpV6TestJSON.test_show_port ... success [0.111s] 2020-08-10 15:52:43.418 97 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsIpV6TestJSON.test_show_port_fields ... success [0.152s] 2020-08-10 15:52:43.485 97 INFO opnfv-tempest [-] {2} tempest.api.compute.volumes.test_volume_snapshots.VolumesSnapshotsTestJSON.test_volume_snapshot_create_get_list_delete ... success [6.316s] 2020-08-10 15:52:50.317 97 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsIpV6TestJSON.test_update_port_with_security_group_and_extra_attributes ... success [6.879s] 2020-08-10 15:52:51.023 97 INFO opnfv-tempest [-] {2} tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON.test_volume_list ... success [0.148s] 2020-08-10 15:52:51.168 97 INFO opnfv-tempest [-] {2} tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON.test_volume_list_param_limit ... success [0.144s] 2020-08-10 15:52:51.451 97 INFO opnfv-tempest [-] {2} tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON.test_volume_list_param_offset_and_limit ... success [0.279s] 2020-08-10 15:52:51.610 97 INFO opnfv-tempest [-] {2} tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON.test_volume_list_with_detail_param_limit ... success [0.156s] 2020-08-10 15:52:51.908 97 INFO opnfv-tempest [-] {2} tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON.test_volume_list_with_detail_param_offset_and_limit ... success [0.296s] 2020-08-10 15:52:52.054 97 INFO opnfv-tempest [-] {2} tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON.test_volume_list_with_details ... success [0.145s] 2020-08-10 15:52:56.734 97 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v2.test_roles_negative.RolesNegativeTestJSON ... skip: b'Identity api v2 is not enabled' 2020-08-10 15:52:56.753 97 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v2.test_tokens_negative.TokensAdminTestNegative ... skip: b'Identity api v2 is not enabled' 2020-08-10 15:52:56.763 97 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v2.test_users_negative.UsersNegativeTestJSON ... skip: b'Identity api v2 is not enabled' 2020-08-10 15:52:58.334 97 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsIpV6TestJSON.test_update_port_with_two_security_groups_and_extra_attributes ... success [8.010s] 2020-08-10 15:53:00.220 97 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v3.test_default_project_id.TestDefaultProjectId.test_default_project_id ... success [1.784s] 2020-08-10 15:53:04.091 97 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v3.test_endpoints_negative.EndpointsNegativeTestJSON.test_create_with_enabled_False ... success [0.077s] 2020-08-10 15:53:04.163 97 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v3.test_endpoints_negative.EndpointsNegativeTestJSON.test_create_with_enabled_True ... success [0.067s] 2020-08-10 15:53:04.565 97 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v3.test_endpoints_negative.EndpointsNegativeTestJSON.test_update_with_enabled_False ... success [0.389s] 2020-08-10 15:53:04.979 97 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v3.test_endpoints_negative.EndpointsNegativeTestJSON.test_update_with_enabled_True ... success [0.414s] 2020-08-10 15:53:08.649 97 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_create_bulk_port ... success [3.795s] 2020-08-10 15:53:09.020 97 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v3.test_list_projects.ListProjectsStaticTestJSON.test_list_projects ... success [0.284s] 2020-08-10 15:53:09.435 97 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v3.test_list_projects.ListProjectsStaticTestJSON.test_list_projects_with_domains ... success [0.374s] 2020-08-10 15:53:09.585 97 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v3.test_list_projects.ListProjectsStaticTestJSON.test_list_projects_with_name ... success [0.163s] 2020-08-10 15:53:13.577 97 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_create_port_in_allowed_allocation_pools ... success [4.928s] 2020-08-10 15:53:13.818 97 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v3.test_list_users.UsersV3TestJSON.test_get_user ... success [0.081s] 2020-08-10 15:53:13.916 97 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v3.test_list_users.UsersV3TestJSON.test_list_user_domains ... success [0.095s] 2020-08-10 15:53:14.045 97 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v3.test_list_users.UsersV3TestJSON.test_list_users ... success [0.119s] 2020-08-10 15:53:14.147 97 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v3.test_list_users.UsersV3TestJSON.test_list_users_with_name ... success [0.103s] 2020-08-10 15:53:14.230 97 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v3.test_list_users.UsersV3TestJSON.test_list_users_with_not_enabled ... success [0.084s] 2020-08-10 15:53:18.999 97 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v3.test_projects.ProjectsTestJSON.test_associate_user_to_project ... success [0.676s] 2020-08-10 15:53:19.165 97 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_create_port_with_no_securitygroups ... success [5.586s] 2020-08-10 15:53:19.639 97 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v3.test_projects.ProjectsTestJSON.test_create_is_domain_project ... success [0.636s] 2020-08-10 15:53:20.018 97 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v3.test_projects.ProjectsTestJSON.test_project_create_enabled ... success [0.382s] 2020-08-10 15:53:20.415 97 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v3.test_projects.ProjectsTestJSON.test_project_create_not_enabled ... success [0.392s] 2020-08-10 15:53:20.828 97 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v3.test_projects.ProjectsTestJSON.test_project_create_with_description ... success [0.412s] 2020-08-10 15:53:21.872 97 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v3.test_projects.ProjectsTestJSON.test_project_create_with_domain ... success [1.035s] 2020-08-10 15:53:23.060 97 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v3.test_projects.ProjectsTestJSON.test_project_create_with_parent ... success [1.183s] 2020-08-10 15:53:23.673 97 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v3.test_projects.ProjectsTestJSON.test_project_get_equals_list ... success [0.611s] 2020-08-10 15:53:24.196 97 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v3.test_projects.ProjectsTestJSON.test_project_update_desc ... success [0.520s] 2020-08-10 15:53:24.708 97 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v3.test_projects.ProjectsTestJSON.test_project_update_enable ... success [0.508s] 2020-08-10 15:53:25.179 97 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v3.test_projects.ProjectsTestJSON.test_project_update_name ... success [0.470s] 2020-08-10 15:53:26.699 97 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_create_show_delete_port_user_defined_mac ... success [7.531s] 2020-08-10 15:53:27.224 97 INFO opnfv-tempest [-] {2} tempest.api.identity.v2.test_users.IdentityUsersTest ... skip: b'Identity api v2 is not enabled' 2020-08-10 15:53:28.382 97 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_create_update_delete_port ... success [1.678s] 2020-08-10 15:53:29.267 97 INFO opnfv-tempest [-] {2} tempest.api.identity.v3.test_projects.IdentityV3ProjectsTest.test_list_projects_returns_only_authorized_projects ... success [0.380s] 2020-08-10 15:53:30.966 97 INFO opnfv-tempest [-] {2} tempest.api.image.v1.test_image_members.ImageMembersTest ... skip: b'Glance API v1 not supported' 2020-08-10 15:53:32.507 97 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images_metadefs_namespace_objects.MetadataNamespaceObjectsTest.test_create_update_delete_meta_namespace_objects ... success [0.510s] 2020-08-10 15:53:32.771 97 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images_metadefs_namespace_objects.MetadataNamespaceObjectsTest.test_list_meta_namespace_objects ... success [0.262s] 2020-08-10 15:53:33.032 97 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images_metadefs_namespace_objects.MetadataNamespaceObjectsTest.test_show_meta_namespace_objects ... success [0.261s] 2020-08-10 15:53:35.775 97 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images_metadefs_schema.MetadataSchemaTest.test_get_metadata_namespace_schema ... success [0.194s] 2020-08-10 15:53:35.817 97 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images_metadefs_schema.MetadataSchemaTest.test_get_metadata_namespaces_schema ... success [0.036s] 2020-08-10 15:53:35.850 97 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images_metadefs_schema.MetadataSchemaTest.test_get_metadata_object_schema ... success [0.035s] 2020-08-10 15:53:35.888 97 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images_metadefs_schema.MetadataSchemaTest.test_get_metadata_objects_schema ... success [0.035s] 2020-08-10 15:53:35.919 97 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images_metadefs_schema.MetadataSchemaTest.test_get_metadata_properties_schema ... success [0.026s] 2020-08-10 15:53:35.952 97 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images_metadefs_schema.MetadataSchemaTest.test_get_metadata_property_schema ... success [0.033s] 2020-08-10 15:53:35.980 97 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images_metadefs_schema.MetadataSchemaTest.test_get_metadata_resource_type_schema ... success [0.028s] 2020-08-10 15:53:36.022 97 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images_metadefs_schema.MetadataSchemaTest.test_get_metadata_resources_types_schema ... success [0.034s] 2020-08-10 15:53:36.052 97 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images_metadefs_schema.MetadataSchemaTest.test_get_metadata_tag_schema ... success [0.031s] 2020-08-10 15:53:36.087 97 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images_metadefs_schema.MetadataSchemaTest.test_get_metadata_tags_schema ... success [0.032s] 2020-08-10 15:53:36.840 97 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_create_update_port_with_second_ip ... success [8.450s] 2020-08-10 15:53:36.925 97 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_list_ports ... success [0.090s] 2020-08-10 15:53:37.006 97 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_list_ports_fields ... success [0.081s] 2020-08-10 15:53:40.209 97 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_routers.RoutersIpV6AdminTest.test_create_router_setting_project_id ... success [1.467s] 2020-08-10 15:53:43.636 97 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_port_list_filter_by_ip ... success [6.617s] 2020-08-10 15:53:47.463 97 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_routers.RoutersIpV6AdminTest.test_create_router_with_default_snat_value ... success [7.252s] 2020-08-10 15:53:50.234 97 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_port_list_filter_by_ip_substr ... success [6.592s] 2020-08-10 15:53:53.224 97 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_routers.RoutersIpV6AdminTest.test_create_router_with_snat_explicit ... success [5.757s] 2020-08-10 15:53:57.196 97 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_routers.RoutersIpV6AdminTest.test_update_router_reset_gateway_without_snat ... success [3.967s] 2020-08-10 15:54:00.338 97 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_routers.RoutersIpV6AdminTest.test_update_router_set_gateway ... success [3.136s] 2020-08-10 15:54:02.567 97 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_port_list_filter_by_router_id ... success [12.333s] 2020-08-10 15:54:02.659 97 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_show_port ... success [0.096s] 2020-08-10 15:54:02.784 97 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_show_port_fields ... success [0.118s] 2020-08-10 15:54:03.988 97 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_routers.RoutersIpV6AdminTest.test_update_router_set_gateway_with_snat_explicit ... success [3.643s] 2020-08-10 15:54:07.609 97 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_routers.RoutersIpV6AdminTest.test_update_router_set_gateway_without_snat ... success [3.616s] 2020-08-10 15:54:09.310 97 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_update_port_with_security_group_and_extra_attributes ... success [6.509s] 2020-08-10 15:54:11.385 97 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_routers.RoutersIpV6AdminTest.test_update_router_unset_gateway ... success [3.778s] 2020-08-10 15:54:18.012 97 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_update_port_with_two_security_groups_and_extra_attributes ... success [8.695s] 2020-08-10 15:54:23.665 97 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_routers_negative.RoutersAdminNegativeIpV6Test.test_router_set_gateway_used_ip_returns_409 ... success [7.431s] 2020-08-10 15:54:26.743 97 INFO opnfv-tempest [-] {2} tempest.api.network.test_agent_management_negative.AgentManagementNegativeTest.test_list_agents_non_admin ... success [0.220s] 2020-08-10 15:54:43.768 97 INFO opnfv-tempest [-] {2} tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcp_stateful ... success [13.791s] 2020-08-10 15:54:45.007 97 INFO opnfv-tempest [-] {1} tempest.api.network.test_routers.RoutersIpV6Test.test_add_multiple_router_interfaces ... success [20.724s] 2020-08-10 15:54:54.578 97 INFO opnfv-tempest [-] {1} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_port_id ... success [9.568s] 2020-08-10 15:54:55.720 97 INFO opnfv-tempest [-] {2} tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcp_stateful_fixedips ... success [11.941s] 2020-08-10 15:55:03.841 97 INFO opnfv-tempest [-] {2} tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcp_stateful_fixedips_duplicate ... success [8.138s] 2020-08-10 15:55:05.916 97 INFO opnfv-tempest [-] {2} tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcp_stateful_fixedips_outrange ... success [2.069s] 2020-08-10 15:55:07.148 97 INFO opnfv-tempest [-] {1} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_subnet_id ... success [12.571s] 2020-08-10 15:55:07.164 97 INFO opnfv-tempest [-] {1} tempest.api.network.test_routers.RoutersIpV6Test.test_create_router_set_gateway_with_fixed_ip ... skip [0.006s]: b'Skipped until bug: https://launchpad.net/bugs/1676207 is resolved.' 2020-08-10 15:55:19.123 97 INFO opnfv-tempest [-] {1} tempest.api.network.test_routers.RoutersIpV6Test.test_create_show_list_update_delete_router ... success [11.959s] 2020-08-10 15:55:20.549 97 INFO opnfv-tempest [-] {2} tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcp_stateful_router ... success [14.602s] 2020-08-10 15:55:27.589 97 INFO opnfv-tempest [-] {1} tempest.api.network.test_routers.RoutersIpV6Test.test_router_interface_port_update_with_fixed_ip ... success [8.454s] 2020-08-10 15:55:48.840 97 INFO opnfv-tempest [-] {2} tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcpv6_64_subnets ... success [28.268s] 2020-08-10 15:55:51.443 97 INFO opnfv-tempest [-] {2} tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcpv6_invalid_options ... success [2.616s] 2020-08-10 15:56:04.162 97 INFO opnfv-tempest [-] {2} tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcpv6_stateless_eui64 ... success [12.695s] 2020-08-10 15:56:09.969 97 INFO opnfv-tempest [-] {1} tempest.api.network.test_routers.RoutersIpV6Test.test_update_delete_extra_route ... success [42.364s] 2020-08-10 15:56:10.618 97 INFO opnfv-tempest [-] {2} tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcpv6_stateless_no_ra ... success [6.453s] 2020-08-10 15:56:11.279 97 INFO opnfv-tempest [-] {1} tempest.api.network.test_routers.RoutersIpV6Test.test_update_router_admin_state ... success [1.321s] 2020-08-10 15:56:14.123 97 INFO opnfv-tempest [-] {2} tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcpv6_stateless_no_ra_no_dhcp ... success [3.506s] 2020-08-10 15:56:28.185 97 INFO opnfv-tempest [-] {1} tempest.api.network.test_routers_negative.RoutersNegativeIpV6Test.test_add_router_interfaces_on_overlapping_subnets_returns_400 ... success [11.757s] 2020-08-10 15:56:28.308 97 INFO opnfv-tempest [-] {1} tempest.api.network.test_routers_negative.RoutersNegativeIpV6Test.test_delete_non_existent_router_returns_404 ... success [0.126s] 2020-08-10 15:56:28.672 97 INFO opnfv-tempest [-] {1} tempest.api.network.test_routers_negative.RoutersNegativeIpV6Test.test_router_add_gateway_invalid_network_returns_404 ... success [0.361s] 2020-08-10 15:56:30.343 97 INFO opnfv-tempest [-] {1} tempest.api.network.test_routers_negative.RoutersNegativeIpV6Test.test_router_add_gateway_net_not_external_returns_400 ... success [1.669s] 2020-08-10 15:56:33.946 97 INFO opnfv-tempest [-] {1} tempest.api.network.test_routers_negative.RoutersNegativeIpV6Test.test_router_remove_interface_in_use_returns_409 ... success [3.598s] 2020-08-10 15:56:34.026 97 INFO opnfv-tempest [-] {1} tempest.api.network.test_routers_negative.RoutersNegativeIpV6Test.test_show_non_existent_router_returns_404 ... success [0.077s] 2020-08-10 15:56:34.114 97 INFO opnfv-tempest [-] {1} tempest.api.network.test_routers_negative.RoutersNegativeIpV6Test.test_update_non_existent_router_returns_404 ... success [0.088s] 2020-08-10 15:56:44.117 97 INFO opnfv-tempest [-] {2} tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcpv6_two_subnets ... success [29.947s] 2020-08-10 15:56:47.722 97 INFO opnfv-tempest [-] {1} tempest.api.network.test_service_providers.ServiceProvidersTest.test_service_providers_list ... success [0.183s] 2020-08-10 15:56:49.086 97 INFO opnfv-tempest [-] {1} tempest.api.network.test_tags.TagsTest ... skip: b'tag extension not enabled.' 2020-08-10 15:56:51.321 97 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_account_quotas.AccountQuotasTest.test_admin_modify_quota ... success [0.232s] 2020-08-10 15:56:51.408 97 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_account_quotas.AccountQuotasTest.test_upload_valid_object ... success [0.084s] 2020-08-10 15:56:57.188 97 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_account_quotas_negative.AccountQuotasNegativeTest.test_user_modify_quota ... success [0.136s] 2020-08-10 15:57:02.533 97 INFO opnfv-tempest [-] {2} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_floating_ip_specifying_a_fixed_ip_address ... success [4.086s] 2020-08-10 15:57:02.730 97 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_account_services.AccountTest.test_list_account_metadata ... success [0.092s] 2020-08-10 15:57:02.774 97 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers ... success [0.043s] 2020-08-10 15:57:02.836 97 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_reverse_order ... success [0.057s] 2020-08-10 15:57:02.889 97 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_end_marker ... success [0.053s] 2020-08-10 15:57:02.922 97 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_format_json ... success [0.031s] 2020-08-10 15:57:02.981 97 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_format_xml ... success [0.055s] 2020-08-10 15:57:03.061 97 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_limit ... success [0.077s] 2020-08-10 15:57:03.091 97 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_limit_and_end_marker ... success [0.030s] 2020-08-10 15:57:03.678 97 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_limit_and_marker ... success [0.549s] 2020-08-10 15:57:03.685 97 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_limit_and_marker_and_end_marker ... success [0.031s] 2020-08-10 15:57:03.728 97 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_marker ... success [0.046s] 2020-08-10 15:57:03.753 97 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_marker_and_end_marker ... success [0.024s] 2020-08-10 15:57:03.781 97 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_prefix ... success [0.026s] 2020-08-10 15:57:03.796 97 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_account_services.AccountTest.test_list_extensions ... success [0.015s] 2020-08-10 15:57:03.825 97 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_account_services.AccountTest.test_list_no_account_metadata ... success [0.024s] 2020-08-10 15:57:03.908 97 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_account_services.AccountTest.test_list_no_containers ... success [0.082s] 2020-08-10 15:57:03.987 97 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_account_services.AccountTest.test_update_account_metadata_with_create_and_delete_metadata ... success [0.075s] 2020-08-10 15:57:04.049 97 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_account_services.AccountTest.test_update_account_metadata_with_create_metadata ... success [0.058s] 2020-08-10 15:57:04.089 97 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_account_services.AccountTest.test_update_account_metadata_with_create_metadata_key ... success [0.040s] 2020-08-10 15:57:04.158 97 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_account_services.AccountTest.test_update_account_metadata_with_delete_metadata ... success [0.065s] 2020-08-10 15:57:04.230 97 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_account_services.AccountTest.test_update_account_metadata_with_delete_metadata_key ... success [0.071s] 2020-08-10 15:57:07.989 97 INFO opnfv-tempest [-] {2} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_list_show_update_delete_floating_ip ... success [5.448s] 2020-08-10 15:57:14.356 97 INFO opnfv-tempest [-] {2} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_update_floatingip_with_port_multiple_ip_address ... success [6.359s] 2020-08-10 15:57:20.040 97 INFO opnfv-tempest [-] {2} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_floating_ip_delete_port ... success [5.685s] 2020-08-10 15:57:22.335 97 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_container_acl.ObjectTestACLs.test_read_object_with_rights ... success [2.445s] 2020-08-10 15:57:24.540 97 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_container_acl.ObjectTestACLs.test_write_object_with_rights ... success [2.202s] 2020-08-10 15:57:28.346 97 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_container_acl_negative.ObjectACLsNegativeTest.test_delete_object_with_non_authorized_user ... success [0.341s] 2020-08-10 15:57:28.433 97 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_container_acl_negative.ObjectACLsNegativeTest.test_delete_object_without_using_creds ... success [0.084s] 2020-08-10 15:57:28.551 97 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_container_acl_negative.ObjectACLsNegativeTest.test_delete_object_without_write_rights ... success [0.117s] 2020-08-10 15:57:28.638 97 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_container_acl_negative.ObjectACLsNegativeTest.test_read_object_with_non_authorized_user ... success [0.083s] 2020-08-10 15:57:28.758 97 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_container_acl_negative.ObjectACLsNegativeTest.test_read_object_without_rights ... success [0.117s] 2020-08-10 15:57:28.821 97 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_container_acl_negative.ObjectACLsNegativeTest.test_write_object_with_non_authorized_user ... success [0.059s] 2020-08-10 15:57:28.916 97 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_container_acl_negative.ObjectACLsNegativeTest.test_write_object_without_rights ... success [0.089s] 2020-08-10 15:57:28.981 97 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_container_acl_negative.ObjectACLsNegativeTest.test_write_object_without_using_creds ... success [0.065s] 2020-08-10 15:57:29.066 97 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_container_acl_negative.ObjectACLsNegativeTest.test_write_object_without_write_rights ... success [0.084s] 2020-08-10 15:57:32.315 97 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_container_staticweb.StaticWebTest.test_web_error ... success [0.089s] 2020-08-10 15:57:32.443 97 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_container_staticweb.StaticWebTest.test_web_index ... success [0.119s] 2020-08-10 15:57:32.545 97 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_container_staticweb.StaticWebTest.test_web_listing ... success [0.098s] 2020-08-10 15:57:32.602 97 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_container_staticweb.StaticWebTest.test_web_listing_css ... success [0.062s] 2020-08-10 15:57:37.100 97 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_object_formpost.ObjectFormPostTest.test_post_object_using_form ... success [0.092s] 2020-08-10 15:57:41.517 97 INFO opnfv-tempest [-] {2} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_floating_ip_update_different_router ... success [21.466s] 2020-08-10 15:57:43.471 97 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_object_formpost_negative.ObjectFormPostNegativeTest.test_post_object_using_form_expired ... success [2.081s] 2020-08-10 15:57:43.535 97 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_object_formpost_negative.ObjectFormPostNegativeTest.test_post_object_using_form_invalid_signature ... success [0.065s] 2020-08-10 15:57:57.036 97 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_network ... success [2.295s] 2020-08-10 15:57:59.809 97 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_port ... success [2.772s] 2020-08-10 15:58:00.095 97 INFO opnfv-tempest [-] {1} tempest.api.volume.admin.test_group_snapshots.GroupSnapshotsTest.test_create_group_from_group_snapshot ... success [11.178s] 2020-08-10 15:58:03.568 97 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_subnet ... success [3.752s] 2020-08-10 15:58:16.514 97 INFO opnfv-tempest [-] {1} tempest.api.volume.admin.test_group_snapshots.GroupSnapshotsTest.test_delete_group_snapshots_following_updated_volumes ... success [16.368s] 2020-08-10 15:58:20.910 97 INFO opnfv-tempest [-] {2} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_add_router_interfaces_on_overlapping_subnets_returns_400 ... success [10.473s] 2020-08-10 15:58:21.052 97 INFO opnfv-tempest [-] {2} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_delete_non_existent_router_returns_404 ... success [0.145s] 2020-08-10 15:58:21.517 97 INFO opnfv-tempest [-] {2} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_router_add_gateway_invalid_network_returns_404 ... success [0.462s] 2020-08-10 15:58:23.417 97 INFO opnfv-tempest [-] {2} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_router_add_gateway_net_not_external_returns_400 ... success [1.895s] 2020-08-10 15:58:24.088 97 INFO opnfv-tempest [-] {1} tempest.api.volume.admin.test_group_snapshots.GroupSnapshotsTest.test_group_snapshot_create_show_list_delete ... success [7.577s] 2020-08-10 15:58:27.914 97 INFO opnfv-tempest [-] {1} tempest.api.volume.admin.test_group_snapshots.GroupSnapshotsV319Test.test_reset_group_snapshot_status ... skip [0.005s]: b'Skipped until bug: https://launchpad.net/bugs/1770179 is resolved.' 2020-08-10 15:58:28.065 97 INFO opnfv-tempest [-] {2} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_router_remove_interface_in_use_returns_409 ... success [4.646s] 2020-08-10 15:58:28.204 97 INFO opnfv-tempest [-] {2} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_show_non_existent_router_returns_404 ... success [0.138s] 2020-08-10 15:58:28.307 97 INFO opnfv-tempest [-] {2} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_update_non_existent_router_returns_404 ... success [0.100s] 2020-08-10 15:58:31.877 97 INFO opnfv-tempest [-] {1} tempest.api.volume.admin.test_group_types.GroupTypesTest.test_group_type_create_list_update_show ... success [0.434s] 2020-08-10 15:58:37.694 97 INFO opnfv-tempest [-] {1} tempest.api.volume.admin.test_volume_quotas_negative.VolumeQuotasNegativeTestJSON.test_quota_volume_gigabytes ... success [0.379s] 2020-08-10 15:58:37.970 97 INFO opnfv-tempest [-] {2} tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools ... success [0.774s] 2020-08-10 15:58:38.089 97 INFO opnfv-tempest [-] {1} tempest.api.volume.admin.test_volume_quotas_negative.VolumeQuotasNegativeTestJSON.test_quota_volumes ... success [0.396s] 2020-08-10 15:58:38.432 97 INFO opnfv-tempest [-] {1} tempest.api.volume.admin.test_volume_quotas_negative.VolumeQuotasNegativeTestJSON.test_volume_extend_gigabytes_quota_deviation ... success [0.338s] 2020-08-10 15:58:41.577 97 INFO opnfv-tempest [-] {1} tempest.api.volume.admin.test_volume_retype.VolumeRetypeWithMigrationTest ... skip: b'Cinder multi-backend feature disabled' 2020-08-10 15:58:43.627 97 INFO opnfv-tempest [-] {1} tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON.test_get_service_by_host_name ... success [0.075s] 2020-08-10 15:58:43.703 97 INFO opnfv-tempest [-] {1} tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON.test_get_service_by_service_and_host_name ... success [0.075s] 2020-08-10 15:58:43.776 97 INFO opnfv-tempest [-] {1} tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON.test_get_service_by_service_binary_name ... success [0.068s] 2020-08-10 15:58:45.606 97 INFO opnfv-tempest [-] {1} tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON.test_get_service_by_volume_host_name ... success [1.819s] 2020-08-10 15:58:45.677 97 INFO opnfv-tempest [-] {1} tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON.test_list_services ... success [0.077s] 2020-08-10 15:58:46.903 97 INFO opnfv-tempest [-] {2} tempest.api.network.test_tags.TagsExtTest.test_create_check_list_and_delete_tags ... success [2.660s] 2020-08-10 15:58:49.764 97 INFO opnfv-tempest [-] {2} tempest.api.network.test_tags.TagsExtTest.test_update_and_delete_all_tags ... success [2.851s] 2020-08-10 15:58:52.925 97 INFO opnfv-tempest [-] {1} tempest.api.volume.admin.test_volume_type_access.VolumeTypesAccessTest.test_volume_type_access_add ... success [2.012s] 2020-08-10 15:58:53.289 97 INFO opnfv-tempest [-] {1} tempest.api.volume.admin.test_volume_type_access.VolumeTypesAccessTest.test_volume_type_access_list ... success [0.359s] 2020-08-10 15:58:54.989 97 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_account_bulk.BulkTest.test_bulk_delete ... success [0.351s] 2020-08-10 15:58:55.112 97 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_account_bulk.BulkTest.test_bulk_delete_by_POST ... success [0.121s] 2020-08-10 15:58:57.303 97 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_account_bulk.BulkTest.test_extract_archive ... success [2.184s] 2020-08-10 15:59:00.075 97 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_account_services_negative.AccountNegativeTest.test_list_containers_with_non_authorized_user ... success [0.250s] 2020-08-10 15:59:02.527 97 INFO opnfv-tempest [-] {1} tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_crud_with_volume_type_and_extra_specs ... success [3.652s] 2020-08-10 15:59:02.671 97 INFO opnfv-tempest [-] {1} tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_type_create_get_delete ... success [0.151s] 2020-08-10 15:59:03.215 97 INFO opnfv-tempest [-] {1} tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_type_encryption_create_get_update_delete ... success [0.532s] 2020-08-10 15:59:03.292 97 INFO opnfv-tempest [-] {1} tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_type_list ... success [0.085s] 2020-08-10 15:59:03.796 97 INFO opnfv-tempest [-] {1} tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_type_update ... success [0.497s] 2020-08-10 15:59:15.224 97 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_object_expiry.ObjectExpiryTest.test_get_object_after_expiry_time ... success [12.178s] 2020-08-10 15:59:15.605 97 INFO opnfv-tempest [-] {1} tempest.api.volume.admin.test_volumes_list.VolumesListAdminTestJSON.test_volume_list_param_tenant ... success [1.831s] 2020-08-10 15:59:24.510 97 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volume_absolute_limits.AbsoluteLimitsTests.test_get_volume_absolute_limits ... success [0.108s] 2020-08-10 15:59:27.468 97 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_object_expiry.ObjectExpiryTest.test_get_object_at_expiry_time ... success [12.239s] 2020-08-10 15:59:31.808 97 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_object_services.ObjectTest.test_copy_object_2d_way ... success [0.126s] 2020-08-10 15:59:31.997 97 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_object_services.ObjectTest.test_copy_object_across_containers ... success [0.183s] 2020-08-10 15:59:32.093 97 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_object_services.ObjectTest.test_copy_object_in_same_container ... success [0.096s] 2020-08-10 15:59:32.254 97 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_object_services.ObjectTest.test_copy_object_to_itself ... success [0.152s] 2020-08-10 15:59:32.380 97 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_object_services.ObjectTest.test_copy_object_with_x_fresh_metadata ... success [0.122s] 2020-08-10 15:59:32.476 97 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_object_services.ObjectTest.test_copy_object_with_x_object_meta ... success [0.096s] 2020-08-10 15:59:32.577 97 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_object_services.ObjectTest.test_copy_object_with_x_object_metakey ... success [0.097s] 2020-08-10 15:59:32.753 97 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_object_services.ObjectTest.test_create_object ... success [0.168s] 2020-08-10 15:59:32.822 97 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_object_services.ObjectTest.test_create_object_with_content_disposition ... success [0.076s] 2020-08-10 15:59:32.877 97 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_object_services.ObjectTest.test_create_object_with_content_encoding ... success [0.051s] 2020-08-10 15:59:32.959 97 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_object_services.ObjectTest.test_create_object_with_etag ... success [0.078s] 2020-08-10 15:59:33.020 97 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_object_services.ObjectTest.test_create_object_with_expect_continue ... success [0.063s] 2020-08-10 15:59:33.099 97 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_object_services.ObjectTest.test_create_object_with_transfer_encoding ... success [0.074s] 2020-08-10 15:59:33.218 97 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_object_services.ObjectTest.test_create_object_with_x_fresh_metadata ... success [0.109s] 2020-08-10 15:59:33.299 97 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_object_services.ObjectTest.test_create_object_with_x_object_meta ... success [0.083s] 2020-08-10 15:59:33.390 97 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_object_services.ObjectTest.test_create_object_with_x_object_metakey ... success [0.085s] 2020-08-10 15:59:33.516 97 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_object_services.ObjectTest.test_create_object_with_x_remove_object_meta ... success [0.118s] 2020-08-10 15:59:33.652 97 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_object_services.ObjectTest.test_create_object_with_x_remove_object_metakey ... success [0.131s] 2020-08-10 15:59:33.765 97 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_object_services.ObjectTest.test_delete_object ... success [0.112s] 2020-08-10 15:59:33.862 97 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_object_services.ObjectTest.test_get_object ... success [0.089s] 2020-08-10 15:59:33.983 97 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_object_services.ObjectTest.test_get_object_if_different ... success [0.116s] 2020-08-10 15:59:34.037 97 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_object_services.ObjectTest.test_get_object_with_if_match ... success [0.061s] 2020-08-10 15:59:34.152 97 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_object_services.ObjectTest.test_get_object_with_if_modified_since ... success [0.104s] 2020-08-10 15:59:34.295 97 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_object_services.ObjectTest.test_get_object_with_if_none_match ... success [0.141s] 2020-08-10 15:59:34.372 97 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_object_services.ObjectTest.test_get_object_with_if_unmodified_since ... success [0.075s] 2020-08-10 15:59:34.463 97 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_object_services.ObjectTest.test_get_object_with_metadata ... success [0.083s] 2020-08-10 15:59:34.519 97 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_object_services.ObjectTest.test_get_object_with_range ... success [0.062s] 2020-08-10 15:59:34.625 97 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_object_services.ObjectTest.test_get_object_with_x_newest ... success [0.098s] 2020-08-10 15:59:34.958 97 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_object_services.ObjectTest.test_get_object_with_x_object_manifest ... success [0.320s] 2020-08-10 15:59:35.068 97 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_object_services.ObjectTest.test_list_no_object_metadata ... success [0.113s] 2020-08-10 15:59:35.171 97 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_object_services.ObjectTest.test_list_object_metadata ... success [0.101s] 2020-08-10 15:59:35.577 97 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_object_services.ObjectTest.test_list_object_metadata_with_x_object_manifest ... success [0.394s] 2020-08-10 15:59:35.924 97 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_object_services.ObjectTest.test_object_upload_in_segments ... success [0.339s] 2020-08-10 15:59:36.058 97 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_object_services.ObjectTest.test_update_object_metadata ... success [0.137s] 2020-08-10 15:59:36.187 97 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_object_services.ObjectTest.test_update_object_metadata_with_create_and_remove_metadata ... success [0.127s] 2020-08-10 15:59:36.266 97 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volume_delete_cascade.VolumesDeleteCascade.test_volume_delete_cascade ... success [7.943s] 2020-08-10 15:59:36.277 97 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volume_delete_cascade.VolumesDeleteCascade.test_volume_from_snapshot_cascade_delete ... skip [0.001s]: b'Skip because of Bug#1677525' 2020-08-10 15:59:36.302 97 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_object_services.ObjectTest.test_update_object_metadata_with_remove_metadata ... success [0.111s] 2020-08-10 15:59:36.699 97 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_object_services.ObjectTest.test_update_object_metadata_with_x_object_manifest ... success [0.382s] 2020-08-10 15:59:36.831 97 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_object_services.ObjectTest.test_update_object_metadata_with_x_object_metakey ... success [0.132s] 2020-08-10 15:59:36.918 97 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_object_services.ObjectTest.test_update_object_metadata_with_x_remove_object_metakey ... success [0.090s] 2020-08-10 15:59:44.010 97 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_limit ... success [0.055s] 2020-08-10 15:59:44.103 97 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_limit_equals_infinite ... success [0.095s] 2020-08-10 15:59:44.157 97 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_limit_equals_zero ... success [0.051s] 2020-08-10 15:59:44.287 97 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_marker ... success [0.127s] 2020-08-10 15:59:44.350 97 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_offset ... success [0.059s] 2020-08-10 15:59:44.405 97 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_sort_created_at_asc ... success [0.054s] 2020-08-10 15:59:44.462 97 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_sort_created_at_desc ... success [0.053s] 2020-08-10 15:59:44.520 97 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_sort_id_asc ... success [0.056s] 2020-08-10 15:59:44.576 97 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_sort_id_desc ... success [0.053s] 2020-08-10 15:59:44.632 97 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_sort_name_asc ... success [0.053s] 2020-08-10 15:59:44.697 97 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_sort_name_desc ... success [0.062s] 2020-08-10 15:59:44.863 97 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_details_with_params ... success [0.157s] 2020-08-10 15:59:45.015 97 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_with_params ... success [0.149s] 2020-08-10 15:59:48.130 97 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_object_services.PublicObjectTest.test_access_public_container_object_without_using_creds ... success [0.299s] 2020-08-10 15:59:48.336 97 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_object_services.PublicObjectTest.test_access_public_object_with_another_user_creds ... success [0.203s] 2020-08-10 16:00:23.252 97 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_object_slo.ObjectSloTest.test_delete_large_object ... success [32.417s] 2020-08-10 16:00:54.525 97 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_object_slo.ObjectSloTest.test_list_large_object_metadata ... success [31.271s] 2020-08-10 16:01:25.593 97 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_object_slo.ObjectSloTest.test_retrieve_large_object ... success [31.053s] 2020-08-10 16:01:57.329 97 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_object_slo.ObjectSloTest.test_upload_manifest ... success [31.741s] 2020-08-10 16:02:07.436 97 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_groups.GroupsTest.test_group_create_show_list_delete ... success [7.681s] 2020-08-10 16:02:16.322 97 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_groups.GroupsTest.test_group_update ... success [8.872s] 2020-08-10 16:02:18.485 97 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_multi_backend.VolumeMultiBackendTest ... skip: b'Cinder multi-backend feature disabled' 2020-08-10 16:02:20.988 97 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_associate_disassociate_qos ... success [0.748s] 2020-08-10 16:02:21.235 97 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_create_delete_qos_with_back_end_consumer ... success [0.249s] 2020-08-10 16:02:21.487 97 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_create_delete_qos_with_both_consumer ... success [0.248s] 2020-08-10 16:02:21.734 97 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_create_delete_qos_with_front_end_consumer ... success [0.242s] 2020-08-10 16:02:21.796 97 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_get_qos ... success [0.064s] 2020-08-10 16:02:21.857 97 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_list_qos ... success [0.063s] 2020-08-10 16:02:22.173 97 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_set_unset_qos_key ... success [0.306s] 2020-08-10 16:02:29.769 97 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest.test_reset_snapshot_status ... success [0.551s] 2020-08-10 16:02:32.730 97 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest.test_snapshot_force_delete_when_snapshot_is_creating ... success [2.951s] 2020-08-10 16:02:35.709 97 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest.test_snapshot_force_delete_when_snapshot_is_deleting ... success [2.977s] 2020-08-10 16:02:38.686 97 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest.test_snapshot_force_delete_when_snapshot_is_error ... success [2.972s] 2020-08-10 16:02:41.707 97 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest.test_snapshot_force_delete_when_snapshot_is_error_deleting ... success [3.017s] 2020-08-10 16:02:42.247 97 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest.test_update_snapshot_status ... success [0.541s] 2020-08-10 16:02:48.262 97 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_volume_hosts.VolumeHostsAdminTestsJSON.test_list_hosts ... success [0.219s] 2020-08-10 16:02:48.502 97 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_volume_hosts.VolumeHostsAdminTestsJSON.test_show_host ... success [0.239s] 2020-08-10 16:02:57.799 97 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_volume_manage.VolumeManageAdminTest.test_unmanage_manage_volume ... success [6.054s] 2020-08-10 16:03:02.789 97 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_volume_quotas.VolumeQuotasAdminTestJSON.test_delete_quota ... success [0.665s] 2020-08-10 16:03:02.900 97 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_volume_quotas.VolumeQuotasAdminTestJSON.test_list_default_quotas ... success [0.114s] 2020-08-10 16:03:03.054 97 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_volume_quotas.VolumeQuotasAdminTestJSON.test_list_quotas ... success [0.152s] 2020-08-10 16:03:06.364 97 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_volume_quotas.VolumeQuotasAdminTestJSON.test_quota_usage ... success [3.295s] 2020-08-10 16:03:10.869 97 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_volume_quotas.VolumeQuotasAdminTestJSON.test_quota_usage_after_volume_transfer ... success [4.492s] 2020-08-10 16:03:11.052 97 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_volume_quotas.VolumeQuotasAdminTestJSON.test_show_quota_usage ... success [0.195s] 2020-08-10 16:03:11.538 97 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_volume_quotas.VolumeQuotasAdminTestJSON.test_update_all_quota_resources_for_tenant ... success [0.483s] 2020-08-10 16:03:27.302 97 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_volumes_backup.VolumesBackupsAdminTest.test_volume_backup_export_import ... success [10.880s] 2020-08-10 16:03:32.475 97 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_volumes_backup.VolumesBackupsAdminTest.test_volume_backup_reset_status ... success [5.180s] 2020-08-10 16:03:38.096 97 INFO opnfv-tempest [-] {2} tempest.api.volume.test_extensions.ExtensionsTestJSON.test_list_extensions ... success [0.296s] 2020-08-10 16:03:45.799 97 INFO opnfv-tempest [-] {2} tempest.api.volume.test_image_metadata.VolumesImageMetadata.test_update_show_delete_image_metadata ... success [0.433s] 2020-08-10 16:03:52.560 97 INFO opnfv-tempest [-] {2} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_crud_snapshot_metadata ... success [0.461s] 2020-08-10 16:03:52.955 97 INFO opnfv-tempest [-] {2} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_update_show_snapshot_metadata_item ... success [0.390s] 2020-08-10 16:04:14.658 97 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_attach_detach_volume_to_instance ... success [13.841s] 2020-08-10 16:04:27.974 97 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_get_volume_attachment ... success [13.311s] 2020-08-10 16:04:28.332 97 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_reserve_unreserve_volume ... success [0.380s] 2020-08-10 16:04:28.845 97 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_bootable ... success [0.506s] 2020-08-10 16:04:29.189 97 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_readonly_update ... success [0.340s] 2020-08-10 16:04:38.332 97 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_upload ... success [9.131s] 2020-08-10 16:05:05.758 97 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_backup.VolumesBackupsTest.test_backup_create_attached_volume ... success [23.325s] 2020-08-10 16:05:20.746 97 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_backup.VolumesBackupsTest.test_bootable_volume_backup_and_restore ... success [14.971s] 2020-08-10 16:05:20.755 97 INFO opnfv-tempest [-] {2} 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-08-10 16:05:30.576 97 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_extend.VolumesExtendTest.test_volume_extend ... success [6.642s] 2020-08-10 16:05:34.945 97 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_extend.VolumesExtendTest.test_volume_extend_when_volume_has_snapshot ... success [4.366s] 2020-08-10 16:05:45.650 97 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list ... success [0.073s] 2020-08-10 16:05:45.759 97 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_by_name ... success [0.104s] 2020-08-10 16:05:45.846 97 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_by_name ... success [0.087s] 2020-08-10 16:05:46.277 97 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_pagination ... success [0.419s] 2020-08-10 16:05:46.449 97 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_with_multiple_params ... success [0.167s] 2020-08-10 16:05:46.838 97 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_pagination ... success [0.385s] 2020-08-10 16:05:46.929 97 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_param_display_name_and_status ... success [0.092s] 2020-08-10 16:05:47.019 97 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_display_name_and_status ... success [0.090s] 2020-08-10 16:05:47.127 97 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_marker ... success [0.105s] 2020-08-10 16:05:47.216 97 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_metadata ... success [0.089s] 2020-08-10 16:05:47.310 97 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_details ... success [0.090s] 2020-08-10 16:05:47.397 97 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_param_metadata ... success [0.081s] 2020-08-10 16:05:47.548 97 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_availability_zone ... success [0.146s] 2020-08-10 16:05:47.714 97 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_bootable ... success [0.160s] 2020-08-10 16:05:47.862 97 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_status ... success [0.148s] 2020-08-10 16:05:47.959 97 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_availability_zone ... success [0.098s] 2020-08-10 16:05:48.049 97 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_bootable ... success [0.088s] 2020-08-10 16:05:48.141 97 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_status ... success [0.090s] 2020-08-10 16:06:08.007 97 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_attach_volumes_with_nonexistent_volume_id ... success [12.580s] 2020-08-10 16:06:08.863 97 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_from_deactivated_image ... success [0.876s] 2020-08-10 16:06:09.635 97 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_from_image_with_decreasing_size ... success [0.767s] 2020-08-10 16:06:09.662 97 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_invalid_size ... success [0.033s] 2020-08-10 16:06:09.718 97 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_snapshot_id ... success [0.053s] 2020-08-10 16:06:09.788 97 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_source_volid ... success [0.069s] 2020-08-10 16:06:09.843 97 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_volume_type ... success [0.052s] 2020-08-10 16:06:09.880 97 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_negative ... success [0.036s] 2020-08-10 16:06:09.918 97 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_zero ... success [0.033s] 2020-08-10 16:06:09.953 97 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_without_passing_size ... success [0.034s] 2020-08-10 16:06:10.029 97 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_invalid_volume_id ... success [0.071s] 2020-08-10 16:06:10.057 97 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_volume_without_passing_volume_id ... success [0.029s] 2020-08-10 16:06:10.136 97 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_detach_volumes_with_invalid_volume_id ... success [0.068s] 2020-08-10 16:06:10.206 97 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_invalid_volume_id ... success [0.072s] 2020-08-10 16:06:10.230 97 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_volume_without_passing_volume_id ... success [0.025s] 2020-08-10 16:06:10.309 97 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_invalid_status ... success [0.073s] 2020-08-10 16:06:10.383 97 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_nonexistent_name ... success [0.072s] 2020-08-10 16:06:10.456 97 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_invalid_status ... success [0.071s] 2020-08-10 16:06:10.528 97 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_nonexistent_name ... success [0.070s] 2020-08-10 16:06:10.819 97 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_reserve_volume_with_negative_volume_status ... success [0.286s] 2020-08-10 16:06:10.897 97 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_reserve_volume_with_nonexistent_volume_id ... success [0.075s] 2020-08-10 16:06:10.966 97 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_unreserve_volume_with_nonexistent_volume_id ... success [0.069s] 2020-08-10 16:06:11.009 97 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_empty_volume_id ... success [0.040s] 2020-08-10 16:06:11.081 97 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_invalid_volume_id ... success [0.070s] 2020-08-10 16:06:11.158 97 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_nonexistent_volume_id ... success [0.074s] 2020-08-10 16:06:11.232 97 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_delete_nonexistent_volume_id ... success [0.073s] 2020-08-10 16:06:11.279 97 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_extend_with_None_size ... success [0.042s] 2020-08-10 16:06:11.323 97 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_extend_with_non_number_size ... success [0.044s] 2020-08-10 16:06:11.397 97 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_extend_with_nonexistent_volume_id ... success [0.069s] 2020-08-10 16:06:11.441 97 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_extend_with_size_smaller_than_original_size ... success [0.042s] 2020-08-10 16:06:11.512 97 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_extend_without_passing_volume_id ... success [0.069s] 2020-08-10 16:06:11.590 97 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_get_nonexistent_volume_id ... success [0.074s] 2020-08-10 16:06:14.838 97 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_with_nonexistent_volume_id ... success [0.223s] 2020-08-10 16:06:14.908 97 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_without_passing_volume_id ... success [0.071s] 2020-08-10 16:06:14.951 97 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_list_snapshot_invalid_param_limit ... success [0.042s] 2020-08-10 16:06:15.018 97 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_list_snapshots_invalid_param_marker ... success [0.062s] 2020-08-10 16:06:15.060 97 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_list_snapshots_invalid_param_sort ... success [0.042s] 2020-08-10 16:06:17.986 97 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_volume_from_snapshot_decreasing_size ... success [2.914s] 2020-08-10 16:06:33.474 97 INFO rally.task.context [-] Verification f4e12820-78d9-483b-a492-d1a0d71c9f31 | Context testr@default cleanup() started 2020-08-10 16:06:33.478 97 INFO rally.task.context [-] Verification f4e12820-78d9-483b-a492-d1a0d71c9f31 | Context testr@default cleanup() finished in 3.98 msec 2020-08-10 16:06:33.481 97 INFO rally.task.context [-] Verification f4e12820-78d9-483b-a492-d1a0d71c9f31 | Context tempest@default cleanup() started 2020-08-10 16:06:33.928 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Deleting flavor 'rally_verify_73ffa5e0_JXHL9XFz'. 2020-08-10 16:06:34.112 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_73ffa5e0_JXHL9XFz' has been deleted. 2020-08-10 16:06:34.117 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Removing value '42bfa3fa-c331-4bf1-bc53-5676ee14669c' of option 'instance_type' from Tempest config file. 2020-08-10 16:06:34.119 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Value '42bfa3fa-c331-4bf1-bc53-5676ee14669c' has been removed. 2020-08-10 16:06:34.152 97 INFO rally.task.context [-] Verification f4e12820-78d9-483b-a492-d1a0d71c9f31 | Context tempest@default cleanup() finished in 0.67 sec 2020-08-10 16:06:35.254 97 INFO rally.api [-] Verification (UUID=73ffa5e0-5d90-44a4-9e7d-b8e84a6a0fcc) has been successfully finished for deployment 'opnfv-rally' (UUID=be7ee549-32eb-438e-a723-92b934b8851d)! 2020-08-10 16:06:50.907 180 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-08-10 16:06:50.915 180 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-08-10 16:06:50.916 180 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-08-10 16:07:14.152 186 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-08-10 16:07:14.158 186 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-08-10 16:07:14.160 186 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-08-10 16:07:36.807 186 INFO rally.api [-] Building 'html' report for the following verification(s): '73ffa5e0-5d90-44a4-9e7d-b8e84a6a0fcc' 2020-08-10 16:07:37.298 186 INFO rally.api [-] The report has been successfully built. 2020-08-10 16:07:52.120 192 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-08-10 16:07:52.126 192 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-08-10 16:07:52.127 192 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-08-10 16:08:15.197 192 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): '73ffa5e0-5d90-44a4-9e7d-b8e84a6a0fcc' 2020-08-10 16:08:16.131 192 INFO rally.api [-] The report has been successfully built.