2021-02-05 23:47:12.028 24 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-02-05 23:47:12.028 24 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-02-05 23:47:12.029 24 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-02-05 23:47:15.086 24 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-02-05 23:47:15.086 24 ERROR rally.cli.cliutils Traceback (most recent call last): 2021-02-05 23:47:15.086 24 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2021-02-05 23:47:15.086 24 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2021-02-05 23:47:15.086 24 ERROR rally.cli.cliutils File "", line 2, in destroy 2021-02-05 23:47:15.086 24 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2021-02-05 23:47:15.086 24 ERROR rally.cli.cliutils return f(*args, **kwargs) 2021-02-05 23:47:15.086 24 ERROR rally.cli.cliutils File "", line 2, in destroy 2021-02-05 23:47:15.086 24 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2021-02-05 23:47:15.086 24 ERROR rally.cli.cliutils return f(*args, **kwargs) 2021-02-05 23:47:15.086 24 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2021-02-05 23:47:15.086 24 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2021-02-05 23:47:15.086 24 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2021-02-05 23:47:15.086 24 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2021-02-05 23:47:15.086 24 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2021-02-05 23:47:15.086 24 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2021-02-05 23:47:15.086 24 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2021-02-05 23:47:15.086 24 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2021-02-05 23:47:15.086 24 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2021-02-05 23:47:15.086 24 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2021-02-05 23:47:15.086 24 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2021-02-05 23:47:15.086 24 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2021-02-05 23:47:15.086 24 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2021-02-05 23:47:15.086 24 ERROR rally.cli.cliutils 2021-02-05 23:47:17.033 26 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-02-05 23:47:17.033 26 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-02-05 23:47:17.034 26 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-02-05 23:47:22.109 28 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-02-05 23:47:22.110 28 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-02-05 23:47:22.110 28 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-02-05 23:47:28.831 31 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-02-05 23:47:28.832 31 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-02-05 23:47:28.832 31 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-02-05 23:47:30.634 34 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-02-05 23:47:30.634 34 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-02-05 23:47:30.635 34 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-02-05 23:47:33.696 34 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-02-05 23:47:33.696 34 ERROR rally.cli.cliutils Traceback (most recent call last): 2021-02-05 23:47:33.696 34 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2021-02-05 23:47:33.696 34 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2021-02-05 23:47:33.696 34 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2021-02-05 23:47:33.696 34 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2021-02-05 23:47:33.696 34 ERROR rally.cli.cliutils return f(*args, **kwargs) 2021-02-05 23:47:33.696 34 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2021-02-05 23:47:33.696 34 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2021-02-05 23:47:33.696 34 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2021-02-05 23:47:33.696 34 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2021-02-05 23:47:33.696 34 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2021-02-05 23:47:33.696 34 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2021-02-05 23:47:33.696 34 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2021-02-05 23:47:33.696 34 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2021-02-05 23:47:33.696 34 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2021-02-05 23:47:33.696 34 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2021-02-05 23:47:33.696 34 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2021-02-05 23:47:33.696 34 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2021-02-05 23:47:33.696 34 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2021-02-05 23:47:33.696 34 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2021-02-05 23:47:33.696 34 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2021-02-05 23:47:33.696 34 ERROR rally.cli.cliutils 2021-02-05 23:47:35.928 36 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-02-05 23:47:35.928 36 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-02-05 23:47:35.929 36 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-02-05 23:47:38.697 36 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2021-02-05 23:47:38.748 36 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-3f2cb2a8-75df-4df0-8b6c-756dea47c783/repo. 2021-02-05 23:47:38.985 36 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-3f2cb2a8-75df-4df0-8b6c-756dea47c783/repo'... done. Note: switching to '52b2d4ddcbc38b13fdbded1cc74c9008f04d008e'. 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-02-05 23:47:39.024 36 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'tags/24.0.0-208-g52b2d4ddc ' 2021-02-05 23:47:39.033 36 RALLYDEBUG rally.verification.utils [-] Subprocess output: '52b2d4ddcbc38b13fdbded1cc74c9008f04d008e ' 2021-02-05 23:47:39.054 36 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2021-02-05 23:47:39.124 36 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2021-02-05 23:47:40.092 36 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=3f2cb2a8-75df-4df0-8b6c-756dea47c783) has been successfully created! 2021-02-05 23:47:42.233 44 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-02-05 23:47:42.233 44 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-02-05 23:47:42.233 44 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-02-05 23:47:48.304 47 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-02-05 23:47:48.304 47 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-02-05 23:47:48.304 47 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-02-05 23:47:51.051 47 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=3f2cb2a8-75df-4df0-8b6c-756dea47c783) for deployment 'opnfv-rally' (UUID=ebb2047b-a4f1-4327-aabd-500c2d81a8bb). 2021-02-05 23:47:51.961 47 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=3f2cb2a8-75df-4df0-8b6c-756dea47c783) has been successfully configured for deployment 'opnfv-rally' (UUID=ebb2047b-a4f1-4327-aabd-500c2d81a8bb)! 2021-02-05 23:48:01.527 52 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-02-05 23:48:01.527 52 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-02-05 23:48:01.528 52 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-02-05 23:48:04.266 52 INFO rally.api [-] Starting verification (UUID=396d272c-2c32-49ba-bcf7-6c3d4fdff1b6) for deployment 'opnfv-rally' (UUID=ebb2047b-a4f1-4327-aabd-500c2d81a8bb) by verifier 'opnfv-tempest' (UUID=3f2cb2a8-75df-4df0-8b6c-756dea47c783). 2021-02-05 23:48:05.226 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Creating role 'ResellerAdmin'. 2021-02-05 23:48:05.309 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2021-02-05 23:48:05.310 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-3f2cb2a8-75df-4df0-8b6c-756dea47c783/for-deployment-ebb2047b-a4f1-4327-aabd-500c2d81a8bb/tempest.log' to option 'log_file'. 2021-02-05 23:48:05.310 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-3f2cb2a8-75df-4df0-8b6c-756dea47c783/for-deployment-ebb2047b-a4f1-4327-aabd-500c2d81a8bb/tempest.log 2021-02-05 23:48:05.311 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2021-02-05 23:48:05.311 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-3f2cb2a8-75df-4df0-8b6c-756dea47c783/for-deployment-ebb2047b-a4f1-4327-aabd-500c2d81a8bb/lock_files' to option 'lock_path'. 2021-02-05 23:48:05.311 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-3f2cb2a8-75df-4df0-8b6c-756dea47c783/for-deployment-ebb2047b-a4f1-4327-aabd-500c2d81a8bb/lock_files 2021-02-05 23:48:05.312 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is already configured in Tempest config file. img_dir = /home/opnfv/functest/images 2021-02-05 23:48:05.312 52 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-02-05 23:48:05.313 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = f053ce49-a585-45bf-b610-bfa94a5f1818 2021-02-05 23:48:05.313 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = 01fe5e31-e52c-470f-8ce3-9bf5f5cb3323 2021-02-05 23:48:05.314 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = 2066762e-f5a0-4312-9cf1-f69fb30ec5d9 2021-02-05 23:48:05.314 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = c57766c9-b1bf-4ba8-b0e8-1e8c01911b58 2021-02-05 23:48:05.919 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2021-02-05 23:48:05.920 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = tempest_full-net_c8f759d0-4c03-416c-aa0e-adf93ef161fd 2021-02-05 23:48:05.921 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2021-02-05 23:48:06.046 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2021-02-05 23:48:07.595 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] There is no flavor with the mentioned properties. 2021-02-05 23:48:07.595 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Creating flavor 'rally_verify_396d272c_wLDGCoab' with the following properties: RAM = 64MB, VCPUs = 1, disk = 5GB. 2021-02-05 23:48:07.940 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_396d272c_wLDGCoab' (ID = 22ecd575-4813-438c-9346-2d3dbe102181) has been successfully created! 2021-02-05 23:48:07.941 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '22ecd575-4813-438c-9346-2d3dbe102181' to option 'instance_type'. 2021-02-05 23:48:07.941 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = 22ecd575-4813-438c-9346-2d3dbe102181 2021-02-05 23:48:07.943 52 INFO rally.task.context [-] Verification 3f2cb2a8-75df-4df0-8b6c-756dea47c783 | Context tempest@default setup() finished in 3.12 sec 2021-02-05 23:48:07.946 52 INFO rally.task.context [-] Verification 3f2cb2a8-75df-4df0-8b6c-756dea47c783 | Context testr@default setup() finished in 1.95 msec 2021-02-05 23:48:07.947 52 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --concurrency 4 --load-list /tmp/71c44316-8a78-4f7e-a9f1-fcaef4172ad1'. 2021-02-05 23:48:22.427 52 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_agents.AgentsAdminTestJSON.test_create_agent ... success [0.155s] 2021-02-05 23:48:22.528 52 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_agents.AgentsAdminTestJSON.test_delete_agent ... success [0.100s] 2021-02-05 23:48:22.622 52 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_agents.AgentsAdminTestJSON.test_list_agents ... success [0.094s] 2021-02-05 23:48:22.666 52 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_availability_zone_negative.AZAdminNegativeTestJSON.test_get_availability_zone_list_detail_with_non_admin_user ... success [0.240s] 2021-02-05 23:48:22.778 52 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_agents.AgentsAdminTestJSON.test_list_agents_with_filter ... success [0.154s] 2021-02-05 23:48:22.866 52 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_agents.AgentsAdminTestJSON.test_update_agent ... success [0.088s] 2021-02-05 23:48:24.930 52 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_fixed_ips_negative.FixedIPsNegativeTestJson ... skip: b'FixedIPsNegativeTestJson skipped as neutron is available' 2021-02-05 23:48:29.065 52 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_availability_zone.AZAdminV2TestJSON.test_get_availability_zone_list ... success [0.234s] 2021-02-05 23:48:29.134 52 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_availability_zone.AZAdminV2TestJSON.test_get_availability_zone_list_detail ... success [0.069s] 2021-02-05 23:48:29.775 52 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_flavors_access.FlavorsAccessTestJSON.test_flavor_access_add_remove ... success [1.274s] 2021-02-05 23:48:29.982 52 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_flavors_access.FlavorsAccessTestJSON.test_flavor_access_list_with_private_flavor ... success [0.202s] 2021-02-05 23:48:36.250 52 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_flavors_extra_specs.FlavorsExtraSpecsTestJSON.test_flavor_non_admin_get_all_keys ... success [0.300s] 2021-02-05 23:48:36.341 52 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_flavors_extra_specs.FlavorsExtraSpecsTestJSON.test_flavor_non_admin_get_specific_key ... success [0.092s] 2021-02-05 23:48:36.658 52 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_flavors_extra_specs.FlavorsExtraSpecsTestJSON.test_flavor_set_get_update_show_unset_keys ... success [0.314s] 2021-02-05 23:48:37.707 52 INFO opnfv-tempest [-] {2} tempest.api.compute.admin.test_aggregates.AggregatesAdminTestJSON.test_aggregate_add_host_create_server_with_az ... success [15.300s] 2021-02-05 23:48:38.829 52 INFO opnfv-tempest [-] {1} tempest.api.compute.admin.test_delete_server.DeleteServersAdminTestJSON.test_admin_delete_servers_of_others ... success [16.562s] 2021-02-05 23:48:39.634 52 INFO opnfv-tempest [-] {2} tempest.api.compute.admin.test_aggregates.AggregatesAdminTestJSON.test_aggregate_add_host_get_details ... success [1.923s] 2021-02-05 23:48:41.196 52 INFO opnfv-tempest [-] {2} tempest.api.compute.admin.test_aggregates.AggregatesAdminTestJSON.test_aggregate_add_host_list ... success [1.558s] 2021-02-05 23:48:41.615 52 INFO opnfv-tempest [-] {2} tempest.api.compute.admin.test_aggregates.AggregatesAdminTestJSON.test_aggregate_add_remove_host ... success [0.417s] 2021-02-05 23:48:41.772 52 INFO opnfv-tempest [-] {2} tempest.api.compute.admin.test_aggregates.AggregatesAdminTestJSON.test_aggregate_create_delete ... success [0.158s] 2021-02-05 23:48:41.963 52 INFO opnfv-tempest [-] {2} tempest.api.compute.admin.test_aggregates.AggregatesAdminTestJSON.test_aggregate_create_delete_with_az ... success [0.189s] 2021-02-05 23:48:42.177 52 INFO opnfv-tempest [-] {2} tempest.api.compute.admin.test_aggregates.AggregatesAdminTestJSON.test_aggregate_create_update_metadata_get_details ... success [0.210s] 2021-02-05 23:48:42.533 52 INFO opnfv-tempest [-] {2} tempest.api.compute.admin.test_aggregates.AggregatesAdminTestJSON.test_aggregate_create_update_with_az ... success [0.352s] 2021-02-05 23:48:42.659 52 INFO opnfv-tempest [-] {2} tempest.api.compute.admin.test_aggregates.AggregatesAdminTestJSON.test_aggregate_create_verify_entry_in_list ... success [0.124s] 2021-02-05 23:48:43.428 52 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_flavors_microversions.FlavorsV255TestJSON.test_crud_flavor ... success [0.791s] 2021-02-05 23:48:50.727 52 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_flavors_microversions.FlavorsV261TestJSON.test_crud_flavor ... success [0.812s] 2021-02-05 23:48:54.924 52 INFO opnfv-tempest [-] {2} tempest.api.compute.admin.test_aggregates.AggregatesAdminTestV241.test_create_update_show_aggregate_add_remove_host ... success [1.225s] 2021-02-05 23:48:55.843 52 INFO opnfv-tempest [-] {1} tempest.api.compute.admin.test_delete_server.DeleteServersAdminTestJSON.test_delete_server_while_in_error_state ... success [16.994s] 2021-02-05 23:48:57.226 52 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_hypervisor.HypervisorAdminUnderV252Test.test_get_hypervisor_show_servers ... success [0.612s] 2021-02-05 23:48:57.488 52 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_hypervisor.HypervisorAdminUnderV252Test.test_search_hypervisor ... success [0.263s] 2021-02-05 23:48:58.417 52 INFO opnfv-tempest [-] {1} tempest.api.compute.admin.test_fixed_ips.FixedIPsTestJson ... skip: b'FixedIPsTestJson skipped as neutron is available' 2021-02-05 23:49:03.357 52 INFO opnfv-tempest [-] {2} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_add_existent_host ... success [1.836s] 2021-02-05 23:49:03.698 52 INFO opnfv-tempest [-] {2} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_add_host_as_user ... success [0.330s] 2021-02-05 23:49:03.753 52 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_hypervisor.HypervisorAdminV228Test.test_get_list_hypervisor_details ... success [0.353s] 2021-02-05 23:49:03.821 52 INFO opnfv-tempest [-] {2} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_add_non_exist_host ... success [0.130s] 2021-02-05 23:49:03.840 52 INFO opnfv-tempest [-] {2} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_create_aggregate_name_length_exceeds_255 ... success [0.015s] 2021-02-05 23:49:03.860 52 INFO opnfv-tempest [-] {2} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_create_aggregate_name_length_less_than_1 ... success [0.017s] 2021-02-05 23:49:03.890 52 INFO opnfv-tempest [-] {2} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_create_as_user ... success [0.022s] 2021-02-05 23:49:04.006 52 INFO opnfv-tempest [-] {2} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_create_with_existent_aggregate_name ... success [0.113s] 2021-02-05 23:49:04.135 52 INFO opnfv-tempest [-] {2} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_delete_as_user ... success [0.126s] 2021-02-05 23:49:04.173 52 INFO opnfv-tempest [-] {2} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_delete_with_invalid_id ... success [0.036s] 2021-02-05 23:49:04.299 52 INFO opnfv-tempest [-] {2} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_get_details_as_user ... success [0.124s] 2021-02-05 23:49:04.536 52 INFO opnfv-tempest [-] {2} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_get_details_with_invalid_id ... success [0.234s] 2021-02-05 23:49:06.393 52 INFO opnfv-tempest [-] {2} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_list_as_user ... success [1.851s] 2021-02-05 23:49:07.834 52 INFO opnfv-tempest [-] {1} tempest.api.compute.admin.test_flavors_access_negative.FlavorsAccessNegativeTestJSON.test_add_flavor_access_duplicate ... success [4.408s] 2021-02-05 23:49:08.343 52 INFO opnfv-tempest [-] {1} tempest.api.compute.admin.test_flavors_access_negative.FlavorsAccessNegativeTestJSON.test_flavor_access_list_with_public_flavor ... success [0.508s] 2021-02-05 23:49:08.818 52 INFO opnfv-tempest [-] {1} tempest.api.compute.admin.test_flavors_access_negative.FlavorsAccessNegativeTestJSON.test_flavor_non_admin_add ... success [0.471s] 2021-02-05 23:49:09.122 52 INFO opnfv-tempest [-] {2} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_remove_host_as_user ... success [2.727s] 2021-02-05 23:49:09.270 52 INFO opnfv-tempest [-] {2} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_remove_nonexistent_host ... success [0.145s] 2021-02-05 23:49:09.532 52 INFO opnfv-tempest [-] {1} tempest.api.compute.admin.test_flavors_access_negative.FlavorsAccessNegativeTestJSON.test_flavor_non_admin_remove ... success [0.709s] 2021-02-05 23:49:09.952 52 INFO opnfv-tempest [-] {1} tempest.api.compute.admin.test_flavors_access_negative.FlavorsAccessNegativeTestJSON.test_remove_flavor_access_not_found ... success [0.419s] 2021-02-05 23:49:11.291 52 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeUnderV252Test.test_search_hypervisor_with_non_admin_user ... success [0.731s] 2021-02-05 23:49:11.330 52 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeUnderV252Test.test_search_nonexistent_hypervisor ... success [0.039s] 2021-02-05 23:49:11.710 52 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeUnderV252Test.test_show_servers_with_non_admin_user ... success [0.379s] 2021-02-05 23:49:11.745 52 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeUnderV252Test.test_show_servers_with_nonexistent_hypervisor ... success [0.035s] 2021-02-05 23:49:16.236 52 INFO opnfv-tempest [-] {2} tempest.api.compute.admin.test_auto_allocate_network.AutoAllocateNetworkTest ... skip: b"Found shared networks: [{'id': '5af1c318-bbb8-45b0-9c88-96b364679082', 'name': 'tempest_full-net_c8f759d0-4c03-416c-aa0e-adf93ef161fd', 'tenant_id': 'de11c2f201ab42ada0299ebce61cab62', 'admin_state_up': True, 'mtu': 8950, 'status': 'ACTIVE', 'subnets': ['bcfb1ad2-7038-4520-856f-bc6aa830d881'], '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-02-05T23:46:59Z', 'updated_at': '2021-02-05T23:47:00Z', 'revision_number': 2, 'project_id': 'de11c2f201ab42ada0299ebce61cab62'}]" 2021-02-05 23:49:17.837 52 INFO opnfv-tempest [-] {1} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_list_hosts_with_non_admin_user ... success [0.317s] 2021-02-05 23:49:17.858 52 INFO opnfv-tempest [-] {1} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_reboot_host_with_non_admin_user ... success [0.021s] 2021-02-05 23:49:17.915 52 INFO opnfv-tempest [-] {1} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_reboot_nonexistent_host ... success [0.055s] 2021-02-05 23:49:17.945 52 INFO opnfv-tempest [-] {1} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_show_host_detail_with_non_admin_user ... success [0.028s] 2021-02-05 23:49:17.983 52 INFO opnfv-tempest [-] {1} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_show_host_detail_with_nonexistent_hostname ... success [0.036s] 2021-02-05 23:49:18.014 52 INFO opnfv-tempest [-] {1} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_shutdown_host_with_non_admin_user ... success [0.027s] 2021-02-05 23:49:18.042 52 INFO opnfv-tempest [-] {1} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_shutdown_nonexistent_host ... success [0.029s] 2021-02-05 23:49:18.081 52 INFO opnfv-tempest [-] {1} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_startup_host_with_non_admin_user ... success [0.036s] 2021-02-05 23:49:18.139 52 INFO opnfv-tempest [-] {1} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_startup_nonexistent_host ... success [0.055s] 2021-02-05 23:49:18.164 52 INFO opnfv-tempest [-] {1} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_update_host_with_invalid_maintenance_mode ... success [0.022s] 2021-02-05 23:49:18.186 52 INFO opnfv-tempest [-] {1} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_update_host_with_invalid_status ... success [0.018s] 2021-02-05 23:49:18.213 52 INFO opnfv-tempest [-] {1} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_update_host_with_non_admin_user ... success [0.024s] 2021-02-05 23:49:18.240 52 INFO opnfv-tempest [-] {1} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_update_host_without_param ... success [0.023s] 2021-02-05 23:49:18.397 52 INFO opnfv-tempest [-] {1} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_update_nonexistent_host ... success [0.152s] 2021-02-05 23:49:18.877 52 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_keypairs_v210.KeyPairsV210TestJSON.test_admin_manage_keypairs_for_other_users ... success [0.865s] 2021-02-05 23:49:20.309 52 INFO opnfv-tempest [-] {2} tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON.test_create_flavor_using_string_ram ... success [0.447s] 2021-02-05 23:49:20.511 52 INFO opnfv-tempest [-] {2} tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON.test_create_flavor_verify_entry_in_list_details ... success [0.195s] 2021-02-05 23:49:20.659 52 INFO opnfv-tempest [-] {2} tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON.test_create_flavor_with_int_id ... success [0.144s] 2021-02-05 23:49:20.794 52 INFO opnfv-tempest [-] {2} tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON.test_create_flavor_with_none_id ... success [0.133s] 2021-02-05 23:49:21.002 52 INFO opnfv-tempest [-] {2} tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON.test_create_flavor_with_uuid_id ... success [0.208s] 2021-02-05 23:49:21.699 52 INFO opnfv-tempest [-] {2} tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON.test_create_list_flavor_without_extra_data ... success [0.694s] 2021-02-05 23:49:21.869 52 INFO opnfv-tempest [-] {2} tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON.test_create_server_with_non_public_flavor ... success [0.171s] 2021-02-05 23:49:22.499 52 INFO opnfv-tempest [-] {2} tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON.test_is_public_string_variations ... success [0.625s] 2021-02-05 23:49:22.742 52 INFO opnfv-tempest [-] {2} tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON.test_list_non_public_flavor ... success [0.244s] 2021-02-05 23:49:22.944 52 INFO opnfv-tempest [-] {2} tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON.test_list_public_flavor_with_other_user ... success [0.202s] 2021-02-05 23:49:24.579 52 INFO opnfv-tempest [-] {1} tempest.api.compute.admin.test_hypervisor.HypervisorAdminTestJSON.test_get_hypervisor_list ... success [0.393s] 2021-02-05 23:49:24.910 52 INFO opnfv-tempest [-] {1} tempest.api.compute.admin.test_hypervisor.HypervisorAdminTestJSON.test_get_hypervisor_list_details ... success [0.328s] 2021-02-05 23:49:25.215 52 INFO opnfv-tempest [-] {1} tempest.api.compute.admin.test_hypervisor.HypervisorAdminTestJSON.test_get_hypervisor_show_details ... success [0.304s] 2021-02-05 23:49:25.256 52 INFO opnfv-tempest [-] {1} tempest.api.compute.admin.test_hypervisor.HypervisorAdminTestJSON.test_get_hypervisor_stats ... success [0.038s] 2021-02-05 23:49:26.416 52 INFO opnfv-tempest [-] {1} tempest.api.compute.admin.test_hypervisor.HypervisorAdminTestJSON.test_get_hypervisor_uptime ... success [1.144s] 2021-02-05 23:49:28.336 52 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_live_migration.LiveMigrationRemoteConsolesV26Test.test_live_migration_serial_console ... skip [0.001s]: b'Serial console not supported.' 2021-02-05 23:49:29.089 52 INFO opnfv-tempest [-] {2} tempest.api.compute.admin.test_instance_usage_audit_log_negative.InstanceUsageAuditLogNegativeTestJSON.test_get_instance_usage_audit_logs_with_invalid_time ... success [0.176s] 2021-02-05 23:49:29.291 52 INFO opnfv-tempest [-] {2} tempest.api.compute.admin.test_instance_usage_audit_log_negative.InstanceUsageAuditLogNegativeTestJSON.test_instance_usage_audit_logs_with_nonadmin_user ... success [0.197s] 2021-02-05 23:49:35.734 52 INFO opnfv-tempest [-] {1} tempest.api.compute.admin.test_live_migration.LiveAutoBlockMigrationV225Test.test_iscsi_volume ... skip [0.000s]: b'Block Live migration not available' 2021-02-05 23:49:35.735 52 INFO opnfv-tempest [-] {1} tempest.api.compute.admin.test_live_migration.LiveAutoBlockMigrationV225Test.test_live_block_migration ... skip [0.000s]: b'Block Live migration not available' 2021-02-05 23:49:35.736 52 INFO opnfv-tempest [-] {1} tempest.api.compute.admin.test_live_migration.LiveAutoBlockMigrationV225Test.test_live_block_migration_paused ... skip [0.000s]: b'Block Live migration not available' 2021-02-05 23:49:35.737 52 INFO opnfv-tempest [-] {1} tempest.api.compute.admin.test_live_migration.LiveAutoBlockMigrationV225Test.test_volume_backed_live_migration ... skip [0.000s]: b'Volume-backed live migration not available' 2021-02-05 23:49:38.155 52 INFO opnfv-tempest [-] {2} tempest.api.compute.admin.test_live_migration.LiveMigrationTest.test_iscsi_volume ... skip [0.001s]: b'Block Live migration not available' 2021-02-05 23:49:38.159 52 INFO opnfv-tempest [-] {2} tempest.api.compute.admin.test_live_migration.LiveMigrationTest.test_live_block_migration ... skip [0.001s]: b'Block Live migration not available' 2021-02-05 23:49:38.164 52 INFO opnfv-tempest [-] {2} tempest.api.compute.admin.test_live_migration.LiveMigrationTest.test_live_block_migration_paused ... skip [0.001s]: b'Block Live migration not available' 2021-02-05 23:49:38.165 52 INFO opnfv-tempest [-] {2} tempest.api.compute.admin.test_live_migration.LiveMigrationTest.test_volume_backed_live_migration ... skip [0.000s]: b'Volume-backed live migration not available' 2021-02-05 23:49:38.240 52 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_create_server.ServersWithSpecificFlavorTestJSON.test_verify_created_server_ephemeral_disk ... success [48.120s] 2021-02-05 23:49:40.074 52 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_quotas.QuotasAdminTestV236.test_get_updated_quotas ... success [3.011s] 2021-02-05 23:49:48.525 52 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_quotas.QuotasAdminTestV257.test_get_updated_quotas ... success [2.473s] 2021-02-05 23:49:49.940 52 INFO opnfv-tempest [-] {2} tempest.api.compute.admin.test_quotas.QuotasAdminTestJSON.test_delete_quota ... success [2.786s] 2021-02-05 23:49:50.270 52 INFO opnfv-tempest [-] {2} tempest.api.compute.admin.test_quotas.QuotasAdminTestJSON.test_get_default_quotas ... success [0.327s] 2021-02-05 23:49:52.535 52 INFO opnfv-tempest [-] {2} tempest.api.compute.admin.test_quotas.QuotasAdminTestJSON.test_get_updated_quotas ... success [2.261s] 2021-02-05 23:49:53.786 52 INFO opnfv-tempest [-] {2} tempest.api.compute.admin.test_quotas.QuotasAdminTestJSON.test_update_all_quota_resources_for_tenant ... success [1.246s] 2021-02-05 23:49:58.200 52 INFO opnfv-tempest [-] {1} tempest.api.compute.admin.test_live_migration_negative.LiveMigrationNegativeTest.test_invalid_host_for_migration ... success [14.419s] 2021-02-05 23:50:00.014 52 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_flavors_extra_specs_negative.FlavorsExtraSpecsNegativeTestJSON.test_flavor_get_nonexistent_key ... success [0.261s] 2021-02-05 23:50:00.428 52 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_flavors_extra_specs_negative.FlavorsExtraSpecsNegativeTestJSON.test_flavor_non_admin_set_keys ... success [0.412s] 2021-02-05 23:50:00.868 52 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_flavors_extra_specs_negative.FlavorsExtraSpecsNegativeTestJSON.test_flavor_non_admin_unset_keys ... success [0.439s] 2021-02-05 23:50:00.996 52 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_flavors_extra_specs_negative.FlavorsExtraSpecsNegativeTestJSON.test_flavor_non_admin_update_specific_key ... success [0.127s] 2021-02-05 23:50:01.036 52 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_flavors_extra_specs_negative.FlavorsExtraSpecsNegativeTestJSON.test_flavor_unset_nonexistent_key ... success [0.040s] 2021-02-05 23:50:01.061 52 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_flavors_extra_specs_negative.FlavorsExtraSpecsNegativeTestJSON.test_flavor_update_mismatch_key ... success [0.025s] 2021-02-05 23:50:01.097 52 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_flavors_extra_specs_negative.FlavorsExtraSpecsNegativeTestJSON.test_flavor_update_more_key ... success [0.035s] 2021-02-05 23:50:02.889 52 INFO opnfv-tempest [-] {2} tempest.api.compute.admin.test_quotas_negative.QuotasAdminNegativeTest.test_create_server_when_cpu_quota_is_full ... success [3.015s] 2021-02-05 23:50:08.720 52 INFO opnfv-tempest [-] {2} tempest.api.compute.admin.test_quotas_negative.QuotasAdminNegativeTest.test_create_server_when_instances_quota_is_full ... success [5.828s] 2021-02-05 23:50:10.790 52 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_floating_ips_bulk.FloatingIPsBulkAdminTestJSON ... skip: b'nova-network is gone' 2021-02-05 23:50:11.687 52 INFO opnfv-tempest [-] {2} tempest.api.compute.admin.test_quotas_negative.QuotasAdminNegativeTest.test_create_server_when_memory_quota_is_full ... success [2.964s] 2021-02-05 23:50:11.718 52 INFO opnfv-tempest [-] {2} tempest.api.compute.admin.test_quotas_negative.QuotasAdminNegativeTest.test_update_quota_normal_user ... success [0.029s] 2021-02-05 23:50:13.110 52 INFO opnfv-tempest [-] {1} tempest.api.compute.admin.test_live_migration_negative.LiveMigrationNegativeTest.test_live_block_migration_suspended ... success [14.909s] 2021-02-05 23:50:14.936 52 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_hosts.HostsAdminTestJSON.test_list_hosts ... success [0.292s] 2021-02-05 23:50:15.002 52 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_hosts.HostsAdminTestJSON.test_list_hosts_with_a_blank_zone ... success [0.063s] 2021-02-05 23:50:15.066 52 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_hosts.HostsAdminTestJSON.test_list_hosts_with_nonexistent_zone ... success [0.060s] 2021-02-05 23:50:15.191 52 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_hosts.HostsAdminTestJSON.test_list_hosts_with_zone ... success [0.121s] 2021-02-05 23:50:16.581 52 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_hosts.HostsAdminTestJSON.test_show_host_detail ... success [1.380s] 2021-02-05 23:50:22.930 52 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestJSON.test_get_hypervisor_list_details_with_non_admin_user ... success [0.235s] 2021-02-05 23:50:22.957 52 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestJSON.test_get_hypervisor_list_with_non_admin_user ... success [0.024s] 2021-02-05 23:50:22.992 52 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestJSON.test_get_hypervisor_stats_with_non_admin_user ... success [0.033s] 2021-02-05 23:50:23.396 52 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestJSON.test_get_hypervisor_uptime_with_non_admin_user ... success [0.402s] 2021-02-05 23:50:23.425 52 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestJSON.test_get_nonexistent_hypervisor_uptime ... success [0.029s] 2021-02-05 23:50:23.703 52 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestJSON.test_show_hypervisor_with_non_admin_user ... success [0.274s] 2021-02-05 23:50:23.729 52 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestJSON.test_show_nonexistent_hypervisor ... success [0.026s] 2021-02-05 23:50:24.727 52 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_servers.ServersAdminTestJSON.test_create_server_with_scheduling_hint ... success [14.398s] 2021-02-05 23:50:25.210 52 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_servers.ServersAdminTestJSON.test_list_servers_by_admin ... success [0.485s] 2021-02-05 23:50:27.071 52 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_servers.ServersAdminTestJSON.test_list_servers_by_admin_with_all_tenants ... success [1.859s] 2021-02-05 23:50:27.713 52 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_servers.ServersAdminTestJSON.test_list_servers_by_admin_with_specified_tenant ... success [0.641s] 2021-02-05 23:50:27.768 52 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_servers.ServersAdminTestJSON.test_list_servers_detailed_filter_by_invalid_status ... success [0.055s] 2021-02-05 23:50:28.445 52 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_servers.ServersAdminTestJSON.test_list_servers_filter_by_error_status ... success [0.673s] 2021-02-05 23:50:29.098 52 INFO opnfv-tempest [-] {1} tempest.api.compute.admin.test_networks.NetworksTest.test_get_network ... success [0.800s] 2021-02-05 23:50:29.275 52 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_servers.ServersAdminTestJSON.test_list_servers_filter_by_exist_host ... success [0.827s] 2021-02-05 23:50:29.515 52 INFO opnfv-tempest [-] {1} tempest.api.compute.admin.test_networks.NetworksTest.test_list_all_networks ... success [0.414s] 2021-02-05 23:50:30.123 52 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_instance_usage_audit_log.InstanceUsageAuditLogTestJSON.test_get_instance_usage_audit_log ... success [0.311s] 2021-02-05 23:50:30.165 52 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_instance_usage_audit_log.InstanceUsageAuditLogTestJSON.test_list_instance_usage_audit_logs ... success [0.039s] 2021-02-05 23:50:35.392 52 INFO opnfv-tempest [-] {1} tempest.api.compute.admin.test_quotas_negative.QuotasSecurityGroupAdminNegativeTest.test_security_groups_exceed_limit ... skip [0.003s]: b'Skipped until bug: https://launchpad.net/bugs/1186354 is resolved.' 2021-02-05 23:50:35.396 52 INFO opnfv-tempest [-] {1} 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-02-05 23:50:52.828 52 INFO opnfv-tempest [-] {1} tempest.api.compute.admin.test_security_groups.SecurityGroupsTestAdminJSON.test_list_security_groups_list_all_tenants_filter ... success [11.593s] 2021-02-05 23:51:06.985 52 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_servers.ServersAdminTestJSON.test_rebuild_server_in_error_state ... success [37.705s] 2021-02-05 23:51:07.088 52 INFO opnfv-tempest [-] {2} tempest.api.compute.floating_ips.test_floating_ips_actions.FloatingIPsAssociationTestJSON.test_associate_already_associated_floating_ip ... success [27.957s] 2021-02-05 23:51:15.810 52 INFO opnfv-tempest [-] {2} tempest.api.compute.floating_ips.test_floating_ips_actions.FloatingIPsAssociationTestJSON.test_associate_disassociate_floating_ip ... success [8.721s] 2021-02-05 23:51:17.788 52 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_servers.ServersAdminTestJSON.test_reset_network_inject_network_info ... success [10.794s] 2021-02-05 23:51:18.750 52 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_servers.ServersAdminTestJSON.test_reset_state_server ... success [0.957s] 2021-02-05 23:51:19.283 52 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_migrations.MigrationsAdminTest.test_cold_migration ... success [43.029s] 2021-02-05 23:51:19.310 52 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_migrations.MigrationsAdminTest.test_list_migrations ... success [0.035s] 2021-02-05 23:51:22.109 52 INFO opnfv-tempest [-] {1} tempest.api.compute.admin.test_server_diagnostics.ServerDiagnosticsV248Test.test_get_server_diagnostics ... success [23.724s] 2021-02-05 23:51:43.944 52 INFO opnfv-tempest [-] {1} tempest.api.compute.admin.test_servers_negative.ServersAdminNegativeTestJSON.test_migrate_non_existent_server ... success [0.186s] 2021-02-05 23:51:46.506 52 INFO opnfv-tempest [-] {2} tempest.api.compute.floating_ips.test_floating_ips_actions.FloatingIPsTestJSON.test_allocate_floating_ip ... success [5.420s] 2021-02-05 23:51:50.809 52 INFO opnfv-tempest [-] {2} tempest.api.compute.floating_ips.test_floating_ips_actions.FloatingIPsTestJSON.test_delete_floating_ip ... success [4.300s] 2021-02-05 23:52:00.343 52 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_migrations.MigrationsAdminTest.test_list_migrations_in_flavor_resize_situation ... success [41.009s] 2021-02-05 23:52:00.904 52 INFO opnfv-tempest [-] {1} tempest.api.compute.admin.test_servers_negative.ServersAdminNegativeTestJSON.test_migrate_server_invalid_state ... success [16.935s] 2021-02-05 23:52:00.928 52 INFO opnfv-tempest [-] {1} tempest.api.compute.admin.test_servers_negative.ServersAdminNegativeTestJSON.test_reset_state_server_invalid_state ... success [0.033s] 2021-02-05 23:52:00.956 52 INFO opnfv-tempest [-] {1} tempest.api.compute.admin.test_servers_negative.ServersAdminNegativeTestJSON.test_reset_state_server_invalid_type ... success [0.019s] 2021-02-05 23:52:00.976 52 INFO opnfv-tempest [-] {1} tempest.api.compute.admin.test_servers_negative.ServersAdminNegativeTestJSON.test_reset_state_server_nonexistent_server ... success [0.026s] 2021-02-05 23:52:01.555 52 INFO opnfv-tempest [-] {1} tempest.api.compute.admin.test_servers_negative.ServersAdminNegativeTestJSON.test_resize_server_using_overlimit_ram ... success [0.567s] 2021-02-05 23:52:02.246 52 INFO opnfv-tempest [-] {1} tempest.api.compute.admin.test_servers_negative.ServersAdminNegativeTestJSON.test_resize_server_using_overlimit_vcpus ... success [0.700s] 2021-02-05 23:52:18.905 52 INFO opnfv-tempest [-] {1} tempest.api.compute.admin.test_services_negative.ServicesAdminNegativeTestJSON.test_get_service_by_invalid_params ... success [0.342s] 2021-02-05 23:52:19.033 52 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_servers_on_multinodes.ServersOnMultiNodesTest.test_create_server_with_scheduler_hint_group_affinity ... success [17.962s] 2021-02-05 23:52:19.110 52 INFO opnfv-tempest [-] {1} tempest.api.compute.admin.test_services_negative.ServicesAdminNegativeTestJSON.test_get_service_by_invalid_service_and_valid_host ... success [0.211s] 2021-02-05 23:52:19.298 52 INFO opnfv-tempest [-] {1} tempest.api.compute.admin.test_services_negative.ServicesAdminNegativeTestJSON.test_get_service_with_valid_service_and_invalid_host ... success [0.161s] 2021-02-05 23:52:19.478 52 INFO opnfv-tempest [-] {1} tempest.api.compute.admin.test_services_negative.ServicesAdminNegativeTestJSON.test_list_services_with_non_admin_user ... success [0.191s] 2021-02-05 23:52:25.496 52 INFO opnfv-tempest [-] {1} tempest.api.compute.admin.test_services_negative.ServicesAdminNegativeV253TestJSON.test_disable_log_reason_with_invalid_service_id ... success [0.195s] 2021-02-05 23:52:25.558 52 INFO opnfv-tempest [-] {1} tempest.api.compute.admin.test_services_negative.ServicesAdminNegativeV253TestJSON.test_disable_service_with_invalid_service_id ... success [0.063s] 2021-02-05 23:52:25.601 52 INFO opnfv-tempest [-] {1} tempest.api.compute.admin.test_services_negative.ServicesAdminNegativeV253TestJSON.test_enable_service_with_invalid_service_id ... success [0.042s] 2021-02-05 23:52:25.764 52 INFO opnfv-tempest [-] {1} tempest.api.compute.admin.test_services_negative.ServicesAdminNegativeV253TestJSON.test_get_service_by_invalid_params ... success [0.159s] 2021-02-05 23:52:25.911 52 INFO opnfv-tempest [-] {1} tempest.api.compute.admin.test_services_negative.ServicesAdminNegativeV253TestJSON.test_get_service_by_invalid_service_and_valid_host ... success [0.144s] 2021-02-05 23:52:26.066 52 INFO opnfv-tempest [-] {1} tempest.api.compute.admin.test_services_negative.ServicesAdminNegativeV253TestJSON.test_get_service_with_valid_service_and_invalid_host ... success [0.155s] 2021-02-05 23:52:26.242 52 INFO opnfv-tempest [-] {1} tempest.api.compute.admin.test_services_negative.ServicesAdminNegativeV253TestJSON.test_list_services_with_non_admin_user ... success [0.175s] 2021-02-05 23:52:33.127 52 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_servers_on_multinodes.ServersOnMultiNodesTest.test_create_server_with_scheduler_hint_group_anti_affinity ... success [14.078s] 2021-02-05 23:52:37.127 52 INFO opnfv-tempest [-] {2} tempest.api.compute.floating_ips.test_floating_ips_actions_negative.FloatingIPsAssociationNegativeTestJSON.test_associate_ip_to_server_with_floating_ip ... success [14.725s] 2021-02-05 23:52:37.153 52 INFO opnfv-tempest [-] {2} tempest.api.compute.floating_ips.test_floating_ips_actions_negative.FloatingIPsAssociationNegativeTestJSON.test_associate_ip_to_server_without_passing_floating_ip ... success [0.026s] 2021-02-05 23:52:37.449 52 INFO opnfv-tempest [-] {2} tempest.api.compute.floating_ips.test_floating_ips_actions_negative.FloatingIPsAssociationNegativeTestJSON.test_associate_nonexistent_floating_ip ... success [0.293s] 2021-02-05 23:52:37.543 52 INFO opnfv-tempest [-] {2} tempest.api.compute.floating_ips.test_floating_ips_actions_negative.FloatingIPsAssociationNegativeTestJSON.test_dissociate_nonexistent_floating_ip ... success [0.091s] 2021-02-05 23:52:45.494 52 INFO opnfv-tempest [-] {1} tempest.api.compute.admin.test_simple_tenant_usage.TenantUsagesTestJSON.test_get_usage_tenant ... success [0.159s] 2021-02-05 23:52:45.561 52 INFO opnfv-tempest [-] {1} tempest.api.compute.admin.test_simple_tenant_usage.TenantUsagesTestJSON.test_get_usage_tenant_with_non_admin_user ... success [0.067s] 2021-02-05 23:52:46.791 52 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_servers_on_multinodes.ServersOnMultiNodesTest.test_create_servers_on_different_hosts ... success [13.647s] 2021-02-05 23:52:47.064 52 INFO opnfv-tempest [-] {1} tempest.api.compute.admin.test_simple_tenant_usage.TenantUsagesTestJSON.test_list_usage_all_tenants ... success [1.503s] 2021-02-05 23:52:47.512 52 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_migrations.MigrationsAdminTest.test_resize_server_revert_deleted_flavor ... success [47.154s] 2021-02-05 23:52:59.011 52 INFO opnfv-tempest [-] {1} tempest.api.compute.flavors.test_flavors_negative.FlavorsV2NegativeTest.test_boot_with_low_ram ... success [3.170s] 2021-02-05 23:52:59.159 52 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_servers_on_multinodes.ServersOnMultiNodesTest.test_create_servers_on_different_hosts_with_list_of_servers ... fail [12.355s] 2021-02-05 23:53:13.642 52 INFO opnfv-tempest [-] {2} tempest.api.compute.images.test_images_negative.ImagesNegativeTestJSON.test_create_image_from_deleted_server ... success [18.175s] 2021-02-05 23:53:13.661 52 INFO opnfv-tempest [-] {2} tempest.api.compute.images.test_images_negative.ImagesNegativeTestJSON.test_create_image_from_invalid_server ... success [0.024s] 2021-02-05 23:53:13.687 52 INFO opnfv-tempest [-] {2} tempest.api.compute.images.test_images_negative.ImagesNegativeTestJSON.test_create_image_specify_uuid_35_characters_or_less ... success [0.025s] 2021-02-05 23:53:13.711 52 INFO opnfv-tempest [-] {2} tempest.api.compute.images.test_images_negative.ImagesNegativeTestJSON.test_create_image_specify_uuid_37_characters_or_more ... success [0.022s] 2021-02-05 23:53:14.531 52 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_servers_on_multinodes.ServersOnMultiNodesTest.test_create_servers_on_same_host ... fail [15.362s] 2021-02-05 23:53:23.760 52 INFO opnfv-tempest [-] {1} tempest.api.compute.floating_ips.test_list_floating_ips.FloatingIPDetailsTestJSON.test_get_floating_ip_details ... success [4.791s] 2021-02-05 23:53:23.965 52 INFO opnfv-tempest [-] {1} tempest.api.compute.floating_ips.test_list_floating_ips.FloatingIPDetailsTestJSON.test_list_floating_ip_pools ... success [0.204s] 2021-02-05 23:53:24.326 52 INFO opnfv-tempest [-] {1} tempest.api.compute.floating_ips.test_list_floating_ips.FloatingIPDetailsTestJSON.test_list_floating_ips ... success [0.359s] 2021-02-05 23:53:31.762 52 INFO opnfv-tempest [-] {2} tempest.api.compute.images.test_images_oneserver_negative.ImagesOneServerNegativeTestJSON.test_create_image_specify_invalid_metadata ... success [0.567s] 2021-02-05 23:53:32.305 52 INFO opnfv-tempest [-] {2} tempest.api.compute.images.test_images_oneserver_negative.ImagesOneServerNegativeTestJSON.test_create_image_specify_metadata_over_limits ... success [0.539s] 2021-02-05 23:53:32.870 52 INFO opnfv-tempest [-] {2} tempest.api.compute.images.test_images_oneserver_negative.ImagesOneServerNegativeTestJSON.test_create_image_specify_name_over_character_limit ... success [0.565s] 2021-02-05 23:53:38.221 52 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_migrations.MigrationsAdminTest.test_revert_cold_migration ... success [50.682s] 2021-02-05 23:53:41.361 52 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_image_metadata.ImagesMetadataTestJSON.test_delete_image_metadata_item ... success [0.993s] 2021-02-05 23:53:41.828 52 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_image_metadata.ImagesMetadataTestJSON.test_get_image_metadata_item ... success [0.466s] 2021-02-05 23:53:42.227 52 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_image_metadata.ImagesMetadataTestJSON.test_list_image_metadata ... success [0.398s] 2021-02-05 23:53:43.092 52 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_image_metadata.ImagesMetadataTestJSON.test_set_image_metadata ... success [0.863s] 2021-02-05 23:53:44.017 52 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_image_metadata.ImagesMetadataTestJSON.test_set_image_metadata_item ... success [0.921s] 2021-02-05 23:53:44.990 52 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_image_metadata.ImagesMetadataTestJSON.test_update_image_metadata ... success [0.971s] 2021-02-05 23:53:48.237 52 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_simple_tenant_usage_negative.TenantUsagesNegativeTestJSON.test_get_usage_tenant_with_empty_tenant_id ... success [0.236s] 2021-02-05 23:53:48.264 52 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_simple_tenant_usage_negative.TenantUsagesNegativeTestJSON.test_get_usage_tenant_with_invalid_date ... success [0.024s] 2021-02-05 23:53:48.508 52 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.239s] 2021-02-05 23:53:49.593 52 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_image_metadata_negative.ImagesMetadataNegativeTestJSON.test_delete_nonexistent_image_metadata_item ... success [0.301s] 2021-02-05 23:53:49.642 52 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_image_metadata_negative.ImagesMetadataNegativeTestJSON.test_get_nonexistent_image_metadata_item ... success [0.050s] 2021-02-05 23:53:49.690 52 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_image_metadata_negative.ImagesMetadataNegativeTestJSON.test_list_nonexistent_image_metadata ... success [0.046s] 2021-02-05 23:53:49.749 52 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_image_metadata_negative.ImagesMetadataNegativeTestJSON.test_set_nonexistent_image_metadata ... success [0.055s] 2021-02-05 23:53:49.789 52 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_image_metadata_negative.ImagesMetadataNegativeTestJSON.test_set_nonexistent_image_metadata_item ... success [0.040s] 2021-02-05 23:53:49.843 52 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_image_metadata_negative.ImagesMetadataNegativeTestJSON.test_update_nonexistent_image_metadata ... success [0.050s] 2021-02-05 23:53:57.561 52 INFO opnfv-tempest [-] {2} tempest.api.compute.images.test_images_oneserver_negative.ImagesOneServerNegativeTestJSON.test_create_second_image_when_first_image_is_being_saved ... success [24.673s] 2021-02-05 23:54:02.210 52 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_quotas.QuotaClassesAdminTestJSON.test_update_default_quotas ... success [0.448s] 2021-02-05 23:54:16.384 52 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_volumes_negative.VolumesAdminNegativeTest.test_update_attached_volume_with_nonexistent_volume_in_body ... success [5.990s] 2021-02-05 23:54:18.247 52 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_volumes_negative.VolumesAdminNegativeTest.test_update_attached_volume_with_nonexistent_volume_in_uri ... success [1.857s] 2021-02-05 23:54:19.477 52 INFO opnfv-tempest [-] {2} tempest.api.compute.images.test_images_oneserver_negative.ImagesOneServerNegativeTestJSON.test_delete_image_that_is_not_yet_active ... success [21.913s] 2021-02-05 23:54:20.728 52 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_server_diagnostics.ServerDiagnosticsTest.test_get_server_diagnostics ... success [12.337s] 2021-02-05 23:54:29.158 52 INFO opnfv-tempest [-] {3} tempest.api.compute.certificates.test_certificates.CertificatesV2TestJSON ... skip: b'Nova cert is not available' 2021-02-05 23:54:30.532 52 INFO opnfv-tempest [-] {2} tempest.api.compute.keypairs.test_keypairs.KeyPairsV2TestJSON.test_get_keypair_detail ... success [0.565s] 2021-02-05 23:54:30.849 52 INFO opnfv-tempest [-] {2} tempest.api.compute.keypairs.test_keypairs.KeyPairsV2TestJSON.test_keypair_create_delete ... success [0.316s] 2021-02-05 23:54:30.979 52 INFO opnfv-tempest [-] {2} tempest.api.compute.keypairs.test_keypairs.KeyPairsV2TestJSON.test_keypair_create_with_pub_key ... success [0.126s] 2021-02-05 23:54:31.805 52 INFO opnfv-tempest [-] {3} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_get_flavor ... success [0.124s] 2021-02-05 23:54:31.843 52 INFO opnfv-tempest [-] {2} tempest.api.compute.keypairs.test_keypairs.KeyPairsV2TestJSON.test_keypairs_create_list_delete ... success [0.862s] 2021-02-05 23:54:31.897 52 INFO opnfv-tempest [-] {3} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors ... success [0.088s] 2021-02-05 23:54:31.988 52 INFO opnfv-tempest [-] {3} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_detailed_filter_by_min_disk ... success [0.090s] 2021-02-05 23:54:32.087 52 INFO opnfv-tempest [-] {3} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_detailed_filter_by_min_ram ... success [0.097s] 2021-02-05 23:54:32.124 52 INFO opnfv-tempest [-] {3} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_detailed_limit_results ... success [0.037s] 2021-02-05 23:54:32.349 52 INFO opnfv-tempest [-] {3} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_detailed_using_marker ... success [0.225s] 2021-02-05 23:54:32.444 52 INFO opnfv-tempest [-] {3} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_filter_by_min_disk ... success [0.091s] 2021-02-05 23:54:32.526 52 INFO opnfv-tempest [-] {3} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_filter_by_min_ram ... success [0.079s] 2021-02-05 23:54:32.570 52 INFO opnfv-tempest [-] {3} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_limit_results ... success [0.040s] 2021-02-05 23:54:32.661 52 INFO opnfv-tempest [-] {3} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_using_marker ... success [0.086s] 2021-02-05 23:54:32.755 52 INFO opnfv-tempest [-] {3} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_with_detail ... success [0.089s] 2021-02-05 23:54:43.954 52 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_server_diagnostics_negative.ServerDiagnosticsNegativeTest.test_get_server_diagnostics_by_non_admin ... success [13.595s] 2021-02-05 23:54:44.180 52 INFO opnfv-tempest [-] {3} tempest.api.compute.floating_ips.test_list_floating_ips_negative.FloatingIPDetailsNegativeTestJSON.test_get_nonexistent_floating_ip_details ... success [0.259s] 2021-02-05 23:54:44.728 52 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_images.ImagesTestJSON.test_create_image_from_paused_server ... success [48.967s] 2021-02-05 23:54:54.274 52 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_services.ServicesAdminTestJSON.test_get_service_by_host_name ... success [0.354s] 2021-02-05 23:54:54.348 52 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_services.ServicesAdminTestJSON.test_get_service_by_service_binary_name ... success [0.073s] 2021-02-05 23:54:54.412 52 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_services.ServicesAdminTestJSON.test_list_services ... success [0.062s] 2021-02-05 23:54:56.884 52 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_volumes_negative.UpdateMultiattachVolumeNegativeTest ... skip: b'Volume multi-attach is not available.' 2021-02-05 23:55:08.870 52 INFO opnfv-tempest [-] {0} tempest.api.compute.floating_ips.test_floating_ips_actions_negative.FloatingIPsNegativeTestJSON.test_allocate_floating_ip_from_nonexistent_pool ... success [0.062s] 2021-02-05 23:55:09.000 52 INFO opnfv-tempest [-] {0} tempest.api.compute.floating_ips.test_floating_ips_actions_negative.FloatingIPsNegativeTestJSON.test_delete_nonexistent_floating_ip ... success [0.130s] 2021-02-05 23:55:30.380 52 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_attach_interfaces.AttachInterfacesTestJSON.test_create_list_show_delete_interfaces_by_fixed_ip ... success [47.107s] 2021-02-05 23:55:43.185 52 INFO opnfv-tempest [-] {3} tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_delete_image ... success [33.218s] 2021-02-05 23:56:18.764 52 INFO opnfv-tempest [-] {3} tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_image_specify_multibyte_character_image_name ... success [35.571s] 2021-02-05 23:56:24.456 52 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_attach_interfaces.AttachInterfacesTestJSON.test_create_list_show_delete_interfaces_by_network_port ... success [54.065s] 2021-02-05 23:56:27.352 52 INFO opnfv-tempest [-] {3} tempest.api.compute.images.test_list_image_filters_negative.ListImageFiltersNegativeTestJSON.test_get_nonexistent_image ... success [0.206s] 2021-02-05 23:56:34.469 52 INFO opnfv-tempest [-] {3} tempest.api.compute.security_groups.test_security_group_rules_negative.SecurityGroupRulesNegativeTestJSON.test_create_security_group_rule_duplicate ... success [1.328s] 2021-02-05 23:56:34.782 52 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.313s] 2021-02-05 23:56:34.813 52 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.030s] 2021-02-05 23:56:35.101 52 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.284s] 2021-02-05 23:56:35.420 52 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.316s] 2021-02-05 23:56:35.793 52 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.372s] 2021-02-05 23:56:35.863 52 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.070s] 2021-02-05 23:56:35.918 52 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.054s] 2021-02-05 23:56:37.760 52 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_images.ImagesTestJSON.test_create_image_from_stopped_server ... success [112.992s] 2021-02-05 23:57:09.600 52 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_host_name_is_same_as_server_name ... success [1.119s] 2021-02-05 23:57:10.036 52 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers ... success [0.434s] 2021-02-05 23:57:10.494 52 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers_with_detail ... success [0.459s] 2021-02-05 23:57:10.872 52 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_created_server_vcpus ... success [0.375s] 2021-02-05 23:57:10.876 52 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_server_details ... success [0.002s] 2021-02-05 23:57:20.612 52 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_images.ImagesTestJSON.test_create_image_from_suspended_server ... success [42.844s] 2021-02-05 23:57:23.748 52 INFO opnfv-tempest [-] {0} tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_filter_by_changes_since ... success [0.127s] 2021-02-05 23:57:23.837 52 INFO opnfv-tempest [-] {0} tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_filter_by_name ... success [0.092s] 2021-02-05 23:57:23.952 52 INFO opnfv-tempest [-] {0} tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_filter_by_server_id ... success [0.112s] 2021-02-05 23:57:24.414 52 INFO opnfv-tempest [-] {0} tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_filter_by_server_ref ... success [0.461s] 2021-02-05 23:57:24.694 52 INFO opnfv-tempest [-] {0} tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_filter_by_status ... success [0.278s] 2021-02-05 23:57:24.810 52 INFO opnfv-tempest [-] {0} tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_filter_by_type ... success [0.114s] 2021-02-05 23:57:24.911 52 INFO opnfv-tempest [-] {0} tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_limit_results ... success [0.098s] 2021-02-05 23:57:25.050 52 INFO opnfv-tempest [-] {0} tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_with_detail_filter_by_changes_since ... success [0.136s] 2021-02-05 23:57:25.146 52 INFO opnfv-tempest [-] {0} tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_with_detail_filter_by_name ... success [0.095s] 2021-02-05 23:57:25.368 52 INFO opnfv-tempest [-] {0} tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_with_detail_filter_by_server_ref ... success [0.217s] 2021-02-05 23:57:25.572 52 INFO opnfv-tempest [-] {0} tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_with_detail_filter_by_status ... success [0.202s] 2021-02-05 23:57:25.758 52 INFO opnfv-tempest [-] {0} tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_with_detail_filter_by_type ... success [0.186s] 2021-02-05 23:57:25.858 52 INFO opnfv-tempest [-] {0} tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_with_detail_limit_results ... success [0.100s] 2021-02-05 23:57:33.857 52 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_attach_interfaces.AttachInterfacesTestJSON.test_reassign_port_between_servers ... success [69.389s] 2021-02-05 23:57:40.637 52 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_images.ImagesTestJSON.test_delete_saving_image ... success [20.015s] 2021-02-05 23:57:46.871 52 INFO opnfv-tempest [-] {0} tempest.api.compute.images.test_list_images.ListImagesTestJSON.test_get_image ... success [0.290s] 2021-02-05 23:57:47.019 52 INFO opnfv-tempest [-] {0} tempest.api.compute.images.test_list_images.ListImagesTestJSON.test_list_images ... success [0.148s] 2021-02-05 23:57:47.181 52 INFO opnfv-tempest [-] {0} tempest.api.compute.images.test_list_images.ListImagesTestJSON.test_list_images_with_detail ... success [0.158s] 2021-02-05 23:57:47.770 52 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_active_server ... success [16.601s] 2021-02-05 23:57:50.800 52 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_images_negative.ImagesDeleteNegativeTestJSON.test_delete_image_blank_id ... success [0.214s] 2021-02-05 23:57:50.847 52 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_images_negative.ImagesDeleteNegativeTestJSON.test_delete_image_negative_image_id ... success [0.044s] 2021-02-05 23:57:50.902 52 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_images_negative.ImagesDeleteNegativeTestJSON.test_delete_image_non_hex_string_id ... success [0.052s] 2021-02-05 23:57:50.940 52 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_images_negative.ImagesDeleteNegativeTestJSON.test_delete_image_with_id_over_character_limit ... success [0.036s] 2021-02-05 23:57:50.986 52 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_images_negative.ImagesDeleteNegativeTestJSON.test_delete_image_with_invalid_image_id ... success [0.046s] 2021-02-05 23:57:51.037 52 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_images_negative.ImagesDeleteNegativeTestJSON.test_delete_non_existent_image ... success [0.046s] 2021-02-05 23:57:51.190 52 INFO opnfv-tempest [-] {0} tempest.api.compute.keypairs.test_keypairs_negative.KeyPairsNegativeTestJSON.test_create_keypair_invalid_name ... success [0.176s] 2021-02-05 23:57:51.268 52 INFO opnfv-tempest [-] {0} tempest.api.compute.keypairs.test_keypairs_negative.KeyPairsNegativeTestJSON.test_create_keypair_when_public_key_bits_exceeds_maximum ... success [0.075s] 2021-02-05 23:57:51.733 52 INFO opnfv-tempest [-] {0} tempest.api.compute.keypairs.test_keypairs_negative.KeyPairsNegativeTestJSON.test_create_keypair_with_duplicate_name ... success [0.462s] 2021-02-05 23:57:51.752 52 INFO opnfv-tempest [-] {0} tempest.api.compute.keypairs.test_keypairs_negative.KeyPairsNegativeTestJSON.test_create_keypair_with_empty_name_string ... success [0.020s] 2021-02-05 23:57:51.826 52 INFO opnfv-tempest [-] {0} tempest.api.compute.keypairs.test_keypairs_negative.KeyPairsNegativeTestJSON.test_create_keypair_with_empty_public_key ... success [0.073s] 2021-02-05 23:57:51.848 52 INFO opnfv-tempest [-] {0} tempest.api.compute.keypairs.test_keypairs_negative.KeyPairsNegativeTestJSON.test_create_keypair_with_long_keynames ... success [0.021s] 2021-02-05 23:57:51.914 52 INFO opnfv-tempest [-] {0} tempest.api.compute.keypairs.test_keypairs_negative.KeyPairsNegativeTestJSON.test_keypair_create_with_invalid_pub_key ... success [0.065s] 2021-02-05 23:57:51.950 52 INFO opnfv-tempest [-] {0} tempest.api.compute.keypairs.test_keypairs_negative.KeyPairsNegativeTestJSON.test_keypair_delete_nonexistent_key ... success [0.035s] 2021-02-05 23:57:55.382 52 INFO opnfv-tempest [-] {1} tempest.api.compute.keypairs.test_keypairs_v22.KeyPairsV22TestJSON.test_get_keypair_detail ... success [0.497s] 2021-02-05 23:57:55.831 52 INFO opnfv-tempest [-] {1} tempest.api.compute.keypairs.test_keypairs_v22.KeyPairsV22TestJSON.test_keypair_create_delete ... success [0.449s] 2021-02-05 23:57:55.903 52 INFO opnfv-tempest [-] {0} tempest.api.compute.limits.test_absolute_limits.AbsoluteLimitsTestJSON.test_absLimits_get ... success [0.297s] 2021-02-05 23:57:55.949 52 INFO opnfv-tempest [-] {1} tempest.api.compute.keypairs.test_keypairs_v22.KeyPairsV22TestJSON.test_keypair_create_with_pub_key ... success [0.117s] 2021-02-05 23:57:56.841 52 INFO opnfv-tempest [-] {1} tempest.api.compute.keypairs.test_keypairs_v22.KeyPairsV22TestJSON.test_keypairs_create_list_delete ... success [0.888s] 2021-02-05 23:57:57.239 52 INFO opnfv-tempest [-] {1} tempest.api.compute.keypairs.test_keypairs_v22.KeyPairsV22TestJSON.test_keypairsv22_create_list_show ... success [0.398s] 2021-02-05 23:57:57.702 52 INFO opnfv-tempest [-] {1} tempest.api.compute.keypairs.test_keypairs_v22.KeyPairsV22TestJSON.test_keypairsv22_create_list_show_with_type ... success [0.462s] 2021-02-05 23:58:02.147 52 INFO opnfv-tempest [-] {0} tempest.api.compute.limits.test_absolute_limits_negative.AbsoluteLimitsNegativeTestJSON.test_max_metadata_exceed_limit ... success [2.252s] 2021-02-05 23:58:03.924 52 INFO opnfv-tempest [-] {1} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_create ... success [0.641s] 2021-02-05 23:58:04.390 52 INFO opnfv-tempest [-] {1} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_create_with_optional_cidr ... success [0.460s] 2021-02-05 23:58:07.993 52 INFO opnfv-tempest [-] {1} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_create_with_optional_group_id ... success [3.597s] 2021-02-05 23:58:10.474 52 INFO opnfv-tempest [-] {1} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_delete_when_peer_group_deleted ... success [2.478s] 2021-02-05 23:58:11.282 52 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_server_while_in_attached_volume ... success [23.506s] 2021-02-05 23:58:12.461 52 INFO opnfv-tempest [-] {1} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_list ... success [1.986s] 2021-02-05 23:58:14.226 52 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_server_while_in_building_state ... success [2.939s] 2021-02-05 23:58:27.818 52 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_attach_interfaces.AttachInterfacesUnderV243Test.test_add_remove_fixed_ip ... success [35.429s] 2021-02-05 23:58:31.432 52 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_server_while_in_pause_state ... success [17.191s] 2021-02-05 23:58:39.479 52 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_host_name_is_same_as_server_name ... success [3.119s] 2021-02-05 23:58:39.659 52 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_list_servers ... success [0.178s] 2021-02-05 23:58:40.080 52 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_list_servers_with_detail ... success [0.418s] 2021-02-05 23:58:40.244 52 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_verify_created_server_vcpus ... success [0.164s] 2021-02-05 23:58:40.246 52 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_verify_server_details ... success [0.002s] 2021-02-05 23:58:42.835 52 INFO opnfv-tempest [-] {1} tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_list_security_groups_by_server ... success [22.300s] 2021-02-05 23:58:44.017 52 INFO opnfv-tempest [-] {1} tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_security_group_create_get_delete ... success [1.186s] 2021-02-05 23:58:44.957 52 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_availability_zone.AZV2TestJSON.test_get_availability_zone_list_with_non_admin_user ... success [0.179s] 2021-02-05 23:58:46.765 52 INFO opnfv-tempest [-] {1} tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_security_groups_create_list_delete ... success [2.745s] 2021-02-05 23:59:04.274 52 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_instance_actions_negative.InstanceActionsNegativeTestJSON.test_get_instance_action_invalid_request ... success [0.073s] 2021-02-05 23:59:04.296 52 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_instance_actions_negative.InstanceActionsNegativeTestJSON.test_list_instance_actions_non_existent_server ... success [0.022s] 2021-02-05 23:59:16.791 52 INFO opnfv-tempest [-] {1} tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_server_security_groups ... success [30.013s] 2021-02-05 23:59:17.272 52 INFO opnfv-tempest [-] {1} tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_update_security_groups ... success [0.485s] 2021-02-05 23:59:29.164 52 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_server_addresses_negative.ServerAddressesNegativeTestJSON.test_list_server_addresses_by_network_neg ... success [0.082s] 2021-02-05 23:59:29.184 52 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_server_addresses_negative.ServerAddressesNegativeTestJSON.test_list_server_addresses_invalid_server_id ... success [0.021s] 2021-02-05 23:59:30.535 52 INFO opnfv-tempest [-] {1} tempest.api.compute.security_groups.test_security_groups_negative.SecurityGroupsNegativeTestJSON.test_delete_nonexistent_security_group ... success [0.191s] 2021-02-05 23:59:30.565 52 INFO opnfv-tempest [-] {1} tempest.api.compute.security_groups.test_security_groups_negative.SecurityGroupsNegativeTestJSON.test_delete_security_group_without_passing_id ... success [0.025s] 2021-02-05 23:59:30.987 52 INFO opnfv-tempest [-] {1} tempest.api.compute.security_groups.test_security_groups_negative.SecurityGroupsNegativeTestJSON.test_delete_the_default_security_group ... success [0.423s] 2021-02-05 23:59:30.994 52 INFO opnfv-tempest [-] {1} tempest.api.compute.security_groups.test_security_groups_negative.SecurityGroupsNegativeTestJSON.test_security_group_create_with_duplicate_name ... skip [0.001s]: b'Neutron allows duplicate names for security groups' 2021-02-05 23:59:31.005 52 INFO opnfv-tempest [-] {1} tempest.api.compute.security_groups.test_security_groups_negative.SecurityGroupsNegativeTestJSON.test_security_group_create_with_invalid_group_description ... skip [0.002s]: b'Skipped until bug: https://launchpad.net/bugs/1161411 is resolved.' 2021-02-05 23:59:31.007 52 INFO opnfv-tempest [-] {1} tempest.api.compute.security_groups.test_security_groups_negative.SecurityGroupsNegativeTestJSON.test_security_group_create_with_invalid_group_name ... skip [0.005s]: b'Skipped until bug: https://launchpad.net/bugs/1161411 is resolved.' 2021-02-05 23:59:31.026 52 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_host_name_is_same_as_server_name ... success [3.151s] 2021-02-05 23:59:31.135 52 INFO opnfv-tempest [-] {1} tempest.api.compute.security_groups.test_security_groups_negative.SecurityGroupsNegativeTestJSON.test_security_group_get_nonexistent_group ... success [0.134s] 2021-02-05 23:59:31.176 52 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers ... success [0.148s] 2021-02-05 23:59:31.185 52 INFO opnfv-tempest [-] {1} tempest.api.compute.security_groups.test_security_groups_negative.SecurityGroupsNegativeTestJSON.test_update_non_existent_security_group ... success [0.050s] 2021-02-05 23:59:31.188 52 INFO opnfv-tempest [-] {1} tempest.api.compute.security_groups.test_security_groups_negative.SecurityGroupsNegativeTestJSON.test_update_security_group_with_invalid_sg_des ... skip [0.001s]: b'Neutron does not check the security group description' 2021-02-05 23:59:31.193 52 INFO opnfv-tempest [-] {1} 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-02-05 23:59:31.195 52 INFO opnfv-tempest [-] {1} 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-02-05 23:59:31.572 52 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers_with_detail ... success [0.397s] 2021-02-05 23:59:31.778 52 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_created_server_vcpus ... success [0.203s] 2021-02-05 23:59:31.782 52 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_server_details ... success [0.002s] 2021-02-05 23:59:40.001 52 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_server_group.ServerGroupTestJSON.test_create_delete_multiple_server_groups_with_same_name_policy ... success [0.723s] 2021-02-05 23:59:40.186 52 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_server_group.ServerGroupTestJSON.test_create_delete_server_group_with_affinity_policy ... success [0.184s] 2021-02-05 23:59:40.386 52 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_server_group.ServerGroupTestJSON.test_create_delete_server_group_with_anti_affinity_policy ... success [0.201s] 2021-02-05 23:59:57.381 52 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_server_group.ServerGroupTestJSON.test_create_server_with_scheduler_hint_group ... success [16.983s] 2021-02-05 23:59:57.438 52 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_server_group.ServerGroupTestJSON.test_list_server_groups ... success [0.054s] 2021-02-05 23:59:57.499 52 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_server_group.ServerGroupTestJSON.test_show_server_group ... success [0.058s] 2021-02-06 00:00:19.049 52 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_server_tags.ServerTagsTestJSON.test_check_tag_existence ... success [0.347s] 2021-02-06 00:00:19.707 52 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_server_tags.ServerTagsTestJSON.test_create_delete_tag ... success [0.654s] 2021-02-06 00:00:20.485 52 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_server_tags.ServerTagsTestJSON.test_delete_all_tags ... success [0.777s] 2021-02-06 00:00:21.175 52 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_server_tags.ServerTagsTestJSON.test_update_all_tags ... success [0.686s] 2021-02-06 00:00:27.391 52 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_server_while_in_shelved_state ... success [115.915s] 2021-02-06 00:00:34.389 52 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server_multi_nic.ServersTestMultiNic.test_verify_duplicate_network_nics ... success [38.719s] 2021-02-06 00:00:46.877 52 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestMultiTenantJSON.test_delete_a_server_of_another_tenant ... success [0.463s] 2021-02-06 00:00:47.511 52 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestMultiTenantJSON.test_update_server_of_another_tenant ... success [0.632s] 2021-02-06 00:01:02.189 52 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_disk_config.ServerDiskConfigTestJSON.test_rebuild_server_with_auto_disk_config ... success [84.624s] 2021-02-06 00:01:02.250 52 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_virtual_interfaces.VirtualInterfacesTestJSON ... skip: b'nova-network is gone' 2021-02-06 00:01:04.660 52 INFO opnfv-tempest [-] {2} tempest.api.compute.test_extensions.ExtensionsTest.test_get_extension ... success [0.109s] 2021-02-06 00:01:04.706 52 INFO opnfv-tempest [-] {2} tempest.api.compute.test_extensions.ExtensionsTest.test_list_extensions ... success [0.046s] 2021-02-06 00:01:06.179 52 INFO opnfv-tempest [-] {2} tempest.api.compute.volumes.test_attach_volume.AttachVolumeMultiAttachTest ... skip: b'Volume multi-attach is not available.' 2021-02-06 00:01:06.662 52 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server_multi_nic.ServersTestMultiNic.test_verify_multiple_nics_order ... success [32.257s] 2021-02-06 00:01:15.126 52 INFO opnfv-tempest [-] {2} tempest.api.compute.volumes.test_volume_snapshots.VolumesSnapshotsTestJSON.test_volume_snapshot_create_get_list_delete ... success [6.505s] 2021-02-06 00:01:24.830 52 INFO opnfv-tempest [-] {2} tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON.test_volume_list ... success [0.120s] 2021-02-06 00:01:24.960 52 INFO opnfv-tempest [-] {2} tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON.test_volume_list_param_limit ... success [0.127s] 2021-02-06 00:01:25.212 52 INFO opnfv-tempest [-] {2} tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON.test_volume_list_param_offset_and_limit ... success [0.253s] 2021-02-06 00:01:25.328 52 INFO opnfv-tempest [-] {2} tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON.test_volume_list_with_detail_param_limit ... success [0.114s] 2021-02-06 00:01:25.563 52 INFO opnfv-tempest [-] {2} tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON.test_volume_list_with_detail_param_offset_and_limit ... success [0.230s] 2021-02-06 00:01:25.673 52 INFO opnfv-tempest [-] {2} tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON.test_volume_list_with_details ... success [0.109s] 2021-02-06 00:01:30.929 52 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v2.test_endpoints.EndPointsTestJSON ... skip: b'Identity api v2 is not enabled' 2021-02-06 00:01:30.934 52 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v2.test_roles.RolesTestJSON ... skip: b'Identity api v2 is not enabled' 2021-02-06 00:01:30.939 52 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v2.test_roles_negative.RolesNegativeTestJSON ... skip: b'Identity api v2 is not enabled' 2021-02-06 00:01:30.942 52 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v2.test_services.ServicesTestJSON ... skip: b'Identity api v2 is not enabled' 2021-02-06 00:01:30.946 52 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v2.test_tenant_negative.TenantsNegativeTestJSON ... skip: b'Identity api v2 is not enabled' 2021-02-06 00:01:30.950 52 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v2.test_tokens.TokensTestJSON ... skip: b'Identity api v2 is not enabled' 2021-02-06 00:01:36.374 52 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v3.test_application_credentials.ApplicationCredentialsV3AdminTest.test_create_application_credential_with_roles ... success [1.742s] 2021-02-06 00:01:42.610 52 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v3.test_domains_negative.DomainsNegativeTestJSON.test_create_domain_with_empty_name ... success [0.130s] 2021-02-06 00:01:42.736 52 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v3.test_domains_negative.DomainsNegativeTestJSON.test_create_domain_with_name_length_over_64 ... success [0.123s] 2021-02-06 00:01:43.497 52 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v3.test_domains_negative.DomainsNegativeTestJSON.test_delete_active_domain ... success [0.756s] 2021-02-06 00:01:43.621 52 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v3.test_domains_negative.DomainsNegativeTestJSON.test_delete_non_existent_domain ... success [0.124s] 2021-02-06 00:01:44.229 52 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v3.test_domains_negative.DomainsNegativeTestJSON.test_domain_create_duplicate ... success [0.607s] 2021-02-06 00:01:45.489 52 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_server_while_in_shutoff_state ... success [78.059s] 2021-02-06 00:01:51.647 52 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v3.test_endpoint_groups.EndPointGroupsTest.test_create_list_show_check_delete_endpoint_group ... success [0.744s] 2021-02-06 00:01:52.212 52 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v3.test_endpoint_groups.EndPointGroupsTest.test_update_endpoint_group ... success [0.560s] 2021-02-06 00:01:59.493 52 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v3.test_endpoints.EndPointsTestJSON.test_create_list_show_delete_endpoint ... success [0.674s] 2021-02-06 00:01:59.811 52 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v3.test_endpoints.EndPointsTestJSON.test_list_endpoints ... success [0.314s] 2021-02-06 00:02:00.572 52 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v3.test_endpoints.EndPointsTestJSON.test_update_endpoint ... success [0.759s] 2021-02-06 00:02:02.956 52 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_server_while_in_suspended_state ... success [17.466s] 2021-02-06 00:02:05.131 52 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_device_tagging.TaggedAttachmentsTest.test_tagged_attachment ... success [37.990s] 2021-02-06 00:02:08.755 52 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v3.test_inherits.InheritsV3TestJSON.test_inherit_assign_check_revoke_roles_on_projects_group ... success [0.596s] 2021-02-06 00:02:09.455 52 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v3.test_inherits.InheritsV3TestJSON.test_inherit_assign_check_revoke_roles_on_projects_user ... success [0.695s] 2021-02-06 00:02:10.126 52 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v3.test_inherits.InheritsV3TestJSON.test_inherit_assign_list_check_revoke_roles_on_domains_group ... success [0.668s] 2021-02-06 00:02:10.893 52 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v3.test_inherits.InheritsV3TestJSON.test_inherit_assign_list_check_revoke_roles_on_domains_user ... success [0.761s] 2021-02-06 00:02:12.343 52 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v3.test_inherits.InheritsV3TestJSON.test_inherit_assign_list_revoke_user_roles_on_domain ... success [1.451s] 2021-02-06 00:02:13.444 52 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v3.test_inherits.InheritsV3TestJSON.test_inherit_assign_list_revoke_user_roles_on_project_tree ... success [1.100s] 2021-02-06 00:02:22.030 52 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v3.test_projects.ProjectsTestJSON.test_associate_user_to_project ... success [1.253s] 2021-02-06 00:02:22.792 52 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v3.test_projects.ProjectsTestJSON.test_create_is_domain_project ... success [0.760s] 2021-02-06 00:02:23.187 52 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v3.test_projects.ProjectsTestJSON.test_project_create_enabled ... success [0.394s] 2021-02-06 00:02:23.601 52 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v3.test_projects.ProjectsTestJSON.test_project_create_not_enabled ... success [0.414s] 2021-02-06 00:02:24.004 52 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v3.test_projects.ProjectsTestJSON.test_project_create_with_description ... success [0.400s] 2021-02-06 00:02:24.986 52 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v3.test_projects.ProjectsTestJSON.test_project_create_with_domain ... success [0.980s] 2021-02-06 00:02:26.270 52 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v3.test_projects.ProjectsTestJSON.test_project_create_with_parent ... success [1.281s] 2021-02-06 00:02:26.661 52 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_disk_config.ServerDiskConfigTestJSON.test_rebuild_server_with_manual_disk_config ... success [84.443s] 2021-02-06 00:02:26.803 52 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v3.test_projects.ProjectsTestJSON.test_project_get_equals_list ... success [0.534s] 2021-02-06 00:02:27.295 52 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v3.test_projects.ProjectsTestJSON.test_project_update_desc ... success [0.490s] 2021-02-06 00:02:27.815 52 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v3.test_projects.ProjectsTestJSON.test_project_update_enable ... success [0.514s] 2021-02-06 00:02:28.299 52 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v3.test_projects.ProjectsTestJSON.test_project_update_name ... success [0.479s] 2021-02-06 00:02:35.046 52 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v3.test_services.ServicesTestJSON.test_create_service_without_description ... success [0.223s] 2021-02-06 00:02:35.580 52 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v3.test_services.ServicesTestJSON.test_create_update_get_service ... success [0.528s] 2021-02-06 00:02:36.340 52 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v3.test_services.ServicesTestJSON.test_list_services ... success [0.752s] 2021-02-06 00:02:37.027 52 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON.test_get_instance_action ... success [0.105s] 2021-02-06 00:02:38.542 52 INFO opnfv-tempest [-] {2} tempest.api.identity.v2.test_api_discovery.TestApiDiscovery ... skip: b'Identity api v2 is not enabled' 2021-02-06 00:02:40.990 52 INFO opnfv-tempest [-] {2} tempest.api.identity.v3.test_domains.DefaultDomainTestJSON.test_default_domain_exists ... success [0.115s] 2021-02-06 00:02:41.241 52 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON.test_list_instance_actions ... success [4.211s] 2021-02-06 00:02:46.838 52 INFO opnfv-tempest [-] {2} tempest.api.image.v2.admin.test_images.BasicOperationsImagesAdminTest.test_create_image_owner_param ... success [0.495s] 2021-02-06 00:02:47.129 52 INFO opnfv-tempest [-] {2} tempest.api.image.v2.admin.test_images.BasicOperationsImagesAdminTest.test_update_image_owner_param ... success [0.285s] 2021-02-06 00:02:52.824 52 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_deactivate_reactivate_image ... success [1.420s] 2021-02-06 00:02:53.058 52 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_delete_image ... success [0.229s] 2021-02-06 00:02:54.479 52 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_register_upload_get_image_file ... success [1.414s] 2021-02-06 00:02:54.632 52 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_update_image ... success [0.153s] 2021-02-06 00:03:06.448 52 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_get_image_schema ... success [0.014s] 2021-02-06 00:03:06.461 52 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_get_images_schema ... success [0.013s] 2021-02-06 00:03:06.596 52 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_image_param_owner ... success [0.134s] 2021-02-06 00:03:06.706 52 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_container_format ... success [0.109s] 2021-02-06 00:03:06.815 52 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_disk_format ... success [0.108s] 2021-02-06 00:03:06.883 52 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_limit ... success [0.069s] 2021-02-06 00:03:06.985 52 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_min_max_size ... success [0.101s] 2021-02-06 00:03:07.052 52 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_name ... success [0.067s] 2021-02-06 00:03:07.161 52 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_size ... success [0.108s] 2021-02-06 00:03:07.308 52 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_sort ... success [0.147s] 2021-02-06 00:03:07.452 52 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_sort_key_dir ... success [0.142s] 2021-02-06 00:03:07.599 52 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_status ... success [0.145s] 2021-02-06 00:03:07.751 52 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_tag ... success [0.153s] 2021-02-06 00:03:07.851 52 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_visibility ... success [0.097s] 2021-02-06 00:03:07.998 52 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_no_params ... success [0.145s] 2021-02-06 00:03:08.968 52 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_instance_actions.InstanceActionsV221TestJSON.test_get_list_deleted_instance_actions ... success [17.262s] 2021-02-06 00:03:18.698 52 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images_metadefs_namespace_objects.MetadataNamespaceObjectsTest.test_create_update_delete_meta_namespace_objects ... success [0.441s] 2021-02-06 00:03:18.865 52 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images_metadefs_namespace_objects.MetadataNamespaceObjectsTest.test_list_meta_namespace_objects ... success [0.167s] 2021-02-06 00:03:19.027 52 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images_metadefs_namespace_objects.MetadataNamespaceObjectsTest.test_show_meta_namespace_objects ... success [0.156s] 2021-02-06 00:03:23.451 52 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images_metadefs_namespaces.MetadataNamespacesTest.test_basic_metadata_definition_namespaces ... success [0.849s] 2021-02-06 00:03:27.716 52 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images_metadefs_resource_types.MetadataResourceTypesTest.test_basic_meta_def_resource_type_association ... success [0.373s] 2021-02-06 00:03:33.285 52 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_flavor ... success [0.373s] 2021-02-06 00:03:33.821 52 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_image ... success [0.532s] 2021-02-06 00:03:34.027 52 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_server_while_in_verify_resize_state ... success [91.039s] 2021-02-06 00:03:34.274 52 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_server_name ... success [0.455s] 2021-02-06 00:03:34.856 52 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_server_status ... success [0.578s] 2021-02-06 00:03:35.186 52 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_limit_results ... success [0.325s] 2021-02-06 00:03:35.377 52 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_active_status ... success [0.192s] 2021-02-06 00:03:35.736 52 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_exceed_limit ... success [0.358s] 2021-02-06 00:03:35.915 52 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_flavor ... success [0.176s] 2021-02-06 00:03:36.090 52 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_image ... success [0.172s] 2021-02-06 00:03:36.194 52 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_limit ... success [0.100s] 2021-02-06 00:03:36.380 52 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_server_name ... success [0.185s] 2021-02-06 00:03:38.282 52 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_dhcp_agent_scheduler.DHCPAgentSchedulersTestJSON.test_add_remove_network_from_dhcp_agent ... success [2.210s] 2021-02-06 00:03:38.319 52 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_dhcp_agent_scheduler.DHCPAgentSchedulersTestJSON.test_list_dhcp_agent_hosting_network ... success [0.038s] 2021-02-06 00:03:38.525 52 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_dhcp_agent_scheduler.DHCPAgentSchedulersTestJSON.test_list_networks_hosted_by_one_dhcp ... success [0.204s] 2021-02-06 00:03:50.390 52 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_external_network_extension.ExternalNetworksTestJSON.test_create_external_network ... success [1.627s] 2021-02-06 00:03:55.974 52 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_disk_config.ServerDiskConfigTestJSON.test_resize_server_from_auto_to_manual ... success [89.268s] 2021-02-06 00:03:56.009 52 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_novnc.NoVNCConsoleTestJSON.test_novnc ... fail [0.200s] 2021-02-06 00:03:56.327 52 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_external_network_extension.ExternalNetworksTestJSON.test_delete_external_networks_with_floating_ip ... success [5.933s] 2021-02-06 00:03:56.421 52 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_novnc.NoVNCConsoleTestJSON.test_novnc_bad_token ... success [0.422s] 2021-02-06 00:03:57.646 52 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_external_network_extension.ExternalNetworksTestJSON.test_list_external_networks ... success [1.316s] 2021-02-06 00:03:59.100 52 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_external_network_extension.ExternalNetworksTestJSON.test_show_external_networks_attribute ... success [1.451s] 2021-02-06 00:04:01.079 52 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_external_network_extension.ExternalNetworksTestJSON.test_update_external_network ... success [1.976s] 2021-02-06 00:04:04.048 52 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_metering_extensions.MeteringIpV6TestJSON ... skip: b'metering extension not enabled.' 2021-02-06 00:04:04.745 52 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_shutoff_status ... success [28.357s] 2021-02-06 00:04:04.782 52 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_zero_limit ... success [0.033s] 2021-02-06 00:04:09.177 52 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filtered_by_ip ... success [4.392s] 2021-02-06 00:04:10.986 52 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filtered_by_ip_regex ... success [1.804s] 2021-02-06 00:04:11.925 52 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filtered_by_name_regex ... success [0.935s] 2021-02-06 00:04:12.297 52 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filtered_by_name_wildcard ... success [0.369s] 2021-02-06 00:04:12.356 52 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_negative_quotas.QuotasNegativeTest.test_network_quota_exceeding ... success [4.376s] 2021-02-06 00:04:21.507 52 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_password.ServerPasswordTestJSON.test_delete_server_password ... success [0.127s] 2021-02-06 00:04:21.577 52 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_password.ServerPasswordTestJSON.test_get_server_password ... success [0.069s] 2021-02-06 00:04:21.701 52 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_ports.PortsAdminExtendedAttrsTestJSON.test_create_port_binding_ext_attr ... success [2.398s] 2021-02-06 00:04:24.792 52 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_ports.PortsAdminExtendedAttrsTestJSON.test_list_ports_binding_ext_attr ... success [3.086s] 2021-02-06 00:04:26.574 52 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_ports.PortsAdminExtendedAttrsTestJSON.test_show_port_binding_ext_attr ... success [1.779s] 2021-02-06 00:04:28.819 52 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_ports.PortsAdminExtendedAttrsTestJSON.test_update_port_binding_ext_attr ... success [2.241s] 2021-02-06 00:04:38.921 52 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_routers_negative.RoutersAdminNegativeIpV6Test.test_router_set_gateway_used_ip_returns_409 ... success [3.282s] 2021-02-06 00:04:45.651 52 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_multiple_create.MultipleCreateTestJSON.test_multiple_create ... success [12.742s] 2021-02-06 00:04:48.468 52 INFO opnfv-tempest [-] {2} tempest.api.network.test_extra_dhcp_options.ExtraDHCPOptionsIpV6TestJSON.test_create_list_port_with_extra_dhcp_options ... success [2.109s] 2021-02-06 00:04:49.138 52 INFO opnfv-tempest [-] {2} tempest.api.network.test_extra_dhcp_options.ExtraDHCPOptionsIpV6TestJSON.test_update_show_port_with_extra_dhcp_options ... success [0.671s] 2021-02-06 00:04:59.840 52 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_multiple_create.MultipleCreateTestJSON.test_multiple_create_with_reservation_return ... success [14.177s] 2021-02-06 00:05:01.865 52 INFO opnfv-tempest [-] {2} tempest.api.network.test_extra_dhcp_options.ExtraDHCPOptionsTestJSON.test_create_list_port_with_extra_dhcp_options ... success [2.718s] 2021-02-06 00:05:03.000 52 INFO opnfv-tempest [-] {2} tempest.api.network.test_extra_dhcp_options.ExtraDHCPOptionsTestJSON.test_update_show_port_with_extra_dhcp_options ... success [1.138s] 2021-02-06 00:05:09.849 52 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_multiple_create_negative.MultipleCreateNegativeTestJSON.test_max_count_less_than_min_count ... success [1.152s] 2021-02-06 00:05:10.809 52 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_multiple_create_negative.MultipleCreateNegativeTestJSON.test_max_count_less_than_one ... success [0.953s] 2021-02-06 00:05:11.633 52 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_multiple_create_negative.MultipleCreateNegativeTestJSON.test_max_count_non_integer ... success [0.817s] 2021-02-06 00:05:12.347 52 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_multiple_create_negative.MultipleCreateNegativeTestJSON.test_min_count_less_than_one ... success [0.712s] 2021-02-06 00:05:13.149 52 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_multiple_create_negative.MultipleCreateNegativeTestJSON.test_min_count_non_integer ... success [0.802s] 2021-02-06 00:05:26.280 52 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_disk_config.ServerDiskConfigTestJSON.test_resize_server_from_manual_to_auto ... success [90.263s] 2021-02-06 00:05:27.759 52 INFO opnfv-tempest [-] {2} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_floating_ip_specifying_a_fixed_ip_address ... success [5.446s] 2021-02-06 00:05:31.867 52 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses ... success [0.067s] 2021-02-06 00:05:32.016 52 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses_by_network ... success [0.145s] 2021-02-06 00:05:36.982 52 INFO opnfv-tempest [-] {2} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_list_show_update_delete_floating_ip ... success [9.219s] 2021-02-06 00:05:39.454 52 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_disk_config.ServerDiskConfigTestJSON.test_update_server_from_auto_to_manual ... success [13.174s] 2021-02-06 00:05:46.597 52 INFO opnfv-tempest [-] {2} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_update_floatingip_with_port_multiple_ip_address ... success [9.610s] 2021-02-06 00:05:53.202 52 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_create_server_metadata_blank_key ... success [0.497s] 2021-02-06 00:05:53.234 52 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_delete_metadata_non_existent_server ... success [0.030s] 2021-02-06 00:05:53.269 52 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_list_server_metadata_non_existent_server ... success [0.034s] 2021-02-06 00:05:53.726 52 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_metadata_items_limit ... success [0.453s] 2021-02-06 00:05:54.535 52 INFO opnfv-tempest [-] {2} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_floating_ip_delete_port ... success [7.937s] 2021-02-06 00:05:55.475 52 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_server_create_metadata_key_too_long ... success [1.744s] 2021-02-06 00:05:55.580 52 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_server_metadata_non_existent_server ... success [0.109s] 2021-02-06 00:05:55.612 52 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_set_metadata_non_existent_server ... success [0.030s] 2021-02-06 00:05:55.634 52 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_set_server_metadata_blank_key ... success [0.021s] 2021-02-06 00:05:55.665 52 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_set_server_metadata_missing_metadata ... success [0.030s] 2021-02-06 00:05:55.699 52 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_update_metadata_non_existent_server ... success [0.035s] 2021-02-06 00:05:55.794 52 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_update_metadata_with_blank_key ... success [0.094s] 2021-02-06 00:05:55.881 52 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_wrong_key_passed_in_body ... success [0.086s] 2021-02-06 00:05:56.038 52 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_rescue.ServerRescueTestJSONUnderV235.test_rescued_vm_add_remove_security_group ... success [2.542s] 2021-02-06 00:06:13.119 52 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_rescue.ServerRescueTestJSONUnderV235.test_rescued_vm_associate_dissociate_floating_ip ... success [17.078s] 2021-02-06 00:06:14.364 52 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_changes_since_future_date ... success [0.123s] 2021-02-06 00:06:14.389 52 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_changes_since_invalid_date ... success [0.024s] 2021-02-06 00:06:14.769 52 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_greater_than_actual_count ... success [0.379s] 2021-02-06 00:06:14.790 52 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_pass_negative_value ... success [0.021s] 2021-02-06 00:06:14.812 52 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_pass_string ... success [0.022s] 2021-02-06 00:06:14.857 52 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_flavor ... success [0.044s] 2021-02-06 00:06:14.995 52 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_image ... success [0.134s] 2021-02-06 00:06:15.153 52 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_server_name ... success [0.158s] 2021-02-06 00:06:15.637 52 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_detail_server_is_deleted ... success [0.481s] 2021-02-06 00:06:15.670 52 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_status_non_existing ... success [0.030s] 2021-02-06 00:06:15.873 52 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_with_a_deleted_server ... success [0.198s] 2021-02-06 00:06:23.123 52 INFO opnfv-tempest [-] {2} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_floating_ip_update_different_router ... success [28.581s] 2021-02-06 00:06:25.805 52 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_rescue.ServerStableDeviceRescueTest ... skip: b'Stable rescue not available.' 2021-02-06 00:06:39.734 52 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_network ... success [2.606s] 2021-02-06 00:06:43.642 52 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_port ... success [3.906s] 2021-02-06 00:06:46.927 52 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-02-06 00:06:48.007 52 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_subnet ... success [4.364s] 2021-02-06 00:06:57.554 52 INFO opnfv-tempest [-] {2} tempest.api.network.test_routers_negative.DvrRoutersNegativeTest.test_router_create_tenant_distributed_returns_forbidden ... success [0.182s] 2021-02-06 00:07:02.182 52 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_list_update_show_delete_security_group ... success [1.020s] 2021-02-06 00:07:03.023 52 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_security_group_rule_with_additional_args ... success [0.842s] 2021-02-06 00:07:03.636 52 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_microversions.ServerShowV254Test.test_rebuild_server ... success [35.523s] 2021-02-06 00:07:05.238 52 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_security_group_rule_with_icmp_type_code ... success [2.208s] 2021-02-06 00:07:05.886 52 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_security_group_rule_with_protocol_integer_value ... success [0.649s] 2021-02-06 00:07:07.673 52 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_security_group_rule_with_remote_group_id ... success [1.780s] 2021-02-06 00:07:08.668 52 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_security_group_rule_with_remote_ip_prefix ... success [0.990s] 2021-02-06 00:07:10.757 52 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_show_delete_security_group_rule ... success [2.081s] 2021-02-06 00:07:10.833 52 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_list_security_groups ... success [0.080s] 2021-02-06 00:07:14.537 52 INFO opnfv-tempest [-] {3} tempest.api.compute.test_tenant_networks.ComputeTenantNetworksTest.test_list_show_tenant_networks ... success [0.558s] 2021-02-06 00:07:15.597 52 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group ... success [1.178s] 2021-02-06 00:07:16.324 52 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_additional_args ... success [0.727s] 2021-02-06 00:07:16.337 52 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v2.test_tenants.TenantsTestJSON ... skip: b'Identity api v2 is not enabled' 2021-02-06 00:07:18.637 52 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_icmp_type_code ... success [2.303s] 2021-02-06 00:07:19.344 52 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_protocol_integer_value ... success [0.710s] 2021-02-06 00:07:20.788 52 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_remote_group_id ... success [1.441s] 2021-02-06 00:07:21.279 52 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_domain_configuration.DomainConfigurationTestJSON.test_create_domain_config_and_show_config_groups_and_options ... success [1.253s] 2021-02-06 00:07:21.617 52 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_remote_ip_prefix ... success [0.826s] 2021-02-06 00:07:22.309 52 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_domain_configuration.DomainConfigurationTestJSON.test_create_update_and_delete_domain_config ... success [1.027s] 2021-02-06 00:07:23.467 52 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule ... success [1.842s] 2021-02-06 00:07:23.546 52 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups ... success [0.087s] 2021-02-06 00:07:23.572 52 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_domain_configuration.DomainConfigurationTestJSON.test_create_update_and_delete_domain_config_groups_and_opts ... success [1.260s] 2021-02-06 00:07:24.972 52 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_staticweb.StaticWebTest ... skip: b'StaticWebTest skipped as swift is not available' 2021-02-06 00:07:24.974 52 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_object_expiry.ObjectExpiryTest ... skip: b'ObjectExpiryTest skipped as swift is not available' 2021-02-06 00:07:24.978 52 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_object_formpost.ObjectFormPostTest ... skip: b'ObjectFormPostTest skipped as swift is not available' 2021-02-06 00:07:24.982 52 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_object_formpost_negative.ObjectFormPostNegativeTest ... skip: b'ObjectFormPostNegativeTest skipped as swift is not available' 2021-02-06 00:07:24.986 52 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_object_services.PublicObjectTest ... skip: b'PublicObjectTest skipped as swift is not available' 2021-02-06 00:07:26.965 52 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_domain_configuration.DomainConfigurationTestJSON.test_show_default_group_config_and_options ... success [3.384s] 2021-02-06 00:07:30.016 52 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_user_messages.UserMessagesTest.test_delete_message ... success [1.232s] 2021-02-06 00:07:30.692 52 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_user_messages.UserMessagesTest.test_list_show_messages ... success [0.676s] 2021-02-06 00:07:33.565 52 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_endpoints_negative.EndpointsNegativeTestJSON.test_create_with_enabled_False ... success [0.140s] 2021-02-06 00:07:33.692 52 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_endpoints_negative.EndpointsNegativeTestJSON.test_create_with_enabled_True ... success [0.124s] 2021-02-06 00:07:34.235 52 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_endpoints_negative.EndpointsNegativeTestJSON.test_update_with_enabled_False ... success [0.543s] 2021-02-06 00:07:34.638 52 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_endpoints_negative.EndpointsNegativeTestJSON.test_update_with_enabled_True ... success [0.402s] 2021-02-06 00:07:34.948 52 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_rescue_negative.ServerRescueNegativeTestJSON.test_rescue_non_existent_server ... success [0.027s] 2021-02-06 00:07:37.893 52 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_volume_hosts.VolumeHostsAdminTestsJSON.test_list_hosts ... success [0.247s] 2021-02-06 00:07:38.336 52 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_rescue_negative.ServerRescueNegativeTestJSON.test_rescue_paused_instance ... success [3.384s] 2021-02-06 00:07:40.166 52 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_volume_hosts.VolumeHostsAdminTestsJSON.test_show_host ... success [2.263s] 2021-02-06 00:07:41.184 52 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_list_projects.ListProjectsTestJSON.test_list_projects_with_enabled ... success [0.293s] 2021-02-06 00:07:41.245 52 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_list_projects.ListProjectsTestJSON.test_list_projects_with_parent ... success [0.063s] 2021-02-06 00:07:46.755 52 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_volume_quota_classes.VolumeQuotaClassesTest.test_show_default_quota ... success [0.329s] 2021-02-06 00:07:47.877 52 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_volume_quota_classes.VolumeQuotaClassesTest.test_update_default_quota ... success [1.116s] 2021-02-06 00:07:48.144 52 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_projects_negative.ProjectsNegativeTestJSON.test_project_delete_by_unauthorized_user ... success [0.535s] 2021-02-06 00:07:50.253 52 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_volume_retype.VolumeRetypeWithMigrationTest ... skip: b'Cinder multi-backend feature disabled' 2021-02-06 00:07:58.951 52 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_volume_snapshot_quotas_negative.VolumeSnapshotQuotasNegativeTestJSON.test_quota_volume_gigabytes_snapshots ... success [0.374s] 2021-02-06 00:07:59.069 52 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_volume_snapshot_quotas_negative.VolumeSnapshotQuotasNegativeTestJSON.test_quota_volume_snapshots ... success [0.119s] 2021-02-06 00:08:01.212 52 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_tokens.TokensV3TestJSON.test_get_available_domain_scopes ... success [5.760s] 2021-02-06 00:08:01.701 52 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_tokens.TokensV3TestJSON.test_get_available_project_scopes ... success [0.487s] 2021-02-06 00:08:04.604 52 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_tokens.TokensV3TestJSON.test_rescope_token ... success [2.902s] 2021-02-06 00:08:13.344 52 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_volume_type_access.VolumeTypesAccessTest.test_volume_type_access_add ... success [3.229s] 2021-02-06 00:08:13.592 52 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_volume_type_access.VolumeTypesAccessTest.test_volume_type_access_list ... success [0.243s] 2021-02-06 00:08:16.564 52 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_get_trusts_all ... success [3.579s] 2021-02-06 00:08:20.303 52 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_get_trusts_query ... success [3.736s] 2021-02-06 00:08:24.219 52 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_trust_expire ... success [3.908s] 2021-02-06 00:08:27.357 52 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_trust_expire_invalid ... success [3.133s] 2021-02-06 00:08:29.751 52 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_volumes_list.VolumesListAdminTestJSON.test_volume_list_param_tenant ... success [2.090s] 2021-02-06 00:08:31.279 52 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_trust_impersonate ... success [3.916s] 2021-02-06 00:08:35.223 52 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_trust_noimpersonate ... success [3.942s] 2021-02-06 00:08:41.691 52 INFO opnfv-tempest [-] {2} tempest.api.volume.test_availability_zone.AvailabilityZoneTestJSON.test_get_availability_zone_list ... success [0.283s] 2021-02-06 00:08:42.708 52 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_users.UsersV3TestJSON.test_get_user ... success [1.371s] 2021-02-06 00:08:45.439 52 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_users.UsersV3TestJSON.test_list_user_projects ... success [2.725s] 2021-02-06 00:08:46.936 52 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_create_backup ... success [119.953s] 2021-02-06 00:08:49.791 52 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_users.UsersV3TestJSON.test_password_history_not_enforced_in_admin_reset ... success [4.352s] 2021-02-06 00:08:49.810 52 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_rescue_negative.ServerRescueNegativeTestJSON.test_rescued_vm_attach_volume ... success [71.449s] 2021-02-06 00:08:52.703 52 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_users.UsersV3TestJSON.test_update_user_password ... success [2.911s] 2021-02-06 00:08:52.991 52 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_get_console_output ... success [6.060s] 2021-02-06 00:08:54.268 52 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_users.UsersV3TestJSON.test_user_update ... success [1.562s] 2021-02-06 00:08:56.670 52 INFO opnfv-tempest [-] {3} tempest.api.identity.v2.test_tenants.IdentityTenantsTest ... skip: b'Identity api v2 is not enabled' 2021-02-06 00:08:56.675 52 INFO opnfv-tempest [-] {3} tempest.api.identity.v2.test_tokens.TokensTest ... skip: b'Identity api v2 is not enabled' 2021-02-06 00:08:56.679 52 INFO opnfv-tempest [-] {3} tempest.api.image.v1.test_images.CreateRegisterImagesTest ... skip: b'Glance API v1 not supported' 2021-02-06 00:08:56.682 52 INFO opnfv-tempest [-] {3} tempest.api.image.v1.test_images.ListImagesTest ... skip: b'Glance API v1 not supported' 2021-02-06 00:08:56.684 52 INFO opnfv-tempest [-] {3} tempest.api.image.v1.test_images.UpdateImageMetaTest ... skip: b'Glance API v1 not supported' 2021-02-06 00:08:56.687 52 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images.ImportImagesTest ... skip: b'ImportImagesTest skipped as image import is not available' 2021-02-06 00:09:00.884 52 INFO opnfv-tempest [-] {2} tempest.api.volume.test_image_metadata.VolumesImageMetadata.test_update_show_delete_image_metadata ... success [0.470s] 2021-02-06 00:09:01.762 52 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images.ListSharedImagesTest.test_list_images_param_member_status ... success [1.299s] 2021-02-06 00:09:09.930 52 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images_member.ImagesMemberTest.test_get_image_member ... success [0.895s] 2021-02-06 00:09:09.945 52 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images_member.ImagesMemberTest.test_get_image_member_schema ... success [0.015s] 2021-02-06 00:09:09.960 52 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images_member.ImagesMemberTest.test_get_image_members_schema ... success [0.013s] 2021-02-06 00:09:10.479 52 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images_member.ImagesMemberTest.test_image_share_accept ... success [0.514s] 2021-02-06 00:09:11.040 52 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images_member.ImagesMemberTest.test_image_share_reject ... success [0.549s] 2021-02-06 00:09:11.537 52 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_crud_volume_metadata ... success [2.956s] 2021-02-06 00:09:11.553 52 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images_member.ImagesMemberTest.test_remove_image_member ... success [0.518s] 2021-02-06 00:09:12.137 52 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_update_show_volume_metadata_item ... success [0.596s] 2021-02-06 00:09:17.992 52 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images_member_negative.ImagesMemberNegativeTest.test_image_share_invalid_status ... success [0.689s] 2021-02-06 00:09:18.406 52 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images_member_negative.ImagesMemberNegativeTest.test_image_share_owner_cannot_accept ... success [0.413s] 2021-02-06 00:09:19.136 52 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_clone_negative.VolumesCloneNegativeTest.test_create_from_volume_decreasing_size ... success [1.904s] 2021-02-06 00:09:23.465 52 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images_metadefs_namespace_tags.MetadataNamespaceTagsTest.test_create_list_delete_namespace_tags ... success [0.506s] 2021-02-06 00:09:23.589 52 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_get_console_output_server_id_in_shutoff_status ... success [30.583s] 2021-02-06 00:09:23.768 52 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images_metadefs_namespace_tags.MetadataNamespaceTagsTest.test_create_update_delete_tag ... success [0.302s] 2021-02-06 00:09:27.841 52 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images_tags.ImagesTagsTest.test_update_delete_tags_for_image ... success [0.494s] 2021-02-06 00:09:29.376 52 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_extend.VolumesExtendAttachedTest.test_extend_attached_volume ... skip [0.001s]: b'Attached volume extend is disabled.' 2021-02-06 00:09:36.550 52 INFO opnfv-tempest [-] {3} tempest.api.network.admin.test_external_networks_negative.ExternalNetworksAdminNegativeTestJSON.test_create_port_with_precreated_floatingip_as_fixed_ip ... success [3.491s] 2021-02-06 00:09:37.131 52 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_get.VolumesSummaryTest.test_show_volume_summary ... success [0.236s] 2021-02-06 00:09:37.825 52 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_get_console_output_with_unlimited_size ... success [14.230s] 2021-02-06 00:09:38.425 52 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_get_vnc_console ... success [0.597s] 2021-02-06 00:09:47.011 52 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_lock_unlock_server ... success [8.575s] 2021-02-06 00:09:50.978 52 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_pause_unpause_server ... success [3.963s] 2021-02-06 00:09:58.948 52 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_attach_volumes_with_nonexistent_volume_id ... success [16.368s] 2021-02-06 00:10:00.003 52 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_from_deactivated_image ... success [1.059s] 2021-02-06 00:10:01.260 52 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 [6.550s] 2021-02-06 00:10:01.705 52 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_from_image_with_decreasing_size ... success [1.697s] 2021-02-06 00:10:01.728 52 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_invalid_size ... success [0.019s] 2021-02-06 00:10:01.774 52 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_snapshot_id ... success [0.042s] 2021-02-06 00:10:01.847 52 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_source_volid ... success [0.070s] 2021-02-06 00:10:01.882 52 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_volume_type ... success [0.034s] 2021-02-06 00:10:01.900 52 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_negative ... success [0.017s] 2021-02-06 00:10:01.917 52 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_zero ... success [0.016s] 2021-02-06 00:10:01.932 52 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_without_passing_size ... success [0.015s] 2021-02-06 00:10:02.006 52 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_invalid_volume_id ... success [0.073s] 2021-02-06 00:10:02.023 52 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_volume_without_passing_volume_id ... success [0.017s] 2021-02-06 00:10:02.104 52 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_detach_volumes_with_invalid_volume_id ... success [0.080s] 2021-02-06 00:10:02.169 52 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_invalid_volume_id ... success [0.062s] 2021-02-06 00:10:02.185 52 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_volume_without_passing_volume_id ... success [0.015s] 2021-02-06 00:10:02.283 52 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_invalid_status ... success [0.097s] 2021-02-06 00:10:02.382 52 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_nonexistent_name ... success [0.096s] 2021-02-06 00:10:02.461 52 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_invalid_status ... success [0.074s] 2021-02-06 00:10:02.541 52 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_nonexistent_name ... success [0.080s] 2021-02-06 00:10:02.821 52 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_reserve_volume_with_negative_volume_status ... success [0.280s] 2021-02-06 00:10:02.882 52 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_reserve_volume_with_nonexistent_volume_id ... success [0.060s] 2021-02-06 00:10:02.956 52 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_unreserve_volume_with_nonexistent_volume_id ... success [0.074s] 2021-02-06 00:10:02.974 52 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_empty_volume_id ... success [0.017s] 2021-02-06 00:10:03.032 52 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_invalid_volume_id ... success [0.058s] 2021-02-06 00:10:03.097 52 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_nonexistent_volume_id ... success [0.064s] 2021-02-06 00:10:03.155 52 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_delete_nonexistent_volume_id ... success [0.056s] 2021-02-06 00:10:03.175 52 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_extend_with_None_size ... success [0.020s] 2021-02-06 00:10:03.190 52 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_extend_with_non_number_size ... success [0.014s] 2021-02-06 00:10:03.257 52 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_extend_with_nonexistent_volume_id ... success [0.066s] 2021-02-06 00:10:03.283 52 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_extend_with_size_smaller_than_original_size ... success [0.025s] 2021-02-06 00:10:03.358 52 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_extend_without_passing_volume_id ... success [0.067s] 2021-02-06 00:10:03.408 52 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_get_nonexistent_volume_id ... success [0.056s] 2021-02-06 00:10:09.077 52 INFO opnfv-tempest [-] {3} tempest.api.network.admin.test_floating_ips_admin_actions.FloatingIPAdminTestJSON.test_list_floating_ips_from_admin_and_nonadmin ... success [7.816s] 2021-02-06 00:10:17.820 52 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_limit ... success [0.037s] 2021-02-06 00:10:17.902 52 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_limit_equals_infinite ... success [0.081s] 2021-02-06 00:10:17.940 52 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_limit_equals_zero ... success [0.038s] 2021-02-06 00:10:18.148 52 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_marker ... success [0.206s] 2021-02-06 00:10:18.190 52 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_offset ... success [0.041s] 2021-02-06 00:10:18.234 52 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_sort_created_at_asc ... success [0.041s] 2021-02-06 00:10:18.276 52 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_sort_created_at_desc ... success [0.042s] 2021-02-06 00:10:18.318 52 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_sort_id_asc ... success [0.043s] 2021-02-06 00:10:18.365 52 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_sort_id_desc ... success [0.044s] 2021-02-06 00:10:18.406 52 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_sort_name_asc ... success [0.037s] 2021-02-06 00:10:18.457 52 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_sort_name_desc ... success [0.047s] 2021-02-06 00:10:18.584 52 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_details_with_params ... success [0.125s] 2021-02-06 00:10:18.710 52 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_with_params ... success [0.125s] 2021-02-06 00:10:20.045 52 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_rescue_negative.ServerRescueNegativeTestJSON.test_rescued_vm_detach_volume ... success [90.210s] 2021-02-06 00:10:20.118 52 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_rescue_negative.ServerRescueNegativeTestJSON.test_rescued_vm_reboot ... success [0.081s] 2021-02-06 00:10:20.191 52 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_rescue_negative.ServerRescueNegativeTestJSON.test_rescued_vm_rebuild ... success [0.072s] 2021-02-06 00:10:28.616 52 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_with_nonexistent_volume_id ... success [0.280s] 2021-02-06 00:10:28.686 52 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_without_passing_volume_id ... success [0.068s] 2021-02-06 00:10:28.707 52 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_list_snapshot_invalid_param_limit ... success [0.018s] 2021-02-06 00:10:28.758 52 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_list_snapshots_invalid_param_marker ... success [0.049s] 2021-02-06 00:10:28.778 52 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_list_snapshots_invalid_param_sort ... success [0.018s] 2021-02-06 00:10:31.802 52 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_volume_from_snapshot_decreasing_size ... success [3.019s] 2021-02-06 00:10:35.189 52 INFO opnfv-tempest [-] {3} tempest.api.network.admin.test_routers.RoutersIpV6AdminTest.test_create_router_set_gateway_with_fixed_ip ... success [9.703s] 2021-02-06 00:10:36.637 52 INFO opnfv-tempest [-] {3} tempest.api.network.admin.test_routers.RoutersIpV6AdminTest.test_create_router_setting_project_id ... success [1.444s] 2021-02-06 00:10:40.380 52 INFO opnfv-tempest [-] {3} tempest.api.network.admin.test_routers.RoutersIpV6AdminTest.test_create_router_with_default_snat_value ... success [3.742s] 2021-02-06 00:10:47.647 52 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers.ServerShowV247Test.test_show_server ... success [1.850s] 2021-02-06 00:10:50.384 52 INFO opnfv-tempest [-] {3} tempest.api.network.admin.test_routers.RoutersIpV6AdminTest.test_create_router_with_snat_explicit ... success [9.999s] 2021-02-06 00:10:56.272 52 INFO opnfv-tempest [-] {3} tempest.api.network.admin.test_routers.RoutersIpV6AdminTest.test_update_router_reset_gateway_without_snat ... success [5.883s] 2021-02-06 00:11:00.688 52 INFO opnfv-tempest [-] {3} tempest.api.network.admin.test_routers.RoutersIpV6AdminTest.test_update_router_set_gateway ... success [4.409s] 2021-02-06 00:11:05.052 52 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_hard ... success [74.070s] 2021-02-06 00:11:05.512 52 INFO opnfv-tempest [-] {3} tempest.api.network.admin.test_routers.RoutersIpV6AdminTest.test_update_router_set_gateway_with_snat_explicit ... success [4.818s] 2021-02-06 00:11:06.754 52 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_soft ... skip [1.701s]: b'Skipped until bug: https://launchpad.net/bugs/1014647 is resolved.' 2021-02-06 00:11:12.557 52 INFO opnfv-tempest [-] {3} tempest.api.network.admin.test_routers.RoutersIpV6AdminTest.test_update_router_set_gateway_without_snat ... success [7.042s] 2021-02-06 00:11:17.337 52 INFO opnfv-tempest [-] {3} tempest.api.network.admin.test_routers.RoutersIpV6AdminTest.test_update_router_unset_gateway ... success [4.776s] 2021-02-06 00:11:25.679 52 INFO opnfv-tempest [-] {3} tempest.api.network.admin.test_routers_dvr.RoutersTestDVR.test_centralized_router_creation ... success [0.866s] 2021-02-06 00:11:27.740 52 INFO opnfv-tempest [-] {3} tempest.api.network.admin.test_routers_dvr.RoutersTestDVR.test_centralized_router_update_to_dvr ... success [2.060s] 2021-02-06 00:11:28.460 52 INFO opnfv-tempest [-] {3} tempest.api.network.admin.test_routers_dvr.RoutersTestDVR.test_distributed_router_creation ... success [0.721s] 2021-02-06 00:11:28.826 52 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers.ServerShowV247Test.test_update_rebuild_list_server ... success [41.152s] 2021-02-06 00:11:33.289 52 INFO opnfv-tempest [-] {3} tempest.api.network.test_agent_management_negative.AgentManagementNegativeTest.test_list_agents_non_admin ... success [0.271s] 2021-02-06 00:11:46.953 52 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_virtual_interfaces_negative.VirtualInterfacesNegativeTestJSON ... skip: b'nova-network is gone' 2021-02-06 00:11:46.961 52 INFO opnfv-tempest [-] {0} tempest.api.compute.test_networks.ComputeNetworksTest ... skip: b'nova-network is not available.' 2021-02-06 00:11:48.863 52 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_rebuild_server ... success [42.092s] 2021-02-06 00:11:49.241 52 INFO opnfv-tempest [-] {0} tempest.api.compute.test_versions.TestVersions.test_get_version_details ... success [0.040s] 2021-02-06 00:11:49.257 52 INFO opnfv-tempest [-] {0} tempest.api.compute.test_versions.TestVersions.test_list_api_versions ... success [0.013s] 2021-02-06 00:11:49.442 52 INFO opnfv-tempest [-] {3} tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcp_stateful ... success [12.065s] 2021-02-06 00:12:03.027 52 INFO opnfv-tempest [-] {3} tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcp_stateful_fixedips ... success [13.574s] 2021-02-06 00:12:10.304 52 INFO opnfv-tempest [-] {3} tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcp_stateful_fixedips_duplicate ... success [7.271s] 2021-02-06 00:12:13.771 52 INFO opnfv-tempest [-] {3} tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcp_stateful_fixedips_outrange ... success [3.461s] 2021-02-06 00:12:33.681 52 INFO opnfv-tempest [-] {3} tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcp_stateful_router ... success [19.898s] 2021-02-06 00:12:34.272 52 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_rebuild_server_in_stop_state ... success [45.390s] 2021-02-06 00:12:41.825 52 INFO opnfv-tempest [-] {0} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_list_get_volume_attachments ... success [40.138s] 2021-02-06 00:12:46.710 52 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_remove_server_all_security_groups ... success [12.441s] 2021-02-06 00:13:01.670 52 INFO opnfv-tempest [-] {3} tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcpv6_64_subnets ... success [27.977s] 2021-02-06 00:13:03.510 52 INFO opnfv-tempest [-] {3} tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcpv6_invalid_options ... success [1.844s] 2021-02-06 00:13:10.996 52 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_resize_server_confirm ... success [24.274s] 2021-02-06 00:13:15.580 52 INFO opnfv-tempest [-] {3} tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcpv6_stateless_eui64 ... success [12.065s] 2021-02-06 00:13:24.718 52 INFO opnfv-tempest [-] {3} tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcpv6_stateless_no_ra ... success [9.135s] 2021-02-06 00:13:28.933 52 INFO opnfv-tempest [-] {3} tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcpv6_stateless_no_ra_no_dhcp ... success [4.209s] 2021-02-06 00:13:31.946 52 INFO opnfv-tempest [-] {0} tempest.api.compute.volumes.test_attach_volume_negative.AttachVolumeNegativeTest.test_attach_attached_volume_to_different_server ... success [33.570s] 2021-02-06 00:13:49.377 52 INFO opnfv-tempest [-] {0} tempest.api.compute.volumes.test_attach_volume_negative.AttachVolumeNegativeTest.test_attach_attached_volume_to_same_server ... success [17.423s] 2021-02-06 00:13:59.174 52 INFO opnfv-tempest [-] {3} tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcpv6_two_subnets ... success [30.229s] 2021-02-06 00:14:03.364 52 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_resize_server_confirm_from_stopped ... success [52.344s] 2021-02-06 00:14:06.941 52 INFO opnfv-tempest [-] {0} tempest.api.compute.volumes.test_attach_volume_negative.AttachVolumeNegativeTest.test_delete_attached_volume ... success [17.554s] 2021-02-06 00:14:17.203 52 INFO opnfv-tempest [-] {3} tempest.api.network.test_floating_ips_negative.FloatingIPNegativeTestJSON.test_associate_floatingip_port_ext_net_unreachable ... success [3.052s] 2021-02-06 00:14:17.441 52 INFO opnfv-tempest [-] {3} tempest.api.network.test_floating_ips_negative.FloatingIPNegativeTestJSON.test_create_floatingip_in_private_network ... success [0.236s] 2021-02-06 00:14:19.713 52 INFO opnfv-tempest [-] {3} tempest.api.network.test_floating_ips_negative.FloatingIPNegativeTestJSON.test_create_floatingip_with_port_ext_net_unreachable ... success [2.270s] 2021-02-06 00:14:32.896 52 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v2.test_users_negative.UsersNegativeTestJSON ... skip: b'Identity api v2 is not enabled' 2021-02-06 00:14:38.113 52 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_all_attributes ... success [5.424s] 2021-02-06 00:14:39.537 52 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_default_project_id.TestDefaultProjectId.test_default_project_id ... success [3.046s] 2021-02-06 00:14:43.669 52 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_allocation_pools ... success [5.554s] 2021-02-06 00:14:46.693 52 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_create_domain_with_disabled_status ... success [0.383s] 2021-02-06 00:14:47.366 52 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_create_domain_without_description ... success [0.673s] 2021-02-06 00:14:48.207 52 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_create_update_delete_domain ... success [0.839s] 2021-02-06 00:14:49.278 52 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_dhcp_enabled ... success [5.607s] 2021-02-06 00:14:49.918 52 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_domain_delete_cascades_content ... success [1.708s] 2021-02-06 00:14:49.982 52 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_list_domains ... success [0.066s] 2021-02-06 00:14:50.056 52 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_list_domains_filter_by_enabled ... success [0.073s] 2021-02-06 00:14:50.121 52 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_list_domains_filter_by_name ... success [0.064s] 2021-02-06 00:14:51.323 52 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_resize_server_revert ... success [47.941s] 2021-02-06 00:14:54.124 52 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_gw ... success [4.846s] 2021-02-06 00:14:58.287 52 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_groups.GroupsV3TestJSON.test_group_create_update_get ... success [0.639s] 2021-02-06 00:14:58.798 52 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_gw_and_allocation_pools ... success [4.673s] 2021-02-06 00:15:01.861 52 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_groups.GroupsV3TestJSON.test_group_users_add_list_delete ... success [3.570s] 2021-02-06 00:15:02.640 52 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_groups.GroupsV3TestJSON.test_list_groups ... success [0.776s] 2021-02-06 00:15:03.640 52 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_host_routes_and_dns_nameservers ... success [4.841s] 2021-02-06 00:15:04.236 52 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_groups.GroupsV3TestJSON.test_list_user_groups ... success [1.593s] 2021-02-06 00:15:09.187 52 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_without_gateway ... success [5.547s] 2021-02-06 00:15:13.201 52 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_list_users.UsersV3TestJSON.test_get_user ... success [0.132s] 2021-02-06 00:15:13.285 52 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_list_users.UsersV3TestJSON.test_list_user_domains ... success [0.083s] 2021-02-06 00:15:13.469 52 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_list_users.UsersV3TestJSON.test_list_users ... success [0.180s] 2021-02-06 00:15:13.568 52 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_list_users.UsersV3TestJSON.test_list_users_with_name ... success [0.097s] 2021-02-06 00:15:13.641 52 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_list_users.UsersV3TestJSON.test_list_users_with_not_enabled ... success [0.070s] 2021-02-06 00:15:15.021 52 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksTest.test_create_update_delete_network_subnet ... success [5.831s] 2021-02-06 00:15:16.421 52 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksTest.test_create_update_network_description ... success [1.400s] 2021-02-06 00:15:21.206 52 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_policies.PoliciesTestJSON.test_create_update_delete_policy ... success [0.436s] 2021-02-06 00:15:21.912 52 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_policies.PoliciesTestJSON.test_list_policies ... success [0.701s] 2021-02-06 00:15:21.935 52 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksTest.test_delete_network_with_subnet ... success [5.512s] 2021-02-06 00:15:22.225 52 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksTest.test_external_network_visibility ... success [0.286s] 2021-02-06 00:15:22.398 52 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksTest.test_list_networks ... success [0.168s] 2021-02-06 00:15:22.715 52 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksTest.test_list_networks_fields ... success [0.314s] 2021-02-06 00:15:22.796 52 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksTest.test_list_subnets ... success [0.080s] 2021-02-06 00:15:22.870 52 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksTest.test_list_subnets_fields ... success [0.071s] 2021-02-06 00:15:23.006 52 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksTest.test_show_network ... success [0.134s] 2021-02-06 00:15:23.169 52 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksTest.test_show_network_fields ... success [0.160s] 2021-02-06 00:15:23.255 52 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksTest.test_show_subnet ... success [0.084s] 2021-02-06 00:15:23.341 52 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksTest.test_show_subnet_fields ... success [0.083s] 2021-02-06 00:15:29.253 52 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_project_tags.IdentityV3ProjectTagsTest.test_list_update_delete_project_tags ... success [1.228s] 2021-02-06 00:15:29.511 52 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksTest.test_update_subnet_gw_dns_host_routes_dhcp ... success [6.166s] 2021-02-06 00:15:35.696 52 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_projects_negative.ProjectsNegativeStaticTestJSON.test_create_project_by_unauthorized_user ... success [0.203s] 2021-02-06 00:15:35.899 52 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_projects_negative.ProjectsNegativeStaticTestJSON.test_create_project_with_empty_name ... success [0.202s] 2021-02-06 00:15:35.969 52 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_projects_negative.ProjectsNegativeStaticTestJSON.test_create_projects_name_length_over_64 ... success [0.068s] 2021-02-06 00:15:36.117 52 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_projects_negative.ProjectsNegativeStaticTestJSON.test_delete_non_existent_project ... success [0.148s] 2021-02-06 00:15:36.257 52 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_projects_negative.ProjectsNegativeStaticTestJSON.test_list_projects_by_unauthorized_user ... success [0.139s] 2021-02-06 00:15:36.768 52 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_projects_negative.ProjectsNegativeStaticTestJSON.test_project_create_duplicate ... success [0.509s] 2021-02-06 00:15:44.666 52 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_users_negative.UsersNegativeTest.test_authentication_for_disabled_user ... success [1.753s] 2021-02-06 00:15:44.808 52 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_users_negative.UsersNegativeTest.test_create_user_for_non_existent_domain ... success [0.140s] 2021-02-06 00:15:47.090 52 INFO opnfv-tempest [-] {0} tempest.api.identity.v2.test_extension.ExtensionTestJSON ... skip: b'Identity api v2 is not enabled' 2021-02-06 00:15:48.811 52 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_resize_server_revert_with_volume_attached ... success [57.472s] 2021-02-06 00:15:49.460 52 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_media_types ... success [0.098s] 2021-02-06 00:15:49.489 52 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_resources ... success [0.028s] 2021-02-06 00:15:49.520 52 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_statuses ... success [0.031s] 2021-02-06 00:15:49.532 52 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_identity_v3_existence ... success [0.012s] 2021-02-06 00:15:49.544 52 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_list_api_versions ... success [0.011s] 2021-02-06 00:15:54.538 52 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_application_credentials.ApplicationCredentialsV3Test.test_create_application_credential ... success [1.240s] 2021-02-06 00:15:55.178 52 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_application_credentials.ApplicationCredentialsV3Test.test_create_application_credential_expires ... success [0.638s] 2021-02-06 00:15:56.477 52 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_application_credentials.ApplicationCredentialsV3Test.test_list_application_credentials ... success [1.295s] 2021-02-06 00:15:57.674 52 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_application_credentials.ApplicationCredentialsV3Test.test_query_application_credentials ... success [1.194s] 2021-02-06 00:15:58.952 52 INFO opnfv-tempest [-] {3} tempest.api.network.test_routers.RoutersIpV6Test.test_add_multiple_router_interfaces ... success [20.268s] 2021-02-06 00:16:04.517 52 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_projects.IdentityV3ProjectsTest.test_list_projects_returns_only_authorized_projects ... success [1.153s] 2021-02-06 00:16:06.855 52 INFO opnfv-tempest [-] {0} tempest.api.image.v1.test_image_members_negative.ImageMembersNegativeTest ... skip: b'Glance API v1 not supported' 2021-02-06 00:16:09.992 52 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images_metadefs_namespace_properties.MetadataNamespacePropertiesTest.test_basic_meta_def_namespace_property ... success [0.535s] 2021-02-06 00:16:13.177 52 INFO opnfv-tempest [-] {3} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_port_id ... success [14.217s] 2021-02-06 00:16:14.098 52 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_image_null_id ... success [0.169s] 2021-02-06 00:16:14.125 52 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_non_existing_image ... success [0.023s] 2021-02-06 00:16:14.288 52 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_protected_image ... success [0.158s] 2021-02-06 00:16:14.483 52 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_delete_deleted_image ... success [0.194s] 2021-02-06 00:16:14.501 52 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_image_null_id ... success [0.017s] 2021-02-06 00:16:14.532 52 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_non_existent_image ... success [0.029s] 2021-02-06 00:16:14.556 52 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_register_with_invalid_container_format ... success [0.022s] 2021-02-06 00:16:14.577 52 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_register_with_invalid_disk_format ... success [0.021s] 2021-02-06 00:16:18.415 52 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_versions.VersionsTest.test_list_versions ... success [0.011s] 2021-02-06 00:16:19.794 52 INFO opnfv-tempest [-] {0} tempest.api.network.admin.test_metering_extensions.MeteringTestJSON ... skip: b'metering extension not enabled.' 2021-02-06 00:16:24.595 52 INFO opnfv-tempest [-] {3} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_subnet_id ... success [11.418s] 2021-02-06 00:16:24.620 52 INFO opnfv-tempest [-] {0} tempest.api.network.admin.test_quotas.QuotasTest.test_quotas ... success [1.152s] 2021-02-06 00:16:24.752 52 INFO opnfv-tempest [-] {0} tempest.api.network.admin.test_quotas.QuotasTest.test_show_quota_details ... success [0.129s] 2021-02-06 00:16:30.347 52 INFO opnfv-tempest [-] {3} tempest.api.network.test_routers.RoutersIpV6Test.test_create_show_list_update_delete_router ... success [5.749s] 2021-02-06 00:16:34.976 52 INFO opnfv-tempest [-] {0} tempest.api.network.test_allowed_address_pair.AllowedAddressPairTestJSON.test_create_list_port_with_address_pair ... success [2.488s] 2021-02-06 00:16:37.714 52 INFO opnfv-tempest [-] {0} tempest.api.network.test_allowed_address_pair.AllowedAddressPairTestJSON.test_update_port_with_address_pair ... success [2.733s] 2021-02-06 00:16:40.588 52 INFO opnfv-tempest [-] {0} tempest.api.network.test_allowed_address_pair.AllowedAddressPairTestJSON.test_update_port_with_cidr_address_pair ... success [2.873s] 2021-02-06 00:16:42.229 52 INFO opnfv-tempest [-] {3} tempest.api.network.test_routers.RoutersIpV6Test.test_router_interface_port_update_with_fixed_ip ... success [11.876s] 2021-02-06 00:16:46.130 52 INFO opnfv-tempest [-] {0} tempest.api.network.test_allowed_address_pair.AllowedAddressPairTestJSON.test_update_port_with_multiple_ip_mac_address_pair ... success [5.537s] 2021-02-06 00:16:49.857 52 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_resize_volume_backed_server_confirm ... success [61.030s] 2021-02-06 00:16:56.748 52 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_network ... success [3.299s] 2021-02-06 00:17:00.295 52 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_port ... success [3.545s] 2021-02-06 00:17:07.821 52 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_subnet ... success [7.524s] 2021-02-06 00:17:30.026 52 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_create_delete_subnet_all_attributes ... success [5.153s] 2021-02-06 00:17:33.121 52 INFO opnfv-tempest [-] {3} tempest.api.network.test_routers.RoutersIpV6Test.test_update_delete_extra_route ... success [50.892s] 2021-02-06 00:17:35.020 52 INFO opnfv-tempest [-] {3} tempest.api.network.test_routers.RoutersIpV6Test.test_update_router_admin_state ... success [1.901s] 2021-02-06 00:17:35.316 52 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_create_delete_subnet_with_allocation_pools ... success [5.287s] 2021-02-06 00:17:36.914 52 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_shelve_paused_server ... success [47.042s] 2021-02-06 00:17:36.935 52 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_create_delete_subnet_with_default_gw ... success [1.616s] 2021-02-06 00:17:42.295 52 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_create_delete_subnet_with_dhcp_enabled ... success [5.359s] 2021-02-06 00:17:43.647 52 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_create_delete_subnet_with_gw ... success [1.351s] 2021-02-06 00:17:49.021 52 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_create_delete_subnet_with_gw_and_allocation_pools ... success [5.373s] 2021-02-06 00:17:52.604 52 INFO opnfv-tempest [-] {3} tempest.api.network.test_routers_negative.RoutersNegativeIpV6Test.test_add_router_interfaces_on_overlapping_subnets_returns_400 ... success [9.961s] 2021-02-06 00:17:52.684 52 INFO opnfv-tempest [-] {3} tempest.api.network.test_routers_negative.RoutersNegativeIpV6Test.test_delete_non_existent_router_returns_404 ... success [0.080s] 2021-02-06 00:17:53.074 52 INFO opnfv-tempest [-] {3} tempest.api.network.test_routers_negative.RoutersNegativeIpV6Test.test_router_add_gateway_invalid_network_returns_404 ... success [0.387s] 2021-02-06 00:17:54.212 52 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_create_delete_subnet_with_host_routes_and_dns_nameservers ... success [5.189s] 2021-02-06 00:17:55.480 52 INFO opnfv-tempest [-] {3} tempest.api.network.test_routers_negative.RoutersNegativeIpV6Test.test_router_add_gateway_net_not_external_returns_400 ... success [2.404s] 2021-02-06 00:17:59.537 52 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_create_delete_subnet_without_gateway ... success [5.322s] 2021-02-06 00:18:01.061 52 INFO opnfv-tempest [-] {3} tempest.api.network.test_routers_negative.RoutersNegativeIpV6Test.test_router_remove_interface_in_use_returns_409 ... success [5.580s] 2021-02-06 00:18:01.150 52 INFO opnfv-tempest [-] {3} tempest.api.network.test_routers_negative.RoutersNegativeIpV6Test.test_show_non_existent_router_returns_404 ... success [0.086s] 2021-02-06 00:18:01.229 52 INFO opnfv-tempest [-] {3} tempest.api.network.test_routers_negative.RoutersNegativeIpV6Test.test_update_non_existent_router_returns_404 ... success [0.079s] 2021-02-06 00:18:03.186 52 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_create_list_subnet_with_no_gw64_one_network ... success [3.644s] 2021-02-06 00:18:09.704 52 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_create_update_delete_network_subnet ... success [6.516s] 2021-02-06 00:18:11.167 52 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_create_update_network_description ... success [1.462s] 2021-02-06 00:18:14.682 52 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_delete_network_with_subnet ... success [3.515s] 2021-02-06 00:18:14.931 52 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_external_network_visibility ... success [0.248s] 2021-02-06 00:18:15.148 52 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_list_networks ... success [0.216s] 2021-02-06 00:18:15.360 52 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_list_networks_fields ... success [0.208s] 2021-02-06 00:18:15.467 52 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_list_subnets ... success [0.102s] 2021-02-06 00:18:15.555 52 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_list_subnets_fields ... success [0.085s] 2021-02-06 00:18:15.723 52 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_show_network ... success [0.165s] 2021-02-06 00:18:15.882 52 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_show_network_fields ... success [0.159s] 2021-02-06 00:18:15.975 52 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_show_subnet ... success [0.091s] 2021-02-06 00:18:16.069 52 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_show_subnet_fields ... success [0.091s] 2021-02-06 00:18:18.065 52 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_additional_default_security_group_fails ... success [0.174s] 2021-02-06 00:18:18.900 52 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_duplicate_security_group_rule_fails ... success [0.831s] 2021-02-06 00:18:19.339 52 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_ethertype ... success [0.438s] 2021-02-06 00:18:19.845 52 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_protocol ... success [0.505s] 2021-02-06 00:18:20.614 52 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_remote_ip_prefix ... success [0.767s] 2021-02-06 00:18:21.594 52 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_invalid_ports ... success [0.977s] 2021-02-06 00:18:21.856 52 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_update_subnet_gw_dns_host_routes_dhcp ... success [5.782s] 2021-02-06 00:18:22.236 52 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_non_existent_remote_groupid ... success [0.635s] 2021-02-06 00:18:22.512 52 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_non_existent_security_group ... success [0.276s] 2021-02-06 00:18:23.528 52 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_remote_ip_and_group ... success [1.012s] 2021-02-06 00:18:24.095 52 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_update_name_default ... success [0.563s] 2021-02-06 00:18:24.128 52 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_delete_non_existent_security_group ... success [0.030s] 2021-02-06 00:18:24.156 52 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_show_non_existent_security_group ... success [0.025s] 2021-02-06 00:18:24.183 52 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_show_non_existent_security_group_rule ... success [0.026s] 2021-02-06 00:18:27.884 52 INFO opnfv-tempest [-] {3} tempest.api.network.test_service_providers.ServiceProvidersTest.test_service_providers_list ... success [0.164s] 2021-02-06 00:18:32.314 52 INFO opnfv-tempest [-] {3} tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools ... success [0.752s] 2021-02-06 00:18:36.081 52 INFO opnfv-tempest [-] {3} tempest.api.network.test_versions.NetworksApiDiscovery.test_api_version_resources ... success [0.012s] 2021-02-06 00:18:36.185 52 INFO opnfv-tempest [-] {3} tempest.api.network.test_versions.NetworksApiDiscovery.test_show_api_v2_details ... success [0.099s] 2021-02-06 00:18:37.548 52 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_account_quotas.AccountQuotasTest ... skip: b'AccountQuotasTest skipped as swift is not available' 2021-02-06 00:18:37.554 52 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_account_services_negative.AccountNegativeTest ... skip: b'AccountNegativeTest skipped as swift is not available' 2021-02-06 00:18:37.560 52 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_container_acl_negative.ObjectACLsNegativeTest ... skip: b'ObjectACLsNegativeTest skipped as swift is not available' 2021-02-06 00:18:37.564 52 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_container_services_negative.ContainerNegativeTest ... skip: b'ContainerNegativeTest skipped as swift is not available' 2021-02-06 00:18:38.772 52 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_create_port_on_non_existent_network ... success [0.238s] 2021-02-06 00:18:38.813 52 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_delete_non_existent_network ... success [0.039s] 2021-02-06 00:18:38.874 52 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_delete_non_existent_port ... success [0.058s] 2021-02-06 00:18:38.922 52 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_delete_non_existent_subnet ... success [0.048s] 2021-02-06 00:18:38.961 52 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_show_non_existent_network ... success [0.037s] 2021-02-06 00:18:39.012 52 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_show_non_existent_port ... success [0.049s] 2021-02-06 00:18:39.060 52 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_show_non_existent_subnet ... success [0.047s] 2021-02-06 00:18:39.099 52 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_update_non_existent_network ... success [0.038s] 2021-02-06 00:18:39.150 52 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_update_non_existent_port ... success [0.051s] 2021-02-06 00:18:39.198 52 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_update_non_existent_subnet ... success [0.047s] 2021-02-06 00:18:40.614 52 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_shelve_unshelve_server ... success [63.682s] 2021-02-06 00:18:41.959 52 INFO opnfv-tempest [-] {3} tempest.api.volume.admin.test_backends_capabilities.BackendsCapabilitiesAdminTestsJSON.test_compare_volume_stats_values ... success [0.452s] 2021-02-06 00:18:42.001 52 INFO opnfv-tempest [-] {3} tempest.api.volume.admin.test_backends_capabilities.BackendsCapabilitiesAdminTestsJSON.test_get_capabilities_backend ... success [0.039s] 2021-02-06 00:18:49.211 52 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_bulk_port ... success [4.511s] 2021-02-06 00:18:55.259 52 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_in_allowed_allocation_pools ... success [6.045s] 2021-02-06 00:18:58.786 52 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_stop_start_server ... success [18.172s] 2021-02-06 00:19:00.735 52 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_with_no_securitygroups ... success [5.473s] 2021-02-06 00:19:02.593 52 INFO opnfv-tempest [-] {3} tempest.api.volume.admin.test_group_snapshots.GroupSnapshotsTest.test_create_group_from_group_snapshot ... success [14.701s] 2021-02-06 00:19:04.391 52 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_suspend_resume_server ... success [5.601s] 2021-02-06 00:19:04.668 52 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_show_delete_port_user_defined_mac ... success [3.933s] 2021-02-06 00:19:07.976 52 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_update_delete_port ... success [3.307s] 2021-02-06 00:19:19.978 52 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_update_port_with_second_ip ... success [12.000s] 2021-02-06 00:19:20.107 52 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_list_ports ... success [0.130s] 2021-02-06 00:19:20.212 52 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_list_ports_fields ... success [0.105s] 2021-02-06 00:19:23.415 52 INFO opnfv-tempest [-] {3} tempest.api.volume.admin.test_group_snapshots.GroupSnapshotsTest.test_delete_group_snapshots_following_updated_volumes ... success [20.816s] 2021-02-06 00:19:28.895 52 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_port_list_filter_by_ip ... success [8.674s] 2021-02-06 00:19:31.965 52 INFO opnfv-tempest [-] {3} tempest.api.volume.admin.test_group_snapshots.GroupSnapshotsTest.test_group_snapshot_create_show_list_delete ... success [8.548s] 2021-02-06 00:19:38.025 52 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_port_list_filter_by_ip_substr ... success [9.128s] 2021-02-06 00:19:38.984 52 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-02-06 00:19:45.551 52 INFO opnfv-tempest [-] {3} tempest.api.volume.admin.test_group_type_specs.GroupTypeSpecsTest.test_group_type_specs_create_show_update_list_delete ... success [0.635s] 2021-02-06 00:19:49.603 52 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_port_list_filter_by_router_id ... success [11.575s] 2021-02-06 00:19:49.684 52 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_show_port ... success [0.082s] 2021-02-06 00:19:49.767 52 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_show_port_fields ... success [0.081s] 2021-02-06 00:19:57.659 52 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_update_port_with_security_group_and_extra_attributes ... success [7.887s] 2021-02-06 00:20:01.546 52 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_delete_server_metadata_item ... success [0.353s] 2021-02-06 00:20:01.994 52 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_get_server_metadata_item ... success [0.444s] 2021-02-06 00:20:02.239 52 INFO opnfv-tempest [-] {3} tempest.api.volume.admin.test_groups.GroupsV314Test.test_create_group_from_group ... success [10.682s] 2021-02-06 00:20:02.354 52 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_list_server_metadata ... success [0.356s] 2021-02-06 00:20:02.879 52 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_set_server_metadata ... success [0.524s] 2021-02-06 00:20:03.297 52 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_set_server_metadata_item ... success [0.418s] 2021-02-06 00:20:03.701 52 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_update_metadata_empty_body ... success [0.402s] 2021-02-06 00:20:04.088 52 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_update_server_metadata ... success [0.385s] 2021-02-06 00:20:06.645 52 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_update_port_with_two_security_groups_and_extra_attributes ... success [8.982s] 2021-02-06 00:20:11.157 52 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_personality.ServerPersonalityTestJSON ... skip: b'Nova personality feature disabled' 2021-02-06 00:20:19.259 52 INFO opnfv-tempest [-] {3} tempest.api.volume.admin.test_volume_manage.VolumeManageAdminTest.test_unmanage_manage_volume ... fail [10.666s] 2021-02-06 00:20:27.475 52 INFO opnfv-tempest [-] {3} tempest.api.volume.admin.test_volume_quotas_negative.VolumeQuotasNegativeTestJSON.test_quota_volume_gigabytes ... success [0.303s] 2021-02-06 00:20:27.834 52 INFO opnfv-tempest [-] {3} tempest.api.volume.admin.test_volume_quotas_negative.VolumeQuotasNegativeTestJSON.test_quota_volumes ... success [0.359s] 2021-02-06 00:20:28.104 52 INFO opnfv-tempest [-] {3} tempest.api.volume.admin.test_volume_quotas_negative.VolumeQuotasNegativeTestJSON.test_volume_extend_gigabytes_quota_deviation ... success [0.270s] 2021-02-06 00:20:35.082 52 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_multiple_router_interfaces ... success [19.831s] 2021-02-06 00:20:35.733 52 INFO opnfv-tempest [-] {3} tempest.api.volume.admin.test_volume_services_negative.VolumeServicesNegativeTest.test_disable_log_reason_with_no_reason ... success [0.027s] 2021-02-06 00:20:35.761 52 INFO opnfv-tempest [-] {3} tempest.api.volume.admin.test_volume_services_negative.VolumeServicesNegativeTest.test_disable_service_with_invalid_binary ... success [0.029s] 2021-02-06 00:20:35.793 52 INFO opnfv-tempest [-] {3} tempest.api.volume.admin.test_volume_services_negative.VolumeServicesNegativeTest.test_enable_service_with_invalid_host ... success [0.031s] 2021-02-06 00:20:35.819 52 INFO opnfv-tempest [-] {3} tempest.api.volume.admin.test_volume_services_negative.VolumeServicesNegativeTest.test_freeze_host_with_invalid_host ... success [0.025s] 2021-02-06 00:20:35.852 52 INFO opnfv-tempest [-] {3} tempest.api.volume.admin.test_volume_services_negative.VolumeServicesNegativeTest.test_thaw_host_with_invalid_host ... success [0.032s] 2021-02-06 00:20:45.681 52 INFO opnfv-tempest [-] {3} tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_crud_with_volume_type_and_extra_specs ... success [3.768s] 2021-02-06 00:20:45.783 52 INFO opnfv-tempest [-] {3} tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_type_create_get_delete ... success [0.100s] 2021-02-06 00:20:46.273 52 INFO opnfv-tempest [-] {3} tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_type_encryption_create_get_update_delete ... success [0.485s] 2021-02-06 00:20:46.332 52 INFO opnfv-tempest [-] {3} tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_type_list ... success [0.056s] 2021-02-06 00:20:46.527 52 INFO opnfv-tempest [-] {3} tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_type_update ... success [0.192s] 2021-02-06 00:20:47.210 52 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_port_id ... success [12.123s] 2021-02-06 00:20:55.648 52 INFO opnfv-tempest [-] {3} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_create_invalid_body ... success [0.017s] 2021-02-06 00:20:55.670 52 INFO opnfv-tempest [-] {3} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_create_none_body ... success [0.022s] 2021-02-06 00:20:55.764 52 INFO opnfv-tempest [-] {3} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_create_nonexistent_type_id ... success [0.091s] 2021-02-06 00:20:55.800 52 INFO opnfv-tempest [-] {3} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_delete_nonexistent_volume_type_id ... success [0.033s] 2021-02-06 00:20:55.843 52 INFO opnfv-tempest [-] {3} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_get_nonexistent_extra_spec_name ... success [0.041s] 2021-02-06 00:20:55.878 52 INFO opnfv-tempest [-] {3} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_get_nonexistent_volume_type_id ... success [0.031s] 2021-02-06 00:20:55.915 52 INFO opnfv-tempest [-] {3} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_list_nonexistent_volume_type_id ... success [0.037s] 2021-02-06 00:20:55.933 52 INFO opnfv-tempest [-] {3} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_update_multiple_extra_spec ... success [0.017s] 2021-02-06 00:20:55.952 52 INFO opnfv-tempest [-] {3} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_update_no_body ... success [0.016s] 2021-02-06 00:20:56.045 52 INFO opnfv-tempest [-] {3} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_update_none_extra_spec_id ... success [0.090s] 2021-02-06 00:20:56.137 52 INFO opnfv-tempest [-] {3} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_update_nonexistent_extra_spec_id ... success [0.089s] 2021-02-06 00:20:58.628 52 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_subnet_id ... success [11.411s] 2021-02-06 00:21:04.417 52 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volume_absolute_limits.AbsoluteLimitsTests.test_get_volume_absolute_limits ... success [0.076s] 2021-02-06 00:21:04.522 52 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_create_show_list_update_delete_router ... success [5.896s] 2021-02-06 00:21:18.093 52 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_router_interface_port_update_with_fixed_ip ... success [13.568s] 2021-02-06 00:21:42.212 52 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_backup.VolumesBackupsTest.test_backup_create_attached_volume ... success [30.836s] 2021-02-06 00:21:59.374 52 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_backup.VolumesBackupsTest.test_bootable_volume_backup_and_restore ... success [17.152s] 2021-02-06 00:21:59.376 52 INFO opnfv-tempest [-] {3} 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-02-06 00:22:04.861 52 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_update_delete_extra_route ... success [46.760s] 2021-02-06 00:22:06.840 52 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_update_router_admin_state ... success [1.981s] 2021-02-06 00:22:12.781 52 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_backup.VolumesBackupsV39Test.test_update_backup ... success [7.322s] 2021-02-06 00:22:12.962 52 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_additional_default_security_group_fails ... success [0.172s] 2021-02-06 00:22:14.210 52 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_duplicate_security_group_rule_fails ... success [1.244s] 2021-02-06 00:22:14.686 52 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_security_group_rule_with_bad_ethertype ... success [0.476s] 2021-02-06 00:22:15.171 52 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_security_group_rule_with_bad_protocol ... success [0.483s] 2021-02-06 00:22:15.650 52 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_security_group_rule_with_bad_remote_ip_prefix ... success [0.477s] 2021-02-06 00:22:16.409 52 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_security_group_rule_with_invalid_ports ... success [0.755s] 2021-02-06 00:22:17.170 52 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_security_group_rule_with_non_existent_remote_groupid ... success [0.760s] 2021-02-06 00:22:17.253 52 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_security_group_rule_with_non_existent_security_group ... success [0.079s] 2021-02-06 00:22:18.206 52 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_security_group_rule_with_remote_ip_and_group ... success [0.950s] 2021-02-06 00:22:18.819 52 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_security_group_rule_wrong_ip_prefix_version ... success [0.608s] 2021-02-06 00:22:19.330 52 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_security_group_update_name_default ... success [0.506s] 2021-02-06 00:22:19.359 52 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_delete_non_existent_security_group ... success [0.028s] 2021-02-06 00:22:19.389 52 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_show_non_existent_security_group ... success [0.028s] 2021-02-06 00:22:19.417 52 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_show_non_existent_security_group_rule ... success [0.026s] 2021-02-06 00:22:25.770 52 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete ... success [6.644s] 2021-02-06 00:22:28.948 52 INFO opnfv-tempest [-] {0} tempest.api.network.test_tags.TagsExtTest.test_create_check_list_and_delete_tags ... success [2.542s] 2021-02-06 00:22:31.877 52 INFO opnfv-tempest [-] {0} tempest.api.network.test_tags.TagsExtTest.test_update_and_delete_all_tags ... success [2.927s] 2021-02-06 00:22:37.124 52 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_as_clone ... success [11.350s] 2021-02-06 00:22:38.000 52 INFO opnfv-tempest [-] {0} tempest.api.network.test_tags.TagsTest ... skip: b'tag extension not enabled.' 2021-02-06 00:22:38.005 52 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_bulk.BulkTest ... skip: b'BulkTest skipped as swift is not available' 2021-02-06 00:22:38.009 52 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_services.AccountTest ... skip: b'AccountTest skipped as swift is not available' 2021-02-06 00:22:38.013 52 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_acl.ObjectTestACLs ... skip: b'ObjectTestACLs skipped as swift is not available' 2021-02-06 00:22:38.016 52 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest ... skip: b'ContainerTest skipped as swift is not available' 2021-02-06 00:22:38.020 52 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_temp_url.ObjectTempUrlTest ... skip: b'ObjectTempUrlTest skipped as swift is not available' 2021-02-06 00:22:41.866 52 INFO opnfv-tempest [-] {0} tempest.api.volume.admin.test_group_types.GroupTypesTest.test_group_type_create_list_update_show ... success [0.353s] 2021-02-06 00:22:51.265 52 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image ... success [14.128s] 2021-02-06 00:22:52.075 52 INFO opnfv-tempest [-] {0} tempest.api.volume.admin.test_groups.GroupsV320Test.test_reset_group_status ... success [4.404s] 2021-02-06 00:22:58.864 52 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_rescue.ServerRescueTestJSON.test_rescue_unrescue_instance ... success [79.869s] 2021-02-06 00:22:58.938 52 INFO opnfv-tempest [-] {0} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_associate_disassociate_qos ... success [0.608s] 2021-02-06 00:22:59.097 52 INFO opnfv-tempest [-] {0} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_create_delete_qos_with_back_end_consumer ... success [0.158s] 2021-02-06 00:22:59.242 52 INFO opnfv-tempest [-] {0} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_create_delete_qos_with_both_consumer ... success [0.147s] 2021-02-06 00:22:59.388 52 INFO opnfv-tempest [-] {0} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_create_delete_qos_with_front_end_consumer ... success [0.143s] 2021-02-06 00:22:59.416 52 INFO opnfv-tempest [-] {0} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_get_qos ... success [0.025s] 2021-02-06 00:22:59.448 52 INFO opnfv-tempest [-] {0} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_list_qos ... success [0.030s] 2021-02-06 00:22:59.638 52 INFO opnfv-tempest [-] {0} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_set_unset_qos_key ... success [0.186s] 2021-02-06 00:23:06.798 52 INFO opnfv-tempest [-] {0} tempest.api.volume.admin.test_volume_types_extra_specs.VolumeTypesExtraSpecsTest.test_volume_type_extra_spec_create_get_delete ... success [0.393s] 2021-02-06 00:23:06.997 52 INFO opnfv-tempest [-] {0} tempest.api.volume.admin.test_volume_types_extra_specs.VolumeTypesExtraSpecsTest.test_volume_type_extra_specs_list ... success [0.195s] 2021-02-06 00:23:07.864 52 INFO opnfv-tempest [-] {0} tempest.api.volume.admin.test_volume_types_extra_specs.VolumeTypesExtraSpecsTest.test_volume_type_extra_specs_update ... success [0.862s] 2021-02-06 00:23:19.804 52 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_servers.ServerShowV263Test.test_show_update_rebuild_list_server ... skip [0.001s]: b'``[compute]/certified_image_ref`` required to test image certificate validation.' 2021-02-06 00:23:36.909 52 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_server_specify_multibyte_character_name ... success [11.497s] 2021-02-06 00:23:36.999 52 INFO opnfv-tempest [-] {0} tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_force_detach_volume ... success [19.334s] 2021-02-06 00:23:38.476 52 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_server_with_admin_password ... success [1.564s] 2021-02-06 00:23:40.068 52 INFO opnfv-tempest [-] {0} tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_force_delete_when_volume_is_attaching ... success [3.065s] 2021-02-06 00:23:44.276 52 INFO opnfv-tempest [-] {0} tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_force_delete_when_volume_is_creating ... success [4.203s] 2021-02-06 00:23:48.541 52 INFO opnfv-tempest [-] {0} tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_force_delete_when_volume_is_error ... success [4.262s] 2021-02-06 00:23:51.601 52 INFO opnfv-tempest [-] {0} tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_force_delete_when_volume_is_maintenance ... success [3.057s] 2021-02-06 00:23:53.845 52 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_server_with_ipv6_addr_only ... success [15.358s] 2021-02-06 00:23:54.531 52 INFO opnfv-tempest [-] {0} tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_reset_status ... success [2.923s] 2021-02-06 00:24:18.897 52 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_specify_keypair ... success [25.046s] 2021-02-06 00:24:22.474 52 INFO opnfv-tempest [-] {0} tempest.api.volume.admin.test_volumes_backup.VolumesBackupsAdminTest.test_volume_backup_export_import ... success [14.590s] 2021-02-06 00:24:27.699 52 INFO opnfv-tempest [-] {0} tempest.api.volume.admin.test_volumes_backup.VolumesBackupsAdminTest.test_volume_backup_reset_status ... success [5.226s] 2021-02-06 00:24:38.195 52 INFO opnfv-tempest [-] {0} tempest.api.volume.test_extensions.ExtensionsTestJSON.test_list_extensions ... success [0.175s] 2021-02-06 00:24:46.525 52 INFO opnfv-tempest [-] {0} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_crud_snapshot_metadata ... success [0.446s] 2021-02-06 00:24:46.924 52 INFO opnfv-tempest [-] {0} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_update_show_snapshot_metadata_item ... success [0.396s] 2021-02-06 00:24:47.065 52 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_with_existing_server_name ... success [28.160s] 2021-02-06 00:24:54.265 52 INFO opnfv-tempest [-] {0} tempest.api.volume.test_versions.VersionsTest.test_list_versions ... success [0.016s] 2021-02-06 00:24:55.036 52 INFO opnfv-tempest [-] {0} tempest.api.volume.test_versions.VersionsTest.test_show_version ... success [0.770s] 2021-02-06 00:25:04.318 52 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_access_server_address ... success [17.251s] 2021-02-06 00:25:05.790 52 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volume_transfers.VolumesTransfersTest.test_create_get_list_accept_volume_transfer ... success [4.435s] 2021-02-06 00:25:11.161 52 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volume_transfers.VolumesTransfersTest.test_create_list_delete_volume_transfer ... success [5.368s] 2021-02-06 00:25:24.340 52 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_extend.VolumesExtendTest.test_volume_extend ... success [6.806s] 2021-02-06 00:25:28.752 52 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_extend.VolumesExtendTest.test_volume_extend_when_volume_has_snapshot ... success [4.410s] 2021-02-06 00:25:56.423 52 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_backup ... success [14.369s] 2021-02-06 00:26:23.000 52 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_server_name ... success [78.649s] 2021-02-06 00:26:33.878 52 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_create_delete_with_volume_in_use ... success [37.439s] 2021-02-06 00:26:38.654 52 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_create_get_list_update_delete ... success [4.774s] 2021-02-06 00:27:09.463 52 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_servers_microversions.ServerShowV257Test.test_rebuild_server ... success [37.388s] 2021-02-06 00:27:13.256 52 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_create_offline_delete_online ... success [34.583s] 2021-02-06 00:27:19.290 52 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_volume_from_snapshot ... success [6.036s] 2021-02-06 00:27:26.432 52 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_volume_from_snapshot_no_size ... success [7.135s] 2021-02-06 00:27:35.035 52 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_numeric_server_name ... success [0.904s] 2021-02-06 00:27:37.927 52 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_from_non_bootable_volume ... success [2.883s] 2021-02-06 00:27:40.369 52 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_invalid_bdm_in_2nd_dict ... success [2.441s] 2021-02-06 00:27:41.395 52 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_metadata_exceeds_length_limit ... success [1.026s] 2021-02-06 00:27:42.654 52 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_name_length_exceeds_256 ... success [1.258s] 2021-02-06 00:27:43.712 52 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_flavor ... success [1.055s] 2021-02-06 00:27:44.767 52 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_image ... success [1.056s] 2021-02-06 00:27:45.787 52 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_network_uuid ... success [1.017s] 2021-02-06 00:27:47.214 52 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_non_existent_keypair ... success [1.423s] 2021-02-06 00:27:48.437 52 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_nonexistent_security_group ... success [1.219s] 2021-02-06 00:27:49.188 52 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_non_existent_server ... success [0.751s] 2021-02-06 00:27:49.707 52 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_server_pass_id_exceeding_length_limit ... success [0.518s] 2021-02-06 00:27:50.199 52 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_server_pass_negative_id ... success [0.491s] 2021-02-06 00:27:50.707 52 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_force_delete_nonexistent_server_id ... success [0.507s] 2021-02-06 00:27:51.206 52 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_get_console_output_of_non_existent_server ... success [0.498s] 2021-02-06 00:27:51.890 52 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_get_non_existent_server ... success [0.684s] 2021-02-06 00:27:52.906 52 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_invalid_access_ip_v4_address ... success [1.015s] 2021-02-06 00:27:53.824 52 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_invalid_ip_v6_address ... success [0.915s] 2021-02-06 00:27:54.372 52 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_pause_non_existent_server ... success [0.548s] 2021-02-06 00:27:57.955 52 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_pause_paused_server ... success [3.578s] 2021-02-06 00:27:57.960 52 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-02-06 00:27:58.468 52 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_reboot_deleted_server ... success [0.505s] 2021-02-06 00:27:58.957 52 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_reboot_non_existent_server ... success [0.488s] 2021-02-06 00:27:59.435 52 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_deleted_server ... success [0.475s] 2021-02-06 00:27:59.904 52 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_non_existent_server ... success [0.470s] 2021-02-06 00:28:00.531 52 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_resize_nonexistent_server ... success [0.626s] 2021-02-06 00:28:01.157 52 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_resize_server_with_non_existent_flavor ... success [0.624s] 2021-02-06 00:28:01.671 52 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_resize_server_with_null_flavor ... success [0.514s] 2021-02-06 00:28:02.154 52 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_restore_nonexistent_server_id ... success [0.479s] 2021-02-06 00:28:02.742 52 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_restore_server_invalid_state ... success [0.587s] 2021-02-06 00:28:03.249 52 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_resume_non_existent_server ... success [0.505s] 2021-02-06 00:28:03.846 52 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_resume_server_invalid_state ... success [0.595s] 2021-02-06 00:28:05.106 52 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_server_name_blank ... success [1.257s] 2021-02-06 00:28:05.589 52 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_shelve_non_existent_server ... success [0.483s] 2021-02-06 00:30:04.016 52 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_shelve_shelved_server ... success [118.393s] 2021-02-06 00:30:04.640 52 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_stop_non_existent_server ... success [0.628s] 2021-02-06 00:30:05.131 52 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_suspend_non_existent_server ... success [0.491s] 2021-02-06 00:30:13.483 52 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_suspend_server_invalid_state ... success [8.348s] 2021-02-06 00:30:14.090 52 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_unpause_non_existent_server ... success [0.609s] 2021-02-06 00:30:14.644 52 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_unpause_server_invalid_state ... success [0.551s] 2021-02-06 00:30:15.173 52 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_unshelve_non_existent_server ... success [0.526s] 2021-02-06 00:30:15.751 52 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_unshelve_server_invalid_state ... success [0.575s] 2021-02-06 00:30:16.458 52 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_name_of_non_existent_server ... success [0.705s] 2021-02-06 00:30:16.943 52 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_server_name_length_exceeds_256 ... success [0.481s] 2021-02-06 00:30:17.438 52 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_server_set_empty_name ... success [0.494s] 2021-02-06 00:30:28.976 52 INFO opnfv-tempest [-] {1} tempest.api.compute.test_quotas.QuotasTestJSON.test_compare_tenant_quotas_with_default_quotas ... success [0.454s] 2021-02-06 00:30:29.154 52 INFO opnfv-tempest [-] {1} tempest.api.compute.test_quotas.QuotasTestJSON.test_get_default_quotas ... success [0.178s] 2021-02-06 00:30:29.680 52 INFO opnfv-tempest [-] {1} tempest.api.compute.test_quotas.QuotasTestJSON.test_get_quotas ... success [0.523s] 2021-02-06 00:30:35.420 52 INFO opnfv-tempest [-] {1} tempest.api.compute.volumes.test_volumes_get.VolumesGetTestJSON.test_volume_create_get_delete ... success [2.001s] 2021-02-06 00:30:40.472 52 INFO opnfv-tempest [-] {1} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_invalid_size ... success [0.196s] 2021-02-06 00:30:40.496 52 INFO opnfv-tempest [-] {1} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_zero ... success [0.021s] 2021-02-06 00:30:40.522 52 INFO opnfv-tempest [-] {1} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_create_volume_without_passing_size ... success [0.023s] 2021-02-06 00:30:40.625 52 INFO opnfv-tempest [-] {1} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_delete_invalid_volume_id ... success [0.100s] 2021-02-06 00:30:40.642 52 INFO opnfv-tempest [-] {1} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_delete_volume_without_passing_volume_id ... success [0.018s] 2021-02-06 00:30:40.664 52 INFO opnfv-tempest [-] {1} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_get_volume_without_passing_volume_id ... success [0.020s] 2021-02-06 00:30:40.752 52 INFO opnfv-tempest [-] {1} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_volume_delete_nonexistent_volume_id ... success [0.088s] 2021-02-06 00:30:40.843 52 INFO opnfv-tempest [-] {1} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_volume_get_nonexistent_volume_id ... success [0.091s] 2021-02-06 00:30:42.249 52 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v2.test_tokens_negative.TokensAdminTestNegative ... skip: b'Identity api v2 is not enabled' 2021-02-06 00:30:42.252 52 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v2.test_users.UsersTestJSON ... skip: b'Identity api v2 is not enabled' 2021-02-06 00:30:46.704 52 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v3.test_credentials.CredentialsTestJSON.test_credentials_create_get_update_delete ... success [0.347s] 2021-02-06 00:30:47.225 52 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v3.test_credentials.CredentialsTestJSON.test_credentials_list_delete ... success [0.516s] 2021-02-06 00:30:53.922 52 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v3.test_list_projects.ListProjectsStaticTestJSON.test_list_projects ... success [0.303s] 2021-02-06 00:30:54.228 52 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v3.test_list_projects.ListProjectsStaticTestJSON.test_list_projects_with_domains ... success [0.293s] 2021-02-06 00:30:54.500 52 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v3.test_list_projects.ListProjectsStaticTestJSON.test_list_projects_with_name ... success [0.272s] 2021-02-06 00:31:00.672 52 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v3.test_oauth_consumers.OAUTHConsumersV3Test.test_create_and_show_consumer ... success [0.395s] 2021-02-06 00:31:01.135 52 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v3.test_oauth_consumers.OAUTHConsumersV3Test.test_delete_consumer ... success [0.461s] 2021-02-06 00:31:01.629 52 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v3.test_oauth_consumers.OAUTHConsumersV3Test.test_list_consumers ... success [0.493s] 2021-02-06 00:31:01.925 52 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v3.test_oauth_consumers.OAUTHConsumersV3Test.test_update_consumer ... success [0.294s] 2021-02-06 00:31:08.470 52 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v3.test_regions.RegionsTestJSON.test_create_region_with_specific_id ... success [0.359s] 2021-02-06 00:31:09.137 52 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v3.test_regions.RegionsTestJSON.test_create_update_get_delete_region ... success [0.665s] 2021-02-06 00:31:09.256 52 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v3.test_regions.RegionsTestJSON.test_list_regions ... success [0.118s] 2021-02-06 00:31:09.565 52 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v3.test_regions.RegionsTestJSON.test_list_regions_filter_by_parent_region_id ... success [0.307s] 2021-02-06 00:31:17.639 52 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_assignments_for_domain_roles ... success [0.593s] 2021-02-06 00:31:18.454 52 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_assignments_for_implied_roles_create_delete ... success [0.812s] 2021-02-06 00:31:18.879 52 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_domain_roles_create_delete ... success [0.421s] 2021-02-06 00:31:19.216 52 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_grant_list_revoke_role_to_group_on_domain ... success [0.337s] 2021-02-06 00:31:20.429 52 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_grant_list_revoke_role_to_group_on_project ... success [1.211s] 2021-02-06 00:31:20.811 52 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_grant_list_revoke_role_to_user_on_domain ... success [0.378s] 2021-02-06 00:31:21.193 52 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_grant_list_revoke_role_to_user_on_project ... success [0.385s] 2021-02-06 00:31:23.398 52 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_implied_domain_roles ... success [2.202s] 2021-02-06 00:31:24.006 52 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_implied_roles_create_check_show_delete ... success [0.605s] 2021-02-06 00:31:24.829 52 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_list_all_implied_roles ... success [0.821s] 2021-02-06 00:31:24.947 52 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_list_roles ... success [0.117s] 2021-02-06 00:31:25.371 52 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_role_create_update_show_list ... success [0.422s] 2021-02-06 00:31:26.287 52 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_roles_hierarchy ... success [0.911s] 2021-02-06 00:31:30.257 52 INFO opnfv-tempest [-] {1} tempest.api.identity.v2.test_ec2_credentials.EC2CredentialsTest ... skip: b'Identity api v2 is not enabled' 2021-02-06 00:31:30.262 52 INFO opnfv-tempest [-] {1} tempest.api.identity.v2.test_users.IdentityUsersTest ... skip: b'Identity api v2 is not enabled' 2021-02-06 00:31:32.983 52 INFO opnfv-tempest [-] {1} tempest.api.identity.v3.test_catalog.IdentityCatalogTest.test_catalog_standardization ... success [0.104s] 2021-02-06 00:31:36.855 52 INFO opnfv-tempest [-] {1} tempest.api.identity.v3.test_tokens.TokensV3Test.test_create_token ... success [0.394s] 2021-02-06 00:31:37.638 52 INFO opnfv-tempest [-] {1} tempest.api.identity.v3.test_tokens.TokensV3Test.test_token_auth_creation_existence_deletion ... success [0.779s] 2021-02-06 00:31:38.184 52 INFO opnfv-tempest [-] {1} tempest.api.identity.v3.test_tokens.TokensV3Test.test_validate_token ... success [0.542s] 2021-02-06 00:31:45.778 52 INFO opnfv-tempest [-] {1} tempest.api.identity.v3.test_users.IdentityV3UsersTest.test_password_history_check_self_service_api ... fail [4.033s] 2021-02-06 00:31:47.480 52 INFO opnfv-tempest [-] {1} tempest.api.identity.v3.test_users.IdentityV3UsersTest.test_user_account_lockout ... fail [1.690s] 2021-02-06 00:31:59.286 52 INFO opnfv-tempest [-] {1} tempest.api.identity.v3.test_users.IdentityV3UsersTest.test_user_update_own_password ... fail [11.787s] 2021-02-06 00:32:00.509 52 INFO opnfv-tempest [-] {1} tempest.api.image.v1.test_image_members.ImageMembersTest ... skip: b'Glance API v1 not supported' 2021-02-06 00:32:00.512 52 INFO opnfv-tempest [-] {1} tempest.api.image.v1.test_images_negative.CreateDeleteImagesNegativeTest ... skip: b'Glance API v1 not supported' 2021-02-06 00:32:03.017 52 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images_metadefs_schema.MetadataSchemaTest.test_get_metadata_namespace_schema ... success [0.249s] 2021-02-06 00:32:03.038 52 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images_metadefs_schema.MetadataSchemaTest.test_get_metadata_namespaces_schema ... success [0.015s] 2021-02-06 00:32:03.045 52 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images_metadefs_schema.MetadataSchemaTest.test_get_metadata_object_schema ... success [0.010s] 2021-02-06 00:32:03.054 52 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images_metadefs_schema.MetadataSchemaTest.test_get_metadata_objects_schema ... success [0.010s] 2021-02-06 00:32:03.067 52 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images_metadefs_schema.MetadataSchemaTest.test_get_metadata_properties_schema ... success [0.012s] 2021-02-06 00:32:03.080 52 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images_metadefs_schema.MetadataSchemaTest.test_get_metadata_property_schema ... success [0.012s] 2021-02-06 00:32:03.095 52 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images_metadefs_schema.MetadataSchemaTest.test_get_metadata_resource_type_schema ... success [0.013s] 2021-02-06 00:32:03.108 52 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images_metadefs_schema.MetadataSchemaTest.test_get_metadata_resources_types_schema ... success [0.011s] 2021-02-06 00:32:03.121 52 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images_metadefs_schema.MetadataSchemaTest.test_get_metadata_tag_schema ... success [0.012s] 2021-02-06 00:32:03.133 52 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images_metadefs_schema.MetadataSchemaTest.test_get_metadata_tags_schema ... success [0.011s] 2021-02-06 00:32:07.172 52 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images_tags_negative.ImagesTagsNegativeTest.test_delete_non_existing_tag ... success [0.300s] 2021-02-06 00:32:07.208 52 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images_tags_negative.ImagesTagsNegativeTest.test_update_tags_for_non_existing_image ... success [0.035s] 2021-02-06 00:32:15.968 52 INFO opnfv-tempest [-] {1} tempest.api.network.admin.test_ports.PortsAdminExtendedAttrsIpV6TestJSON.test_create_port_binding_ext_attr ... success [2.022s] 2021-02-06 00:32:19.047 52 INFO opnfv-tempest [-] {1} tempest.api.network.admin.test_ports.PortsAdminExtendedAttrsIpV6TestJSON.test_list_ports_binding_ext_attr ... success [3.077s] 2021-02-06 00:32:20.670 52 INFO opnfv-tempest [-] {1} tempest.api.network.admin.test_ports.PortsAdminExtendedAttrsIpV6TestJSON.test_show_port_binding_ext_attr ... success [1.623s] 2021-02-06 00:32:23.104 52 INFO opnfv-tempest [-] {1} tempest.api.network.admin.test_ports.PortsAdminExtendedAttrsIpV6TestJSON.test_update_port_binding_ext_attr ... success [2.432s] 2021-02-06 00:32:39.002 52 INFO opnfv-tempest [-] {1} tempest.api.network.admin.test_routers.RoutersAdminTest.test_create_router_set_gateway_with_fixed_ip ... success [9.204s] 2021-02-06 00:32:40.225 52 INFO opnfv-tempest [-] {1} tempest.api.network.admin.test_routers.RoutersAdminTest.test_create_router_setting_project_id ... success [1.226s] 2021-02-06 00:32:44.646 52 INFO opnfv-tempest [-] {1} tempest.api.network.admin.test_routers.RoutersAdminTest.test_create_router_with_default_snat_value ... success [4.417s] 2021-02-06 00:32:53.435 52 INFO opnfv-tempest [-] {1} tempest.api.network.admin.test_routers.RoutersAdminTest.test_create_router_with_snat_explicit ... success [8.786s] 2021-02-06 00:32:59.475 52 INFO opnfv-tempest [-] {1} tempest.api.network.admin.test_routers.RoutersAdminTest.test_update_router_reset_gateway_without_snat ... success [6.034s] 2021-02-06 00:33:04.034 52 INFO opnfv-tempest [-] {1} tempest.api.network.admin.test_routers.RoutersAdminTest.test_update_router_set_gateway ... success [4.561s] 2021-02-06 00:33:10.520 52 INFO opnfv-tempest [-] {1} tempest.api.network.admin.test_routers.RoutersAdminTest.test_update_router_set_gateway_with_snat_explicit ... success [6.482s] 2021-02-06 00:33:15.060 52 INFO opnfv-tempest [-] {1} tempest.api.network.admin.test_routers.RoutersAdminTest.test_update_router_set_gateway_without_snat ... success [4.540s] 2021-02-06 00:33:19.605 52 INFO opnfv-tempest [-] {1} tempest.api.network.admin.test_routers.RoutersAdminTest.test_update_router_unset_gateway ... success [4.545s] 2021-02-06 00:33:29.264 52 INFO opnfv-tempest [-] {1} tempest.api.network.admin.test_routers_negative.RoutersAdminNegativeTest.test_router_set_gateway_used_ip_returns_409 ... success [3.309s] 2021-02-06 00:33:38.354 52 INFO opnfv-tempest [-] {1} tempest.api.network.test_allowed_address_pair.AllowedAddressPairIpV6TestJSON.test_create_list_port_with_address_pair ... success [2.113s] 2021-02-06 00:33:40.736 52 INFO opnfv-tempest [-] {1} tempest.api.network.test_allowed_address_pair.AllowedAddressPairIpV6TestJSON.test_update_port_with_address_pair ... success [2.382s] 2021-02-06 00:33:43.842 52 INFO opnfv-tempest [-] {1} tempest.api.network.test_allowed_address_pair.AllowedAddressPairIpV6TestJSON.test_update_port_with_cidr_address_pair ... success [3.105s] 2021-02-06 00:33:48.465 52 INFO opnfv-tempest [-] {1} tempest.api.network.test_allowed_address_pair.AllowedAddressPairIpV6TestJSON.test_update_port_with_multiple_ip_mac_address_pair ... success [4.618s] 2021-02-06 00:33:55.821 52 INFO opnfv-tempest [-] {1} tempest.api.network.test_extensions.ExtensionsTestJSON.test_list_show_extensions ... success [0.837s] 2021-02-06 00:34:07.075 52 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksIpV6TestAttrs.test_create_delete_slaac_subnet_with_ports ... success [3.477s] 2021-02-06 00:34:12.172 52 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksIpV6TestAttrs.test_create_delete_stateless_subnet_with_ports ... success [5.097s] 2021-02-06 00:34:15.386 52 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksIpV6TestAttrs.test_create_delete_subnet_with_v6_attributes_slaac ... success [3.215s] 2021-02-06 00:34:20.726 52 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksIpV6TestAttrs.test_create_delete_subnet_with_v6_attributes_stateful ... success [5.339s] 2021-02-06 00:34:25.714 52 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksIpV6TestAttrs.test_create_delete_subnet_with_v6_attributes_stateless ... success [4.987s] 2021-02-06 00:34:41.648 52 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_create_bulk_port ... success [4.256s] 2021-02-06 00:34:48.233 52 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_create_port_in_allowed_allocation_pools ... success [6.579s] 2021-02-06 00:34:55.268 52 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_create_port_with_no_securitygroups ... success [7.031s] 2021-02-06 00:34:58.510 52 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_create_show_delete_port_user_defined_mac ... success [3.240s] 2021-02-06 00:35:00.549 52 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_create_update_delete_port ... success [2.034s] 2021-02-06 00:35:13.264 52 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_create_update_port_with_second_ip ... success [12.715s] 2021-02-06 00:35:13.345 52 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_list_ports ... success [0.082s] 2021-02-06 00:35:13.433 52 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_list_ports_fields ... success [0.088s] 2021-02-06 00:35:22.494 52 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_port_list_filter_by_ip ... success [9.056s] 2021-02-06 00:35:31.952 52 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_port_list_filter_by_ip_substr ... success [9.460s] 2021-02-06 00:35:43.525 52 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_port_list_filter_by_router_id ... success [11.571s] 2021-02-06 00:35:43.626 52 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_show_port ... success [0.103s] 2021-02-06 00:35:43.703 52 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_show_port_fields ... success [0.076s] 2021-02-06 00:35:52.161 52 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_update_port_with_security_group_and_extra_attributes ... success [8.453s] 2021-02-06 00:36:00.566 52 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_update_port_with_two_security_groups_and_extra_attributes ... success [8.403s] 2021-02-06 00:36:21.132 52 INFO opnfv-tempest [-] {1} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_add_router_interfaces_on_overlapping_subnets_returns_400 ... success [10.368s] 2021-02-06 00:36:21.202 52 INFO opnfv-tempest [-] {1} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_delete_non_existent_router_returns_404 ... success [0.070s] 2021-02-06 00:36:21.715 52 INFO opnfv-tempest [-] {1} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_router_add_gateway_invalid_network_returns_404 ... success [0.511s] 2021-02-06 00:36:23.548 52 INFO opnfv-tempest [-] {1} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_router_add_gateway_net_not_external_returns_400 ... success [1.833s] 2021-02-06 00:36:29.641 52 INFO opnfv-tempest [-] {1} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_router_remove_interface_in_use_returns_409 ... success [6.092s] 2021-02-06 00:36:29.704 52 INFO opnfv-tempest [-] {1} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_show_non_existent_router_returns_404 ... success [0.062s] 2021-02-06 00:36:29.771 52 INFO opnfv-tempest [-] {1} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_update_non_existent_router_returns_404 ... success [0.064s] 2021-02-06 00:36:41.285 52 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_account_quotas_negative.AccountQuotasNegativeTest ... skip: b'AccountQuotasNegativeTest skipped as swift is not available' 2021-02-06 00:36:41.290 52 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest ... skip: b'ContainerQuotasTest skipped as swift is not available' 2021-02-06 00:36:41.294 52 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_crossdomain.CrossdomainTest ... skip: b'CrossdomainTest skipped as swift is not available' 2021-02-06 00:36:41.299 52 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_healthcheck.HealthcheckTest ... skip: b'HealthcheckTest skipped as swift is not available' 2021-02-06 00:36:41.301 52 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_object_services.ObjectTest ... skip: b'ObjectTest skipped as swift is not available' 2021-02-06 00:36:41.305 52 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_object_slo.ObjectSloTest ... skip: b'ObjectSloTest skipped as swift is not available' 2021-02-06 00:36:41.308 52 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_object_temp_url_negative.ObjectTempUrlNegativeTest ... skip: b'ObjectTempUrlNegativeTest skipped as swift is not available' 2021-02-06 00:36:41.310 52 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_object_version.ContainerTest ... skip: b'ContainerTest skipped as swift is not available' 2021-02-06 00:36:52.893 52 INFO opnfv-tempest [-] {1} tempest.api.volume.admin.test_groups.GroupsTest.test_group_create_show_list_delete ... success [7.945s] 2021-02-06 00:37:01.852 52 INFO opnfv-tempest [-] {1} tempest.api.volume.admin.test_groups.GroupsTest.test_group_update ... success [8.954s] 2021-02-06 00:37:04.272 52 INFO opnfv-tempest [-] {1} tempest.api.volume.admin.test_multi_backend.VolumeMultiBackendTest ... skip: b'Cinder multi-backend feature disabled' 2021-02-06 00:37:16.386 52 INFO opnfv-tempest [-] {1} tempest.api.volume.admin.test_snapshot_manage.SnapshotManageAdminTest.test_unmanage_manage_snapshot ... success [8.574s] 2021-02-06 00:37:28.083 52 INFO opnfv-tempest [-] {1} tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest.test_reset_snapshot_status ... success [0.404s] 2021-02-06 00:37:30.903 52 INFO opnfv-tempest [-] {1} tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest.test_snapshot_force_delete_when_snapshot_is_creating ... success [2.816s] 2021-02-06 00:37:33.699 52 INFO opnfv-tempest [-] {1} tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest.test_snapshot_force_delete_when_snapshot_is_deleting ... success [2.798s] 2021-02-06 00:37:36.516 52 INFO opnfv-tempest [-] {1} tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest.test_snapshot_force_delete_when_snapshot_is_error ... success [2.816s] 2021-02-06 00:37:40.335 52 INFO opnfv-tempest [-] {1} tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest.test_snapshot_force_delete_when_snapshot_is_error_deleting ... success [3.816s] 2021-02-06 00:37:40.720 52 INFO opnfv-tempest [-] {1} tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest.test_update_snapshot_status ... success [0.385s] 2021-02-06 00:37:50.713 52 INFO opnfv-tempest [-] {1} tempest.api.volume.admin.test_volume_pools.VolumePoolsAdminTestsJSON.test_get_pools_with_details ... success [0.273s] 2021-02-06 00:37:50.769 52 INFO opnfv-tempest [-] {1} tempest.api.volume.admin.test_volume_pools.VolumePoolsAdminTestsJSON.test_get_pools_without_details ... success [0.054s] 2021-02-06 00:37:58.717 52 INFO opnfv-tempest [-] {1} tempest.api.volume.admin.test_volume_quotas.VolumeQuotasAdminTestJSON.test_delete_quota ... success [0.428s] 2021-02-06 00:37:58.766 52 INFO opnfv-tempest [-] {1} tempest.api.volume.admin.test_volume_quotas.VolumeQuotasAdminTestJSON.test_list_default_quotas ... success [0.046s] 2021-02-06 00:37:58.825 52 INFO opnfv-tempest [-] {1} tempest.api.volume.admin.test_volume_quotas.VolumeQuotasAdminTestJSON.test_list_quotas ... success [0.055s] 2021-02-06 00:38:01.967 52 INFO opnfv-tempest [-] {1} tempest.api.volume.admin.test_volume_quotas.VolumeQuotasAdminTestJSON.test_quota_usage ... success [3.136s] 2021-02-06 00:38:06.098 52 INFO opnfv-tempest [-] {1} tempest.api.volume.admin.test_volume_quotas.VolumeQuotasAdminTestJSON.test_quota_usage_after_volume_transfer ... success [4.124s] 2021-02-06 00:38:06.167 52 INFO opnfv-tempest [-] {1} tempest.api.volume.admin.test_volume_quotas.VolumeQuotasAdminTestJSON.test_show_quota_usage ... success [0.071s] 2021-02-06 00:38:06.570 52 INFO opnfv-tempest [-] {1} tempest.api.volume.admin.test_volume_quotas.VolumeQuotasAdminTestJSON.test_update_all_quota_resources_for_tenant ... success [0.401s] 2021-02-06 00:38:18.173 52 INFO opnfv-tempest [-] {1} tempest.api.volume.admin.test_volume_retype.VolumeRetypeWithoutMigrationTest.test_available_volume_retype ... success [3.506s] 2021-02-06 00:38:25.818 52 INFO opnfv-tempest [-] {1} tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON.test_get_service_by_host_name ... success [0.036s] 2021-02-06 00:38:25.852 52 INFO opnfv-tempest [-] {1} tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON.test_get_service_by_service_and_host_name ... success [0.033s] 2021-02-06 00:38:25.885 52 INFO opnfv-tempest [-] {1} tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON.test_get_service_by_service_binary_name ... success [0.032s] 2021-02-06 00:38:27.729 52 INFO opnfv-tempest [-] {1} tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON.test_get_service_by_volume_host_name ... success [1.842s] 2021-02-06 00:38:27.765 52 INFO opnfv-tempest [-] {1} tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON.test_list_services ... success [0.036s] 2021-02-06 00:38:35.606 52 INFO opnfv-tempest [-] {1} tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_create_volume_with_private_volume_type ... success [0.509s] 2021-02-06 00:38:35.624 52 INFO opnfv-tempest [-] {1} tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_create_with_empty_name ... success [0.017s] 2021-02-06 00:38:35.654 52 INFO opnfv-tempest [-] {1} tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_delete_nonexistent_type_id ... success [0.028s] 2021-02-06 00:38:35.683 52 INFO opnfv-tempest [-] {1} tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_get_nonexistent_type_id ... success [0.029s] 2021-02-06 00:38:48.064 52 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volume_delete_cascade.VolumesDeleteCascade.test_volume_delete_cascade ... success [8.001s] 2021-02-06 00:38:48.067 52 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volume_delete_cascade.VolumesDeleteCascade.test_volume_from_snapshot_cascade_delete ... skip [0.000s]: b'Skip because of Bug#1677525' 2021-02-06 00:39:13.982 52 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_attach_detach_volume_to_instance ... success [18.589s] 2021-02-06 00:39:28.531 52 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_get_volume_attachment ... success [14.544s] 2021-02-06 00:39:28.893 52 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_reserve_unreserve_volume ... success [0.369s] 2021-02-06 00:39:29.243 52 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_bootable ... success [0.349s] 2021-02-06 00:39:29.599 52 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_readonly_update ... success [0.353s] 2021-02-06 00:40:14.149 52 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_upload ... success [44.532s] 2021-02-06 00:40:28.795 52 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_clone.VolumesCloneTest.test_create_from_bootable_volume ... success [9.185s] 2021-02-06 00:40:33.349 52 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_clone.VolumesCloneTest.test_create_from_volume ... success [4.554s] 2021-02-06 00:40:49.778 52 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list ... success [0.088s] 2021-02-06 00:40:49.857 52 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_by_name ... success [0.078s] 2021-02-06 00:40:49.947 52 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_by_name ... success [0.090s] 2021-02-06 00:40:50.500 52 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_pagination ... success [0.550s] 2021-02-06 00:40:50.699 52 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_with_multiple_params ... success [0.198s] 2021-02-06 00:40:51.155 52 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_pagination ... success [0.455s] 2021-02-06 00:40:51.241 52 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_param_display_name_and_status ... success [0.086s] 2021-02-06 00:40:51.334 52 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_display_name_and_status ... success [0.093s] 2021-02-06 00:40:51.467 52 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_marker ... success [0.131s] 2021-02-06 00:40:51.576 52 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_metadata ... success [0.106s] 2021-02-06 00:40:51.681 52 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_details ... success [0.103s] 2021-02-06 00:40:51.770 52 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_param_metadata ... success [0.087s] 2021-02-06 00:40:51.945 52 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_availability_zone ... success [0.172s] 2021-02-06 00:40:52.127 52 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_bootable ... success [0.180s] 2021-02-06 00:40:52.292 52 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_status ... success [0.160s] 2021-02-06 00:40:52.395 52 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_availability_zone ... success [0.102s] 2021-02-06 00:40:52.495 52 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_bootable ... success [0.097s] 2021-02-06 00:40:52.608 52 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_status ... success [0.110s] 2021-02-06 00:40:59.208 52 INFO rally.task.context [-] Verification 3f2cb2a8-75df-4df0-8b6c-756dea47c783 | Context testr@default cleanup() started 2021-02-06 00:40:59.209 52 INFO rally.task.context [-] Verification 3f2cb2a8-75df-4df0-8b6c-756dea47c783 | Context testr@default cleanup() finished in 0.88 msec 2021-02-06 00:40:59.210 52 INFO rally.task.context [-] Verification 3f2cb2a8-75df-4df0-8b6c-756dea47c783 | Context tempest@default cleanup() started 2021-02-06 00:40:59.754 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Deleting role 'ResellerAdmin'. 2021-02-06 00:40:59.937 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Role 'ResellerAdmin' has been deleted. 2021-02-06 00:40:59.979 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Deleting flavor 'rally_verify_396d272c_wLDGCoab'. 2021-02-06 00:41:00.218 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_396d272c_wLDGCoab' has been deleted. 2021-02-06 00:41:00.219 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Removing value '22ecd575-4813-438c-9346-2d3dbe102181' of option 'instance_type' from Tempest config file. 2021-02-06 00:41:00.219 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Value '22ecd575-4813-438c-9346-2d3dbe102181' has been removed. 2021-02-06 00:41:00.222 52 INFO rally.task.context [-] Verification 3f2cb2a8-75df-4df0-8b6c-756dea47c783 | Context tempest@default cleanup() finished in 1.01 sec 2021-02-06 00:41:00.383 52 INFO rally.api [-] Verification (UUID=396d272c-2c32-49ba-bcf7-6c3d4fdff1b6) has been successfully finished for deployment 'opnfv-rally' (UUID=ebb2047b-a4f1-4327-aabd-500c2d81a8bb)! 2021-02-06 00:41:02.888 109 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-02-06 00:41:02.889 109 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-02-06 00:41:02.889 109 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-02-06 00:41:05.528 111 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-02-06 00:41:05.529 111 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-02-06 00:41:05.530 111 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-02-06 00:41:08.261 111 INFO rally.api [-] Building 'html' report for the following verification(s): '396d272c-2c32-49ba-bcf7-6c3d4fdff1b6' 2021-02-06 00:41:08.304 111 INFO rally.api [-] The report has been successfully built. 2021-02-06 00:41:10.252 113 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-02-06 00:41:10.253 113 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-02-06 00:41:10.253 113 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-02-06 00:41:13.144 113 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): '396d272c-2c32-49ba-bcf7-6c3d4fdff1b6' 2021-02-06 00:41:13.196 113 INFO rally.api [-] The report has been successfully built.