2021-09-22 18:22:51.227 8 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-09-22 18:22:51.227 8 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-09-22 18:22:51.228 8 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-09-22 18:22:53.613 8 ERROR rally.cli.cliutils [-] Unexpected exception in CLI: rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2021-09-22 18:22:53.613 8 ERROR rally.cli.cliutils Traceback (most recent call last): 2021-09-22 18:22:53.613 8 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2021-09-22 18:22:53.613 8 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2021-09-22 18:22:53.613 8 ERROR rally.cli.cliutils File "", line 2, in destroy 2021-09-22 18:22:53.613 8 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2021-09-22 18:22:53.613 8 ERROR rally.cli.cliutils return f(*args, **kwargs) 2021-09-22 18:22:53.613 8 ERROR rally.cli.cliutils File "", line 2, in destroy 2021-09-22 18:22:53.613 8 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2021-09-22 18:22:53.613 8 ERROR rally.cli.cliutils return f(*args, **kwargs) 2021-09-22 18:22:53.613 8 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2021-09-22 18:22:53.613 8 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2021-09-22 18:22:53.613 8 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2021-09-22 18:22:53.613 8 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2021-09-22 18:22:53.613 8 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2021-09-22 18:22:53.613 8 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2021-09-22 18:22:53.613 8 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2021-09-22 18:22:53.613 8 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2021-09-22 18:22:53.613 8 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2021-09-22 18:22:53.613 8 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2021-09-22 18:22:53.613 8 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2021-09-22 18:22:53.613 8 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2021-09-22 18:22:53.613 8 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2021-09-22 18:22:53.613 8 ERROR rally.cli.cliutils 2021-09-22 18:22:55.084 10 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-09-22 18:22:55.084 10 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-09-22 18:22:55.084 10 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-09-22 18:22:58.965 12 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-09-22 18:22:58.965 12 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-09-22 18:22:58.965 12 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-09-22 18:23:03.649 15 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-09-22 18:23:03.650 15 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-09-22 18:23:03.650 15 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-09-22 18:23:05.080 18 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-09-22 18:23:05.080 18 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-09-22 18:23:05.080 18 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-09-22 18:23:07.291 18 ERROR rally.cli.cliutils [-] Unexpected exception in CLI: rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2021-09-22 18:23:07.291 18 ERROR rally.cli.cliutils Traceback (most recent call last): 2021-09-22 18:23:07.291 18 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2021-09-22 18:23:07.291 18 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2021-09-22 18:23:07.291 18 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2021-09-22 18:23:07.291 18 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2021-09-22 18:23:07.291 18 ERROR rally.cli.cliutils return f(*args, **kwargs) 2021-09-22 18:23:07.291 18 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2021-09-22 18:23:07.291 18 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2021-09-22 18:23:07.291 18 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2021-09-22 18:23:07.291 18 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2021-09-22 18:23:07.291 18 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2021-09-22 18:23:07.291 18 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2021-09-22 18:23:07.291 18 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2021-09-22 18:23:07.291 18 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2021-09-22 18:23:07.291 18 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2021-09-22 18:23:07.291 18 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2021-09-22 18:23:07.291 18 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2021-09-22 18:23:07.291 18 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2021-09-22 18:23:07.291 18 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2021-09-22 18:23:07.291 18 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2021-09-22 18:23:07.291 18 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2021-09-22 18:23:07.291 18 ERROR rally.cli.cliutils 2021-09-22 18:23:08.831 20 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-09-22 18:23:08.832 20 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-09-22 18:23:08.832 20 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-09-22 18:23:11.078 20 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2021-09-22 18:23:11.115 20 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-45932058-0165-4c94-84dc-6e34419ff9f2/repo. 2021-09-22 18:23:11.473 20 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-45932058-0165-4c94-84dc-6e34419ff9f2/repo'... done. Note: switching to '718db0d8208d66063ab49030c6b82f744fef10d6'. You are in 'detached HEAD' state. You can look around, make experimental changes and commit them, and you can discard any commits you make in this state without impacting any branches by switching back to a branch. If you want to create a new branch to retain commits you create, you may do so (now or later) by using -c with the switch command. Example: git switch -c Or undo this operation with: git switch - Turn off this advice by setting config variable advice.detachedHead to false ' 2021-09-22 18:23:11.518 20 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'tags/24.0.0-208-g718db0d82 ' 2021-09-22 18:23:11.528 20 RALLYDEBUG rally.verification.utils [-] Subprocess output: '718db0d8208d66063ab49030c6b82f744fef10d6 ' 2021-09-22 18:23:11.540 20 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2021-09-22 18:23:11.596 20 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2021-09-22 18:23:12.340 20 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=45932058-0165-4c94-84dc-6e34419ff9f2) has been successfully created! 2021-09-22 18:23:13.964 28 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-09-22 18:23:13.965 28 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-09-22 18:23:13.965 28 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-09-22 18:23:18.833 31 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-09-22 18:23:18.833 31 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-09-22 18:23:18.833 31 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-09-22 18:23:21.045 31 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=45932058-0165-4c94-84dc-6e34419ff9f2) for deployment 'opnfv-rally' (UUID=2749c76a-cdf0-4cb4-86dd-b2ae8c1f8219). 2021-09-22 18:23:21.463 31 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=45932058-0165-4c94-84dc-6e34419ff9f2) has been successfully configured for deployment 'opnfv-rally' (UUID=2749c76a-cdf0-4cb4-86dd-b2ae8c1f8219)! 2021-09-22 18:23:30.392 36 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-09-22 18:23:30.392 36 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-09-22 18:23:30.392 36 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-09-22 18:23:32.592 36 INFO rally.api [-] Starting verification (UUID=aa2bdc9e-8126-408f-ab65-33c46445c7c7) for deployment 'opnfv-rally' (UUID=2749c76a-cdf0-4cb4-86dd-b2ae8c1f8219) by verifier 'opnfv-tempest' (UUID=45932058-0165-4c94-84dc-6e34419ff9f2). 2021-09-22 18:23:33.080 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2021-09-22 18:23:33.081 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-45932058-0165-4c94-84dc-6e34419ff9f2/for-deployment-2749c76a-cdf0-4cb4-86dd-b2ae8c1f8219/tempest.log' to option 'log_file'. 2021-09-22 18:23:33.081 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-45932058-0165-4c94-84dc-6e34419ff9f2/for-deployment-2749c76a-cdf0-4cb4-86dd-b2ae8c1f8219/tempest.log 2021-09-22 18:23:33.082 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2021-09-22 18:23:33.082 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-45932058-0165-4c94-84dc-6e34419ff9f2/for-deployment-2749c76a-cdf0-4cb4-86dd-b2ae8c1f8219/lock_files' to option 'lock_path'. 2021-09-22 18:23:33.082 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-45932058-0165-4c94-84dc-6e34419ff9f2/for-deployment-2749c76a-cdf0-4cb4-86dd-b2ae8c1f8219/lock_files 2021-09-22 18:23:33.083 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is already configured in Tempest config file. img_dir = /home/opnfv/functest/images 2021-09-22 18:23:33.083 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_file' is already configured in Tempest config file. img_file = cirros-0.4.0-x86_64-disk.img 2021-09-22 18:23:33.083 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = 09812eb7-05e5-4cd7-bc70-e55bb1ee5da5 2021-09-22 18:23:33.084 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = 4f2036e5-c7fe-45a5-9012-f78803100b1f 2021-09-22 18:23:33.085 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = 512a6c8c-8e1d-41bd-ad1f-010ee4cc33aa 2021-09-22 18:23:33.086 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = c34c3af2-3d1f-4106-8331-1fb9d02dba54 2021-09-22 18:23:33.338 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2021-09-22 18:23:33.339 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = patrole_reader-net_cd916b44-cf69-4e9e-84d9-3fd07f7ba67e 2021-09-22 18:23:33.339 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2021-09-22 18:23:33.450 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2021-09-22 18:23:33.486 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] The following flavor discovered: 'rally_verify_811efa0c_NZJDWuv2'. Using flavor 'rally_verify_811efa0c_NZJDWuv2' (ID = e5cde9fa-f629-45ab-b39f-e2f32e283480) for the tests. 2021-09-22 18:23:33.486 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value 'e5cde9fa-f629-45ab-b39f-e2f32e283480' to option 'instance_type'. 2021-09-22 18:23:33.486 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = e5cde9fa-f629-45ab-b39f-e2f32e283480 2021-09-22 18:23:33.488 36 INFO rally.task.context [-] Verification 45932058-0165-4c94-84dc-6e34419ff9f2 | Context tempest@default setup() finished in 0.77 sec 2021-09-22 18:23:33.489 36 INFO rally.task.context [-] Verification 45932058-0165-4c94-84dc-6e34419ff9f2 | Context testr@default setup() finished in 0.77 msec 2021-09-22 18:23:33.489 36 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --concurrency 4 --load-list /tmp/9c70f117-d8b1-4544-97fe-e9e5ea31110a'. 2021-09-22 18:23:40.690 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_flavor_access_rbac.FlavorAccessRbacTest.test_add_flavor_access ... success [0.619s] 2021-09-22 18:23:40.712 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_keypairs_rbac.KeypairsRbacTest.test_create_keypair ... success [0.750s] 2021-09-22 18:23:40.782 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_agents_rbac.AgentsRbacTest.test_create_agent ... success [0.520s] 2021-09-22 18:23:41.157 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_agents_rbac.AgentsRbacTest.test_delete_agent ... success [0.373s] 2021-09-22 18:23:41.209 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_flavor_access_rbac.FlavorAccessRbacTest.test_list_flavor_access ... success [0.515s] 2021-09-22 18:23:41.210 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_flavor_access_rbac.FlavorAccessRbacTest.test_list_flavors_details_contains_is_public_key ... skip [0.000s]: b'This API extension policy was removed in Stein' 2021-09-22 18:23:41.379 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_aggregates_rbac.AggregatesRbacTest.test_add_host_to_aggregate_rbac ... success [1.030s] 2021-09-22 18:23:41.427 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_agents_rbac.AgentsRbacTest.test_list_agents_rbac ... success [0.267s] 2021-09-22 18:23:41.480 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_keypairs_rbac.KeypairsRbacTest.test_delete_keypair ... success [0.765s] 2021-09-22 18:23:41.741 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_aggregates_rbac.AggregatesRbacTest.test_create_aggregate_rbac ... success [0.356s] 2021-09-22 18:23:41.756 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_keypairs_rbac.KeypairsRbacTest.test_index_keypair ... success [0.275s] 2021-09-22 18:23:41.792 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_flavor_access_rbac.FlavorAccessRbacTest.test_remove_flavor_access ... success [0.579s] 2021-09-22 18:23:41.793 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_flavor_access_rbac.FlavorAccessRbacTest.test_show_flavor_contains_is_public_key ... skip [0.000s]: b'This API extension policy was removed in Stein' 2021-09-22 18:23:41.854 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_agents_rbac.AgentsRbacTest.test_update_agent ... success [0.426s] 2021-09-22 18:23:42.276 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_aggregates_rbac.AggregatesRbacTest.test_delete_aggregate_rbac ... success [0.532s] 2021-09-22 18:23:42.480 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_keypairs_rbac.KeypairsRbacTest.test_show_keypair ... success [0.719s] 2021-09-22 18:23:42.561 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_aggregates_rbac.AggregatesRbacTest.test_list_aggregate_rbac ... success [0.281s] 2021-09-22 18:23:43.957 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_aggregates_rbac.AggregatesRbacTest.test_remove_host_from_aggregate_rbac ... success [1.393s] 2021-09-22 18:23:44.595 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_aggregates_rbac.AggregatesRbacTest.test_set_metadata_on_aggregate_rbac ... success [0.635s] 2021-09-22 18:23:45.245 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_aggregates_rbac.AggregatesRbacTest.test_show_aggregate_rbac ... success [0.647s] 2021-09-22 18:23:45.673 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_flavor_extra_specs_rbac.FlavorExtraSpecsRbacTest.test_list_flavor_extra_specs ... success [0.427s] 2021-09-22 18:23:45.681 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_aggregates_rbac.AggregatesRbacTest.test_update_aggregate_rbac ... success [0.439s] 2021-09-22 18:23:46.170 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_flavor_extra_specs_rbac.FlavorExtraSpecsRbacTest.test_set_flavor_extra_spec ... success [0.497s] 2021-09-22 18:23:46.198 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_flavor_manage_rbac.FlavorManageRbacTest.test_create_flavor_manage ... success [0.396s] 2021-09-22 18:23:46.863 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_flavor_manage_rbac.FlavorManageRbacTest.test_delete_flavor_manage ... success [0.660s] 2021-09-22 18:23:46.884 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_flavor_extra_specs_rbac.FlavorExtraSpecsRbacTest.test_show_flavor_extra_spec ... success [0.712s] 2021-09-22 18:23:47.726 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_flavor_extra_specs_rbac.FlavorExtraSpecsRbacTest.test_unset_flavor_extra_spec ... success [0.836s] 2021-09-22 18:23:48.557 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_flavor_extra_specs_rbac.FlavorExtraSpecsRbacTest.test_update_flavor_extra_spec ... success [0.830s] 2021-09-22 18:23:49.136 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_availability_zone_rbac.NovaAvailabilityZoneRbacTest.test_get_availability_zone_list_detail_rbac ... success [0.587s] 2021-09-22 18:23:49.629 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_availability_zone_rbac.NovaAvailabilityZoneRbacTest.test_get_availability_zone_list_rbac ... success [0.492s] 2021-09-22 18:23:49.798 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_flavor_rxtx_rbac.FlavorRxtxRbacTest.test_get_flavor_rxtx ... skip [0.000s]: b'This API extension policy was removed in Stein' 2021-09-22 18:23:49.799 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_flavor_rxtx_rbac.FlavorRxtxRbacTest.test_list_flavors_details_rxtx ... skip [0.000s]: b'This API extension policy was removed in Stein' 2021-09-22 18:23:51.255 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_fixed_ips_rbac.FixedIpsRbacTest ... skip: b'FixedIpsRbacTest skipped as neutron is available' 2021-09-22 18:23:52.771 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_images_rbac.ImagesRbacTest.test_delete_image ... success [0.748s] 2021-09-22 18:23:53.137 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_images_rbac.ImagesRbacTest.test_list_images ... success [0.363s] 2021-09-22 18:23:53.249 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_floating_ip_pools_rbac.FloatingIpPoolsRbacTest.test_list_floating_ip_pools ... success [0.589s] 2021-09-22 18:23:53.613 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_images_rbac.ImagesRbacTest.test_list_images_with_details ... success [0.477s] 2021-09-22 18:23:53.801 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_hosts_rbac.HostsRbacTest.test_list_hosts ... success [0.431s] 2021-09-22 18:23:53.893 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_images_rbac.ImagesRbacTest.test_show_image_details ... success [0.279s] 2021-09-22 18:23:54.385 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_hosts_rbac.HostsRbacTest.test_show_host_details ... success [0.580s] 2021-09-22 18:23:56.844 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_floating_ips_bulk_rbac.FloatingIpsBulkRbacTest ... skip: b'nova-network is gone' 2021-09-22 18:23:57.740 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_instance_usages_audit_log_rbac.InstanceUsagesAuditLogRbacTest.test_list_instance_usage_audit_logs ... success [0.424s] 2021-09-22 18:23:58.284 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_instance_usages_audit_log_rbac.InstanceUsagesAuditLogRbacTest.test_show_instance_usage_audit_log ... success [0.541s] 2021-09-22 18:23:58.632 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_quota_sets_rbac.QuotaSetsRbacTest.test_delete_quota_set ... success [0.939s] 2021-09-22 18:23:59.189 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_quota_sets_rbac.QuotaSetsRbacTest.test_show_default_quota_set ... success [0.552s] 2021-09-22 18:23:59.651 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_hypervisor_rbac.HypervisorMaxv252RbacTest.test_list_servers_on_hypervisor ... success [0.485s] 2021-09-22 18:23:59.765 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_quota_sets_rbac.QuotaSetsRbacTest.test_show_quota_set ... success [0.575s] 2021-09-22 18:24:00.022 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_hypervisor_rbac.HypervisorMaxv252RbacTest.test_search_hypervisor ... success [0.369s] 2021-09-22 18:24:00.345 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_quota_sets_rbac.QuotaSetsRbacTest.test_show_quota_set_details ... success [0.576s] 2021-09-22 18:24:01.194 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_quota_sets_rbac.QuotaSetsRbacTest.test_update_quota_set ... success [0.846s] 2021-09-22 18:24:01.316 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_migrations_rbac.MigrationsRbacTest.test_list_services ... success [0.301s] 2021-09-22 18:24:04.604 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_hypervisor_rbac.HypervisorRbacTest.test_list_hypervisors ... success [0.479s] 2021-09-22 18:24:04.973 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_hypervisor_rbac.HypervisorRbacTest.test_list_hypervisors_with_details ... success [0.364s] 2021-09-22 18:24:05.245 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_hypervisor_rbac.HypervisorRbacTest.test_show_hypervisor ... success [0.270s] 2021-09-22 18:24:05.311 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_security_groups_rbac.SecurityGroupsRbacMaxV235Test.test_create_security_groups ... success [0.637s] 2021-09-22 18:24:05.518 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_hypervisor_rbac.HypervisorRbacTest.test_show_hypervisor_statistics ... success [0.269s] 2021-09-22 18:24:05.915 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_hypervisor_rbac.HypervisorRbacTest.test_show_hypervisor_uptime ... success [0.397s] 2021-09-22 18:24:06.123 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_security_groups_rbac.SecurityGroupsRbacMaxV235Test.test_delete_security_groups ... success [0.805s] 2021-09-22 18:24:06.614 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_security_groups_rbac.SecurityGroupsRbacMaxV235Test.test_list_security_groups ... success [0.490s] 2021-09-22 18:24:07.480 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_security_groups_rbac.SecurityGroupsRbacMaxV235Test.test_show_security_groups ... success [0.864s] 2021-09-22 18:24:08.462 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_security_groups_rbac.SecurityGroupsRbacMaxV235Test.test_update_security_groups ... success [0.976s] 2021-09-22 18:24:08.870 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_images_rbac.ImageSizeRbacTest.test_list_images_with_details_includes_image_size ... skip [0.000s]: b'This API extension policy was removed in Stein' 2021-09-22 18:24:08.871 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_images_rbac.ImageSizeRbacTest.test_show_image_includes_image_size ... skip [0.000s]: b'This API extension policy was removed in Stein' 2021-09-22 18:24:12.880 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_images_rbac.ImagesMetadataRbacTest.test_create_image_metadata ... success [0.879s] 2021-09-22 18:24:13.749 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_images_rbac.ImagesMetadataRbacTest.test_delete_image_metadata_item ... success [0.867s] 2021-09-22 18:24:14.027 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_images_rbac.ImagesMetadataRbacTest.test_list_image_metadata ... success [0.277s] 2021-09-22 18:24:15.046 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_images_rbac.ImagesMetadataRbacTest.test_show_image_metadata_item ... success [1.018s] 2021-09-22 18:24:15.616 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_security_groups_rbac.SecurtiyGroupsRbacTest.test_create_security_group_for_server ... success [1.848s] 2021-09-22 18:24:15.947 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_images_rbac.ImagesMetadataRbacTest.test_update_image_metadata ... success [0.899s] 2021-09-22 18:24:16.799 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_images_rbac.ImagesMetadataRbacTest.test_update_image_metadata_item ... success [0.852s] 2021-09-22 18:24:17.289 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_security_groups_rbac.SecurtiyGroupsRbacTest.test_list_security_groups_by_server ... success [1.672s] 2021-09-22 18:24:20.106 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_limits_rbac.LimitsRbacTest.test_show_limits ... success [0.288s] 2021-09-22 18:24:20.462 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_security_groups_rbac.SecurtiyGroupsRbacTest.test_remove_security_group_from_server ... success [3.168s] 2021-09-22 18:24:24.153 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_quota_class_sets_rbac.QuotaClassesRbacTest.test_show_quota_class_set ... success [0.474s] 2021-09-22 18:24:24.691 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_quota_class_sets_rbac.QuotaClassesRbacTest.test_update_quota_class_set ... success [0.535s] 2021-09-22 18:24:27.775 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsNetworkRbacTest.test_add_fixed_ip ... success [0.998s] 2021-09-22 18:24:35.389 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_server_actions_rbac.ServerActionsRbacTest.test_confirm_resize_server ... success [31.824s] 2021-09-22 18:24:36.087 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsNetworkRbacTest.test_create_interface ... success [8.308s] 2021-09-22 18:24:42.430 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_server_actions_rbac.ServerActionsV216RbacTest.test_show_server_host_status ... success [1.300s] 2021-09-22 18:24:45.300 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsNetworkRbacTest.test_delete_interface ... success [9.210s] 2021-09-22 18:24:45.650 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsNetworkRbacTest.test_list_addresses ... success [0.347s] 2021-09-22 18:24:45.736 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_server_consoles_rbac.ServerConsolesRbacTest.test_get_console_output ... success [0.352s] 2021-09-22 18:24:46.110 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsNetworkRbacTest.test_list_addresses_by_network ... success [0.455s] 2021-09-22 18:24:46.530 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsNetworkRbacTest.test_list_interfaces ... success [0.420s] 2021-09-22 18:24:52.185 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_server_actions_rbac.ServerActionsRbacTest.test_create_backup ... success [16.784s] 2021-09-22 18:24:56.304 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsNetworkRbacTest.test_show_interface ... success [9.768s] 2021-09-22 18:25:07.425 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_server_actions_rbac.ServerActionsRbacTest.test_create_image ... success [15.231s] 2021-09-22 18:25:09.264 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_server_consoles_rbac.ServerConsolesMaxV25RbacTest.test_get_vnc_console_output ... success [0.671s] 2021-09-22 18:25:10.378 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_server_actions_rbac.ServerActionsRbacTest.test_pause_server ... success [2.948s] 2021-09-22 18:25:11.785 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_server_consoles_rbac.ServerConsolesV26RbacTest.test_get_remote_console_output ... success [0.455s] 2021-09-22 18:25:18.326 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_server_actions_rbac.ServerActionsRbacTest.test_reboot_server ... success [7.941s] 2021-09-22 18:25:20.991 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_server_groups_rbac.ServerGroupsRbacTest.test_create_server_group ... success [0.514s] 2021-09-22 18:25:21.428 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_server_groups_rbac.ServerGroupsRbacTest.test_delete_server_group ... success [0.435s] 2021-09-22 18:25:21.713 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_server_groups_rbac.ServerGroupsRbacTest.test_list_server_groups ... success [0.284s] 2021-09-22 18:25:22.204 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_server_groups_rbac.ServerGroupsRbacTest.test_show_server_group ... success [0.487s] 2021-09-22 18:25:24.434 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_server_actions_rbac.ServerActionsRbacTest.test_rebuild_server ... success [6.101s] 2021-09-22 18:25:25.019 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_volume_rbac.VolumeRbacTest.test_create_snapshot ... success [3.978s] 2021-09-22 18:25:26.005 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_volume_rbac.VolumeRbacTest.test_create_volume ... success [0.982s] 2021-09-22 18:25:28.980 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_volume_rbac.VolumeRbacTest.test_delete_snapshot ... success [2.974s] 2021-09-22 18:25:30.803 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_volume_rbac.VolumeRbacTest.test_delete_volume ... success [1.820s] 2021-09-22 18:25:31.102 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_volume_rbac.VolumeRbacTest.test_list_snapshots ... success [0.294s] 2021-09-22 18:25:31.435 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_volume_rbac.VolumeRbacTest.test_list_volumes ... success [0.331s] 2021-09-22 18:25:34.401 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_volume_rbac.VolumeRbacTest.test_show_snapshot ... success [2.961s] 2021-09-22 18:25:35.069 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_volume_rbac.VolumeRbacTest.test_show_volume ... success [0.664s] 2021-09-22 18:25:35.542 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsRbacTest.test_change_server_password ... skip [0.000s]: b'Change password not available.' 2021-09-22 18:25:36.290 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsRbacTest.test_delete_server_password ... success [0.739s] 2021-09-22 18:25:36.973 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsRbacTest.test_force_delete_server ... success [0.681s] 2021-09-22 18:25:37.178 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_server_actions_rbac.ServerActionsRbacTest.test_resize_server ... success [12.738s] 2021-09-22 18:25:39.959 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.image.test_image_namespace_property_rbac.NamespacesPropertyRbacTest.test_add_md_properties ... success [0.407s] 2021-09-22 18:25:40.347 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.image.test_image_namespace_property_rbac.NamespacesPropertyRbacTest.test_get_md_properties ... success [0.387s] 2021-09-22 18:25:40.735 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.image.test_image_namespace_property_rbac.NamespacesPropertyRbacTest.test_get_md_property ... success [0.385s] 2021-09-22 18:25:41.314 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.image.test_image_namespace_property_rbac.NamespacesPropertyRbacTest.test_modify_md_properties ... success [0.579s] 2021-09-22 18:25:44.676 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.image.test_image_namespace_tags_rbac.NamespaceTagsRbacTest.test_create_namespace_tag ... success [0.374s] 2021-09-22 18:25:45.000 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.image.test_image_namespace_tags_rbac.NamespaceTagsRbacTest.test_create_namespace_tags ... success [0.321s] 2021-09-22 18:25:45.267 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.image.test_image_namespace_tags_rbac.NamespaceTagsRbacTest.test_list_namespace_tags ... success [0.267s] 2021-09-22 18:25:45.670 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.image.test_image_namespace_tags_rbac.NamespaceTagsRbacTest.test_show_namespace_tag ... success [0.400s] 2021-09-22 18:25:46.038 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.image.test_image_namespace_tags_rbac.NamespaceTagsRbacTest.test_update_namespace_tag ... success [0.368s] 2021-09-22 18:25:48.097 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_server_migrations_rbac.MigrateServerV225RbacTest.test_cold_migration ... success [22.609s] 2021-09-22 18:25:49.431 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.image.test_image_resource_types_rbac.ImageResourceTypesRbacTest.test_add_metadef_resource_type ... success [0.312s] 2021-09-22 18:25:49.668 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.image.test_image_resource_types_rbac.ImageResourceTypesRbacTest.test_get_metadef_resource_type ... success [0.238s] 2021-09-22 18:25:49.978 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.image.test_image_resource_types_rbac.ImageResourceTypesRbacTest.test_list_metadef_resource_types ... success [0.310s] 2021-09-22 18:25:50.812 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_metering_label_rules_rbac.MeteringLabelRulesRbacTest ... skip: b'metering extension not enabled.' 2021-09-22 18:25:50.814 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_metering_labels_rbac.MeteringLabelsRbacTest ... skip: b'metering extension not enabled.' 2021-09-22 18:25:51.971 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsRbacTest.test_get_server_password ... success [14.991s] 2021-09-22 18:25:52.703 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsRbacTest.test_inject_network_info ... success [0.730s] 2021-09-22 18:25:53.292 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsRbacTest.test_list_instance_actions ... success [0.582s] 2021-09-22 18:25:53.294 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsRbacTest.test_list_servers_extended_server_attributes ... skip [0.000s]: b'This API extension policy was removed in Stein' 2021-09-22 18:25:53.297 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsRbacTest.test_list_servers_extended_status ... skip [0.000s]: b'This API extension policy was removed in Stein' 2021-09-22 18:25:53.298 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsRbacTest.test_list_servers_keypairs ... skip [0.000s]: b'This API extension policy was removed in Stein' 2021-09-22 18:25:53.299 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsRbacTest.test_list_servers_with_details_config_drive ... skip [0.000s]: b'This API extension policy was removed in Stein' 2021-09-22 18:25:53.300 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsRbacTest.test_list_servers_with_details_extended_availability_zone ... skip [0.000s]: b'This API extension policy was removed in Stein' 2021-09-22 18:25:53.301 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsRbacTest.test_list_servers_with_details_extended_volumes ... skip [0.000s]: b'This API extension policy was removed in Stein' 2021-09-22 18:25:53.883 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsRbacTest.test_list_simple_tenant_usages ... success [0.586s] 2021-09-22 18:25:54.739 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsRbacTest.test_lock_server ... success [0.851s] 2021-09-22 18:25:54.832 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_create_network ... success [0.520s] 2021-09-22 18:25:55.206 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_create_network_is_default ... success [0.373s] 2021-09-22 18:25:55.749 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_create_network_provider_network_type ... success [0.544s] 2021-09-22 18:25:56.083 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_create_network_provider_physical_network ... success [0.333s] 2021-09-22 18:25:56.592 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_create_network_router_external ... success [0.506s] 2021-09-22 18:25:57.070 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_create_network_shared ... success [0.478s] 2021-09-22 18:25:58.822 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_delete_network ... success [1.751s] 2021-09-22 18:25:59.099 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_list_dhcp_agents_on_hosting_network ... success [0.276s] 2021-09-22 18:25:59.461 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_list_networks ... success [0.360s] 2021-09-22 18:25:59.822 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_show_network ... success [0.358s] 2021-09-22 18:26:00.141 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_show_network_provider_network_type ... success [0.319s] 2021-09-22 18:26:00.452 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_show_network_provider_physical_network ... success [0.310s] 2021-09-22 18:26:00.732 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsRbacTest.test_rescue_server ... success [5.990s] 2021-09-22 18:26:00.827 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_show_network_provider_segmentation_id ... success [0.374s] 2021-09-22 18:26:01.145 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_show_network_router_external ... success [0.317s] 2021-09-22 18:26:01.714 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_update_network ... success [0.563s] 2021-09-22 18:26:01.715 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_update_network_provider_network_type ... skip [0.001s]: b'Skipped until bug: https://storyboard.openstack.org/#!/story/2005489 is resolved.' 2021-09-22 18:26:01.716 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_update_network_provider_physical_network ... skip [0.000s]: b'Skipped until bug: https://storyboard.openstack.org/#!/story/2005489 is resolved.' 2021-09-22 18:26:01.717 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_update_network_provider_segmentation_id ... skip [0.000s]: b'Skipped until bug: https://storyboard.openstack.org/#!/story/2005489 is resolved.' 2021-09-22 18:26:03.434 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_update_network_router_external ... success [1.719s] 2021-09-22 18:26:04.295 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_update_network_shared ... success [0.861s] 2021-09-22 18:26:09.334 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_subnetpools_rbac.SubnetPoolsRbacTest.test_create_subnetpool ... success [0.536s] 2021-09-22 18:26:09.964 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_subnetpools_rbac.SubnetPoolsRbacTest.test_create_subnetpool_default ... success [0.629s] 2021-09-22 18:26:10.436 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_subnetpools_rbac.SubnetPoolsRbacTest.test_create_subnetpool_shared ... success [0.471s] 2021-09-22 18:26:10.607 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_server_migrations_rbac.MigrateServerV225RbacTest.test_migration_live ... success [22.499s] 2021-09-22 18:26:10.926 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_subnetpools_rbac.SubnetPoolsRbacTest.test_delete_subnetpool ... success [0.490s] 2021-09-22 18:26:11.408 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_subnetpools_rbac.SubnetPoolsRbacTest.test_list_subnetpools ... success [0.481s] 2021-09-22 18:26:11.922 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_subnetpools_rbac.SubnetPoolsRbacTest.test_show_subnetpool ... success [0.513s] 2021-09-22 18:26:12.516 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_subnetpools_rbac.SubnetPoolsRbacTest.test_update_subnetpool ... success [0.594s] 2021-09-22 18:26:12.824 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_subnetpools_rbac.SubnetPoolsRbacTest.test_update_subnetpool_is_default ... success [0.306s] 2021-09-22 18:26:18.441 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_groups_rbac.GroupsV3RbacTest.test_create_group ... success [1.979s] 2021-09-22 18:26:20.506 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_groups_rbac.GroupsV3RbacTest.test_delete_group ... success [2.063s] 2021-09-22 18:26:20.914 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_groups_rbac.GroupsV3RbacTest.test_list_groups ... success [0.406s] 2021-09-22 18:26:21.305 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_groups_rbac.GroupsV3RbacTest.test_list_groups_with_details ... success [0.391s] 2021-09-22 18:26:24.097 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_groups_rbac.GroupsV3RbacTest.test_show_group ... success [2.789s] 2021-09-22 18:26:27.092 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_groups_rbac.GroupsV3RbacTest.test_update_group ... success [2.992s] 2021-09-22 18:26:30.755 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_scheduler_stats_rbac.SchedulerStatsV3RbacTest.test_list_back_end_storage_pools ... success [0.358s] 2021-09-22 18:26:35.409 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_user_messages_rbac.MessagesV3RbacTest.test_delete_message ... success [1.020s] 2021-09-22 18:26:35.668 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_user_messages_rbac.MessagesV3RbacTest.test_list_messages ... success [0.260s] 2021-09-22 18:26:36.428 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_user_messages_rbac.MessagesV3RbacTest.test_show_message ... success [0.759s] 2021-09-22 18:26:38.680 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_server_volume_attachments_rbac.ServerVolumeAttachmentRbacTest.test_create_volume_attachment ... success [3.635s] 2021-09-22 18:26:40.060 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_volume_hosts_rbac.VolumeHostsV3RbacTest.test_list_hosts ... success [0.335s] 2021-09-22 18:26:40.396 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_volume_hosts_rbac.VolumeHostsV3RbacTest.test_show_host ... success [0.336s] 2021-09-22 18:26:42.431 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_server_volume_attachments_rbac.ServerVolumeAttachmentRbacTest.test_delete_volume_attachment ... success [3.744s] 2021-09-22 18:26:43.025 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_server_volume_attachments_rbac.ServerVolumeAttachmentRbacTest.test_list_volume_attachments ... success [0.590s] 2021-09-22 18:26:45.154 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_volume_metadata_rbac.VolumeMetadataV3RbacTest.test_create_volume_metadata ... success [0.417s] 2021-09-22 18:26:45.749 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_volume_metadata_rbac.VolumeMetadataV3RbacTest.test_delete_volume_image_metadata ... success [0.594s] 2021-09-22 18:26:46.246 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_volume_metadata_rbac.VolumeMetadataV3RbacTest.test_delete_volume_metadata_item ... success [0.496s] 2021-09-22 18:26:46.758 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_server_volume_attachments_rbac.ServerVolumeAttachmentRbacTest.test_show_volume_attachment ... success [3.729s] 2021-09-22 18:26:46.759 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_server_volume_attachments_rbac.ServerVolumeAttachmentRbacTest.test_update_volume_attachment ... skip [0.000s]: b'In-place swapping of volumes not supported.' 2021-09-22 18:26:46.798 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_volume_metadata_rbac.VolumeMetadataV3RbacTest.test_list_volumes_details_image_metadata ... success [0.550s] 2021-09-22 18:26:47.346 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_volume_metadata_rbac.VolumeMetadataV3RbacTest.test_show_volume_details_image_metadata ... success [0.548s] 2021-09-22 18:26:47.652 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_volume_metadata_rbac.VolumeMetadataV3RbacTest.test_show_volume_metadata ... success [0.305s] 2021-09-22 18:26:48.202 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_volume_metadata_rbac.VolumeMetadataV3RbacTest.test_show_volume_metadata_item ... success [0.550s] 2021-09-22 18:26:48.868 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_volume_metadata_rbac.VolumeMetadataV3RbacTest.test_update_volume_image_metadata ... success [0.664s] 2021-09-22 18:26:49.919 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_volume_metadata_rbac.VolumeMetadataV3RbacTest.test_update_volume_metadata ... success [1.050s] 2021-09-22 18:26:50.642 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_volume_metadata_rbac.VolumeMetadataV3RbacTest.test_update_volume_metadata_item ... success [0.722s] 2021-09-22 18:26:57.591 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_volume_transfers_rbac.VolumesTransfersV3RbacTest.test_accept_volume_transfer ... success [1.261s] 2021-09-22 18:26:58.195 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_volume_transfers_rbac.VolumesTransfersV3RbacTest.test_create_volume_transfer ... success [0.603s] 2021-09-22 18:26:58.440 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_virtual_interfaces_rbac.VirtualInterfacesRbacTest ... skip: b'nova-network is gone' 2021-09-22 18:26:59.310 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_volume_transfers_rbac.VolumesTransfersV3RbacTest.test_delete_volume_transfer ... success [1.114s] 2021-09-22 18:27:00.376 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_volume_transfers_rbac.VolumesTransfersV3RbacTest.test_get_volume_transfer ... success [1.065s] 2021-09-22 18:27:00.775 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_volume_transfers_rbac.VolumesTransfersV3RbacTest.test_list_volume_transfers ... success [0.400s] 2021-09-22 18:27:01.045 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_volume_transfers_rbac.VolumesTransfersV3RbacTest.test_list_volume_transfers_details ... success [0.269s] 2021-09-22 18:27:01.353 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.image.test_image_namespace_objects_rbac.ImageNamespacesObjectsRbacTest.test_create_metadef_object_in_namespace ... success [0.571s] 2021-09-22 18:27:01.728 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.image.test_image_namespace_objects_rbac.ImageNamespacesObjectsRbacTest.test_list_metadef_objects_in_namespace ... success [0.373s] 2021-09-22 18:27:02.175 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.image.test_image_namespace_objects_rbac.ImageNamespacesObjectsRbacTest.test_show_metadef_object_in_namespace ... success [0.446s] 2021-09-22 18:27:02.698 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.image.test_image_namespace_objects_rbac.ImageNamespacesObjectsRbacTest.test_update_metadef_object_in_namespace ... success [0.522s] 2021-09-22 18:27:06.058 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_volume_types_rbac.VolumeTypesRbacTest.test_create_volume_type ... success [0.579s] 2021-09-22 18:27:06.714 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_volume_types_rbac.VolumeTypesRbacTest.test_delete_volume_type ... success [0.654s] 2021-09-22 18:27:07.112 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_volume_types_rbac.VolumeTypesRbacTest.test_update_volume_type ... success [0.398s] 2021-09-22 18:27:07.522 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_rbac_policies_rbac.RbacPoliciesExtRbacTest.test_create_rbac_policy ... success [1.026s] 2021-09-22 18:27:08.592 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_rbac_policies_rbac.RbacPoliciesExtRbacTest.test_delete_rbac_policy ... success [1.067s] 2021-09-22 18:27:09.627 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_rbac_policies_rbac.RbacPoliciesExtRbacTest.test_list_rbac_policies ... success [1.035s] 2021-09-22 18:27:10.676 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_rbac_policies_rbac.RbacPoliciesExtRbacTest.test_show_rbac_policy ... success [1.047s] 2021-09-22 18:27:12.024 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_rbac_policies_rbac.RbacPoliciesExtRbacTest.test_update_rbac_policy ... success [1.347s] 2021-09-22 18:27:20.897 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_add_router_interface ... success [4.730s] 2021-09-22 18:27:21.910 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_create_distributed_router ... success [1.012s] 2021-09-22 18:27:26.936 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_create_high_availability_router ... success [5.026s] 2021-09-22 18:27:29.047 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_create_router ... success [2.109s] 2021-09-22 18:27:31.703 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_create_router_enable_snat ... success [2.654s] 2021-09-22 18:27:34.132 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_create_router_external_fixed_ips ... success [2.427s] 2021-09-22 18:27:34.728 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_delete_router ... success [0.596s] 2021-09-22 18:27:35.092 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_list_routers ... success [0.362s] 2021-09-22 18:27:40.703 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_remove_router_interface ... success [5.610s] 2021-09-22 18:27:41.661 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_show_distributed_router ... success [0.957s] 2021-09-22 18:27:46.636 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_show_high_availability_router ... success [4.974s] 2021-09-22 18:27:47.005 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_show_router ... success [0.370s] 2021-09-22 18:27:48.620 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_update_distributed_router ... success [1.613s] 2021-09-22 18:27:54.701 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_update_high_availability_router ... success [6.079s] 2021-09-22 18:27:55.385 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_update_router ... success [0.685s] 2021-09-22 18:27:59.135 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_update_router_enable_snat ... success [3.746s] 2021-09-22 18:28:02.395 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_update_router_external_fixed_ips ... success [3.260s] 2021-09-22 18:28:03.172 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_update_router_external_gateway_info ... success [0.776s] 2021-09-22 18:28:06.720 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_update_router_external_gateway_info_network_id ... success [3.547s] 2021-09-22 18:28:16.195 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_segments_rbac.SegmentsExtRbacTest.test_create_segment ... success [0.702s] 2021-09-22 18:28:17.262 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_segments_rbac.SegmentsExtRbacTest.test_delete_segment ... success [1.066s] 2021-09-22 18:28:18.003 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_segments_rbac.SegmentsExtRbacTest.test_list_segments ... success [0.739s] 2021-09-22 18:28:18.749 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_segments_rbac.SegmentsExtRbacTest.test_show_segment ... success [0.745s] 2021-09-22 18:28:19.589 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_segments_rbac.SegmentsExtRbacTest.test_update_segment ... success [0.837s] 2021-09-22 18:28:24.339 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_service_profile_rbac.ServiceProfileExtRbacTest.test_create_service_profile ... success [0.385s] 2021-09-22 18:28:24.756 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_service_profile_rbac.ServiceProfileExtRbacTest.test_delete_service_profile ... success [0.409s] 2021-09-22 18:28:25.159 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_service_profile_rbac.ServiceProfileExtRbacTest.test_show_service_profile ... success [0.407s] 2021-09-22 18:28:25.554 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_service_profile_rbac.ServiceProfileExtRbacTest.test_update_service_profile ... success [0.394s] 2021-09-22 18:28:28.869 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_service_providers_rbac.ServiceProvidersRbacTest.test_list_service_providers ... success [0.368s] 2021-09-22 18:28:33.376 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_subnets_rbac.SubnetsRbacTest.test_create_subnet ... success [0.766s] 2021-09-22 18:28:34.473 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_subnets_rbac.SubnetsRbacTest.test_delete_subnet ... success [1.096s] 2021-09-22 18:28:34.765 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_subnets_rbac.SubnetsRbacTest.test_list_subnets ... success [0.291s] 2021-09-22 18:28:35.076 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_subnets_rbac.SubnetsRbacTest.test_show_subnet ... success [0.310s] 2021-09-22 18:28:35.822 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_subnets_rbac.SubnetsRbacTest.test_update_subnet ... success [0.745s] 2021-09-22 18:28:42.141 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_trunks_rbac.TrunksExtRbacTest.test_create_trunk ... success [0.871s] 2021-09-22 18:28:42.955 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_trunks_rbac.TrunksExtRbacTest.test_delete_trunk ... success [0.813s] 2021-09-22 18:28:43.927 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_trunks_rbac.TrunksExtRbacTest.test_list_trunks ... success [0.971s] 2021-09-22 18:28:44.676 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_trunks_rbac.TrunksExtRbacTest.test_show_trunk ... success [0.748s] 2021-09-22 18:28:51.424 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_trunks_rbac.TrunksSubportsExtRbacTest.test_add_subports ... success [2.394s] 2021-09-22 18:28:52.882 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_trunks_rbac.TrunksSubportsExtRbacTest.test_get_subports ... success [1.458s] 2021-09-22 18:28:54.255 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_trunks_rbac.TrunksSubportsExtRbacTest.test_remove_subports ... success [1.370s] 2021-09-22 18:29:06.918 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_group_snapshots_rbac.GroupSnaphotsV319RbacTest.test_reset_group_snapshot_rbac ... success [7.482s] 2021-09-22 18:29:15.590 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_snapshots_actions_rbac.SnapshotsActionsV3RbacTest.test_reset_snapshot_status ... success [0.570s] 2021-09-22 18:29:18.528 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_snapshots_actions_rbac.SnapshotsActionsV3RbacTest.test_snapshot_force_delete ... success [2.935s] 2021-09-22 18:29:19.352 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_snapshots_actions_rbac.SnapshotsActionsV3RbacTest.test_update_snapshot_status ... success [0.825s] 2021-09-22 18:29:27.894 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_snapshots_metadata_rbac.SnapshotMetadataV3RbacTest.test_delete_snapshot_metadata_item ... success [0.627s] 2021-09-22 18:29:28.513 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_snapshots_metadata_rbac.SnapshotMetadataV3RbacTest.test_get_snapshot_metadata ... success [0.618s] 2021-09-22 18:29:28.900 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_snapshots_metadata_rbac.SnapshotMetadataV3RbacTest.test_get_snapshot_metadata_for_volume_tenant ... success [0.386s] 2021-09-22 18:29:29.248 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_snapshots_metadata_rbac.SnapshotMetadataV3RbacTest.test_show_snapshot_metadata_item ... success [0.348s] 2021-09-22 18:29:29.626 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_snapshots_metadata_rbac.SnapshotMetadataV3RbacTest.test_update_snapshot_metadata ... success [0.376s] 2021-09-22 18:29:30.002 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_snapshots_metadata_rbac.SnapshotMetadataV3RbacTest.test_update_snapshot_metadata_item ... success [0.375s] 2021-09-22 18:29:35.476 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_volume_services_rbac.VolumeServicesV3RbacTest.test_list_services ... success [0.294s] 2021-09-22 18:29:39.301 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_volume_types_extra_specs_rbac.VolumeTypesExtraSpecsRbacTest.test_create_volume_type_extra_specs ... success [0.533s] 2021-09-22 18:29:39.848 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_volume_types_extra_specs_rbac.VolumeTypesExtraSpecsRbacTest.test_delete_volume_type_extra_specs ... success [0.546s] 2021-09-22 18:29:40.087 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_volume_types_extra_specs_rbac.VolumeTypesExtraSpecsRbacTest.test_list_volume_types_extra_specs ... success [0.236s] 2021-09-22 18:29:40.749 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_volume_types_extra_specs_rbac.VolumeTypesExtraSpecsRbacTest.test_show_volume_type_extra_specs ... success [0.662s] 2021-09-22 18:29:41.596 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_volume_types_extra_specs_rbac.VolumeTypesExtraSpecsRbacTest.test_update_volume_type_extra_specs ... success [0.846s] 2021-09-22 18:29:48.859 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_volumes_snapshots_rbac.VolumesSnapshotV3RbacTest.test_create_snapshot ... success [1.536s] 2021-09-22 18:29:52.984 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_volumes_snapshots_rbac.VolumesSnapshotV3RbacTest.test_delete_snapshot ... success [4.120s] 2021-09-22 18:29:53.287 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_volumes_snapshots_rbac.VolumesSnapshotV3RbacTest.test_list_snapshots ... success [0.303s] 2021-09-22 18:29:53.537 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_volumes_snapshots_rbac.VolumesSnapshotV3RbacTest.test_list_snapshots_details ... success [0.248s] 2021-09-22 18:29:53.791 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_volumes_snapshots_rbac.VolumesSnapshotV3RbacTest.test_list_snapshots_details_with_extended_attributes ... success [0.253s] 2021-09-22 18:29:54.054 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_volumes_snapshots_rbac.VolumesSnapshotV3RbacTest.test_show_snapshot ... success [0.263s] 2021-09-22 18:29:54.301 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_volumes_snapshots_rbac.VolumesSnapshotV3RbacTest.test_show_snapshot_with_extended_attributes ... success [0.245s] 2021-09-22 18:29:54.639 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_volumes_snapshots_rbac.VolumesSnapshotV3RbacTest.test_update_snapshot ... success [0.337s] 2021-09-22 18:31:14.811 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsRbacTest.test_reset_network ... success [314.012s] 2021-09-22 18:31:15.603 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsRbacTest.test_reset_server_state ... success [0.786s] 2021-09-22 18:31:16.884 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_server_actions_rbac.ServerActionsRbacTest.test_revert_resize_server ... success [339.634s] 2021-09-22 18:31:17.678 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_server_actions_rbac.ServerActionsRbacTest.test_server_detail ... success [0.786s] 2021-09-22 18:31:18.659 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_server_actions_rbac.ServerActionsRbacTest.test_server_detail_all_tenants ... success [0.979s] 2021-09-22 18:31:19.433 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_server_actions_rbac.ServerActionsRbacTest.test_server_index ... success [0.770s] 2021-09-22 18:31:20.110 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_server_actions_rbac.ServerActionsRbacTest.test_server_index_all_tenants ... success [0.673s] 2021-09-22 18:31:22.033 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsRbacTest.test_resume_server ... success [6.425s] 2021-09-22 18:31:22.712 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsRbacTest.test_show_instance_action ... success [0.674s] 2021-09-22 18:31:22.714 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsRbacTest.test_show_server_config_drive ... skip [0.000s]: b'This API extension policy was removed in Stein' 2021-09-22 18:31:23.316 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsRbacTest.test_show_server_diagnostics ... success [0.599s] 2021-09-22 18:31:23.317 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsRbacTest.test_show_server_extended_availability_zone ... skip [0.000s]: b'This API extension policy was removed in Stein' 2021-09-22 18:31:23.318 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsRbacTest.test_show_server_extended_server_attributes ... skip [0.000s]: b'This API extension policy was removed in Stein' 2021-09-22 18:31:23.319 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsRbacTest.test_show_server_extended_status ... skip [0.000s]: b'This API extension policy was removed in Stein' 2021-09-22 18:31:23.320 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsRbacTest.test_show_server_extended_volumes ... skip [0.000s]: b'This API extension policy was removed in Stein' 2021-09-22 18:31:23.321 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsRbacTest.test_show_server_keypair ... skip [0.000s]: b'This API extension policy was removed in Stein' 2021-09-22 18:31:23.322 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsRbacTest.test_show_server_usage ... skip [0.000s]: b'This API extension policy was removed in Stein' 2021-09-22 18:31:23.882 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsRbacTest.test_show_simple_tenant_usage ... success [0.561s] 2021-09-22 18:31:26.305 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsRbacTest.test_suspend_server ... success [2.419s] 2021-09-22 18:31:31.190 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsRbacTest.test_unlock_server ... success [4.881s] 2021-09-22 18:31:32.289 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsRbacTest.test_unlock_server_override ... success [1.091s] 2021-09-22 18:31:34.934 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_server_actions_rbac.ServerActionsRbacTest.test_shelve_server ... success [14.814s] 2021-09-22 18:31:46.263 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsRbacTest.test_unrescue_server ... success [13.965s] 2021-09-22 18:31:50.561 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_server_actions_rbac.ServerActionsRbacTest.test_show_server ... success [15.618s] 2021-09-22 18:31:57.996 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_server_actions_rbac.ServerActionsRbacTest.test_start_server ... success [7.425s] 2021-09-22 18:32:00.317 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_server_actions_rbac.ServerActionsRbacTest.test_stop_server ... success [2.318s] 2021-09-22 18:32:05.196 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_tenant_networks_rbac.TenantNetworksRbacTest.test_list_show_tenant_networks ... success [0.865s] 2021-09-22 18:32:08.628 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_agents_rbac.AgentsRbacTest.test_list_agents ... success [0.307s] 2021-09-22 18:32:08.853 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_agents_rbac.AgentsRbacTest.test_show_agent ... success [0.225s] 2021-09-22 18:32:09.096 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_agents_rbac.AgentsRbacTest.test_update_agent ... success [0.242s] 2021-09-22 18:32:13.235 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_agents_rbac.DHCPAgentSchedulersRbacTest.test_add_dhcp_agent_to_network ... success [1.083s] 2021-09-22 18:32:14.082 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_agents_rbac.DHCPAgentSchedulersRbacTest.test_delete_network_from_dhcp_agent ... success [0.847s] 2021-09-22 18:32:14.539 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_agents_rbac.DHCPAgentSchedulersRbacTest.test_list_networks_hosted_by_one_dhcp_agent ... success [0.455s] 2021-09-22 18:32:19.525 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_agents_rbac.L3AgentSchedulerRbacTest.test_create_router_on_l3_agent ... success [0.621s] 2021-09-22 18:32:20.186 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_agents_rbac.L3AgentSchedulerRbacTest.test_delete_router_from_l3_agent ... success [0.657s] 2021-09-22 18:32:20.574 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_agents_rbac.L3AgentSchedulerRbacTest.test_list_routers_on_l3_agent ... success [0.384s] 2021-09-22 18:32:24.287 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_agents_rbac.L3AgentsExtRbacTest.test_list_l3_agents_on_router ... success [0.467s] 2021-09-22 18:32:30.313 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_dscp_marking_rule_rbac.DscpMarkingRuleExtRbacTest.test_create_policy_dscp_marking_rule ... success [0.745s] 2021-09-22 18:32:31.174 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_dscp_marking_rule_rbac.DscpMarkingRuleExtRbacTest.test_delete_policy_dscp_marking_rule ... success [0.858s] 2021-09-22 18:32:31.706 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_dscp_marking_rule_rbac.DscpMarkingRuleExtRbacTest.test_list_policy_dscp_marking_rules ... success [0.532s] 2021-09-22 18:32:32.188 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_dscp_marking_rule_rbac.DscpMarkingRuleExtRbacTest.test_show_policy_dscp_marking_rule ... success [0.479s] 2021-09-22 18:32:32.853 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_dscp_marking_rule_rbac.DscpMarkingRuleExtRbacTest.test_update_policy_dscp_marking_rule ... success [0.665s] 2021-09-22 18:32:39.131 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_floating_ips_rbac.FloatingIpsRbacTest.test_create_floating_ip ... success [1.706s] 2021-09-22 18:32:40.799 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_floating_ips_rbac.FloatingIpsRbacTest.test_create_floating_ip_floatingip_address ... success [1.666s] 2021-09-22 18:32:42.641 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_floating_ips_rbac.FloatingIpsRbacTest.test_delete_floating_ip ... success [1.841s] 2021-09-22 18:32:44.883 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_floating_ips_rbac.FloatingIpsRbacTest.test_list_floating_ips ... success [2.241s] 2021-09-22 18:32:46.747 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_floating_ips_rbac.FloatingIpsRbacTest.test_show_floating_ip ... success [1.862s] 2021-09-22 18:32:49.500 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_floating_ips_rbac.FloatingIpsRbacTest.test_update_floating_ip ... success [2.752s] 2021-09-22 18:32:54.463 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_network_segments_rbac.NetworkSegmentsRbacTest.test_create_network_segments ... success [1.000s] 2021-09-22 18:32:55.431 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_network_segments_rbac.NetworkSegmentsRbacTest.test_show_network_segments ... success [0.965s] 2021-09-22 18:32:57.527 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_network_segments_rbac.NetworkSegmentsRbacTest.test_update_network_segments ... success [2.097s] 2021-09-22 18:33:00.893 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_policy_bandwidth_limit_rule_rbac.PolicyBandwidthLimitRuleExtRbacTest.test_create_policy_bandwidth_limit_rule ... success [0.609s] 2021-09-22 18:33:01.446 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_policy_bandwidth_limit_rule_rbac.PolicyBandwidthLimitRuleExtRbacTest.test_delete_policy_bandwidth_limit_rule ... success [0.552s] 2021-09-22 18:33:01.990 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_policy_bandwidth_limit_rule_rbac.PolicyBandwidthLimitRuleExtRbacTest.test_show_policy_bandwidth_limit_rule ... success [0.543s] 2021-09-22 18:33:02.634 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_policy_bandwidth_limit_rule_rbac.PolicyBandwidthLimitRuleExtRbacTest.test_update_policy_bandwidth_limit_rule ... success [0.644s] 2021-09-22 18:33:07.681 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_create_port ... success [0.758s] 2021-09-22 18:33:08.325 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_create_port_allowed_address_pairs ... success [0.643s] 2021-09-22 18:33:09.306 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_create_port_binding_host_id ... success [0.980s] 2021-09-22 18:33:10.015 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_create_port_binding_profile ... success [0.708s] 2021-09-22 18:33:10.673 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_create_port_device_owner ... success [0.656s] 2021-09-22 18:33:11.676 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_create_port_fixed_ips_ip_address ... success [1.001s] 2021-09-22 18:33:12.377 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_create_port_mac_address ... success [0.701s] 2021-09-22 18:33:13.126 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_create_port_security_enabled ... success [0.749s] 2021-09-22 18:33:14.343 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_delete_port ... success [1.216s] 2021-09-22 18:33:14.663 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_list_ports ... success [0.318s] 2021-09-22 18:33:14.946 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_show_port ... success [0.282s] 2021-09-22 18:33:16.233 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_show_port_binding_host_id ... success [1.286s] 2021-09-22 18:33:17.168 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_show_port_binding_profile ... success [0.934s] 2021-09-22 18:33:17.496 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_show_port_binding_vif_details ... success [0.327s] 2021-09-22 18:33:17.756 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_show_port_binding_vif_type ... success [0.259s] 2021-09-22 18:33:18.786 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_update_port ... success [1.029s] 2021-09-22 18:33:20.015 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_update_port_allowed_address_pairs ... success [1.226s] 2021-09-22 18:33:23.268 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_update_port_binding_host_id ... success [3.253s] 2021-09-22 18:33:24.568 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_update_port_binding_profile ... success [1.299s] 2021-09-22 18:33:25.564 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_update_port_device_owner ... success [0.996s] 2021-09-22 18:33:26.950 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_update_port_fixed_ips_ip_address ... success [1.384s] 2021-09-22 18:33:29.325 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_update_port_mac_address ... success [2.375s] 2021-09-22 18:33:30.154 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_update_port_security_enabled ... success [0.830s] 2021-09-22 18:33:44.254 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_security_groups_rbac.SecGroupRbacTest.test_create_security_group ... success [0.604s] 2021-09-22 18:33:44.696 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_security_groups_rbac.SecGroupRbacTest.test_create_security_group_rule ... success [0.441s] 2021-09-22 18:33:45.233 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_security_groups_rbac.SecGroupRbacTest.test_delete_security_group ... success [0.535s] 2021-09-22 18:33:45.873 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_security_groups_rbac.SecGroupRbacTest.test_delete_security_group_rule ... success [0.638s] 2021-09-22 18:33:46.237 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_security_groups_rbac.SecGroupRbacTest.test_list_security_group_rules ... success [0.363s] 2021-09-22 18:33:46.581 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_security_groups_rbac.SecGroupRbacTest.test_list_security_groups ... success [0.344s] 2021-09-22 18:33:46.851 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_security_groups_rbac.SecGroupRbacTest.test_show_security_group ... success [0.269s] 2021-09-22 18:33:47.574 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_security_groups_rbac.SecGroupRbacTest.test_show_security_group_rule ... success [0.721s] 2021-09-22 18:33:48.294 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_security_groups_rbac.SecGroupRbacTest.test_update_security_group ... success [0.718s] 2021-09-22 18:33:52.552 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_capabilities_rbac.CapabilitiesV3RbacTest.test_show_back_end_capabilities ... success [0.492s] 2021-09-22 18:33:58.399 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_groups_rbac.GroupV320RbacTest.test_reset_group_status ... success [3.038s] 2021-09-22 18:34:01.786 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_limits_rbac.LimitsV3RbacTest.test_show_limits ... success [0.388s] 2021-09-22 18:34:06.507 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_qos_rbac.VolumeQOSV3RbacTest.test_associate_qos ... success [0.944s] 2021-09-22 18:34:06.976 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_qos_rbac.VolumeQOSV3RbacTest.test_create_qos_with_consumer ... success [0.468s] 2021-09-22 18:34:07.313 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_qos_rbac.VolumeQOSV3RbacTest.test_delete_qos_with_consumer ... success [0.335s] 2021-09-22 18:34:07.850 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_qos_rbac.VolumeQOSV3RbacTest.test_disassociate_all_qos ... success [0.535s] 2021-09-22 18:34:08.383 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_qos_rbac.VolumeQOSV3RbacTest.test_disassociate_qos ... success [0.533s] 2021-09-22 18:34:08.879 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_qos_rbac.VolumeQOSV3RbacTest.test_get_association_qos ... success [0.495s] 2021-09-22 18:34:09.113 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_qos_rbac.VolumeQOSV3RbacTest.test_list_qos ... success [0.233s] 2021-09-22 18:34:09.536 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_qos_rbac.VolumeQOSV3RbacTest.test_set_qos_key ... success [0.422s] 2021-09-22 18:34:09.890 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_qos_rbac.VolumeQOSV3RbacTest.test_show_qos ... success [0.353s] 2021-09-22 18:34:10.297 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_qos_rbac.VolumeQOSV3RbacTest.test_unset_qos_key ... success [0.407s] 2021-09-22 18:34:19.104 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_snapshot_manage_rbac.SnapshotManageRbacTest.test_manage_snapshot_rbac ... success [2.715s] 2021-09-22 18:34:24.830 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_volume_actions_rbac.VolumesActionsV312RbacTest.test_show_volume_summary ... success [0.323s] 2021-09-22 18:34:47.813 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_volume_actions_rbac.VolumesActionsV3RbacTest.test_attach_volume_to_instance ... success [14.130s] 2021-09-22 18:34:59.378 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_volume_actions_rbac.VolumesActionsV3RbacTest.test_detach_volume_from_instance ... success [11.560s] 2021-09-22 18:35:14.074 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_volume_actions_rbac.VolumesActionsV3RbacTest.test_force_detach_volume_from_instance ... success [14.695s] 2021-09-22 18:35:17.370 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_volume_actions_rbac.VolumesActionsV3RbacTest.test_volume_force_delete ... success [3.298s] 2021-09-22 18:35:17.756 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_volume_actions_rbac.VolumesActionsV3RbacTest.test_volume_readonly_update ... success [0.386s] 2021-09-22 18:35:18.033 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_volume_actions_rbac.VolumesActionsV3RbacTest.test_volume_reserve ... success [0.276s] 2021-09-22 18:35:19.857 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_volume_actions_rbac.VolumesActionsV3RbacTest.test_volume_reset_status ... success [1.822s] 2021-09-22 18:35:21.914 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_volume_actions_rbac.VolumesActionsV3RbacTest.test_volume_retype ... success [2.056s] 2021-09-22 18:35:22.163 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_volume_actions_rbac.VolumesActionsV3RbacTest.test_volume_set_bootable ... success [0.250s] 2021-09-22 18:35:22.454 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_volume_actions_rbac.VolumesActionsV3RbacTest.test_volume_unreserve ... success [0.290s] 2021-09-22 18:35:35.712 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_volume_quotas_rbac.VolumeQuotasV3RbacTest.test_delete_quota_set ... success [0.609s] 2021-09-22 18:35:35.977 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_volume_quotas_rbac.VolumeQuotasV3RbacTest.test_list_default_quotas ... success [0.265s] 2021-09-22 18:35:36.261 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_volume_quotas_rbac.VolumeQuotasV3RbacTest.test_list_quotas ... success [0.283s] 2021-09-22 18:35:36.569 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_volume_quotas_rbac.VolumeQuotasV3RbacTest.test_list_quotas_usage_true ... success [0.307s] 2021-09-22 18:35:37.253 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_volume_quotas_rbac.VolumeQuotasV3RbacTest.test_update_quota_set ... success [0.683s] 2021-09-22 18:35:42.095 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_volume_types_access_rbac.VolumeTypesAccessRbacTest.test_add_type_access ... success [0.426s] 2021-09-22 18:35:42.565 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_volume_types_access_rbac.VolumeTypesAccessRbacTest.test_list_type_access ... success [0.471s] 2021-09-22 18:35:42.889 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_volume_types_access_rbac.VolumeTypesAccessRbacTest.test_remove_type_access ... success [0.323s] 2021-09-22 18:35:51.095 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_volumes_backup_rbac.VolumesBackupsV39RbacTest.test_backup_update ... success [0.511s] 2021-09-22 18:37:13.787 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_server_actions_rbac.ServerActionsRbacTest.test_unpause_server ... success [313.404s] 2021-09-22 18:37:41.290 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_server_actions_rbac.ServerActionsRbacTest.test_unshelve_server ... success [27.493s] 2021-09-22 18:38:08.428 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_server_actions_rbac.ServerActionsV214RbacTest.test_evacuate_server ... success [0.483s] 2021-09-22 18:38:32.042 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_server_metadata_rbac.ServerMetadataRbacTest.test_delete_server_metadata_item ... success [0.746s] 2021-09-22 18:38:32.611 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_server_metadata_rbac.ServerMetadataRbacTest.test_list_server_metadata ... success [0.567s] 2021-09-22 18:38:33.181 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_server_metadata_rbac.ServerMetadataRbacTest.test_set_server_metadata ... success [0.569s] 2021-09-22 18:38:33.774 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_server_metadata_rbac.ServerMetadataRbacTest.test_set_server_metadata_item ... success [0.590s] 2021-09-22 18:38:34.288 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_server_metadata_rbac.ServerMetadataRbacTest.test_show_server_metadata_item ... success [0.511s] 2021-09-22 18:38:34.856 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_server_metadata_rbac.ServerMetadataRbacTest.test_update_server_metadata ... success [0.563s] 2021-09-22 18:38:59.366 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_server_rbac.ComputeServersRbacTest.test_create_server ... success [1.335s] 2021-09-22 18:39:03.203 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_server_rbac.ComputeServersRbacTest.test_create_server_attach_network ... success [3.832s] 2021-09-22 18:39:18.607 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_server_rbac.ComputeServersRbacTest.test_create_server_attach_volume ... success [15.398s] 2021-09-22 18:39:22.582 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_server_rbac.ComputeServersRbacTest.test_create_server_forced_host ... success [3.971s] 2021-09-22 18:39:33.580 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_server_rbac.ComputeServersRbacTest.test_delete_server ... success [10.994s] 2021-09-22 18:39:34.204 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_server_rbac.ComputeServersRbacTest.test_update_server ... success [0.622s] 2021-09-22 18:39:58.076 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_server_tags_rbac.ServerTagsRbacTest.test_check_tag_existence ... success [0.594s] 2021-09-22 18:39:58.444 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_server_tags_rbac.ServerTagsRbacTest.test_delete_all_tags ... success [0.365s] 2021-09-22 18:39:59.166 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_server_tags_rbac.ServerTagsRbacTest.test_delete_tag ... success [0.719s] 2021-09-22 18:39:59.455 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_server_tags_rbac.ServerTagsRbacTest.test_list_tags ... success [0.287s] 2021-09-22 18:39:59.817 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_server_tags_rbac.ServerTagsRbacTest.test_update_all_tags ... success [0.359s] 2021-09-22 18:40:00.379 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_server_tags_rbac.ServerTagsRbacTest.test_update_tag ... success [0.560s] 2021-09-22 18:40:08.905 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_services_rbac.ServicesRbacTest.test_list_services ... success [0.441s] 2021-09-22 18:40:12.232 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.image.test_image_namespace_rbac.ImageNamespacesRbacTest.test_create_metadef_namespace ... success [0.506s] 2021-09-22 18:40:12.707 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.image.test_image_namespace_rbac.ImageNamespacesRbacTest.test_list_metadef_namespaces ... success [0.475s] 2021-09-22 18:40:13.107 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.image.test_image_namespace_rbac.ImageNamespacesRbacTest.test_modify_metadef_namespace ... success [0.399s] 2021-09-22 18:40:17.072 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.image.test_images_member_rbac.ImagesMemberRbacTest.test_add_image_member ... success [0.512s] 2021-09-22 18:40:17.466 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.image.test_images_member_rbac.ImagesMemberRbacTest.test_delete_image_member ... success [0.393s] 2021-09-22 18:40:17.931 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.image.test_images_member_rbac.ImagesMemberRbacTest.test_list_image_members ... success [0.463s] 2021-09-22 18:40:18.322 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.image.test_images_member_rbac.ImagesMemberRbacTest.test_show_image_member ... success [0.390s] 2021-09-22 18:40:18.786 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.image.test_images_member_rbac.ImagesMemberRbacTest.test_update_image_member ... success [0.462s] 2021-09-22 18:40:23.050 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_communitize_image ... success [0.412s] 2021-09-22 18:40:23.298 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_create_image ... success [0.246s] 2021-09-22 18:40:23.634 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_create_image_tag ... success [0.336s] 2021-09-22 18:40:24.206 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_deactivate_image ... success [0.570s] 2021-09-22 18:40:24.665 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_delete_image ... success [0.458s] 2021-09-22 18:40:25.026 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_delete_image_tag ... success [0.359s] 2021-09-22 18:40:25.653 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_download_image ... success [0.627s] 2021-09-22 18:40:25.899 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_list_images ... success [0.244s] 2021-09-22 18:40:26.147 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_publicize_image ... success [0.249s] 2021-09-22 18:40:26.708 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_reactivate_image ... success [0.559s] 2021-09-22 18:40:27.009 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_show_image ... success [0.299s] 2021-09-22 18:40:27.352 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_update_image ... success [0.341s] 2021-09-22 18:40:27.856 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_upload_image ... success [0.504s] 2021-09-22 18:40:34.356 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_address_scope_rbac.AddressScopeExtRbacTest.test_create_address_scope ... success [0.558s] 2021-09-22 18:40:34.812 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_address_scope_rbac.AddressScopeExtRbacTest.test_create_address_scope_shared ... success [0.454s] 2021-09-22 18:40:35.243 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_address_scope_rbac.AddressScopeExtRbacTest.test_delete_address_scope ... success [0.430s] 2021-09-22 18:40:35.702 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_address_scope_rbac.AddressScopeExtRbacTest.test_get_address_scope ... success [0.457s] 2021-09-22 18:40:36.151 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_address_scope_rbac.AddressScopeExtRbacTest.test_list_address_scopes ... success [0.447s] 2021-09-22 18:40:36.640 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_address_scope_rbac.AddressScopeExtRbacTest.test_update_address_scope ... success [0.488s] 2021-09-22 18:40:37.151 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_address_scope_rbac.AddressScopeExtRbacTest.test_update_address_scope_shared ... success [0.510s] 2021-09-22 18:40:41.439 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_availability_zones_rbac.AvailabilityZoneExtRbacTest.test_list_availability_zone_rbac ... success [0.519s] 2021-09-22 18:40:45.064 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_flavor_service_profile_rbac.FlavorsServiceProfileExtRbacTest.test_create_flavor_service_profile ... success [0.438s] 2021-09-22 18:40:45.479 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_flavor_service_profile_rbac.FlavorsServiceProfileExtRbacTest.test_delete_flavor_service_profile ... success [0.415s] 2021-09-22 18:40:49.003 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_flavors_rbac.FlavorsExtRbacTest.test_create_flavor ... success [0.457s] 2021-09-22 18:40:49.458 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_flavors_rbac.FlavorsExtRbacTest.test_delete_flavor ... success [0.453s] 2021-09-22 18:40:49.892 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_flavors_rbac.FlavorsExtRbacTest.test_list_flavors ... success [0.433s] 2021-09-22 18:40:50.328 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_flavors_rbac.FlavorsExtRbacTest.test_show_flavor ... success [0.435s] 2021-09-22 18:40:50.772 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_flavors_rbac.FlavorsExtRbacTest.test_update_flavor ... success [0.443s] 2021-09-22 18:40:54.192 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_network_ip_availability_rbac.NetworkIpAvailabilityExtRbacTest.test_get_network_ip_availabilities ... success [0.561s] 2021-09-22 18:40:54.922 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_network_ip_availability_rbac.NetworkIpAvailabilityExtRbacTest.test_get_network_ip_availability ... success [0.730s] 2021-09-22 18:40:58.907 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_policy_minimum_bandwidth_rule_rbac.PolicyMinimumBandwidthRuleExtRbacTest.test_create_policy_minimum_bandwidth_rule ... success [0.653s] 2021-09-22 18:40:59.532 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_policy_minimum_bandwidth_rule_rbac.PolicyMinimumBandwidthRuleExtRbacTest.test_delete_policy_minimum_bandwidth_rule ... success [0.623s] 2021-09-22 18:41:00.148 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_policy_minimum_bandwidth_rule_rbac.PolicyMinimumBandwidthRuleExtRbacTest.test_show_policy_minimum_bandwidth_rule ... success [0.615s] 2021-09-22 18:41:00.898 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_policy_minimum_bandwidth_rule_rbac.PolicyMinimumBandwidthRuleExtRbacTest.test_update_policy_minimum_bandwidth_rule ... success [0.747s] 2021-09-22 18:41:04.653 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_qos_rbac.QosExtRbacTest.test_create_policy ... success [0.500s] 2021-09-22 18:41:05.139 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_qos_rbac.QosExtRbacTest.test_delete_policy ... success [0.485s] 2021-09-22 18:41:05.637 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_qos_rbac.QosExtRbacTest.test_get_policy ... success [0.495s] 2021-09-22 18:41:06.119 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_qos_rbac.QosExtRbacTest.test_list_policies ... success [0.481s] 2021-09-22 18:41:06.688 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_qos_rbac.QosExtRbacTest.test_update_policy ... success [0.567s] 2021-09-22 18:41:10.339 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_encryption_types_rbac.EncryptionTypesV3RbacTest.test_create_volume_type_encryption ... success [0.593s] 2021-09-22 18:41:10.760 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_encryption_types_rbac.EncryptionTypesV3RbacTest.test_delete_volume_type_encryption ... success [0.419s] 2021-09-22 18:41:11.179 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_encryption_types_rbac.EncryptionTypesV3RbacTest.test_show_encryption_specs_item ... success [0.418s] 2021-09-22 18:41:11.569 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_encryption_types_rbac.EncryptionTypesV3RbacTest.test_show_volume_type_encryption ... success [0.389s] 2021-09-22 18:41:12.001 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_encryption_types_rbac.EncryptionTypesV3RbacTest.test_update_volume_type_encryption ... success [0.431s] 2021-09-22 18:41:22.718 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_group_snapshots_rbac.GroupSnaphotsV314RbacTest.test_create_group_snapshot ... success [7.419s] 2021-09-22 18:41:30.012 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_group_snapshots_rbac.GroupSnaphotsV314RbacTest.test_delete_group_snapshot_rbac ... success [7.289s] 2021-09-22 18:41:34.634 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_group_snapshots_rbac.GroupSnaphotsV314RbacTest.test_list_group_snapshot_rbac ... success [4.623s] 2021-09-22 18:41:41.729 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_group_snapshots_rbac.GroupSnaphotsV314RbacTest.test_show_group_snapshot_rbac ... success [7.090s] 2021-09-22 18:41:45.754 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_group_type_specs.GroupTypeSpecsRbacTest.test_group_type_specs_create ... success [0.638s] 2021-09-22 18:41:46.173 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_group_type_specs.GroupTypeSpecsRbacTest.test_group_type_specs_delete ... success [0.418s] 2021-09-22 18:41:46.561 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_group_type_specs.GroupTypeSpecsRbacTest.test_group_type_specs_list ... success [0.387s] 2021-09-22 18:41:46.964 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_group_type_specs.GroupTypeSpecsRbacTest.test_group_type_specs_show ... success [0.401s] 2021-09-22 18:41:47.374 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_group_type_specs.GroupTypeSpecsRbacTest.test_group_type_specs_update ... success [0.409s] 2021-09-22 18:41:50.688 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_groups_rbac.GroupTypesV3RbacTest.test_create_group_type ... success [0.514s] 2021-09-22 18:41:51.043 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_groups_rbac.GroupTypesV3RbacTest.test_create_group_type_group_specs ... success [0.354s] 2021-09-22 18:41:51.403 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_groups_rbac.GroupTypesV3RbacTest.test_delete_group_type ... success [0.358s] 2021-09-22 18:41:51.751 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_groups_rbac.GroupTypesV3RbacTest.test_show_group_type ... success [0.346s] 2021-09-22 18:41:52.109 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_groups_rbac.GroupTypesV3RbacTest.test_update_group_type ... success [0.358s] 2021-09-22 18:41:55.316 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_quota_classes_rbac.QuotaClassesV3RbacTest.test_show_quota_class_set ... success [0.412s] 2021-09-22 18:41:55.836 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_quota_classes_rbac.QuotaClassesV3RbacTest.test_update_quota_class_set ... success [0.519s] 2021-09-22 18:42:09.537 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_volume_actions_rbac.VolumesActionsV310RbacTest.test_volume_upload_image ... success [9.266s] 2021-09-22 18:42:18.636 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_volume_actions_rbac.VolumesActionsV310RbacTest.test_volume_upload_public ... success [9.098s] 2021-09-22 18:42:26.282 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_volume_basic_crud_rbac.VolumesBasicCrudV3RbacTest.test_create_volume ... success [1.886s] 2021-09-22 18:42:31.541 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_volume_basic_crud_rbac.VolumesBasicCrudV3RbacTest.test_create_volume_from_image ... success [5.256s] 2021-09-22 18:42:34.580 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_volume_basic_crud_rbac.VolumesBasicCrudV3RbacTest.test_delete_volume ... success [3.038s] 2021-09-22 18:42:34.862 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_volume_basic_crud_rbac.VolumesBasicCrudV3RbacTest.test_list_volumes ... success [0.283s] 2021-09-22 18:42:35.139 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_volume_basic_crud_rbac.VolumesBasicCrudV3RbacTest.test_list_volumes_with_details ... success [0.275s] 2021-09-22 18:42:35.438 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_volume_basic_crud_rbac.VolumesBasicCrudV3RbacTest.test_show_volume ... success [0.297s] 2021-09-22 18:42:35.729 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_volume_basic_crud_rbac.VolumesBasicCrudV3RbacTest.test_update_volume ... success [0.291s] 2021-09-22 18:42:44.998 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_volumes_backup_rbac.VolumesBackupsV318RbacTest.test_list_backup_details_project_attribute ... success [0.300s] 2021-09-22 18:42:45.254 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_volumes_backup_rbac.VolumesBackupsV318RbacTest.test_show_backup_project_attribute ... success [0.256s] 2021-09-22 18:42:58.336 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_volumes_backup_rbac.VolumesBackupsV3RbacTest.test_create_backup ... success [4.045s] 2021-09-22 18:43:03.272 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_volumes_backup_rbac.VolumesBackupsV3RbacTest.test_delete_backup ... success [4.933s] 2021-09-22 18:43:03.528 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_volumes_backup_rbac.VolumesBackupsV3RbacTest.test_export_backup ... success [0.258s] 2021-09-22 18:43:04.065 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_volumes_backup_rbac.VolumesBackupsV3RbacTest.test_import_backup ... success [0.534s] 2021-09-22 18:43:04.316 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_volumes_backup_rbac.VolumesBackupsV3RbacTest.test_list_backups ... success [0.252s] 2021-09-22 18:43:04.567 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_volumes_backup_rbac.VolumesBackupsV3RbacTest.test_list_backups_with_details ... success [0.250s] 2021-09-22 18:43:08.447 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_volumes_backup_rbac.VolumesBackupsV3RbacTest.test_reset_backup_status ... success [3.877s] 2021-09-22 18:43:12.278 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_volumes_backup_rbac.VolumesBackupsV3RbacTest.test_restore_backup ... success [3.831s] 2021-09-22 18:43:12.535 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_volumes_backup_rbac.VolumesBackupsV3RbacTest.test_show_backup ... success [0.257s] 2021-09-22 18:43:22.166 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_volumes_extend_rbac.VolumesExtendV3RbacTest.test_volume_extend ... success [0.582s] 2021-09-22 18:43:32.125 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_volumes_manage_rbac.VolumesManageV3RbacTest.test_volume_manage ... success [5.737s] 2021-09-22 18:43:36.569 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_volumes_manage_rbac.VolumesManageV3RbacTest.test_volume_unmanage ... success [4.443s] 2021-09-22 18:43:38.459 36 INFO rally.task.context [-] Verification 45932058-0165-4c94-84dc-6e34419ff9f2 | Context testr@default cleanup() started 2021-09-22 18:43:38.460 36 INFO rally.task.context [-] Verification 45932058-0165-4c94-84dc-6e34419ff9f2 | Context testr@default cleanup() finished in 0.85 msec 2021-09-22 18:43:38.461 36 INFO rally.task.context [-] Verification 45932058-0165-4c94-84dc-6e34419ff9f2 | Context tempest@default cleanup() started 2021-09-22 18:43:38.590 36 INFO rally.task.context [-] Verification 45932058-0165-4c94-84dc-6e34419ff9f2 | Context tempest@default cleanup() finished in 0.13 sec 2021-09-22 18:43:38.616 36 INFO rally.api [-] Verification (UUID=aa2bdc9e-8126-408f-ab65-33c46445c7c7) has been successfully finished for deployment 'opnfv-rally' (UUID=2749c76a-cdf0-4cb4-86dd-b2ae8c1f8219)! 2021-09-22 18:43:40.491 51 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-09-22 18:43:40.491 51 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-09-22 18:43:40.491 51 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-09-22 18:43:42.628 53 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-09-22 18:43:42.629 53 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-09-22 18:43:42.629 53 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-09-22 18:43:45.117 53 INFO rally.api [-] Building 'html' report for the following verification(s): 'aa2bdc9e-8126-408f-ab65-33c46445c7c7' 2021-09-22 18:43:45.145 53 INFO rally.api [-] The report has been successfully built. 2021-09-22 18:43:46.828 55 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-09-22 18:43:46.829 55 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-09-22 18:43:46.829 55 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-09-22 18:43:49.131 55 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): 'aa2bdc9e-8126-408f-ab65-33c46445c7c7' 2021-09-22 18:43:49.154 55 INFO rally.api [-] The report has been successfully built.