2021-01-30 23:16:18.974 23 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-01-30 23:16:18.975 23 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-01-30 23:16:18.975 23 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-01-30 23:16:21.763 23 ERROR rally.cli.cliutils [-] Unexpected exception in CLI: rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2021-01-30 23:16:21.763 23 ERROR rally.cli.cliutils Traceback (most recent call last): 2021-01-30 23:16:21.763 23 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2021-01-30 23:16:21.763 23 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2021-01-30 23:16:21.763 23 ERROR rally.cli.cliutils File "", line 2, in destroy 2021-01-30 23:16:21.763 23 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2021-01-30 23:16:21.763 23 ERROR rally.cli.cliutils return f(*args, **kwargs) 2021-01-30 23:16:21.763 23 ERROR rally.cli.cliutils File "", line 2, in destroy 2021-01-30 23:16:21.763 23 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2021-01-30 23:16:21.763 23 ERROR rally.cli.cliutils return f(*args, **kwargs) 2021-01-30 23:16:21.763 23 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2021-01-30 23:16:21.763 23 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2021-01-30 23:16:21.763 23 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2021-01-30 23:16:21.763 23 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2021-01-30 23:16:21.763 23 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2021-01-30 23:16:21.763 23 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2021-01-30 23:16:21.763 23 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2021-01-30 23:16:21.763 23 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2021-01-30 23:16:21.763 23 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2021-01-30 23:16:21.763 23 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2021-01-30 23:16:21.763 23 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2021-01-30 23:16:21.763 23 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2021-01-30 23:16:21.763 23 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2021-01-30 23:16:21.763 23 ERROR rally.cli.cliutils 2021-01-30 23:16:23.942 25 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-01-30 23:16:23.943 25 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-01-30 23:16:23.943 25 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-01-30 23:16:29.146 27 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-01-30 23:16:29.146 27 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-01-30 23:16:29.146 27 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-01-30 23:16:35.837 30 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-01-30 23:16:35.837 30 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-01-30 23:16:35.837 30 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-01-30 23:16:37.492 33 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-01-30 23:16:37.492 33 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-01-30 23:16:37.493 33 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-01-30 23:16:40.166 33 ERROR rally.cli.cliutils [-] Unexpected exception in CLI: rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2021-01-30 23:16:40.166 33 ERROR rally.cli.cliutils Traceback (most recent call last): 2021-01-30 23:16:40.166 33 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2021-01-30 23:16:40.166 33 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2021-01-30 23:16:40.166 33 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2021-01-30 23:16:40.166 33 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2021-01-30 23:16:40.166 33 ERROR rally.cli.cliutils return f(*args, **kwargs) 2021-01-30 23:16:40.166 33 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2021-01-30 23:16:40.166 33 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2021-01-30 23:16:40.166 33 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2021-01-30 23:16:40.166 33 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2021-01-30 23:16:40.166 33 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2021-01-30 23:16:40.166 33 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2021-01-30 23:16:40.166 33 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2021-01-30 23:16:40.166 33 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2021-01-30 23:16:40.166 33 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2021-01-30 23:16:40.166 33 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2021-01-30 23:16:40.166 33 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2021-01-30 23:16:40.166 33 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2021-01-30 23:16:40.166 33 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2021-01-30 23:16:40.166 33 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2021-01-30 23:16:40.166 33 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2021-01-30 23:16:40.166 33 ERROR rally.cli.cliutils 2021-01-30 23:16:42.149 35 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-01-30 23:16:42.150 35 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-01-30 23:16:42.150 35 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-01-30 23:16:44.769 35 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2021-01-30 23:16:44.820 35 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-61786d12-1fe5-43ad-b701-db8242cbf5ed/repo. 2021-01-30 23:16:45.137 35 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-61786d12-1fe5-43ad-b701-db8242cbf5ed/repo'... done. Note: switching to '04839aad0bc78c3acf54a5e9c6b27fc66368c7c9'. 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 ' 2021-01-30 23:16:45.183 35 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'tags/24.0.0-208-g04839aad0 ' 2021-01-30 23:16:45.194 35 RALLYDEBUG rally.verification.utils [-] Subprocess output: '04839aad0bc78c3acf54a5e9c6b27fc66368c7c9 ' 2021-01-30 23:16:45.216 35 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2021-01-30 23:16:45.305 35 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2021-01-30 23:16:46.245 35 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=61786d12-1fe5-43ad-b701-db8242cbf5ed) has been successfully created! 2021-01-30 23:16:48.324 43 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-01-30 23:16:48.325 43 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-01-30 23:16:48.325 43 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-01-30 23:16:54.260 46 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-01-30 23:16:54.261 46 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-01-30 23:16:54.261 46 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-01-30 23:16:56.915 46 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=61786d12-1fe5-43ad-b701-db8242cbf5ed) for deployment 'opnfv-rally' (UUID=22bb2c9a-a945-4430-ae52-9634a43e0859). 2021-01-30 23:16:57.743 46 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=61786d12-1fe5-43ad-b701-db8242cbf5ed) has been successfully configured for deployment 'opnfv-rally' (UUID=22bb2c9a-a945-4430-ae52-9634a43e0859)! 2021-01-30 23:17:08.082 51 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-01-30 23:17:08.082 51 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-01-30 23:17:08.082 51 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-01-30 23:17:11.012 51 INFO rally.api [-] Starting verification (UUID=8f1063c6-5f06-4138-a8bf-410c12f43b12) for deployment 'opnfv-rally' (UUID=22bb2c9a-a945-4430-ae52-9634a43e0859) by verifier 'opnfv-tempest' (UUID=61786d12-1fe5-43ad-b701-db8242cbf5ed). 2021-01-30 23:17:11.933 51 RALLYDEBUG rally_openstack.verification.tempest.context [-] Creating role 'ResellerAdmin'. 2021-01-30 23:17:12.005 51 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2021-01-30 23:17:12.005 51 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-61786d12-1fe5-43ad-b701-db8242cbf5ed/for-deployment-22bb2c9a-a945-4430-ae52-9634a43e0859/tempest.log' to option 'log_file'. 2021-01-30 23:17:12.005 51 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-61786d12-1fe5-43ad-b701-db8242cbf5ed/for-deployment-22bb2c9a-a945-4430-ae52-9634a43e0859/tempest.log 2021-01-30 23:17:12.006 51 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2021-01-30 23:17:12.006 51 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-61786d12-1fe5-43ad-b701-db8242cbf5ed/for-deployment-22bb2c9a-a945-4430-ae52-9634a43e0859/lock_files' to option 'lock_path'. 2021-01-30 23:17:12.006 51 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-61786d12-1fe5-43ad-b701-db8242cbf5ed/for-deployment-22bb2c9a-a945-4430-ae52-9634a43e0859/lock_files 2021-01-30 23:17:12.007 51 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is already configured in Tempest config file. img_dir = /home/opnfv/functest/images 2021-01-30 23:17:12.007 51 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 2021-01-30 23:17:12.007 51 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = 190a5345-4125-439a-986c-0cb3ccdcd8dd 2021-01-30 23:17:12.008 51 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = f8873dc8-6b8f-4f8c-9bf0-9eef849d0ac0 2021-01-30 23:17:12.009 51 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = 107d28e9-bb1f-490a-a515-3b44f89c04f6 2021-01-30 23:17:12.009 51 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = 59a17636-85f1-4a78-8a5d-d30d75d338c1 2021-01-30 23:17:12.243 51 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2021-01-30 23:17:12.244 51 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = tempest_full-net_f9522064-3562-4f3d-acd9-9cf6beb166cc 2021-01-30 23:17:12.245 51 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2021-01-30 23:17:12.341 51 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2021-01-30 23:17:12.380 51 RALLYDEBUG rally_openstack.verification.tempest.context [-] There is no flavor with the mentioned properties. 2021-01-30 23:17:12.381 51 RALLYDEBUG rally_openstack.verification.tempest.context [-] Creating flavor 'rally_verify_8f1063c6_OzPCOZvp' with the following properties: RAM = 64MB, VCPUs = 1, disk = 5GB. 2021-01-30 23:17:12.422 51 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_8f1063c6_OzPCOZvp' (ID = 6956bb23-fe1d-44f3-9698-cf34b2472799) has been successfully created! 2021-01-30 23:17:12.423 51 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '6956bb23-fe1d-44f3-9698-cf34b2472799' to option 'instance_type'. 2021-01-30 23:17:12.423 51 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = 6956bb23-fe1d-44f3-9698-cf34b2472799 2021-01-30 23:17:12.425 51 INFO rally.task.context [-] Verification 61786d12-1fe5-43ad-b701-db8242cbf5ed | Context tempest@default setup() finished in 0.90 sec 2021-01-30 23:17:12.428 51 INFO rally.task.context [-] Verification 61786d12-1fe5-43ad-b701-db8242cbf5ed | Context testr@default setup() finished in 1.70 msec 2021-01-30 23:17:12.429 51 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --concurrency 4 --load-list /tmp/476629d6-26db-42d3-b7fa-ef5d1c259833'. 2021-01-30 23:17:26.774 51 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_agents.AgentsAdminTestJSON.test_create_agent ... success [0.265s] 2021-01-30 23:17:26.871 51 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_agents.AgentsAdminTestJSON.test_delete_agent ... success [0.094s] 2021-01-30 23:17:26.905 51 INFO opnfv-tempest [-] {1} tempest.api.compute.admin.test_availability_zone_negative.AZAdminNegativeTestJSON.test_get_availability_zone_list_detail_with_non_admin_user ... success [0.223s] 2021-01-30 23:17:26.976 51 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_agents.AgentsAdminTestJSON.test_list_agents ... success [0.102s] 2021-01-30 23:17:27.139 51 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_agents.AgentsAdminTestJSON.test_list_agents_with_filter ... success [0.161s] 2021-01-30 23:17:27.154 51 INFO opnfv-tempest [-] {2} tempest.api.compute.admin.test_auto_allocate_network.AutoAllocateNetworkTest ... skip: b"Found shared networks: [{'id': '0303a6a3-e1a8-43f5-a177-713dadcf6007', 'name': 'tempest_full-net_f9522064-3562-4f3d-acd9-9cf6beb166cc', 'tenant_id': '8ecf86dbcd1c4bb792cf15754cf2b63b', 'admin_state_up': True, 'mtu': 8950, 'status': 'ACTIVE', 'subnets': ['ee008c3c-5f68-4956-95c7-662420c8a6df'], 'shared': True, 'availability_zone_hints': [], 'availability_zones': ['nova'], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'router:external': False, 'description': '', 'port_security_enabled': True, 'tags': [], 'created_at': '2021-01-30T23:16:09Z', 'updated_at': '2021-01-30T23:16:09Z', 'revision_number': 2, 'project_id': '8ecf86dbcd1c4bb792cf15754cf2b63b'}]" 2021-01-30 23:17:27.234 51 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_agents.AgentsAdminTestJSON.test_update_agent ... success [0.095s] 2021-01-30 23:17:32.960 51 INFO opnfv-tempest [-] {1} tempest.api.compute.admin.test_hypervisor.HypervisorAdminUnderV252Test.test_get_hypervisor_show_servers ... success [0.486s] 2021-01-30 23:17:33.229 51 INFO opnfv-tempest [-] {1} tempest.api.compute.admin.test_hypervisor.HypervisorAdminUnderV252Test.test_search_hypervisor ... success [0.269s] 2021-01-30 23:17:41.257 51 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_aggregates.AggregatesAdminTestJSON.test_aggregate_add_host_create_server_with_az ... success [14.036s] 2021-01-30 23:17:41.411 51 INFO opnfv-tempest [-] {1} tempest.api.compute.admin.test_live_migration.LiveMigrationRemoteConsolesV26Test.test_live_migration_serial_console ... skip [0.001s]: b'Serial console not supported.' 2021-01-30 23:17:42.786 51 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_aggregates.AggregatesAdminTestJSON.test_aggregate_add_host_get_details ... success [1.533s] 2021-01-30 23:17:43.935 51 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_add_existent_host ... success [11.045s] 2021-01-30 23:17:44.176 51 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_add_host_as_user ... success [0.240s] 2021-01-30 23:17:44.304 51 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_add_non_exist_host ... success [0.126s] 2021-01-30 23:17:44.323 51 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_create_aggregate_name_length_exceeds_255 ... success [0.018s] 2021-01-30 23:17:44.346 51 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_create_aggregate_name_length_less_than_1 ... success [0.021s] 2021-01-30 23:17:44.371 51 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_create_as_user ... success [0.024s] 2021-01-30 23:17:44.491 51 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_create_with_existent_aggregate_name ... success [0.119s] 2021-01-30 23:17:44.610 51 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_delete_as_user ... success [0.117s] 2021-01-30 23:17:44.644 51 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_delete_with_invalid_id ... success [0.033s] 2021-01-30 23:17:44.759 51 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_get_details_as_user ... success [0.114s] 2021-01-30 23:17:44.791 51 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_get_details_with_invalid_id ... success [0.032s] 2021-01-30 23:17:44.818 51 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_list_as_user ... success [0.026s] 2021-01-30 23:17:45.608 51 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_aggregates.AggregatesAdminTestJSON.test_aggregate_add_host_list ... success [2.814s] 2021-01-30 23:17:46.564 51 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_aggregates.AggregatesAdminTestJSON.test_aggregate_add_remove_host ... success [0.957s] 2021-01-30 23:17:46.741 51 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_aggregates.AggregatesAdminTestJSON.test_aggregate_create_delete ... success [0.176s] 2021-01-30 23:17:46.922 51 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_aggregates.AggregatesAdminTestJSON.test_aggregate_create_delete_with_az ... success [0.177s] 2021-01-30 23:17:47.129 51 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_aggregates.AggregatesAdminTestJSON.test_aggregate_create_update_metadata_get_details ... success [0.204s] 2021-01-30 23:17:47.418 51 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_aggregates.AggregatesAdminTestJSON.test_aggregate_create_update_with_az ... success [0.284s] 2021-01-30 23:17:47.538 51 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_aggregates.AggregatesAdminTestJSON.test_aggregate_create_verify_entry_in_list ... success [0.117s] 2021-01-30 23:17:47.576 51 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_remove_host_as_user ... success [2.755s] 2021-01-30 23:17:47.715 51 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_remove_nonexistent_host ... success [0.140s] 2021-01-30 23:17:49.939 51 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_fixed_ips.FixedIPsTestJson ... skip: b'FixedIPsTestJson skipped as neutron is available' 2021-01-30 23:17:49.944 51 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_fixed_ips_negative.FixedIPsNegativeTestJson ... skip: b'FixedIPsNegativeTestJson skipped as neutron is available' 2021-01-30 23:17:52.958 51 INFO opnfv-tempest [-] {1} tempest.api.compute.admin.test_live_migration.LiveMigrationTest.test_iscsi_volume ... skip [0.001s]: b'Block Live migration not available' 2021-01-30 23:17:52.963 51 INFO opnfv-tempest [-] {1} tempest.api.compute.admin.test_live_migration.LiveMigrationTest.test_live_block_migration ... skip [0.000s]: b'Block Live migration not available' 2021-01-30 23:17:52.966 51 INFO opnfv-tempest [-] {1} tempest.api.compute.admin.test_live_migration.LiveMigrationTest.test_live_block_migration_paused ... skip [0.001s]: b'Block Live migration not available' 2021-01-30 23:17:52.967 51 INFO opnfv-tempest [-] {1} tempest.api.compute.admin.test_live_migration.LiveMigrationTest.test_volume_backed_live_migration ... skip [0.000s]: b'Volume-backed live migration not available' 2021-01-30 23:17:53.933 51 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON.test_create_flavor_using_string_ram ... success [0.361s] 2021-01-30 23:17:54.106 51 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON.test_create_flavor_verify_entry_in_list_details ... success [0.171s] 2021-01-30 23:17:54.247 51 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON.test_create_flavor_with_int_id ... success [0.139s] 2021-01-30 23:17:54.373 51 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON.test_create_flavor_with_none_id ... success [0.126s] 2021-01-30 23:17:54.515 51 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON.test_create_flavor_with_uuid_id ... success [0.141s] 2021-01-30 23:17:55.005 51 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON.test_create_list_flavor_without_extra_data ... success [0.489s] 2021-01-30 23:17:55.173 51 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON.test_create_server_with_non_public_flavor ... success [0.162s] 2021-01-30 23:17:55.770 51 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON.test_is_public_string_variations ... success [0.593s] 2021-01-30 23:17:55.999 51 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON.test_list_non_public_flavor ... success [0.228s] 2021-01-30 23:17:56.179 51 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON.test_list_public_flavor_with_other_user ... success [0.178s] 2021-01-30 23:17:57.342 51 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_aggregates.AggregatesAdminTestV241.test_create_update_show_aggregate_add_remove_host ... success [1.147s] 2021-01-30 23:18:03.324 51 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_availability_zone.AZAdminV2TestJSON.test_get_availability_zone_list ... success [0.138s] 2021-01-30 23:18:03.408 51 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_availability_zone.AZAdminV2TestJSON.test_get_availability_zone_list_detail ... success [0.081s] 2021-01-30 23:18:03.409 51 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_flavors_access.FlavorsAccessTestJSON.test_flavor_access_add_remove ... success [1.223s] 2021-01-30 23:18:03.574 51 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_flavors_access.FlavorsAccessTestJSON.test_flavor_access_list_with_private_flavor ... success [0.162s] 2021-01-30 23:18:09.880 51 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_hosts.HostsAdminTestJSON.test_list_hosts ... success [0.252s] 2021-01-30 23:18:09.949 51 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_hosts.HostsAdminTestJSON.test_list_hosts_with_a_blank_zone ... success [0.068s] 2021-01-30 23:18:10.011 51 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_hosts.HostsAdminTestJSON.test_list_hosts_with_nonexistent_zone ... success [0.060s] 2021-01-30 23:18:10.130 51 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_hosts.HostsAdminTestJSON.test_list_hosts_with_zone ... success [0.117s] 2021-01-30 23:18:11.231 51 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_hosts.HostsAdminTestJSON.test_show_host_detail ... success [1.093s] 2021-01-30 23:18:17.333 51 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_hypervisor.HypervisorAdminTestJSON.test_get_hypervisor_list ... success [0.390s] 2021-01-30 23:18:17.555 51 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_hypervisor.HypervisorAdminTestJSON.test_get_hypervisor_list_details ... success [0.220s] 2021-01-30 23:18:17.823 51 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_hypervisor.HypervisorAdminTestJSON.test_get_hypervisor_show_details ... success [0.268s] 2021-01-30 23:18:17.870 51 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_hypervisor.HypervisorAdminTestJSON.test_get_hypervisor_stats ... success [0.046s] 2021-01-30 23:18:19.105 51 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_hypervisor.HypervisorAdminTestJSON.test_get_hypervisor_uptime ... success [1.225s] 2021-01-30 23:18:23.036 51 INFO opnfv-tempest [-] {1} tempest.api.compute.admin.test_server_diagnostics.ServerDiagnosticsV248Test.test_get_server_diagnostics ... success [22.369s] 2021-01-30 23:18:24.570 51 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_delete_server.DeleteServersAdminTestJSON.test_admin_delete_servers_of_others ... success [15.186s] 2021-01-30 23:18:25.458 51 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeUnderV252Test.test_search_hypervisor_with_non_admin_user ... success [0.608s] 2021-01-30 23:18:25.490 51 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeUnderV252Test.test_search_nonexistent_hypervisor ... success [0.032s] 2021-01-30 23:18:25.735 51 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeUnderV252Test.test_show_servers_with_non_admin_user ... success [0.243s] 2021-01-30 23:18:25.773 51 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeUnderV252Test.test_show_servers_with_nonexistent_hypervisor ... success [0.035s] 2021-01-30 23:18:27.456 51 INFO opnfv-tempest [-] {2} tempest.api.compute.admin.test_create_server.ServersWithSpecificFlavorTestJSON.test_verify_created_server_ephemeral_disk ... success [44.125s] 2021-01-30 23:18:31.704 51 INFO opnfv-tempest [-] {1} tempest.api.compute.admin.test_services_negative.ServicesAdminNegativeTestJSON.test_get_service_by_invalid_params ... success [0.326s] 2021-01-30 23:18:31.833 51 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_instance_usage_audit_log_negative.InstanceUsageAuditLogNegativeTestJSON.test_get_instance_usage_audit_logs_with_invalid_time ... success [0.099s] 2021-01-30 23:18:31.847 51 INFO opnfv-tempest [-] {1} tempest.api.compute.admin.test_services_negative.ServicesAdminNegativeTestJSON.test_get_service_by_invalid_service_and_valid_host ... success [0.142s] 2021-01-30 23:18:31.969 51 INFO opnfv-tempest [-] {1} tempest.api.compute.admin.test_services_negative.ServicesAdminNegativeTestJSON.test_get_service_with_valid_service_and_invalid_host ... success [0.117s] 2021-01-30 23:18:32.031 51 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_instance_usage_audit_log_negative.InstanceUsageAuditLogNegativeTestJSON.test_instance_usage_audit_logs_with_nonadmin_user ... success [0.194s] 2021-01-30 23:18:32.148 51 INFO opnfv-tempest [-] {1} tempest.api.compute.admin.test_services_negative.ServicesAdminNegativeTestJSON.test_list_services_with_non_admin_user ... success [0.179s] 2021-01-30 23:18:38.300 51 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_networks.NetworksTest.test_get_network ... success [0.546s] 2021-01-30 23:18:38.590 51 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_networks.NetworksTest.test_list_all_networks ... success [0.287s] 2021-01-30 23:18:46.586 51 INFO opnfv-tempest [-] {3} tearDownClass (tempest.api.compute.admin.test_networks.NetworksTest) ... fail 2021-01-30 23:18:47.621 51 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_delete_server.DeleteServersAdminTestJSON.test_delete_server_while_in_error_state ... success [23.041s] 2021-01-30 23:18:51.865 51 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_quotas.QuotasAdminTestJSON.test_delete_quota ... success [1.555s] 2021-01-30 23:18:52.104 51 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_quotas.QuotasAdminTestJSON.test_get_default_quotas ... success [0.236s] 2021-01-30 23:18:53.963 51 INFO opnfv-tempest [-] {2} tempest.api.compute.admin.test_flavors_microversions.FlavorsV255TestJSON.test_crud_flavor ... success [0.773s] 2021-01-30 23:18:54.344 51 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_quotas.QuotasAdminTestJSON.test_get_updated_quotas ... success [2.235s] 2021-01-30 23:18:55.245 51 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_quotas.QuotasAdminTestJSON.test_update_all_quota_resources_for_tenant ... success [0.901s] 2021-01-30 23:18:56.237 51 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_flavors_access_negative.FlavorsAccessNegativeTestJSON.test_add_flavor_access_duplicate ... success [1.055s] 2021-01-30 23:18:56.406 51 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_flavors_access_negative.FlavorsAccessNegativeTestJSON.test_flavor_access_list_with_public_flavor ... success [0.161s] 2021-01-30 23:18:56.762 51 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_flavors_access_negative.FlavorsAccessNegativeTestJSON.test_flavor_non_admin_add ... success [0.356s] 2021-01-30 23:18:57.575 51 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_flavors_access_negative.FlavorsAccessNegativeTestJSON.test_flavor_non_admin_remove ... success [0.812s] 2021-01-30 23:18:57.897 51 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_flavors_access_negative.FlavorsAccessNegativeTestJSON.test_remove_flavor_access_not_found ... success [0.322s] 2021-01-30 23:19:00.548 51 INFO opnfv-tempest [-] {2} tempest.api.compute.admin.test_flavors_microversions.FlavorsV261TestJSON.test_crud_flavor ... success [0.804s] 2021-01-30 23:19:04.097 51 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_quotas.QuotasAdminTestV236.test_get_updated_quotas ... success [2.740s] 2021-01-30 23:19:04.290 51 INFO opnfv-tempest [-] {1} tempest.api.compute.admin.test_volumes_negative.VolumesAdminNegativeTest.test_update_attached_volume_with_nonexistent_volume_in_body ... success [5.339s] 2021-01-30 23:19:05.009 51 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_flavors_extra_specs.FlavorsExtraSpecsTestJSON.test_flavor_non_admin_get_all_keys ... success [0.279s] 2021-01-30 23:19:05.104 51 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_flavors_extra_specs.FlavorsExtraSpecsTestJSON.test_flavor_non_admin_get_specific_key ... success [0.095s] 2021-01-30 23:19:05.448 51 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_flavors_extra_specs.FlavorsExtraSpecsTestJSON.test_flavor_set_get_update_show_unset_keys ... success [0.341s] 2021-01-30 23:19:05.939 51 INFO opnfv-tempest [-] {1} tempest.api.compute.admin.test_volumes_negative.VolumesAdminNegativeTest.test_update_attached_volume_with_nonexistent_volume_in_uri ... success [1.648s] 2021-01-30 23:19:08.634 51 INFO opnfv-tempest [-] {2} tempest.api.compute.admin.test_floating_ips_bulk.FloatingIPsBulkAdminTestJSON ... skip: b'nova-network is gone' 2021-01-30 23:19:11.533 51 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_flavors_extra_specs_negative.FlavorsExtraSpecsNegativeTestJSON.test_flavor_get_nonexistent_key ... success [0.176s] 2021-01-30 23:19:11.563 51 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_flavors_extra_specs_negative.FlavorsExtraSpecsNegativeTestJSON.test_flavor_non_admin_set_keys ... success [0.029s] 2021-01-30 23:19:11.650 51 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_flavors_extra_specs_negative.FlavorsExtraSpecsNegativeTestJSON.test_flavor_non_admin_unset_keys ... success [0.083s] 2021-01-30 23:19:11.727 51 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_flavors_extra_specs_negative.FlavorsExtraSpecsNegativeTestJSON.test_flavor_non_admin_update_specific_key ... success [0.079s] 2021-01-30 23:19:11.763 51 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_flavors_extra_specs_negative.FlavorsExtraSpecsNegativeTestJSON.test_flavor_unset_nonexistent_key ... success [0.037s] 2021-01-30 23:19:11.786 51 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_flavors_extra_specs_negative.FlavorsExtraSpecsNegativeTestJSON.test_flavor_update_mismatch_key ... success [0.022s] 2021-01-30 23:19:11.808 51 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_flavors_extra_specs_negative.FlavorsExtraSpecsNegativeTestJSON.test_flavor_update_more_key ... success [0.022s] 2021-01-30 23:19:12.738 51 INFO opnfv-tempest [-] {2} tempest.api.compute.admin.test_hypervisor.HypervisorAdminV228Test.test_get_list_hypervisor_details ... success [0.475s] 2021-01-30 23:19:13.217 51 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_quotas_negative.QuotasAdminNegativeTest.test_create_server_when_cpu_quota_is_full ... success [3.301s] 2021-01-30 23:19:15.397 51 INFO opnfv-tempest [-] {1} tempest.api.compute.certificates.test_certificates.CertificatesV2TestJSON ... skip: b'Nova cert is not available' 2021-01-30 23:19:15.636 51 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_quotas_negative.QuotasAdminNegativeTest.test_create_server_when_instances_quota_is_full ... success [2.411s] 2021-01-30 23:19:18.034 51 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_quotas_negative.QuotasAdminNegativeTest.test_create_server_when_memory_quota_is_full ... success [2.390s] 2021-01-30 23:19:18.068 51 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_quotas_negative.QuotasAdminNegativeTest.test_update_quota_normal_user ... success [0.029s] 2021-01-30 23:19:18.179 51 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_list_hosts_with_non_admin_user ... success [0.263s] 2021-01-30 23:19:18.210 51 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_reboot_host_with_non_admin_user ... success [0.029s] 2021-01-30 23:19:18.244 51 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_reboot_nonexistent_host ... success [0.033s] 2021-01-30 23:19:18.275 51 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_show_host_detail_with_non_admin_user ... success [0.029s] 2021-01-30 23:19:18.307 51 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_show_host_detail_with_nonexistent_hostname ... success [0.030s] 2021-01-30 23:19:18.333 51 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_shutdown_host_with_non_admin_user ... success [0.026s] 2021-01-30 23:19:18.375 51 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_shutdown_nonexistent_host ... success [0.034s] 2021-01-30 23:19:18.398 51 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_startup_host_with_non_admin_user ... success [0.025s] 2021-01-30 23:19:18.430 51 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_startup_nonexistent_host ... success [0.030s] 2021-01-30 23:19:18.452 51 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_update_host_with_invalid_maintenance_mode ... success [0.022s] 2021-01-30 23:19:18.475 51 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_update_host_with_invalid_status ... success [0.022s] 2021-01-30 23:19:18.499 51 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_update_host_with_non_admin_user ... success [0.023s] 2021-01-30 23:19:18.520 51 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_update_host_without_param ... success [0.021s] 2021-01-30 23:19:18.554 51 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_update_nonexistent_host ... success [0.031s] 2021-01-30 23:19:18.589 51 INFO opnfv-tempest [-] {2} tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestJSON.test_get_hypervisor_list_details_with_non_admin_user ... success [0.219s] 2021-01-30 23:19:18.618 51 INFO opnfv-tempest [-] {2} tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestJSON.test_get_hypervisor_list_with_non_admin_user ... success [0.025s] 2021-01-30 23:19:18.647 51 INFO opnfv-tempest [-] {2} tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestJSON.test_get_hypervisor_stats_with_non_admin_user ... success [0.026s] 2021-01-30 23:19:18.987 51 INFO opnfv-tempest [-] {2} tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestJSON.test_get_hypervisor_uptime_with_non_admin_user ... success [0.339s] 2021-01-30 23:19:19.014 51 INFO opnfv-tempest [-] {2} tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestJSON.test_get_nonexistent_hypervisor_uptime ... success [0.026s] 2021-01-30 23:19:19.249 51 INFO opnfv-tempest [-] {2} tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestJSON.test_show_hypervisor_with_non_admin_user ... success [0.234s] 2021-01-30 23:19:19.275 51 INFO opnfv-tempest [-] {2} tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestJSON.test_show_nonexistent_hypervisor ... success [0.026s] 2021-01-30 23:19:21.275 51 INFO opnfv-tempest [-] {1} tempest.api.compute.flavors.test_flavors_negative.FlavorsV2NegativeTest.test_boot_with_low_ram ... success [3.686s] 2021-01-30 23:19:24.012 51 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_quotas_negative.QuotasSecurityGroupAdminNegativeTest.test_security_groups_exceed_limit ... skip [0.001s]: b'Skipped until bug: https://launchpad.net/bugs/1186354 is resolved.' 2021-01-30 23:19:24.015 51 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_quotas_negative.QuotasSecurityGroupAdminNegativeTest.test_security_groups_rules_exceed_limit ... skip [0.001s]: b'Skipped until bug: https://launchpad.net/bugs/1186354 is resolved.' 2021-01-30 23:19:25.268 51 INFO opnfv-tempest [-] {2} tempest.api.compute.admin.test_instance_usage_audit_log.InstanceUsageAuditLogTestJSON.test_get_instance_usage_audit_log ... success [0.179s] 2021-01-30 23:19:25.310 51 INFO opnfv-tempest [-] {2} tempest.api.compute.admin.test_instance_usage_audit_log.InstanceUsageAuditLogTestJSON.test_list_instance_usage_audit_logs ... success [0.041s] 2021-01-30 23:19:25.807 51 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_keypairs_v210.KeyPairsV210TestJSON.test_admin_manage_keypairs_for_other_users ... success [1.295s] 2021-01-30 23:19:29.721 51 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_services_negative.ServicesAdminNegativeV253TestJSON.test_disable_log_reason_with_invalid_service_id ... success [0.243s] 2021-01-30 23:19:29.763 51 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_services_negative.ServicesAdminNegativeV253TestJSON.test_disable_service_with_invalid_service_id ... success [0.038s] 2021-01-30 23:19:29.801 51 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_services_negative.ServicesAdminNegativeV253TestJSON.test_enable_service_with_invalid_service_id ... success [0.037s] 2021-01-30 23:19:29.964 51 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_services_negative.ServicesAdminNegativeV253TestJSON.test_get_service_by_invalid_params ... success [0.159s] 2021-01-30 23:19:30.089 51 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_services_negative.ServicesAdminNegativeV253TestJSON.test_get_service_by_invalid_service_and_valid_host ... success [0.122s] 2021-01-30 23:19:30.232 51 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_services_negative.ServicesAdminNegativeV253TestJSON.test_get_service_with_valid_service_and_invalid_host ... success [0.139s] 2021-01-30 23:19:30.543 51 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_services_negative.ServicesAdminNegativeV253TestJSON.test_list_services_with_non_admin_user ... success [0.311s] 2021-01-30 23:19:34.171 51 INFO opnfv-tempest [-] {2} tempest.api.compute.admin.test_live_migration.LiveAutoBlockMigrationV225Test.test_iscsi_volume ... skip [0.000s]: b'Block Live migration not available' 2021-01-30 23:19:34.179 51 INFO opnfv-tempest [-] {2} tempest.api.compute.admin.test_live_migration.LiveAutoBlockMigrationV225Test.test_live_block_migration ... skip [0.000s]: b'Block Live migration not available' 2021-01-30 23:19:34.180 51 INFO opnfv-tempest [-] {2} tempest.api.compute.admin.test_live_migration.LiveAutoBlockMigrationV225Test.test_live_block_migration_paused ... skip [0.000s]: b'Block Live migration not available' 2021-01-30 23:19:34.181 51 INFO opnfv-tempest [-] {2} tempest.api.compute.admin.test_live_migration.LiveAutoBlockMigrationV225Test.test_volume_backed_live_migration ... skip [0.000s]: b'Volume-backed live migration not available' 2021-01-30 23:19:34.293 51 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_quotas.QuotasAdminTestV257.test_get_updated_quotas ... success [2.447s] 2021-01-30 23:19:36.623 51 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_simple_tenant_usage_negative.TenantUsagesNegativeTestJSON.test_get_usage_tenant_with_empty_tenant_id ... success [0.281s] 2021-01-30 23:19:36.651 51 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_simple_tenant_usage_negative.TenantUsagesNegativeTestJSON.test_get_usage_tenant_with_invalid_date ... success [0.026s] 2021-01-30 23:19:36.809 51 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_simple_tenant_usage_negative.TenantUsagesNegativeTestJSON.test_list_usage_all_tenants_with_non_admin_user ... success [0.157s] 2021-01-30 23:19:46.530 51 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_security_groups.SecurityGroupsTestAdminJSON.test_list_security_groups_list_all_tenants_filter ... success [6.274s] 2021-01-30 23:19:56.347 51 INFO opnfv-tempest [-] {2} tempest.api.compute.admin.test_live_migration_negative.LiveMigrationNegativeTest.test_invalid_host_for_migration ... success [14.074s] 2021-01-30 23:20:05.772 51 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_server_diagnostics.ServerDiagnosticsTest.test_get_server_diagnostics ... success [13.819s] 2021-01-30 23:20:10.596 51 INFO opnfv-tempest [-] {2} tempest.api.compute.admin.test_live_migration_negative.LiveMigrationNegativeTest.test_live_block_migration_suspended ... success [14.240s] 2021-01-30 23:20:21.098 51 INFO opnfv-tempest [-] {3} tempest.api.compute.floating_ips.test_floating_ips_actions.FloatingIPsAssociationTestJSON.test_associate_already_associated_floating_ip ... success [20.261s] 2021-01-30 23:20:27.280 51 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_server_diagnostics_negative.ServerDiagnosticsNegativeTest.test_get_server_diagnostics_by_non_admin ... success [12.138s] 2021-01-30 23:20:27.430 51 INFO opnfv-tempest [-] {3} tempest.api.compute.floating_ips.test_floating_ips_actions.FloatingIPsAssociationTestJSON.test_associate_disassociate_floating_ip ... success [6.327s] 2021-01-30 23:20:52.536 51 INFO opnfv-tempest [-] {2} tempest.api.compute.admin.test_migrations.MigrationsAdminTest.test_cold_migration ... success [29.840s] 2021-01-30 23:20:52.582 51 INFO opnfv-tempest [-] {2} tempest.api.compute.admin.test_migrations.MigrationsAdminTest.test_list_migrations ... success [0.052s] 2021-01-30 23:20:59.739 51 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_servers.ServersAdminTestJSON.test_create_server_with_scheduling_hint ... success [10.621s] 2021-01-30 23:21:00.002 51 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_servers.ServersAdminTestJSON.test_list_servers_by_admin ... success [0.266s] 2021-01-30 23:21:00.832 51 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_servers.ServersAdminTestJSON.test_list_servers_by_admin_with_all_tenants ... success [0.827s] 2021-01-30 23:21:01.663 51 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_servers.ServersAdminTestJSON.test_list_servers_by_admin_with_specified_tenant ... success [0.829s] 2021-01-30 23:21:01.710 51 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_servers.ServersAdminTestJSON.test_list_servers_detailed_filter_by_invalid_status ... success [0.047s] 2021-01-30 23:21:02.365 51 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_servers.ServersAdminTestJSON.test_list_servers_filter_by_error_status ... success [0.651s] 2021-01-30 23:21:02.935 51 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_servers.ServersAdminTestJSON.test_list_servers_filter_by_exist_host ... success [0.564s] 2021-01-30 23:21:11.214 51 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_filter_by_changes_since ... success [0.113s] 2021-01-30 23:21:11.307 51 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_filter_by_name ... success [0.092s] 2021-01-30 23:21:11.419 51 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_filter_by_server_id ... success [0.110s] 2021-01-30 23:21:11.498 51 INFO opnfv-tempest [-] {3} tempest.api.compute.floating_ips.test_floating_ips_actions_negative.FloatingIPsAssociationNegativeTestJSON.test_associate_ip_to_server_with_floating_ip ... success [12.670s] 2021-01-30 23:21:11.518 51 INFO opnfv-tempest [-] {3} tempest.api.compute.floating_ips.test_floating_ips_actions_negative.FloatingIPsAssociationNegativeTestJSON.test_associate_ip_to_server_without_passing_floating_ip ... success [0.019s] 2021-01-30 23:21:11.632 51 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_filter_by_server_ref ... success [0.211s] 2021-01-30 23:21:11.768 51 INFO opnfv-tempest [-] {3} tempest.api.compute.floating_ips.test_floating_ips_actions_negative.FloatingIPsAssociationNegativeTestJSON.test_associate_nonexistent_floating_ip ... success [0.246s] 2021-01-30 23:21:11.842 51 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_filter_by_status ... success [0.206s] 2021-01-30 23:21:11.853 51 INFO opnfv-tempest [-] {3} tempest.api.compute.floating_ips.test_floating_ips_actions_negative.FloatingIPsAssociationNegativeTestJSON.test_dissociate_nonexistent_floating_ip ... success [0.084s] 2021-01-30 23:21:11.958 51 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_filter_by_type ... success [0.114s] 2021-01-30 23:21:12.066 51 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_limit_results ... success [0.104s] 2021-01-30 23:21:12.211 51 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_with_detail_filter_by_changes_since ... success [0.142s] 2021-01-30 23:21:12.304 51 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_with_detail_filter_by_name ... success [0.093s] 2021-01-30 23:21:12.507 51 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_with_detail_filter_by_server_ref ... success [0.202s] 2021-01-30 23:21:12.681 51 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_with_detail_filter_by_status ... success [0.173s] 2021-01-30 23:21:12.864 51 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_with_detail_filter_by_type ... success [0.183s] 2021-01-30 23:21:12.966 51 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_with_detail_limit_results ... success [0.101s] 2021-01-30 23:21:29.132 51 INFO opnfv-tempest [-] {2} tempest.api.compute.admin.test_migrations.MigrationsAdminTest.test_list_migrations_in_flavor_resize_situation ... success [36.532s] 2021-01-30 23:21:29.322 51 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_list_image_filters_negative.ListImageFiltersNegativeTestJSON.test_get_nonexistent_image ... success [0.269s] 2021-01-30 23:21:37.405 51 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_servers.ServersAdminTestJSON.test_rebuild_server_in_error_state ... success [34.457s] 2021-01-30 23:21:42.147 51 INFO opnfv-tempest [-] {3} tempest.api.compute.floating_ips.test_list_floating_ips.FloatingIPDetailsTestJSON.test_get_floating_ip_details ... success [4.022s] 2021-01-30 23:21:42.320 51 INFO opnfv-tempest [-] {3} tempest.api.compute.floating_ips.test_list_floating_ips.FloatingIPDetailsTestJSON.test_list_floating_ip_pools ... success [0.172s] 2021-01-30 23:21:42.614 51 INFO opnfv-tempest [-] {3} tempest.api.compute.floating_ips.test_list_floating_ips.FloatingIPDetailsTestJSON.test_list_floating_ips ... success [0.290s] 2021-01-30 23:21:49.288 51 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_servers.ServersAdminTestJSON.test_reset_network_inject_network_info ... success [11.879s] 2021-01-30 23:21:50.047 51 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_servers.ServersAdminTestJSON.test_reset_state_server ... success [0.755s] 2021-01-30 23:22:01.711 51 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_host_name_is_same_as_server_name ... success [3.116s] 2021-01-30 23:22:01.904 51 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_list_servers ... success [0.191s] 2021-01-30 23:22:02.225 51 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_list_servers_with_detail ... success [0.320s] 2021-01-30 23:22:02.395 51 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_verify_created_server_vcpus ... success [0.167s] 2021-01-30 23:22:02.399 51 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_verify_server_details ... success [0.003s] 2021-01-30 23:22:10.537 51 INFO opnfv-tempest [-] {3} tempest.api.compute.images.test_images_negative.ImagesNegativeTestJSON.test_create_image_from_deleted_server ... success [14.631s] 2021-01-30 23:22:10.554 51 INFO opnfv-tempest [-] {3} tempest.api.compute.images.test_images_negative.ImagesNegativeTestJSON.test_create_image_from_invalid_server ... success [0.015s] 2021-01-30 23:22:10.577 51 INFO opnfv-tempest [-] {3} tempest.api.compute.images.test_images_negative.ImagesNegativeTestJSON.test_create_image_specify_uuid_35_characters_or_less ... success [0.021s] 2021-01-30 23:22:10.603 51 INFO opnfv-tempest [-] {3} tempest.api.compute.images.test_images_negative.ImagesNegativeTestJSON.test_create_image_specify_uuid_37_characters_or_more ... success [0.022s] 2021-01-30 23:22:13.984 51 INFO opnfv-tempest [-] {2} tempest.api.compute.admin.test_migrations.MigrationsAdminTest.test_resize_server_revert_deleted_flavor ... success [44.827s] 2021-01-30 23:22:14.931 51 INFO opnfv-tempest [-] {3} tempest.api.compute.keypairs.test_keypairs.KeyPairsV2TestJSON.test_get_keypair_detail ... success [0.376s] 2021-01-30 23:22:15.133 51 INFO opnfv-tempest [-] {3} tempest.api.compute.keypairs.test_keypairs.KeyPairsV2TestJSON.test_keypair_create_delete ... success [0.197s] 2021-01-30 23:22:15.242 51 INFO opnfv-tempest [-] {3} tempest.api.compute.keypairs.test_keypairs.KeyPairsV2TestJSON.test_keypair_create_with_pub_key ... success [0.107s] 2021-01-30 23:22:16.122 51 INFO opnfv-tempest [-] {3} tempest.api.compute.keypairs.test_keypairs.KeyPairsV2TestJSON.test_keypairs_create_list_delete ... success [0.877s] 2021-01-30 23:22:20.312 51 INFO opnfv-tempest [-] {3} tempest.api.compute.keypairs.test_keypairs_v22.KeyPairsV22TestJSON.test_get_keypair_detail ... success [0.458s] 2021-01-30 23:22:20.505 51 INFO opnfv-tempest [-] {3} tempest.api.compute.keypairs.test_keypairs_v22.KeyPairsV22TestJSON.test_keypair_create_delete ... success [0.188s] 2021-01-30 23:22:20.614 51 INFO opnfv-tempest [-] {3} tempest.api.compute.keypairs.test_keypairs_v22.KeyPairsV22TestJSON.test_keypair_create_with_pub_key ... success [0.107s] 2021-01-30 23:22:21.441 51 INFO opnfv-tempest [-] {3} tempest.api.compute.keypairs.test_keypairs_v22.KeyPairsV22TestJSON.test_keypairs_create_list_delete ... success [0.825s] 2021-01-30 23:22:21.801 51 INFO opnfv-tempest [-] {3} tempest.api.compute.keypairs.test_keypairs_v22.KeyPairsV22TestJSON.test_keypairsv22_create_list_show ... success [0.359s] 2021-01-30 23:22:22.001 51 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_servers_negative.ServersAdminNegativeTestJSON.test_migrate_non_existent_server ... success [0.171s] 2021-01-30 23:22:22.206 51 INFO opnfv-tempest [-] {3} tempest.api.compute.keypairs.test_keypairs_v22.KeyPairsV22TestJSON.test_keypairsv22_create_list_show_with_type ... success [0.402s] 2021-01-30 23:22:28.410 51 INFO opnfv-tempest [-] {3} tempest.api.compute.security_groups.test_security_group_rules_negative.SecurityGroupRulesNegativeTestJSON.test_create_security_group_rule_duplicate ... success [0.840s] 2021-01-30 23:22:28.701 51 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.288s] 2021-01-30 23:22:28.735 51 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.031s] 2021-01-30 23:22:29.054 51 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.317s] 2021-01-30 23:22:29.355 51 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.300s] 2021-01-30 23:22:29.639 51 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.282s] 2021-01-30 23:22:29.691 51 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.052s] 2021-01-30 23:22:29.745 51 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.053s] 2021-01-30 23:22:30.912 51 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_instance_actions_negative.InstanceActionsNegativeTestJSON.test_get_instance_action_invalid_request ... success [0.215s] 2021-01-30 23:22:30.942 51 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_instance_actions_negative.InstanceActionsNegativeTestJSON.test_list_instance_actions_non_existent_server ... success [0.031s] 2021-01-30 23:22:33.093 51 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_servers_negative.ServersAdminNegativeTestJSON.test_migrate_server_invalid_state ... success [11.084s] 2021-01-30 23:22:33.110 51 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_servers_negative.ServersAdminNegativeTestJSON.test_reset_state_server_invalid_state ... success [0.022s] 2021-01-30 23:22:33.127 51 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_servers_negative.ServersAdminNegativeTestJSON.test_reset_state_server_invalid_type ... success [0.017s] 2021-01-30 23:22:33.149 51 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_servers_negative.ServersAdminNegativeTestJSON.test_reset_state_server_nonexistent_server ... success [0.021s] 2021-01-30 23:22:34.023 51 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_servers_negative.ServersAdminNegativeTestJSON.test_resize_server_using_overlimit_ram ... success [0.873s] 2021-01-30 23:22:34.509 51 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_servers_negative.ServersAdminNegativeTestJSON.test_resize_server_using_overlimit_vcpus ... success [0.484s] 2021-01-30 23:22:39.110 51 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_multiple_create_negative.MultipleCreateNegativeTestJSON.test_max_count_less_than_min_count ... success [1.072s] 2021-01-30 23:22:39.770 51 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_multiple_create_negative.MultipleCreateNegativeTestJSON.test_max_count_less_than_one ... success [0.660s] 2021-01-30 23:22:40.454 51 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_multiple_create_negative.MultipleCreateNegativeTestJSON.test_max_count_non_integer ... success [0.680s] 2021-01-30 23:22:41.123 51 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_multiple_create_negative.MultipleCreateNegativeTestJSON.test_min_count_less_than_one ... success [0.665s] 2021-01-30 23:22:41.901 51 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_multiple_create_negative.MultipleCreateNegativeTestJSON.test_min_count_non_integer ... success [0.777s] 2021-01-30 23:22:46.770 51 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_services.ServicesAdminTestJSON.test_get_service_by_host_name ... success [0.271s] 2021-01-30 23:22:46.850 51 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_services.ServicesAdminTestJSON.test_get_service_by_service_binary_name ... success [0.080s] 2021-01-30 23:22:46.934 51 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_services.ServicesAdminTestJSON.test_list_services ... success [0.082s] 2021-01-30 23:22:50.444 51 INFO opnfv-tempest [-] {3} tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_list_security_groups_by_server ... success [13.167s] 2021-01-30 23:22:51.055 51 INFO opnfv-tempest [-] {3} tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_security_group_create_get_delete ... success [0.603s] 2021-01-30 23:22:51.696 51 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_get_flavor ... success [0.233s] 2021-01-30 23:22:51.789 51 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors ... success [0.087s] 2021-01-30 23:22:51.876 51 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_detailed_filter_by_min_disk ... success [0.083s] 2021-01-30 23:22:51.964 51 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_detailed_filter_by_min_ram ... success [0.083s] 2021-01-30 23:22:52.013 51 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_detailed_limit_results ... success [0.045s] 2021-01-30 23:22:52.106 51 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_detailed_using_marker ... success [0.093s] 2021-01-30 23:22:52.184 51 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_filter_by_min_disk ... success [0.078s] 2021-01-30 23:22:52.261 51 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_filter_by_min_ram ... success [0.076s] 2021-01-30 23:22:52.301 51 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_limit_results ... success [0.040s] 2021-01-30 23:22:52.405 51 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_using_marker ... success [0.101s] 2021-01-30 23:22:52.499 51 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_with_detail ... success [0.091s] 2021-01-30 23:22:53.185 51 INFO opnfv-tempest [-] {3} tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_security_groups_create_list_delete ... success [2.128s] 2021-01-30 23:22:58.240 51 INFO opnfv-tempest [-] {0} tempest.api.compute.images.test_image_metadata.ImagesMetadataTestJSON.test_delete_image_metadata_item ... success [0.871s] 2021-01-30 23:22:58.707 51 INFO opnfv-tempest [-] {0} tempest.api.compute.images.test_image_metadata.ImagesMetadataTestJSON.test_get_image_metadata_item ... success [0.467s] 2021-01-30 23:22:59.089 51 INFO opnfv-tempest [-] {0} tempest.api.compute.images.test_image_metadata.ImagesMetadataTestJSON.test_list_image_metadata ... success [0.382s] 2021-01-30 23:22:59.901 51 INFO opnfv-tempest [-] {0} tempest.api.compute.images.test_image_metadata.ImagesMetadataTestJSON.test_set_image_metadata ... success [0.808s] 2021-01-30 23:23:00.234 51 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_novnc.NoVNCConsoleTestJSON.test_novnc ... fail [0.193s] 2021-01-30 23:23:00.577 51 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_novnc.NoVNCConsoleTestJSON.test_novnc_bad_token ... success [0.348s] 2021-01-30 23:23:00.781 51 INFO opnfv-tempest [-] {0} tempest.api.compute.images.test_image_metadata.ImagesMetadataTestJSON.test_set_image_metadata_item ... success [0.881s] 2021-01-30 23:23:01.666 51 INFO opnfv-tempest [-] {0} tempest.api.compute.images.test_image_metadata.ImagesMetadataTestJSON.test_update_image_metadata ... success [0.883s] 2021-01-30 23:23:11.117 51 INFO opnfv-tempest [-] {2} tempest.api.compute.admin.test_migrations.MigrationsAdminTest.test_revert_cold_migration ... success [57.116s] 2021-01-30 23:23:16.267 51 INFO opnfv-tempest [-] {3} tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_server_security_groups ... success [23.070s] 2021-01-30 23:23:16.771 51 INFO opnfv-tempest [-] {3} tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_update_security_groups ... success [0.510s] 2021-01-30 23:23:28.614 51 INFO opnfv-tempest [-] {3} tempest.api.compute.security_groups.test_security_groups_negative.SecurityGroupsNegativeTestJSON.test_delete_nonexistent_security_group ... success [0.306s] 2021-01-30 23:23:28.631 51 INFO opnfv-tempest [-] {3} tempest.api.compute.security_groups.test_security_groups_negative.SecurityGroupsNegativeTestJSON.test_delete_security_group_without_passing_id ... success [0.016s] 2021-01-30 23:23:28.851 51 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_change_server_password ... skip [0.001s]: b'Change password not available.' 2021-01-30 23:23:29.100 51 INFO opnfv-tempest [-] {3} tempest.api.compute.security_groups.test_security_groups_negative.SecurityGroupsNegativeTestJSON.test_delete_the_default_security_group ... success [0.467s] 2021-01-30 23:23:29.102 51 INFO opnfv-tempest [-] {3} tempest.api.compute.security_groups.test_security_groups_negative.SecurityGroupsNegativeTestJSON.test_security_group_create_with_duplicate_name ... skip [0.000s]: b'Neutron allows duplicate names for security groups' 2021-01-30 23:23:29.106 51 INFO opnfv-tempest [-] {3} tempest.api.compute.security_groups.test_security_groups_negative.SecurityGroupsNegativeTestJSON.test_security_group_create_with_invalid_group_description ... skip [0.001s]: b'Skipped until bug: https://launchpad.net/bugs/1161411 is resolved.' 2021-01-30 23:23:29.107 51 INFO opnfv-tempest [-] {3} tempest.api.compute.security_groups.test_security_groups_negative.SecurityGroupsNegativeTestJSON.test_security_group_create_with_invalid_group_name ... skip [0.004s]: b'Skipped until bug: https://launchpad.net/bugs/1161411 is resolved.' 2021-01-30 23:23:29.172 51 INFO opnfv-tempest [-] {3} tempest.api.compute.security_groups.test_security_groups_negative.SecurityGroupsNegativeTestJSON.test_security_group_get_nonexistent_group ... success [0.065s] 2021-01-30 23:23:29.230 51 INFO opnfv-tempest [-] {3} tempest.api.compute.security_groups.test_security_groups_negative.SecurityGroupsNegativeTestJSON.test_update_non_existent_security_group ... success [0.055s] 2021-01-30 23:23:29.235 51 INFO opnfv-tempest [-] {3} tempest.api.compute.security_groups.test_security_groups_negative.SecurityGroupsNegativeTestJSON.test_update_security_group_with_invalid_sg_des ... skip [0.000s]: b'Neutron does not check the security group description' 2021-01-30 23:23:29.236 51 INFO opnfv-tempest [-] {3} tempest.api.compute.security_groups.test_security_groups_negative.SecurityGroupsNegativeTestJSON.test_update_security_group_with_invalid_sg_id ... skip [0.000s]: b'Neutron does not check the security group ID' 2021-01-30 23:23:29.237 51 INFO opnfv-tempest [-] {3} tempest.api.compute.security_groups.test_security_groups_negative.SecurityGroupsNegativeTestJSON.test_update_security_group_with_invalid_sg_name ... skip [0.000s]: b'Neutron does not check the security group name' 2021-01-30 23:23:29.344 51 INFO opnfv-tempest [-] {2} tempest.api.compute.admin.test_quotas.QuotaClassesAdminTestJSON.test_update_default_quotas ... success [0.557s] 2021-01-30 23:23:50.958 51 INFO opnfv-tempest [-] {0} tempest.api.compute.images.test_images.ImagesTestJSON.test_create_image_from_paused_server ... success [43.018s] 2021-01-30 23:24:01.341 51 INFO opnfv-tempest [-] {2} tempest.api.compute.admin.test_servers_on_multinodes.ServersOnMultiNodesTest.test_create_server_with_scheduler_hint_group_affinity ... success [14.582s] 2021-01-30 23:24:12.997 51 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_attach_interfaces.AttachInterfacesTestJSON.test_create_list_show_delete_interfaces_by_fixed_ip ... success [33.348s] 2021-01-30 23:24:14.884 51 INFO opnfv-tempest [-] {2} tempest.api.compute.admin.test_servers_on_multinodes.ServersOnMultiNodesTest.test_create_server_with_scheduler_hint_group_anti_affinity ... success [13.531s] 2021-01-30 23:24:26.525 51 INFO opnfv-tempest [-] {2} tempest.api.compute.admin.test_servers_on_multinodes.ServersOnMultiNodesTest.test_create_servers_on_different_hosts ... success [11.643s] 2021-01-30 23:24:36.738 51 INFO opnfv-tempest [-] {2} tempest.api.compute.admin.test_servers_on_multinodes.ServersOnMultiNodesTest.test_create_servers_on_different_hosts_with_list_of_servers ... success [10.209s] 2021-01-30 23:24:48.304 51 INFO opnfv-tempest [-] {2} tempest.api.compute.admin.test_servers_on_multinodes.ServersOnMultiNodesTest.test_create_servers_on_same_host ... fail [11.557s] 2021-01-30 23:25:04.143 51 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_attach_interfaces.AttachInterfacesTestJSON.test_create_list_show_delete_interfaces_by_network_port ... success [51.123s] 2021-01-30 23:25:05.985 51 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_create_backup ... success [97.078s] 2021-01-30 23:25:10.875 51 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_get_console_output ... success [4.892s] 2021-01-30 23:25:26.992 51 INFO opnfv-tempest [-] {2} tempest.api.compute.admin.test_simple_tenant_usage.TenantUsagesTestJSON.test_get_usage_tenant ... success [1.209s] 2021-01-30 23:25:27.051 51 INFO opnfv-tempest [-] {2} tempest.api.compute.admin.test_simple_tenant_usage.TenantUsagesTestJSON.test_get_usage_tenant_with_non_admin_user ... success [0.057s] 2021-01-30 23:25:27.394 51 INFO opnfv-tempest [-] {2} tempest.api.compute.admin.test_simple_tenant_usage.TenantUsagesTestJSON.test_list_usage_all_tenants ... success [0.342s] 2021-01-30 23:25:28.849 51 INFO opnfv-tempest [-] {0} tempest.api.compute.images.test_images.ImagesTestJSON.test_create_image_from_stopped_server ... success [97.869s] 2021-01-30 23:25:33.288 51 INFO opnfv-tempest [-] {2} tempest.api.compute.admin.test_volumes_negative.UpdateMultiattachVolumeNegativeTest ... skip: b'Volume multi-attach is not available.' 2021-01-30 23:25:34.955 51 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_get_console_output_server_id_in_shutoff_status ... success [24.076s] 2021-01-30 23:25:45.379 51 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_get_console_output_with_unlimited_size ... success [10.417s] 2021-01-30 23:25:45.894 51 INFO opnfv-tempest [-] {2} tempest.api.compute.floating_ips.test_floating_ips_actions.FloatingIPsTestJSON.test_allocate_floating_ip ... success [3.944s] 2021-01-30 23:25:46.007 51 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_get_vnc_console ... success [0.627s] 2021-01-30 23:25:49.523 51 INFO opnfv-tempest [-] {2} tempest.api.compute.floating_ips.test_floating_ips_actions.FloatingIPsTestJSON.test_delete_floating_ip ... success [3.628s] 2021-01-30 23:26:00.772 51 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_attach_interfaces.AttachInterfacesTestJSON.test_reassign_port_between_servers ... success [56.619s] 2021-01-30 23:26:05.083 51 INFO opnfv-tempest [-] {2} tempest.api.compute.floating_ips.test_floating_ips_actions_negative.FloatingIPsNegativeTestJSON.test_allocate_floating_ip_from_nonexistent_pool ... success [0.070s] 2021-01-30 23:26:05.184 51 INFO opnfv-tempest [-] {2} tempest.api.compute.floating_ips.test_floating_ips_actions_negative.FloatingIPsNegativeTestJSON.test_delete_nonexistent_floating_ip ... success [0.101s] 2021-01-30 23:26:11.784 51 INFO opnfv-tempest [-] {0} tempest.api.compute.images.test_images.ImagesTestJSON.test_create_image_from_suspended_server ... success [42.911s] 2021-01-30 23:26:21.356 51 INFO opnfv-tempest [-] {2} tempest.api.compute.floating_ips.test_list_floating_ips_negative.FloatingIPDetailsNegativeTestJSON.test_get_nonexistent_floating_ip_details ... success [0.258s] 2021-01-30 23:26:27.286 51 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_lock_unlock_server ... success [41.258s] 2021-01-30 23:26:28.165 51 INFO opnfv-tempest [-] {0} tempest.api.compute.images.test_images.ImagesTestJSON.test_delete_saving_image ... success [16.375s] 2021-01-30 23:26:31.097 51 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_pause_unpause_server ... success [3.812s] 2021-01-30 23:26:31.224 51 INFO opnfv-tempest [-] {2} tempest.api.compute.images.test_image_metadata_negative.ImagesMetadataNegativeTestJSON.test_delete_nonexistent_image_metadata_item ... success [0.203s] 2021-01-30 23:26:31.271 51 INFO opnfv-tempest [-] {2} tempest.api.compute.images.test_image_metadata_negative.ImagesMetadataNegativeTestJSON.test_get_nonexistent_image_metadata_item ... success [0.046s] 2021-01-30 23:26:31.315 51 INFO opnfv-tempest [-] {2} tempest.api.compute.images.test_image_metadata_negative.ImagesMetadataNegativeTestJSON.test_list_nonexistent_image_metadata ... success [0.041s] 2021-01-30 23:26:31.363 51 INFO opnfv-tempest [-] {2} tempest.api.compute.images.test_image_metadata_negative.ImagesMetadataNegativeTestJSON.test_set_nonexistent_image_metadata ... success [0.047s] 2021-01-30 23:26:31.414 51 INFO opnfv-tempest [-] {2} tempest.api.compute.images.test_image_metadata_negative.ImagesMetadataNegativeTestJSON.test_set_nonexistent_image_metadata_item ... success [0.048s] 2021-01-30 23:26:31.465 51 INFO opnfv-tempest [-] {2} tempest.api.compute.images.test_image_metadata_negative.ImagesMetadataNegativeTestJSON.test_update_nonexistent_image_metadata ... success [0.052s] 2021-01-30 23:26:35.369 51 INFO opnfv-tempest [-] {2} tempest.api.compute.images.test_images_negative.ImagesDeleteNegativeTestJSON.test_delete_image_blank_id ... success [0.161s] 2021-01-30 23:26:35.415 51 INFO opnfv-tempest [-] {2} tempest.api.compute.images.test_images_negative.ImagesDeleteNegativeTestJSON.test_delete_image_negative_image_id ... success [0.044s] 2021-01-30 23:26:35.463 51 INFO opnfv-tempest [-] {2} tempest.api.compute.images.test_images_negative.ImagesDeleteNegativeTestJSON.test_delete_image_non_hex_string_id ... success [0.046s] 2021-01-30 23:26:35.500 51 INFO opnfv-tempest [-] {2} tempest.api.compute.images.test_images_negative.ImagesDeleteNegativeTestJSON.test_delete_image_with_id_over_character_limit ... success [0.035s] 2021-01-30 23:26:35.544 51 INFO opnfv-tempest [-] {2} tempest.api.compute.images.test_images_negative.ImagesDeleteNegativeTestJSON.test_delete_image_with_invalid_image_id ... success [0.044s] 2021-01-30 23:26:35.590 51 INFO opnfv-tempest [-] {2} tempest.api.compute.images.test_images_negative.ImagesDeleteNegativeTestJSON.test_delete_non_existent_image ... success [0.045s] 2021-01-30 23:26:44.472 51 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_attach_interfaces.AttachInterfacesUnderV243Test.test_add_remove_fixed_ip ... success [27.830s] 2021-01-30 23:26:54.159 51 INFO opnfv-tempest [-] {2} tempest.api.compute.images.test_images_oneserver_negative.ImagesOneServerNegativeTestJSON.test_create_image_specify_invalid_metadata ... success [0.533s] 2021-01-30 23:26:54.685 51 INFO opnfv-tempest [-] {2} tempest.api.compute.images.test_images_oneserver_negative.ImagesOneServerNegativeTestJSON.test_create_image_specify_metadata_over_limits ... success [0.520s] 2021-01-30 23:26:55.363 51 INFO opnfv-tempest [-] {2} tempest.api.compute.images.test_images_oneserver_negative.ImagesOneServerNegativeTestJSON.test_create_image_specify_name_over_character_limit ... success [0.678s] 2021-01-30 23:27:16.581 51 INFO opnfv-tempest [-] {2} tempest.api.compute.images.test_images_oneserver_negative.ImagesOneServerNegativeTestJSON.test_create_second_image_when_first_image_is_being_saved ... success [21.208s] 2021-01-30 23:27:16.632 51 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_host_name_is_same_as_server_name ... success [3.157s] 2021-01-30 23:27:16.789 51 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers ... success [0.156s] 2021-01-30 23:27:17.123 51 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers_with_detail ... success [0.334s] 2021-01-30 23:27:17.289 51 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_created_server_vcpus ... success [0.166s] 2021-01-30 23:27:17.292 51 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_server_details ... success [0.001s] 2021-01-30 23:27:18.253 51 INFO opnfv-tempest [-] {0} tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_delete_image ... success [29.639s] 2021-01-30 23:27:33.939 51 INFO opnfv-tempest [-] {2} tempest.api.compute.images.test_images_oneserver_negative.ImagesOneServerNegativeTestJSON.test_delete_image_that_is_not_yet_active ... success [17.353s] 2021-01-30 23:27:38.760 51 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_hard ... success [67.657s] 2021-01-30 23:27:39.267 51 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_soft ... skip [0.508s]: b'Skipped until bug: https://launchpad.net/bugs/1014647 is resolved.' 2021-01-30 23:27:46.698 51 INFO opnfv-tempest [-] {0} tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_image_specify_multibyte_character_image_name ... success [28.433s] 2021-01-30 23:27:56.060 51 INFO opnfv-tempest [-] {0} tempest.api.compute.images.test_list_images.ListImagesTestJSON.test_get_image ... success [0.285s] 2021-01-30 23:27:56.205 51 INFO opnfv-tempest [-] {0} tempest.api.compute.images.test_list_images.ListImagesTestJSON.test_list_images ... success [0.144s] 2021-01-30 23:27:56.359 51 INFO opnfv-tempest [-] {0} tempest.api.compute.images.test_list_images.ListImagesTestJSON.test_list_images_with_detail ... success [0.144s] 2021-01-30 23:28:00.110 51 INFO opnfv-tempest [-] {0} tempest.api.compute.keypairs.test_keypairs_negative.KeyPairsNegativeTestJSON.test_create_keypair_invalid_name ... success [0.105s] 2021-01-30 23:28:00.176 51 INFO opnfv-tempest [-] {0} tempest.api.compute.keypairs.test_keypairs_negative.KeyPairsNegativeTestJSON.test_create_keypair_when_public_key_bits_exceeds_maximum ... success [0.065s] 2021-01-30 23:28:00.604 51 INFO opnfv-tempest [-] {0} tempest.api.compute.keypairs.test_keypairs_negative.KeyPairsNegativeTestJSON.test_create_keypair_with_duplicate_name ... success [0.425s] 2021-01-30 23:28:00.625 51 INFO opnfv-tempest [-] {0} tempest.api.compute.keypairs.test_keypairs_negative.KeyPairsNegativeTestJSON.test_create_keypair_with_empty_name_string ... success [0.019s] 2021-01-30 23:28:00.688 51 INFO opnfv-tempest [-] {0} tempest.api.compute.keypairs.test_keypairs_negative.KeyPairsNegativeTestJSON.test_create_keypair_with_empty_public_key ... success [0.062s] 2021-01-30 23:28:00.711 51 INFO opnfv-tempest [-] {0} tempest.api.compute.keypairs.test_keypairs_negative.KeyPairsNegativeTestJSON.test_create_keypair_with_long_keynames ... success [0.022s] 2021-01-30 23:28:00.784 51 INFO opnfv-tempest [-] {0} tempest.api.compute.keypairs.test_keypairs_negative.KeyPairsNegativeTestJSON.test_keypair_create_with_invalid_pub_key ... success [0.070s] 2021-01-30 23:28:00.822 51 INFO opnfv-tempest [-] {0} tempest.api.compute.keypairs.test_keypairs_negative.KeyPairsNegativeTestJSON.test_keypair_delete_nonexistent_key ... success [0.035s] 2021-01-30 23:28:02.577 51 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_rebuild_server ... success [23.296s] 2021-01-30 23:28:04.713 51 INFO opnfv-tempest [-] {0} tempest.api.compute.limits.test_absolute_limits.AbsoluteLimitsTestJSON.test_absLimits_get ... success [0.195s] 2021-01-30 23:28:10.323 51 INFO opnfv-tempest [-] {0} tempest.api.compute.limits.test_absolute_limits_negative.AbsoluteLimitsNegativeTestJSON.test_max_metadata_exceed_limit ... success [1.663s] 2021-01-30 23:28:10.651 51 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_create_server_multi_nic.ServersTestMultiNic.test_verify_duplicate_network_nics ... success [33.543s] 2021-01-30 23:28:16.526 51 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_create ... success [0.588s] 2021-01-30 23:28:17.344 51 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_create_with_optional_cidr ... success [0.815s] 2021-01-30 23:28:18.077 51 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_create_with_optional_group_id ... success [0.728s] 2021-01-30 23:28:19.628 51 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.547s] 2021-01-30 23:28:20.800 51 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_list ... success [1.165s] 2021-01-30 23:28:25.841 51 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_device_tagging.TaggedAttachmentsTest.test_tagged_attachment ... success [36.252s] 2021-01-30 23:28:27.331 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_availability_zone.AZV2TestJSON.test_get_availability_zone_list_with_non_admin_user ... success [0.202s] 2021-01-30 23:28:39.554 51 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_create_server_multi_nic.ServersTestMultiNic.test_verify_multiple_nics_order ... success [28.895s] 2021-01-30 23:28:46.626 51 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_rebuild_server_in_stop_state ... success [44.038s] 2021-01-30 23:28:52.880 51 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON.test_get_instance_action ... success [0.093s] 2021-01-30 23:28:56.781 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_host_name_is_same_as_server_name ... success [4.296s] 2021-01-30 23:28:56.943 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers ... success [0.161s] 2021-01-30 23:28:57.194 51 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON.test_list_instance_actions ... success [4.311s] 2021-01-30 23:28:57.306 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers_with_detail ... success [0.362s] 2021-01-30 23:28:57.470 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_created_server_vcpus ... success [0.160s] 2021-01-30 23:28:57.473 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_server_details ... success [0.002s] 2021-01-30 23:28:58.372 51 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_remove_server_all_security_groups ... success [11.749s] 2021-01-30 23:29:06.611 51 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_active_server ... success [14.077s] 2021-01-30 23:29:21.139 51 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_resize_server_confirm ... success [22.758s] 2021-01-30 23:29:24.970 51 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_changes_since_future_date ... success [0.109s] 2021-01-30 23:29:24.996 51 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_changes_since_invalid_date ... success [0.023s] 2021-01-30 23:29:25.316 51 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_greater_than_actual_count ... success [0.318s] 2021-01-30 23:29:25.337 51 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_pass_negative_value ... success [0.020s] 2021-01-30 23:29:25.356 51 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_pass_string ... success [0.019s] 2021-01-30 23:29:25.399 51 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_flavor ... success [0.043s] 2021-01-30 23:29:25.506 51 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_image ... success [0.106s] 2021-01-30 23:29:25.603 51 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_server_name ... success [0.097s] 2021-01-30 23:29:25.952 51 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_detail_server_is_deleted ... success [0.347s] 2021-01-30 23:29:25.980 51 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_status_non_existing ... success [0.028s] 2021-01-30 23:29:26.177 51 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_with_a_deleted_server ... success [0.194s] 2021-01-30 23:29:27.508 51 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_server_while_in_attached_volume ... success [20.896s] 2021-01-30 23:29:29.729 51 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_server_while_in_building_state ... success [2.219s] 2021-01-30 23:29:36.008 51 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_server_group.ServerGroupTestJSON.test_create_delete_multiple_server_groups_with_same_name_policy ... success [0.568s] 2021-01-30 23:29:36.192 51 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_server_group.ServerGroupTestJSON.test_create_delete_server_group_with_affinity_policy ... success [0.183s] 2021-01-30 23:29:36.373 51 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_server_group.ServerGroupTestJSON.test_create_delete_server_group_with_anti_affinity_policy ... success [0.180s] 2021-01-30 23:29:45.253 51 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_server_while_in_pause_state ... success [15.515s] 2021-01-30 23:29:50.303 51 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_server_group.ServerGroupTestJSON.test_create_server_with_scheduler_hint_group ... success [13.920s] 2021-01-30 23:29:50.364 51 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_server_group.ServerGroupTestJSON.test_list_server_groups ... success [0.066s] 2021-01-30 23:29:50.420 51 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_server_group.ServerGroupTestJSON.test_show_server_group ... success [0.054s] 2021-01-30 23:30:07.909 51 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_resize_server_confirm_from_stopped ... success [46.748s] 2021-01-30 23:30:08.572 51 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_delete_server_metadata_item ... success [0.304s] 2021-01-30 23:30:08.832 51 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_get_server_metadata_item ... success [0.258s] 2021-01-30 23:30:09.061 51 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_list_server_metadata ... success [0.228s] 2021-01-30 23:30:09.451 51 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_set_server_metadata ... success [0.388s] 2021-01-30 23:30:09.844 51 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_set_server_metadata_item ... success [0.382s] 2021-01-30 23:30:10.213 51 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_update_metadata_empty_body ... success [0.367s] 2021-01-30 23:30:10.609 51 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_update_server_metadata ... success [0.393s] 2021-01-30 23:30:30.741 51 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_server_specify_multibyte_character_name ... success [11.252s] 2021-01-30 23:30:32.151 51 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_server_with_admin_password ... success [1.410s] 2021-01-30 23:30:32.703 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_disk_config.ServerDiskConfigTestJSON.test_rebuild_server_with_auto_disk_config ... success [78.664s] 2021-01-30 23:30:50.322 51 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_server_with_ipv6_addr_only ... success [18.162s] 2021-01-30 23:31:04.864 51 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_specify_keypair ... success [14.537s] 2021-01-30 23:31:08.454 51 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_resize_server_revert ... success [60.521s] 2021-01-30 23:31:25.789 51 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_server_while_in_shelved_state ... success [100.493s] 2021-01-30 23:31:31.944 51 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_with_existing_server_name ... success [27.053s] 2021-01-30 23:31:43.998 51 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_access_server_address ... success [12.058s] 2021-01-30 23:31:53.191 51 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_resize_server_revert_with_volume_attached ... success [44.722s] 2021-01-30 23:31:55.210 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_disk_config.ServerDiskConfigTestJSON.test_rebuild_server_with_manual_disk_config ... success [82.474s] 2021-01-30 23:32:40.350 51 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_resize_volume_backed_server_confirm ... success [47.140s] 2021-01-30 23:32:41.671 51 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_server_while_in_shutoff_state ... success [75.857s] 2021-01-30 23:32:56.883 51 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_server_while_in_suspended_state ... success [15.207s] 2021-01-30 23:32:57.971 51 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_server_name ... success [73.948s] 2021-01-30 23:33:22.171 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_disk_config.ServerDiskConfigTestJSON.test_resize_server_from_auto_to_manual ... success [86.927s] 2021-01-30 23:33:22.438 51 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_shelve_paused_server ... success [42.075s] 2021-01-30 23:33:35.527 51 INFO opnfv-tempest [-] {2} tempest.api.compute.volumes.test_attach_volume_negative.AttachVolumeNegativeTest.test_attach_attached_volume_to_different_server ... success [26.368s] 2021-01-30 23:33:50.344 51 INFO opnfv-tempest [-] {2} tempest.api.compute.volumes.test_attach_volume_negative.AttachVolumeNegativeTest.test_attach_attached_volume_to_same_server ... success [14.815s] 2021-01-30 23:34:03.823 51 INFO opnfv-tempest [-] {2} tempest.api.compute.volumes.test_attach_volume_negative.AttachVolumeNegativeTest.test_delete_attached_volume ... success [13.468s] 2021-01-30 23:34:15.611 51 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_shelve_unshelve_server ... success [53.150s] 2021-01-30 23:34:24.686 51 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_server_while_in_verify_resize_state ... success [87.764s] 2021-01-30 23:34:29.680 51 INFO opnfv-tempest [-] {2} tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON.test_volume_list ... success [0.111s] 2021-01-30 23:34:29.805 51 INFO opnfv-tempest [-] {2} tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON.test_volume_list_param_limit ... success [0.123s] 2021-01-30 23:34:30.030 51 INFO opnfv-tempest [-] {2} tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON.test_volume_list_param_offset_and_limit ... success [0.221s] 2021-01-30 23:34:30.132 51 INFO opnfv-tempest [-] {2} tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON.test_volume_list_with_detail_param_limit ... success [0.100s] 2021-01-30 23:34:30.343 51 INFO opnfv-tempest [-] {2} tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON.test_volume_list_with_detail_param_offset_and_limit ... success [0.211s] 2021-01-30 23:34:30.465 51 INFO opnfv-tempest [-] {2} tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON.test_volume_list_with_details ... success [0.118s] 2021-01-30 23:34:33.249 51 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_stop_start_server ... success [17.640s] 2021-01-30 23:34:35.532 51 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v2.test_tenant_negative.TenantsNegativeTestJSON ... skip: b'Identity api v2 is not enabled' 2021-01-30 23:34:35.535 51 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v2.test_tokens.TokensTestJSON ... skip: b'Identity api v2 is not enabled' 2021-01-30 23:34:35.540 51 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v2.test_tokens_negative.TokensAdminTestNegative ... skip: b'Identity api v2 is not enabled' 2021-01-30 23:34:35.542 51 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v2.test_users.UsersTestJSON ... skip: b'Identity api v2 is not enabled' 2021-01-30 23:34:35.547 51 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v2.test_users_negative.UsersNegativeTestJSON ... skip: b'Identity api v2 is not enabled' 2021-01-30 23:34:38.607 51 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_suspend_resume_server ... success [5.360s] 2021-01-30 23:34:40.470 51 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v3.test_credentials.CredentialsTestJSON.test_credentials_create_get_update_delete ... success [0.346s] 2021-01-30 23:34:41.017 51 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v3.test_credentials.CredentialsTestJSON.test_credentials_list_delete ... success [0.542s] 2021-01-30 23:34:45.999 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_disk_config.ServerDiskConfigTestJSON.test_resize_server_from_manual_to_auto ... success [83.796s] 2021-01-30 23:34:46.479 51 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_instance_actions.InstanceActionsV221TestJSON.test_get_list_deleted_instance_actions ... success [13.326s] 2021-01-30 23:34:50.748 51 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v3.test_default_project_id.TestDefaultProjectId.test_default_project_id ... success [3.320s] 2021-01-30 23:34:57.982 51 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v3.test_domain_configuration.DomainConfigurationTestJSON.test_create_domain_config_and_show_config_groups_and_options ... success [1.351s] 2021-01-30 23:34:58.927 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_disk_config.ServerDiskConfigTestJSON.test_update_server_from_auto_to_manual ... success [12.933s] 2021-01-30 23:34:59.006 51 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v3.test_domain_configuration.DomainConfigurationTestJSON.test_create_update_and_delete_domain_config ... success [1.020s] 2021-01-30 23:35:00.278 51 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v3.test_domain_configuration.DomainConfigurationTestJSON.test_create_update_and_delete_domain_config_groups_and_opts ... success [1.269s] 2021-01-30 23:35:03.230 51 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v3.test_domain_configuration.DomainConfigurationTestJSON.test_show_default_group_config_and_options ... success [2.940s] 2021-01-30 23:35:08.301 51 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_flavor ... success [0.376s] 2021-01-30 23:35:08.707 51 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_image ... success [0.404s] 2021-01-30 23:35:09.071 51 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_server_name ... success [0.365s] 2021-01-30 23:35:09.491 51 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_server_status ... success [0.417s] 2021-01-30 23:35:09.496 51 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v3.test_domains_negative.DomainsNegativeTestJSON.test_create_domain_with_empty_name ... success [0.131s] 2021-01-30 23:35:09.561 51 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v3.test_domains_negative.DomainsNegativeTestJSON.test_create_domain_with_name_length_over_64 ... success [0.065s] 2021-01-30 23:35:09.882 51 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_limit_results ... success [0.387s] 2021-01-30 23:35:10.061 51 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_active_status ... success [0.179s] 2021-01-30 23:35:10.292 51 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v3.test_domains_negative.DomainsNegativeTestJSON.test_delete_active_domain ... success [0.731s] 2021-01-30 23:35:10.436 51 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_exceed_limit ... success [0.374s] 2021-01-30 23:35:10.491 51 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v3.test_domains_negative.DomainsNegativeTestJSON.test_delete_non_existent_domain ... success [0.197s] 2021-01-30 23:35:10.631 51 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_flavor ... success [0.193s] 2021-01-30 23:35:10.801 51 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_image ... success [0.168s] 2021-01-30 23:35:10.915 51 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_limit ... success [0.113s] 2021-01-30 23:35:11.081 51 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v3.test_domains_negative.DomainsNegativeTestJSON.test_domain_create_duplicate ... success [0.589s] 2021-01-30 23:35:11.085 51 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_server_name ... success [0.170s] 2021-01-30 23:35:17.287 51 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v3.test_oauth_consumers.OAUTHConsumersV3Test.test_create_and_show_consumer ... success [0.269s] 2021-01-30 23:35:17.736 51 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v3.test_oauth_consumers.OAUTHConsumersV3Test.test_delete_consumer ... success [0.444s] 2021-01-30 23:35:18.233 51 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v3.test_oauth_consumers.OAUTHConsumersV3Test.test_list_consumers ... success [0.491s] 2021-01-30 23:35:18.510 51 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v3.test_oauth_consumers.OAUTHConsumersV3Test.test_update_consumer ... success [0.273s] 2021-01-30 23:35:22.302 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_multiple_create.MultipleCreateTestJSON.test_multiple_create ... success [12.559s] 2021-01-30 23:35:24.524 51 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v3.test_projects_negative.ProjectsNegativeStaticTestJSON.test_create_project_by_unauthorized_user ... success [0.205s] 2021-01-30 23:35:24.656 51 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v3.test_projects_negative.ProjectsNegativeStaticTestJSON.test_create_project_with_empty_name ... success [0.132s] 2021-01-30 23:35:24.722 51 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v3.test_projects_negative.ProjectsNegativeStaticTestJSON.test_create_projects_name_length_over_64 ... success [0.064s] 2021-01-30 23:35:24.804 51 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v3.test_projects_negative.ProjectsNegativeStaticTestJSON.test_delete_non_existent_project ... success [0.082s] 2021-01-30 23:35:24.920 51 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v3.test_projects_negative.ProjectsNegativeStaticTestJSON.test_list_projects_by_unauthorized_user ... success [0.113s] 2021-01-30 23:35:25.354 51 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v3.test_projects_negative.ProjectsNegativeStaticTestJSON.test_project_create_duplicate ... success [0.431s] 2021-01-30 23:35:28.653 51 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_addresses_negative.ServerAddressesNegativeTestJSON.test_list_server_addresses_by_network_neg ... success [0.077s] 2021-01-30 23:35:28.677 51 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_addresses_negative.ServerAddressesNegativeTestJSON.test_list_server_addresses_invalid_server_id ... success [0.023s] 2021-01-30 23:35:31.817 51 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v3.test_projects_negative.ProjectsNegativeTestJSON.test_project_delete_by_unauthorized_user ... success [0.537s] 2021-01-30 23:35:33.230 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_multiple_create.MultipleCreateTestJSON.test_multiple_create_with_reservation_return ... success [10.926s] 2021-01-30 23:35:33.852 51 INFO opnfv-tempest [-] {2} tempest.api.identity.v2.test_tenants.IdentityTenantsTest ... skip: b'Identity api v2 is not enabled' 2021-01-30 23:35:33.856 51 INFO opnfv-tempest [-] {2} tempest.api.identity.v2.test_tokens.TokensTest ... skip: b'Identity api v2 is not enabled' 2021-01-30 23:35:34.651 51 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_rescue.ServerStableDeviceRescueTest ... skip: b'Stable rescue not available.' 2021-01-30 23:35:36.553 51 INFO opnfv-tempest [-] {2} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_media_types ... success [0.157s] 2021-01-30 23:35:36.587 51 INFO opnfv-tempest [-] {2} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_resources ... success [0.032s] 2021-01-30 23:35:36.675 51 INFO opnfv-tempest [-] {2} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_statuses ... success [0.087s] 2021-01-30 23:35:36.689 51 INFO opnfv-tempest [-] {2} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_identity_v3_existence ... success [0.012s] 2021-01-30 23:35:36.703 51 INFO opnfv-tempest [-] {2} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_list_api_versions ... success [0.012s] 2021-01-30 23:35:40.816 51 INFO opnfv-tempest [-] {2} tempest.api.identity.v3.test_catalog.IdentityCatalogTest.test_catalog_standardization ... success [0.109s] 2021-01-30 23:35:41.161 51 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_shutoff_status ... success [30.064s] 2021-01-30 23:35:41.199 51 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_zero_limit ... success [0.034s] 2021-01-30 23:35:42.035 51 INFO opnfv-tempest [-] {2} tempest.api.image.v1.test_images.CreateRegisterImagesTest ... skip: b'Glance API v1 not supported' 2021-01-30 23:35:42.040 51 INFO opnfv-tempest [-] {2} tempest.api.image.v1.test_images.UpdateImageMetaTest ... skip: b'Glance API v1 not supported' 2021-01-30 23:35:42.341 51 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filtered_by_ip ... success [1.138s] 2021-01-30 23:35:43.823 51 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filtered_by_ip_regex ... success [1.480s] 2021-01-30 23:35:44.354 51 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filtered_by_name_regex ... success [0.529s] 2021-01-30 23:35:44.694 51 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filtered_by_name_wildcard ... success [0.340s] 2021-01-30 23:35:47.284 51 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListSharedImagesTest.test_list_images_param_member_status ... success [1.581s] 2021-01-30 23:35:54.953 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses ... success [0.079s] 2021-01-30 23:35:55.116 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses_by_network ... success [0.160s] 2021-01-30 23:35:58.083 51 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_get_image_schema ... success [0.017s] 2021-01-30 23:35:58.100 51 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_get_images_schema ... success [0.017s] 2021-01-30 23:35:58.222 51 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_image_param_owner ... success [0.117s] 2021-01-30 23:35:58.305 51 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_container_format ... success [0.081s] 2021-01-30 23:35:58.405 51 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_disk_format ... success [0.096s] 2021-01-30 23:35:58.472 51 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_limit ... success [0.064s] 2021-01-30 23:35:58.580 51 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_min_max_size ... success [0.104s] 2021-01-30 23:35:58.639 51 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_name ... success [0.055s] 2021-01-30 23:35:58.722 51 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_size ... success [0.081s] 2021-01-30 23:35:58.837 51 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_sort ... success [0.113s] 2021-01-30 23:35:58.959 51 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_sort_key_dir ... success [0.120s] 2021-01-30 23:35:59.071 51 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_status ... success [0.111s] 2021-01-30 23:35:59.131 51 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_tag ... success [0.059s] 2021-01-30 23:35:59.212 51 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_visibility ... success [0.080s] 2021-01-30 23:35:59.330 51 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_no_params ... success [0.115s] 2021-01-30 23:36:10.243 51 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_servers_microversions.ServerShowV254Test.test_rebuild_server ... success [33.353s] 2021-01-30 23:36:11.237 51 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images_member_negative.ImagesMemberNegativeTest.test_image_share_invalid_status ... success [0.656s] 2021-01-30 23:36:11.674 51 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images_member_negative.ImagesMemberNegativeTest.test_image_share_owner_cannot_accept ... success [0.433s] 2021-01-30 23:36:13.521 51 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_create_server_metadata_blank_key ... success [0.476s] 2021-01-30 23:36:13.549 51 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_delete_metadata_non_existent_server ... success [0.030s] 2021-01-30 23:36:13.586 51 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_list_server_metadata_non_existent_server ... success [0.032s] 2021-01-30 23:36:14.092 51 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_metadata_items_limit ... success [0.505s] 2021-01-30 23:36:16.043 51 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_server_create_metadata_key_too_long ... success [1.939s] 2021-01-30 23:36:16.081 51 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_server_metadata_non_existent_server ... success [0.034s] 2021-01-30 23:36:16.115 51 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_set_metadata_non_existent_server ... success [0.032s] 2021-01-30 23:36:16.141 51 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_set_server_metadata_blank_key ... success [0.022s] 2021-01-30 23:36:16.159 51 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_set_server_metadata_missing_metadata ... success [0.017s] 2021-01-30 23:36:16.188 51 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_update_metadata_non_existent_server ... success [0.029s] 2021-01-30 23:36:16.209 51 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_update_metadata_with_blank_key ... success [0.020s] 2021-01-30 23:36:16.292 51 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_wrong_key_passed_in_body ... success [0.082s] 2021-01-30 23:36:17.349 51 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images_metadefs_namespaces.MetadataNamespacesTest.test_basic_metadata_definition_namespaces ... success [0.776s] 2021-01-30 23:36:20.949 51 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_versions.VersionsTest.test_list_versions ... success [0.017s] 2021-01-30 23:36:26.656 51 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_quotas.QuotasTest.test_quotas ... success [0.905s] 2021-01-30 23:36:26.797 51 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_quotas.QuotasTest.test_show_quota_details ... success [0.137s] 2021-01-30 23:36:32.597 51 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_numeric_server_name ... success [1.067s] 2021-01-30 23:36:35.436 51 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_from_non_bootable_volume ... success [2.830s] 2021-01-30 23:36:35.748 51 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_routers_negative.RoutersAdminNegativeIpV6Test.test_router_set_gateway_used_ip_returns_409 ... success [2.956s] 2021-01-30 23:36:38.026 51 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_invalid_bdm_in_2nd_dict ... success [2.585s] 2021-01-30 23:36:38.154 51 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_password.ServerPasswordTestJSON.test_delete_server_password ... success [0.124s] 2021-01-30 23:36:38.221 51 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_password.ServerPasswordTestJSON.test_get_server_password ... success [0.067s] 2021-01-30 23:36:38.927 51 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_metadata_exceeds_length_limit ... success [0.901s] 2021-01-30 23:36:39.892 51 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_name_length_exceeds_256 ... success [0.963s] 2021-01-30 23:36:40.801 51 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_flavor ... success [0.904s] 2021-01-30 23:36:41.798 51 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_image ... success [0.995s] 2021-01-30 23:36:42.695 51 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_network_uuid ... success [0.896s] 2021-01-30 23:36:43.204 51 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_network ... success [3.244s] 2021-01-30 23:36:43.950 51 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_non_existent_keypair ... success [1.254s] 2021-01-30 23:36:44.113 51 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_personality.ServerPersonalityTestJSON ... skip: b'Nova personality feature disabled' 2021-01-30 23:36:45.096 51 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_nonexistent_security_group ... success [1.144s] 2021-01-30 23:36:45.668 51 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_non_existent_server ... success [0.567s] 2021-01-30 23:36:46.236 51 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_server_pass_id_exceeding_length_limit ... success [0.568s] 2021-01-30 23:36:46.337 51 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_port ... success [3.131s] 2021-01-30 23:36:46.742 51 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_server_pass_negative_id ... success [0.505s] 2021-01-30 23:36:47.341 51 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_force_delete_nonexistent_server_id ... success [0.599s] 2021-01-30 23:36:47.955 51 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_get_console_output_of_non_existent_server ... success [0.611s] 2021-01-30 23:36:48.480 51 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_get_non_existent_server ... success [0.523s] 2021-01-30 23:36:49.450 51 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_invalid_access_ip_v4_address ... success [0.966s] 2021-01-30 23:36:50.375 51 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_invalid_ip_v6_address ... success [0.922s] 2021-01-30 23:36:51.038 51 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_pause_non_existent_server ... success [0.660s] 2021-01-30 23:36:53.314 51 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_subnet ... success [6.972s] 2021-01-30 23:36:54.594 51 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_pause_paused_server ... success [3.550s] 2021-01-30 23:36:54.598 51 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_personality_file_contents_not_encoded ... skip [0.001s]: b'Nova personality feature disabled' 2021-01-30 23:36:55.132 51 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_reboot_deleted_server ... success [0.532s] 2021-01-30 23:36:55.643 51 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_reboot_non_existent_server ... success [0.509s] 2021-01-30 23:36:56.143 51 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_deleted_server ... success [0.500s] 2021-01-30 23:36:56.667 51 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_non_existent_server ... success [0.521s] 2021-01-30 23:36:57.259 51 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_resize_nonexistent_server ... success [0.589s] 2021-01-30 23:36:57.981 51 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_resize_server_with_non_existent_flavor ... success [0.720s] 2021-01-30 23:36:58.479 51 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_resize_server_with_null_flavor ... success [0.498s] 2021-01-30 23:36:59.124 51 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_restore_nonexistent_server_id ... success [0.643s] 2021-01-30 23:36:59.690 51 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_restore_server_invalid_state ... success [0.564s] 2021-01-30 23:37:00.184 51 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_resume_non_existent_server ... success [0.490s] 2021-01-30 23:37:00.715 51 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_resume_server_invalid_state ... success [0.527s] 2021-01-30 23:37:01.673 51 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_server_name_blank ... success [0.952s] 2021-01-30 23:37:02.195 51 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_shelve_non_existent_server ... success [0.518s] 2021-01-30 23:37:04.562 51 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_network ... success [2.750s] 2021-01-30 23:37:08.075 51 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_port ... success [3.509s] 2021-01-30 23:37:12.312 51 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_subnet ... success [4.233s] 2021-01-30 23:37:28.712 51 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksIpV6Test.test_create_delete_subnet_all_attributes ... success [4.424s] 2021-01-30 23:37:33.082 51 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksIpV6Test.test_create_delete_subnet_with_allocation_pools ... success [4.369s] 2021-01-30 23:37:34.352 51 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksIpV6Test.test_create_delete_subnet_with_default_gw ... success [1.268s] 2021-01-30 23:37:38.975 51 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksIpV6Test.test_create_delete_subnet_with_dhcp_enabled ... success [4.619s] 2021-01-30 23:37:40.089 51 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksIpV6Test.test_create_delete_subnet_with_gw ... success [1.115s] 2021-01-30 23:37:44.531 51 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksIpV6Test.test_create_delete_subnet_with_gw_and_allocation_pools ... success [4.441s] 2021-01-30 23:37:48.998 51 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksIpV6Test.test_create_delete_subnet_with_host_routes_and_dns_nameservers ... success [4.467s] 2021-01-30 23:37:53.148 51 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksIpV6Test.test_create_delete_subnet_without_gateway ... success [4.146s] 2021-01-30 23:37:55.919 51 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksIpV6Test.test_create_list_subnet_with_no_gw64_one_network ... success [2.764s] 2021-01-30 23:38:00.759 51 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksIpV6Test.test_create_update_delete_network_subnet ... success [4.833s] 2021-01-30 23:38:01.848 51 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksIpV6Test.test_create_update_network_description ... success [1.089s] 2021-01-30 23:38:06.770 51 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksIpV6Test.test_delete_network_with_subnet ... success [4.919s] 2021-01-30 23:38:06.976 51 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksIpV6Test.test_external_network_visibility ... success [0.206s] 2021-01-30 23:38:07.165 51 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksIpV6Test.test_list_networks ... success [0.184s] 2021-01-30 23:38:07.333 51 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksIpV6Test.test_list_networks_fields ... success [0.168s] 2021-01-30 23:38:07.432 51 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksIpV6Test.test_list_subnets ... success [0.095s] 2021-01-30 23:38:07.515 51 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksIpV6Test.test_list_subnets_fields ... success [0.081s] 2021-01-30 23:38:07.649 51 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksIpV6Test.test_show_network ... success [0.134s] 2021-01-30 23:38:07.771 51 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksIpV6Test.test_show_network_fields ... success [0.121s] 2021-01-30 23:38:07.855 51 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksIpV6Test.test_show_subnet ... success [0.083s] 2021-01-30 23:38:07.927 51 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksIpV6Test.test_show_subnet_fields ... success [0.071s] 2021-01-30 23:38:10.423 51 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_rescue.ServerRescueTestJSONUnderV235.test_rescued_vm_add_remove_security_group ... success [2.132s] 2021-01-30 23:38:11.676 51 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksIpV6Test.test_update_subnet_gw_dns_host_routes_dhcp ... success [3.745s] 2021-01-30 23:38:19.471 51 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_rescue.ServerRescueTestJSONUnderV235.test_rescued_vm_associate_dissociate_floating_ip ... success [9.044s] 2021-01-30 23:38:34.207 51 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers.ServerShowV247Test.test_show_server ... success [1.839s] 2021-01-30 23:38:34.849 51 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksIpV6TestAttrs.test_create_delete_slaac_subnet_with_ports ... success [3.333s] 2021-01-30 23:38:38.569 51 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksIpV6TestAttrs.test_create_delete_stateless_subnet_with_ports ... success [3.712s] 2021-01-30 23:38:42.284 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_rescue.ServerRescueTestJSON.test_rescue_unrescue_instance ... success [79.081s] 2021-01-30 23:38:43.344 51 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksIpV6TestAttrs.test_create_delete_subnet_with_v6_attributes_slaac ... success [4.772s] 2021-01-30 23:38:47.751 51 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksIpV6TestAttrs.test_create_delete_subnet_with_v6_attributes_stateful ... success [4.407s] 2021-01-30 23:38:52.321 51 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksIpV6TestAttrs.test_create_delete_subnet_with_v6_attributes_stateless ... success [4.567s] 2021-01-30 23:38:52.510 51 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_shelve_shelved_server ... success [110.276s] 2021-01-30 23:38:53.087 51 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_stop_non_existent_server ... success [0.587s] 2021-01-30 23:38:53.616 51 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_suspend_non_existent_server ... success [0.527s] 2021-01-30 23:38:58.891 51 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_suspend_server_invalid_state ... success [5.271s] 2021-01-30 23:38:59.373 51 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_unpause_non_existent_server ... success [0.481s] 2021-01-30 23:39:00.023 51 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_unpause_server_invalid_state ... success [0.648s] 2021-01-30 23:39:00.528 51 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_unshelve_non_existent_server ... success [0.504s] 2021-01-30 23:39:01.144 51 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_unshelve_server_invalid_state ... success [0.615s] 2021-01-30 23:39:01.661 51 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_name_of_non_existent_server ... success [0.515s] 2021-01-30 23:39:02.201 51 INFO opnfv-tempest [-] {2} tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools ... success [0.562s] 2021-01-30 23:39:02.250 51 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_server_name_length_exceeds_256 ... success [0.587s] 2021-01-30 23:39:02.768 51 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_server_set_empty_name ... success [0.516s] 2021-01-30 23:39:05.729 51 INFO opnfv-tempest [-] {2} tempest.api.network.test_versions.NetworksApiDiscovery.test_api_version_resources ... success [0.012s] 2021-01-30 23:39:05.826 51 INFO opnfv-tempest [-] {2} tempest.api.network.test_versions.NetworksApiDiscovery.test_show_api_v2_details ... success [0.096s] 2021-01-30 23:39:07.142 51 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_account_bulk.BulkTest ... skip: b'BulkTest skipped as swift is not available' 2021-01-30 23:39:07.147 51 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_account_quotas.AccountQuotasTest ... skip: b'AccountQuotasTest skipped as swift is not available' 2021-01-30 23:39:07.155 51 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_services.ContainerTest ... skip: b'ContainerTest skipped as swift is not available' 2021-01-30 23:39:07.159 51 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_services_negative.ContainerNegativeTest ... skip: b'ContainerNegativeTest skipped as swift is not available' 2021-01-30 23:39:07.163 51 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_crossdomain.CrossdomainTest ... skip: b'CrossdomainTest skipped as swift is not available' 2021-01-30 23:39:07.167 51 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_object_expiry.ObjectExpiryTest ... skip: b'ObjectExpiryTest skipped as swift is not available' 2021-01-30 23:39:07.170 51 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_object_formpost.ObjectFormPostTest ... skip: b'ObjectFormPostTest skipped as swift is not available' 2021-01-30 23:39:07.174 51 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_object_version.ContainerTest ... skip: b'ContainerTest skipped as swift is not available' 2021-01-30 23:39:08.211 51 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers.ServerShowV247Test.test_update_rebuild_list_server ... success [33.994s] 2021-01-30 23:39:11.275 51 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_group_types.GroupTypesTest.test_group_type_create_list_update_show ... success [0.434s] 2021-01-30 23:39:12.601 51 INFO opnfv-tempest [-] {1} tempest.api.compute.test_versions.TestVersions.test_get_version_details ... success [0.038s] 2021-01-30 23:39:12.619 51 INFO opnfv-tempest [-] {1} tempest.api.compute.test_versions.TestVersions.test_list_api_versions ... success [0.011s] 2021-01-30 23:39:18.376 51 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers.ServerShowV263Test.test_show_update_rebuild_list_server ... skip [0.000s]: b'``[compute]/certified_image_ref`` required to test image certificate validation.' 2021-01-30 23:39:20.553 51 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_groups.GroupsV320Test.test_reset_group_status ... success [3.611s] 2021-01-30 23:39:22.804 51 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_multi_backend.VolumeMultiBackendTest ... skip: b'Cinder multi-backend feature disabled' 2021-01-30 23:39:26.629 51 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_volume_hosts.VolumeHostsAdminTestsJSON.test_list_hosts ... success [0.255s] 2021-01-30 23:39:27.478 51 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_volume_hosts.VolumeHostsAdminTestsJSON.test_show_host ... success [0.843s] 2021-01-30 23:39:35.110 51 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_volume_quotas.VolumeQuotasAdminTestJSON.test_delete_quota ... success [0.432s] 2021-01-30 23:39:35.164 51 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_volume_quotas.VolumeQuotasAdminTestJSON.test_list_default_quotas ... success [0.055s] 2021-01-30 23:39:35.229 51 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_volume_quotas.VolumeQuotasAdminTestJSON.test_list_quotas ... success [0.062s] 2021-01-30 23:39:38.367 51 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_volume_quotas.VolumeQuotasAdminTestJSON.test_quota_usage ... success [3.134s] 2021-01-30 23:39:41.987 51 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestMultiTenantJSON.test_delete_a_server_of_another_tenant ... success [0.533s] 2021-01-30 23:39:42.301 51 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestMultiTenantJSON.test_update_server_of_another_tenant ... success [0.312s] 2021-01-30 23:39:42.439 51 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_volume_quotas.VolumeQuotasAdminTestJSON.test_quota_usage_after_volume_transfer ... success [4.067s] 2021-01-30 23:39:42.515 51 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_volume_quotas.VolumeQuotasAdminTestJSON.test_show_quota_usage ... success [0.075s] 2021-01-30 23:39:42.872 51 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_volume_quotas.VolumeQuotasAdminTestJSON.test_update_all_quota_resources_for_tenant ... success [0.357s] 2021-01-30 23:39:51.603 51 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_volume_quotas_negative.VolumeQuotasNegativeTestJSON.test_quota_volume_gigabytes ... success [0.284s] 2021-01-30 23:39:51.892 51 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_volume_quotas_negative.VolumeQuotasNegativeTestJSON.test_quota_volumes ... success [0.289s] 2021-01-30 23:39:52.140 51 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_volume_quotas_negative.VolumeQuotasNegativeTestJSON.test_volume_extend_gigabytes_quota_deviation ... success [0.244s] 2021-01-30 23:39:54.987 51 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_virtual_interfaces.VirtualInterfacesTestJSON ... skip: b'nova-network is gone' 2021-01-30 23:39:57.308 51 INFO opnfv-tempest [-] {1} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_list_get_volume_attachments ... success [33.407s] 2021-01-30 23:39:59.511 51 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_volume_services_negative.VolumeServicesNegativeTest.test_disable_log_reason_with_no_reason ... success [0.022s] 2021-01-30 23:39:59.539 51 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_volume_services_negative.VolumeServicesNegativeTest.test_disable_service_with_invalid_binary ... success [0.027s] 2021-01-30 23:39:59.571 51 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_volume_services_negative.VolumeServicesNegativeTest.test_enable_service_with_invalid_host ... success [0.032s] 2021-01-30 23:39:59.605 51 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_volume_services_negative.VolumeServicesNegativeTest.test_freeze_host_with_invalid_host ... success [0.032s] 2021-01-30 23:39:59.639 51 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_volume_services_negative.VolumeServicesNegativeTest.test_thaw_host_with_invalid_host ... success [0.033s] 2021-01-30 23:40:04.688 51 INFO opnfv-tempest [-] {3} tempest.api.compute.volumes.test_volume_snapshots.VolumesSnapshotsTestJSON.test_volume_snapshot_create_get_list_delete ... success [7.277s] 2021-01-30 23:40:06.305 51 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v2.test_endpoints.EndPointsTestJSON ... skip: b'Identity api v2 is not enabled' 2021-01-30 23:40:06.309 51 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v2.test_services.ServicesTestJSON ... skip: b'Identity api v2 is not enabled' 2021-01-30 23:40:07.024 51 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v2.test_roles_negative.RolesNegativeTestJSON ... skip: b'Identity api v2 is not enabled' 2021-01-30 23:40:08.843 51 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_crud_with_volume_type_and_extra_specs ... success [3.622s] 2021-01-30 23:40:08.940 51 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_type_create_get_delete ... success [0.099s] 2021-01-30 23:40:09.354 51 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_type_encryption_create_get_update_delete ... success [0.412s] 2021-01-30 23:40:09.399 51 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_type_list ... success [0.046s] 2021-01-30 23:40:09.605 51 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_type_update ... success [0.193s] 2021-01-30 23:40:11.407 51 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_endpoints.EndPointsTestJSON.test_create_list_show_delete_endpoint ... success [0.668s] 2021-01-30 23:40:11.729 51 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_endpoints.EndPointsTestJSON.test_list_endpoints ... success [0.317s] 2021-01-30 23:40:12.364 51 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v3.test_application_credentials.ApplicationCredentialsV3AdminTest.test_create_application_credential_with_roles ... success [1.852s] 2021-01-30 23:40:12.738 51 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_endpoints.EndPointsTestJSON.test_update_endpoint ... success [1.009s] 2021-01-30 23:40:18.912 51 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_create_domain_with_disabled_status ... success [0.584s] 2021-01-30 23:40:19.475 51 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_create_domain_without_description ... success [0.563s] 2021-01-30 23:40:19.632 51 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_endpoints_negative.EndpointsNegativeTestJSON.test_create_with_enabled_False ... success [0.201s] 2021-01-30 23:40:19.823 51 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_endpoints_negative.EndpointsNegativeTestJSON.test_create_with_enabled_True ... success [0.186s] 2021-01-30 23:40:20.288 51 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_create_update_delete_domain ... success [0.809s] 2021-01-30 23:40:20.513 51 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_endpoints_negative.EndpointsNegativeTestJSON.test_update_with_enabled_False ... success [0.687s] 2021-01-30 23:40:20.932 51 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_endpoints_negative.EndpointsNegativeTestJSON.test_update_with_enabled_True ... success [0.419s] 2021-01-30 23:40:22.079 51 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_domain_delete_cascades_content ... success [1.789s] 2021-01-30 23:40:22.085 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_rescue_negative.ServerRescueNegativeTestJSON.test_rescue_non_existent_server ... success [0.026s] 2021-01-30 23:40:22.153 51 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_list_domains ... success [0.072s] 2021-01-30 23:40:22.232 51 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_list_domains_filter_by_enabled ... success [0.075s] 2021-01-30 23:40:22.305 51 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_list_domains_filter_by_name ... success [0.074s] 2021-01-30 23:40:25.655 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_rescue_negative.ServerRescueNegativeTestJSON.test_rescue_paused_instance ... success [3.568s] 2021-01-30 23:40:27.878 51 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_groups.GroupsV3TestJSON.test_group_create_update_get ... success [0.701s] 2021-01-30 23:40:29.640 51 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_volumes_backup.VolumesBackupsAdminTest.test_volume_backup_export_import ... success [12.126s] 2021-01-30 23:40:31.012 51 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v3.test_endpoint_groups.EndPointGroupsTest.test_create_list_show_check_delete_endpoint_group ... success [1.004s] 2021-01-30 23:40:31.451 51 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_groups.GroupsV3TestJSON.test_group_users_add_list_delete ... success [3.568s] 2021-01-30 23:40:31.760 51 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v3.test_endpoint_groups.EndPointGroupsTest.test_update_endpoint_group ... success [0.750s] 2021-01-30 23:40:32.229 51 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_groups.GroupsV3TestJSON.test_list_groups ... success [0.777s] 2021-01-30 23:40:33.643 51 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_groups.GroupsV3TestJSON.test_list_user_groups ... success [1.410s] 2021-01-30 23:40:34.828 51 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_volumes_backup.VolumesBackupsAdminTest.test_volume_backup_reset_status ... success [5.190s] 2021-01-30 23:40:39.621 51 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v3.test_list_users.UsersV3TestJSON.test_get_user ... success [0.204s] 2021-01-30 23:40:39.831 51 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v3.test_list_users.UsersV3TestJSON.test_list_user_domains ... success [0.215s] 2021-01-30 23:40:39.923 51 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v3.test_list_users.UsersV3TestJSON.test_list_users ... success [0.088s] 2021-01-30 23:40:40.077 51 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v3.test_list_users.UsersV3TestJSON.test_list_users_with_name ... success [0.148s] 2021-01-30 23:40:40.161 51 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v3.test_list_users.UsersV3TestJSON.test_list_users_with_not_enabled ... success [0.081s] 2021-01-30 23:40:40.524 51 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_list_projects.ListProjectsStaticTestJSON.test_list_projects ... success [0.372s] 2021-01-30 23:40:41.053 51 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_list_projects.ListProjectsStaticTestJSON.test_list_projects_with_domains ... success [0.515s] 2021-01-30 23:40:41.213 51 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_list_projects.ListProjectsStaticTestJSON.test_list_projects_with_name ... success [0.152s] 2021-01-30 23:40:43.276 51 INFO opnfv-tempest [-] {2} tempest.api.volume.test_extensions.ExtensionsTestJSON.test_list_extensions ... success [0.326s] 2021-01-30 23:40:46.761 51 INFO opnfv-tempest [-] {2} tempest.api.volume.test_versions.VersionsTest.test_list_versions ... success [0.017s] 2021-01-30 23:40:46.991 51 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v3.test_policies.PoliciesTestJSON.test_create_update_delete_policy ... success [0.475s] 2021-01-30 23:40:47.717 51 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_list_projects.ListProjectsTestJSON.test_list_projects_with_enabled ... success [0.277s] 2021-01-30 23:40:47.718 51 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v3.test_policies.PoliciesTestJSON.test_list_policies ... success [0.722s] 2021-01-30 23:40:47.773 51 INFO opnfv-tempest [-] {2} tempest.api.volume.test_versions.VersionsTest.test_show_version ... success [1.012s] 2021-01-30 23:40:47.791 51 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_list_projects.ListProjectsTestJSON.test_list_projects_with_parent ... success [0.072s] 2021-01-30 23:40:54.703 51 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volume_absolute_limits.AbsoluteLimitsTests.test_get_volume_absolute_limits ... success [0.084s] 2021-01-30 23:40:54.745 51 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_regions.RegionsTestJSON.test_create_region_with_specific_id ... success [0.241s] 2021-01-30 23:40:55.124 51 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v3.test_project_tags.IdentityV3ProjectTagsTest.test_list_update_delete_project_tags ... success [1.529s] 2021-01-30 23:40:55.253 51 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_regions.RegionsTestJSON.test_create_update_get_delete_region ... success [0.507s] 2021-01-30 23:40:55.310 51 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_regions.RegionsTestJSON.test_list_regions ... success [0.057s] 2021-01-30 23:40:55.590 51 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_regions.RegionsTestJSON.test_list_regions_filter_by_parent_region_id ... success [0.279s] 2021-01-30 23:41:01.223 51 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v3.test_services.ServicesTestJSON.test_create_service_without_description ... success [0.355s] 2021-01-30 23:41:01.707 51 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v3.test_services.ServicesTestJSON.test_create_update_get_service ... success [0.483s] 2021-01-30 23:41:02.583 51 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v3.test_services.ServicesTestJSON.test_list_services ... success [0.869s] 2021-01-30 23:41:02.935 51 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_crud_volume_metadata ... success [0.551s] 2021-01-30 23:41:03.245 51 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_assignments_for_domain_roles ... success [0.645s] 2021-01-30 23:41:03.337 51 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_update_show_volume_metadata_item ... success [0.398s] 2021-01-30 23:41:04.130 51 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_assignments_for_implied_roles_create_delete ... success [0.883s] 2021-01-30 23:41:04.568 51 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_domain_roles_create_delete ... success [0.439s] 2021-01-30 23:41:04.965 51 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_grant_list_revoke_role_to_group_on_domain ... success [0.394s] 2021-01-30 23:41:06.314 51 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_grant_list_revoke_role_to_group_on_project ... success [1.346s] 2021-01-30 23:41:06.711 51 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_grant_list_revoke_role_to_user_on_domain ... success [0.398s] 2021-01-30 23:41:07.298 51 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_grant_list_revoke_role_to_user_on_project ... success [0.586s] 2021-01-30 23:41:09.530 51 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_implied_domain_roles ... success [2.226s] 2021-01-30 23:41:10.220 51 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_implied_roles_create_check_show_delete ... success [0.688s] 2021-01-30 23:41:11.105 51 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_list_all_implied_roles ... success [0.880s] 2021-01-30 23:41:11.228 51 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_list_roles ... success [0.120s] 2021-01-30 23:41:11.745 51 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_role_create_update_show_list ... success [0.512s] 2021-01-30 23:41:12.978 51 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_roles_hierarchy ... success [1.232s] 2021-01-30 23:41:14.564 51 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_clone.VolumesCloneTest.test_create_from_bootable_volume ... success [6.118s] 2021-01-30 23:41:17.171 51 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v3.test_tokens.TokensV3TestJSON.test_get_available_domain_scopes ... success [6.628s] 2021-01-30 23:41:17.173 51 INFO opnfv-tempest [-] {3} tempest.api.identity.v2.test_extension.ExtensionTestJSON ... skip: b'Identity api v2 is not enabled' 2021-01-30 23:41:17.568 51 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v3.test_tokens.TokensV3TestJSON.test_get_available_project_scopes ... success [0.399s] 2021-01-30 23:41:17.857 51 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_clone.VolumesCloneTest.test_create_from_volume ... success [3.287s] 2021-01-30 23:41:20.388 51 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v3.test_tokens.TokensV3TestJSON.test_rescope_token ... success [2.813s] 2021-01-30 23:41:21.381 51 INFO opnfv-tempest [-] {3} tempest.api.identity.v3.test_application_credentials.ApplicationCredentialsV3Test.test_create_application_credential ... success [1.609s] 2021-01-30 23:41:21.955 51 INFO opnfv-tempest [-] {3} tempest.api.identity.v3.test_application_credentials.ApplicationCredentialsV3Test.test_create_application_credential_expires ... success [0.571s] 2021-01-30 23:41:23.434 51 INFO opnfv-tempest [-] {3} tempest.api.identity.v3.test_application_credentials.ApplicationCredentialsV3Test.test_list_application_credentials ... success [1.475s] 2021-01-30 23:41:24.811 51 INFO opnfv-tempest [-] {3} tempest.api.identity.v3.test_application_credentials.ApplicationCredentialsV3Test.test_query_application_credentials ... success [1.375s] 2021-01-30 23:41:28.919 51 INFO opnfv-tempest [-] {3} tempest.api.identity.v3.test_tokens.TokensV3Test.test_create_token ... success [0.392s] 2021-01-30 23:41:29.705 51 INFO opnfv-tempest [-] {3} tempest.api.identity.v3.test_tokens.TokensV3Test.test_token_auth_creation_existence_deletion ... success [0.780s] 2021-01-30 23:41:30.424 51 INFO opnfv-tempest [-] {3} tempest.api.identity.v3.test_tokens.TokensV3Test.test_validate_token ... success [0.714s] 2021-01-30 23:41:30.831 51 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_get_trusts_all ... success [3.388s] 2021-01-30 23:41:33.334 51 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete ... success [6.479s] 2021-01-30 23:41:34.220 51 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_get_trusts_query ... success [3.386s] 2021-01-30 23:41:34.686 51 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images_metadefs_namespace_tags.MetadataNamespaceTagsTest.test_create_list_delete_namespace_tags ... success [0.479s] 2021-01-30 23:41:34.893 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_rescue_negative.ServerRescueNegativeTestJSON.test_rescued_vm_attach_volume ... success [69.222s] 2021-01-30 23:41:34.994 51 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images_metadefs_namespace_tags.MetadataNamespaceTagsTest.test_create_update_delete_tag ... success [0.304s] 2021-01-30 23:41:38.033 51 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_trust_expire ... success [3.807s] 2021-01-30 23:41:38.926 51 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_image_null_id ... success [0.201s] 2021-01-30 23:41:38.955 51 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_non_existing_image ... success [0.029s] 2021-01-30 23:41:39.102 51 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_protected_image ... success [0.147s] 2021-01-30 23:41:39.300 51 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_delete_deleted_image ... success [0.196s] 2021-01-30 23:41:39.316 51 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_image_null_id ... success [0.015s] 2021-01-30 23:41:39.344 51 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_non_existent_image ... success [0.028s] 2021-01-30 23:41:39.367 51 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_register_with_invalid_container_format ... success [0.023s] 2021-01-30 23:41:39.392 51 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_register_with_invalid_disk_format ... success [0.025s] 2021-01-30 23:41:41.130 51 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_trust_expire_invalid ... success [3.092s] 2021-01-30 23:41:42.236 51 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_as_clone ... success [8.891s] 2021-01-30 23:41:43.791 51 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images_tags_negative.ImagesTagsNegativeTest.test_delete_non_existing_tag ... success [0.365s] 2021-01-30 23:41:43.822 51 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images_tags_negative.ImagesTagsNegativeTest.test_update_tags_for_non_existing_image ... success [0.029s] 2021-01-30 23:41:45.099 51 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_trust_impersonate ... success [3.961s] 2021-01-30 23:41:49.105 51 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_trust_noimpersonate ... success [4.002s] 2021-01-30 23:41:50.840 51 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image ... success [8.592s] 2021-01-30 23:41:56.437 51 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v3.test_users.UsersV3TestJSON.test_get_user ... success [1.222s] 2021-01-30 23:41:59.159 51 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v3.test_users.UsersV3TestJSON.test_list_user_projects ... success [2.712s] 2021-01-30 23:42:03.381 51 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v3.test_users.UsersV3TestJSON.test_password_history_not_enforced_in_admin_reset ... success [4.222s] 2021-01-30 23:42:04.012 51 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.446s] 2021-01-30 23:42:06.182 51 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v3.test_users.UsersV3TestJSON.test_update_user_password ... success [2.800s] 2021-01-30 23:42:07.719 51 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v3.test_users.UsersV3TestJSON.test_user_update ... success [1.536s] 2021-01-30 23:42:09.254 51 INFO opnfv-tempest [-] {3} tempest.api.network.admin.test_floating_ips_admin_actions.FloatingIPAdminTestJSON.test_list_floating_ips_from_admin_and_nonadmin ... success [5.240s] 2021-01-30 23:42:09.828 51 INFO opnfv-tempest [-] {1} tempest.api.identity.v2.test_api_discovery.TestApiDiscovery ... skip: b'Identity api v2 is not enabled' 2021-01-30 23:42:12.236 51 INFO opnfv-tempest [-] {1} tempest.api.identity.v3.test_domains.DefaultDomainTestJSON.test_default_domain_exists ... success [0.105s] 2021-01-30 23:42:13.735 51 INFO opnfv-tempest [-] {1} tempest.api.image.v1.test_images.ListImagesTest ... skip: b'Glance API v1 not supported' 2021-01-30 23:42:13.741 51 INFO opnfv-tempest [-] {1} tempest.api.image.v1.test_images_negative.CreateDeleteImagesNegativeTest ... skip: b'Glance API v1 not supported' 2021-01-30 23:42:17.478 51 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_deactivate_reactivate_image ... success [1.463s] 2021-01-30 23:42:17.755 51 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_delete_image ... success [0.276s] 2021-01-30 23:42:19.262 51 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_register_upload_get_image_file ... success [1.502s] 2021-01-30 23:42:19.418 51 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_update_image ... success [0.154s] 2021-01-30 23:42:20.500 51 INFO opnfv-tempest [-] {3} tempest.api.network.admin.test_metering_extensions.MeteringTestJSON ... skip: b'metering extension not enabled.' 2021-01-30 23:42:22.360 51 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.ImportImagesTest ... skip: b'ImportImagesTest skipped as image import is not available' 2021-01-30 23:42:26.784 51 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images_member.ImagesMemberTest.test_get_image_member ... success [0.835s] 2021-01-30 23:42:26.799 51 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images_member.ImagesMemberTest.test_get_image_member_schema ... success [0.014s] 2021-01-30 23:42:26.815 51 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images_member.ImagesMemberTest.test_get_image_members_schema ... success [0.013s] 2021-01-30 23:42:27.308 51 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images_member.ImagesMemberTest.test_image_share_accept ... success [0.489s] 2021-01-30 23:42:27.671 51 INFO opnfv-tempest [-] {3} tempest.api.network.admin.test_negative_quotas.QuotasNegativeTest.test_network_quota_exceeding ... success [3.505s] 2021-01-30 23:42:27.767 51 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images_member.ImagesMemberTest.test_image_share_reject ... success [0.456s] 2021-01-30 23:42:28.205 51 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images_member.ImagesMemberTest.test_remove_image_member ... success [0.434s] 2021-01-30 23:42:32.926 51 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images_metadefs_resource_types.MetadataResourceTypesTest.test_basic_meta_def_resource_type_association ... success [0.508s] 2021-01-30 23:42:36.231 51 INFO opnfv-tempest [-] {3} tempest.api.network.admin.test_ports.PortsAdminExtendedAttrsIpV6TestJSON.test_create_port_binding_ext_attr ... success [1.811s] 2021-01-30 23:42:36.705 51 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images_metadefs_schema.MetadataSchemaTest.test_get_metadata_namespace_schema ... success [0.161s] 2021-01-30 23:42:36.722 51 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images_metadefs_schema.MetadataSchemaTest.test_get_metadata_namespaces_schema ... success [0.014s] 2021-01-30 23:42:36.737 51 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images_metadefs_schema.MetadataSchemaTest.test_get_metadata_object_schema ... success [0.012s] 2021-01-30 23:42:36.753 51 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images_metadefs_schema.MetadataSchemaTest.test_get_metadata_objects_schema ... success [0.016s] 2021-01-30 23:42:36.769 51 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images_metadefs_schema.MetadataSchemaTest.test_get_metadata_properties_schema ... success [0.015s] 2021-01-30 23:42:36.784 51 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images_metadefs_schema.MetadataSchemaTest.test_get_metadata_property_schema ... success [0.014s] 2021-01-30 23:42:36.798 51 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images_metadefs_schema.MetadataSchemaTest.test_get_metadata_resource_type_schema ... success [0.014s] 2021-01-30 23:42:36.816 51 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images_metadefs_schema.MetadataSchemaTest.test_get_metadata_resources_types_schema ... success [0.016s] 2021-01-30 23:42:36.832 51 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images_metadefs_schema.MetadataSchemaTest.test_get_metadata_tag_schema ... success [0.015s] 2021-01-30 23:42:36.845 51 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images_metadefs_schema.MetadataSchemaTest.test_get_metadata_tags_schema ... success [0.014s] 2021-01-30 23:42:38.679 51 INFO opnfv-tempest [-] {3} tempest.api.network.admin.test_ports.PortsAdminExtendedAttrsIpV6TestJSON.test_list_ports_binding_ext_attr ... success [2.443s] 2021-01-30 23:42:40.019 51 INFO opnfv-tempest [-] {3} tempest.api.network.admin.test_ports.PortsAdminExtendedAttrsIpV6TestJSON.test_show_port_binding_ext_attr ... success [1.340s] 2021-01-30 23:42:40.937 51 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images_tags.ImagesTagsTest.test_update_delete_tags_for_image ... success [0.541s] 2021-01-30 23:42:42.041 51 INFO opnfv-tempest [-] {3} tempest.api.network.admin.test_ports.PortsAdminExtendedAttrsIpV6TestJSON.test_update_port_binding_ext_attr ... success [2.017s] 2021-01-30 23:42:47.844 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_rescue_negative.ServerRescueNegativeTestJSON.test_rescued_vm_detach_volume ... success [72.924s] 2021-01-30 23:42:47.931 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_rescue_negative.ServerRescueNegativeTestJSON.test_rescued_vm_reboot ... success [0.091s] 2021-01-30 23:42:48.006 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_rescue_negative.ServerRescueNegativeTestJSON.test_rescued_vm_rebuild ... success [0.075s] 2021-01-30 23:42:50.264 51 INFO opnfv-tempest [-] {1} tempest.api.network.admin.test_dhcp_agent_scheduler.DHCPAgentSchedulersTestJSON.test_add_remove_network_from_dhcp_agent ... success [2.060s] 2021-01-30 23:42:50.300 51 INFO opnfv-tempest [-] {1} tempest.api.network.admin.test_dhcp_agent_scheduler.DHCPAgentSchedulersTestJSON.test_list_dhcp_agent_hosting_network ... success [0.038s] 2021-01-30 23:42:50.469 51 INFO opnfv-tempest [-] {1} tempest.api.network.admin.test_dhcp_agent_scheduler.DHCPAgentSchedulersTestJSON.test_list_networks_hosted_by_one_dhcp ... success [0.166s] 2021-01-30 23:42:51.344 51 INFO opnfv-tempest [-] {3} tempest.api.network.admin.test_ports.PortsAdminExtendedAttrsTestJSON.test_create_port_binding_ext_attr ... success [1.879s] 2021-01-30 23:42:53.910 51 INFO opnfv-tempest [-] {3} tempest.api.network.admin.test_ports.PortsAdminExtendedAttrsTestJSON.test_list_ports_binding_ext_attr ... success [2.563s] 2021-01-30 23:42:55.223 51 INFO opnfv-tempest [-] {3} tempest.api.network.admin.test_ports.PortsAdminExtendedAttrsTestJSON.test_show_port_binding_ext_attr ... success [1.309s] 2021-01-30 23:42:57.763 51 INFO opnfv-tempest [-] {3} tempest.api.network.admin.test_ports.PortsAdminExtendedAttrsTestJSON.test_update_port_binding_ext_attr ... success [2.535s] 2021-01-30 23:43:02.190 51 INFO opnfv-tempest [-] {1} tempest.api.network.admin.test_external_networks_negative.ExternalNetworksAdminNegativeTestJSON.test_create_port_with_precreated_floatingip_as_fixed_ip ... success [3.270s] 2021-01-30 23:43:03.630 51 INFO opnfv-tempest [-] {3} tempest.api.network.test_extensions.ExtensionsTestJSON.test_list_show_extensions ... success [0.952s] 2021-01-30 23:43:04.146 51 INFO opnfv-tempest [-] {1} tempest.api.network.admin.test_metering_extensions.MeteringIpV6TestJSON ... skip: b'metering extension not enabled.' 2021-01-30 23:43:13.468 51 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_all_attributes ... success [4.637s] 2021-01-30 23:43:17.176 51 INFO opnfv-tempest [-] {1} tempest.api.network.admin.test_routers.RoutersAdminTest.test_create_router_set_gateway_with_fixed_ip ... success [9.493s] 2021-01-30 23:43:18.566 51 INFO opnfv-tempest [-] {1} tempest.api.network.admin.test_routers.RoutersAdminTest.test_create_router_setting_project_id ... success [1.385s] 2021-01-30 23:43:19.006 51 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_allocation_pools ... success [5.537s] 2021-01-30 23:43:20.932 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_tags.ServerTagsTestJSON.test_check_tag_existence ... success [0.338s] 2021-01-30 23:43:21.508 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_tags.ServerTagsTestJSON.test_create_delete_tag ... success [0.574s] 2021-01-30 23:43:22.102 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_tags.ServerTagsTestJSON.test_delete_all_tags ... success [0.591s] 2021-01-30 23:43:22.437 51 INFO opnfv-tempest [-] {1} tempest.api.network.admin.test_routers.RoutersAdminTest.test_create_router_with_default_snat_value ... success [3.867s] 2021-01-30 23:43:22.703 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_tags.ServerTagsTestJSON.test_update_all_tags ... success [0.599s] 2021-01-30 23:43:23.685 51 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_dhcp_enabled ... success [4.677s] 2021-01-30 23:43:29.207 51 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_gw ... success [5.519s] 2021-01-30 23:43:32.039 51 INFO opnfv-tempest [-] {1} tempest.api.network.admin.test_routers.RoutersAdminTest.test_create_router_with_snat_explicit ... success [9.597s] 2021-01-30 23:43:34.111 51 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_gw_and_allocation_pools ... success [4.906s] 2021-01-30 23:43:37.587 51 INFO opnfv-tempest [-] {1} tempest.api.network.admin.test_routers.RoutersAdminTest.test_update_router_reset_gateway_without_snat ... success [5.541s] 2021-01-30 23:43:38.604 51 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_host_routes_and_dns_nameservers ... success [4.489s] 2021-01-30 23:43:41.656 51 INFO opnfv-tempest [-] {1} tempest.api.network.admin.test_routers.RoutersAdminTest.test_update_router_set_gateway ... success [4.068s] 2021-01-30 23:43:43.075 51 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_without_gateway ... success [4.468s] 2021-01-30 23:43:46.036 51 INFO opnfv-tempest [-] {1} tempest.api.network.admin.test_routers.RoutersAdminTest.test_update_router_set_gateway_with_snat_explicit ... success [4.377s] 2021-01-30 23:43:48.356 51 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksTest.test_create_update_delete_network_subnet ... success [5.279s] 2021-01-30 23:43:49.237 51 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksTest.test_create_update_network_description ... success [0.879s] 2021-01-30 23:43:50.189 51 INFO opnfv-tempest [-] {1} tempest.api.network.admin.test_routers.RoutersAdminTest.test_update_router_set_gateway_without_snat ... success [4.151s] 2021-01-30 23:43:54.091 51 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksTest.test_delete_network_with_subnet ... success [4.850s] 2021-01-30 23:43:54.333 51 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksTest.test_external_network_visibility ... success [0.239s] 2021-01-30 23:43:54.375 51 INFO opnfv-tempest [-] {1} tempest.api.network.admin.test_routers.RoutersAdminTest.test_update_router_unset_gateway ... success [4.176s] 2021-01-30 23:43:54.532 51 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksTest.test_list_networks ... success [0.194s] 2021-01-30 23:43:54.700 51 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksTest.test_list_networks_fields ... success [0.169s] 2021-01-30 23:43:54.776 51 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksTest.test_list_subnets ... success [0.076s] 2021-01-30 23:43:54.870 51 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksTest.test_list_subnets_fields ... success [0.090s] 2021-01-30 23:43:55.000 51 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksTest.test_show_network ... success [0.128s] 2021-01-30 23:43:55.180 51 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksTest.test_show_network_fields ... success [0.180s] 2021-01-30 23:43:55.260 51 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksTest.test_show_subnet ... success [0.079s] 2021-01-30 23:43:55.343 51 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksTest.test_show_subnet_fields ... success [0.083s] 2021-01-30 23:44:00.163 51 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksTest.test_update_subnet_gw_dns_host_routes_dhcp ... success [4.818s] 2021-01-30 23:44:02.673 51 INFO opnfv-tempest [-] {1} tempest.api.network.admin.test_routers_dvr.RoutersTestDVR.test_centralized_router_creation ... success [0.661s] 2021-01-30 23:44:04.612 51 INFO opnfv-tempest [-] {1} tempest.api.network.admin.test_routers_dvr.RoutersTestDVR.test_centralized_router_update_to_dvr ... success [1.936s] 2021-01-30 23:44:05.214 51 INFO opnfv-tempest [-] {1} tempest.api.network.admin.test_routers_dvr.RoutersTestDVR.test_distributed_router_creation ... success [0.597s] 2021-01-30 23:44:07.733 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_microversions.ServerShowV257Test.test_rebuild_server ... success [37.792s] 2021-01-30 23:44:07.817 51 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_create_port_on_non_existent_network ... success [0.175s] 2021-01-30 23:44:07.872 51 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_delete_non_existent_network ... success [0.052s] 2021-01-30 23:44:07.918 51 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_delete_non_existent_port ... success [0.046s] 2021-01-30 23:44:07.974 51 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_delete_non_existent_subnet ... success [0.055s] 2021-01-30 23:44:08.015 51 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_show_non_existent_network ... success [0.040s] 2021-01-30 23:44:08.059 51 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_show_non_existent_port ... success [0.043s] 2021-01-30 23:44:08.104 51 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_show_non_existent_subnet ... success [0.044s] 2021-01-30 23:44:08.141 51 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_update_non_existent_network ... success [0.037s] 2021-01-30 23:44:08.190 51 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_update_non_existent_port ... success [0.047s] 2021-01-30 23:44:08.244 51 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_update_non_existent_subnet ... success [0.054s] 2021-01-30 23:44:14.357 51 INFO opnfv-tempest [-] {1} tempest.api.network.admin.test_routers_negative.RoutersAdminNegativeTest.test_router_set_gateway_used_ip_returns_409 ... success [3.188s] 2021-01-30 23:44:15.638 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_virtual_interfaces_negative.VirtualInterfacesNegativeTestJSON ... skip: b'nova-network is gone' 2021-01-30 23:44:16.821 51 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_bulk_port ... success [3.842s] 2021-01-30 23:44:18.217 51 INFO opnfv-tempest [-] {0} tempest.api.compute.test_extensions.ExtensionsTest.test_get_extension ... success [0.272s] 2021-01-30 23:44:18.261 51 INFO opnfv-tempest [-] {0} tempest.api.compute.test_extensions.ExtensionsTest.test_list_extensions ... success [0.042s] 2021-01-30 23:44:19.684 51 INFO opnfv-tempest [-] {0} tempest.api.compute.test_networks.ComputeNetworksTest ... skip: b'nova-network is not available.' 2021-01-30 23:44:22.363 51 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_in_allowed_allocation_pools ... success [5.535s] 2021-01-30 23:44:22.440 51 INFO opnfv-tempest [-] {0} tempest.api.compute.test_quotas.QuotasTestJSON.test_compare_tenant_quotas_with_default_quotas ... success [0.591s] 2021-01-30 23:44:22.662 51 INFO opnfv-tempest [-] {0} tempest.api.compute.test_quotas.QuotasTestJSON.test_get_default_quotas ... success [0.222s] 2021-01-30 23:44:23.035 51 INFO opnfv-tempest [-] {0} tempest.api.compute.test_quotas.QuotasTestJSON.test_get_quotas ... success [0.372s] 2021-01-30 23:44:27.893 51 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_with_no_securitygroups ... success [5.525s] 2021-01-30 23:44:28.729 51 INFO opnfv-tempest [-] {0} tempest.api.compute.test_tenant_networks.ComputeTenantNetworksTest.test_list_show_tenant_networks ... success [0.508s] 2021-01-30 23:44:30.120 51 INFO opnfv-tempest [-] {0} tempest.api.compute.volumes.test_attach_volume.AttachVolumeMultiAttachTest ... skip: b'Volume multi-attach is not available.' 2021-01-30 23:44:30.357 51 INFO opnfv-tempest [-] {1} tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcp_stateful ... success [11.346s] 2021-01-30 23:44:30.581 51 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_show_delete_port_user_defined_mac ... success [2.684s] 2021-01-30 23:44:32.740 51 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_update_delete_port ... success [2.154s] 2021-01-30 23:44:34.396 51 INFO opnfv-tempest [-] {0} tempest.api.compute.volumes.test_volumes_get.VolumesGetTestJSON.test_volume_create_get_delete ... success [2.064s] 2021-01-30 23:44:39.478 51 INFO opnfv-tempest [-] {0} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_invalid_size ... success [0.182s] 2021-01-30 23:44:39.503 51 INFO opnfv-tempest [-] {0} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_zero ... success [0.021s] 2021-01-30 23:44:39.528 51 INFO opnfv-tempest [-] {0} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_create_volume_without_passing_size ... success [0.021s] 2021-01-30 23:44:39.616 51 INFO opnfv-tempest [-] {0} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_delete_invalid_volume_id ... success [0.089s] 2021-01-30 23:44:39.646 51 INFO opnfv-tempest [-] {0} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_delete_volume_without_passing_volume_id ... success [0.029s] 2021-01-30 23:44:39.663 51 INFO opnfv-tempest [-] {0} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_get_volume_without_passing_volume_id ... success [0.018s] 2021-01-30 23:44:39.743 51 INFO opnfv-tempest [-] {0} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_volume_delete_nonexistent_volume_id ... success [0.079s] 2021-01-30 23:44:39.836 51 INFO opnfv-tempest [-] {0} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_volume_get_nonexistent_volume_id ... success [0.092s] 2021-01-30 23:44:41.351 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v2.test_roles.RolesTestJSON ... skip: b'Identity api v2 is not enabled' 2021-01-30 23:44:41.354 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v2.test_tenants.TenantsTestJSON ... skip: b'Identity api v2 is not enabled' 2021-01-30 23:44:41.642 51 INFO opnfv-tempest [-] {1} tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcp_stateful_fixedips ... success [11.273s] 2021-01-30 23:44:42.040 51 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_update_port_with_second_ip ... success [9.292s] 2021-01-30 23:44:42.153 51 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsIpV6TestJSON.test_list_ports ... success [0.108s] 2021-01-30 23:44:42.261 51 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsIpV6TestJSON.test_list_ports_fields ... success [0.107s] 2021-01-30 23:44:46.020 51 INFO opnfv-tempest [-] {1} tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcp_stateful_fixedips_duplicate ... success [4.375s] 2021-01-30 23:44:46.515 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_inherits.InheritsV3TestJSON.test_inherit_assign_check_revoke_roles_on_projects_group ... success [0.518s] 2021-01-30 23:44:47.227 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_inherits.InheritsV3TestJSON.test_inherit_assign_check_revoke_roles_on_projects_user ... success [0.710s] 2021-01-30 23:44:47.906 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_inherits.InheritsV3TestJSON.test_inherit_assign_list_check_revoke_roles_on_domains_group ... success [0.675s] 2021-01-30 23:44:48.320 51 INFO opnfv-tempest [-] {1} tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcp_stateful_fixedips_outrange ... success [2.300s] 2021-01-30 23:44:48.607 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_inherits.InheritsV3TestJSON.test_inherit_assign_list_check_revoke_roles_on_domains_user ... success [0.697s] 2021-01-30 23:44:49.692 51 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsIpV6TestJSON.test_port_list_filter_by_ip ... success [7.426s] 2021-01-30 23:44:49.960 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_inherits.InheritsV3TestJSON.test_inherit_assign_list_revoke_user_roles_on_domain ... success [1.351s] 2021-01-30 23:44:51.063 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_inherits.InheritsV3TestJSON.test_inherit_assign_list_revoke_user_roles_on_project_tree ... success [1.101s] 2021-01-30 23:44:58.351 51 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsIpV6TestJSON.test_port_list_filter_by_ip_substr ... success [8.655s] 2021-01-30 23:44:59.711 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_projects.ProjectsTestJSON.test_associate_user_to_project ... success [1.264s] 2021-01-30 23:45:00.492 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_projects.ProjectsTestJSON.test_create_is_domain_project ... success [0.777s] 2021-01-30 23:45:01.022 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_projects.ProjectsTestJSON.test_project_create_enabled ... success [0.528s] 2021-01-30 23:45:01.453 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_projects.ProjectsTestJSON.test_project_create_not_enabled ... success [0.431s] 2021-01-30 23:45:01.854 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_projects.ProjectsTestJSON.test_project_create_with_description ... success [0.398s] 2021-01-30 23:45:02.804 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_projects.ProjectsTestJSON.test_project_create_with_domain ... success [0.945s] 2021-01-30 23:45:04.085 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_projects.ProjectsTestJSON.test_project_create_with_parent ... success [1.282s] 2021-01-30 23:45:04.551 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_projects.ProjectsTestJSON.test_project_get_equals_list ... success [0.465s] 2021-01-30 23:45:05.050 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_projects.ProjectsTestJSON.test_project_update_desc ... success [0.496s] 2021-01-30 23:45:05.589 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_projects.ProjectsTestJSON.test_project_update_enable ... success [0.538s] 2021-01-30 23:45:06.114 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_projects.ProjectsTestJSON.test_project_update_name ... success [0.520s] 2021-01-30 23:45:07.335 51 INFO opnfv-tempest [-] {1} tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcp_stateful_router ... success [19.005s] 2021-01-30 23:45:08.856 51 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsIpV6TestJSON.test_port_list_filter_by_router_id ... success [10.506s] 2021-01-30 23:45:08.950 51 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsIpV6TestJSON.test_show_port ... success [0.094s] 2021-01-30 23:45:09.034 51 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsIpV6TestJSON.test_show_port_fields ... success [0.080s] 2021-01-30 23:45:15.050 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_users_negative.UsersNegativeTest.test_authentication_for_disabled_user ... success [1.774s] 2021-01-30 23:45:15.193 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_users_negative.UsersNegativeTest.test_create_user_for_non_existent_domain ... success [0.144s] 2021-01-30 23:45:15.732 51 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsIpV6TestJSON.test_update_port_with_security_group_and_extra_attributes ... success [6.695s] 2021-01-30 23:45:17.371 51 INFO opnfv-tempest [-] {0} tempest.api.identity.v2.test_ec2_credentials.EC2CredentialsTest ... skip: b'Identity api v2 is not enabled' 2021-01-30 23:45:17.375 51 INFO opnfv-tempest [-] {0} tempest.api.identity.v2.test_users.IdentityUsersTest ... skip: b'Identity api v2 is not enabled' 2021-01-30 23:45:22.263 51 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_projects.IdentityV3ProjectsTest.test_list_projects_returns_only_authorized_projects ... success [1.095s] 2021-01-30 23:45:23.656 51 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsIpV6TestJSON.test_update_port_with_two_security_groups_and_extra_attributes ... success [7.920s] 2021-01-30 23:45:30.643 51 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_users.IdentityV3UsersTest.test_password_history_check_self_service_api ... fail [4.049s] 2021-01-30 23:45:32.397 51 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_users.IdentityV3UsersTest.test_user_account_lockout ... fail [1.753s] 2021-01-30 23:45:33.462 51 INFO opnfv-tempest [-] {1} tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcpv6_64_subnets ... success [26.120s] 2021-01-30 23:45:35.269 51 INFO opnfv-tempest [-] {1} tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcpv6_invalid_options ... success [1.807s] 2021-01-30 23:45:44.522 51 INFO opnfv-tempest [-] {1} tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcpv6_stateless_eui64 ... success [9.248s] 2021-01-30 23:45:44.527 51 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_users.IdentityV3UsersTest.test_user_update_own_password ... fail [12.109s] 2021-01-30 23:45:46.043 51 INFO opnfv-tempest [-] {0} tempest.api.image.v1.test_image_members.ImageMembersTest ... skip: b'Glance API v1 not supported' 2021-01-30 23:45:46.047 51 INFO opnfv-tempest [-] {0} tempest.api.image.v1.test_image_members_negative.ImageMembersNegativeTest ... skip: b'Glance API v1 not supported' 2021-01-30 23:45:49.961 51 INFO opnfv-tempest [-] {0} tempest.api.image.v2.admin.test_images.BasicOperationsImagesAdminTest.test_create_image_owner_param ... success [0.448s] 2021-01-30 23:45:50.218 51 INFO opnfv-tempest [-] {0} tempest.api.image.v2.admin.test_images.BasicOperationsImagesAdminTest.test_update_image_owner_param ... success [0.257s] 2021-01-30 23:45:50.847 51 INFO opnfv-tempest [-] {3} tempest.api.network.test_routers.RoutersIpV6Test.test_add_multiple_router_interfaces ... success [19.665s] 2021-01-30 23:45:53.466 51 INFO opnfv-tempest [-] {1} tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcpv6_stateless_no_ra ... success [8.938s] 2021-01-30 23:45:54.977 51 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images_metadefs_namespace_objects.MetadataNamespaceObjectsTest.test_create_update_delete_meta_namespace_objects ... success [0.389s] 2021-01-30 23:45:55.169 51 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images_metadefs_namespace_objects.MetadataNamespaceObjectsTest.test_list_meta_namespace_objects ... success [0.190s] 2021-01-30 23:45:55.332 51 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images_metadefs_namespace_objects.MetadataNamespaceObjectsTest.test_show_meta_namespace_objects ... success [0.164s] 2021-01-30 23:45:57.267 51 INFO opnfv-tempest [-] {1} tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcpv6_stateless_no_ra_no_dhcp ... success [3.796s] 2021-01-30 23:45:59.399 51 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images_metadefs_namespace_properties.MetadataNamespacePropertiesTest.test_basic_meta_def_namespace_property ... success [0.421s] 2021-01-30 23:46:01.976 51 INFO opnfv-tempest [-] {3} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_port_id ... success [11.127s] 2021-01-30 23:46:06.681 51 INFO opnfv-tempest [-] {0} tempest.api.network.admin.test_external_network_extension.ExternalNetworksTestJSON.test_create_external_network ... success [1.650s] 2021-01-30 23:46:11.869 51 INFO opnfv-tempest [-] {3} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_subnet_id ... success [9.892s] 2021-01-30 23:46:12.031 51 INFO opnfv-tempest [-] {0} tempest.api.network.admin.test_external_network_extension.ExternalNetworksTestJSON.test_delete_external_networks_with_floating_ip ... success [5.346s] 2021-01-30 23:46:13.339 51 INFO opnfv-tempest [-] {0} tempest.api.network.admin.test_external_network_extension.ExternalNetworksTestJSON.test_list_external_networks ... success [1.307s] 2021-01-30 23:46:14.844 51 INFO opnfv-tempest [-] {0} tempest.api.network.admin.test_external_network_extension.ExternalNetworksTestJSON.test_show_external_networks_attribute ... success [1.503s] 2021-01-30 23:46:16.397 51 INFO opnfv-tempest [-] {0} tempest.api.network.admin.test_external_network_extension.ExternalNetworksTestJSON.test_update_external_network ... success [1.553s] 2021-01-30 23:46:17.288 51 INFO opnfv-tempest [-] {3} tempest.api.network.test_routers.RoutersIpV6Test.test_create_show_list_update_delete_router ... success [5.413s] 2021-01-30 23:46:25.650 51 INFO opnfv-tempest [-] {1} tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcpv6_two_subnets ... success [28.366s] 2021-01-30 23:46:27.168 51 INFO opnfv-tempest [-] {3} tempest.api.network.test_routers.RoutersIpV6Test.test_router_interface_port_update_with_fixed_ip ... success [9.869s] 2021-01-30 23:46:30.804 51 INFO opnfv-tempest [-] {0} tempest.api.network.admin.test_routers.RoutersIpV6AdminTest.test_create_router_set_gateway_with_fixed_ip ... success [7.762s] 2021-01-30 23:46:32.172 51 INFO opnfv-tempest [-] {0} tempest.api.network.admin.test_routers.RoutersIpV6AdminTest.test_create_router_setting_project_id ... success [1.368s] 2021-01-30 23:46:35.834 51 INFO opnfv-tempest [-] {0} tempest.api.network.admin.test_routers.RoutersIpV6AdminTest.test_create_router_with_default_snat_value ... success [3.657s] 2021-01-30 23:46:38.079 51 INFO opnfv-tempest [-] {1} tempest.api.network.test_extra_dhcp_options.ExtraDHCPOptionsIpV6TestJSON.test_create_list_port_with_extra_dhcp_options ... success [1.853s] 2021-01-30 23:46:38.859 51 INFO opnfv-tempest [-] {1} tempest.api.network.test_extra_dhcp_options.ExtraDHCPOptionsIpV6TestJSON.test_update_show_port_with_extra_dhcp_options ... success [0.777s] 2021-01-30 23:46:44.267 51 INFO opnfv-tempest [-] {0} tempest.api.network.admin.test_routers.RoutersIpV6AdminTest.test_create_router_with_snat_explicit ... success [8.429s] 2021-01-30 23:46:49.276 51 INFO opnfv-tempest [-] {0} tempest.api.network.admin.test_routers.RoutersIpV6AdminTest.test_update_router_reset_gateway_without_snat ... success [5.004s] 2021-01-30 23:46:53.605 51 INFO opnfv-tempest [-] {0} tempest.api.network.admin.test_routers.RoutersIpV6AdminTest.test_update_router_set_gateway ... success [4.324s] 2021-01-30 23:46:55.182 51 INFO opnfv-tempest [-] {1} tempest.api.network.test_floating_ips_negative.FloatingIPNegativeTestJSON.test_associate_floatingip_port_ext_net_unreachable ... success [2.874s] 2021-01-30 23:46:55.366 51 INFO opnfv-tempest [-] {1} tempest.api.network.test_floating_ips_negative.FloatingIPNegativeTestJSON.test_create_floatingip_in_private_network ... success [0.179s] 2021-01-30 23:46:57.767 51 INFO opnfv-tempest [-] {0} tempest.api.network.admin.test_routers.RoutersIpV6AdminTest.test_update_router_set_gateway_with_snat_explicit ... success [4.157s] 2021-01-30 23:46:58.010 51 INFO opnfv-tempest [-] {1} tempest.api.network.test_floating_ips_negative.FloatingIPNegativeTestJSON.test_create_floatingip_with_port_ext_net_unreachable ... success [2.644s] 2021-01-30 23:47:02.644 51 INFO opnfv-tempest [-] {0} tempest.api.network.admin.test_routers.RoutersIpV6AdminTest.test_update_router_set_gateway_without_snat ... success [4.872s] 2021-01-30 23:47:07.170 51 INFO opnfv-tempest [-] {0} tempest.api.network.admin.test_routers.RoutersIpV6AdminTest.test_update_router_unset_gateway ... success [4.525s] 2021-01-30 23:47:08.128 51 INFO opnfv-tempest [-] {3} tempest.api.network.test_routers.RoutersIpV6Test.test_update_delete_extra_route ... success [40.957s] 2021-01-30 23:47:09.599 51 INFO opnfv-tempest [-] {3} tempest.api.network.test_routers.RoutersIpV6Test.test_update_router_admin_state ... success [1.470s] 2021-01-30 23:47:12.555 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_agent_management_negative.AgentManagementNegativeTest.test_list_agents_non_admin ... success [0.190s] 2021-01-30 23:47:13.512 51 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_create_bulk_port ... success [3.892s] 2021-01-30 23:47:18.954 51 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_create_port_in_allowed_allocation_pools ... success [5.439s] 2021-01-30 23:47:20.763 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_allowed_address_pair.AllowedAddressPairIpV6TestJSON.test_create_list_port_with_address_pair ... success [2.093s] 2021-01-30 23:47:23.242 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_allowed_address_pair.AllowedAddressPairIpV6TestJSON.test_update_port_with_address_pair ... success [2.478s] 2021-01-30 23:47:24.239 51 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_create_port_with_no_securitygroups ... success [5.283s] 2021-01-30 23:47:25.829 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_allowed_address_pair.AllowedAddressPairIpV6TestJSON.test_update_port_with_cidr_address_pair ... success [2.583s] 2021-01-30 23:47:27.698 51 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_create_show_delete_port_user_defined_mac ... success [3.457s] 2021-01-30 23:47:29.697 51 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_create_update_delete_port ... success [1.995s] 2021-01-30 23:47:30.922 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_allowed_address_pair.AllowedAddressPairIpV6TestJSON.test_update_port_with_multiple_ip_mac_address_pair ... success [5.088s] 2021-01-30 23:47:34.141 51 INFO opnfv-tempest [-] {3} tempest.api.network.test_routers.RoutersTest.test_add_multiple_router_interfaces ... success [19.673s] 2021-01-30 23:47:39.637 51 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_create_update_port_with_second_ip ... success [9.939s] 2021-01-30 23:47:39.730 51 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_list_ports ... success [0.094s] 2021-01-30 23:47:39.829 51 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_list_ports_fields ... success [0.099s] 2021-01-30 23:47:42.155 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_allowed_address_pair.AllowedAddressPairTestJSON.test_create_list_port_with_address_pair ... success [1.977s] 2021-01-30 23:47:44.763 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_allowed_address_pair.AllowedAddressPairTestJSON.test_update_port_with_address_pair ... success [2.606s] 2021-01-30 23:47:45.472 51 INFO opnfv-tempest [-] {3} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_port_id ... success [11.326s] 2021-01-30 23:47:47.176 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_allowed_address_pair.AllowedAddressPairTestJSON.test_update_port_with_cidr_address_pair ... success [2.412s] 2021-01-30 23:47:48.602 51 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_port_list_filter_by_ip ... success [8.765s] 2021-01-30 23:47:52.509 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_allowed_address_pair.AllowedAddressPairTestJSON.test_update_port_with_multiple_ip_mac_address_pair ... success [5.332s] 2021-01-30 23:47:55.778 51 INFO opnfv-tempest [-] {3} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_subnet_id ... success [10.307s] 2021-01-30 23:47:57.897 51 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_port_list_filter_by_ip_substr ... success [9.295s] 2021-01-30 23:48:01.170 51 INFO opnfv-tempest [-] {3} tempest.api.network.test_routers.RoutersTest.test_create_show_list_update_delete_router ... success [5.390s] 2021-01-30 23:48:04.193 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_extra_dhcp_options.ExtraDHCPOptionsTestJSON.test_create_list_port_with_extra_dhcp_options ... success [1.868s] 2021-01-30 23:48:04.871 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_extra_dhcp_options.ExtraDHCPOptionsTestJSON.test_update_show_port_with_extra_dhcp_options ... success [0.674s] 2021-01-30 23:48:10.302 51 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_port_list_filter_by_router_id ... success [12.399s] 2021-01-30 23:48:10.376 51 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_show_port ... success [0.076s] 2021-01-30 23:48:10.459 51 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_show_port_fields ... success [0.083s] 2021-01-30 23:48:13.073 51 INFO opnfv-tempest [-] {3} tempest.api.network.test_routers.RoutersTest.test_router_interface_port_update_with_fixed_ip ... success [11.903s] 2021-01-30 23:48:18.276 51 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_update_port_with_security_group_and_extra_attributes ... success [7.814s] 2021-01-30 23:48:26.102 51 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_update_port_with_two_security_groups_and_extra_attributes ... success [7.822s] 2021-01-30 23:48:26.125 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_floating_ip_specifying_a_fixed_ip_address ... success [5.183s] 2021-01-30 23:48:33.972 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_list_show_update_delete_floating_ip ... success [7.843s] 2021-01-30 23:48:34.696 51 INFO opnfv-tempest [-] {1} tempest.api.network.test_routers_negative.DvrRoutersNegativeTest.test_router_create_tenant_distributed_returns_forbidden ... success [0.110s] 2021-01-30 23:48:42.109 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_update_floatingip_with_port_multiple_ip_address ... success [8.135s] 2021-01-30 23:48:50.454 51 INFO opnfv-tempest [-] {1} tempest.api.network.test_routers_negative.RoutersNegativeIpV6Test.test_add_router_interfaces_on_overlapping_subnets_returns_400 ... success [10.527s] 2021-01-30 23:48:50.524 51 INFO opnfv-tempest [-] {1} tempest.api.network.test_routers_negative.RoutersNegativeIpV6Test.test_delete_non_existent_router_returns_404 ... success [0.067s] 2021-01-30 23:48:50.904 51 INFO opnfv-tempest [-] {1} tempest.api.network.test_routers_negative.RoutersNegativeIpV6Test.test_router_add_gateway_invalid_network_returns_404 ... success [0.376s] 2021-01-30 23:48:51.540 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_floating_ip_delete_port ... success [9.429s] 2021-01-30 23:48:53.702 51 INFO opnfv-tempest [-] {1} tempest.api.network.test_routers_negative.RoutersNegativeIpV6Test.test_router_add_gateway_net_not_external_returns_400 ... success [2.798s] 2021-01-30 23:48:56.890 51 INFO opnfv-tempest [-] {3} tempest.api.network.test_routers.RoutersTest.test_update_delete_extra_route ... success [43.807s] 2021-01-30 23:48:58.455 51 INFO opnfv-tempest [-] {3} tempest.api.network.test_routers.RoutersTest.test_update_router_admin_state ... success [1.568s] 2021-01-30 23:48:59.048 51 INFO opnfv-tempest [-] {1} tempest.api.network.test_routers_negative.RoutersNegativeIpV6Test.test_router_remove_interface_in_use_returns_409 ... success [5.345s] 2021-01-30 23:48:59.120 51 INFO opnfv-tempest [-] {1} tempest.api.network.test_routers_negative.RoutersNegativeIpV6Test.test_show_non_existent_router_returns_404 ... success [0.069s] 2021-01-30 23:48:59.191 51 INFO opnfv-tempest [-] {1} tempest.api.network.test_routers_negative.RoutersNegativeIpV6Test.test_update_non_existent_router_returns_404 ... success [0.067s] 2021-01-30 23:49:01.342 51 INFO opnfv-tempest [-] {3} tempest.api.network.test_tags.TagsTest ... skip: b'tag extension not enabled.' 2021-01-30 23:49:01.348 51 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_object_formpost_negative.ObjectFormPostNegativeTest ... skip: b'ObjectFormPostNegativeTest skipped as swift is not available' 2021-01-30 23:49:01.351 51 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_object_temp_url_negative.ObjectTempUrlNegativeTest ... skip: b'ObjectTempUrlNegativeTest skipped as swift is not available' 2021-01-30 23:49:05.584 51 INFO opnfv-tempest [-] {3} tempest.api.volume.admin.test_backends_capabilities.BackendsCapabilitiesAdminTestsJSON.test_compare_volume_stats_values ... success [0.431s] 2021-01-30 23:49:05.629 51 INFO opnfv-tempest [-] {3} tempest.api.volume.admin.test_backends_capabilities.BackendsCapabilitiesAdminTestsJSON.test_get_capabilities_backend ... success [0.042s] 2021-01-30 23:49:12.426 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_floating_ip_update_different_router ... success [20.883s] 2021-01-30 23:49:22.355 51 INFO opnfv-tempest [-] {1} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_add_router_interfaces_on_overlapping_subnets_returns_400 ... success [8.130s] 2021-01-30 23:49:22.425 51 INFO opnfv-tempest [-] {1} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_delete_non_existent_router_returns_404 ... success [0.073s] 2021-01-30 23:49:22.650 51 INFO opnfv-tempest [-] {3} tempest.api.volume.admin.test_group_snapshots.GroupSnapshotsTest.test_create_group_from_group_snapshot ... success [11.371s] 2021-01-30 23:49:22.940 51 INFO opnfv-tempest [-] {1} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_router_add_gateway_invalid_network_returns_404 ... success [0.513s] 2021-01-30 23:49:24.788 51 INFO opnfv-tempest [-] {1} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_router_add_gateway_net_not_external_returns_400 ... success [1.850s] 2021-01-30 23:49:25.752 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_list_update_show_delete_security_group ... success [0.975s] 2021-01-30 23:49:26.583 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_security_group_rule_with_additional_args ... success [0.830s] 2021-01-30 23:49:28.760 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_security_group_rule_with_icmp_type_code ... success [2.167s] 2021-01-30 23:49:29.477 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_security_group_rule_with_protocol_integer_value ... success [0.720s] 2021-01-30 23:49:30.393 51 INFO opnfv-tempest [-] {1} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_router_remove_interface_in_use_returns_409 ... success [5.602s] 2021-01-30 23:49:30.460 51 INFO opnfv-tempest [-] {1} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_show_non_existent_router_returns_404 ... success [0.067s] 2021-01-30 23:49:30.630 51 INFO opnfv-tempest [-] {1} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_update_non_existent_router_returns_404 ... success [0.170s] 2021-01-30 23:49:30.682 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_security_group_rule_with_remote_group_id ... success [1.202s] 2021-01-30 23:49:31.445 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_security_group_rule_with_remote_ip_prefix ... success [0.757s] 2021-01-30 23:49:33.328 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_show_delete_security_group_rule ... success [1.873s] 2021-01-30 23:49:33.400 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_list_security_groups ... success [0.078s] 2021-01-30 23:49:37.107 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_additional_default_security_group_fails ... success [0.224s] 2021-01-30 23:49:37.949 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_duplicate_security_group_rule_fails ... success [0.838s] 2021-01-30 23:49:38.397 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_security_group_rule_with_bad_ethertype ... success [0.448s] 2021-01-30 23:49:38.906 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_security_group_rule_with_bad_protocol ... success [0.503s] 2021-01-30 23:49:38.968 51 INFO opnfv-tempest [-] {3} tempest.api.volume.admin.test_group_snapshots.GroupSnapshotsTest.test_delete_group_snapshots_following_updated_volumes ... success [16.306s] 2021-01-30 23:49:39.405 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_security_group_rule_with_bad_remote_ip_prefix ... success [0.499s] 2021-01-30 23:49:40.172 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_security_group_rule_with_invalid_ports ... success [0.768s] 2021-01-30 23:49:40.850 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_security_group_rule_with_non_existent_remote_groupid ... success [0.674s] 2021-01-30 23:49:40.919 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_security_group_rule_with_non_existent_security_group ... success [0.067s] 2021-01-30 23:49:41.949 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_security_group_rule_with_remote_ip_and_group ... success [1.026s] 2021-01-30 23:49:42.481 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_security_group_rule_wrong_ip_prefix_version ... success [0.531s] 2021-01-30 23:49:42.928 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_security_group_update_name_default ... success [0.446s] 2021-01-30 23:49:42.958 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_delete_non_existent_security_group ... success [0.030s] 2021-01-30 23:49:42.990 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_show_non_existent_security_group ... success [0.030s] 2021-01-30 23:49:43.017 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_show_non_existent_security_group_rule ... success [0.025s] 2021-01-30 23:49:44.792 51 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group ... success [0.913s] 2021-01-30 23:49:45.506 51 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_additional_args ... success [0.712s] 2021-01-30 23:49:46.412 51 INFO opnfv-tempest [-] {3} tempest.api.volume.admin.test_group_snapshots.GroupSnapshotsTest.test_group_snapshot_create_show_list_delete ... success [7.438s] 2021-01-30 23:49:46.729 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_service_providers.ServiceProvidersTest.test_service_providers_list ... success [0.301s] 2021-01-30 23:49:47.652 51 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_icmp_type_code ... success [2.141s] 2021-01-30 23:49:48.245 51 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_protocol_integer_value ... success [0.592s] 2021-01-30 23:49:49.414 51 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_remote_group_id ... success [1.165s] 2021-01-30 23:49:50.316 51 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_remote_ip_prefix ... success [0.899s] 2021-01-30 23:49:52.012 51 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule ... success [1.684s] 2021-01-30 23:49:52.077 51 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups ... success [0.071s] 2021-01-30 23:49:52.678 51 INFO opnfv-tempest [-] {3} tempest.api.volume.admin.test_group_snapshots.GroupSnapshotsV319Test.test_reset_group_snapshot_status ... skip [0.002s]: b'Skipped until bug: https://launchpad.net/bugs/1770179 is resolved.' 2021-01-30 23:49:55.246 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_tags.TagsExtTest.test_create_check_list_and_delete_tags ... success [2.224s] 2021-01-30 23:49:55.865 51 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_additional_default_security_group_fails ... success [0.158s] 2021-01-30 23:49:56.637 51 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_duplicate_security_group_rule_fails ... success [0.771s] 2021-01-30 23:49:57.038 51 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_ethertype ... success [0.401s] 2021-01-30 23:49:57.492 51 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_protocol ... success [0.453s] 2021-01-30 23:49:57.843 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_tags.TagsExtTest.test_update_and_delete_all_tags ... success [2.593s] 2021-01-30 23:49:57.976 51 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_remote_ip_prefix ... success [0.482s] 2021-01-30 23:49:58.739 51 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_invalid_ports ... success [0.761s] 2021-01-30 23:49:59.300 51 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_non_existent_remote_groupid ... success [0.559s] 2021-01-30 23:49:59.372 51 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_non_existent_security_group ... success [0.073s] 2021-01-30 23:50:00.276 51 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_remote_ip_and_group ... success [0.899s] 2021-01-30 23:50:00.756 51 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_update_name_default ... success [0.477s] 2021-01-30 23:50:00.796 51 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_delete_non_existent_security_group ... success [0.031s] 2021-01-30 23:50:00.834 51 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_show_non_existent_security_group ... success [0.039s] 2021-01-30 23:50:00.868 51 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_show_non_existent_security_group_rule ... success [0.030s] 2021-01-30 23:50:02.064 51 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_container_acl_negative.ObjectACLsNegativeTest ... skip: b'ObjectACLsNegativeTest skipped as swift is not available' 2021-01-30 23:50:02.066 51 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest ... skip: b'ContainerQuotasTest skipped as swift is not available' 2021-01-30 23:50:02.070 51 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_container_staticweb.StaticWebTest ... skip: b'StaticWebTest skipped as swift is not available' 2021-01-30 23:50:02.072 51 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_healthcheck.HealthcheckTest ... skip: b'HealthcheckTest skipped as swift is not available' 2021-01-30 23:50:02.076 51 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_object_services.ObjectTest ... skip: b'ObjectTest skipped as swift is not available' 2021-01-30 23:50:02.079 51 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_object_slo.ObjectSloTest ... skip: b'ObjectSloTest skipped as swift is not available' 2021-01-30 23:50:02.081 51 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_object_temp_url.ObjectTempUrlTest ... skip: b'ObjectTempUrlTest skipped as swift is not available' 2021-01-30 23:50:02.910 51 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_quotas_negative.AccountQuotasNegativeTest ... skip: b'AccountQuotasNegativeTest skipped as swift is not available' 2021-01-30 23:50:02.916 51 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_services.AccountTest ... skip: b'AccountTest skipped as swift is not available' 2021-01-30 23:50:02.920 51 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_services_negative.AccountNegativeTest ... skip: b'AccountNegativeTest skipped as swift is not available' 2021-01-30 23:50:02.924 51 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_acl.ObjectTestACLs ... skip: b'ObjectTestACLs skipped as swift is not available' 2021-01-30 23:50:02.928 51 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_services.PublicObjectTest ... skip: b'PublicObjectTest skipped as swift is not available' 2021-01-30 23:50:06.994 51 INFO opnfv-tempest [-] {0} tempest.api.volume.admin.test_group_type_specs.GroupTypeSpecsTest.test_group_type_specs_create_show_update_list_delete ... success [0.557s] 2021-01-30 23:50:08.193 51 INFO opnfv-tempest [-] {3} tempest.api.volume.admin.test_groups.GroupsV314Test.test_create_group_from_group ... success [9.757s] 2021-01-30 23:50:13.538 51 INFO opnfv-tempest [-] {1} tempest.api.volume.admin.test_groups.GroupsTest.test_group_create_show_list_delete ... success [7.897s] 2021-01-30 23:50:15.398 51 INFO opnfv-tempest [-] {3} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_associate_disassociate_qos ... success [0.590s] 2021-01-30 23:50:15.559 51 INFO opnfv-tempest [-] {3} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_create_delete_qos_with_back_end_consumer ... success [0.160s] 2021-01-30 23:50:15.704 51 INFO opnfv-tempest [-] {3} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_create_delete_qos_with_both_consumer ... success [0.143s] 2021-01-30 23:50:15.854 51 INFO opnfv-tempest [-] {3} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_create_delete_qos_with_front_end_consumer ... success [0.147s] 2021-01-30 23:50:15.888 51 INFO opnfv-tempest [-] {3} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_get_qos ... success [0.031s] 2021-01-30 23:50:15.930 51 INFO opnfv-tempest [-] {3} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_list_qos ... success [0.040s] 2021-01-30 23:50:16.111 51 INFO opnfv-tempest [-] {3} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_set_unset_qos_key ... success [0.178s] 2021-01-30 23:50:19.800 51 INFO opnfv-tempest [-] {0} tempest.api.volume.admin.test_snapshot_manage.SnapshotManageAdminTest.test_unmanage_manage_snapshot ... success [7.209s] 2021-01-30 23:50:23.627 51 INFO opnfv-tempest [-] {1} tempest.api.volume.admin.test_groups.GroupsTest.test_group_update ... success [10.088s] 2021-01-30 23:50:26.369 51 INFO opnfv-tempest [-] {3} tempest.api.volume.admin.test_volume_retype.VolumeRetypeWithoutMigrationTest.test_available_volume_retype ... success [3.607s] 2021-01-30 23:50:30.441 51 INFO opnfv-tempest [-] {1} tempest.api.volume.admin.test_user_messages.UserMessagesTest.test_delete_message ... success [1.039s] 2021-01-30 23:50:30.546 51 INFO opnfv-tempest [-] {0} tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest.test_reset_snapshot_status ... success [0.493s] 2021-01-30 23:50:31.073 51 INFO opnfv-tempest [-] {1} tempest.api.volume.admin.test_user_messages.UserMessagesTest.test_list_show_messages ... success [0.627s] 2021-01-30 23:50:33.701 51 INFO opnfv-tempest [-] {3} tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON.test_get_service_by_host_name ... success [0.032s] 2021-01-30 23:50:33.732 51 INFO opnfv-tempest [-] {3} tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON.test_get_service_by_service_and_host_name ... success [0.029s] 2021-01-30 23:50:33.769 51 INFO opnfv-tempest [-] {3} tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON.test_get_service_by_service_binary_name ... success [0.034s] 2021-01-30 23:50:34.413 51 INFO opnfv-tempest [-] {0} tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest.test_snapshot_force_delete_when_snapshot_is_creating ... success [3.860s] 2021-01-30 23:50:35.644 51 INFO opnfv-tempest [-] {3} tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON.test_get_service_by_volume_host_name ... success [1.873s] 2021-01-30 23:50:35.683 51 INFO opnfv-tempest [-] {3} tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON.test_list_services ... success [0.038s] 2021-01-30 23:50:37.196 51 INFO opnfv-tempest [-] {0} tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest.test_snapshot_force_delete_when_snapshot_is_deleting ... success [2.776s] 2021-01-30 23:50:39.965 51 INFO opnfv-tempest [-] {0} tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest.test_snapshot_force_delete_when_snapshot_is_error ... success [2.765s] 2021-01-30 23:50:42.764 51 INFO opnfv-tempest [-] {0} tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest.test_snapshot_force_delete_when_snapshot_is_error_deleting ... success [2.793s] 2021-01-30 23:50:43.133 51 INFO opnfv-tempest [-] {0} tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest.test_update_snapshot_status ... success [0.367s] 2021-01-30 23:50:44.636 51 INFO opnfv-tempest [-] {1} tempest.api.volume.admin.test_volume_manage.VolumeManageAdminTest.test_unmanage_manage_volume ... fail [7.248s] 2021-01-30 23:50:45.831 51 INFO opnfv-tempest [-] {3} tempest.api.volume.admin.test_volume_type_access.VolumeTypesAccessTest.test_volume_type_access_add ... success [2.113s] 2021-01-30 23:50:46.071 51 INFO opnfv-tempest [-] {3} tempest.api.volume.admin.test_volume_type_access.VolumeTypesAccessTest.test_volume_type_access_list ... success [0.236s] 2021-01-30 23:50:50.874 51 INFO opnfv-tempest [-] {1} tempest.api.volume.admin.test_volume_pools.VolumePoolsAdminTestsJSON.test_get_pools_with_details ... success [0.248s] 2021-01-30 23:50:50.919 51 INFO opnfv-tempest [-] {1} tempest.api.volume.admin.test_volume_pools.VolumePoolsAdminTestsJSON.test_get_pools_without_details ... success [0.045s] 2021-01-30 23:50:51.856 51 INFO opnfv-tempest [-] {0} tempest.api.volume.admin.test_volume_quota_classes.VolumeQuotaClassesTest.test_show_default_quota ... success [0.318s] 2021-01-30 23:50:52.983 51 INFO opnfv-tempest [-] {1} tempest.api.volume.admin.test_volume_retype.VolumeRetypeWithMigrationTest ... skip: b'Cinder multi-backend feature disabled' 2021-01-30 23:50:53.070 51 INFO opnfv-tempest [-] {0} tempest.api.volume.admin.test_volume_quota_classes.VolumeQuotaClassesTest.test_update_default_quota ... success [1.210s] 2021-01-30 23:50:54.721 51 INFO opnfv-tempest [-] {3} tempest.api.volume.admin.test_volume_types_extra_specs.VolumeTypesExtraSpecsTest.test_volume_type_extra_spec_create_get_delete ... success [0.298s] 2021-01-30 23:50:54.871 51 INFO opnfv-tempest [-] {3} tempest.api.volume.admin.test_volume_types_extra_specs.VolumeTypesExtraSpecsTest.test_volume_type_extra_specs_list ... success [0.146s] 2021-01-30 23:50:55.277 51 INFO opnfv-tempest [-] {3} tempest.api.volume.admin.test_volume_types_extra_specs.VolumeTypesExtraSpecsTest.test_volume_type_extra_specs_update ... success [0.401s] 2021-01-30 23:50:59.144 51 INFO opnfv-tempest [-] {0} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_create_invalid_body ... success [0.018s] 2021-01-30 23:50:59.173 51 INFO opnfv-tempest [-] {0} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_create_none_body ... success [0.022s] 2021-01-30 23:50:59.256 51 INFO opnfv-tempest [-] {0} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_create_nonexistent_type_id ... success [0.082s] 2021-01-30 23:50:59.289 51 INFO opnfv-tempest [-] {0} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_delete_nonexistent_volume_type_id ... success [0.033s] 2021-01-30 23:50:59.330 51 INFO opnfv-tempest [-] {0} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_get_nonexistent_extra_spec_name ... success [0.034s] 2021-01-30 23:50:59.363 51 INFO opnfv-tempest [-] {0} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_get_nonexistent_volume_type_id ... success [0.033s] 2021-01-30 23:50:59.397 51 INFO opnfv-tempest [-] {0} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_list_nonexistent_volume_type_id ... success [0.033s] 2021-01-30 23:50:59.424 51 INFO opnfv-tempest [-] {0} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_update_multiple_extra_spec ... success [0.023s] 2021-01-30 23:50:59.446 51 INFO opnfv-tempest [-] {0} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_update_no_body ... success [0.022s] 2021-01-30 23:50:59.521 51 INFO opnfv-tempest [-] {0} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_update_none_extra_spec_id ... success [0.074s] 2021-01-30 23:50:59.594 51 INFO opnfv-tempest [-] {0} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_update_nonexistent_extra_spec_id ... success [0.073s] 2021-01-30 23:51:01.738 51 INFO opnfv-tempest [-] {1} tempest.api.volume.admin.test_volume_snapshot_quotas_negative.VolumeSnapshotQuotasNegativeTestJSON.test_quota_volume_gigabytes_snapshots ... success [0.368s] 2021-01-30 23:51:01.837 51 INFO opnfv-tempest [-] {1} tempest.api.volume.admin.test_volume_snapshot_quotas_negative.VolumeSnapshotQuotasNegativeTestJSON.test_quota_volume_snapshots ... success [0.098s] 2021-01-30 23:51:06.043 51 INFO opnfv-tempest [-] {0} tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_create_volume_with_private_volume_type ... success [0.546s] 2021-01-30 23:51:06.062 51 INFO opnfv-tempest [-] {0} tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_create_with_empty_name ... success [0.019s] 2021-01-30 23:51:06.097 51 INFO opnfv-tempest [-] {0} tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_delete_nonexistent_type_id ... success [0.032s] 2021-01-30 23:51:06.132 51 INFO opnfv-tempest [-] {0} tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_get_nonexistent_type_id ... success [0.035s] 2021-01-30 23:51:17.284 51 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volume_delete_cascade.VolumesDeleteCascade.test_volume_delete_cascade ... success [6.865s] 2021-01-30 23:51:17.287 51 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volume_delete_cascade.VolumesDeleteCascade.test_volume_from_snapshot_cascade_delete ... skip [0.001s]: b'Skip because of Bug#1677525' 2021-01-30 23:51:17.398 51 INFO opnfv-tempest [-] {1} tempest.api.volume.admin.test_volumes_list.VolumesListAdminTestJSON.test_volume_list_param_tenant ... success [2.021s] 2021-01-30 23:51:21.328 51 INFO opnfv-tempest [-] {3} tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_force_detach_volume ... success [17.650s] 2021-01-30 23:51:24.451 51 INFO opnfv-tempest [-] {3} tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_force_delete_when_volume_is_attaching ... success [3.126s] 2021-01-30 23:51:27.636 51 INFO opnfv-tempest [-] {3} tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_force_delete_when_volume_is_creating ... success [3.182s] 2021-01-30 23:51:30.401 51 INFO opnfv-tempest [-] {1} tempest.api.volume.test_image_metadata.VolumesImageMetadata.test_update_show_delete_image_metadata ... success [0.481s] 2021-01-30 23:51:30.838 51 INFO opnfv-tempest [-] {3} tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_force_delete_when_volume_is_error ... success [3.200s] 2021-01-30 23:51:33.894 51 INFO opnfv-tempest [-] {3} tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_force_delete_when_volume_is_maintenance ... success [3.051s] 2021-01-30 23:51:36.638 51 INFO opnfv-tempest [-] {3} tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_reset_status ... success [2.741s] 2021-01-30 23:51:39.865 51 INFO opnfv-tempest [-] {1} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_crud_snapshot_metadata ... success [0.441s] 2021-01-30 23:51:40.227 51 INFO opnfv-tempest [-] {1} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_update_show_snapshot_metadata_item ... success [0.361s] 2021-01-30 23:51:40.646 51 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_attach_detach_volume_to_instance ... success [15.769s] 2021-01-30 23:51:45.880 51 INFO opnfv-tempest [-] {3} tempest.api.volume.test_availability_zone.AvailabilityZoneTestJSON.test_get_availability_zone_list ... success [0.228s] 2021-01-30 23:51:53.103 51 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volume_transfers.VolumesTransfersTest.test_create_get_list_accept_volume_transfer ... success [4.213s] 2021-01-30 23:51:56.317 51 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volume_transfers.VolumesTransfersTest.test_create_list_delete_volume_transfer ... success [3.211s] 2021-01-30 23:51:57.384 51 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_get_volume_attachment ... success [16.728s] 2021-01-30 23:51:57.864 51 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_reserve_unreserve_volume ... success [0.481s] 2021-01-30 23:51:58.196 51 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_bootable ... success [0.331s] 2021-01-30 23:51:58.558 51 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_readonly_update ... success [0.360s] 2021-01-30 23:52:27.903 51 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_backup.VolumesBackupsTest.test_backup_create_attached_volume ... success [26.346s] 2021-01-30 23:52:28.038 51 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_upload ... success [29.466s] 2021-01-30 23:52:39.050 51 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_extend.VolumesExtendTest.test_volume_extend ... success [5.584s] 2021-01-30 23:52:41.691 51 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_backup.VolumesBackupsTest.test_bootable_volume_backup_and_restore ... success [13.777s] 2021-01-30 23:52:41.692 51 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_backup.VolumesBackupsTest.test_volume_backup_create_get_detailed_list_restore_delete ... skip [0.000s]: b'ceph does not support arbitrary container names' 2021-01-30 23:52:44.474 51 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_extend.VolumesExtendTest.test_volume_extend_when_volume_has_snapshot ... success [5.424s] 2021-01-30 23:52:51.694 51 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_backup.VolumesBackupsV39Test.test_update_backup ... success [5.361s] 2021-01-30 23:52:56.983 51 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list ... success [0.074s] 2021-01-30 23:52:57.048 51 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_by_name ... success [0.064s] 2021-01-30 23:52:57.137 51 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_by_name ... success [0.086s] 2021-01-30 23:52:57.589 51 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_pagination ... success [0.449s] 2021-01-30 23:52:57.768 51 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_with_multiple_params ... success [0.175s] 2021-01-30 23:52:58.132 51 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_clone_negative.VolumesCloneNegativeTest.test_create_from_volume_decreasing_size ... success [1.836s] 2021-01-30 23:52:58.166 51 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_pagination ... success [0.397s] 2021-01-30 23:52:58.236 51 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_param_display_name_and_status ... success [0.068s] 2021-01-30 23:52:58.331 51 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_display_name_and_status ... success [0.091s] 2021-01-30 23:52:58.465 51 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_marker ... success [0.132s] 2021-01-30 23:52:58.564 51 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_metadata ... success [0.098s] 2021-01-30 23:52:58.653 51 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_details ... success [0.088s] 2021-01-30 23:52:58.731 51 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_param_metadata ... success [0.077s] 2021-01-30 23:52:58.885 51 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_availability_zone ... success [0.150s] 2021-01-30 23:52:59.029 51 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_bootable ... success [0.140s] 2021-01-30 23:52:59.177 51 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_status ... success [0.143s] 2021-01-30 23:52:59.269 51 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_availability_zone ... success [0.090s] 2021-01-30 23:52:59.377 51 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_bootable ... success [0.106s] 2021-01-30 23:52:59.478 51 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_status ... success [0.101s] 2021-01-30 23:53:07.189 51 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_extend.VolumesExtendAttachedTest.test_extend_attached_volume ... skip [0.001s]: b'Attached volume extend is disabled.' 2021-01-30 23:53:13.843 51 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_get.VolumesSummaryTest.test_show_volume_summary ... success [0.193s] 2021-01-30 23:53:21.279 51 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_backup ... success [11.200s] 2021-01-30 23:53:33.094 51 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_attach_volumes_with_nonexistent_volume_id ... success [14.020s] 2021-01-30 23:53:34.915 51 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_from_deactivated_image ... success [1.821s] 2021-01-30 23:53:36.622 51 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_from_image_with_decreasing_size ... success [1.702s] 2021-01-30 23:53:36.641 51 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_invalid_size ... success [0.016s] 2021-01-30 23:53:36.681 51 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_snapshot_id ... success [0.038s] 2021-01-30 23:53:36.742 51 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_source_volid ... success [0.058s] 2021-01-30 23:53:36.784 51 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_volume_type ... success [0.039s] 2021-01-30 23:53:36.805 51 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_negative ... success [0.018s] 2021-01-30 23:53:36.824 51 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_zero ... success [0.018s] 2021-01-30 23:53:36.844 51 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_without_passing_size ... success [0.019s] 2021-01-30 23:53:36.900 51 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_invalid_volume_id ... success [0.055s] 2021-01-30 23:53:36.919 51 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_volume_without_passing_volume_id ... success [0.019s] 2021-01-30 23:53:36.979 51 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_detach_volumes_with_invalid_volume_id ... success [0.060s] 2021-01-30 23:53:37.037 51 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_invalid_volume_id ... success [0.055s] 2021-01-30 23:53:37.052 51 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_volume_without_passing_volume_id ... success [0.014s] 2021-01-30 23:53:37.132 51 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_invalid_status ... success [0.080s] 2021-01-30 23:53:37.207 51 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_nonexistent_name ... success [0.074s] 2021-01-30 23:53:37.275 51 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_invalid_status ... success [0.068s] 2021-01-30 23:53:37.359 51 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_nonexistent_name ... success [0.081s] 2021-01-30 23:53:37.637 51 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_reserve_volume_with_negative_volume_status ... success [0.274s] 2021-01-30 23:53:37.697 51 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_reserve_volume_with_nonexistent_volume_id ... success [0.060s] 2021-01-30 23:53:37.763 51 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_unreserve_volume_with_nonexistent_volume_id ... success [0.065s] 2021-01-30 23:53:37.781 51 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_empty_volume_id ... success [0.018s] 2021-01-30 23:53:37.845 51 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_invalid_volume_id ... success [0.060s] 2021-01-30 23:53:37.912 51 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_nonexistent_volume_id ... success [0.067s] 2021-01-30 23:53:37.974 51 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_delete_nonexistent_volume_id ... success [0.061s] 2021-01-30 23:53:37.994 51 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_extend_with_None_size ... success [0.019s] 2021-01-30 23:53:38.014 51 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_extend_with_non_number_size ... success [0.018s] 2021-01-30 23:53:38.073 51 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_extend_with_nonexistent_volume_id ... success [0.058s] 2021-01-30 23:53:38.093 51 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_extend_with_size_smaller_than_original_size ... success [0.019s] 2021-01-30 23:53:38.152 51 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_extend_without_passing_volume_id ... success [0.058s] 2021-01-30 23:53:38.210 51 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_get_nonexistent_volume_id ... success [0.057s] 2021-01-30 23:53:48.457 51 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_limit ... success [0.038s] 2021-01-30 23:53:48.541 51 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_limit_equals_infinite ... success [0.080s] 2021-01-30 23:53:48.582 51 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_limit_equals_zero ... success [0.039s] 2021-01-30 23:53:48.695 51 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_marker ... success [0.110s] 2021-01-30 23:53:48.736 51 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_offset ... success [0.039s] 2021-01-30 23:53:48.782 51 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_sort_created_at_asc ... success [0.044s] 2021-01-30 23:53:48.826 51 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_sort_created_at_desc ... success [0.041s] 2021-01-30 23:53:48.879 51 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_sort_id_asc ... success [0.051s] 2021-01-30 23:53:48.920 51 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_sort_id_desc ... success [0.040s] 2021-01-30 23:53:48.960 51 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_sort_name_asc ... success [0.041s] 2021-01-30 23:53:49.002 51 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_sort_name_desc ... success [0.041s] 2021-01-30 23:53:49.121 51 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_details_with_params ... success [0.119s] 2021-01-30 23:53:49.236 51 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_with_params ... success [0.113s] 2021-01-30 23:53:51.510 51 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_create_delete_with_volume_in_use ... success [30.215s] 2021-01-30 23:53:54.211 51 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_create_get_list_update_delete ... success [2.707s] 2021-01-30 23:53:59.772 51 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_with_nonexistent_volume_id ... success [0.194s] 2021-01-30 23:53:59.838 51 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_without_passing_volume_id ... success [0.066s] 2021-01-30 23:53:59.857 51 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_list_snapshot_invalid_param_limit ... success [0.018s] 2021-01-30 23:53:59.896 51 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_list_snapshots_invalid_param_marker ... success [0.038s] 2021-01-30 23:53:59.916 51 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_list_snapshots_invalid_param_sort ... success [0.019s] 2021-01-30 23:54:02.909 51 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_volume_from_snapshot_decreasing_size ... success [2.989s] 2021-01-30 23:54:23.466 51 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_create_offline_delete_online ... success [29.238s] 2021-01-30 23:54:30.401 51 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_volume_from_snapshot ... success [6.932s] 2021-01-30 23:54:37.375 51 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_volume_from_snapshot_no_size ... success [6.967s] 2021-01-30 23:54:50.795 51 INFO rally.task.context [-] Verification 61786d12-1fe5-43ad-b701-db8242cbf5ed | Context testr@default cleanup() started 2021-01-30 23:54:50.795 51 INFO rally.task.context [-] Verification 61786d12-1fe5-43ad-b701-db8242cbf5ed | Context testr@default cleanup() finished in 0.94 msec 2021-01-30 23:54:50.796 51 INFO rally.task.context [-] Verification 61786d12-1fe5-43ad-b701-db8242cbf5ed | Context tempest@default cleanup() started 2021-01-30 23:54:51.292 51 RALLYDEBUG rally_openstack.verification.tempest.context [-] Deleting role 'ResellerAdmin'. 2021-01-30 23:54:51.455 51 RALLYDEBUG rally_openstack.verification.tempest.context [-] Role 'ResellerAdmin' has been deleted. 2021-01-30 23:54:51.499 51 RALLYDEBUG rally_openstack.verification.tempest.context [-] Deleting flavor 'rally_verify_8f1063c6_OzPCOZvp'. 2021-01-30 23:54:51.750 51 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_8f1063c6_OzPCOZvp' has been deleted. 2021-01-30 23:54:51.752 51 RALLYDEBUG rally_openstack.verification.tempest.context [-] Removing value '6956bb23-fe1d-44f3-9698-cf34b2472799' of option 'instance_type' from Tempest config file. 2021-01-30 23:54:51.752 51 RALLYDEBUG rally_openstack.verification.tempest.context [-] Value '6956bb23-fe1d-44f3-9698-cf34b2472799' has been removed. 2021-01-30 23:54:51.754 51 INFO rally.task.context [-] Verification 61786d12-1fe5-43ad-b701-db8242cbf5ed | Context tempest@default cleanup() finished in 0.96 sec 2021-01-30 23:54:51.914 51 INFO rally.api [-] Verification (UUID=8f1063c6-5f06-4138-a8bf-410c12f43b12) has been successfully finished for deployment 'opnfv-rally' (UUID=22bb2c9a-a945-4430-ae52-9634a43e0859)! 2021-01-30 23:54:54.345 108 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-01-30 23:54:54.346 108 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-01-30 23:54:54.346 108 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-01-30 23:54:57.160 110 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-01-30 23:54:57.161 110 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-01-30 23:54:57.161 110 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-01-30 23:54:59.799 110 INFO rally.api [-] Building 'html' report for the following verification(s): '8f1063c6-5f06-4138-a8bf-410c12f43b12' 2021-01-30 23:54:59.843 110 INFO rally.api [-] The report has been successfully built. 2021-01-30 23:55:01.773 112 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-01-30 23:55:01.773 112 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-01-30 23:55:01.773 112 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-01-30 23:55:04.449 112 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): '8f1063c6-5f06-4138-a8bf-410c12f43b12' 2021-01-30 23:55:04.506 112 INFO rally.api [-] The report has been successfully built.