2022-02-19 16:13:20.695 7 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-02-19 16:13:20.695 7 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-02-19 16:13:20.696 7 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-02-19 16:13:22.803 7 ERROR rally.cli.cliutils [-] Unexpected exception in CLI: rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2022-02-19 16:13:22.803 7 ERROR rally.cli.cliutils Traceback (most recent call last): 2022-02-19 16:13:22.803 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 669, in run 2022-02-19 16:13:22.803 7 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2022-02-19 16:13:22.803 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 142, in inner 2022-02-19 16:13:22.803 7 ERROR rally.cli.cliutils return func(*args, **kwargs) 2022-02-19 16:13:22.803 7 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in wrapper 2022-02-19 16:13:22.803 7 ERROR rally.cli.cliutils return func(*args, **kwargs) 2022-02-19 16:13:22.803 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2022-02-19 16:13:22.803 7 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2022-02-19 16:13:22.803 7 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2022-02-19 16:13:22.803 7 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2022-02-19 16:13:22.803 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2022-02-19 16:13:22.803 7 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2022-02-19 16:13:22.803 7 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2022-02-19 16:13:22.803 7 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2022-02-19 16:13:22.803 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2022-02-19 16:13:22.803 7 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2022-02-19 16:13:22.803 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 519, in env_get 2022-02-19 16:13:22.803 7 ERROR rally.cli.cliutils criteria="uuid or name is %s" % uuid_or_name, table="envs") 2022-02-19 16:13:22.803 7 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2022-02-19 16:13:22.803 7 ERROR rally.cli.cliutils 2022-02-19 16:13:24.401 9 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-02-19 16:13:24.402 9 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-02-19 16:13:24.402 9 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-02-19 16:13:28.263 11 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-02-19 16:13:28.263 11 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-02-19 16:13:28.263 11 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-02-19 16:13:32.657 14 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-02-19 16:13:32.658 14 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-02-19 16:13:32.658 14 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-02-19 16:13:34.002 16 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-02-19 16:13:34.002 16 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-02-19 16:13:34.003 16 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-02-19 16:13:36.076 16 ERROR rally.cli.cliutils [-] Unexpected exception in CLI: rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2022-02-19 16:13:36.076 16 ERROR rally.cli.cliutils Traceback (most recent call last): 2022-02-19 16:13:36.076 16 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 669, in run 2022-02-19 16:13:36.076 16 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2022-02-19 16:13:36.076 16 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in wrapper 2022-02-19 16:13:36.076 16 ERROR rally.cli.cliutils return func(*args, **kwargs) 2022-02-19 16:13:36.076 16 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 236, in delete_verifier 2022-02-19 16:13:36.076 16 ERROR rally.cli.cliutils force=force) 2022-02-19 16:13:36.076 16 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2022-02-19 16:13:36.076 16 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2022-02-19 16:13:36.076 16 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2022-02-19 16:13:36.076 16 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2022-02-19 16:13:36.076 16 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2022-02-19 16:13:36.076 16 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2022-02-19 16:13:36.076 16 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2022-02-19 16:13:36.076 16 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2022-02-19 16:13:36.076 16 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2022-02-19 16:13:36.076 16 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2022-02-19 16:13:36.076 16 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 677, in _verifier_get 2022-02-19 16:13:36.076 16 ERROR rally.cli.cliutils criteria="name or uuid is %s" % verifier_id, table="verifiers") 2022-02-19 16:13:36.076 16 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2022-02-19 16:13:36.076 16 ERROR rally.cli.cliutils 2022-02-19 16:13:37.551 18 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-02-19 16:13:37.552 18 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-02-19 16:13:37.552 18 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-02-19 16:13:39.659 18 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2022-02-19 16:13:39.788 18 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-12a9f445-4a88-4794-9fbf-cf6c6738a72d/repo. 2022-02-19 16:13:40.164 18 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-12a9f445-4a88-4794-9fbf-cf6c6738a72d/repo'... done. Note: checking out '1e9f9ce3bc4baef9fa9dad66c074df6687b4669a'. 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 performing another checkout. If you want to create a new branch to retain commits you create, you may do so (now or later) by using -b with the checkout command again. Example: git checkout -b ' 2022-02-19 16:13:40.180 18 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'tags/22.0.0-1-g1e9f9ce3b ' 2022-02-19 16:13:40.189 18 RALLYDEBUG rally.verification.utils [-] Subprocess output: '1e9f9ce3bc4baef9fa9dad66c074df6687b4669a ' 2022-02-19 16:13:40.210 18 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2022-02-19 16:13:40.291 18 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2022-02-19 16:13:40.939 18 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=12a9f445-4a88-4794-9fbf-cf6c6738a72d) has been successfully created! 2022-02-19 16:13:42.467 26 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-02-19 16:13:42.468 26 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-02-19 16:13:42.468 26 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-02-19 16:13:46.684 29 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-02-19 16:13:46.684 29 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-02-19 16:13:46.684 29 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-02-19 16:13:48.810 29 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=12a9f445-4a88-4794-9fbf-cf6c6738a72d) for deployment 'opnfv-rally' (UUID=05005308-aff9-4094-aa75-a2fee3449902). 2022-02-19 16:13:49.337 29 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=12a9f445-4a88-4794-9fbf-cf6c6738a72d) has been successfully configured for deployment 'opnfv-rally' (UUID=05005308-aff9-4094-aa75-a2fee3449902)! 2022-02-19 16:13:57.005 33 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-02-19 16:13:57.005 33 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-02-19 16:13:57.005 33 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-02-19 16:13:59.078 33 INFO rally.api [-] Starting verification (UUID=2008a33c-79e7-49d8-b05e-47dad61985e7) for deployment 'opnfv-rally' (UUID=05005308-aff9-4094-aa75-a2fee3449902) by verifier 'opnfv-tempest' (UUID=12a9f445-4a88-4794-9fbf-cf6c6738a72d). 2022-02-19 16:13:59.677 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2022-02-19 16:13:59.677 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-12a9f445-4a88-4794-9fbf-cf6c6738a72d/for-deployment-05005308-aff9-4094-aa75-a2fee3449902/tempest.log' to option 'log_file'. 2022-02-19 16:13:59.678 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-12a9f445-4a88-4794-9fbf-cf6c6738a72d/for-deployment-05005308-aff9-4094-aa75-a2fee3449902/tempest.log 2022-02-19 16:13:59.678 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2022-02-19 16:13:59.678 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-12a9f445-4a88-4794-9fbf-cf6c6738a72d/for-deployment-05005308-aff9-4094-aa75-a2fee3449902/lock_files' to option 'lock_path'. 2022-02-19 16:13:59.679 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-12a9f445-4a88-4794-9fbf-cf6c6738a72d/for-deployment-05005308-aff9-4094-aa75-a2fee3449902/lock_files 2022-02-19 16:13:59.679 33 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 2022-02-19 16:13:59.679 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = 5aded758-dcd3-4a5a-8446-62c43ddfb0f7 2022-02-19 16:13:59.680 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = d91a9a5a-bc10-4b02-a4f8-e8170f222652 2022-02-19 16:13:59.680 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = 2069f555-8b0d-4803-83aa-39d97a7cd907 2022-02-19 16:13:59.681 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = 1cd5e119-7600-422f-8e24-ac744dd88ecf 2022-02-19 16:13:59.937 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2022-02-19 16:13:59.938 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = tempest_full-net_cd8964ed-d0ce-436b-9f42-b5e07df5bae9 2022-02-19 16:13:59.938 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2022-02-19 16:14:00.002 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2022-02-19 16:14:00.034 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] There is no flavor with the mentioned properties. 2022-02-19 16:14:00.034 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Creating flavor 'rally_verify_2008a33c_RJV29mgY' with the following properties: RAM = 64MB, VCPUs = 1, disk = 5GB. 2022-02-19 16:14:00.066 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_2008a33c_RJV29mgY' (ID = 6c98aa47-e058-4e2a-b407-efeadfe444ea) has been successfully created! 2022-02-19 16:14:00.067 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '6c98aa47-e058-4e2a-b407-efeadfe444ea' to option 'instance_type'. 2022-02-19 16:14:00.067 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = 6c98aa47-e058-4e2a-b407-efeadfe444ea 2022-02-19 16:14:00.068 33 INFO rally.task.context [-] Verification 12a9f445-4a88-4794-9fbf-cf6c6738a72d | Context tempest@default setup() finished in 0.75 sec 2022-02-19 16:14:00.070 33 INFO rally.task.context [-] Verification 12a9f445-4a88-4794-9fbf-cf6c6738a72d | Context testr@default setup() finished in 1.27 msec 2022-02-19 16:14:00.070 33 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --concurrency 4 --load-list /tmp/b6f5ef18-df5f-4c04-9c84-9b830e5c7b8c'. 2022-02-19 16:14:04.548 33 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_fixed_ips_negative.FixedIPsNegativeTestJson ... skip: b"('FixedIPsNegativeTestJson skipped as neutron is available',)" 2022-02-19 16:14:05.689 33 INFO opnfv-tempest [-] {1} tempest.api.compute.admin.test_agents.AgentsAdminTestJSON.test_create_agent ... success [0.351s] 2022-02-19 16:14:05.776 33 INFO opnfv-tempest [-] {1} tempest.api.compute.admin.test_agents.AgentsAdminTestJSON.test_delete_agent ... success [0.087s] 2022-02-19 16:14:05.838 33 INFO opnfv-tempest [-] {1} tempest.api.compute.admin.test_agents.AgentsAdminTestJSON.test_list_agents ... success [0.062s] 2022-02-19 16:14:05.956 33 INFO opnfv-tempest [-] {1} tempest.api.compute.admin.test_agents.AgentsAdminTestJSON.test_list_agents_with_filter ... success [0.117s] 2022-02-19 16:14:06.025 33 INFO opnfv-tempest [-] {1} tempest.api.compute.admin.test_agents.AgentsAdminTestJSON.test_update_agent ... success [0.070s] 2022-02-19 16:14:06.713 33 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_flavors_access_negative.FlavorsAccessNegativeTestJSON.test_add_flavor_access_duplicate ... success [0.718s] 2022-02-19 16:14:06.910 33 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_flavors_access_negative.FlavorsAccessNegativeTestJSON.test_flavor_access_list_with_public_flavor ... success [0.196s] 2022-02-19 16:14:07.202 33 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_flavors_access_negative.FlavorsAccessNegativeTestJSON.test_flavor_non_admin_add ... success [0.292s] 2022-02-19 16:14:07.714 33 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_flavors_access_negative.FlavorsAccessNegativeTestJSON.test_flavor_non_admin_remove ... success [0.511s] 2022-02-19 16:14:08.004 33 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_flavors_access_negative.FlavorsAccessNegativeTestJSON.test_remove_flavor_access_not_found ... success [0.290s] 2022-02-19 16:14:09.683 33 INFO opnfv-tempest [-] {1} tempest.api.compute.admin.test_auto_allocate_network.AutoAllocateNetworkTest ... skip: b'("Found shared networks: [{\'id\': \'45231e7b-86ca-44bd-a6ab-97f2c87963f2\', \'name\': \'tempest_heat-net_e05c6b9a-5be1-4882-b440-5b3d70789171\', \'tenant_id\': \'702a3793147141818f6f8dde80eba37a\', \'admin_state_up\': True, \'mtu\': 1400, \'status\': \'ACTIVE\', \'subnets\': [\'c25c15dc-9d7e-4054-ba4b-1dd2cc7b6552\'], \'shared\': True, \'availability_zone_hints\': [], \'availability_zones\': [\'nova\'], \'ipv4_address_scope\': None, \'ipv6_address_scope\': None, \'router:external\': False, \'description\': \'\', \'port_security_enabled\': True, \'qos_policy_id\': None, \'dns_domain\': \'\', \'l2_adjacency\': True, \'tags\': [], \'created_at\': \'2022-02-19T15:58:45Z\', \'updated_at\': \'2022-02-19T15:58:45Z\', \'revision_number\': 2, \'project_id\': \'702a3793147141818f6f8dde80eba37a\'}, {\'id\': \'693a22f5-7755-4f3d-b7c2-8c2be9d7ece9\', \'name\': \'tempest_full-net_cd8964ed-d0ce-436b-9f42-b5e07df5bae9\', \'tenant_id\': \'0919357c4ddb4d19bb54575d54dfcf33\', \'admin_state_up\': True, \'mtu\': 1400, \'status\': \'ACTIVE\', \'subnets\': [\'39af09ca-8548-4980-8b1b-da396bfa60fd\'], \'shared\': True, \'availability_zone_hints\': [], \'availability_zones\': [\'nova\'], \'ipv4_address_scope\': None, \'ipv6_address_scope\': None, \'router:external\': False, \'description\': \'\', \'port_security_enabled\': True, \'qos_policy_id\': None, \'dns_domain\': \'\', \'l2_adjacency\': True, \'tags\': [], \'created_at\': \'2022-02-19T16:13:09Z\', \'updated_at\': \'2022-02-19T16:13:10Z\', \'revision_number\': 2, \'project_id\': \'0919357c4ddb4d19bb54575d54dfcf33\'}, {\'id\': \'7bc64e47-b139-4d77-a1e0-9ada47b86345\', \'name\': \'shared\', \'tenant_id\': \'6006f1fd471e4d01a261f44d5c867e3a\', \'admin_state_up\': True, \'mtu\': 1400, \'status\': \'ACTIVE\', \'subnets\': [\'07e7c1af-a497-43c3-88fb-910b71920ff4\'], \'shared\': True, \'availability_zone_hints\': [], \'availability_zones\': [\'nova\'], \'ipv4_address_scope\': None, \'ipv6_address_scope\': None, \'router:external\': False, \'description\': \'\', \'port_security_enabled\': True, \'qos_policy_id\': None, \'dns_domain\': \'\', \'l2_adjacency\': True, \'tags\': [], \'created_at\': \'2021-08-11T11:18:07Z\', \'updated_at\': \'2021-08-11T11:18:09Z\', \'revision_number\': 2, \'project_id\': \'6006f1fd471e4d01a261f44d5c867e3a\'}]",)' 2022-02-19 16:14:11.264 33 INFO opnfv-tempest [-] {1} tempest.api.compute.admin.test_availability_zone_negative.AZAdminNegativeTestJSON.test_get_availability_zone_list_detail_with_non_admin_user ... success [0.246s] 2022-02-19 16:14:12.106 33 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_flavors_extra_specs.FlavorsExtraSpecsTestJSON.test_flavor_non_admin_get_all_keys ... success [0.206s] 2022-02-19 16:14:12.178 33 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_flavors_extra_specs.FlavorsExtraSpecsTestJSON.test_flavor_non_admin_get_specific_key ... success [0.071s] 2022-02-19 16:14:12.440 33 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_flavors_extra_specs.FlavorsExtraSpecsTestJSON.test_flavor_set_get_update_show_unset_keys ... success [0.261s] 2022-02-19 16:14:15.304 33 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_hypervisor.HypervisorAdminV228Test.test_get_list_hypervisor_details ... success [0.292s] 2022-02-19 16:14:20.136 33 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_aggregates.AggregatesAdminTestJSON.test_aggregate_add_host_create_server_with_az ... success [14.459s] 2022-02-19 16:14:20.339 33 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_live_migration.LiveAutoBlockMigrationV225Test.test_iscsi_volume ... skip [0.000s]: b'Block Live migration not available' 2022-02-19 16:14:20.608 33 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_aggregates.AggregatesAdminTestJSON.test_aggregate_add_host_get_details ... success [0.476s] 2022-02-19 16:14:20.990 33 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_aggregates.AggregatesAdminTestJSON.test_aggregate_add_host_list ... success [0.379s] 2022-02-19 16:14:21.317 33 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_aggregates.AggregatesAdminTestJSON.test_aggregate_add_remove_host ... success [0.327s] 2022-02-19 16:14:21.453 33 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_aggregates.AggregatesAdminTestJSON.test_aggregate_create_delete ... success [0.136s] 2022-02-19 16:14:21.608 33 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_aggregates.AggregatesAdminTestJSON.test_aggregate_create_delete_with_az ... success [0.154s] 2022-02-19 16:14:21.773 33 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_aggregates.AggregatesAdminTestJSON.test_aggregate_create_update_metadata_get_details ... success [0.164s] 2022-02-19 16:14:21.885 33 INFO opnfv-tempest [-] {2} tempest.api.compute.admin.test_aggregates.AggregatesAdminTestV241.test_create_update_show_aggregate_add_remove_host ... success [16.081s] 2022-02-19 16:14:21.934 33 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_aggregates.AggregatesAdminTestJSON.test_aggregate_create_update_with_az ... success [0.160s] 2022-02-19 16:14:22.025 33 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_aggregates.AggregatesAdminTestJSON.test_aggregate_create_verify_entry_in_list ... success [0.091s] 2022-02-19 16:14:25.267 33 INFO opnfv-tempest [-] {2} tempest.api.compute.admin.test_availability_zone.AZAdminV2TestJSON.test_get_availability_zone_list ... success [0.315s] 2022-02-19 16:14:25.329 33 INFO opnfv-tempest [-] {2} tempest.api.compute.admin.test_availability_zone.AZAdminV2TestJSON.test_get_availability_zone_list_detail ... success [0.062s] 2022-02-19 16:14:28.500 33 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_add_existent_host ... success [0.421s] 2022-02-19 16:14:28.811 33 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_add_host_as_user ... success [0.311s] 2022-02-19 16:14:28.948 33 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_add_non_exist_host ... success [0.136s] 2022-02-19 16:14:28.962 33 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_create_aggregate_name_length_exceeds_255 ... success [0.014s] 2022-02-19 16:14:28.977 33 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_create_aggregate_name_length_less_than_1 ... success [0.014s] 2022-02-19 16:14:28.989 33 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_create_as_user ... success [0.012s] 2022-02-19 16:14:29.092 33 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_create_with_existent_aggregate_name ... success [0.102s] 2022-02-19 16:14:29.173 33 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_delete_as_user ... success [0.081s] 2022-02-19 16:14:29.201 33 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_delete_with_invalid_id ... success [0.027s] 2022-02-19 16:14:29.295 33 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_get_details_as_user ... success [0.094s] 2022-02-19 16:14:29.322 33 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_get_details_with_invalid_id ... success [0.026s] 2022-02-19 16:14:29.337 33 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_list_as_user ... success [0.015s] 2022-02-19 16:14:29.904 33 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_remove_host_as_user ... success [0.566s] 2022-02-19 16:14:29.989 33 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_remove_nonexistent_host ... success [0.085s] 2022-02-19 16:14:33.337 33 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON.test_create_flavor_using_string_ram ... success [0.325s] 2022-02-19 16:14:33.492 33 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON.test_create_flavor_verify_entry_in_list_details ... success [0.154s] 2022-02-19 16:14:33.604 33 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON.test_create_flavor_with_int_id ... success [0.112s] 2022-02-19 16:14:33.732 33 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON.test_create_flavor_with_none_id ... success [0.129s] 2022-02-19 16:14:33.845 33 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON.test_create_flavor_with_uuid_id ... success [0.111s] 2022-02-19 16:14:34.208 33 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON.test_create_list_flavor_without_extra_data ... success [0.357s] 2022-02-19 16:14:34.353 33 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON.test_create_server_with_non_public_flavor ... success [0.149s] 2022-02-19 16:14:34.925 33 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON.test_is_public_string_variations ... success [0.567s] 2022-02-19 16:14:35.284 33 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON.test_list_non_public_flavor ... success [0.361s] 2022-02-19 16:14:35.467 33 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON.test_list_public_flavor_with_other_user ... success [0.183s] 2022-02-19 16:14:39.131 33 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_flavors_microversions.FlavorsV261TestJSON.test_crud_flavor ... success [0.631s] 2022-02-19 16:14:42.218 33 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_hypervisor.HypervisorAdminTestJSON.test_get_hypervisor_list ... success [0.170s] 2022-02-19 16:14:42.271 33 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_hypervisor.HypervisorAdminTestJSON.test_get_hypervisor_list_details ... success [0.052s] 2022-02-19 16:14:42.374 33 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_hypervisor.HypervisorAdminTestJSON.test_get_hypervisor_show_details ... success [0.103s] 2022-02-19 16:14:42.421 33 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_hypervisor.HypervisorAdminTestJSON.test_get_hypervisor_stats ... success [0.046s] 2022-02-19 16:14:42.641 33 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_hypervisor.HypervisorAdminTestJSON.test_get_hypervisor_uptime ... success [0.218s] 2022-02-19 16:14:43.040 33 INFO opnfv-tempest [-] {2} tempest.api.compute.admin.test_delete_server.DeleteServersAdminTestJSON.test_admin_delete_servers_of_others ... success [14.646s] 2022-02-19 16:14:45.659 33 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_hypervisor.HypervisorAdminUnderV252Test.test_get_hypervisor_show_servers ... success [0.295s] 2022-02-19 16:14:45.742 33 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_hypervisor.HypervisorAdminUnderV252Test.test_search_hypervisor ... success [0.083s] 2022-02-19 16:14:48.926 33 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_live_migration.LiveAutoBlockMigrationV225Test.test_live_block_migration ... success [28.577s] 2022-02-19 16:14:49.057 33 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_instance_usage_audit_log.InstanceUsageAuditLogTestJSON.test_get_instance_usage_audit_log ... success [0.205s] 2022-02-19 16:14:49.084 33 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_instance_usage_audit_log.InstanceUsageAuditLogTestJSON.test_list_instance_usage_audit_logs ... success [0.027s] 2022-02-19 16:14:55.603 33 INFO opnfv-tempest [-] {2} tempest.api.compute.admin.test_delete_server.DeleteServersAdminTestJSON.test_delete_server_while_in_error_state ... success [12.562s] 2022-02-19 16:14:57.354 33 INFO opnfv-tempest [-] {2} tempest.api.compute.admin.test_fixed_ips.FixedIPsTestJson ... skip: b"('FixedIPsTestJson skipped as neutron is available',)" 2022-02-19 16:14:59.024 33 INFO opnfv-tempest [-] {2} tempest.api.compute.admin.test_flavors_extra_specs_negative.FlavorsExtraSpecsNegativeTestJSON.test_flavor_get_nonexistent_key ... success [0.191s] 2022-02-19 16:14:59.040 33 INFO opnfv-tempest [-] {2} tempest.api.compute.admin.test_flavors_extra_specs_negative.FlavorsExtraSpecsNegativeTestJSON.test_flavor_non_admin_set_keys ... success [0.016s] 2022-02-19 16:14:59.100 33 INFO opnfv-tempest [-] {2} tempest.api.compute.admin.test_flavors_extra_specs_negative.FlavorsExtraSpecsNegativeTestJSON.test_flavor_non_admin_unset_keys ... success [0.059s] 2022-02-19 16:14:59.151 33 INFO opnfv-tempest [-] {2} tempest.api.compute.admin.test_flavors_extra_specs_negative.FlavorsExtraSpecsNegativeTestJSON.test_flavor_non_admin_update_specific_key ... success [0.050s] 2022-02-19 16:14:59.174 33 INFO opnfv-tempest [-] {2} tempest.api.compute.admin.test_flavors_extra_specs_negative.FlavorsExtraSpecsNegativeTestJSON.test_flavor_unset_nonexistent_key ... success [0.024s] 2022-02-19 16:14:59.192 33 INFO opnfv-tempest [-] {2} tempest.api.compute.admin.test_flavors_extra_specs_negative.FlavorsExtraSpecsNegativeTestJSON.test_flavor_update_mismatch_key ... success [0.016s] 2022-02-19 16:14:59.207 33 INFO opnfv-tempest [-] {2} tempest.api.compute.admin.test_flavors_extra_specs_negative.FlavorsExtraSpecsNegativeTestJSON.test_flavor_update_more_key ... success [0.014s] 2022-02-19 16:15:02.950 33 INFO opnfv-tempest [-] {2} tempest.api.compute.admin.test_flavors_microversions.FlavorsV255TestJSON.test_crud_flavor ... success [0.621s] 2022-02-19 16:15:06.195 33 INFO opnfv-tempest [-] {2} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_list_hosts_with_non_admin_user ... success [0.181s] 2022-02-19 16:15:06.214 33 INFO opnfv-tempest [-] {2} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_reboot_host_with_non_admin_user ... success [0.019s] 2022-02-19 16:15:06.236 33 INFO opnfv-tempest [-] {2} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_reboot_nonexistent_host ... success [0.022s] 2022-02-19 16:15:06.254 33 INFO opnfv-tempest [-] {2} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_show_host_detail_with_non_admin_user ... success [0.015s] 2022-02-19 16:15:06.276 33 INFO opnfv-tempest [-] {2} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_show_host_detail_with_nonexistent_hostname ... success [0.023s] 2022-02-19 16:15:06.293 33 INFO opnfv-tempest [-] {2} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_shutdown_host_with_non_admin_user ... success [0.017s] 2022-02-19 16:15:06.327 33 INFO opnfv-tempest [-] {2} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_shutdown_nonexistent_host ... success [0.032s] 2022-02-19 16:15:06.342 33 INFO opnfv-tempest [-] {2} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_startup_host_with_non_admin_user ... success [0.015s] 2022-02-19 16:15:06.366 33 INFO opnfv-tempest [-] {2} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_startup_nonexistent_host ... success [0.023s] 2022-02-19 16:15:06.380 33 INFO opnfv-tempest [-] {2} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_update_host_with_invalid_maintenance_mode ... success [0.013s] 2022-02-19 16:15:06.396 33 INFO opnfv-tempest [-] {2} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_update_host_with_invalid_status ... success [0.015s] 2022-02-19 16:15:06.415 33 INFO opnfv-tempest [-] {2} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_update_host_with_non_admin_user ... success [0.019s] 2022-02-19 16:15:06.431 33 INFO opnfv-tempest [-] {2} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_update_host_without_param ... success [0.015s] 2022-02-19 16:15:06.457 33 INFO opnfv-tempest [-] {2} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_update_nonexistent_host ... success [0.026s] 2022-02-19 16:15:08.037 33 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_live_migration_negative.LiveMigrationNegativeTest.test_invalid_host_for_migration ... success [16.022s] 2022-02-19 16:15:09.678 33 INFO opnfv-tempest [-] {2} tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestJSON.test_get_hypervisor_list_details_with_non_admin_user ... success [0.213s] 2022-02-19 16:15:09.693 33 INFO opnfv-tempest [-] {2} tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestJSON.test_get_hypervisor_list_with_non_admin_user ... success [0.015s] 2022-02-19 16:15:09.709 33 INFO opnfv-tempest [-] {2} tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestJSON.test_get_hypervisor_stats_with_non_admin_user ... success [0.016s] 2022-02-19 16:15:09.900 33 INFO opnfv-tempest [-] {2} tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestJSON.test_get_hypervisor_uptime_with_non_admin_user ... success [0.190s] 2022-02-19 16:15:09.913 33 INFO opnfv-tempest [-] {2} tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestJSON.test_get_nonexistent_hypervisor_uptime ... success [0.013s] 2022-02-19 16:15:09.973 33 INFO opnfv-tempest [-] {2} tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestJSON.test_show_hypervisor_with_non_admin_user ... success [0.060s] 2022-02-19 16:15:09.987 33 INFO opnfv-tempest [-] {2} tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestJSON.test_show_nonexistent_hypervisor ... success [0.013s] 2022-02-19 16:15:13.393 33 INFO opnfv-tempest [-] {2} tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeUnderV252Test.test_search_hypervisor_with_non_admin_user ... success [0.299s] 2022-02-19 16:15:13.416 33 INFO opnfv-tempest [-] {2} tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeUnderV252Test.test_search_nonexistent_hypervisor ... success [0.023s] 2022-02-19 16:15:13.476 33 INFO opnfv-tempest [-] {2} tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeUnderV252Test.test_show_servers_with_non_admin_user ... success [0.060s] 2022-02-19 16:15:13.496 33 INFO opnfv-tempest [-] {2} tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeUnderV252Test.test_show_servers_with_nonexistent_hypervisor ... success [0.020s] 2022-02-19 16:15:18.493 33 INFO opnfv-tempest [-] {2} tempest.api.compute.admin.test_keypairs_v210.KeyPairsV210TestJSON.test_admin_manage_keypairs_for_other_users ... success [1.212s] 2022-02-19 16:15:18.597 33 INFO opnfv-tempest [-] {1} tempest.api.compute.admin.test_create_server.ServersWithSpecificFlavorTestJSON.test_verify_created_server_ephemeral_disk ... success [51.474s] 2022-02-19 16:15:19.266 33 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_live_migration_negative.LiveMigrationNegativeTest.test_live_block_migration_suspended ... success [11.232s] 2022-02-19 16:15:24.981 33 INFO opnfv-tempest [-] {2} tempest.api.compute.admin.test_live_migration.LiveMigrationTest.test_iscsi_volume ... skip [0.000s]: b'Block Live migration not available' 2022-02-19 16:15:32.241 33 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_quotas.QuotasAdminTestV236.test_get_updated_quotas ... success [1.853s] 2022-02-19 16:15:34.406 33 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_live_migration.LiveAutoBlockMigrationV225Test.test_live_block_migration_paused ... success [45.469s] 2022-02-19 16:15:34.407 33 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_live_migration.LiveAutoBlockMigrationV225Test.test_volume_backed_live_migration ... skip [0.000s]: b'Volume-backed live migration not available' 2022-02-19 16:15:39.364 33 INFO opnfv-tempest [-] {1} tempest.api.compute.admin.test_flavors_access.FlavorsAccessTestJSON.test_flavor_access_add_remove ... success [0.991s] 2022-02-19 16:15:39.516 33 INFO opnfv-tempest [-] {1} tempest.api.compute.admin.test_flavors_access.FlavorsAccessTestJSON.test_flavor_access_list_with_private_flavor ... success [0.152s] 2022-02-19 16:15:44.241 33 INFO opnfv-tempest [-] {1} tempest.api.compute.admin.test_floating_ips_bulk.FloatingIPsBulkAdminTestJSON ... skip: b"('nova-network is gone',)" 2022-02-19 16:15:45.820 33 INFO opnfv-tempest [-] {1} tempest.api.compute.admin.test_hosts.HostsAdminTestJSON.test_list_hosts ... success [0.299s] 2022-02-19 16:15:45.865 33 INFO opnfv-tempest [-] {1} tempest.api.compute.admin.test_hosts.HostsAdminTestJSON.test_list_hosts_with_a_blank_zone ... success [0.044s] 2022-02-19 16:15:45.904 33 INFO opnfv-tempest [-] {1} tempest.api.compute.admin.test_hosts.HostsAdminTestJSON.test_list_hosts_with_nonexistent_zone ... success [0.039s] 2022-02-19 16:15:45.991 33 INFO opnfv-tempest [-] {1} tempest.api.compute.admin.test_hosts.HostsAdminTestJSON.test_list_hosts_with_zone ... success [0.086s] 2022-02-19 16:15:46.155 33 INFO opnfv-tempest [-] {1} tempest.api.compute.admin.test_hosts.HostsAdminTestJSON.test_show_host_detail ... success [0.163s] 2022-02-19 16:15:46.197 33 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_servers_negative.ServersAdminNegativeTestJSON.test_migrate_non_existent_server ... success [0.187s] 2022-02-19 16:15:49.242 33 INFO opnfv-tempest [-] {1} tempest.api.compute.admin.test_instance_usage_audit_log_negative.InstanceUsageAuditLogNegativeTestJSON.test_get_instance_usage_audit_logs_with_invalid_time ... success [0.210s] 2022-02-19 16:15:49.411 33 INFO opnfv-tempest [-] {1} tempest.api.compute.admin.test_instance_usage_audit_log_negative.InstanceUsageAuditLogNegativeTestJSON.test_instance_usage_audit_logs_with_nonadmin_user ... success [0.170s] 2022-02-19 16:15:50.658 33 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.' 2022-02-19 16:15:52.126 33 INFO opnfv-tempest [-] {2} tempest.api.compute.admin.test_live_migration.LiveMigrationTest.test_live_block_migration ... success [27.134s] 2022-02-19 16:15:52.827 33 INFO opnfv-tempest [-] {1} tempest.api.compute.admin.test_quotas_negative.QuotasSecurityGroupAdminNegativeTest.test_security_groups_exceed_limit ... skip [0.001s]: b'Skipped until bug: https://launchpad.net/bugs/1186354 is resolved.' 2022-02-19 16:15:52.829 33 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.' 2022-02-19 16:16:02.835 33 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_servers_negative.ServersAdminNegativeTestJSON.test_migrate_server_invalid_state ... success [16.631s] 2022-02-19 16:16:02.847 33 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_servers_negative.ServersAdminNegativeTestJSON.test_reset_state_server_invalid_state ... success [0.017s] 2022-02-19 16:16:02.863 33 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_servers_negative.ServersAdminNegativeTestJSON.test_reset_state_server_invalid_type ... success [0.015s] 2022-02-19 16:16:02.881 33 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_servers_negative.ServersAdminNegativeTestJSON.test_reset_state_server_nonexistent_server ... success [0.017s] 2022-02-19 16:16:03.482 33 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_servers_negative.ServersAdminNegativeTestJSON.test_resize_server_using_overlimit_ram ... success [0.599s] 2022-02-19 16:16:03.925 33 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_servers_negative.ServersAdminNegativeTestJSON.test_resize_server_using_overlimit_vcpus ... success [0.442s] 2022-02-19 16:16:05.876 33 INFO opnfv-tempest [-] {1} tempest.api.compute.admin.test_server_diagnostics_negative.ServerDiagnosticsNegativeTest.test_get_server_diagnostics_by_non_admin ... success [10.080s] 2022-02-19 16:16:12.794 33 INFO opnfv-tempest [-] {1} tempest.api.compute.admin.test_services_negative.ServicesAdminNegativeV253TestJSON.test_disable_log_reason_with_invalid_service_id ... success [0.271s] 2022-02-19 16:16:12.821 33 INFO opnfv-tempest [-] {1} tempest.api.compute.admin.test_services_negative.ServicesAdminNegativeV253TestJSON.test_disable_service_with_invalid_service_id ... success [0.027s] 2022-02-19 16:16:12.845 33 INFO opnfv-tempest [-] {1} tempest.api.compute.admin.test_services_negative.ServicesAdminNegativeV253TestJSON.test_enable_service_with_invalid_service_id ... success [0.024s] 2022-02-19 16:16:12.936 33 INFO opnfv-tempest [-] {1} tempest.api.compute.admin.test_services_negative.ServicesAdminNegativeV253TestJSON.test_get_service_by_invalid_params ... success [0.089s] 2022-02-19 16:16:13.026 33 INFO opnfv-tempest [-] {1} tempest.api.compute.admin.test_services_negative.ServicesAdminNegativeV253TestJSON.test_get_service_by_invalid_service_and_valid_host ... success [0.091s] 2022-02-19 16:16:13.104 33 INFO opnfv-tempest [-] {1} tempest.api.compute.admin.test_services_negative.ServicesAdminNegativeV253TestJSON.test_get_service_with_valid_service_and_invalid_host ... success [0.077s] 2022-02-19 16:16:13.226 33 INFO opnfv-tempest [-] {1} tempest.api.compute.admin.test_services_negative.ServicesAdminNegativeV253TestJSON.test_list_services_with_non_admin_user ... success [0.123s] 2022-02-19 16:16:17.046 33 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_image_metadata.ImagesMetadataTestJSON.test_delete_image_metadata_item ... success [0.713s] 2022-02-19 16:16:17.436 33 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_image_metadata.ImagesMetadataTestJSON.test_get_image_metadata_item ... success [0.389s] 2022-02-19 16:16:17.757 33 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_image_metadata.ImagesMetadataTestJSON.test_list_image_metadata ... success [0.320s] 2022-02-19 16:16:18.436 33 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_image_metadata.ImagesMetadataTestJSON.test_set_image_metadata ... success [0.679s] 2022-02-19 16:16:19.186 33 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_image_metadata.ImagesMetadataTestJSON.test_set_image_metadata_item ... success [0.750s] 2022-02-19 16:16:19.615 33 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_migrations.MigrationsAdminTest.test_cold_migration ... success [25.363s] 2022-02-19 16:16:19.641 33 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_migrations.MigrationsAdminTest.test_list_migrations ... success [0.034s] 2022-02-19 16:16:19.933 33 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_image_metadata.ImagesMetadataTestJSON.test_update_image_metadata ... success [0.746s] 2022-02-19 16:16:25.110 33 INFO opnfv-tempest [-] {2} tempest.api.compute.admin.test_live_migration.LiveMigrationTest.test_live_block_migration_paused ... success [32.979s] 2022-02-19 16:16:25.111 33 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' 2022-02-19 16:16:38.637 33 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_images_oneserver_negative.ImagesOneServerNegativeTestJSON.test_create_image_specify_invalid_metadata ... success [0.409s] 2022-02-19 16:16:39.030 33 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_images_oneserver_negative.ImagesOneServerNegativeTestJSON.test_create_image_specify_metadata_over_limits ... success [0.392s] 2022-02-19 16:16:39.543 33 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_images_oneserver_negative.ImagesOneServerNegativeTestJSON.test_create_image_specify_name_over_character_limit ... success [0.513s] 2022-02-19 16:16:42.641 33 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_servers_on_multinodes.ServersOnMultiNodesTest.test_create_server_with_scheduler_hint_group_affinity ... success [19.907s] 2022-02-19 16:16:42.693 33 INFO opnfv-tempest [-] {2} tempest.api.compute.admin.test_quotas.QuotasAdminTestV257.test_get_updated_quotas ... success [1.540s] 2022-02-19 16:16:47.333 33 INFO opnfv-tempest [-] {2} tempest.api.compute.admin.test_quotas_negative.QuotasAdminNegativeTest.test_create_server_when_cpu_quota_is_full ... success [1.907s] 2022-02-19 16:16:48.735 33 INFO opnfv-tempest [-] {2} tempest.api.compute.admin.test_quotas_negative.QuotasAdminNegativeTest.test_create_server_when_instances_quota_is_full ... success [1.402s] 2022-02-19 16:16:49.275 33 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_migrations.MigrationsAdminTest.test_list_migrations_in_flavor_resize_situation ... success [29.624s] 2022-02-19 16:16:50.228 33 INFO opnfv-tempest [-] {2} tempest.api.compute.admin.test_quotas_negative.QuotasAdminNegativeTest.test_create_server_when_memory_quota_is_full ... success [1.492s] 2022-02-19 16:16:50.244 33 INFO opnfv-tempest [-] {2} tempest.api.compute.admin.test_quotas_negative.QuotasAdminNegativeTest.test_update_quota_normal_user ... success [0.017s] 2022-02-19 16:16:51.808 33 INFO opnfv-tempest [-] {2} tempest.api.compute.admin.test_security_group_default_rules.SecurityGroupDefaultRulesTest ... skip: b"('Skip as this functionality is not yet implemented in Neutron. Related Bug#1311500',)" 2022-02-19 16:16:54.741 33 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_servers_on_multinodes.ServersOnMultiNodesTest.test_create_server_with_scheduler_hint_group_anti_affinity ... success [12.099s] 2022-02-19 16:17:03.674 33 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_servers_on_multinodes.ServersOnMultiNodesTest.test_create_servers_on_different_hosts ... success [8.931s] 2022-02-19 16:17:11.771 33 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_images_oneserver_negative.ImagesOneServerNegativeTestJSON.test_create_second_image_when_first_image_is_being_saved ... success [32.195s] 2022-02-19 16:17:12.566 33 INFO opnfv-tempest [-] {2} tempest.api.compute.admin.test_server_diagnostics.ServerDiagnosticsV248Test.test_get_server_diagnostics ... success [19.603s] 2022-02-19 16:17:19.438 33 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_servers_on_multinodes.ServersOnMultiNodesTest.test_create_servers_on_different_hosts_with_list_of_servers ... success [15.765s] 2022-02-19 16:17:20.329 33 INFO opnfv-tempest [-] {2} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_get_flavor ... success [0.366s] 2022-02-19 16:17:20.406 33 INFO opnfv-tempest [-] {2} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors ... success [0.075s] 2022-02-19 16:17:20.464 33 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_migrations.MigrationsAdminTest.test_resize_server_revert_deleted_flavor ... success [31.184s] 2022-02-19 16:17:20.479 33 INFO opnfv-tempest [-] {2} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_detailed_filter_by_min_disk ... success [0.074s] 2022-02-19 16:17:20.554 33 INFO opnfv-tempest [-] {2} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_detailed_filter_by_min_ram ... success [0.074s] 2022-02-19 16:17:20.594 33 INFO opnfv-tempest [-] {2} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_detailed_limit_results ... success [0.040s] 2022-02-19 16:17:20.686 33 INFO opnfv-tempest [-] {2} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_detailed_using_marker ... success [0.091s] 2022-02-19 16:17:20.757 33 INFO opnfv-tempest [-] {2} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_filter_by_min_disk ... success [0.071s] 2022-02-19 16:17:20.821 33 INFO opnfv-tempest [-] {2} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_filter_by_min_ram ... success [0.064s] 2022-02-19 16:17:20.875 33 INFO opnfv-tempest [-] {2} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_limit_results ... success [0.054s] 2022-02-19 16:17:20.951 33 INFO opnfv-tempest [-] {2} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_using_marker ... success [0.075s] 2022-02-19 16:17:21.035 33 INFO opnfv-tempest [-] {2} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_with_detail ... success [0.083s] 2022-02-19 16:17:30.324 33 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_servers_on_multinodes.ServersOnMultiNodesTest.test_create_servers_on_same_host ... success [10.883s] 2022-02-19 16:17:31.404 33 INFO opnfv-tempest [-] {2} tempest.api.compute.floating_ips.test_floating_ips_actions.FloatingIPsTestJSON.test_allocate_floating_ip ... success [3.236s] 2022-02-19 16:17:32.644 33 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_images_oneserver_negative.ImagesOneServerNegativeTestJSON.test_delete_image_that_is_not_yet_active ... success [20.895s] 2022-02-19 16:17:34.475 33 INFO opnfv-tempest [-] {2} tempest.api.compute.floating_ips.test_floating_ips_actions.FloatingIPsTestJSON.test_delete_floating_ip ... success [3.070s] 2022-02-19 16:17:39.842 33 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_list_image_filters_negative.ListImageFiltersNegativeTestJSON.test_get_nonexistent_image ... success [0.197s] 2022-02-19 16:17:46.054 33 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_list_images.ListImagesTestJSON.test_get_image ... success [0.269s] 2022-02-19 16:17:46.170 33 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_list_images.ListImagesTestJSON.test_list_images ... success [0.114s] 2022-02-19 16:17:46.277 33 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_list_images.ListImagesTestJSON.test_list_images_with_detail ... success [0.107s] 2022-02-19 16:17:48.180 33 INFO opnfv-tempest [-] {1} tempest.api.compute.keypairs.test_keypairs.KeyPairsV2TestJSON.test_get_keypair_detail ... success [0.388s] 2022-02-19 16:17:48.355 33 INFO opnfv-tempest [-] {1} tempest.api.compute.keypairs.test_keypairs.KeyPairsV2TestJSON.test_keypair_create_delete ... success [0.175s] 2022-02-19 16:17:48.470 33 INFO opnfv-tempest [-] {1} tempest.api.compute.keypairs.test_keypairs.KeyPairsV2TestJSON.test_keypair_create_with_pub_key ... success [0.114s] 2022-02-19 16:17:49.305 33 INFO opnfv-tempest [-] {1} tempest.api.compute.keypairs.test_keypairs.KeyPairsV2TestJSON.test_keypairs_create_list_delete ... success [0.833s] 2022-02-19 16:17:51.312 33 INFO opnfv-tempest [-] {1} tempest.api.compute.keypairs.test_keypairs_v22.KeyPairsV22TestJSON.test_get_keypair_detail ... success [0.406s] 2022-02-19 16:17:51.697 33 INFO opnfv-tempest [-] {1} tempest.api.compute.keypairs.test_keypairs_v22.KeyPairsV22TestJSON.test_keypair_create_delete ... success [0.384s] 2022-02-19 16:17:51.765 33 INFO opnfv-tempest [-] {2} tempest.api.compute.floating_ips.test_list_floating_ips_negative.FloatingIPDetailsNegativeTestJSON.test_get_nonexistent_floating_ip_details ... success [0.211s] 2022-02-19 16:17:51.775 33 INFO opnfv-tempest [-] {1} tempest.api.compute.keypairs.test_keypairs_v22.KeyPairsV22TestJSON.test_keypair_create_with_pub_key ... success [0.078s] 2022-02-19 16:17:52.478 33 INFO opnfv-tempest [-] {1} tempest.api.compute.keypairs.test_keypairs_v22.KeyPairsV22TestJSON.test_keypairs_create_list_delete ... success [0.701s] 2022-02-19 16:17:52.769 33 INFO opnfv-tempest [-] {1} tempest.api.compute.keypairs.test_keypairs_v22.KeyPairsV22TestJSON.test_keypairsv22_create_list_show ... success [0.292s] 2022-02-19 16:17:53.150 33 INFO opnfv-tempest [-] {1} tempest.api.compute.keypairs.test_keypairs_v22.KeyPairsV22TestJSON.test_keypairsv22_create_list_show_with_type ... success [0.379s] 2022-02-19 16:17:58.466 33 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_migrations.MigrationsAdminTest.test_revert_cold_migration ... success [37.994s] 2022-02-19 16:18:11.229 33 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_simple_tenant_usage.TenantUsagesTestJSON.test_get_usage_tenant ... success [0.267s] 2022-02-19 16:18:11.276 33 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_simple_tenant_usage.TenantUsagesTestJSON.test_get_usage_tenant_with_non_admin_user ... success [0.047s] 2022-02-19 16:18:11.466 33 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_simple_tenant_usage.TenantUsagesTestJSON.test_list_usage_all_tenants ... success [0.188s] 2022-02-19 16:18:13.402 33 INFO opnfv-tempest [-] {1} tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_list_security_groups_by_server ... success [17.310s] 2022-02-19 16:18:14.050 33 INFO opnfv-tempest [-] {1} tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_security_group_create_get_delete ... success [0.654s] 2022-02-19 16:18:16.349 33 INFO opnfv-tempest [-] {1} tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_security_groups_create_list_delete ... success [2.297s] 2022-02-19 16:18:18.501 33 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_simple_tenant_usage_negative.TenantUsagesNegativeTestJSON.test_get_usage_tenant_with_empty_tenant_id ... success [0.180s] 2022-02-19 16:18:18.516 33 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_simple_tenant_usage_negative.TenantUsagesNegativeTestJSON.test_get_usage_tenant_with_invalid_date ... success [0.015s] 2022-02-19 16:18:18.671 33 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_simple_tenant_usage_negative.TenantUsagesNegativeTestJSON.test_list_usage_all_tenants_with_non_admin_user ... success [0.154s] 2022-02-19 16:18:19.221 33 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_networks.NetworksTest.test_get_network ... success [0.481s] 2022-02-19 16:18:19.388 33 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_networks.NetworksTest.test_list_all_networks ... success [0.166s] 2022-02-19 16:18:20.379 33 INFO opnfv-tempest [-] {0} tempest.api.compute.certificates.test_certificates.CertificatesV2TestJSON ... skip: b"('Nova cert is not available',)" 2022-02-19 16:18:21.357 33 INFO opnfv-tempest [-] {0} tempest.api.compute.keypairs.test_keypairs_negative.KeyPairsNegativeTestJSON.test_create_keypair_invalid_name ... success [0.237s] 2022-02-19 16:18:21.406 33 INFO opnfv-tempest [-] {0} tempest.api.compute.keypairs.test_keypairs_negative.KeyPairsNegativeTestJSON.test_create_keypair_when_public_key_bits_exceeds_maximum ... success [0.047s] 2022-02-19 16:18:21.844 33 INFO opnfv-tempest [-] {0} tempest.api.compute.keypairs.test_keypairs_negative.KeyPairsNegativeTestJSON.test_create_keypair_with_duplicate_name ... success [0.437s] 2022-02-19 16:18:21.868 33 INFO opnfv-tempest [-] {0} tempest.api.compute.keypairs.test_keypairs_negative.KeyPairsNegativeTestJSON.test_create_keypair_with_empty_name_string ... success [0.024s] 2022-02-19 16:18:21.915 33 INFO opnfv-tempest [-] {0} tempest.api.compute.keypairs.test_keypairs_negative.KeyPairsNegativeTestJSON.test_create_keypair_with_empty_public_key ... success [0.047s] 2022-02-19 16:18:21.930 33 INFO opnfv-tempest [-] {0} tempest.api.compute.keypairs.test_keypairs_negative.KeyPairsNegativeTestJSON.test_create_keypair_with_long_keynames ... success [0.014s] 2022-02-19 16:18:21.978 33 INFO opnfv-tempest [-] {0} tempest.api.compute.keypairs.test_keypairs_negative.KeyPairsNegativeTestJSON.test_keypair_create_with_invalid_pub_key ... success [0.048s] 2022-02-19 16:18:22.006 33 INFO opnfv-tempest [-] {0} tempest.api.compute.keypairs.test_keypairs_negative.KeyPairsNegativeTestJSON.test_keypair_delete_nonexistent_key ... success [0.027s] 2022-02-19 16:18:22.912 33 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_quotas.QuotaClassesAdminTestJSON.test_update_default_quotas ... success [0.773s] 2022-02-19 16:18:25.521 33 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_groups_negative.SecurityGroupsNegativeTestJSON.test_delete_nonexistent_security_group ... success [0.286s] 2022-02-19 16:18:25.536 33 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_groups_negative.SecurityGroupsNegativeTestJSON.test_delete_security_group_without_passing_id ... success [0.014s] 2022-02-19 16:18:25.897 33 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_groups_negative.SecurityGroupsNegativeTestJSON.test_delete_the_default_security_group ... success [0.360s] 2022-02-19 16:18:25.899 33 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_groups_negative.SecurityGroupsNegativeTestJSON.test_security_group_create_with_duplicate_name ... skip [0.000s]: b'Neutron allows duplicate names for security groups' 2022-02-19 16:18:25.902 33 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_groups_negative.SecurityGroupsNegativeTestJSON.test_security_group_create_with_invalid_group_description ... skip [0.001s]: b'Skipped until bug: https://launchpad.net/bugs/1161411 is resolved.' 2022-02-19 16:18:25.904 33 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_groups_negative.SecurityGroupsNegativeTestJSON.test_security_group_create_with_invalid_group_name ... skip [0.001s]: b'Skipped until bug: https://launchpad.net/bugs/1161411 is resolved.' 2022-02-19 16:18:25.942 33 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_groups_negative.SecurityGroupsNegativeTestJSON.test_security_group_get_nonexistent_group ... success [0.040s] 2022-02-19 16:18:25.996 33 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_groups_negative.SecurityGroupsNegativeTestJSON.test_update_non_existent_security_group ... success [0.050s] 2022-02-19 16:18:25.997 33 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_groups_negative.SecurityGroupsNegativeTestJSON.test_update_security_group_with_invalid_sg_des ... skip [0.000s]: b'Neutron does not check the security group description' 2022-02-19 16:18:25.998 33 INFO opnfv-tempest [-] {0} 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' 2022-02-19 16:18:25.999 33 INFO opnfv-tempest [-] {0} 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' 2022-02-19 16:18:27.395 33 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_quotas.QuotasAdminTestJSON.test_delete_quota ... success [1.127s] 2022-02-19 16:18:27.584 33 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_quotas.QuotasAdminTestJSON.test_get_default_quotas ... success [0.190s] 2022-02-19 16:18:28.816 33 INFO opnfv-tempest [-] {2} tempest.api.compute.images.test_images.ImagesTestJSON.test_create_image_from_paused_server ... success [24.769s] 2022-02-19 16:18:29.119 33 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_quotas.QuotasAdminTestJSON.test_get_updated_quotas ... success [1.534s] 2022-02-19 16:18:30.134 33 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_quotas.QuotasAdminTestJSON.test_update_all_quota_resources_for_tenant ... success [1.013s] 2022-02-19 16:18:41.673 33 INFO opnfv-tempest [-] {1} tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_server_security_groups ... success [25.318s] 2022-02-19 16:18:42.393 33 INFO opnfv-tempest [-] {1} tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_update_security_groups ... success [0.725s] 2022-02-19 16:18:49.034 33 INFO opnfv-tempest [-] {2} tempest.api.compute.images.test_images.ImagesTestJSON.test_create_image_from_stopped_server ... success [20.216s] 2022-02-19 16:19:05.736 33 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_security_groups.SecurityGroupsTestAdminJSON.test_list_security_groups_list_all_tenants_filter ... success [32.660s] 2022-02-19 16:19:06.180 33 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_host_name_is_same_as_server_name ... success [9.152s] 2022-02-19 16:19:06.339 33 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers ... success [0.158s] 2022-02-19 16:19:06.779 33 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers_with_detail ... success [0.440s] 2022-02-19 16:19:06.921 33 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_created_server_vcpus ... success [0.141s] 2022-02-19 16:19:06.922 33 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_server_details ... success [0.001s] 2022-02-19 16:19:13.666 33 INFO opnfv-tempest [-] {2} tempest.api.compute.images.test_images.ImagesTestJSON.test_create_image_from_suspended_server ... success [24.629s] 2022-02-19 16:19:20.424 33 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_server_diagnostics.ServerDiagnosticsTest.test_get_server_diagnostics ... success [11.818s] 2022-02-19 16:19:28.805 33 INFO opnfv-tempest [-] {2} tempest.api.compute.images.test_images.ImagesTestJSON.test_delete_saving_image ... success [15.136s] 2022-02-19 16:19:38.264 33 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_active_server ... success [17.531s] 2022-02-19 16:19:44.457 33 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_attach_interfaces.AttachInterfacesUnderV243Test.test_add_remove_fixed_ip ... success [39.827s] 2022-02-19 16:19:50.473 33 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_servers.ServersAdminTestJSON.test_create_server_with_scheduling_hint ... success [8.634s] 2022-02-19 16:19:50.811 33 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_servers.ServersAdminTestJSON.test_list_servers_by_admin ... success [0.342s] 2022-02-19 16:19:51.437 33 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_servers.ServersAdminTestJSON.test_list_servers_by_admin_with_all_tenants ... success [0.625s] 2022-02-19 16:19:51.558 33 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_availability_zone.AZV2TestJSON.test_get_availability_zone_list_with_non_admin_user ... success [0.248s] 2022-02-19 16:19:52.076 33 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_servers.ServersAdminTestJSON.test_list_servers_by_admin_with_specified_tenant ... success [0.638s] 2022-02-19 16:19:52.101 33 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_servers.ServersAdminTestJSON.test_list_servers_detailed_filter_by_invalid_status ... success [0.024s] 2022-02-19 16:19:52.927 33 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_servers.ServersAdminTestJSON.test_list_servers_filter_by_error_status ... success [0.825s] 2022-02-19 16:19:53.476 33 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_servers.ServersAdminTestJSON.test_list_servers_filter_by_exist_host ... success [0.549s] 2022-02-19 16:19:56.779 33 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_server_while_in_attached_volume ... success [18.512s] 2022-02-19 16:19:58.280 33 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_server_while_in_building_state ... success [1.503s] 2022-02-19 16:20:08.429 33 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_instance_actions.InstanceActionsV221TestJSON.test_get_list_deleted_instance_actions ... success [15.237s] 2022-02-19 16:20:08.897 33 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_servers.ServersAdminTestJSON.test_rebuild_server_in_error_state ... success [15.414s] 2022-02-19 16:20:16.386 33 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_server_while_in_pause_state ... success [18.101s] 2022-02-19 16:20:22.382 33 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_servers.ServersAdminTestJSON.test_reset_network_inject_network_info ... success [13.485s] 2022-02-19 16:20:23.221 33 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_servers.ServersAdminTestJSON.test_reset_state_server ... success [0.842s] 2022-02-19 16:20:30.827 33 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_addresses_negative.ServerAddressesNegativeTestJSON.test_list_server_addresses_by_network_neg ... success [0.104s] 2022-02-19 16:20:30.840 33 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_addresses_negative.ServerAddressesNegativeTestJSON.test_list_server_addresses_invalid_server_id ... success [0.014s] 2022-02-19 16:20:38.140 33 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_group.ServerGroupTestJSON.test_create_delete_multiple_server_groups_with_same_name_policy ... success [0.846s] 2022-02-19 16:20:38.338 33 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_group.ServerGroupTestJSON.test_create_delete_server_group_with_affinity_policy ... success [0.198s] 2022-02-19 16:20:38.502 33 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_group.ServerGroupTestJSON.test_create_delete_server_group_with_anti_affinity_policy ... success [0.164s] 2022-02-19 16:20:41.207 33 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_services.ServicesAdminTestJSON.test_get_service_by_host_name ... success [0.259s] 2022-02-19 16:20:41.258 33 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_services.ServicesAdminTestJSON.test_get_service_by_service_binary_name ... success [0.050s] 2022-02-19 16:20:41.302 33 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_services.ServicesAdminTestJSON.test_list_services ... success [0.043s] 2022-02-19 16:20:44.226 33 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_server_while_in_shelved_state ... success [27.838s] 2022-02-19 16:20:44.670 33 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_services_negative.ServicesAdminNegativeTestJSON.test_get_service_by_invalid_params ... success [0.272s] 2022-02-19 16:20:44.757 33 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_services_negative.ServicesAdminNegativeTestJSON.test_get_service_by_invalid_service_and_valid_host ... success [0.086s] 2022-02-19 16:20:44.840 33 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_services_negative.ServicesAdminNegativeTestJSON.test_get_service_with_valid_service_and_invalid_host ... success [0.082s] 2022-02-19 16:20:44.983 33 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_services_negative.ServicesAdminNegativeTestJSON.test_list_services_with_non_admin_user ... success [0.143s] 2022-02-19 16:20:51.640 33 INFO opnfv-tempest [-] {2} tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_filter_by_changes_since ... success [0.104s] 2022-02-19 16:20:51.730 33 INFO opnfv-tempest [-] {2} tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_filter_by_name ... success [0.090s] 2022-02-19 16:20:51.837 33 INFO opnfv-tempest [-] {2} tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_filter_by_server_id ... success [0.105s] 2022-02-19 16:20:52.027 33 INFO opnfv-tempest [-] {2} tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_filter_by_server_ref ... success [0.190s] 2022-02-19 16:20:52.176 33 INFO opnfv-tempest [-] {2} tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_filter_by_status ... success [0.148s] 2022-02-19 16:20:52.272 33 INFO opnfv-tempest [-] {2} tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_filter_by_type ... success [0.097s] 2022-02-19 16:20:52.362 33 INFO opnfv-tempest [-] {2} tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_limit_results ... success [0.089s] 2022-02-19 16:20:52.492 33 INFO opnfv-tempest [-] {2} tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_with_detail_filter_by_changes_since ... success [0.129s] 2022-02-19 16:20:52.578 33 INFO opnfv-tempest [-] {2} tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_with_detail_filter_by_name ... success [0.086s] 2022-02-19 16:20:52.781 33 INFO opnfv-tempest [-] {2} tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_with_detail_filter_by_server_ref ... success [0.201s] 2022-02-19 16:20:52.931 33 INFO opnfv-tempest [-] {2} tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_with_detail_filter_by_status ... success [0.150s] 2022-02-19 16:20:53.111 33 INFO opnfv-tempest [-] {2} tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_with_detail_filter_by_type ... success [0.179s] 2022-02-19 16:20:53.204 33 INFO opnfv-tempest [-] {2} tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_with_detail_limit_results ... success [0.093s] 2022-02-19 16:20:55.579 33 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_group.ServerGroupTestJSON.test_create_server_with_scheduler_hint_group ... success [17.073s] 2022-02-19 16:20:55.613 33 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_group.ServerGroupTestJSON.test_list_server_groups ... success [0.037s] 2022-02-19 16:20:55.666 33 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_group.ServerGroupTestJSON.test_show_server_group ... success [0.052s] 2022-02-19 16:20:59.009 33 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_servers.ServerShowV247Test.test_show_server ... success [1.639s] 2022-02-19 16:21:02.825 33 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_server_while_in_shutoff_state ... success [18.596s] 2022-02-19 16:21:11.241 33 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_volumes_negative.VolumesAdminNegativeTest.test_update_attached_volume_with_nonexistent_volume_in_body ... success [6.244s] 2022-02-19 16:21:12.766 33 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_volumes_negative.VolumesAdminNegativeTest.test_update_attached_volume_with_nonexistent_volume_in_uri ... success [1.527s] 2022-02-19 16:21:13.444 33 INFO opnfv-tempest [-] {2} tempest.api.compute.limits.test_absolute_limits_negative.AbsoluteLimitsNegativeTestJSON.test_max_metadata_exceed_limit ... success [1.359s] 2022-02-19 16:21:14.194 33 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_servers.ServerShowV247Test.test_update_rebuild_list_server ... success [15.174s] 2022-02-19 16:21:22.013 33 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_server_while_in_suspended_state ... success [19.183s] 2022-02-19 16:21:22.672 33 INFO opnfv-tempest [-] {2} tempest.api.compute.security_groups.test_security_group_rules_negative.SecurityGroupRulesNegativeTestJSON.test_create_security_group_rule_duplicate ... success [6.154s] 2022-02-19 16:21:23.724 33 INFO opnfv-tempest [-] {2} tempest.api.compute.security_groups.test_security_group_rules_negative.SecurityGroupRulesNegativeTestJSON.test_create_security_group_rule_with_invalid_from_port ... success [1.053s] 2022-02-19 16:21:23.743 33 INFO opnfv-tempest [-] {2} tempest.api.compute.security_groups.test_security_group_rules_negative.SecurityGroupRulesNegativeTestJSON.test_create_security_group_rule_with_invalid_id ... success [0.018s] 2022-02-19 16:21:24.509 33 INFO opnfv-tempest [-] {2} tempest.api.compute.security_groups.test_security_group_rules_negative.SecurityGroupRulesNegativeTestJSON.test_create_security_group_rule_with_invalid_ip_protocol ... success [0.765s] 2022-02-19 16:21:25.553 33 INFO opnfv-tempest [-] {2} tempest.api.compute.security_groups.test_security_group_rules_negative.SecurityGroupRulesNegativeTestJSON.test_create_security_group_rule_with_invalid_port_range ... success [1.044s] 2022-02-19 16:21:26.069 33 INFO opnfv-tempest [-] {2} tempest.api.compute.security_groups.test_security_group_rules_negative.SecurityGroupRulesNegativeTestJSON.test_create_security_group_rule_with_invalid_to_port ... success [0.516s] 2022-02-19 16:21:26.113 33 INFO opnfv-tempest [-] {2} tempest.api.compute.security_groups.test_security_group_rules_negative.SecurityGroupRulesNegativeTestJSON.test_create_security_group_rule_with_non_existent_id ... success [0.043s] 2022-02-19 16:21:26.148 33 INFO opnfv-tempest [-] {2} tempest.api.compute.security_groups.test_security_group_rules_negative.SecurityGroupRulesNegativeTestJSON.test_delete_security_group_rule_with_non_existent_id ... success [0.035s] 2022-02-19 16:21:28.693 33 INFO opnfv-tempest [-] {3} tempest.api.compute.flavors.test_flavors_negative.FlavorsV2NegativeTest.test_boot_with_low_ram ... success [1.763s] 2022-02-19 16:21:44.799 33 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_servers_microversions.ServerShowV257Test.test_rebuild_server ... success [19.126s] 2022-02-19 16:21:57.083 33 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_server_while_in_verify_resize_state ... success [35.066s] 2022-02-19 16:21:59.352 33 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestMultiTenantJSON.test_delete_a_server_of_another_tenant ... success [0.510s] 2022-02-19 16:21:59.623 33 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestMultiTenantJSON.test_update_server_of_another_tenant ... success [0.271s] 2022-02-19 16:22:05.990 33 INFO opnfv-tempest [-] {1} tempest.api.compute.test_extensions.ExtensionsTest.test_get_extension ... success [0.191s] 2022-02-19 16:22:06.026 33 INFO opnfv-tempest [-] {1} tempest.api.compute.test_extensions.ExtensionsTest.test_list_extensions ... success [0.036s] 2022-02-19 16:22:13.757 33 INFO opnfv-tempest [-] {1} tempest.api.compute.volumes.test_volume_snapshots.VolumesSnapshotsTestJSON.test_volume_snapshot_create_get_list_delete ... success [5.874s] 2022-02-19 16:22:15.240 33 INFO opnfv-tempest [-] {3} tempest.api.compute.floating_ips.test_floating_ips_actions.FloatingIPsAssociationTestJSON.test_associate_already_associated_floating_ip ... success [18.013s] 2022-02-19 16:22:17.760 33 INFO opnfv-tempest [-] {1} tempest.api.compute.volumes.test_volumes_get.VolumesGetTestJSON.test_volume_create_get_delete ... success [2.057s] 2022-02-19 16:22:19.937 33 INFO opnfv-tempest [-] {3} tempest.api.compute.floating_ips.test_floating_ips_actions.FloatingIPsAssociationTestJSON.test_associate_disassociate_floating_ip ... success [4.701s] 2022-02-19 16:22:20.006 33 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v2.test_roles_negative.RolesNegativeTestJSON ... skip: b"('Identity api v2 is not enabled',)" 2022-02-19 16:22:20.008 33 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v2.test_services.ServicesTestJSON ... skip: b"('Identity api v2 is not enabled',)" 2022-02-19 16:22:20.014 33 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v2.test_tokens_negative.TokensAdminTestNegative ... skip: b"('Identity api v2 is not enabled',)" 2022-02-19 16:22:21.411 33 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v3.test_domains_negative.DomainsNegativeTestJSON.test_create_domain_with_empty_name ... success [0.082s] 2022-02-19 16:22:21.461 33 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v3.test_domains_negative.DomainsNegativeTestJSON.test_create_domain_with_name_length_over_64 ... success [0.048s] 2022-02-19 16:22:21.804 33 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_flavor ... success [0.374s] 2022-02-19 16:22:21.950 33 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v3.test_domains_negative.DomainsNegativeTestJSON.test_delete_active_domain ... success [0.489s] 2022-02-19 16:22:22.048 33 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v3.test_domains_negative.DomainsNegativeTestJSON.test_delete_non_existent_domain ... success [0.096s] 2022-02-19 16:22:22.627 33 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v3.test_domains_negative.DomainsNegativeTestJSON.test_domain_create_duplicate ... success [0.579s] 2022-02-19 16:22:25.754 33 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_attach_interfaces.AttachInterfacesTestJSON.test_create_list_show_delete_interfaces_by_fixed_ip ... success [51.615s] 2022-02-19 16:22:26.110 33 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v3.test_endpoint_groups.EndPointGroupsTest.test_create_list_show_check_delete_endpoint_group ... success [0.436s] 2022-02-19 16:22:26.487 33 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_image ... success [4.682s] 2022-02-19 16:22:26.585 33 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v3.test_endpoint_groups.EndPointGroupsTest.test_update_endpoint_group ... success [0.475s] 2022-02-19 16:22:26.827 33 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_server_name ... success [0.340s] 2022-02-19 16:22:27.140 33 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_server_status ... success [0.312s] 2022-02-19 16:22:27.487 33 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_limit_results ... success [0.347s] 2022-02-19 16:22:27.658 33 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_active_status ... success [0.170s] 2022-02-19 16:22:27.983 33 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_exceed_limit ... success [0.325s] 2022-02-19 16:22:28.135 33 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_flavor ... success [0.151s] 2022-02-19 16:22:28.299 33 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_image ... success [0.164s] 2022-02-19 16:22:28.394 33 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_limit ... success [0.094s] 2022-02-19 16:22:28.558 33 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_server_name ... success [0.163s] 2022-02-19 16:22:30.209 33 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v3.test_inherits.InheritsV3TestJSON.test_inherit_assign_check_revoke_roles_on_projects_group ... success [0.438s] 2022-02-19 16:22:30.671 33 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v3.test_inherits.InheritsV3TestJSON.test_inherit_assign_check_revoke_roles_on_projects_user ... success [0.461s] 2022-02-19 16:22:31.184 33 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v3.test_inherits.InheritsV3TestJSON.test_inherit_assign_list_check_revoke_roles_on_domains_group ... success [0.513s] 2022-02-19 16:22:31.710 33 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v3.test_inherits.InheritsV3TestJSON.test_inherit_assign_list_check_revoke_roles_on_domains_user ... success [0.525s] 2022-02-19 16:22:32.985 33 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v3.test_inherits.InheritsV3TestJSON.test_inherit_assign_list_revoke_user_roles_on_domain ... success [1.274s] 2022-02-19 16:22:33.891 33 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v3.test_inherits.InheritsV3TestJSON.test_inherit_assign_list_revoke_user_roles_on_project_tree ... success [0.905s] 2022-02-19 16:22:34.700 33 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_shutoff_status ... success [6.140s] 2022-02-19 16:22:34.717 33 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_zero_limit ... success [0.019s] 2022-02-19 16:22:35.725 33 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filtered_by_ip ... success [1.005s] 2022-02-19 16:22:35.726 33 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filtered_by_ip_regex ... skip [0.001s]: b'Skipped until bug: https://launchpad.net/bugs/1540645 is resolved.' 2022-02-19 16:22:36.197 33 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filtered_by_name_regex ... success [0.471s] 2022-02-19 16:22:36.501 33 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filtered_by_name_wildcard ... success [0.304s] 2022-02-19 16:22:37.679 33 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v3.test_oauth_consumers.OAUTHConsumersV3Test.test_create_and_show_consumer ... success [0.176s] 2022-02-19 16:22:37.963 33 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v3.test_oauth_consumers.OAUTHConsumersV3Test.test_delete_consumer ... success [0.283s] 2022-02-19 16:22:38.244 33 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v3.test_oauth_consumers.OAUTHConsumersV3Test.test_list_consumers ... success [0.281s] 2022-02-19 16:22:38.521 33 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v3.test_oauth_consumers.OAUTHConsumersV3Test.test_update_consumer ... success [0.276s] 2022-02-19 16:22:41.888 33 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v3.test_projects.ProjectsTestJSON.test_associate_user_to_project ... success [0.689s] 2022-02-19 16:22:42.494 33 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v3.test_projects.ProjectsTestJSON.test_create_is_domain_project ... success [0.605s] 2022-02-19 16:22:42.829 33 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v3.test_projects.ProjectsTestJSON.test_project_create_enabled ... success [0.334s] 2022-02-19 16:22:43.169 33 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v3.test_projects.ProjectsTestJSON.test_project_create_not_enabled ... success [0.339s] 2022-02-19 16:22:43.503 33 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v3.test_projects.ProjectsTestJSON.test_project_create_with_description ... success [0.334s] 2022-02-19 16:22:44.313 33 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v3.test_projects.ProjectsTestJSON.test_project_create_with_domain ... success [0.809s] 2022-02-19 16:22:45.509 33 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v3.test_projects.ProjectsTestJSON.test_project_create_with_parent ... success [1.196s] 2022-02-19 16:22:45.985 33 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v3.test_projects.ProjectsTestJSON.test_project_get_equals_list ... success [0.475s] 2022-02-19 16:22:46.435 33 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v3.test_projects.ProjectsTestJSON.test_project_update_desc ... success [0.451s] 2022-02-19 16:22:46.890 33 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v3.test_projects.ProjectsTestJSON.test_project_update_enable ... success [0.454s] 2022-02-19 16:22:47.353 33 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v3.test_projects.ProjectsTestJSON.test_project_update_name ... success [0.461s] 2022-02-19 16:22:51.634 33 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_assignments_for_domain_roles ... success [0.442s] 2022-02-19 16:22:52.301 33 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_assignments_for_implied_roles_create_delete ... success [0.666s] 2022-02-19 16:22:52.640 33 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_domain_roles_create_delete ... success [0.339s] 2022-02-19 16:22:52.928 33 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_grant_list_revoke_role_to_group_on_domain ... success [0.287s] 2022-02-19 16:22:53.625 33 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_grant_list_revoke_role_to_group_on_project ... success [0.695s] 2022-02-19 16:22:53.984 33 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_grant_list_revoke_role_to_user_on_domain ... success [0.360s] 2022-02-19 16:22:54.359 33 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_grant_list_revoke_role_to_user_on_project ... success [0.374s] 2022-02-19 16:22:56.315 33 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_implied_domain_roles ... success [1.953s] 2022-02-19 16:22:56.893 33 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_implied_roles_create_check_show_delete ... success [0.578s] 2022-02-19 16:22:57.565 33 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_list_all_implied_roles ... success [0.671s] 2022-02-19 16:22:57.667 33 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_list_roles ... success [0.101s] 2022-02-19 16:22:57.976 33 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_role_create_update_show_list ... success [0.309s] 2022-02-19 16:22:58.784 33 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_roles_hierarchy ... success [0.807s] 2022-02-19 16:23:04.760 33 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_get_trusts_all ... success [1.657s] 2022-02-19 16:23:05.180 33 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_attach_interfaces.AttachInterfacesTestJSON.test_create_list_show_delete_interfaces_by_network_port ... success [39.420s] 2022-02-19 16:23:06.638 33 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_get_trusts_query ... success [1.877s] 2022-02-19 16:23:08.667 33 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_trust_expire ... success [2.027s] 2022-02-19 16:23:10.052 33 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_trust_expire_invalid ... success [1.384s] 2022-02-19 16:23:12.027 33 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_trust_impersonate ... success [1.974s] 2022-02-19 16:23:12.531 33 INFO opnfv-tempest [-] {3} tempest.api.compute.floating_ips.test_floating_ips_actions_negative.FloatingIPsAssociationNegativeTestJSON.test_associate_ip_to_server_with_floating_ip ... success [19.635s] 2022-02-19 16:23:12.546 33 INFO opnfv-tempest [-] {3} tempest.api.compute.floating_ips.test_floating_ips_actions_negative.FloatingIPsAssociationNegativeTestJSON.test_associate_ip_to_server_without_passing_floating_ip ... success [0.016s] 2022-02-19 16:23:12.779 33 INFO opnfv-tempest [-] {3} tempest.api.compute.floating_ips.test_floating_ips_actions_negative.FloatingIPsAssociationNegativeTestJSON.test_associate_nonexistent_floating_ip ... success [0.233s] 2022-02-19 16:23:12.855 33 INFO opnfv-tempest [-] {3} tempest.api.compute.floating_ips.test_floating_ips_actions_negative.FloatingIPsAssociationNegativeTestJSON.test_dissociate_nonexistent_floating_ip ... success [0.075s] 2022-02-19 16:23:13.422 33 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_novnc.NoVNCConsoleTestJSON.test_novnc ... success [0.477s] 2022-02-19 16:23:13.788 33 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_novnc.NoVNCConsoleTestJSON.test_novnc_bad_token ... success [0.366s] 2022-02-19 16:23:14.124 33 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_trust_noimpersonate ... success [2.095s] 2022-02-19 16:23:16.168 33 INFO opnfv-tempest [-] {1} tempest.api.identity.v2.test_tenants.IdentityTenantsTest ... skip: b"('Identity api v2 is not enabled',)" 2022-02-19 16:23:16.845 33 INFO opnfv-tempest [-] {1} tempest.api.identity.v3.test_tokens.TokensV3Test.test_create_token ... success [0.030s] 2022-02-19 16:23:17.153 33 INFO opnfv-tempest [-] {1} tempest.api.identity.v3.test_tokens.TokensV3Test.test_token_auth_creation_existence_deletion ... success [0.305s] 2022-02-19 16:23:17.323 33 INFO opnfv-tempest [-] {1} tempest.api.identity.v3.test_tokens.TokensV3Test.test_validate_token ... success [0.172s] 2022-02-19 16:23:25.819 33 INFO opnfv-tempest [-] {3} tempest.api.compute.floating_ips.test_floating_ips_actions_negative.FloatingIPsNegativeTestJSON.test_allocate_floating_ip_from_nonexistent_pool ... success [0.068s] 2022-02-19 16:23:25.912 33 INFO opnfv-tempest [-] {3} tempest.api.compute.floating_ips.test_floating_ips_actions_negative.FloatingIPsNegativeTestJSON.test_delete_nonexistent_floating_ip ... success [0.092s] 2022-02-19 16:23:26.082 33 INFO opnfv-tempest [-] {1} tempest.api.identity.v3.test_users.IdentityV3UsersTest.test_password_history_check_self_service_api ... success [7.166s] 2022-02-19 16:23:33.400 33 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_create_server_metadata_blank_key ... success [0.340s] 2022-02-19 16:23:33.426 33 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_delete_metadata_non_existent_server ... success [0.026s] 2022-02-19 16:23:33.450 33 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_list_server_metadata_non_existent_server ... success [0.024s] 2022-02-19 16:23:33.817 33 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_metadata_items_limit ... success [0.364s] 2022-02-19 16:23:35.067 33 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_server_create_metadata_key_too_long ... success [1.242s] 2022-02-19 16:23:35.083 33 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_server_metadata_non_existent_server ... success [0.023s] 2022-02-19 16:23:35.108 33 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_set_metadata_non_existent_server ... success [0.025s] 2022-02-19 16:23:35.123 33 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_set_server_metadata_blank_key ... success [0.014s] 2022-02-19 16:23:35.137 33 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_set_server_metadata_missing_metadata ... success [0.014s] 2022-02-19 16:23:35.161 33 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_update_metadata_non_existent_server ... success [0.022s] 2022-02-19 16:23:35.176 33 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_update_metadata_with_blank_key ... success [0.015s] 2022-02-19 16:23:35.194 33 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_wrong_key_passed_in_body ... success [0.018s] 2022-02-19 16:23:37.340 33 INFO opnfv-tempest [-] {1} tempest.api.identity.v3.test_users.IdentityV3UsersTest.test_user_account_lockout ... success [11.262s] 2022-02-19 16:23:43.464 33 INFO opnfv-tempest [-] {1} tempest.api.identity.v3.test_users.IdentityV3UsersTest.test_user_update_own_password ... success [6.120s] 2022-02-19 16:23:44.268 33 INFO opnfv-tempest [-] {1} tempest.api.image.v1.test_image_members_negative.ImageMembersNegativeTest ... skip: b"('Glance API v1 not supported',)" 2022-02-19 16:23:44.269 33 INFO opnfv-tempest [-] {1} tempest.api.image.v1.test_images_negative.CreateDeleteImagesNegativeTest ... skip: b"('Glance API v1 not supported',)" 2022-02-19 16:23:46.406 33 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.ListSharedImagesTest.test_list_images_param_member_status ... success [0.948s] 2022-02-19 16:23:50.111 33 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images_member.ImagesMemberTest.test_get_image_member ... success [0.619s] 2022-02-19 16:23:50.122 33 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images_member.ImagesMemberTest.test_get_image_member_schema ... success [0.012s] 2022-02-19 16:23:50.135 33 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images_member.ImagesMemberTest.test_get_image_members_schema ... success [0.012s] 2022-02-19 16:23:50.531 33 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images_member.ImagesMemberTest.test_image_share_accept ... success [0.394s] 2022-02-19 16:23:50.892 33 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images_member.ImagesMemberTest.test_image_share_reject ... success [0.360s] 2022-02-19 16:23:51.225 33 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images_member.ImagesMemberTest.test_remove_image_member ... success [0.333s] 2022-02-19 16:23:54.130 33 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images_metadefs_resource_types.MetadataResourceTypesTest.test_basic_meta_def_resource_type_association ... success [0.430s] 2022-02-19 16:23:56.425 33 INFO opnfv-tempest [-] {3} tempest.api.compute.floating_ips.test_list_floating_ips.FloatingIPDetailsTestJSON.test_get_floating_ip_details ... success [2.967s] 2022-02-19 16:23:56.437 33 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images_tags.ImagesTagsTest.test_update_delete_tags_for_image ... success [0.504s] 2022-02-19 16:23:56.623 33 INFO opnfv-tempest [-] {3} tempest.api.compute.floating_ips.test_list_floating_ips.FloatingIPDetailsTestJSON.test_list_floating_ip_pools ... success [0.197s] 2022-02-19 16:23:56.994 33 INFO opnfv-tempest [-] {3} tempest.api.compute.floating_ips.test_list_floating_ips.FloatingIPDetailsTestJSON.test_list_floating_ips ... success [0.371s] 2022-02-19 16:23:57.538 33 INFO opnfv-tempest [-] {1} tempest.api.network.admin.test_metering_extensions.MeteringTestJSON ... skip: b"('metering extension not enabled.',)" 2022-02-19 16:23:58.135 33 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_attach_interfaces.AttachInterfacesTestJSON.test_reassign_port_between_servers ... success [52.947s] 2022-02-19 16:24:01.573 33 INFO opnfv-tempest [-] {1} tempest.api.network.admin.test_ports.PortsAdminExtendedAttrsIpV6TestJSON.test_create_port_binding_ext_attr ... success [1.690s] 2022-02-19 16:24:02.744 33 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_rescue.ServerRescueTestJSONUnderV235.test_rescued_vm_add_remove_security_group ... success [1.869s] 2022-02-19 16:24:03.339 33 INFO opnfv-tempest [-] {1} tempest.api.network.admin.test_ports.PortsAdminExtendedAttrsIpV6TestJSON.test_list_ports_binding_ext_attr ... success [1.765s] 2022-02-19 16:24:07.146 33 INFO opnfv-tempest [-] {3} tempest.api.compute.images.test_image_metadata_negative.ImagesMetadataNegativeTestJSON.test_delete_nonexistent_image_metadata_item ... success [0.210s] 2022-02-19 16:24:07.195 33 INFO opnfv-tempest [-] {3} tempest.api.compute.images.test_image_metadata_negative.ImagesMetadataNegativeTestJSON.test_get_nonexistent_image_metadata_item ... success [0.048s] 2022-02-19 16:24:07.229 33 INFO opnfv-tempest [-] {3} tempest.api.compute.images.test_image_metadata_negative.ImagesMetadataNegativeTestJSON.test_list_nonexistent_image_metadata ... success [0.033s] 2022-02-19 16:24:07.269 33 INFO opnfv-tempest [-] {3} tempest.api.compute.images.test_image_metadata_negative.ImagesMetadataNegativeTestJSON.test_set_nonexistent_image_metadata ... success [0.039s] 2022-02-19 16:24:07.310 33 INFO opnfv-tempest [-] {3} tempest.api.compute.images.test_image_metadata_negative.ImagesMetadataNegativeTestJSON.test_set_nonexistent_image_metadata_item ... success [0.041s] 2022-02-19 16:24:07.359 33 INFO opnfv-tempest [-] {3} tempest.api.compute.images.test_image_metadata_negative.ImagesMetadataNegativeTestJSON.test_update_nonexistent_image_metadata ... success [0.049s] 2022-02-19 16:24:09.357 33 INFO opnfv-tempest [-] {1} tempest.api.network.admin.test_ports.PortsAdminExtendedAttrsIpV6TestJSON.test_show_port_binding_ext_attr ... success [6.018s] 2022-02-19 16:24:09.551 33 INFO opnfv-tempest [-] {3} tempest.api.compute.images.test_images_negative.ImagesDeleteNegativeTestJSON.test_delete_image_blank_id ... success [0.188s] 2022-02-19 16:24:09.599 33 INFO opnfv-tempest [-] {3} tempest.api.compute.images.test_images_negative.ImagesDeleteNegativeTestJSON.test_delete_image_negative_image_id ... success [0.047s] 2022-02-19 16:24:09.643 33 INFO opnfv-tempest [-] {3} tempest.api.compute.images.test_images_negative.ImagesDeleteNegativeTestJSON.test_delete_image_non_hex_string_id ... success [0.044s] 2022-02-19 16:24:09.673 33 INFO opnfv-tempest [-] {3} tempest.api.compute.images.test_images_negative.ImagesDeleteNegativeTestJSON.test_delete_image_with_id_over_character_limit ... success [0.030s] 2022-02-19 16:24:09.720 33 INFO opnfv-tempest [-] {3} tempest.api.compute.images.test_images_negative.ImagesDeleteNegativeTestJSON.test_delete_image_with_invalid_image_id ... success [0.046s] 2022-02-19 16:24:09.775 33 INFO opnfv-tempest [-] {3} tempest.api.compute.images.test_images_negative.ImagesDeleteNegativeTestJSON.test_delete_non_existent_image ... success [0.054s] 2022-02-19 16:24:10.015 33 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_rescue.ServerRescueTestJSONUnderV235.test_rescued_vm_associate_dissociate_floating_ip ... success [7.270s] 2022-02-19 16:24:10.702 33 INFO opnfv-tempest [-] {1} tempest.api.network.admin.test_ports.PortsAdminExtendedAttrsIpV6TestJSON.test_update_port_binding_ext_attr ... success [1.345s] 2022-02-19 16:24:15.034 33 INFO opnfv-tempest [-] {1} tempest.api.network.admin.test_routers.RoutersAdminTest.test_create_router_setting_project_id ... success [1.244s] 2022-02-19 16:24:22.449 33 INFO opnfv-tempest [-] {1} tempest.api.network.admin.test_routers.RoutersAdminTest.test_create_router_with_default_snat_value ... success [7.414s] 2022-02-19 16:24:25.457 33 INFO opnfv-tempest [-] {3} tempest.api.compute.images.test_images_negative.ImagesNegativeTestJSON.test_create_image_from_deleted_server ... success [14.006s] 2022-02-19 16:24:25.496 33 INFO opnfv-tempest [-] {3} tempest.api.compute.images.test_images_negative.ImagesNegativeTestJSON.test_create_image_from_invalid_server ... success [0.041s] 2022-02-19 16:24:25.516 33 INFO opnfv-tempest [-] {3} tempest.api.compute.images.test_images_negative.ImagesNegativeTestJSON.test_create_image_specify_uuid_35_characters_or_less ... success [0.019s] 2022-02-19 16:24:25.531 33 INFO opnfv-tempest [-] {3} tempest.api.compute.images.test_images_negative.ImagesNegativeTestJSON.test_create_image_specify_uuid_37_characters_or_more ... success [0.016s] 2022-02-19 16:24:33.266 33 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_host_name_is_same_as_server_name ... success [4.150s] 2022-02-19 16:24:33.325 33 INFO opnfv-tempest [-] {1} tempest.api.network.admin.test_routers.RoutersAdminTest.test_create_router_with_snat_explicit ... success [10.875s] 2022-02-19 16:24:33.481 33 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_list_servers ... success [0.216s] 2022-02-19 16:24:33.853 33 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_list_servers_with_detail ... success [0.371s] 2022-02-19 16:24:34.003 33 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_verify_created_server_vcpus ... success [0.149s] 2022-02-19 16:24:34.004 33 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_verify_server_details ... success [0.001s] 2022-02-19 16:24:37.231 33 INFO opnfv-tempest [-] {1} tempest.api.network.admin.test_routers.RoutersAdminTest.test_update_router_reset_gateway_without_snat ... success [3.905s] 2022-02-19 16:24:40.371 33 INFO opnfv-tempest [-] {1} tempest.api.network.admin.test_routers.RoutersAdminTest.test_update_router_set_gateway ... success [3.140s] 2022-02-19 16:24:43.277 33 INFO opnfv-tempest [-] {1} tempest.api.network.admin.test_routers.RoutersAdminTest.test_update_router_set_gateway_with_snat_explicit ... success [2.905s] 2022-02-19 16:24:46.955 33 INFO opnfv-tempest [-] {1} tempest.api.network.admin.test_routers.RoutersAdminTest.test_update_router_set_gateway_without_snat ... success [3.678s] 2022-02-19 16:24:50.823 33 INFO opnfv-tempest [-] {1} tempest.api.network.admin.test_routers.RoutersAdminTest.test_update_router_unset_gateway ... success [3.868s] 2022-02-19 16:24:52.309 33 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_rescue_negative.ServerRescueNegativeTestJSON.test_rescue_non_existent_server ... success [0.023s] 2022-02-19 16:24:53.427 33 INFO opnfv-tempest [-] {3} tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_delete_image ... success [13.732s] 2022-02-19 16:24:56.071 33 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_rescue_negative.ServerRescueNegativeTestJSON.test_rescue_paused_instance ... success [3.760s] 2022-02-19 16:25:06.710 33 INFO opnfv-tempest [-] {3} tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_image_specify_multibyte_character_image_name ... success [13.283s] 2022-02-19 16:25:08.174 33 INFO opnfv-tempest [-] {1} tempest.api.network.admin.test_routers.RoutersIpV6AdminTest.test_create_router_setting_project_id ... success [13.278s] 2022-02-19 16:25:08.864 33 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_rescue_negative.ServerRescueNegativeTestJSON.test_rescued_vm_attach_volume ... success [12.789s] 2022-02-19 16:25:14.094 33 INFO opnfv-tempest [-] {3} tempest.api.compute.limits.test_absolute_limits.AbsoluteLimitsTestJSON.test_absLimits_get ... success [0.236s] 2022-02-19 16:25:16.820 33 INFO opnfv-tempest [-] {1} tempest.api.network.admin.test_routers.RoutersIpV6AdminTest.test_create_router_with_default_snat_value ... success [8.644s] 2022-02-19 16:25:18.774 33 INFO opnfv-tempest [-] {3} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_create ... success [1.208s] 2022-02-19 16:25:19.967 33 INFO opnfv-tempest [-] {3} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_create_with_optional_cidr ... success [1.192s] 2022-02-19 16:25:21.420 33 INFO opnfv-tempest [-] {3} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_create_with_optional_group_id ... success [1.452s] 2022-02-19 16:25:22.898 33 INFO opnfv-tempest [-] {3} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_delete_when_peer_group_deleted ... success [1.477s] 2022-02-19 16:25:24.433 33 INFO opnfv-tempest [-] {1} tempest.api.network.admin.test_routers.RoutersIpV6AdminTest.test_create_router_with_snat_explicit ... success [7.612s] 2022-02-19 16:25:24.833 33 INFO opnfv-tempest [-] {3} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_list ... success [1.935s] 2022-02-19 16:25:27.609 33 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_rescue_negative.ServerRescueNegativeTestJSON.test_rescued_vm_detach_volume ... success [18.746s] 2022-02-19 16:25:27.678 33 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_rescue_negative.ServerRescueNegativeTestJSON.test_rescued_vm_reboot ... success [0.071s] 2022-02-19 16:25:27.756 33 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_rescue_negative.ServerRescueNegativeTestJSON.test_rescued_vm_rebuild ... success [0.077s] 2022-02-19 16:25:28.936 33 INFO opnfv-tempest [-] {1} tempest.api.network.admin.test_routers.RoutersIpV6AdminTest.test_update_router_reset_gateway_without_snat ... success [4.503s] 2022-02-19 16:25:33.412 33 INFO opnfv-tempest [-] {1} tempest.api.network.admin.test_routers.RoutersIpV6AdminTest.test_update_router_set_gateway ... success [4.474s] 2022-02-19 16:25:37.560 33 INFO opnfv-tempest [-] {1} tempest.api.network.admin.test_routers.RoutersIpV6AdminTest.test_update_router_set_gateway_with_snat_explicit ... success [4.147s] 2022-02-19 16:25:43.267 33 INFO opnfv-tempest [-] {1} tempest.api.network.admin.test_routers.RoutersIpV6AdminTest.test_update_router_set_gateway_without_snat ... success [5.707s] 2022-02-19 16:25:46.089 33 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_device_tagging.TaggedAttachmentsTest.test_tagged_attachment ... success [47.575s] 2022-02-19 16:25:46.611 33 INFO opnfv-tempest [-] {1} tempest.api.network.admin.test_routers.RoutersIpV6AdminTest.test_update_router_unset_gateway ... success [3.344s] 2022-02-19 16:25:56.989 33 INFO opnfv-tempest [-] {1} tempest.api.network.admin.test_routers_dvr.RoutersTestDVR.test_centralized_router_creation ... success [0.887s] 2022-02-19 16:25:59.320 33 INFO opnfv-tempest [-] {1} tempest.api.network.admin.test_routers_dvr.RoutersTestDVR.test_centralized_router_update_to_dvr ... success [2.329s] 2022-02-19 16:25:59.904 33 INFO opnfv-tempest [-] {1} tempest.api.network.admin.test_routers_dvr.RoutersTestDVR.test_distributed_router_creation ... success [0.585s] 2022-02-19 16:26:04.548 33 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_instance_actions_negative.InstanceActionsNegativeTestJSON.test_get_instance_action_invalid_request ... success [0.073s] 2022-02-19 16:26:04.569 33 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_instance_actions_negative.InstanceActionsNegativeTestJSON.test_list_instance_actions_non_existent_server ... success [0.021s] 2022-02-19 16:26:05.189 33 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_all_attributes ... success [1.483s] 2022-02-19 16:26:06.859 33 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_allocation_pools ... success [1.670s] 2022-02-19 16:26:08.361 33 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_host_name_is_same_as_server_name ... success [9.191s] 2022-02-19 16:26:08.599 33 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers ... success [0.237s] 2022-02-19 16:26:08.980 33 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers_with_detail ... success [0.381s] 2022-02-19 16:26:09.141 33 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_created_server_vcpus ... success [0.159s] 2022-02-19 16:26:09.142 33 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_server_details ... success [0.001s] 2022-02-19 16:26:09.934 33 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_dhcp_enabled ... success [3.074s] 2022-02-19 16:26:11.856 33 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_gw ... success [1.921s] 2022-02-19 16:26:13.420 33 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_gw_and_allocation_pools ... success [1.563s] 2022-02-19 16:26:13.726 33 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_servers_microversions.ServerShowV254Test.test_rebuild_server ... success [25.503s] 2022-02-19 16:26:15.202 33 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_host_routes_and_dns_nameservers ... success [1.782s] 2022-02-19 16:26:16.893 33 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_without_gateway ... success [1.690s] 2022-02-19 16:26:17.453 33 INFO opnfv-tempest [-] {0} tempest.api.compute.test_networks.ComputeNetworksTest ... skip: b"('nova-network is not available.',)" 2022-02-19 16:26:19.333 33 INFO opnfv-tempest [-] {0} tempest.api.compute.test_tenant_networks.ComputeTenantNetworksTest.test_list_show_tenant_networks ... success [0.481s] 2022-02-19 16:26:20.223 33 INFO opnfv-tempest [-] {0} tempest.api.compute.volumes.test_attach_volume.AttachVolumeMultiAttachTest ... skip: b"('Volume multi-attach is not available.',)" 2022-02-19 16:26:25.490 33 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_create_update_delete_network_subnet ... success [8.593s] 2022-02-19 16:26:26.269 33 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_create_update_network_description ... success [0.781s] 2022-02-19 16:26:27.447 33 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_multiple_create.MultipleCreateTestJSON.test_multiple_create ... success [18.303s] 2022-02-19 16:26:30.225 33 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_delete_network_with_subnet ... success [3.956s] 2022-02-19 16:26:30.528 33 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_external_network_visibility ... success [0.302s] 2022-02-19 16:26:30.721 33 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_list_networks ... success [0.192s] 2022-02-19 16:26:30.855 33 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_list_networks_fields ... success [0.133s] 2022-02-19 16:26:30.935 33 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_list_subnets ... success [0.080s] 2022-02-19 16:26:31.044 33 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_list_subnets_fields ... success [0.108s] 2022-02-19 16:26:31.324 33 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_show_network ... success [0.279s] 2022-02-19 16:26:31.462 33 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_show_network_fields ... success [0.138s] 2022-02-19 16:26:31.580 33 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_show_subnet ... success [0.117s] 2022-02-19 16:26:31.681 33 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_show_subnet_fields ... success [0.100s] 2022-02-19 16:26:35.393 33 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_update_subnet_gw_dns_host_routes_dhcp ... success [3.711s] 2022-02-19 16:26:41.289 33 INFO opnfv-tempest [-] {1} tempest.api.network.test_routers_negative.DvrRoutersNegativeTest.test_router_create_tenant_distributed_returns_forbidden ... success [0.125s] 2022-02-19 16:26:43.050 33 INFO opnfv-tempest [-] {1} tempest.api.network.test_versions.NetworksApiDiscovery.test_api_version_resources ... success [0.012s] 2022-02-19 16:26:43.172 33 INFO opnfv-tempest [-] {1} tempest.api.network.test_versions.NetworksApiDiscovery.test_show_api_v2_details ... success [0.123s] 2022-02-19 16:26:44.906 33 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_multiple_create.MultipleCreateTestJSON.test_multiple_create_with_reservation_return ... success [17.460s] 2022-02-19 16:26:47.996 33 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_container_acl.ObjectTestACLs.test_read_object_with_rights ... success [2.195s] 2022-02-19 16:26:50.066 33 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_container_acl.ObjectTestACLs.test_write_object_with_rights ... success [2.069s] 2022-02-19 16:26:51.471 33 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_multiple_create_negative.MultipleCreateNegativeTestJSON.test_max_count_less_than_min_count ... success [0.643s] 2022-02-19 16:26:51.833 33 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_multiple_create_negative.MultipleCreateNegativeTestJSON.test_max_count_less_than_one ... success [0.361s] 2022-02-19 16:26:52.306 33 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_multiple_create_negative.MultipleCreateNegativeTestJSON.test_max_count_non_integer ... success [0.472s] 2022-02-19 16:26:52.829 33 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_multiple_create_negative.MultipleCreateNegativeTestJSON.test_min_count_less_than_one ... success [0.521s] 2022-02-19 16:26:53.108 33 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_multiple_create_negative.MultipleCreateNegativeTestJSON.test_min_count_non_integer ... success [0.279s] 2022-02-19 16:26:54.626 33 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServerShowV263Test.test_show_update_rebuild_list_server ... skip [0.000s]: b'``[compute]/certified_image_ref`` required to test image certificate validation.' 2022-02-19 16:26:54.779 33 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest.test_upload_large_object ... success [2.175s] 2022-02-19 16:26:56.702 33 INFO opnfv-tempest [-] {0} tempest.api.compute.volumes.test_attach_volume_negative.AttachVolumeNegativeTest.test_attach_attached_volume_to_different_server ... success [35.726s] 2022-02-19 16:26:56.936 33 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest.test_upload_too_many_objects ... success [2.154s] 2022-02-19 16:26:59.044 33 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest.test_upload_valid_object ... success [2.108s] 2022-02-19 16:27:03.433 33 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_container_services.ContainerTest.test_create_container ... success [2.172s] 2022-02-19 16:27:05.495 33 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_container_services.ContainerTest.test_create_container_overwrite ... success [2.061s] 2022-02-19 16:27:07.545 33 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_container_services.ContainerTest.test_create_container_with_metadata_key ... success [2.050s] 2022-02-19 16:27:08.623 33 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_create_server_multi_nic.ServersTestMultiNic.test_verify_duplicate_network_nics ... success [36.961s] 2022-02-19 16:27:09.600 33 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_container_services.ContainerTest.test_create_container_with_metadata_value ... success [2.054s] 2022-02-19 16:27:11.682 33 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_container_services.ContainerTest.test_create_container_with_remove_metadata_key ... success [2.081s] 2022-02-19 16:27:13.773 33 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_container_services.ContainerTest.test_create_container_with_remove_metadata_value ... success [2.090s] 2022-02-19 16:27:13.850 33 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_container_services.ContainerTest.test_delete_container ... success [0.077s] 2022-02-19 16:27:15.958 33 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents ... success [2.106s] 2022-02-19 16:27:18.057 33 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_delimiter ... success [2.099s] 2022-02-19 16:27:18.598 33 INFO opnfv-tempest [-] {0} tempest.api.compute.volumes.test_attach_volume_negative.AttachVolumeNegativeTest.test_attach_attached_volume_to_same_server ... success [21.893s] 2022-02-19 16:27:19.933 33 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_numeric_server_name ... success [1.405s] 2022-02-19 16:27:20.157 33 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_end_marker ... success [2.098s] 2022-02-19 16:27:22.267 33 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_format_json ... success [2.107s] 2022-02-19 16:27:22.966 33 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_from_non_bootable_volume ... success [3.030s] 2022-02-19 16:27:24.371 33 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_format_xml ... success [2.106s] 2022-02-19 16:27:25.376 33 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_invalid_bdm_in_2nd_dict ... success [2.410s] 2022-02-19 16:27:26.340 33 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_metadata_exceeds_length_limit ... success [0.964s] 2022-02-19 16:27:26.478 33 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_limit ... success [2.106s] 2022-02-19 16:27:27.117 33 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_name_length_exceeds_256 ... success [0.775s] 2022-02-19 16:27:28.056 33 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_flavor ... success [0.940s] 2022-02-19 16:27:28.596 33 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_marker ... success [2.116s] 2022-02-19 16:27:28.892 33 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_image ... success [0.835s] 2022-02-19 16:27:29.711 33 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_network_uuid ... success [0.819s] 2022-02-19 16:27:30.693 33 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_no_object ... success [2.096s] 2022-02-19 16:27:31.174 33 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_non_existent_keypair ... success [1.462s] 2022-02-19 16:27:32.105 33 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_nonexistent_security_group ... success [0.930s] 2022-02-19 16:27:33.010 33 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_path ... success [2.317s] 2022-02-19 16:27:35.185 33 INFO opnfv-tempest [-] {0} tempest.api.compute.volumes.test_attach_volume_negative.AttachVolumeNegativeTest.test_delete_attached_volume ... success [16.585s] 2022-02-19 16:27:35.289 33 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents_with_prefix ... success [2.275s] 2022-02-19 16:27:37.441 33 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_metadata ... success [2.152s] 2022-02-19 16:27:37.506 33 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_non_existent_server ... success [5.402s] 2022-02-19 16:27:38.067 33 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_server_pass_id_exceeding_length_limit ... success [0.560s] 2022-02-19 16:27:38.594 33 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_server_pass_negative_id ... success [0.526s] 2022-02-19 16:27:39.087 33 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_force_delete_nonexistent_server_id ... success [0.494s] 2022-02-19 16:27:39.538 33 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_container_services.ContainerTest.test_list_no_container_metadata ... success [2.098s] 2022-02-19 16:27:39.745 33 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_get_console_output_of_non_existent_server ... success [0.657s] 2022-02-19 16:27:40.342 33 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_get_non_existent_server ... success [0.595s] 2022-02-19 16:27:41.375 33 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_invalid_access_ip_v4_address ... success [1.031s] 2022-02-19 16:27:41.653 33 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_container_services.ContainerTest.test_update_container_metadata_with_create_and_delete_metadata ... success [2.113s] 2022-02-19 16:27:41.669 33 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_create_server_multi_nic.ServersTestMultiNic.test_verify_multiple_nics_order ... success [33.044s] 2022-02-19 16:27:42.321 33 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_invalid_ip_v6_address ... success [0.946s] 2022-02-19 16:27:42.948 33 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_pause_non_existent_server ... success [0.627s] 2022-02-19 16:27:43.773 33 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_container_services.ContainerTest.test_update_container_metadata_with_create_metadata ... success [2.118s] 2022-02-19 16:27:45.892 33 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_container_services.ContainerTest.test_update_container_metadata_with_create_metadata_key ... success [2.117s] 2022-02-19 16:27:46.962 33 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_pause_paused_server ... success [4.010s] 2022-02-19 16:27:46.964 33 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_personality_file_contents_not_encoded ... skip [0.000s]: b'Nova personality feature disabled' 2022-02-19 16:27:47.494 33 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_reboot_deleted_server ... success [0.534s] 2022-02-19 16:27:48.013 33 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_container_services.ContainerTest.test_update_container_metadata_with_delete_metadata ... success [2.121s] 2022-02-19 16:27:48.022 33 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_reboot_non_existent_server ... success [0.528s] 2022-02-19 16:27:48.478 33 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_deleted_server ... success [0.455s] 2022-02-19 16:27:49.004 33 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_non_existent_server ... success [0.527s] 2022-02-19 16:27:49.552 33 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_resize_nonexistent_server ... success [0.546s] 2022-02-19 16:27:50.145 33 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_container_services.ContainerTest.test_update_container_metadata_with_delete_metadata_key ... success [2.128s] 2022-02-19 16:27:50.181 33 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_resize_server_with_non_existent_flavor ... success [0.629s] 2022-02-19 16:27:50.691 33 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_resize_server_with_null_flavor ... success [0.510s] 2022-02-19 16:27:51.309 33 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_restore_nonexistent_server_id ... success [0.617s] 2022-02-19 16:27:51.871 33 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_restore_server_invalid_state ... success [0.560s] 2022-02-19 16:27:52.157 33 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_crossdomain.CrossdomainTest.test_get_crossdomain_policy ... success [0.008s] 2022-02-19 16:27:52.344 33 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_resume_non_existent_server ... success [0.474s] 2022-02-19 16:27:52.971 33 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_resume_server_invalid_state ... success [0.626s] 2022-02-19 16:27:54.309 33 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_server_name_blank ... success [1.338s] 2022-02-19 16:27:54.662 33 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_object_services.PublicObjectTest.test_access_public_container_object_without_using_creds ... success [0.217s] 2022-02-19 16:27:54.803 33 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_object_services.PublicObjectTest.test_access_public_object_with_another_user_creds ... success [0.140s] 2022-02-19 16:27:54.805 33 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_shelve_non_existent_server ... success [0.493s] 2022-02-19 16:27:57.168 33 INFO opnfv-tempest [-] {0} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_invalid_size ... success [0.192s] 2022-02-19 16:27:57.185 33 INFO opnfv-tempest [-] {0} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_zero ... success [0.016s] 2022-02-19 16:27:57.201 33 INFO opnfv-tempest [-] {0} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_create_volume_without_passing_size ... success [0.016s] 2022-02-19 16:27:57.293 33 INFO opnfv-tempest [-] {0} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_delete_invalid_volume_id ... success [0.091s] 2022-02-19 16:27:57.309 33 INFO opnfv-tempest [-] {0} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_delete_volume_without_passing_volume_id ... success [0.015s] 2022-02-19 16:27:57.321 33 INFO opnfv-tempest [-] {0} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_get_volume_without_passing_volume_id ... success [0.013s] 2022-02-19 16:27:57.397 33 INFO opnfv-tempest [-] {0} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_volume_delete_nonexistent_volume_id ... success [0.074s] 2022-02-19 16:27:57.468 33 INFO opnfv-tempest [-] {0} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_volume_get_nonexistent_volume_id ... success [0.071s] 2022-02-19 16:27:57.672 33 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_object_temp_url.ObjectTempUrlTest.test_get_object_using_temp_url ... success [0.034s] 2022-02-19 16:27:57.736 33 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_object_temp_url.ObjectTempUrlTest.test_get_object_using_temp_url_key_2 ... success [0.064s] 2022-02-19 16:27:57.758 33 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_object_temp_url.ObjectTempUrlTest.test_get_object_using_temp_url_with_inline_query_parameter ... success [0.022s] 2022-02-19 16:27:57.774 33 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_object_temp_url.ObjectTempUrlTest.test_head_object_using_temp_url ... success [0.016s] 2022-02-19 16:27:57.823 33 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_object_temp_url.ObjectTempUrlTest.test_put_object_using_temp_url ... success [0.047s] 2022-02-19 16:27:58.518 33 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v2.test_endpoints.EndPointsTestJSON ... skip: b"('Identity api v2 is not enabled',)" 2022-02-19 16:27:58.520 33 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v2.test_tenant_negative.TenantsNegativeTestJSON ... skip: b"('Identity api v2 is not enabled',)" 2022-02-19 16:27:58.522 33 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v2.test_tenants.TenantsTestJSON ... skip: b"('Identity api v2 is not enabled',)" 2022-02-19 16:28:00.622 33 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_application_credentials.ApplicationCredentialsV3AdminTest.test_create_application_credential_with_roles ... success [0.926s] 2022-02-19 16:28:04.539 33 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_credentials.CredentialsTestJSON.test_credentials_create_get_update_delete ... success [0.301s] 2022-02-19 16:28:05.198 33 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_credentials.CredentialsTestJSON.test_credentials_list_delete ... success [0.658s] 2022-02-19 16:28:06.420 33 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_object_version.ContainerTest.test_versioned_container ... success [4.694s] 2022-02-19 16:28:09.024 33 INFO opnfv-tempest [-] {1} tempest.api.volume.admin.test_backends_capabilities.BackendsCapabilitiesAdminTestsJSON.test_compare_volume_stats_values ... success [0.122s] 2022-02-19 16:28:09.069 33 INFO opnfv-tempest [-] {1} tempest.api.volume.admin.test_backends_capabilities.BackendsCapabilitiesAdminTestsJSON.test_get_capabilities_backend ... success [0.045s] 2022-02-19 16:28:12.182 33 INFO opnfv-tempest [-] {1} tempest.api.volume.admin.test_group_snapshots.GroupSnapshotsV319Test.test_reset_group_snapshot_status ... skip [0.001s]: b'Skipped until bug: https://launchpad.net/bugs/1770179 is resolved.' 2022-02-19 16:28:14.898 33 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_disk_config.ServerDiskConfigTestJSON.test_rebuild_server_with_auto_disk_config ... success [26.393s] 2022-02-19 16:28:16.762 33 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_domain_configuration.DomainConfigurationTestJSON.test_create_domain_config_and_show_config_groups_and_options ... success [1.608s] 2022-02-19 16:28:18.467 33 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_domain_configuration.DomainConfigurationTestJSON.test_create_update_and_delete_domain_config ... success [1.702s] 2022-02-19 16:28:19.812 33 INFO opnfv-tempest [-] {1} tempest.api.volume.admin.test_group_type_specs.GroupTypeSpecsTest.test_group_type_specs_create_show_update_list_delete ... success [1.705s] 2022-02-19 16:28:20.893 33 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_domain_configuration.DomainConfigurationTestJSON.test_create_update_and_delete_domain_config_groups_and_opts ... success [2.426s] 2022-02-19 16:28:23.903 33 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_domain_configuration.DomainConfigurationTestJSON.test_show_default_group_config_and_options ... success [3.006s] 2022-02-19 16:28:27.478 33 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_groups.GroupsV3TestJSON.test_group_create_update_get ... success [0.389s] 2022-02-19 16:28:29.053 33 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_shelve_shelved_server ... success [34.239s] 2022-02-19 16:28:29.532 33 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_stop_non_existent_server ... success [0.482s] 2022-02-19 16:28:29.694 33 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_groups.GroupsV3TestJSON.test_group_users_add_list_delete ... success [2.219s] 2022-02-19 16:28:30.344 33 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_groups.GroupsV3TestJSON.test_list_groups ... success [0.651s] 2022-02-19 16:28:30.756 33 INFO opnfv-tempest [-] {1} tempest.api.volume.admin.test_groups.GroupsTest.test_group_create_show_list_delete ... success [7.169s] 2022-02-19 16:28:31.284 33 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_groups.GroupsV3TestJSON.test_list_user_groups ... success [0.939s] 2022-02-19 16:28:34.445 33 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_suspend_non_existent_server ... success [4.912s] 2022-02-19 16:28:35.261 33 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_policies.PoliciesTestJSON.test_create_update_delete_policy ... success [0.374s] 2022-02-19 16:28:35.927 33 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_policies.PoliciesTestJSON.test_list_policies ... success [0.665s] 2022-02-19 16:28:36.273 33 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_disk_config.ServerDiskConfigTestJSON.test_rebuild_server_with_manual_disk_config ... success [21.369s] 2022-02-19 16:28:39.267 33 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_projects_negative.ProjectsNegativeStaticTestJSON.test_create_project_by_unauthorized_user ... success [0.078s] 2022-02-19 16:28:39.315 33 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_projects_negative.ProjectsNegativeStaticTestJSON.test_create_project_with_empty_name ... success [0.047s] 2022-02-19 16:28:39.363 33 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_projects_negative.ProjectsNegativeStaticTestJSON.test_create_projects_name_length_over_64 ... success [0.047s] 2022-02-19 16:28:39.421 33 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_projects_negative.ProjectsNegativeStaticTestJSON.test_delete_non_existent_project ... success [0.059s] 2022-02-19 16:28:39.468 33 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_projects_negative.ProjectsNegativeStaticTestJSON.test_list_projects_by_unauthorized_user ... success [0.046s] 2022-02-19 16:28:39.525 33 INFO opnfv-tempest [-] {1} tempest.api.volume.admin.test_groups.GroupsTest.test_group_update ... success [8.769s] 2022-02-19 16:28:39.831 33 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_projects_negative.ProjectsNegativeStaticTestJSON.test_project_create_duplicate ... success [0.363s] 2022-02-19 16:28:43.156 33 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_services.ServicesTestJSON.test_create_service_without_description ... success [0.205s] 2022-02-19 16:28:43.477 33 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_services.ServicesTestJSON.test_create_update_get_service ... success [0.321s] 2022-02-19 16:28:44.055 33 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_services.ServicesTestJSON.test_list_services ... success [0.575s] 2022-02-19 16:28:45.659 33 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_suspend_server_invalid_state ... success [11.209s] 2022-02-19 16:28:46.114 33 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_unpause_non_existent_server ... success [0.458s] 2022-02-19 16:28:46.660 33 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_unpause_server_invalid_state ... success [0.545s] 2022-02-19 16:28:47.161 33 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_unshelve_non_existent_server ... success [0.500s] 2022-02-19 16:28:47.610 33 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_users.UsersV3TestJSON.test_get_user ... success [0.689s] 2022-02-19 16:28:47.716 33 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_unshelve_server_invalid_state ... success [0.555s] 2022-02-19 16:28:48.167 33 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_name_of_non_existent_server ... success [0.450s] 2022-02-19 16:28:48.676 33 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_server_name_length_exceeds_256 ... success [0.508s] 2022-02-19 16:28:49.140 33 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_server_set_empty_name ... success [0.464s] 2022-02-19 16:28:49.550 33 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_users.UsersV3TestJSON.test_list_user_projects ... success [1.936s] 2022-02-19 16:28:50.157 33 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_users.UsersV3TestJSON.test_password_history_not_enforced_in_admin_reset ... success [0.608s] 2022-02-19 16:28:51.069 33 INFO opnfv-tempest [-] {1} tempest.api.volume.admin.test_groups.GroupsV314Test.test_create_group_from_group ... success [8.237s] 2022-02-19 16:28:51.687 33 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_users.UsersV3TestJSON.test_update_user_password ... success [1.529s] 2022-02-19 16:28:52.483 33 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_users.UsersV3TestJSON.test_user_update ... success [0.796s] 2022-02-19 16:28:54.340 33 INFO opnfv-tempest [-] {0} tempest.api.identity.v2.test_api_discovery.TestApiDiscovery ... skip: b"('Identity api v2 is not enabled',)" 2022-02-19 16:28:54.341 33 INFO opnfv-tempest [-] {0} tempest.api.identity.v2.test_ec2_credentials.EC2CredentialsTest ... skip: b"('Identity api v2 is not enabled',)" 2022-02-19 16:28:54.342 33 INFO opnfv-tempest [-] {0} tempest.api.identity.v2.test_extension.ExtensionTestJSON ... skip: b"('Identity api v2 is not enabled',)" 2022-02-19 16:28:55.187 33 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_media_types ... success [0.076s] 2022-02-19 16:28:55.257 33 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_resources ... success [0.069s] 2022-02-19 16:28:55.278 33 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_statuses ... success [0.021s] 2022-02-19 16:28:55.294 33 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_identity_v3_existence ... success [0.015s] 2022-02-19 16:28:55.304 33 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_list_api_versions ... success [0.010s] 2022-02-19 16:28:56.244 33 INFO opnfv-tempest [-] {2} tempest.api.compute.test_versions.TestVersions.test_get_version_details ... success [0.378s] 2022-02-19 16:28:56.258 33 INFO opnfv-tempest [-] {2} tempest.api.compute.test_versions.TestVersions.test_list_api_versions ... success [0.015s] 2022-02-19 16:28:57.810 33 INFO opnfv-tempest [-] {1} tempest.api.volume.admin.test_groups.GroupsV320Test.test_reset_group_status ... success [3.265s] 2022-02-19 16:28:58.007 33 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_projects.IdentityV3ProjectsTest.test_list_projects_returns_only_authorized_projects ... success [0.399s] 2022-02-19 16:28:59.758 33 INFO opnfv-tempest [-] {0} tempest.api.image.v1.test_images.ListImagesTest ... skip: b"('Glance API v1 not supported',)" 2022-02-19 16:28:59.759 33 INFO opnfv-tempest [-] {0} tempest.api.image.v1.test_images.UpdateImageMetaTest ... skip: b"('Glance API v1 not supported',)" 2022-02-19 16:29:02.883 33 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.ListUserImagesTest.test_get_image_schema ... success [0.013s] 2022-02-19 16:29:02.895 33 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.ListUserImagesTest.test_get_images_schema ... success [0.012s] 2022-02-19 16:29:02.974 33 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_image_param_owner ... success [0.078s] 2022-02-19 16:29:03.031 33 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_container_format ... success [0.055s] 2022-02-19 16:29:03.085 33 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_disk_format ... success [0.055s] 2022-02-19 16:29:03.135 33 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_limit ... success [0.049s] 2022-02-19 16:29:03.223 33 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_min_max_size ... success [0.086s] 2022-02-19 16:29:03.270 33 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_name ... success [0.048s] 2022-02-19 16:29:03.349 33 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_size ... success [0.078s] 2022-02-19 16:29:03.418 33 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_sort ... success [0.068s] 2022-02-19 16:29:03.483 33 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_sort_key_dir ... success [0.064s] 2022-02-19 16:29:03.549 33 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_status ... success [0.065s] 2022-02-19 16:29:03.616 33 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_tag ... success [0.066s] 2022-02-19 16:29:03.678 33 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_visibility ... success [0.061s] 2022-02-19 16:29:03.739 33 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_no_params ... success [0.060s] 2022-02-19 16:29:04.967 33 INFO opnfv-tempest [-] {1} tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest.test_reset_snapshot_status ... success [0.531s] 2022-02-19 16:29:05.046 33 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_disk_config.ServerDiskConfigTestJSON.test_resize_server_from_auto_to_manual ... success [28.766s] 2022-02-19 16:29:07.323 33 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images_tags_negative.ImagesTagsNegativeTest.test_delete_non_existing_tag ... success [0.317s] 2022-02-19 16:29:07.355 33 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images_tags_negative.ImagesTagsNegativeTest.test_update_tags_for_non_existing_image ... success [0.032s] 2022-02-19 16:29:07.774 33 INFO opnfv-tempest [-] {1} tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest.test_snapshot_force_delete_when_snapshot_is_creating ... success [2.806s] 2022-02-19 16:29:10.678 33 INFO opnfv-tempest [-] {1} tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest.test_snapshot_force_delete_when_snapshot_is_deleting ... success [2.900s] 2022-02-19 16:29:14.789 33 INFO opnfv-tempest [-] {1} tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest.test_snapshot_force_delete_when_snapshot_is_error ... success [4.112s] 2022-02-19 16:29:16.819 33 INFO opnfv-tempest [-] {0} tempest.api.network.admin.test_external_network_extension.ExternalNetworksTestJSON.test_create_external_network ... success [6.222s] 2022-02-19 16:29:18.627 33 INFO opnfv-tempest [-] {1} tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest.test_snapshot_force_delete_when_snapshot_is_error_deleting ... success [3.836s] 2022-02-19 16:29:19.100 33 INFO opnfv-tempest [-] {1} tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest.test_update_snapshot_status ... success [0.474s] 2022-02-19 16:29:20.863 33 INFO opnfv-tempest [-] {0} tempest.api.network.admin.test_external_network_extension.ExternalNetworksTestJSON.test_delete_external_networks_with_floating_ip ... success [4.043s] 2022-02-19 16:29:21.587 33 INFO opnfv-tempest [-] {0} tempest.api.network.admin.test_external_network_extension.ExternalNetworksTestJSON.test_list_external_networks ... success [0.724s] 2022-02-19 16:29:22.457 33 INFO opnfv-tempest [-] {0} tempest.api.network.admin.test_external_network_extension.ExternalNetworksTestJSON.test_show_external_networks_attribute ... success [0.869s] 2022-02-19 16:29:23.517 33 INFO opnfv-tempest [-] {0} tempest.api.network.admin.test_external_network_extension.ExternalNetworksTestJSON.test_update_external_network ... success [1.058s] 2022-02-19 16:29:24.672 33 INFO opnfv-tempest [-] {1} tempest.api.volume.admin.test_volume_hosts.VolumeHostsAdminTestsJSON.test_list_hosts ... success [0.237s] 2022-02-19 16:29:24.832 33 INFO opnfv-tempest [-] {1} tempest.api.volume.admin.test_volume_hosts.VolumeHostsAdminTestsJSON.test_show_host ... success [0.160s] 2022-02-19 16:29:33.256 33 INFO opnfv-tempest [-] {0} tempest.api.network.admin.test_ports.PortsAdminExtendedAttrsTestJSON.test_create_port_binding_ext_attr ... success [5.823s] 2022-02-19 16:29:34.942 33 INFO opnfv-tempest [-] {0} tempest.api.network.admin.test_ports.PortsAdminExtendedAttrsTestJSON.test_list_ports_binding_ext_attr ... success [1.685s] 2022-02-19 16:29:35.136 33 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_disk_config.ServerDiskConfigTestJSON.test_resize_server_from_manual_to_auto ... success [30.083s] 2022-02-19 16:29:37.642 33 INFO opnfv-tempest [-] {2} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_list_get_volume_attachments ... success [34.581s] 2022-02-19 16:29:38.835 33 INFO opnfv-tempest [-] {1} tempest.api.volume.admin.test_volume_manage.VolumeManageAdminTest.test_unmanage_manage_volume ... success [5.826s] 2022-02-19 16:29:41.204 33 INFO opnfv-tempest [-] {0} tempest.api.network.admin.test_ports.PortsAdminExtendedAttrsTestJSON.test_show_port_binding_ext_attr ... success [6.262s] 2022-02-19 16:29:45.670 33 INFO opnfv-tempest [-] {1} tempest.api.volume.admin.test_volume_retype.VolumeRetypeWithoutMigrationTest.test_available_volume_retype ... success [3.536s] 2022-02-19 16:29:46.665 33 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v2.test_users.UsersTestJSON ... skip: b"('Identity api v2 is not enabled',)" 2022-02-19 16:29:47.319 33 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_disk_config.ServerDiskConfigTestJSON.test_update_server_from_auto_to_manual ... success [12.181s] 2022-02-19 16:29:47.359 33 INFO opnfv-tempest [-] {0} tempest.api.network.admin.test_ports.PortsAdminExtendedAttrsTestJSON.test_update_port_binding_ext_attr ... success [6.155s] 2022-02-19 16:29:49.497 33 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v3.test_default_project_id.TestDefaultProjectId.test_default_project_id ... success [1.611s] 2022-02-19 16:29:50.506 33 INFO opnfv-tempest [-] {1} tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON.test_get_service_by_host_name ... success [0.028s] 2022-02-19 16:29:50.538 33 INFO opnfv-tempest [-] {1} tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON.test_get_service_by_service_and_host_name ... success [0.031s] 2022-02-19 16:29:50.562 33 INFO opnfv-tempest [-] {1} tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON.test_get_service_by_service_binary_name ... success [0.024s] 2022-02-19 16:29:52.320 33 INFO opnfv-tempest [-] {1} tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON.test_get_service_by_volume_host_name ... success [1.754s] 2022-02-19 16:29:52.349 33 INFO opnfv-tempest [-] {1} tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON.test_list_services ... success [0.032s] 2022-02-19 16:29:53.010 33 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_create_domain_with_disabled_status ... success [0.330s] 2022-02-19 16:29:53.189 33 INFO opnfv-tempest [-] {0} tempest.api.network.admin.test_routers_negative.RoutersAdminNegativeTest.test_router_set_gateway_used_ip_returns_409 ... success [2.848s] 2022-02-19 16:29:53.483 33 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_create_domain_without_description ... success [0.472s] 2022-02-19 16:29:54.358 33 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_create_update_delete_domain ... success [0.874s] 2022-02-19 16:29:55.572 33 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_domain_delete_cascades_content ... success [1.213s] 2022-02-19 16:29:55.625 33 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_list_domains ... success [0.053s] 2022-02-19 16:29:55.680 33 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_list_domains_filter_by_enabled ... success [0.055s] 2022-02-19 16:29:55.736 33 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_list_domains_filter_by_name ... success [0.055s] 2022-02-19 16:29:59.239 33 INFO opnfv-tempest [-] {0} tempest.api.network.test_allowed_address_pair.AllowedAddressPairTestJSON.test_create_list_port_with_address_pair ... success [1.629s] 2022-02-19 16:29:59.909 33 INFO opnfv-tempest [-] {1} tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_crud_with_volume_type_and_extra_specs ... success [3.455s] 2022-02-19 16:29:59.985 33 INFO opnfv-tempest [-] {1} tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_type_create_get_delete ... success [0.077s] 2022-02-19 16:30:00.376 33 INFO opnfv-tempest [-] {1} tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_type_encryption_create_get_update_delete ... success [0.389s] 2022-02-19 16:30:00.411 33 INFO opnfv-tempest [-] {1} tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_type_list ... success [0.035s] 2022-02-19 16:30:00.758 33 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v3.test_endpoints.EndPointsTestJSON.test_create_list_show_delete_endpoint ... success [0.434s] 2022-02-19 16:30:00.823 33 INFO opnfv-tempest [-] {1} tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_type_update ... success [0.412s] 2022-02-19 16:30:01.066 33 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v3.test_endpoints.EndPointsTestJSON.test_list_endpoints ... success [0.306s] 2022-02-19 16:30:01.785 33 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v3.test_endpoints.EndPointsTestJSON.test_update_endpoint ... success [0.718s] 2022-02-19 16:30:05.628 33 INFO opnfv-tempest [-] {0} tempest.api.network.test_allowed_address_pair.AllowedAddressPairTestJSON.test_update_port_with_address_pair ... success [6.388s] 2022-02-19 16:30:05.699 33 INFO opnfv-tempest [-] {1} tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_create_volume_with_private_volume_type ... success [0.397s] 2022-02-19 16:30:05.715 33 INFO opnfv-tempest [-] {1} tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_create_with_empty_name ... success [0.015s] 2022-02-19 16:30:05.728 33 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON.test_get_instance_action ... success [0.077s] 2022-02-19 16:30:05.744 33 INFO opnfv-tempest [-] {1} tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_delete_nonexistent_type_id ... success [0.029s] 2022-02-19 16:30:05.767 33 INFO opnfv-tempest [-] {1} tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_get_nonexistent_type_id ... success [0.024s] 2022-02-19 16:30:05.780 33 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v3.test_list_projects.ListProjectsStaticTestJSON.test_list_projects ... success [0.250s] 2022-02-19 16:30:06.328 33 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v3.test_list_projects.ListProjectsStaticTestJSON.test_list_projects_with_domains ... success [0.528s] 2022-02-19 16:30:06.513 33 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v3.test_list_projects.ListProjectsStaticTestJSON.test_list_projects_with_name ... success [0.177s] 2022-02-19 16:30:07.485 33 INFO opnfv-tempest [-] {0} tempest.api.network.test_allowed_address_pair.AllowedAddressPairTestJSON.test_update_port_with_cidr_address_pair ... success [1.857s] 2022-02-19 16:30:10.207 33 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v3.test_list_projects.ListProjectsTestJSON.test_list_projects_with_enabled ... success [0.277s] 2022-02-19 16:30:10.254 33 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON.test_list_instance_actions ... success [4.525s] 2022-02-19 16:30:10.279 33 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v3.test_list_projects.ListProjectsTestJSON.test_list_projects_with_parent ... success [0.077s] 2022-02-19 16:30:13.968 33 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volume_transfers.VolumesTransfersTest.test_create_get_list_accept_volume_transfer ... success [4.430s] 2022-02-19 16:30:14.296 33 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v3.test_list_users.UsersV3TestJSON.test_get_user ... success [0.060s] 2022-02-19 16:30:14.363 33 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v3.test_list_users.UsersV3TestJSON.test_list_user_domains ... success [0.066s] 2022-02-19 16:30:14.451 33 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v3.test_list_users.UsersV3TestJSON.test_list_users ... success [0.086s] 2022-02-19 16:30:14.531 33 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v3.test_list_users.UsersV3TestJSON.test_list_users_with_name ... success [0.080s] 2022-02-19 16:30:14.588 33 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v3.test_list_users.UsersV3TestJSON.test_list_users_with_not_enabled ... success [0.057s] 2022-02-19 16:30:16.174 33 INFO opnfv-tempest [-] {0} tempest.api.network.test_allowed_address_pair.AllowedAddressPairTestJSON.test_update_port_with_multiple_ip_mac_address_pair ... success [8.688s] 2022-02-19 16:30:17.424 33 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volume_transfers.VolumesTransfersTest.test_create_list_delete_volume_transfer ... success [3.456s] 2022-02-19 16:30:19.059 33 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v3.test_regions.RegionsTestJSON.test_create_region_with_specific_id ... success [0.179s] 2022-02-19 16:30:19.602 33 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v3.test_regions.RegionsTestJSON.test_create_update_get_delete_region ... success [0.542s] 2022-02-19 16:30:19.657 33 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v3.test_regions.RegionsTestJSON.test_list_regions ... success [0.054s] 2022-02-19 16:30:20.132 33 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v3.test_regions.RegionsTestJSON.test_list_regions_filter_by_parent_region_id ... success [0.476s] 2022-02-19 16:30:28.343 33 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v3.test_tokens.TokensV3TestJSON.test_get_available_domain_scopes ... success [4.727s] 2022-02-19 16:30:28.634 33 INFO opnfv-tempest [-] {0} tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcp_stateful ... success [7.403s] 2022-02-19 16:30:28.669 33 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v3.test_tokens.TokensV3TestJSON.test_get_available_project_scopes ... success [0.328s] 2022-02-19 16:30:30.221 33 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v3.test_tokens.TokensV3TestJSON.test_rescope_token ... success [1.549s] 2022-02-19 16:30:35.049 33 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v3.test_users_negative.UsersNegativeTest.test_authentication_for_disabled_user ... success [0.885s] 2022-02-19 16:30:35.159 33 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v3.test_users_negative.UsersNegativeTest.test_create_user_for_non_existent_domain ... success [0.111s] 2022-02-19 16:30:36.082 33 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_attach_detach_volume_to_instance ... success [13.724s] 2022-02-19 16:30:37.336 33 INFO opnfv-tempest [-] {2} tempest.api.identity.v2.test_users.IdentityUsersTest ... skip: b"('Identity api v2 is not enabled',)" 2022-02-19 16:30:38.342 33 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_changes_since_future_date ... success [0.094s] 2022-02-19 16:30:38.359 33 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_changes_since_invalid_date ... success [0.016s] 2022-02-19 16:30:38.384 33 INFO opnfv-tempest [-] {2} tempest.api.identity.v3.test_application_credentials.ApplicationCredentialsV3Test.test_create_application_credential ... success [0.374s] 2022-02-19 16:30:38.581 33 INFO opnfv-tempest [-] {2} tempest.api.identity.v3.test_application_credentials.ApplicationCredentialsV3Test.test_create_application_credential_expires ... success [0.197s] 2022-02-19 16:30:38.686 33 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_greater_than_actual_count ... success [0.327s] 2022-02-19 16:30:38.704 33 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_pass_negative_value ... success [0.017s] 2022-02-19 16:30:38.721 33 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_pass_string ... success [0.017s] 2022-02-19 16:30:38.754 33 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_flavor ... success [0.033s] 2022-02-19 16:30:38.847 33 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_image ... success [0.093s] 2022-02-19 16:30:38.938 33 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_server_name ... success [0.089s] 2022-02-19 16:30:39.012 33 INFO opnfv-tempest [-] {2} tempest.api.identity.v3.test_application_credentials.ApplicationCredentialsV3Test.test_list_application_credentials ... success [0.431s] 2022-02-19 16:30:39.256 33 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_detail_server_is_deleted ... success [0.318s] 2022-02-19 16:30:39.276 33 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_status_non_existing ... success [0.020s] 2022-02-19 16:30:39.399 33 INFO opnfv-tempest [-] {2} tempest.api.identity.v3.test_application_credentials.ApplicationCredentialsV3Test.test_query_application_credentials ... success [0.386s] 2022-02-19 16:30:39.440 33 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_with_a_deleted_server ... success [0.164s] 2022-02-19 16:30:41.077 33 INFO opnfv-tempest [-] {2} tempest.api.identity.v3.test_catalog.IdentityCatalogTest.test_catalog_standardization ... success [0.090s] 2022-02-19 16:30:42.395 33 INFO opnfv-tempest [-] {0} tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcp_stateful_fixedips ... success [13.761s] 2022-02-19 16:30:42.772 33 INFO opnfv-tempest [-] {2} tempest.api.identity.v3.test_domains.DefaultDomainTestJSON.test_default_domain_exists ... success [0.098s] 2022-02-19 16:30:43.751 33 INFO opnfv-tempest [-] {2} tempest.api.image.v1.test_images.CreateRegisterImagesTest ... skip: b"('Glance API v1 not supported',)" 2022-02-19 16:30:45.381 33 INFO opnfv-tempest [-] {2} tempest.api.image.v2.admin.test_images.BasicOperationsImagesAdminTest.test_create_image_owner_param ... success [0.407s] 2022-02-19 16:30:45.594 33 INFO opnfv-tempest [-] {2} tempest.api.image.v2.admin.test_images.BasicOperationsImagesAdminTest.test_update_image_owner_param ... success [0.212s] 2022-02-19 16:30:45.850 33 INFO opnfv-tempest [-] {0} tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcp_stateful_fixedips_duplicate ... success [3.455s] 2022-02-19 16:30:47.603 33 INFO opnfv-tempest [-] {0} tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcp_stateful_fixedips_outrange ... success [1.753s] 2022-02-19 16:30:49.476 33 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_deactivate_reactivate_image ... success [1.253s] 2022-02-19 16:30:49.676 33 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_delete_image ... success [0.199s] 2022-02-19 16:30:50.524 33 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_register_upload_get_image_file ... success [0.847s] 2022-02-19 16:30:50.962 33 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_update_image ... success [0.439s] 2022-02-19 16:30:54.183 33 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_get_volume_attachment ... success [18.097s] 2022-02-19 16:30:54.501 33 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_reserve_unreserve_volume ... success [0.322s] 2022-02-19 16:30:54.773 33 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_bootable ... success [0.272s] 2022-02-19 16:30:55.028 33 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_readonly_update ... success [0.254s] 2022-02-19 16:30:55.161 33 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images_member_negative.ImagesMemberNegativeTest.test_image_share_invalid_status ... success [0.638s] 2022-02-19 16:30:55.464 33 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images_member_negative.ImagesMemberNegativeTest.test_image_share_owner_cannot_accept ... success [0.301s] 2022-02-19 16:30:58.670 33 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images_metadefs_namespace_objects.MetadataNamespaceObjectsTest.test_create_update_delete_meta_namespace_objects ... success [0.534s] 2022-02-19 16:30:58.868 33 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images_metadefs_namespace_objects.MetadataNamespaceObjectsTest.test_list_meta_namespace_objects ... success [0.196s] 2022-02-19 16:30:59.043 33 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images_metadefs_namespace_objects.MetadataNamespaceObjectsTest.test_show_meta_namespace_objects ... success [0.175s] 2022-02-19 16:31:01.096 33 INFO opnfv-tempest [-] {0} tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcp_stateful_router ... success [13.489s] 2022-02-19 16:31:03.917 33 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_upload ... success [8.887s] 2022-02-19 16:31:06.000 33 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_dhcp_agent_scheduler.DHCPAgentSchedulersTestJSON.test_add_remove_network_from_dhcp_agent ... success [2.234s] 2022-02-19 16:31:06.037 33 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_dhcp_agent_scheduler.DHCPAgentSchedulersTestJSON.test_list_dhcp_agent_hosting_network ... success [0.039s] 2022-02-19 16:31:06.218 33 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_dhcp_agent_scheduler.DHCPAgentSchedulersTestJSON.test_list_networks_hosted_by_one_dhcp ... success [0.180s] 2022-02-19 16:31:11.772 33 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_backup.VolumesBackupsV39Test.test_update_backup ... success [5.175s] 2022-02-19 16:31:11.783 33 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_change_server_password ... skip [0.000s]: b'Change password not available.' 2022-02-19 16:31:17.737 33 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_clone_negative.VolumesCloneNegativeTest.test_create_from_volume_decreasing_size ... success [1.803s] 2022-02-19 16:31:22.502 33 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_floating_ips_admin_actions.FloatingIPAdminTestJSON.test_create_list_show_floating_ip_with_tenant_id_by_admin ... success [3.511s] 2022-02-19 16:31:25.832 33 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_extend.VolumesExtendAttachedTest.test_extend_attached_volume ... skip [0.000s]: b'Attached volume extend is disabled.' 2022-02-19 16:31:26.250 33 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_floating_ips_admin_actions.FloatingIPAdminTestJSON.test_list_floating_ips_from_admin_and_nonadmin ... success [3.747s] 2022-02-19 16:31:29.650 33 INFO opnfv-tempest [-] {0} tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcpv6_64_subnets ... success [28.547s] 2022-02-19 16:31:31.240 33 INFO opnfv-tempest [-] {0} tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcpv6_invalid_options ... success [1.592s] 2022-02-19 16:31:34.809 33 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_extend.VolumesExtendTest.test_volume_extend ... success [6.480s] 2022-02-19 16:31:38.987 33 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_extend.VolumesExtendTest.test_volume_extend_when_volume_has_snapshot ... success [4.177s] 2022-02-19 16:31:42.686 33 INFO opnfv-tempest [-] {0} tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcpv6_stateless_eui64 ... success [11.445s] 2022-02-19 16:31:48.351 33 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_negative_quotas.QuotasNegativeTest.test_network_quota_exceeding ... success [2.663s] 2022-02-19 16:31:50.052 33 INFO opnfv-tempest [-] {0} tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcpv6_stateless_no_ra ... success [7.362s] 2022-02-19 16:31:53.313 33 INFO opnfv-tempest [-] {0} tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcpv6_stateless_no_ra_no_dhcp ... success [3.262s] 2022-02-19 16:31:55.733 33 INFO opnfv-tempest [-] {2} tempest.api.network.test_agent_management_negative.AgentManagementNegativeTest.test_list_agents_non_admin ... success [0.211s] 2022-02-19 16:31:58.506 33 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_attach_volumes_with_nonexistent_volume_id ... success [12.724s] 2022-02-19 16:31:59.341 33 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_from_deactivated_image ... success [0.835s] 2022-02-19 16:32:00.097 33 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_from_image_with_decreasing_size ... success [0.756s] 2022-02-19 16:32:00.108 33 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_invalid_size ... success [0.012s] 2022-02-19 16:32:00.150 33 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_snapshot_id ... success [0.041s] 2022-02-19 16:32:00.200 33 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_source_volid ... success [0.049s] 2022-02-19 16:32:00.240 33 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_volume_type ... success [0.039s] 2022-02-19 16:32:00.253 33 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_negative ... success [0.013s] 2022-02-19 16:32:00.269 33 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_zero ... success [0.016s] 2022-02-19 16:32:00.287 33 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_without_passing_size ... success [0.017s] 2022-02-19 16:32:00.336 33 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_invalid_volume_id ... success [0.049s] 2022-02-19 16:32:00.352 33 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_volume_without_passing_volume_id ... success [0.015s] 2022-02-19 16:32:00.407 33 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_detach_volumes_with_invalid_volume_id ... success [0.054s] 2022-02-19 16:32:00.456 33 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_invalid_volume_id ... success [0.049s] 2022-02-19 16:32:00.469 33 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_volume_without_passing_volume_id ... success [0.012s] 2022-02-19 16:32:00.525 33 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_invalid_status ... success [0.056s] 2022-02-19 16:32:00.580 33 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_nonexistent_name ... success [0.054s] 2022-02-19 16:32:00.641 33 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_invalid_status ... success [0.061s] 2022-02-19 16:32:00.703 33 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_nonexistent_name ... success [0.061s] 2022-02-19 16:32:00.955 33 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_reserve_volume_with_negative_volume_status ... success [0.252s] 2022-02-19 16:32:01.005 33 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_reserve_volume_with_nonexistent_volume_id ... success [0.049s] 2022-02-19 16:32:01.054 33 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_unreserve_volume_with_nonexistent_volume_id ... success [0.048s] 2022-02-19 16:32:01.068 33 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_empty_volume_id ... success [0.013s] 2022-02-19 16:32:01.118 33 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_invalid_volume_id ... success [0.049s] 2022-02-19 16:32:01.172 33 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_nonexistent_volume_id ... success [0.053s] 2022-02-19 16:32:01.239 33 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_delete_nonexistent_volume_id ... success [0.066s] 2022-02-19 16:32:01.253 33 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_extend_with_None_size ... success [0.015s] 2022-02-19 16:32:01.267 33 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_extend_with_non_number_size ... success [0.014s] 2022-02-19 16:32:01.327 33 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_extend_with_nonexistent_volume_id ... success [0.048s] 2022-02-19 16:32:01.330 33 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_extend_with_size_smaller_than_original_size ... success [0.013s] 2022-02-19 16:32:01.369 33 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_extend_without_passing_volume_id ... success [0.039s] 2022-02-19 16:32:01.423 33 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_get_nonexistent_volume_id ... success [0.053s] 2022-02-19 16:32:02.936 33 INFO opnfv-tempest [-] {2} tempest.api.network.test_extra_dhcp_options.ExtraDHCPOptionsTestJSON.test_create_list_port_with_extra_dhcp_options ... success [2.407s] 2022-02-19 16:32:03.506 33 INFO opnfv-tempest [-] {2} tempest.api.network.test_extra_dhcp_options.ExtraDHCPOptionsTestJSON.test_update_show_port_with_extra_dhcp_options ... success [0.569s] 2022-02-19 16:32:17.620 33 INFO opnfv-tempest [-] {0} tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcpv6_two_subnets ... success [24.298s] 2022-02-19 16:32:17.704 33 INFO opnfv-tempest [-] {2} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_floating_ip_specifying_a_fixed_ip_address ... success [3.623s] 2022-02-19 16:32:23.555 33 INFO opnfv-tempest [-] {2} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_list_show_update_delete_floating_ip ... success [5.850s] 2022-02-19 16:32:27.256 33 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_create_backup ... success [75.446s] 2022-02-19 16:32:27.653 33 INFO opnfv-tempest [-] {0} tempest.api.network.test_extensions.ExtensionsTestJSON.test_list_show_extensions ... success [0.918s] 2022-02-19 16:32:30.822 33 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_network ... success [1.587s] 2022-02-19 16:32:35.509 33 INFO opnfv-tempest [-] {2} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_update_floatingip_with_port_multiple_ip_address ... success [11.953s] 2022-02-19 16:32:38.321 33 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_get_console_output ... success [11.066s] 2022-02-19 16:32:38.998 33 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_port ... success [8.176s] 2022-02-19 16:32:40.145 33 INFO opnfv-tempest [-] {2} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_floating_ip_delete_port ... success [4.635s] 2022-02-19 16:32:46.061 33 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_subnet ... success [7.060s] 2022-02-19 16:32:50.621 33 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_get_console_output_server_id_in_shutoff_status ... success [12.298s] 2022-02-19 16:32:56.705 33 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_network ... success [6.613s] 2022-02-19 16:33:00.367 33 INFO opnfv-tempest [-] {2} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_floating_ip_update_different_router ... success [20.221s] 2022-02-19 16:33:00.582 33 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_port ... success [3.877s] 2022-02-19 16:33:03.792 33 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_subnet ... success [3.207s] 2022-02-19 16:33:04.005 33 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_get_console_output_with_unlimited_size ... success [13.381s] 2022-02-19 16:33:05.007 33 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_get_vnc_console ... success [1.007s] 2022-02-19 16:33:12.754 33 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_lock_unlock_server ... success [7.741s] 2022-02-19 16:33:13.606 33 INFO opnfv-tempest [-] {2} tempest.api.network.test_floating_ips_negative.FloatingIPNegativeTestJSON.test_associate_floatingip_port_ext_net_unreachable ... success [1.929s] 2022-02-19 16:33:13.825 33 INFO opnfv-tempest [-] {2} tempest.api.network.test_floating_ips_negative.FloatingIPNegativeTestJSON.test_create_floatingip_in_private_network ... success [0.218s] 2022-02-19 16:33:15.199 33 INFO opnfv-tempest [-] {2} tempest.api.network.test_floating_ips_negative.FloatingIPNegativeTestJSON.test_create_floatingip_with_port_ext_net_unreachable ... success [1.374s] 2022-02-19 16:33:20.484 33 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers_negative.RoutersNegativeIpV6Test.test_add_router_interfaces_on_overlapping_subnets_returns_400 ... success [11.695s] 2022-02-19 16:33:20.586 33 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers_negative.RoutersNegativeIpV6Test.test_delete_non_existent_router_returns_404 ... success [0.102s] 2022-02-19 16:33:20.965 33 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers_negative.RoutersNegativeIpV6Test.test_router_add_gateway_invalid_network_returns_404 ... success [0.379s] 2022-02-19 16:33:21.884 33 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_pause_unpause_server ... success [9.131s] 2022-02-19 16:33:22.375 33 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers_negative.RoutersNegativeIpV6Test.test_router_add_gateway_net_not_external_returns_400 ... success [1.410s] 2022-02-19 16:33:26.793 33 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers_negative.RoutersNegativeIpV6Test.test_router_remove_interface_in_use_returns_409 ... success [4.417s] 2022-02-19 16:33:26.879 33 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers_negative.RoutersNegativeIpV6Test.test_show_non_existent_router_returns_404 ... success [0.086s] 2022-02-19 16:33:26.937 33 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers_negative.RoutersNegativeIpV6Test.test_update_non_existent_router_returns_404 ... success [0.057s] 2022-02-19 16:33:29.260 33 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksIpV6TestAttrs.test_create_delete_slaac_subnet_with_ports ... success [3.438s] 2022-02-19 16:33:32.584 33 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksIpV6TestAttrs.test_create_delete_stateless_subnet_with_ports ... success [3.324s] 2022-02-19 16:33:34.170 33 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksIpV6TestAttrs.test_create_delete_subnet_with_v6_attributes_slaac ... success [1.587s] 2022-02-19 16:33:35.529 33 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksIpV6TestAttrs.test_create_delete_subnet_with_v6_attributes_stateful ... success [1.358s] 2022-02-19 16:33:38.069 33 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_hard ... success [16.182s] 2022-02-19 16:33:39.135 33 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksIpV6TestAttrs.test_create_delete_subnet_with_v6_attributes_stateless ... success [3.606s] 2022-02-19 16:33:43.064 33 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_soft ... skip [4.997s]: b'Skipped until bug: https://launchpad.net/bugs/1014647 is resolved.' 2022-02-19 16:33:44.591 33 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_create_port_on_non_existent_network ... success [0.200s] 2022-02-19 16:33:44.639 33 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_delete_non_existent_network ... success [0.048s] 2022-02-19 16:33:44.678 33 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_delete_non_existent_port ... success [0.038s] 2022-02-19 16:33:44.713 33 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_delete_non_existent_subnet ... success [0.035s] 2022-02-19 16:33:44.746 33 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_show_non_existent_network ... success [0.033s] 2022-02-19 16:33:44.785 33 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_show_non_existent_port ... success [0.038s] 2022-02-19 16:33:44.821 33 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_show_non_existent_subnet ... success [0.036s] 2022-02-19 16:33:44.855 33 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_update_non_existent_network ... success [0.033s] 2022-02-19 16:33:44.893 33 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_update_non_existent_port ... success [0.038s] 2022-02-19 16:33:44.927 33 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_update_non_existent_subnet ... success [0.033s] 2022-02-19 16:33:50.492 33 INFO opnfv-tempest [-] {2} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_bulk_port ... success [2.519s] 2022-02-19 16:33:54.240 33 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_add_router_interfaces_on_overlapping_subnets_returns_400 ... success [6.153s] 2022-02-19 16:33:54.276 33 INFO opnfv-tempest [-] {2} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_in_allowed_allocation_pools ... success [3.785s] 2022-02-19 16:33:54.292 33 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_delete_non_existent_router_returns_404 ... success [0.052s] 2022-02-19 16:33:54.570 33 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_router_add_gateway_invalid_network_returns_404 ... success [0.278s] 2022-02-19 16:33:55.969 33 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_router_add_gateway_net_not_external_returns_400 ... success [1.397s] 2022-02-19 16:33:58.008 33 INFO opnfv-tempest [-] {2} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_with_no_securitygroups ... success [3.731s] 2022-02-19 16:34:00.692 33 INFO opnfv-tempest [-] {2} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_show_delete_port_user_defined_mac ... success [2.684s] 2022-02-19 16:34:02.177 33 INFO opnfv-tempest [-] {2} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_update_delete_port ... success [1.483s] 2022-02-19 16:34:04.935 33 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_router_remove_interface_in_use_returns_409 ... success [8.966s] 2022-02-19 16:34:05.028 33 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_show_non_existent_router_returns_404 ... success [0.092s] 2022-02-19 16:34:05.095 33 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_update_non_existent_router_returns_404 ... success [0.066s] 2022-02-19 16:34:06.277 33 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_rebuild_server ... success [23.208s] 2022-02-19 16:34:09.982 33 INFO opnfv-tempest [-] {2} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_update_port_with_second_ip ... success [7.805s] 2022-02-19 16:34:10.067 33 INFO opnfv-tempest [-] {2} tempest.api.network.test_ports.PortsIpV6TestJSON.test_list_ports ... success [0.085s] 2022-02-19 16:34:10.134 33 INFO opnfv-tempest [-] {2} tempest.api.network.test_ports.PortsIpV6TestJSON.test_list_ports_fields ... success [0.067s] 2022-02-19 16:34:15.701 33 INFO opnfv-tempest [-] {2} tempest.api.network.test_ports.PortsIpV6TestJSON.test_port_list_filter_by_ip ... success [5.564s] 2022-02-19 16:34:19.961 33 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group ... success [1.214s] 2022-02-19 16:34:20.895 33 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_additional_args ... success [0.933s] 2022-02-19 16:34:28.289 33 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_rebuild_server_in_stop_state ... success [22.007s] 2022-02-19 16:34:29.227 33 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_icmp_type_code ... success [8.326s] 2022-02-19 16:34:29.971 33 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_protocol_integer_value ... success [0.749s] 2022-02-19 16:34:31.450 33 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_remote_group_id ... success [1.476s] 2022-02-19 16:34:32.238 33 INFO opnfv-tempest [-] {2} tempest.api.network.test_ports.PortsIpV6TestJSON.test_port_list_filter_by_ip_substr ... success [16.537s] 2022-02-19 16:34:32.439 33 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_remote_ip_prefix ... success [0.990s] 2022-02-19 16:34:34.730 33 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule ... success [2.287s] 2022-02-19 16:34:34.775 33 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups ... success [0.048s] 2022-02-19 16:34:36.502 33 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_additional_default_security_group_fails ... success [0.162s] 2022-02-19 16:34:37.638 33 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_duplicate_security_group_rule_fails ... success [1.135s] 2022-02-19 16:34:38.137 33 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_ethertype ... success [0.499s] 2022-02-19 16:34:38.660 33 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_protocol ... success [0.522s] 2022-02-19 16:34:39.269 33 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_remote_ip_prefix ... success [0.608s] 2022-02-19 16:34:39.618 33 INFO opnfv-tempest [-] {2} tempest.api.network.test_ports.PortsIpV6TestJSON.test_port_list_filter_by_router_id ... success [7.379s] 2022-02-19 16:34:39.695 33 INFO opnfv-tempest [-] {2} tempest.api.network.test_ports.PortsIpV6TestJSON.test_show_port ... success [0.077s] 2022-02-19 16:34:39.760 33 INFO opnfv-tempest [-] {2} tempest.api.network.test_ports.PortsIpV6TestJSON.test_show_port_fields ... success [0.064s] 2022-02-19 16:34:40.792 33 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_remove_server_all_security_groups ... success [12.506s] 2022-02-19 16:34:40.893 33 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_invalid_ports ... success [1.622s] 2022-02-19 16:34:46.252 33 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_non_existent_remote_groupid ... success [5.357s] 2022-02-19 16:34:46.417 33 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_non_existent_security_group ... success [0.167s] 2022-02-19 16:34:47.625 33 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_remote_ip_and_group ... success [1.205s] 2022-02-19 16:34:48.300 33 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_update_name_default ... success [0.670s] 2022-02-19 16:34:48.323 33 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_delete_non_existent_security_group ... success [0.028s] 2022-02-19 16:34:48.356 33 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_show_non_existent_security_group ... success [0.032s] 2022-02-19 16:34:48.398 33 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_show_non_existent_security_group_rule ... success [0.043s] 2022-02-19 16:34:49.980 33 INFO opnfv-tempest [-] {0} tempest.api.network.test_service_providers.ServiceProvidersTest.test_service_providers_list ... success [0.253s] 2022-02-19 16:34:50.726 33 INFO opnfv-tempest [-] {2} tempest.api.network.test_ports.PortsIpV6TestJSON.test_update_port_with_security_group_and_extra_attributes ... success [10.963s] 2022-02-19 16:34:52.431 33 INFO opnfv-tempest [-] {0} tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools ... success [0.904s] 2022-02-19 16:34:53.329 33 INFO opnfv-tempest [-] {0} tempest.api.network.test_tags.TagsExtTest ... skip: b"('tag-ext extension not enabled.',)" 2022-02-19 16:34:54.689 33 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_quotas.AccountQuotasTest.test_admin_modify_quota ... success [0.112s] 2022-02-19 16:34:54.712 33 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_quotas.AccountQuotasTest.test_upload_valid_object ... success [0.022s] 2022-02-19 16:34:57.298 33 INFO opnfv-tempest [-] {2} tempest.api.network.test_ports.PortsIpV6TestJSON.test_update_port_with_two_security_groups_and_extra_attributes ... success [6.571s] 2022-02-19 16:34:59.794 33 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_acl_negative.ObjectACLsNegativeTest.test_delete_object_with_non_authorized_user ... success [0.267s] 2022-02-19 16:34:59.832 33 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_acl_negative.ObjectACLsNegativeTest.test_delete_object_without_using_creds ... success [0.038s] 2022-02-19 16:34:59.875 33 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_acl_negative.ObjectACLsNegativeTest.test_delete_object_without_write_rights ... success [0.042s] 2022-02-19 16:34:59.910 33 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_acl_negative.ObjectACLsNegativeTest.test_read_object_with_non_authorized_user ... success [0.035s] 2022-02-19 16:34:59.946 33 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_acl_negative.ObjectACLsNegativeTest.test_read_object_without_rights ... success [0.035s] 2022-02-19 16:34:59.963 33 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_acl_negative.ObjectACLsNegativeTest.test_write_object_with_non_authorized_user ... success [0.017s] 2022-02-19 16:34:59.997 33 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_acl_negative.ObjectACLsNegativeTest.test_write_object_without_rights ... success [0.033s] 2022-02-19 16:35:00.021 33 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_acl_negative.ObjectACLsNegativeTest.test_write_object_without_using_creds ... success [0.024s] 2022-02-19 16:35:00.049 33 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_acl_negative.ObjectACLsNegativeTest.test_write_object_without_write_rights ... success [0.027s] 2022-02-19 16:35:06.242 33 INFO opnfv-tempest [-] {2} tempest.api.network.test_ports.PortsTestJSON.test_create_bulk_port ... success [2.807s] 2022-02-19 16:35:06.695 33 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_resize_server_confirm ... success [25.898s] 2022-02-19 16:35:10.228 33 INFO opnfv-tempest [-] {2} tempest.api.network.test_ports.PortsTestJSON.test_create_port_in_allowed_allocation_pools ... success [3.985s] 2022-02-19 16:35:14.501 33 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_expiry.ObjectExpiryTest.test_get_object_after_expiry_time ... success [12.065s] 2022-02-19 16:35:14.560 33 INFO opnfv-tempest [-] {2} tempest.api.network.test_ports.PortsTestJSON.test_create_port_with_no_securitygroups ... success [4.333s] 2022-02-19 16:35:16.749 33 INFO opnfv-tempest [-] {2} tempest.api.network.test_ports.PortsTestJSON.test_create_show_delete_port_user_defined_mac ... success [2.187s] 2022-02-19 16:35:18.270 33 INFO opnfv-tempest [-] {2} tempest.api.network.test_ports.PortsTestJSON.test_create_update_delete_port ... success [1.519s] 2022-02-19 16:35:25.465 33 INFO opnfv-tempest [-] {2} tempest.api.network.test_ports.PortsTestJSON.test_create_update_port_with_second_ip ... success [7.194s] 2022-02-19 16:35:25.532 33 INFO opnfv-tempest [-] {2} tempest.api.network.test_ports.PortsTestJSON.test_list_ports ... success [0.068s] 2022-02-19 16:35:25.589 33 INFO opnfv-tempest [-] {2} tempest.api.network.test_ports.PortsTestJSON.test_list_ports_fields ... success [0.056s] 2022-02-19 16:35:26.558 33 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_expiry.ObjectExpiryTest.test_get_object_at_expiry_time ... success [12.056s] 2022-02-19 16:35:30.395 33 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_formpost.ObjectFormPostTest.test_post_object_using_form ... success [0.023s] 2022-02-19 16:35:30.999 33 INFO opnfv-tempest [-] {2} tempest.api.network.test_ports.PortsTestJSON.test_port_list_filter_by_ip ... success [5.409s] 2022-02-19 16:35:38.559 33 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_slo.ObjectSloTest.test_delete_large_object ... success [4.552s] 2022-02-19 16:35:42.109 33 INFO opnfv-tempest [-] {2} tempest.api.network.test_ports.PortsTestJSON.test_port_list_filter_by_ip_substr ... success [11.108s] 2022-02-19 16:35:42.827 33 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_slo.ObjectSloTest.test_list_large_object_metadata ... success [4.266s] 2022-02-19 16:35:47.225 33 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_slo.ObjectSloTest.test_retrieve_large_object ... success [4.396s] 2022-02-19 16:35:50.218 33 INFO opnfv-tempest [-] {2} tempest.api.network.test_ports.PortsTestJSON.test_port_list_filter_by_router_id ... success [8.108s] 2022-02-19 16:35:50.280 33 INFO opnfv-tempest [-] {2} tempest.api.network.test_ports.PortsTestJSON.test_show_port ... success [0.063s] 2022-02-19 16:35:50.329 33 INFO opnfv-tempest [-] {2} tempest.api.network.test_ports.PortsTestJSON.test_show_port_fields ... success [0.047s] 2022-02-19 16:35:50.791 33 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_resize_server_confirm_from_stopped ... success [44.088s] 2022-02-19 16:35:51.511 33 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_slo.ObjectSloTest.test_upload_manifest ... success [4.287s] 2022-02-19 16:35:55.234 33 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_temp_url_negative.ObjectTempUrlNegativeTest.test_get_object_after_expiration_time ... success [2.021s] 2022-02-19 16:36:00.646 33 INFO opnfv-tempest [-] {2} tempest.api.network.test_ports.PortsTestJSON.test_update_port_with_security_group_and_extra_attributes ... success [10.316s] 2022-02-19 16:36:07.912 33 INFO opnfv-tempest [-] {2} tempest.api.network.test_ports.PortsTestJSON.test_update_port_with_two_security_groups_and_extra_attributes ... success [7.265s] 2022-02-19 16:36:10.251 33 INFO opnfv-tempest [-] {0} tempest.api.volume.admin.test_group_snapshots.GroupSnapshotsTest.test_create_group_from_group_snapshot ... success [10.827s] 2022-02-19 16:36:27.158 33 INFO opnfv-tempest [-] {0} tempest.api.volume.admin.test_group_snapshots.GroupSnapshotsTest.test_delete_group_snapshots_following_updated_volumes ... success [16.900s] 2022-02-19 16:36:27.523 33 INFO opnfv-tempest [-] {2} tempest.api.network.test_routers.RoutersTest.test_add_multiple_router_interfaces ... success [14.326s] 2022-02-19 16:36:31.868 33 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_resize_server_revert ... success [41.065s] 2022-02-19 16:36:34.124 33 INFO opnfv-tempest [-] {0} tempest.api.volume.admin.test_group_snapshots.GroupSnapshotsTest.test_group_snapshot_create_show_list_delete ... success [6.968s] 2022-02-19 16:36:42.752 33 INFO opnfv-tempest [-] {2} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_port_id ... success [15.229s] 2022-02-19 16:36:45.489 33 INFO opnfv-tempest [-] {0} tempest.api.volume.admin.test_snapshot_manage.SnapshotManageAdminTest.test_unmanage_manage_snapshot ... success [7.819s] 2022-02-19 16:36:49.464 33 INFO opnfv-tempest [-] {2} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_subnet_id ... success [6.711s] 2022-02-19 16:36:49.466 33 INFO opnfv-tempest [-] {2} tempest.api.network.test_routers.RoutersTest.test_create_router_set_gateway_with_fixed_ip ... skip [0.001s]: b'Skipped until bug: https://launchpad.net/bugs/1676207 is resolved.' 2022-02-19 16:36:49.732 33 INFO opnfv-tempest [-] {0} tempest.api.volume.admin.test_volume_pools.VolumePoolsAdminTestsJSON.test_get_pools_with_details ... success [0.221s] 2022-02-19 16:36:49.788 33 INFO opnfv-tempest [-] {0} tempest.api.volume.admin.test_volume_pools.VolumePoolsAdminTestsJSON.test_get_pools_without_details ... success [0.056s] 2022-02-19 16:36:53.089 33 INFO opnfv-tempest [-] {2} tempest.api.network.test_routers.RoutersTest.test_create_show_list_update_delete_router ... success [3.624s] 2022-02-19 16:36:54.002 33 INFO opnfv-tempest [-] {0} tempest.api.volume.admin.test_volume_quotas.VolumeQuotasAdminTestJSON.test_delete_quota ... success [0.566s] 2022-02-19 16:36:54.074 33 INFO opnfv-tempest [-] {0} tempest.api.volume.admin.test_volume_quotas.VolumeQuotasAdminTestJSON.test_list_default_quotas ... success [0.073s] 2022-02-19 16:36:54.173 33 INFO opnfv-tempest [-] {0} tempest.api.volume.admin.test_volume_quotas.VolumeQuotasAdminTestJSON.test_list_quotas ... success [0.098s] 2022-02-19 16:36:57.222 33 INFO opnfv-tempest [-] {0} tempest.api.volume.admin.test_volume_quotas.VolumeQuotasAdminTestJSON.test_quota_usage ... success [3.047s] 2022-02-19 16:37:01.198 33 INFO opnfv-tempest [-] {0} tempest.api.volume.admin.test_volume_quotas.VolumeQuotasAdminTestJSON.test_quota_usage_after_volume_transfer ... success [3.973s] 2022-02-19 16:37:01.307 33 INFO opnfv-tempest [-] {0} tempest.api.volume.admin.test_volume_quotas.VolumeQuotasAdminTestJSON.test_show_quota_usage ... success [0.111s] 2022-02-19 16:37:01.755 33 INFO opnfv-tempest [-] {0} tempest.api.volume.admin.test_volume_quotas.VolumeQuotasAdminTestJSON.test_update_all_quota_resources_for_tenant ... success [0.448s] 2022-02-19 16:37:07.935 33 INFO opnfv-tempest [-] {2} tempest.api.network.test_routers.RoutersTest.test_router_interface_port_update_with_fixed_ip ... success [14.844s] 2022-02-19 16:37:09.287 33 INFO opnfv-tempest [-] {0} tempest.api.volume.admin.test_volume_snapshot_quotas_negative.VolumeSnapshotQuotasNegativeTestJSON.test_quota_volume_gigabytes_snapshots ... success [0.415s] 2022-02-19 16:37:09.406 33 INFO opnfv-tempest [-] {0} tempest.api.volume.admin.test_volume_snapshot_quotas_negative.VolumeSnapshotQuotasNegativeTestJSON.test_quota_volume_snapshots ... success [0.119s] 2022-02-19 16:37:14.972 33 INFO opnfv-tempest [-] {0} tempest.api.volume.admin.test_volume_types_extra_specs.VolumeTypesExtraSpecsTest.test_volume_type_extra_spec_create_get_delete ... success [0.242s] 2022-02-19 16:37:15.097 33 INFO opnfv-tempest [-] {0} tempest.api.volume.admin.test_volume_types_extra_specs.VolumeTypesExtraSpecsTest.test_volume_type_extra_specs_list ... success [0.124s] 2022-02-19 16:37:15.400 33 INFO opnfv-tempest [-] {0} tempest.api.volume.admin.test_volume_types_extra_specs.VolumeTypesExtraSpecsTest.test_volume_type_extra_specs_update ... success [0.303s] 2022-02-19 16:37:18.800 33 INFO opnfv-tempest [-] {0} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_create_invalid_body ... success [0.019s] 2022-02-19 16:37:18.821 33 INFO opnfv-tempest [-] {0} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_create_none_body ... success [0.020s] 2022-02-19 16:37:18.886 33 INFO opnfv-tempest [-] {0} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_create_nonexistent_type_id ... success [0.065s] 2022-02-19 16:37:18.910 33 INFO opnfv-tempest [-] {0} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_delete_nonexistent_volume_type_id ... success [0.022s] 2022-02-19 16:37:18.938 33 INFO opnfv-tempest [-] {0} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_get_nonexistent_extra_spec_name ... success [0.028s] 2022-02-19 16:37:18.967 33 INFO opnfv-tempest [-] {0} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_get_nonexistent_volume_type_id ... success [0.029s] 2022-02-19 16:37:18.992 33 INFO opnfv-tempest [-] {0} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_list_nonexistent_volume_type_id ... success [0.024s] 2022-02-19 16:37:19.008 33 INFO opnfv-tempest [-] {0} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_update_multiple_extra_spec ... success [0.016s] 2022-02-19 16:37:19.025 33 INFO opnfv-tempest [-] {0} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_update_no_body ... success [0.016s] 2022-02-19 16:37:19.085 33 INFO opnfv-tempest [-] {0} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_update_none_extra_spec_id ... success [0.059s] 2022-02-19 16:37:19.157 33 INFO opnfv-tempest [-] {0} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_update_nonexistent_extra_spec_id ... success [0.072s] 2022-02-19 16:37:25.837 33 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_resize_server_revert_with_volume_attached ... success [53.959s] 2022-02-19 16:37:43.343 33 INFO opnfv-tempest [-] {0} tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_force_detach_volume ... success [21.183s] 2022-02-19 16:37:46.280 33 INFO opnfv-tempest [-] {0} tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_force_delete_when_volume_is_attaching ... success [2.941s] 2022-02-19 16:37:49.283 33 INFO opnfv-tempest [-] {0} tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_force_delete_when_volume_is_creating ... success [3.003s] 2022-02-19 16:37:49.337 33 INFO opnfv-tempest [-] {2} tempest.api.network.test_routers.RoutersTest.test_update_delete_extra_route ... success [41.399s] 2022-02-19 16:37:50.766 33 INFO opnfv-tempest [-] {2} tempest.api.network.test_routers.RoutersTest.test_update_router_admin_state ... success [1.431s] 2022-02-19 16:37:52.453 33 INFO opnfv-tempest [-] {0} tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_force_delete_when_volume_is_error ... success [3.169s] 2022-02-19 16:37:53.402 33 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_additional_default_security_group_fails ... success [0.163s] 2022-02-19 16:37:54.781 33 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_duplicate_security_group_rule_fails ... success [1.379s] 2022-02-19 16:37:55.362 33 INFO opnfv-tempest [-] {0} tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_force_delete_when_volume_is_maintenance ... success [2.908s] 2022-02-19 16:37:55.381 33 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_security_group_rule_with_bad_ethertype ... success [0.599s] 2022-02-19 16:37:55.843 33 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_security_group_rule_with_bad_protocol ... success [0.461s] 2022-02-19 16:37:56.697 33 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_security_group_rule_with_bad_remote_ip_prefix ... success [0.852s] 2022-02-19 16:37:57.014 33 INFO opnfv-tempest [-] {0} tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_reset_status ... success [1.651s] 2022-02-19 16:37:58.483 33 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_security_group_rule_with_invalid_ports ... success [1.786s] 2022-02-19 16:38:04.135 33 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_security_group_rule_with_non_existent_remote_groupid ... success [5.652s] 2022-02-19 16:38:04.308 33 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_security_group_rule_with_non_existent_security_group ... success [0.173s] 2022-02-19 16:38:05.312 33 INFO opnfv-tempest [-] {0} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_crud_snapshot_metadata ... success [0.378s] 2022-02-19 16:38:05.530 33 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_security_group_rule_with_remote_ip_and_group ... success [1.219s] 2022-02-19 16:38:05.626 33 INFO opnfv-tempest [-] {0} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_update_show_snapshot_metadata_item ... success [0.313s] 2022-02-19 16:38:06.422 33 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_security_group_rule_wrong_ip_prefix_version ... success [0.891s] 2022-02-19 16:38:06.957 33 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_security_group_update_name_default ... success [0.535s] 2022-02-19 16:38:06.982 33 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_delete_non_existent_security_group ... success [0.026s] 2022-02-19 16:38:06.998 33 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_show_non_existent_security_group ... success [0.016s] 2022-02-19 16:38:07.025 33 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_show_non_existent_security_group_rule ... success [0.027s] 2022-02-19 16:38:08.639 33 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_account_bulk.BulkTest.test_bulk_delete ... success [0.149s] 2022-02-19 16:38:08.683 33 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_account_bulk.BulkTest.test_bulk_delete_by_POST ... success [0.044s] 2022-02-19 16:38:10.754 33 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_account_bulk.BulkTest.test_extract_archive ... success [2.069s] 2022-02-19 16:38:11.890 33 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volume_absolute_limits.AbsoluteLimitsTests.test_get_volume_absolute_limits ... success [0.104s] 2022-02-19 16:38:13.264 33 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_account_services.AccountTest.test_list_account_metadata ... success [0.025s] 2022-02-19 16:38:13.274 33 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers ... success [0.010s] 2022-02-19 16:38:13.293 33 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_reverse_order ... success [0.019s] 2022-02-19 16:38:13.305 33 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_end_marker ... success [0.011s] 2022-02-19 16:38:13.315 33 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_format_json ... success [0.009s] 2022-02-19 16:38:13.324 33 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_format_xml ... success [0.009s] 2022-02-19 16:38:13.347 33 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_limit ... success [0.022s] 2022-02-19 16:38:13.354 33 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_limit_and_end_marker ... success [0.008s] 2022-02-19 16:38:13.497 33 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_limit_and_marker ... success [0.137s] 2022-02-19 16:38:13.500 33 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_limit_and_marker_and_end_marker ... success [0.008s] 2022-02-19 16:38:13.511 33 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_marker ... success [0.011s] 2022-02-19 16:38:13.519 33 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_marker_and_end_marker ... success [0.008s] 2022-02-19 16:38:13.528 33 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers_with_prefix ... success [0.009s] 2022-02-19 16:38:13.533 33 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_account_services.AccountTest.test_list_extensions ... success [0.004s] 2022-02-19 16:38:13.542 33 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_account_services.AccountTest.test_list_no_account_metadata ... success [0.009s] 2022-02-19 16:38:13.720 33 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_account_services.AccountTest.test_list_no_containers ... success [0.177s] 2022-02-19 16:38:13.751 33 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_account_services.AccountTest.test_update_account_metadata_with_create_and_delete_metadata ... success [0.031s] 2022-02-19 16:38:13.773 33 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_account_services.AccountTest.test_update_account_metadata_with_create_metadata ... success [0.022s] 2022-02-19 16:38:13.787 33 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_account_services.AccountTest.test_update_account_metadata_with_create_metadata_key ... success [0.014s] 2022-02-19 16:38:13.809 33 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_account_services.AccountTest.test_update_account_metadata_with_delete_metadata ... success [0.022s] 2022-02-19 16:38:13.830 33 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_account_services.AccountTest.test_update_account_metadata_with_delete_metadata_key ... success [0.020s] 2022-02-19 16:38:17.078 33 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_resize_volume_backed_server_confirm ... success [51.227s] 2022-02-19 16:38:17.377 33 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_crud_volume_metadata ... success [0.446s] 2022-02-19 16:38:17.716 33 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_update_show_volume_metadata_item ... success [0.338s] 2022-02-19 16:38:26.911 33 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete ... success [5.994s] 2022-02-19 16:38:28.506 33 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_services_negative.ContainerNegativeTest.test_create_container_metadata_exceeds_overall_metadata_count ... success [0.210s] 2022-02-19 16:38:28.514 33 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_services_negative.ContainerNegativeTest.test_create_container_metadata_name_exceeds_max_length ... success [0.008s] 2022-02-19 16:38:28.521 33 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_services_negative.ContainerNegativeTest.test_create_container_metadata_value_exceeds_max_length ... success [0.006s] 2022-02-19 16:38:28.525 33 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_services_negative.ContainerNegativeTest.test_create_container_name_exceeds_max_length ... success [0.004s] 2022-02-19 16:38:28.575 33 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_services_negative.ContainerNegativeTest.test_delete_non_empty_container ... success [0.048s] 2022-02-19 16:38:28.578 33 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_services_negative.ContainerNegativeTest.test_delete_with_nonexistent_container_name ... success [0.004s] 2022-02-19 16:38:28.583 33 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_services_negative.ContainerNegativeTest.test_get_metadata_headers_with_invalid_container_name ... success [0.005s] 2022-02-19 16:38:28.614 33 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_services_negative.ContainerNegativeTest.test_list_all_container_objects_on_deleted_container ... success [0.030s] 2022-02-19 16:38:28.617 33 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_services_negative.ContainerNegativeTest.test_list_all_container_objects_with_nonexistent_container ... success [0.003s] 2022-02-19 16:38:28.620 33 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_services_negative.ContainerNegativeTest.test_update_metadata_with_nonexistent_container_name ... success [0.003s] 2022-02-19 16:38:30.749 33 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_staticweb.StaticWebTest.test_web_error ... success [0.020s] 2022-02-19 16:38:30.775 33 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_staticweb.StaticWebTest.test_web_index ... success [0.026s] 2022-02-19 16:38:30.799 33 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_staticweb.StaticWebTest.test_web_listing ... success [0.023s] 2022-02-19 16:38:30.836 33 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_staticweb.StaticWebTest.test_web_listing_css ... success [0.037s] 2022-02-19 16:38:34.626 33 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_healthcheck.HealthcheckTest.test_get_healthcheck ... success [0.008s] 2022-02-19 16:38:36.569 33 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_object_services.ObjectTest.test_copy_object_2d_way ... success [0.076s] 2022-02-19 16:38:36.746 33 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_object_services.ObjectTest.test_copy_object_across_containers ... success [0.176s] 2022-02-19 16:38:36.818 33 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_object_services.ObjectTest.test_copy_object_in_same_container ... success [0.072s] 2022-02-19 16:38:36.862 33 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_object_services.ObjectTest.test_copy_object_to_itself ... success [0.043s] 2022-02-19 16:38:36.869 33 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_as_clone ... success [9.954s] 2022-02-19 16:38:36.895 33 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_object_services.ObjectTest.test_copy_object_with_x_fresh_metadata ... success [0.032s] 2022-02-19 16:38:36.942 33 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_object_services.ObjectTest.test_copy_object_with_x_object_meta ... success [0.046s] 2022-02-19 16:38:36.990 33 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_object_services.ObjectTest.test_copy_object_with_x_object_metakey ... success [0.047s] 2022-02-19 16:38:37.038 33 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_object_services.ObjectTest.test_create_object ... success [0.047s] 2022-02-19 16:38:37.063 33 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_object_services.ObjectTest.test_create_object_with_content_disposition ... success [0.026s] 2022-02-19 16:38:37.089 33 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_object_services.ObjectTest.test_create_object_with_content_encoding ... success [0.025s] 2022-02-19 16:38:37.112 33 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_object_services.ObjectTest.test_create_object_with_etag ... success [0.023s] 2022-02-19 16:38:37.135 33 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_object_services.ObjectTest.test_create_object_with_expect_continue ... success [0.022s] 2022-02-19 16:38:37.208 33 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_object_services.ObjectTest.test_create_object_with_transfer_encoding ... success [0.072s] 2022-02-19 16:38:37.243 33 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_object_services.ObjectTest.test_create_object_with_x_fresh_metadata ... success [0.033s] 2022-02-19 16:38:37.268 33 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_object_services.ObjectTest.test_create_object_with_x_object_meta ... success [0.026s] 2022-02-19 16:38:37.287 33 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_object_services.ObjectTest.test_create_object_with_x_object_metakey ... success [0.018s] 2022-02-19 16:38:37.375 33 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_object_services.ObjectTest.test_create_object_with_x_remove_object_meta ... success [0.087s] 2022-02-19 16:38:37.419 33 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_object_services.ObjectTest.test_create_object_with_x_remove_object_metakey ... success [0.043s] 2022-02-19 16:38:37.445 33 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_object_services.ObjectTest.test_delete_object ... success [0.027s] 2022-02-19 16:38:37.473 33 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_object_services.ObjectTest.test_get_object ... success [0.026s] 2022-02-19 16:38:37.499 33 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_object_services.ObjectTest.test_get_object_if_different ... success [0.025s] 2022-02-19 16:38:37.522 33 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_object_services.ObjectTest.test_get_object_with_if_match ... success [0.023s] 2022-02-19 16:38:37.578 33 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_object_services.ObjectTest.test_get_object_with_if_modified_since ... success [0.055s] 2022-02-19 16:38:37.606 33 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_object_services.ObjectTest.test_get_object_with_if_none_match ... success [0.027s] 2022-02-19 16:38:37.622 33 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_object_services.ObjectTest.test_get_object_with_if_unmodified_since ... success [0.016s] 2022-02-19 16:38:37.639 33 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_object_services.ObjectTest.test_get_object_with_metadata ... success [0.016s] 2022-02-19 16:38:37.651 33 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_object_services.ObjectTest.test_get_object_with_range ... success [0.013s] 2022-02-19 16:38:37.697 33 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_object_services.ObjectTest.test_get_object_with_x_newest ... success [0.044s] 2022-02-19 16:38:37.929 33 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_object_services.ObjectTest.test_get_object_with_x_object_manifest ... success [0.230s] 2022-02-19 16:38:37.946 33 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_object_services.ObjectTest.test_list_no_object_metadata ... success [0.019s] 2022-02-19 16:38:37.962 33 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_object_services.ObjectTest.test_list_object_metadata ... success [0.015s] 2022-02-19 16:38:38.128 33 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_object_services.ObjectTest.test_list_object_metadata_with_x_object_manifest ... success [0.164s] 2022-02-19 16:38:38.284 33 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_object_services.ObjectTest.test_object_upload_in_segments ... success [0.155s] 2022-02-19 16:38:38.311 33 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_object_services.ObjectTest.test_update_object_metadata ... success [0.028s] 2022-02-19 16:38:38.337 33 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_object_services.ObjectTest.test_update_object_metadata_with_create_and_remove_metadata ... success [0.025s] 2022-02-19 16:38:38.365 33 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_object_services.ObjectTest.test_update_object_metadata_with_remove_metadata ... success [0.028s] 2022-02-19 16:38:38.585 33 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_object_services.ObjectTest.test_update_object_metadata_with_x_object_manifest ... success [0.218s] 2022-02-19 16:38:38.647 33 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_object_services.ObjectTest.test_update_object_metadata_with_x_object_metakey ... success [0.061s] 2022-02-19 16:38:38.724 33 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_object_services.ObjectTest.test_update_object_metadata_with_x_remove_object_metakey ... success [0.078s] 2022-02-19 16:38:40.045 33 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_shelve_paused_server ... success [22.964s] 2022-02-19 16:38:44.979 33 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image ... success [8.110s] 2022-02-19 16:38:48.374 33 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_get.VolumesSummaryTest.test_show_volume_summary ... success [0.243s] 2022-02-19 16:38:48.512 33 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_group_types.GroupTypesTest.test_group_type_create_list_update_show ... success [0.407s] 2022-02-19 16:38:50.454 33 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_multi_backend.VolumeMultiBackendTest ... skip: b"('Cinder multi-backend feature disabled',)" 2022-02-19 16:38:52.472 33 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_user_messages.UserMessagesTest.test_delete_message ... success [0.853s] 2022-02-19 16:38:52.986 33 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_user_messages.UserMessagesTest.test_list_show_messages ... success [0.514s] 2022-02-19 16:38:59.131 33 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_volume_quotas_negative.VolumeQuotasNegativeTestJSON.test_quota_volume_gigabytes ... success [0.556s] 2022-02-19 16:38:59.484 33 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_volume_quotas_negative.VolumeQuotasNegativeTestJSON.test_quota_volumes ... success [0.353s] 2022-02-19 16:38:59.802 33 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_volume_quotas_negative.VolumeQuotasNegativeTestJSON.test_volume_extend_gigabytes_quota_deviation ... success [0.318s] 2022-02-19 16:39:03.409 33 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_volume_retype.VolumeRetypeWithMigrationTest ... skip: b"('Cinder multi-backend feature disabled',)" 2022-02-19 16:39:11.293 33 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_shelve_unshelve_server ... success [31.240s] 2022-02-19 16:39:11.740 33 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_volumes_list.VolumesListAdminTestJSON.test_volume_list_param_tenant ... success [1.828s] 2022-02-19 16:39:17.905 33 INFO opnfv-tempest [-] {2} tempest.api.volume.test_extensions.ExtensionsTestJSON.test_list_extensions ... success [0.174s] 2022-02-19 16:39:21.313 33 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_stop_start_server ... success [10.023s] 2022-02-19 16:39:24.996 33 INFO opnfv-tempest [-] {2} tempest.api.volume.test_image_metadata.VolumesImageMetadata.test_update_show_delete_image_metadata ... success [0.338s] 2022-02-19 16:39:27.526 33 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_suspend_resume_server ... success [6.212s] 2022-02-19 16:39:27.842 33 INFO opnfv-tempest [-] {2} tempest.api.volume.test_versions.VersionsTest.test_list_versions ... success [0.014s] 2022-02-19 16:39:28.319 33 INFO opnfv-tempest [-] {2} tempest.api.volume.test_versions.VersionsTest.test_show_version ... success [0.477s] 2022-02-19 16:39:37.631 33 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volume_delete_cascade.VolumesDeleteCascade.test_volume_delete_cascade ... success [7.771s] 2022-02-19 16:39:37.633 33 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volume_delete_cascade.VolumesDeleteCascade.test_volume_from_snapshot_cascade_delete ... skip [0.000s]: b'Skip because of Bug#1677525' 2022-02-19 16:39:47.185 33 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_clone.VolumesCloneTest.test_create_from_bootable_volume ... success [7.823s] 2022-02-19 16:39:50.344 33 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_clone.VolumesCloneTest.test_create_from_volume ... success [3.161s] 2022-02-19 16:40:09.676 33 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_backup ... success [10.190s] 2022-02-19 16:40:12.151 33 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses ... success [0.072s] 2022-02-19 16:40:12.273 33 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses_by_network ... success [0.121s] 2022-02-19 16:40:30.734 33 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_delete_server_metadata_item ... success [0.402s] 2022-02-19 16:40:30.993 33 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_get_server_metadata_item ... success [0.258s] 2022-02-19 16:40:31.209 33 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_list_server_metadata ... success [0.215s] 2022-02-19 16:40:31.675 33 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_set_server_metadata ... success [0.465s] 2022-02-19 16:40:32.113 33 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_set_server_metadata_item ... success [0.438s] 2022-02-19 16:40:32.525 33 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_update_metadata_empty_body ... success [0.412s] 2022-02-19 16:40:33.002 33 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_update_server_metadata ... success [0.476s] 2022-02-19 16:40:39.550 33 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_create_delete_with_volume_in_use ... success [29.865s] 2022-02-19 16:40:43.280 33 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_create_get_list_update_delete ... success [3.731s] 2022-02-19 16:40:48.677 33 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_password.ServerPasswordTestJSON.test_delete_server_password ... success [0.168s] 2022-02-19 16:40:48.750 33 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_password.ServerPasswordTestJSON.test_get_server_password ... success [0.072s] 2022-02-19 16:40:52.449 33 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_personality.ServerPersonalityTestJSON ... skip: b"('Nova personality feature disabled',)" 2022-02-19 16:41:16.140 33 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_create_offline_delete_online ... success [32.847s] 2022-02-19 16:41:21.646 33 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_volume_from_snapshot ... success [5.510s] 2022-02-19 16:41:27.464 33 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_volume_from_snapshot_no_size ... success [5.817s] 2022-02-19 16:41:44.078 33 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_rescue.ServerRescueTestJSON.test_rescue_unrescue_instance ... success [21.904s] 2022-02-19 16:42:05.032 33 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_tags.ServerTagsTestJSON.test_check_tag_existence ... success [0.298s] 2022-02-19 16:42:05.506 33 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_tags.ServerTagsTestJSON.test_create_delete_tag ... success [0.473s] 2022-02-19 16:42:06.070 33 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_tags.ServerTagsTestJSON.test_delete_all_tags ... success [0.564s] 2022-02-19 16:42:06.676 33 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_tags.ServerTagsTestJSON.test_update_all_tags ... success [0.605s] 2022-02-19 16:42:25.671 33 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_server_specify_multibyte_character_name ... success [13.577s] 2022-02-19 16:42:26.893 33 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_server_with_admin_password ... success [1.222s] 2022-02-19 16:42:38.747 33 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_server_with_ipv6_addr_only ... success [11.849s] 2022-02-19 16:42:53.090 33 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_specify_keypair ... success [14.341s] 2022-02-19 16:43:22.570 33 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_with_existing_server_name ... success [29.476s] 2022-02-19 16:43:37.364 33 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_access_server_address ... success [14.792s] 2022-02-19 16:43:53.814 33 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_server_name ... success [16.447s] 2022-02-19 16:44:03.887 33 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_virtual_interfaces.VirtualInterfacesTestJSON ... skip: b"('nova-network is gone',)" 2022-02-19 16:44:05.455 33 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_virtual_interfaces_negative.VirtualInterfacesNegativeTestJSON ... skip: b"('nova-network is gone',)" 2022-02-19 16:44:06.515 33 INFO opnfv-tempest [-] {3} tempest.api.compute.test_quotas.QuotasTestJSON.test_compare_tenant_quotas_with_default_quotas ... success [0.447s] 2022-02-19 16:44:06.601 33 INFO opnfv-tempest [-] {3} tempest.api.compute.test_quotas.QuotasTestJSON.test_get_default_quotas ... success [0.084s] 2022-02-19 16:44:06.804 33 INFO opnfv-tempest [-] {3} tempest.api.compute.test_quotas.QuotasTestJSON.test_get_quotas ... success [0.203s] 2022-02-19 16:44:13.542 33 INFO opnfv-tempest [-] {3} tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON.test_volume_list ... success [0.122s] 2022-02-19 16:44:13.668 33 INFO opnfv-tempest [-] {3} tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON.test_volume_list_param_limit ... success [0.125s] 2022-02-19 16:44:13.867 33 INFO opnfv-tempest [-] {3} tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON.test_volume_list_param_offset_and_limit ... success [0.198s] 2022-02-19 16:44:13.962 33 INFO opnfv-tempest [-] {3} tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON.test_volume_list_with_detail_param_limit ... success [0.094s] 2022-02-19 16:44:14.155 33 INFO opnfv-tempest [-] {3} tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON.test_volume_list_with_detail_param_offset_and_limit ... success [0.193s] 2022-02-19 16:44:14.246 33 INFO opnfv-tempest [-] {3} tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON.test_volume_list_with_details ... success [0.090s] 2022-02-19 16:44:18.881 33 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v2.test_roles.RolesTestJSON ... skip: b"('Identity api v2 is not enabled',)" 2022-02-19 16:44:18.883 33 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v2.test_tokens.TokensTestJSON ... skip: b"('Identity api v2 is not enabled',)" 2022-02-19 16:44:18.885 33 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v2.test_users_negative.UsersNegativeTestJSON ... skip: b"('Identity api v2 is not enabled',)" 2022-02-19 16:44:20.319 33 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_endpoints_negative.EndpointsNegativeTestJSON.test_create_with_enabled_False ... success [0.129s] 2022-02-19 16:44:20.370 33 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_endpoints_negative.EndpointsNegativeTestJSON.test_create_with_enabled_True ... success [0.050s] 2022-02-19 16:44:20.694 33 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_endpoints_negative.EndpointsNegativeTestJSON.test_update_with_enabled_False ... success [0.323s] 2022-02-19 16:44:21.024 33 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_endpoints_negative.EndpointsNegativeTestJSON.test_update_with_enabled_True ... success [0.329s] 2022-02-19 16:44:25.221 33 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_project_tags.IdentityV3ProjectTagsTest.test_list_update_delete_project_tags ... success [0.994s] 2022-02-19 16:44:28.881 33 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_projects_negative.ProjectsNegativeTestJSON.test_project_delete_by_unauthorized_user ... success [0.588s] 2022-02-19 16:44:30.849 33 INFO opnfv-tempest [-] {3} tempest.api.identity.v2.test_tokens.TokensTest ... skip: b"('Identity api v2 is not enabled',)" 2022-02-19 16:44:30.850 33 INFO opnfv-tempest [-] {3} tempest.api.image.v1.test_image_members.ImageMembersTest ... skip: b"('Glance API v1 not supported',)" 2022-02-19 16:44:32.097 33 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images_metadefs_namespace_properties.MetadataNamespacePropertiesTest.test_basic_meta_def_namespace_property ... success [0.549s] 2022-02-19 16:44:34.132 33 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images_metadefs_namespace_tags.MetadataNamespaceTagsTest.test_create_list_delete_namespace_tags ... success [0.437s] 2022-02-19 16:44:34.434 33 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images_metadefs_namespace_tags.MetadataNamespaceTagsTest.test_create_update_delete_tag ... success [0.301s] 2022-02-19 16:44:36.676 33 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images_metadefs_namespaces.MetadataNamespacesTest.test_basic_metadata_definition_namespaces ... success [0.662s] 2022-02-19 16:44:38.489 33 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images_metadefs_schema.MetadataSchemaTest.test_get_metadata_namespace_schema ... success [0.171s] 2022-02-19 16:44:38.508 33 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images_metadefs_schema.MetadataSchemaTest.test_get_metadata_namespaces_schema ... success [0.019s] 2022-02-19 16:44:38.524 33 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images_metadefs_schema.MetadataSchemaTest.test_get_metadata_object_schema ... success [0.015s] 2022-02-19 16:44:38.535 33 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images_metadefs_schema.MetadataSchemaTest.test_get_metadata_objects_schema ... success [0.012s] 2022-02-19 16:44:38.546 33 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images_metadefs_schema.MetadataSchemaTest.test_get_metadata_properties_schema ... success [0.010s] 2022-02-19 16:44:38.556 33 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images_metadefs_schema.MetadataSchemaTest.test_get_metadata_property_schema ... success [0.010s] 2022-02-19 16:44:38.566 33 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images_metadefs_schema.MetadataSchemaTest.test_get_metadata_resource_type_schema ... success [0.009s] 2022-02-19 16:44:38.576 33 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images_metadefs_schema.MetadataSchemaTest.test_get_metadata_resources_types_schema ... success [0.010s] 2022-02-19 16:44:38.590 33 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images_metadefs_schema.MetadataSchemaTest.test_get_metadata_tag_schema ... success [0.013s] 2022-02-19 16:44:38.602 33 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images_metadefs_schema.MetadataSchemaTest.test_get_metadata_tags_schema ... success [0.011s] 2022-02-19 16:44:40.389 33 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_image_null_id ... success [0.169s] 2022-02-19 16:44:40.420 33 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_non_existing_image ... success [0.031s] 2022-02-19 16:44:40.563 33 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_protected_image ... success [0.142s] 2022-02-19 16:44:40.775 33 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_delete_deleted_image ... success [0.212s] 2022-02-19 16:44:40.786 33 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_image_null_id ... success [0.011s] 2022-02-19 16:44:40.810 33 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_non_existent_image ... success [0.024s] 2022-02-19 16:44:40.829 33 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_register_with_invalid_container_format ... success [0.018s] 2022-02-19 16:44:40.846 33 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_register_with_invalid_disk_format ... success [0.018s] 2022-02-19 16:44:42.679 33 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_versions.VersionsTest.test_list_versions ... success [0.010s] 2022-02-19 16:44:44.964 33 INFO opnfv-tempest [-] {3} tempest.api.network.admin.test_agent_management.AgentManagementTestJSON.test_delete_agent_negative ... success [0.029s] 2022-02-19 16:44:45.001 33 INFO opnfv-tempest [-] {3} tempest.api.network.admin.test_agent_management.AgentManagementTestJSON.test_list_agent ... success [0.035s] 2022-02-19 16:44:45.020 33 INFO opnfv-tempest [-] {3} tempest.api.network.admin.test_agent_management.AgentManagementTestJSON.test_show_agent ... success [0.020s] 2022-02-19 16:44:45.109 33 INFO opnfv-tempest [-] {3} tempest.api.network.admin.test_agent_management.AgentManagementTestJSON.test_update_agent_description ... success [0.088s] 2022-02-19 16:44:45.155 33 INFO opnfv-tempest [-] {3} tempest.api.network.admin.test_agent_management.AgentManagementTestJSON.test_update_agent_status ... success [0.046s] 2022-02-19 16:44:50.322 33 INFO opnfv-tempest [-] {3} tempest.api.network.admin.test_external_networks_negative.ExternalNetworksAdminNegativeTestJSON.test_create_port_with_precreated_floatingip_as_fixed_ip ... success [2.462s] 2022-02-19 16:44:51.763 33 INFO opnfv-tempest [-] {3} tempest.api.network.admin.test_metering_extensions.MeteringIpV6TestJSON ... skip: b"('metering extension not enabled.',)" 2022-02-19 16:44:55.303 33 INFO opnfv-tempest [-] {3} tempest.api.network.admin.test_quotas.QuotasTest.test_quotas ... success [2.395s] 2022-02-19 16:44:59.706 33 INFO opnfv-tempest [-] {3} tempest.api.network.admin.test_quotas.QuotasTest.test_show_quota_details ... success [4.405s] 2022-02-19 16:45:04.842 33 INFO opnfv-tempest [-] {3} tempest.api.network.admin.test_routers_negative.RoutersAdminNegativeIpV6Test.test_router_set_gateway_used_ip_returns_409 ... success [2.378s] 2022-02-19 16:45:10.934 33 INFO opnfv-tempest [-] {3} tempest.api.network.test_allowed_address_pair.AllowedAddressPairIpV6TestJSON.test_create_list_port_with_address_pair ... success [1.896s] 2022-02-19 16:45:12.352 33 INFO opnfv-tempest [-] {3} tempest.api.network.test_allowed_address_pair.AllowedAddressPairIpV6TestJSON.test_update_port_with_address_pair ... success [1.417s] 2022-02-19 16:45:13.711 33 INFO opnfv-tempest [-] {3} tempest.api.network.test_allowed_address_pair.AllowedAddressPairIpV6TestJSON.test_update_port_with_cidr_address_pair ... success [1.358s] 2022-02-19 16:45:16.438 33 INFO opnfv-tempest [-] {3} tempest.api.network.test_allowed_address_pair.AllowedAddressPairIpV6TestJSON.test_update_port_with_multiple_ip_mac_address_pair ... success [2.727s] 2022-02-19 16:45:27.811 33 INFO opnfv-tempest [-] {3} tempest.api.network.test_extra_dhcp_options.ExtraDHCPOptionsIpV6TestJSON.test_create_list_port_with_extra_dhcp_options ... success [5.700s] 2022-02-19 16:45:28.155 33 INFO opnfv-tempest [-] {3} tempest.api.network.test_extra_dhcp_options.ExtraDHCPOptionsIpV6TestJSON.test_update_show_port_with_extra_dhcp_options ... success [0.343s] 2022-02-19 16:45:45.199 33 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksIpV6Test.test_create_delete_subnet_all_attributes ... success [5.903s] 2022-02-19 16:45:46.669 33 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksIpV6Test.test_create_delete_subnet_with_allocation_pools ... success [1.469s] 2022-02-19 16:45:47.536 33 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksIpV6Test.test_create_delete_subnet_with_default_gw ... success [0.866s] 2022-02-19 16:45:48.839 33 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksIpV6Test.test_create_delete_subnet_with_dhcp_enabled ... success [1.303s] 2022-02-19 16:45:49.815 33 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksIpV6Test.test_create_delete_subnet_with_gw ... success [0.975s] 2022-02-19 16:45:51.338 33 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksIpV6Test.test_create_delete_subnet_with_gw_and_allocation_pools ... success [1.522s] 2022-02-19 16:45:52.694 33 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksIpV6Test.test_create_delete_subnet_with_host_routes_and_dns_nameservers ... success [1.355s] 2022-02-19 16:45:54.061 33 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksIpV6Test.test_create_delete_subnet_without_gateway ... success [1.368s] 2022-02-19 16:45:55.695 33 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksIpV6Test.test_create_list_subnet_with_no_gw64_one_network ... success [1.632s] 2022-02-19 16:45:58.998 33 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksIpV6Test.test_create_update_delete_network_subnet ... success [3.302s] 2022-02-19 16:45:59.862 33 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksIpV6Test.test_create_update_network_description ... success [0.863s] 2022-02-19 16:46:01.309 33 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksIpV6Test.test_delete_network_with_subnet ... success [1.447s] 2022-02-19 16:46:01.644 33 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksIpV6Test.test_external_network_visibility ... success [0.335s] 2022-02-19 16:46:01.817 33 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksIpV6Test.test_list_networks ... success [0.171s] 2022-02-19 16:46:01.971 33 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksIpV6Test.test_list_networks_fields ... success [0.154s] 2022-02-19 16:46:02.122 33 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksIpV6Test.test_list_subnets ... success [0.149s] 2022-02-19 16:46:02.224 33 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksIpV6Test.test_list_subnets_fields ... success [0.102s] 2022-02-19 16:46:02.378 33 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksIpV6Test.test_show_network ... success [0.153s] 2022-02-19 16:46:02.493 33 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksIpV6Test.test_show_network_fields ... success [0.115s] 2022-02-19 16:46:02.546 33 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksIpV6Test.test_show_subnet ... success [0.053s] 2022-02-19 16:46:02.598 33 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksIpV6Test.test_show_subnet_fields ... success [0.051s] 2022-02-19 16:46:05.487 33 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksIpV6Test.test_update_subnet_gw_dns_host_routes_dhcp ... success [2.887s] 2022-02-19 16:46:31.695 33 INFO opnfv-tempest [-] {3} tempest.api.network.test_routers.RoutersIpV6Test.test_add_multiple_router_interfaces ... success [16.648s] 2022-02-19 16:46:39.393 33 INFO opnfv-tempest [-] {3} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_port_id ... success [7.699s] 2022-02-19 16:46:45.657 33 INFO opnfv-tempest [-] {3} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_subnet_id ... success [6.261s] 2022-02-19 16:46:45.658 33 INFO opnfv-tempest [-] {3} tempest.api.network.test_routers.RoutersIpV6Test.test_create_router_set_gateway_with_fixed_ip ... skip [0.001s]: b'Skipped until bug: https://launchpad.net/bugs/1676207 is resolved.' 2022-02-19 16:46:49.059 33 INFO opnfv-tempest [-] {3} tempest.api.network.test_routers.RoutersIpV6Test.test_create_show_list_update_delete_router ... success [3.402s] 2022-02-19 16:46:55.982 33 INFO opnfv-tempest [-] {3} tempest.api.network.test_routers.RoutersIpV6Test.test_router_interface_port_update_with_fixed_ip ... success [6.921s] 2022-02-19 16:47:44.634 33 INFO opnfv-tempest [-] {3} tempest.api.network.test_routers.RoutersIpV6Test.test_update_delete_extra_route ... success [48.649s] 2022-02-19 16:47:45.816 33 INFO opnfv-tempest [-] {3} tempest.api.network.test_routers.RoutersIpV6Test.test_update_router_admin_state ... success [1.184s] 2022-02-19 16:47:50.288 33 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_list_update_show_delete_security_group ... success [1.734s] 2022-02-19 16:47:51.362 33 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_security_group_rule_with_additional_args ... success [1.074s] 2022-02-19 16:47:54.367 33 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_security_group_rule_with_icmp_type_code ... success [3.001s] 2022-02-19 16:48:01.676 33 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_security_group_rule_with_protocol_integer_value ... success [7.311s] 2022-02-19 16:48:03.371 33 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_security_group_rule_with_remote_group_id ... success [1.694s] 2022-02-19 16:48:04.359 33 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_security_group_rule_with_remote_ip_prefix ... success [0.987s] 2022-02-19 16:48:06.412 33 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_show_delete_security_group_rule ... success [2.050s] 2022-02-19 16:48:06.464 33 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_list_security_groups ... success [0.055s] 2022-02-19 16:48:07.305 33 INFO opnfv-tempest [-] {3} tempest.api.network.test_tags.TagsTest ... skip: b"('tag extension not enabled.',)" 2022-02-19 16:48:08.687 33 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_account_quotas_negative.AccountQuotasNegativeTest.test_user_modify_quota ... success [0.095s] 2022-02-19 16:48:13.621 33 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_account_services_negative.AccountNegativeTest.test_list_containers_with_non_authorized_user ... success [0.206s] 2022-02-19 16:48:18.029 33 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_object_formpost_negative.ObjectFormPostNegativeTest.test_post_object_using_form_expired ... success [2.018s] 2022-02-19 16:48:18.041 33 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_object_formpost_negative.ObjectFormPostNegativeTest.test_post_object_using_form_invalid_signature ... success [0.012s] 2022-02-19 16:48:22.766 33 INFO opnfv-tempest [-] {3} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_associate_disassociate_qos ... success [0.547s] 2022-02-19 16:48:22.906 33 INFO opnfv-tempest [-] {3} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_create_delete_qos_with_back_end_consumer ... success [0.140s] 2022-02-19 16:48:23.063 33 INFO opnfv-tempest [-] {3} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_create_delete_qos_with_both_consumer ... success [0.156s] 2022-02-19 16:48:23.208 33 INFO opnfv-tempest [-] {3} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_create_delete_qos_with_front_end_consumer ... success [0.144s] 2022-02-19 16:48:23.234 33 INFO opnfv-tempest [-] {3} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_get_qos ... success [0.027s] 2022-02-19 16:48:23.261 33 INFO opnfv-tempest [-] {3} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_list_qos ... success [0.026s] 2022-02-19 16:48:23.419 33 INFO opnfv-tempest [-] {3} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_set_unset_qos_key ... success [0.157s] 2022-02-19 16:48:26.952 33 INFO opnfv-tempest [-] {3} tempest.api.volume.admin.test_volume_quota_classes.VolumeQuotaClassesTest.test_show_default_quota ... success [0.268s] 2022-02-19 16:48:28.059 33 INFO opnfv-tempest [-] {3} tempest.api.volume.admin.test_volume_quota_classes.VolumeQuotaClassesTest.test_update_default_quota ... success [1.105s] 2022-02-19 16:48:31.051 33 INFO opnfv-tempest [-] {3} tempest.api.volume.admin.test_volume_services_negative.VolumeServicesNegativeTest.test_disable_log_reason_with_no_reason ... success [0.019s] 2022-02-19 16:48:31.077 33 INFO opnfv-tempest [-] {3} tempest.api.volume.admin.test_volume_services_negative.VolumeServicesNegativeTest.test_disable_service_with_invalid_binary ... success [0.026s] 2022-02-19 16:48:31.105 33 INFO opnfv-tempest [-] {3} tempest.api.volume.admin.test_volume_services_negative.VolumeServicesNegativeTest.test_enable_service_with_invalid_host ... success [0.027s] 2022-02-19 16:48:31.131 33 INFO opnfv-tempest [-] {3} tempest.api.volume.admin.test_volume_services_negative.VolumeServicesNegativeTest.test_freeze_host_with_invalid_host ... success [0.026s] 2022-02-19 16:48:31.158 33 INFO opnfv-tempest [-] {3} tempest.api.volume.admin.test_volume_services_negative.VolumeServicesNegativeTest.test_thaw_host_with_invalid_host ... success [0.026s] 2022-02-19 16:48:36.779 33 INFO opnfv-tempest [-] {3} tempest.api.volume.admin.test_volume_type_access.VolumeTypesAccessTest.test_volume_type_access_add ... success [2.159s] 2022-02-19 16:48:37.006 33 INFO opnfv-tempest [-] {3} tempest.api.volume.admin.test_volume_type_access.VolumeTypesAccessTest.test_volume_type_access_list ... success [0.228s] 2022-02-19 16:48:53.385 33 INFO opnfv-tempest [-] {3} tempest.api.volume.admin.test_volumes_backup.VolumesBackupsAdminTest.test_volume_backup_export_import ... success [11.502s] 2022-02-19 16:48:58.347 33 INFO opnfv-tempest [-] {3} tempest.api.volume.admin.test_volumes_backup.VolumesBackupsAdminTest.test_volume_backup_reset_status ... success [4.963s] 2022-02-19 16:49:04.711 33 INFO opnfv-tempest [-] {3} tempest.api.volume.test_availability_zone.AvailabilityZoneTestJSON.test_get_availability_zone_list ... success [0.160s] 2022-02-19 16:49:35.272 33 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_backup.VolumesBackupsTest.test_backup_create_attached_volume ... success [29.102s] 2022-02-19 16:49:48.599 33 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_backup.VolumesBackupsTest.test_bootable_volume_backup_and_restore ... success [13.323s] 2022-02-19 16:49:48.601 33 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' 2022-02-19 16:49:57.341 33 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list ... success [0.059s] 2022-02-19 16:49:57.412 33 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_by_name ... success [0.071s] 2022-02-19 16:49:57.475 33 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_by_name ... success [0.063s] 2022-02-19 16:49:57.806 33 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_pagination ... success [0.330s] 2022-02-19 16:49:57.924 33 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_with_multiple_params ... success [0.117s] 2022-02-19 16:49:58.219 33 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_pagination ... success [0.295s] 2022-02-19 16:49:58.271 33 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_param_display_name_and_status ... success [0.052s] 2022-02-19 16:49:58.324 33 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_display_name_and_status ... success [0.052s] 2022-02-19 16:49:58.420 33 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_marker ... success [0.096s] 2022-02-19 16:49:58.480 33 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_metadata ... success [0.059s] 2022-02-19 16:49:58.526 33 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_details ... success [0.046s] 2022-02-19 16:49:58.585 33 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_param_metadata ... success [0.058s] 2022-02-19 16:49:58.705 33 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_availability_zone ... success [0.118s] 2022-02-19 16:49:58.814 33 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_bootable ... success [0.109s] 2022-02-19 16:49:58.923 33 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_status ... success [0.108s] 2022-02-19 16:49:58.993 33 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_availability_zone ... success [0.069s] 2022-02-19 16:49:59.056 33 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_bootable ... success [0.063s] 2022-02-19 16:49:59.123 33 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_status ... success [0.066s] 2022-02-19 16:50:11.125 33 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_limit ... success [0.032s] 2022-02-19 16:50:11.187 33 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_limit_equals_infinite ... success [0.061s] 2022-02-19 16:50:11.217 33 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_limit_equals_zero ... success [0.029s] 2022-02-19 16:50:11.290 33 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_marker ... success [0.072s] 2022-02-19 16:50:11.321 33 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_offset ... success [0.030s] 2022-02-19 16:50:11.349 33 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_sort_created_at_asc ... success [0.028s] 2022-02-19 16:50:11.380 33 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_sort_created_at_desc ... success [0.030s] 2022-02-19 16:50:11.418 33 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_sort_id_asc ... success [0.037s] 2022-02-19 16:50:11.448 33 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_sort_id_desc ... success [0.029s] 2022-02-19 16:50:11.476 33 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_sort_name_asc ... success [0.028s] 2022-02-19 16:50:11.511 33 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_sort_name_desc ... success [0.034s] 2022-02-19 16:50:11.609 33 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_details_with_params ... success [0.097s] 2022-02-19 16:50:11.704 33 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_with_params ... success [0.094s] 2022-02-19 16:50:19.308 33 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_with_nonexistent_volume_id ... success [0.170s] 2022-02-19 16:50:19.358 33 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_without_passing_volume_id ... success [0.050s] 2022-02-19 16:50:19.374 33 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_list_snapshot_invalid_param_limit ... success [0.015s] 2022-02-19 16:50:19.407 33 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_list_snapshots_invalid_param_marker ... success [0.033s] 2022-02-19 16:50:19.423 33 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_list_snapshots_invalid_param_sort ... success [0.015s] 2022-02-19 16:50:22.196 33 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_volume_from_snapshot_decreasing_size ... success [2.772s] 2022-02-19 16:50:28.231 33 INFO rally.task.context [-] Verification 12a9f445-4a88-4794-9fbf-cf6c6738a72d | Context testr@default cleanup() started 2022-02-19 16:50:28.232 33 INFO rally.task.context [-] Verification 12a9f445-4a88-4794-9fbf-cf6c6738a72d | Context testr@default cleanup() finished in 0.90 msec 2022-02-19 16:50:28.232 33 INFO rally.task.context [-] Verification 12a9f445-4a88-4794-9fbf-cf6c6738a72d | Context tempest@default cleanup() started 2022-02-19 16:50:28.433 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Deleting flavor 'rally_verify_2008a33c_RJV29mgY'. 2022-02-19 16:50:28.625 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_2008a33c_RJV29mgY' has been deleted. 2022-02-19 16:50:28.626 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Removing value '6c98aa47-e058-4e2a-b407-efeadfe444ea' of option 'instance_type' from Tempest config file. 2022-02-19 16:50:28.626 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Value '6c98aa47-e058-4e2a-b407-efeadfe444ea' has been removed. 2022-02-19 16:50:28.630 33 INFO rally.task.context [-] Verification 12a9f445-4a88-4794-9fbf-cf6c6738a72d | Context tempest@default cleanup() finished in 0.40 sec 2022-02-19 16:50:28.795 33 INFO rally.api [-] Verification (UUID=2008a33c-79e7-49d8-b05e-47dad61985e7) has been successfully finished for deployment 'opnfv-rally' (UUID=05005308-aff9-4094-aa75-a2fee3449902)! 2022-02-19 16:50:30.633 86 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-02-19 16:50:30.633 86 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-02-19 16:50:30.634 86 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-02-19 16:50:33.341 87 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-02-19 16:50:33.341 87 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-02-19 16:50:33.341 87 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-02-19 16:50:35.572 87 INFO rally.api [-] Building 'html' report for the following verification(s): '2008a33c-79e7-49d8-b05e-47dad61985e7' 2022-02-19 16:50:35.618 87 INFO rally.api [-] The report has been successfully built. 2022-02-19 16:50:37.044 89 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-02-19 16:50:37.045 89 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-02-19 16:50:37.045 89 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-02-19 16:50:39.247 89 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): '2008a33c-79e7-49d8-b05e-47dad61985e7' 2022-02-19 16:50:39.319 89 INFO rally.api [-] The report has been successfully built.