2021-08-16 19:15:53.917 8 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-08-16 19:15:53.917 8 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-08-16 19:15:53.918 8 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-08-16 19:15:56.491 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-08-16 19:15:56.491 8 ERROR rally.cli.cliutils Traceback (most recent call last): 2021-08-16 19:15:56.491 8 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 669, in run 2021-08-16 19:15:56.491 8 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2021-08-16 19:15:56.491 8 ERROR rally.cli.cliutils File "", line 2, in destroy 2021-08-16 19:15:56.491 8 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2021-08-16 19:15:56.491 8 ERROR rally.cli.cliutils return f(*args, **kwargs) 2021-08-16 19:15:56.491 8 ERROR rally.cli.cliutils File "", line 2, in destroy 2021-08-16 19:15:56.491 8 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2021-08-16 19:15:56.491 8 ERROR rally.cli.cliutils return f(*args, **kwargs) 2021-08-16 19:15:56.491 8 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2021-08-16 19:15:56.491 8 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2021-08-16 19:15:56.491 8 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2021-08-16 19:15:56.491 8 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2021-08-16 19:15:56.491 8 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2021-08-16 19:15:56.491 8 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2021-08-16 19:15:56.491 8 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2021-08-16 19:15:56.491 8 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2021-08-16 19:15:56.491 8 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2021-08-16 19:15:56.491 8 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2021-08-16 19:15:56.491 8 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2021-08-16 19:15:56.491 8 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2021-08-16 19:15:56.491 8 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2021-08-16 19:15:56.491 8 ERROR rally.cli.cliutils 2021-08-16 19:15:58.227 10 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-08-16 19:15:58.227 10 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-08-16 19:15:58.228 10 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-08-16 19:16:02.703 12 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-08-16 19:16:02.703 12 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-08-16 19:16:02.704 12 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-08-16 19:16:07.711 15 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-08-16 19:16:07.711 15 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-08-16 19:16:07.711 15 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-08-16 19:16:09.094 18 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-08-16 19:16:09.094 18 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-08-16 19:16:09.095 18 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-08-16 19:16:11.549 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-08-16 19:16:11.549 18 ERROR rally.cli.cliutils Traceback (most recent call last): 2021-08-16 19:16:11.549 18 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 669, in run 2021-08-16 19:16:11.549 18 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2021-08-16 19:16:11.549 18 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2021-08-16 19:16:11.549 18 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2021-08-16 19:16:11.549 18 ERROR rally.cli.cliutils return f(*args, **kwargs) 2021-08-16 19:16:11.549 18 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2021-08-16 19:16:11.549 18 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2021-08-16 19:16:11.549 18 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2021-08-16 19:16:11.549 18 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2021-08-16 19:16:11.549 18 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2021-08-16 19:16:11.549 18 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2021-08-16 19:16:11.549 18 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2021-08-16 19:16:11.549 18 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2021-08-16 19:16:11.549 18 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2021-08-16 19:16:11.549 18 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2021-08-16 19:16:11.549 18 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2021-08-16 19:16:11.549 18 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2021-08-16 19:16:11.549 18 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2021-08-16 19:16:11.549 18 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2021-08-16 19:16:11.549 18 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2021-08-16 19:16:11.549 18 ERROR rally.cli.cliutils 2021-08-16 19:16:13.032 20 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-08-16 19:16:13.032 20 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-08-16 19:16:13.032 20 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-08-16 19:16:15.345 20 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2021-08-16 19:16:15.390 20 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-305712fb-a4ce-48d0-b880-a23f54665d56/repo. 2021-08-16 19:16:15.710 20 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-305712fb-a4ce-48d0-b880-a23f54665d56/repo'... done. Note: switching to '883706539ffd4099b0701a27cc3e6a3b7c527dbe'. 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-08-16 19:16:15.726 20 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'tags/27.0.0-1-g883706539 ' 2021-08-16 19:16:15.733 20 RALLYDEBUG rally.verification.utils [-] Subprocess output: '883706539ffd4099b0701a27cc3e6a3b7c527dbe ' 2021-08-16 19:16:15.742 20 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2021-08-16 19:16:15.802 20 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2021-08-16 19:16:16.800 20 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=305712fb-a4ce-48d0-b880-a23f54665d56) has been successfully created! 2021-08-16 19:16:18.726 29 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-08-16 19:16:18.726 29 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-08-16 19:16:18.726 29 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-08-16 19:16:23.724 32 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-08-16 19:16:23.724 32 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-08-16 19:16:23.724 32 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-08-16 19:16:26.253 32 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=305712fb-a4ce-48d0-b880-a23f54665d56) for deployment 'opnfv-rally' (UUID=8f05e759-ae41-45a5-905e-dc72a182b35c). 2021-08-16 19:16:26.886 32 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=305712fb-a4ce-48d0-b880-a23f54665d56) has been successfully configured for deployment 'opnfv-rally' (UUID=8f05e759-ae41-45a5-905e-dc72a182b35c)! 2021-08-16 19:16:38.993 38 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-08-16 19:16:38.993 38 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-08-16 19:16:38.994 38 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-08-16 19:16:42.058 38 INFO rally.api [-] Starting verification (UUID=cc106c77-d412-4647-af7a-5e9645e6938a) for deployment 'opnfv-rally' (UUID=8f05e759-ae41-45a5-905e-dc72a182b35c) by verifier 'opnfv-tempest' (UUID=305712fb-a4ce-48d0-b880-a23f54665d56). 2021-08-16 19:16:42.766 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2021-08-16 19:16:42.767 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-305712fb-a4ce-48d0-b880-a23f54665d56/for-deployment-8f05e759-ae41-45a5-905e-dc72a182b35c/tempest.log' to option 'log_file'. 2021-08-16 19:16:42.767 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-305712fb-a4ce-48d0-b880-a23f54665d56/for-deployment-8f05e759-ae41-45a5-905e-dc72a182b35c/tempest.log 2021-08-16 19:16:42.767 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2021-08-16 19:16:42.767 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-305712fb-a4ce-48d0-b880-a23f54665d56/for-deployment-8f05e759-ae41-45a5-905e-dc72a182b35c/lock_files' to option 'lock_path'. 2021-08-16 19:16:42.768 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-305712fb-a4ce-48d0-b880-a23f54665d56/for-deployment-8f05e759-ae41-45a5-905e-dc72a182b35c/lock_files 2021-08-16 19:16:42.768 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' from 'scenario' section is not configured. 2021-08-16 19:16:42.768 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-305712fb-a4ce-48d0-b880-a23f54665d56/for-deployment-8f05e759-ae41-45a5-905e-dc72a182b35c' to option 'img_dir'. 2021-08-16 19:16:42.769 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is configured. img_dir = /root/.rally/verification/verifier-305712fb-a4ce-48d0-b880-a23f54665d56/for-deployment-8f05e759-ae41-45a5-905e-dc72a182b35c 2021-08-16 19:16:42.769 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_file' is already configured in Tempest config file. img_file = /home/opnfv/functest/images/cirros-0.5.1-x86_64-disk.img 2021-08-16 19:16:42.769 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = 2327c498-3504-442e-8ae7-f3f0af88b406 2021-08-16 19:16:42.769 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = 0ebda082-c2a7-4b67-abee-ce77d89fc915 2021-08-16 19:16:42.770 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = 844e37f6-4fa6-40ea-a3b8-4550d883d0a9 2021-08-16 19:16:42.770 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = deeb872c-d120-4336-8c41-94f1521c5a03 2021-08-16 19:16:43.226 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2021-08-16 19:16:43.227 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = patrole_reader-net_573ee70b-c1ee-4897-ab93-a4f13bf4be47 2021-08-16 19:16:43.227 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2021-08-16 19:16:43.325 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2021-08-16 19:16:43.359 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] The following flavor discovered: 'rally_verify_60fa8163_UzgXnNKi'. Using flavor 'rally_verify_60fa8163_UzgXnNKi' (ID = aa4d9499-3499-4183-8193-fdfac483f7be) for the tests. 2021-08-16 19:16:43.359 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value 'aa4d9499-3499-4183-8193-fdfac483f7be' to option 'instance_type'. 2021-08-16 19:16:43.360 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = aa4d9499-3499-4183-8193-fdfac483f7be 2021-08-16 19:16:43.361 38 INFO rally.task.context [-] Verification 305712fb-a4ce-48d0-b880-a23f54665d56 | Context tempest@default setup() finished in 1.12 sec 2021-08-16 19:16:43.362 38 INFO rally.task.context [-] Verification 305712fb-a4ce-48d0-b880-a23f54665d56 | Context testr@default setup() finished in 0.69 msec 2021-08-16 19:16:43.362 38 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --concurrency 4 --load-list /tmp/bccffa21-d753-436c-a51b-392bdbcc4825'. 2021-08-16 19:16:48.991 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_agents_rbac.AgentsRbacTest ... skip: b'AgentsRbacTest skipped as os-agents APIs/policies are not avaialble any more.' 2021-08-16 19:16:52.125 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_limits_rbac.LimitsRbacTest.test_show_limits ... success [0.491s] 2021-08-16 19:16:52.270 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_hosts_rbac.HostsRbacTest.test_list_hosts ... success [0.525s] 2021-08-16 19:16:52.722 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_flavor_access_rbac.FlavorAccessRbacTest.test_add_flavor_access ... success [0.901s] 2021-08-16 19:16:53.208 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_aggregates_rbac.AggregatesRbacTest.test_add_host_to_aggregate_rbac ... success [1.336s] 2021-08-16 19:16:53.217 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_hosts_rbac.HostsRbacTest.test_show_host_details ... success [0.946s] 2021-08-16 19:16:53.929 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_flavor_access_rbac.FlavorAccessRbacTest.test_list_flavor_access ... success [1.205s] 2021-08-16 19:16:53.931 38 INFO opnfv-tempest [-] {2} 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-08-16 19:16:54.035 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_aggregates_rbac.AggregatesRbacTest.test_create_aggregate_rbac ... success [0.828s] 2021-08-16 19:16:54.868 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_aggregates_rbac.AggregatesRbacTest.test_delete_aggregate_rbac ... success [0.833s] 2021-08-16 19:16:55.104 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_flavor_access_rbac.FlavorAccessRbacTest.test_remove_flavor_access ... success [1.172s] 2021-08-16 19:16:55.105 38 INFO opnfv-tempest [-] {2} 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-08-16 19:16:55.439 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_aggregates_rbac.AggregatesRbacTest.test_list_aggregate_rbac ... success [0.568s] 2021-08-16 19:16:56.997 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_aggregates_rbac.AggregatesRbacTest.test_remove_host_from_aggregate_rbac ... success [1.555s] 2021-08-16 19:16:57.201 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_quota_class_sets_rbac.QuotaClassesRbacTest.test_show_quota_class_set ... success [0.611s] 2021-08-16 19:16:57.993 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_aggregates_rbac.AggregatesRbacTest.test_set_metadata_on_aggregate_rbac ... success [0.994s] 2021-08-16 19:16:58.375 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_quota_class_sets_rbac.QuotaClassesRbacTest.test_update_quota_class_set ... success [1.173s] 2021-08-16 19:16:58.849 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_hypervisor_rbac.HypervisorMaxv252RbacTest.test_list_servers_on_hypervisor ... success [0.635s] 2021-08-16 19:16:58.917 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_aggregates_rbac.AggregatesRbacTest.test_show_aggregate_rbac ... success [0.920s] 2021-08-16 19:16:59.457 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_hypervisor_rbac.HypervisorMaxv252RbacTest.test_search_hypervisor ... success [0.606s] 2021-08-16 19:16:59.692 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_aggregates_rbac.AggregatesRbacTest.test_update_aggregate_rbac ... success [0.772s] 2021-08-16 19:17:00.407 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_flavor_extra_specs_rbac.FlavorExtraSpecsRbacTest.test_list_flavor_extra_specs ... success [0.965s] 2021-08-16 19:17:01.344 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_flavor_extra_specs_rbac.FlavorExtraSpecsRbacTest.test_set_flavor_extra_spec ... success [0.936s] 2021-08-16 19:17:02.383 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_flavor_extra_specs_rbac.FlavorExtraSpecsRbacTest.test_show_flavor_extra_spec ... success [1.037s] 2021-08-16 19:17:03.199 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_flavor_extra_specs_rbac.FlavorExtraSpecsRbacTest.test_unset_flavor_extra_spec ... success [0.812s] 2021-08-16 19:17:04.027 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_security_groups_rbac.SecurityGroupsRbacMaxV235Test.test_create_security_groups ... success [0.985s] 2021-08-16 19:17:04.162 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_flavor_extra_specs_rbac.FlavorExtraSpecsRbacTest.test_update_flavor_extra_spec ... success [0.961s] 2021-08-16 19:17:04.706 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_availability_zone_rbac.NovaAvailabilityZoneRbacTest.test_get_availability_zone_list_detail_rbac ... success [0.621s] 2021-08-16 19:17:04.837 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_hypervisor_rbac.HypervisorRbacTest.test_list_hypervisors ... success [0.695s] 2021-08-16 19:17:05.234 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_security_groups_rbac.SecurityGroupsRbacMaxV235Test.test_delete_security_groups ... success [1.205s] 2021-08-16 19:17:05.458 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_hypervisor_rbac.HypervisorRbacTest.test_list_hypervisors_with_details ... success [0.609s] 2021-08-16 19:17:05.459 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_availability_zone_rbac.NovaAvailabilityZoneRbacTest.test_get_availability_zone_list_rbac ... success [0.744s] 2021-08-16 19:17:06.122 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_security_groups_rbac.SecurityGroupsRbacMaxV235Test.test_list_security_groups ... success [0.883s] 2021-08-16 19:17:06.194 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_hypervisor_rbac.HypervisorRbacTest.test_show_hypervisor ... success [0.744s] 2021-08-16 19:17:06.779 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_hypervisor_rbac.HypervisorRbacTest.test_show_hypervisor_statistics ... success [0.582s] 2021-08-16 19:17:07.305 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_security_groups_rbac.SecurityGroupsRbacMaxV235Test.test_show_security_groups ... success [1.180s] 2021-08-16 19:17:07.488 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_hypervisor_rbac.HypervisorRbacTest.test_show_hypervisor_uptime ... success [0.705s] 2021-08-16 19:17:08.618 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_security_groups_rbac.SecurityGroupsRbacMaxV235Test.test_update_security_groups ... success [1.312s] 2021-08-16 19:17:09.261 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_flavor_manage_rbac.FlavorManageRbacTest.test_create_flavor_manage ... success [0.693s] 2021-08-16 19:17:09.926 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_flavor_manage_rbac.FlavorManageRbacTest.test_delete_flavor_manage ... success [0.663s] 2021-08-16 19:17:10.799 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_floating_ip_pools_rbac.FloatingIpPoolsRbacTest.test_list_floating_ip_pools ... success [0.802s] 2021-08-16 19:17:12.767 38 INFO opnfv-tempest [-] {0} 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-08-16 19:17:12.769 38 INFO opnfv-tempest [-] {0} 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-08-16 19:17:14.687 38 INFO opnfv-tempest [-] {2} 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-08-16 19:17:14.688 38 INFO opnfv-tempest [-] {2} 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-08-16 19:17:16.311 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_images_rbac.ImagesRbacTest.test_delete_image ... success [0.898s] 2021-08-16 19:17:16.983 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_images_rbac.ImagesRbacTest.test_list_images ... success [0.669s] 2021-08-16 19:17:17.841 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_images_rbac.ImagesRbacTest.test_list_images_with_details ... success [0.857s] 2021-08-16 19:17:18.377 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_images_rbac.ImagesRbacTest.test_show_image_details ... success [0.528s] 2021-08-16 19:17:18.378 38 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.516s] 2021-08-16 19:17:18.860 38 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.483s] 2021-08-16 19:17:20.656 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_images_rbac.ImagesMetadataRbacTest.test_create_image_metadata ... success [1.350s] 2021-08-16 19:17:22.240 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_images_rbac.ImagesMetadataRbacTest.test_delete_image_metadata_item ... success [1.584s] 2021-08-16 19:17:22.738 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_images_rbac.ImagesMetadataRbacTest.test_list_image_metadata ... success [0.496s] 2021-08-16 19:17:23.517 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_migrations_rbac.MigrationsRbacTest.test_list_services ... success [0.360s] 2021-08-16 19:17:23.709 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_images_rbac.ImagesMetadataRbacTest.test_show_image_metadata_item ... success [0.970s] 2021-08-16 19:17:24.470 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_keypairs_rbac.KeypairsRbacTest.test_create_keypair ... success [1.103s] 2021-08-16 19:17:24.949 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_images_rbac.ImagesMetadataRbacTest.test_update_image_metadata ... success [1.239s] 2021-08-16 19:17:25.162 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_keypairs_rbac.KeypairsRbacTest.test_delete_keypair ... success [0.689s] 2021-08-16 19:17:25.783 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_keypairs_rbac.KeypairsRbacTest.test_index_keypair ... success [0.620s] 2021-08-16 19:17:26.352 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_images_rbac.ImagesMetadataRbacTest.test_update_image_metadata_item ... success [1.400s] 2021-08-16 19:17:26.746 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_keypairs_rbac.KeypairsRbacTest.test_show_keypair ... success [0.959s] 2021-08-16 19:17:31.816 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_server_actions_rbac.ServerActionsV214RbacTest.test_evacuate_server ... success [0.716s] 2021-08-16 19:17:32.281 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_quota_sets_rbac.QuotaSetsRbacTest.test_delete_quota_set ... success [0.959s] 2021-08-16 19:17:32.824 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_quota_sets_rbac.QuotaSetsRbacTest.test_show_default_quota_set ... success [0.542s] 2021-08-16 19:17:33.249 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_quota_sets_rbac.QuotaSetsRbacTest.test_show_quota_set ... success [0.422s] 2021-08-16 19:17:33.632 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_quota_sets_rbac.QuotaSetsRbacTest.test_show_quota_set_details ... success [0.380s] 2021-08-16 19:17:34.541 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_quota_sets_rbac.QuotaSetsRbacTest.test_update_quota_set ... success [0.905s] 2021-08-16 19:17:42.606 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_security_groups_rbac.SecurtiyGroupsRbacTest.test_create_security_group_for_server ... success [2.631s] 2021-08-16 19:17:43.289 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_security_groups_rbac.SecurtiyGroupsRbacTest.test_list_security_groups_by_server ... success [0.684s] 2021-08-16 19:17:45.492 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_security_groups_rbac.SecurtiyGroupsRbacTest.test_remove_security_group_from_server ... success [2.197s] 2021-08-16 19:17:59.060 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_server_consoles_rbac.ServerConsolesRbacTest.test_get_console_output ... success [0.655s] 2021-08-16 19:18:09.430 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_server_actions_rbac.ServerActionsV216RbacTest.test_show_server_host_status ... success [0.788s] 2021-08-16 19:18:21.485 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_server_consoles_rbac.ServerConsolesV26RbacTest.test_get_remote_console_output ... success [0.733s] 2021-08-16 19:18:25.055 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_server_actions_rbac.ServerActionsRbacTest.test_confirm_resize_server ... success [37.177s] 2021-08-16 19:18:38.434 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_server_metadata_rbac.ServerMetadataRbacTest.test_delete_server_metadata_item ... success [0.661s] 2021-08-16 19:18:38.949 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_server_metadata_rbac.ServerMetadataRbacTest.test_list_server_metadata ... success [0.513s] 2021-08-16 19:18:39.011 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_server_actions_rbac.ServerActionsRbacTest.test_create_backup ... success [13.950s] 2021-08-16 19:18:39.797 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_server_metadata_rbac.ServerMetadataRbacTest.test_set_server_metadata ... success [0.847s] 2021-08-16 19:18:40.567 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_server_metadata_rbac.ServerMetadataRbacTest.test_set_server_metadata_item ... success [0.766s] 2021-08-16 19:18:41.113 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_server_metadata_rbac.ServerMetadataRbacTest.test_show_server_metadata_item ... success [0.544s] 2021-08-16 19:18:41.706 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_server_metadata_rbac.ServerMetadataRbacTest.test_update_server_metadata ... success [0.590s] 2021-08-16 19:18:48.869 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_server_consoles_rbac.ServerConsolesMaxV25RbacTest.test_get_vnc_console_output ... success [0.504s] 2021-08-16 19:18:54.218 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_server_actions_rbac.ServerActionsRbacTest.test_create_image ... success [15.196s] 2021-08-16 19:18:55.311 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_server_rbac.ComputeServersRbacTest.test_create_server ... success [1.149s] 2021-08-16 19:18:57.478 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_server_actions_rbac.ServerActionsRbacTest.test_pause_server ... success [3.255s] 2021-08-16 19:19:00.428 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_server_rbac.ComputeServersRbacTest.test_create_server_attach_network ... success [5.111s] 2021-08-16 19:19:05.470 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_server_actions_rbac.ServerActionsRbacTest.test_reboot_server ... success [7.987s] 2021-08-16 19:19:11.707 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_server_actions_rbac.ServerActionsRbacTest.test_rebuild_server ... success [6.232s] 2021-08-16 19:19:18.322 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_server_rbac.ComputeServersRbacTest.test_create_server_attach_volume ... success [17.886s] 2021-08-16 19:19:19.385 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsNetworkRbacTest.test_add_fixed_ip ... success [1.234s] 2021-08-16 19:19:20.258 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_server_rbac.ComputeServersRbacTest.test_create_server_forced_host ... success [1.930s] 2021-08-16 19:19:27.693 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_server_migrations_rbac.MigrateServerV225RbacTest.test_cold_migration ... success [24.486s] 2021-08-16 19:19:27.769 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsNetworkRbacTest.test_create_interface ... success [8.380s] 2021-08-16 19:19:27.915 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_server_actions_rbac.ServerActionsRbacTest.test_resize_server ... success [16.200s] 2021-08-16 19:19:31.428 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_server_rbac.ComputeServersRbacTest.test_delete_server ... success [11.165s] 2021-08-16 19:19:32.206 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_server_rbac.ComputeServersRbacTest.test_update_server ... success [0.774s] 2021-08-16 19:19:36.333 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsNetworkRbacTest.test_delete_interface ... success [8.560s] 2021-08-16 19:19:37.040 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsNetworkRbacTest.test_list_addresses ... success [0.704s] 2021-08-16 19:19:37.849 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsNetworkRbacTest.test_list_addresses_by_network ... success [0.806s] 2021-08-16 19:19:38.706 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsNetworkRbacTest.test_list_interfaces ... success [0.854s] 2021-08-16 19:19:46.003 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsNetworkRbacTest.test_show_interface ... success [7.292s] 2021-08-16 19:19:48.931 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_server_migrations_rbac.MigrateServerV225RbacTest.test_migration_live ... success [21.224s] 2021-08-16 19:20:04.019 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_tenant_networks_rbac.TenantNetworksRbacTest.test_list_show_tenant_networks ... success [0.564s] 2021-08-16 19:20:04.449 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.image.test_image_namespace_property_rbac.NamespacesPropertyRbacTest.test_add_md_properties ... success [0.589s] 2021-08-16 19:20:04.831 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.image.test_image_namespace_property_rbac.NamespacesPropertyRbacTest.test_get_md_properties ... success [0.378s] 2021-08-16 19:20:05.261 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.image.test_image_namespace_property_rbac.NamespacesPropertyRbacTest.test_get_md_property ... success [0.429s] 2021-08-16 19:20:05.942 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.image.test_image_namespace_property_rbac.NamespacesPropertyRbacTest.test_modify_md_properties ... success [0.681s] 2021-08-16 19:20:06.489 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_server_tags_rbac.ServerTagsRbacTest.test_check_tag_existence ... success [1.138s] 2021-08-16 19:20:07.248 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_server_tags_rbac.ServerTagsRbacTest.test_delete_all_tags ... success [0.752s] 2021-08-16 19:20:08.783 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_server_tags_rbac.ServerTagsRbacTest.test_delete_tag ... success [1.534s] 2021-08-16 19:20:09.015 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.image.test_image_namespace_objects_rbac.ImageNamespacesObjectsRbacTest.test_create_metadef_object_in_namespace ... success [0.883s] 2021-08-16 19:20:09.437 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_server_tags_rbac.ServerTagsRbacTest.test_list_tags ... success [0.654s] 2021-08-16 19:20:09.664 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.image.test_image_namespace_objects_rbac.ImageNamespacesObjectsRbacTest.test_list_metadef_objects_in_namespace ... success [0.648s] 2021-08-16 19:20:10.170 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_server_tags_rbac.ServerTagsRbacTest.test_update_all_tags ... success [0.725s] 2021-08-16 19:20:10.309 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.image.test_image_namespace_objects_rbac.ImageNamespacesObjectsRbacTest.test_show_metadef_object_in_namespace ... success [0.645s] 2021-08-16 19:20:11.061 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.image.test_image_namespace_objects_rbac.ImageNamespacesObjectsRbacTest.test_update_metadef_object_in_namespace ... success [0.751s] 2021-08-16 19:20:11.157 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_server_tags_rbac.ServerTagsRbacTest.test_update_tag ... success [0.986s] 2021-08-16 19:20:12.093 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_address_scope_rbac.AddressScopeExtRbacTest.test_create_address_scope ... success [1.297s] 2021-08-16 19:20:13.526 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_address_scope_rbac.AddressScopeExtRbacTest.test_create_address_scope_shared ... success [1.414s] 2021-08-16 19:20:14.850 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_address_scope_rbac.AddressScopeExtRbacTest.test_delete_address_scope ... success [1.303s] 2021-08-16 19:20:15.668 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_address_scope_rbac.AddressScopeExtRbacTest.test_get_address_scope ... success [0.806s] 2021-08-16 19:20:15.870 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.image.test_image_namespace_rbac.ImageNamespacesRbacTest.test_create_metadef_namespace ... success [0.463s] 2021-08-16 19:20:16.311 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.image.test_image_namespace_rbac.ImageNamespacesRbacTest.test_list_metadef_namespaces ... success [0.438s] 2021-08-16 19:20:16.331 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_address_scope_rbac.AddressScopeExtRbacTest.test_list_address_scopes ... success [0.652s] 2021-08-16 19:20:17.103 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.image.test_image_namespace_rbac.ImageNamespacesRbacTest.test_modify_metadef_namespace ... success [0.792s] 2021-08-16 19:20:17.242 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_address_scope_rbac.AddressScopeExtRbacTest.test_update_address_scope ... success [0.890s] 2021-08-16 19:20:19.090 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_address_scope_rbac.AddressScopeExtRbacTest.test_update_address_scope_shared ... success [1.823s] 2021-08-16 19:20:22.657 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.image.test_images_member_rbac.ImagesMemberRbacTest.test_add_image_member ... success [0.747s] 2021-08-16 19:20:23.557 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.image.test_images_member_rbac.ImagesMemberRbacTest.test_delete_image_member ... success [0.900s] 2021-08-16 19:20:24.754 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.image.test_images_member_rbac.ImagesMemberRbacTest.test_list_image_members ... success [1.196s] 2021-08-16 19:20:24.840 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_agents_rbac.AgentsRbacTest.test_list_agents ... success [0.786s] 2021-08-16 19:20:25.563 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.image.test_images_member_rbac.ImagesMemberRbacTest.test_show_image_member ... success [0.806s] 2021-08-16 19:20:25.587 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_agents_rbac.AgentsRbacTest.test_show_agent ... success [0.742s] 2021-08-16 19:20:26.376 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.image.test_images_member_rbac.ImagesMemberRbacTest.test_update_image_member ... success [0.812s] 2021-08-16 19:20:26.579 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_agents_rbac.AgentsRbacTest.test_update_agent ... success [0.973s] 2021-08-16 19:20:30.632 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_volume_rbac.VolumeRbacTest.test_create_snapshot ... success [3.409s] 2021-08-16 19:20:31.788 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_volume_rbac.VolumeRbacTest.test_create_volume ... success [1.153s] 2021-08-16 19:20:32.500 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_agents_rbac.L3AgentSchedulerRbacTest.test_create_router_on_l3_agent ... success [1.114s] 2021-08-16 19:20:33.342 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_agents_rbac.DHCPAgentSchedulersRbacTest.test_add_dhcp_agent_to_network ... success [1.232s] 2021-08-16 19:20:33.371 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_agents_rbac.L3AgentSchedulerRbacTest.test_delete_router_from_l3_agent ... success [0.860s] 2021-08-16 19:20:33.995 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_agents_rbac.L3AgentSchedulerRbacTest.test_list_routers_on_l3_agent ... success [0.614s] 2021-08-16 19:20:34.665 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_agents_rbac.DHCPAgentSchedulersRbacTest.test_delete_network_from_dhcp_agent ... success [1.311s] 2021-08-16 19:20:34.711 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_volume_rbac.VolumeRbacTest.test_delete_snapshot ... success [2.920s] 2021-08-16 19:20:35.619 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_agents_rbac.DHCPAgentSchedulersRbacTest.test_list_networks_hosted_by_one_dhcp_agent ... success [0.946s] 2021-08-16 19:20:36.822 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_volume_rbac.VolumeRbacTest.test_delete_volume ... success [2.108s] 2021-08-16 19:20:37.461 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_volume_rbac.VolumeRbacTest.test_list_snapshots ... success [0.636s] 2021-08-16 19:20:38.187 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_volume_rbac.VolumeRbacTest.test_list_volumes ... success [0.722s] 2021-08-16 19:20:40.779 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_create_network ... success [0.768s] 2021-08-16 19:20:41.532 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_create_network_is_default ... success [0.738s] 2021-08-16 19:20:41.589 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_availability_zones_rbac.AvailabilityZoneExtRbacTest.test_list_availability_zone_rbac ... success [0.546s] 2021-08-16 19:20:41.820 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_volume_rbac.VolumeRbacTest.test_show_snapshot ... success [3.634s] 2021-08-16 19:20:42.453 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_volume_rbac.VolumeRbacTest.test_show_volume ... success [0.627s] 2021-08-16 19:20:42.763 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_create_network_provider_network_type ... success [1.207s] 2021-08-16 19:20:43.811 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_create_network_provider_physical_network ... success [1.028s] 2021-08-16 19:20:45.037 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_create_network_router_external ... success [1.209s] 2021-08-16 19:20:46.097 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_create_network_shared ... success [1.039s] 2021-08-16 19:20:47.351 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_flavor_service_profile_rbac.FlavorsServiceProfileExtRbacTest.test_create_flavor_service_profile ... success [1.140s] 2021-08-16 19:20:47.827 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_delete_network ... success [1.707s] 2021-08-16 19:20:48.484 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_flavor_service_profile_rbac.FlavorsServiceProfileExtRbacTest.test_delete_flavor_service_profile ... success [1.120s] 2021-08-16 19:20:48.544 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_list_dhcp_agents_on_hosting_network ... success [0.712s] 2021-08-16 19:20:49.371 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.image.test_image_namespace_tags_rbac.NamespaceTagsRbacTest.test_create_namespace_tag ... success [0.844s] 2021-08-16 19:20:49.676 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_list_networks ... success [1.123s] 2021-08-16 19:20:50.095 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.image.test_image_namespace_tags_rbac.NamespaceTagsRbacTest.test_create_namespace_tags ... success [0.723s] 2021-08-16 19:20:50.521 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_show_network ... success [0.836s] 2021-08-16 19:20:50.684 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.image.test_image_namespace_tags_rbac.NamespaceTagsRbacTest.test_list_namespace_tags ... success [0.588s] 2021-08-16 19:20:51.502 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.image.test_image_namespace_tags_rbac.NamespaceTagsRbacTest.test_show_namespace_tag ... success [0.817s] 2021-08-16 19:20:51.689 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_show_network_provider_network_type ... success [1.152s] 2021-08-16 19:20:52.211 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.image.test_image_namespace_tags_rbac.NamespaceTagsRbacTest.test_update_namespace_tag ... success [0.707s] 2021-08-16 19:20:52.577 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_show_network_provider_physical_network ... success [0.867s] 2021-08-16 19:20:53.539 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_show_network_provider_segmentation_id ... success [0.951s] 2021-08-16 19:20:54.640 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_show_network_router_external ... success [1.085s] 2021-08-16 19:20:55.769 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_update_network ... success [1.111s] 2021-08-16 19:20:55.770 38 INFO opnfv-tempest [-] {0} 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-08-16 19:20:55.772 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_update_network_provider_physical_network ... skip [0.001s]: b'Skipped until bug: https://storyboard.openstack.org/#!/story/2005489 is resolved.' 2021-08-16 19:20:55.773 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_update_network_provider_segmentation_id ... skip [0.001s]: b'Skipped until bug: https://storyboard.openstack.org/#!/story/2005489 is resolved.' 2021-08-16 19:20:56.520 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_communitize_image ... success [0.328s] 2021-08-16 19:20:56.717 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_floating_ips_rbac.FloatingIpsRbacTest.test_create_floating_ip ... success [2.570s] 2021-08-16 19:20:56.763 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_create_image ... success [0.241s] 2021-08-16 19:20:57.101 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_update_network_router_external ... success [1.303s] 2021-08-16 19:20:57.139 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_create_image_tag ... success [0.375s] 2021-08-16 19:20:57.872 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_deactivate_image ... success [0.730s] 2021-08-16 19:20:58.295 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_delete_image ... success [0.422s] 2021-08-16 19:20:58.594 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_update_network_shared ... success [1.464s] 2021-08-16 19:20:58.646 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_delete_image_tag ... success [0.348s] 2021-08-16 19:20:59.257 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_floating_ips_rbac.FloatingIpsRbacTest.test_create_floating_ip_floatingip_address ... success [2.521s] 2021-08-16 19:20:59.282 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_download_image ... success [0.637s] 2021-08-16 19:20:59.515 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_list_images ... success [0.230s] 2021-08-16 19:20:59.807 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_publicize_image ... success [0.290s] 2021-08-16 19:21:00.687 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_reactivate_image ... success [0.879s] 2021-08-16 19:21:01.182 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_show_image ... success [0.495s] 2021-08-16 19:21:01.895 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_update_image ... success [0.711s] 2021-08-16 19:21:02.034 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_floating_ips_rbac.FloatingIpsRbacTest.test_delete_floating_ip ... success [2.759s] 2021-08-16 19:21:03.176 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_upload_image ... success [1.279s] 2021-08-16 19:21:04.753 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_floating_ips_rbac.FloatingIpsRbacTest.test_list_floating_ips ... success [2.706s] 2021-08-16 19:21:06.948 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_security_groups_rbac.SecGroupRbacTest.test_create_security_group ... success [1.485s] 2021-08-16 19:21:07.214 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_floating_ips_rbac.FloatingIpsRbacTest.test_show_floating_ip ... success [2.448s] 2021-08-16 19:21:08.103 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_security_groups_rbac.SecGroupRbacTest.test_create_security_group_rule ... success [1.143s] 2021-08-16 19:21:09.552 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_security_groups_rbac.SecGroupRbacTest.test_delete_security_group ... success [1.430s] 2021-08-16 19:21:10.203 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_floating_ips_rbac.FloatingIpsRbacTest.test_update_floating_ip ... success [2.973s] 2021-08-16 19:21:10.731 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_dscp_marking_rule_rbac.DscpMarkingRuleExtRbacTest.test_create_policy_dscp_marking_rule ... success [0.714s] 2021-08-16 19:21:10.733 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_security_groups_rbac.SecGroupRbacTest.test_delete_security_group_rule ... success [1.145s] 2021-08-16 19:21:11.273 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_security_groups_rbac.SecGroupRbacTest.test_list_security_group_rules ... success [0.534s] 2021-08-16 19:21:11.733 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_dscp_marking_rule_rbac.DscpMarkingRuleExtRbacTest.test_delete_policy_dscp_marking_rule ... success [0.991s] 2021-08-16 19:21:11.915 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_security_groups_rbac.SecGroupRbacTest.test_list_security_groups ... success [0.636s] 2021-08-16 19:21:12.607 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_security_groups_rbac.SecGroupRbacTest.test_show_security_group ... success [0.682s] 2021-08-16 19:21:12.976 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_dscp_marking_rule_rbac.DscpMarkingRuleExtRbacTest.test_list_policy_dscp_marking_rules ... success [1.232s] 2021-08-16 19:21:13.640 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_security_groups_rbac.SecGroupRbacTest.test_show_security_group_rule ... success [1.021s] 2021-08-16 19:21:14.553 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_dscp_marking_rule_rbac.DscpMarkingRuleExtRbacTest.test_show_policy_dscp_marking_rule ... success [1.564s] 2021-08-16 19:21:15.205 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_security_groups_rbac.SecGroupRbacTest.test_update_security_group ... success [1.552s] 2021-08-16 19:21:15.988 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_dscp_marking_rule_rbac.DscpMarkingRuleExtRbacTest.test_update_policy_dscp_marking_rule ... success [1.411s] 2021-08-16 19:21:18.787 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_network_segments_rbac.NetworkSegmentsRbacTest.test_create_network_segments ... success [2.311s] 2021-08-16 19:21:20.785 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_network_segments_rbac.NetworkSegmentsRbacTest.test_show_network_segments ... success [1.977s] 2021-08-16 19:21:21.500 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_policy_bandwidth_limit_rule_rbac.PolicyBandwidthLimitRuleExtRbacTest.test_create_policy_bandwidth_limit_rule ... success [1.019s] 2021-08-16 19:21:22.068 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_trunks_rbac.TrunksExtRbacTest.test_create_trunk ... success [1.006s] 2021-08-16 19:21:22.705 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_policy_bandwidth_limit_rule_rbac.PolicyBandwidthLimitRuleExtRbacTest.test_delete_policy_bandwidth_limit_rule ... success [1.186s] 2021-08-16 19:21:22.787 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_network_segments_rbac.NetworkSegmentsRbacTest.test_update_network_segments ... success [1.980s] 2021-08-16 19:21:23.403 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_trunks_rbac.TrunksExtRbacTest.test_delete_trunk ... success [1.315s] 2021-08-16 19:21:23.927 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_policy_bandwidth_limit_rule_rbac.PolicyBandwidthLimitRuleExtRbacTest.test_show_policy_bandwidth_limit_rule ... success [1.208s] 2021-08-16 19:21:24.876 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_trunks_rbac.TrunksExtRbacTest.test_list_trunks ... success [1.461s] 2021-08-16 19:21:25.278 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_policy_bandwidth_limit_rule_rbac.PolicyBandwidthLimitRuleExtRbacTest.test_update_policy_bandwidth_limit_rule ... success [1.331s] 2021-08-16 19:21:26.212 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_trunks_rbac.TrunksExtRbacTest.test_show_trunk ... success [1.324s] 2021-08-16 19:21:27.430 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_subnetpools_rbac.SubnetPoolsRbacTest.test_create_subnetpool ... success [0.955s] 2021-08-16 19:21:29.204 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_subnetpools_rbac.SubnetPoolsRbacTest.test_create_subnetpool_default ... success [1.754s] 2021-08-16 19:21:30.595 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_subnetpools_rbac.SubnetPoolsRbacTest.test_create_subnetpool_shared ... success [1.374s] 2021-08-16 19:21:31.342 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_policy_minimum_bandwidth_rule_rbac.PolicyMinimumBandwidthRuleExtRbacTest.test_create_policy_minimum_bandwidth_rule ... success [1.256s] 2021-08-16 19:21:31.740 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_capabilities_rbac.CapabilitiesV3RbacTest.test_show_back_end_capabilities ... success [0.550s] 2021-08-16 19:21:32.118 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_subnetpools_rbac.SubnetPoolsRbacTest.test_delete_subnetpool ... success [1.504s] 2021-08-16 19:21:32.692 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_policy_minimum_bandwidth_rule_rbac.PolicyMinimumBandwidthRuleExtRbacTest.test_delete_policy_minimum_bandwidth_rule ... success [1.330s] 2021-08-16 19:21:33.448 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_subnetpools_rbac.SubnetPoolsRbacTest.test_list_subnetpools ... success [1.320s] 2021-08-16 19:21:34.054 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_policy_minimum_bandwidth_rule_rbac.PolicyMinimumBandwidthRuleExtRbacTest.test_show_policy_minimum_bandwidth_rule ... success [1.349s] 2021-08-16 19:21:34.659 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_subnetpools_rbac.SubnetPoolsRbacTest.test_show_subnetpool ... success [1.201s] 2021-08-16 19:21:35.441 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_policy_minimum_bandwidth_rule_rbac.PolicyMinimumBandwidthRuleExtRbacTest.test_update_policy_minimum_bandwidth_rule ... success [1.365s] 2021-08-16 19:21:35.669 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_subnetpools_rbac.SubnetPoolsRbacTest.test_update_subnetpool ... success [0.991s] 2021-08-16 19:21:36.858 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_subnetpools_rbac.SubnetPoolsRbacTest.test_update_subnetpool_is_default ... success [1.170s] 2021-08-16 19:21:43.065 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_create_port ... success [1.096s] 2021-08-16 19:21:43.291 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_group_snapshots_rbac.GroupSnaphotsV319RbacTest.test_reset_group_snapshot_rbac ... success [7.699s] 2021-08-16 19:21:43.427 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_subnets_rbac.SubnetsRbacTest.test_create_subnet ... success [1.177s] 2021-08-16 19:21:44.964 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_create_port_allowed_address_pairs ... success [1.889s] 2021-08-16 19:21:45.721 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_subnets_rbac.SubnetsRbacTest.test_delete_subnet ... success [2.274s] 2021-08-16 19:21:46.401 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_subnets_rbac.SubnetsRbacTest.test_list_subnets ... success [0.670s] 2021-08-16 19:21:46.941 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_create_port_binding_host_id ... success [1.962s] 2021-08-16 19:21:47.110 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_subnets_rbac.SubnetsRbacTest.test_show_subnet ... success [0.700s] 2021-08-16 19:21:47.857 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_limits_rbac.LimitsV3RbacTest.test_show_limits ... success [0.318s] 2021-08-16 19:21:48.133 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_subnets_rbac.SubnetsRbacTest.test_update_subnet ... success [1.004s] 2021-08-16 19:21:48.186 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_create_port_binding_profile ... success [1.224s] 2021-08-16 19:21:49.634 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_create_port_device_owner ... success [1.429s] 2021-08-16 19:21:51.733 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_create_port_fixed_ips_ip_address ... success [2.076s] 2021-08-16 19:21:53.104 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_create_port_mac_address ... success [1.353s] 2021-08-16 19:21:54.455 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_create_port_security_enabled ... success [1.335s] 2021-08-16 19:21:55.644 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_snapshots_actions_rbac.SnapshotsActionsV3RbacTest.test_reset_snapshot_status ... success [0.946s] 2021-08-16 19:21:56.412 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_delete_port ... success [1.936s] 2021-08-16 19:21:57.042 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_list_ports ... success [0.617s] 2021-08-16 19:21:57.629 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_show_port ... success [0.581s] 2021-08-16 19:21:58.643 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_snapshots_actions_rbac.SnapshotsActionsV3RbacTest.test_snapshot_force_delete ... success [2.999s] 2021-08-16 19:21:59.647 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_snapshots_actions_rbac.SnapshotsActionsV3RbacTest.test_update_snapshot_status ... success [1.003s] 2021-08-16 19:21:59.982 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_show_port_binding_host_id ... success [2.333s] 2021-08-16 19:22:01.347 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_show_port_binding_profile ... success [1.349s] 2021-08-16 19:22:01.447 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_group_snapshots_rbac.GroupSnaphotsV314RbacTest.test_create_group_snapshot ... success [7.401s] 2021-08-16 19:22:02.109 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_show_port_binding_vif_details ... success [0.745s] 2021-08-16 19:22:02.930 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_show_port_binding_vif_type ... success [0.802s] 2021-08-16 19:22:04.619 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_update_port ... success [1.672s] 2021-08-16 19:22:06.924 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_update_port_allowed_address_pairs ... success [2.274s] 2021-08-16 19:22:09.936 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_group_snapshots_rbac.GroupSnaphotsV314RbacTest.test_delete_group_snapshot_rbac ... success [8.485s] 2021-08-16 19:22:10.386 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_update_port_binding_host_id ... success [3.433s] 2021-08-16 19:22:10.920 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_snapshots_metadata_rbac.SnapshotMetadataV3RbacTest.test_delete_snapshot_metadata_item ... success [0.385s] 2021-08-16 19:22:11.275 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_snapshots_metadata_rbac.SnapshotMetadataV3RbacTest.test_get_snapshot_metadata ... success [0.355s] 2021-08-16 19:22:11.612 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_snapshots_metadata_rbac.SnapshotMetadataV3RbacTest.test_get_snapshot_metadata_for_volume_tenant ... success [0.331s] 2021-08-16 19:22:11.964 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_snapshots_metadata_rbac.SnapshotMetadataV3RbacTest.test_show_snapshot_metadata_item ... success [0.358s] 2021-08-16 19:22:12.323 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_snapshots_metadata_rbac.SnapshotMetadataV3RbacTest.test_update_snapshot_metadata ... success [0.358s] 2021-08-16 19:22:12.366 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_update_port_binding_profile ... success [1.954s] 2021-08-16 19:22:12.686 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_snapshots_metadata_rbac.SnapshotMetadataV3RbacTest.test_update_snapshot_metadata_item ... success [0.361s] 2021-08-16 19:22:13.919 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_update_port_device_owner ... success [1.515s] 2021-08-16 19:22:14.508 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_group_snapshots_rbac.GroupSnaphotsV314RbacTest.test_list_group_snapshot_rbac ... success [4.573s] 2021-08-16 19:22:16.593 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_update_port_fixed_ips_ip_address ... success [2.650s] 2021-08-16 19:22:19.217 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_volume_actions_rbac.VolumesActionsV312RbacTest.test_show_volume_summary ... success [0.319s] 2021-08-16 19:22:19.408 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_update_port_mac_address ... success [2.789s] 2021-08-16 19:22:20.924 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_update_port_security_enabled ... success [1.491s] 2021-08-16 19:22:22.197 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_group_snapshots_rbac.GroupSnaphotsV314RbacTest.test_show_group_snapshot_rbac ... success [7.681s] 2021-08-16 19:22:23.972 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_volume_hosts_rbac.VolumeHostsV3RbacTest.test_list_hosts ... success [0.549s] 2021-08-16 19:22:24.539 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_volume_hosts_rbac.VolumeHostsV3RbacTest.test_show_host ... success [0.567s] 2021-08-16 19:22:28.095 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_group_type_specs.GroupTypeSpecsRbacTest.test_group_type_specs_create ... success [0.828s] 2021-08-16 19:22:28.696 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_group_type_specs.GroupTypeSpecsRbacTest.test_group_type_specs_delete ... success [0.599s] 2021-08-16 19:22:29.244 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_group_type_specs.GroupTypeSpecsRbacTest.test_group_type_specs_list ... success [0.548s] 2021-08-16 19:22:29.613 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_volume_services_rbac.VolumeServicesV3RbacTest.test_list_services ... success [0.365s] 2021-08-16 19:22:29.718 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_group_type_specs.GroupTypeSpecsRbacTest.test_group_type_specs_show ... success [0.473s] 2021-08-16 19:22:30.421 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_group_type_specs.GroupTypeSpecsRbacTest.test_group_type_specs_update ... success [0.701s] 2021-08-16 19:22:36.995 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_volume_transfers_rbac.VolumesTransfersV3RbacTest.test_accept_volume_transfer ... success [1.225s] 2021-08-16 19:22:37.040 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_qos_rbac.QosExtRbacTest.test_create_policy ... success [0.920s] 2021-08-16 19:22:37.783 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_groups_rbac.GroupV320RbacTest.test_reset_group_status ... success [2.996s] 2021-08-16 19:22:37.954 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_volume_transfers_rbac.VolumesTransfersV3RbacTest.test_create_volume_transfer ... success [0.959s] 2021-08-16 19:22:38.396 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_qos_rbac.QosExtRbacTest.test_delete_policy ... success [1.336s] 2021-08-16 19:22:39.095 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_volume_transfers_rbac.VolumesTransfersV3RbacTest.test_delete_volume_transfer ... success [1.141s] 2021-08-16 19:22:39.781 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_qos_rbac.QosExtRbacTest.test_get_policy ... success [1.375s] 2021-08-16 19:22:40.025 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_volume_transfers_rbac.VolumesTransfersV3RbacTest.test_get_volume_transfer ... success [0.928s] 2021-08-16 19:22:40.590 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_volume_transfers_rbac.VolumesTransfersV3RbacTest.test_list_volume_transfers ... success [0.565s] 2021-08-16 19:22:40.990 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_qos_rbac.QosExtRbacTest.test_list_policies ... success [1.199s] 2021-08-16 19:22:41.081 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_volume_transfers_rbac.VolumesTransfersV3RbacTest.test_list_volume_transfers_details ... success [0.491s] 2021-08-16 19:22:42.104 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_qos_rbac.QosExtRbacTest.test_update_policy ... success [1.096s] 2021-08-16 19:22:42.912 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_quota_classes_rbac.QuotaClassesV3RbacTest.test_show_quota_class_set ... success [0.547s] 2021-08-16 19:22:43.884 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_quota_classes_rbac.QuotaClassesV3RbacTest.test_update_quota_class_set ... success [0.971s] 2021-08-16 19:22:46.838 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_volume_types_rbac.VolumeTypesRbacTest.test_create_volume_type ... success [0.629s] 2021-08-16 19:22:47.494 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_volume_types_rbac.VolumeTypesRbacTest.test_delete_volume_type ... success [0.655s] 2021-08-16 19:22:47.774 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_volume_types_rbac.VolumeTypesRbacTest.test_update_volume_type ... success [0.279s] 2021-08-16 19:22:48.435 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_segments_rbac.SegmentsExtRbacTest.test_create_segment ... success [1.185s] 2021-08-16 19:22:48.959 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_user_messages_rbac.MessagesV3RbacTest.test_delete_message ... success [0.941s] 2021-08-16 19:22:49.386 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_user_messages_rbac.MessagesV3RbacTest.test_list_messages ... success [0.427s] 2021-08-16 19:22:50.515 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_user_messages_rbac.MessagesV3RbacTest.test_show_message ... success [1.127s] 2021-08-16 19:22:50.540 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_segments_rbac.SegmentsExtRbacTest.test_delete_segment ... success [2.087s] 2021-08-16 19:22:51.938 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_segments_rbac.SegmentsExtRbacTest.test_list_segments ... success [1.387s] 2021-08-16 19:22:53.465 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_segments_rbac.SegmentsExtRbacTest.test_show_segment ... success [1.514s] 2021-08-16 19:22:55.352 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_segments_rbac.SegmentsExtRbacTest.test_update_segment ... success [1.863s] 2021-08-16 19:22:56.111 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_volume_quotas_rbac.VolumeQuotasV3RbacTest.test_delete_quota_set ... success [0.898s] 2021-08-16 19:22:56.547 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_volume_quotas_rbac.VolumeQuotasV3RbacTest.test_list_default_quotas ... success [0.436s] 2021-08-16 19:22:56.647 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_volumes_snapshots_rbac.VolumesSnapshotV3RbacTest.test_create_snapshot ... success [1.828s] 2021-08-16 19:22:57.018 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_volume_quotas_rbac.VolumeQuotasV3RbacTest.test_list_quotas ... success [0.469s] 2021-08-16 19:22:57.271 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_volume_quotas_rbac.VolumeQuotasV3RbacTest.test_list_quotas_usage_true ... success [0.252s] 2021-08-16 19:22:57.794 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_volume_quotas_rbac.VolumeQuotasV3RbacTest.test_update_quota_set ... success [0.522s] 2021-08-16 19:22:59.912 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_volumes_snapshots_rbac.VolumesSnapshotV3RbacTest.test_delete_snapshot ... success [3.263s] 2021-08-16 19:23:00.454 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_volumes_snapshots_rbac.VolumesSnapshotV3RbacTest.test_list_snapshots ... success [0.541s] 2021-08-16 19:23:01.062 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_volumes_snapshots_rbac.VolumesSnapshotV3RbacTest.test_list_snapshots_details ... success [0.607s] 2021-08-16 19:23:01.520 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_volumes_snapshots_rbac.VolumesSnapshotV3RbacTest.test_list_snapshots_details_with_extended_attributes ... success [0.457s] 2021-08-16 19:23:01.741 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_volumes_snapshots_rbac.VolumesSnapshotV3RbacTest.test_show_snapshot ... success [0.221s] 2021-08-16 19:23:01.961 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_volumes_snapshots_rbac.VolumesSnapshotV3RbacTest.test_show_snapshot_with_extended_attributes ... success [0.220s] 2021-08-16 19:23:02.277 38 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_volumes_snapshots_rbac.VolumesSnapshotV3RbacTest.test_update_snapshot ... success [0.314s] 2021-08-16 19:23:03.944 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_groups_rbac.GroupsV3RbacTest.test_create_group ... success [1.803s] 2021-08-16 19:23:06.036 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_groups_rbac.GroupsV3RbacTest.test_delete_group ... success [2.091s] 2021-08-16 19:23:06.828 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_groups_rbac.GroupsV3RbacTest.test_list_groups ... success [0.792s] 2021-08-16 19:23:07.267 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_volumes_backup_rbac.VolumesBackupsV318RbacTest.test_list_backup_details_project_attribute ... success [0.549s] 2021-08-16 19:23:07.557 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_groups_rbac.GroupsV3RbacTest.test_list_groups_with_details ... success [0.728s] 2021-08-16 19:23:07.659 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_volumes_backup_rbac.VolumesBackupsV318RbacTest.test_show_backup_project_attribute ... success [0.391s] 2021-08-16 19:23:10.700 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_groups_rbac.GroupsV3RbacTest.test_show_group ... success [3.140s] 2021-08-16 19:23:13.923 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_groups_rbac.GroupsV3RbacTest.test_update_group ... success [3.221s] 2021-08-16 19:23:18.757 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_volumes_backup_rbac.VolumesBackupsV39RbacTest.test_backup_update ... success [0.544s] 2021-08-16 19:23:19.821 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_qos_rbac.VolumeQOSV3RbacTest.test_associate_qos ... success [0.598s] 2021-08-16 19:23:20.130 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_qos_rbac.VolumeQOSV3RbacTest.test_create_qos_with_consumer ... success [0.308s] 2021-08-16 19:23:20.729 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_qos_rbac.VolumeQOSV3RbacTest.test_delete_qos_with_consumer ... success [0.598s] 2021-08-16 19:23:21.385 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_qos_rbac.VolumeQOSV3RbacTest.test_disassociate_all_qos ... success [0.654s] 2021-08-16 19:23:22.217 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_qos_rbac.VolumeQOSV3RbacTest.test_disassociate_qos ... success [0.832s] 2021-08-16 19:23:22.933 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_qos_rbac.VolumeQOSV3RbacTest.test_get_association_qos ... success [0.715s] 2021-08-16 19:23:23.327 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_qos_rbac.VolumeQOSV3RbacTest.test_list_qos ... success [0.394s] 2021-08-16 19:23:23.766 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_qos_rbac.VolumeQOSV3RbacTest.test_set_qos_key ... success [0.436s] 2021-08-16 19:23:24.103 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_qos_rbac.VolumeQOSV3RbacTest.test_show_qos ... success [0.337s] 2021-08-16 19:23:24.509 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_qos_rbac.VolumeQOSV3RbacTest.test_unset_qos_key ... success [0.403s] 2021-08-16 19:23:31.723 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_volumes_backup_rbac.VolumesBackupsV3RbacTest.test_create_backup ... success [3.892s] 2021-08-16 19:23:34.259 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_snapshot_manage_rbac.SnapshotManageRbacTest.test_manage_snapshot_rbac ... success [2.682s] 2021-08-16 19:23:36.928 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_volumes_backup_rbac.VolumesBackupsV3RbacTest.test_delete_backup ... success [5.205s] 2021-08-16 19:23:37.508 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_volumes_backup_rbac.VolumesBackupsV3RbacTest.test_export_backup ... success [0.579s] 2021-08-16 19:23:38.436 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_volumes_backup_rbac.VolumesBackupsV3RbacTest.test_import_backup ... success [0.927s] 2021-08-16 19:23:38.856 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_volumes_backup_rbac.VolumesBackupsV3RbacTest.test_list_backups ... success [0.420s] 2021-08-16 19:23:39.126 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_volumes_backup_rbac.VolumesBackupsV3RbacTest.test_list_backups_with_details ... success [0.269s] 2021-08-16 19:23:43.400 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_volumes_backup_rbac.VolumesBackupsV3RbacTest.test_reset_backup_status ... success [4.270s] 2021-08-16 19:23:47.575 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_volumes_backup_rbac.VolumesBackupsV3RbacTest.test_restore_backup ... success [4.175s] 2021-08-16 19:23:48.203 38 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_volumes_backup_rbac.VolumesBackupsV3RbacTest.test_show_backup ... success [0.627s] 2021-08-16 19:24:07.995 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_volume_actions_rbac.VolumesActionsV3RbacTest.test_attach_volume_to_instance ... success [15.465s] 2021-08-16 19:24:29.469 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_volume_actions_rbac.VolumesActionsV3RbacTest.test_detach_volume_from_instance ... success [21.467s] 2021-08-16 19:24:49.861 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_volume_actions_rbac.VolumesActionsV3RbacTest.test_force_detach_volume_from_instance ... success [20.387s] 2021-08-16 19:24:52.800 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_volume_actions_rbac.VolumesActionsV3RbacTest.test_volume_force_delete ... success [2.941s] 2021-08-16 19:24:53.171 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_volume_actions_rbac.VolumesActionsV3RbacTest.test_volume_readonly_update ... success [0.371s] 2021-08-16 19:24:53.418 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_volume_actions_rbac.VolumesActionsV3RbacTest.test_volume_reserve ... success [0.246s] 2021-08-16 19:24:55.167 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_volume_actions_rbac.VolumesActionsV3RbacTest.test_volume_reset_status ... success [1.747s] 2021-08-16 19:24:57.291 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_volume_actions_rbac.VolumesActionsV3RbacTest.test_volume_retype ... success [2.122s] 2021-08-16 19:24:57.681 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_volume_actions_rbac.VolumesActionsV3RbacTest.test_volume_set_bootable ... success [0.389s] 2021-08-16 19:24:58.181 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_volume_actions_rbac.VolumesActionsV3RbacTest.test_volume_unreserve ... success [0.500s] 2021-08-16 19:25:04.418 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_server_actions_rbac.ServerActionsRbacTest.test_revert_resize_server ... success [336.419s] 2021-08-16 19:25:05.521 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_server_actions_rbac.ServerActionsRbacTest.test_server_detail ... success [1.099s] 2021-08-16 19:25:06.459 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_server_actions_rbac.ServerActionsRbacTest.test_server_detail_all_tenants ... success [0.935s] 2021-08-16 19:25:07.313 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_server_actions_rbac.ServerActionsRbacTest.test_server_index ... success [0.852s] 2021-08-16 19:25:07.992 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_server_actions_rbac.ServerActionsRbacTest.test_server_index_all_tenants ... success [0.674s] 2021-08-16 19:25:18.325 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_volume_basic_crud_rbac.VolumesBasicCrudV3RbacTest.test_create_volume ... success [2.972s] 2021-08-16 19:25:20.527 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_server_actions_rbac.ServerActionsRbacTest.test_shelve_server ... success [12.528s] 2021-08-16 19:25:23.507 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_volume_basic_crud_rbac.VolumesBasicCrudV3RbacTest.test_create_volume_from_image ... success [5.179s] 2021-08-16 19:25:26.341 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_volume_basic_crud_rbac.VolumesBasicCrudV3RbacTest.test_delete_volume ... success [2.834s] 2021-08-16 19:25:26.584 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_volume_basic_crud_rbac.VolumesBasicCrudV3RbacTest.test_list_volumes ... success [0.243s] 2021-08-16 19:25:26.834 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_volume_basic_crud_rbac.VolumesBasicCrudV3RbacTest.test_list_volumes_with_details ... success [0.250s] 2021-08-16 19:25:27.105 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_volume_basic_crud_rbac.VolumesBasicCrudV3RbacTest.test_show_volume ... success [0.270s] 2021-08-16 19:25:27.362 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_volume_basic_crud_rbac.VolumesBasicCrudV3RbacTest.test_update_volume ... success [0.256s] 2021-08-16 19:25:33.447 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_volume_types_extra_specs_rbac.VolumeTypesExtraSpecsRbacTest.test_create_volume_type_extra_specs ... success [0.525s] 2021-08-16 19:25:33.904 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_volume_types_extra_specs_rbac.VolumeTypesExtraSpecsRbacTest.test_delete_volume_type_extra_specs ... success [0.455s] 2021-08-16 19:25:34.114 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_volume_types_extra_specs_rbac.VolumeTypesExtraSpecsRbacTest.test_list_volume_types_extra_specs ... success [0.211s] 2021-08-16 19:25:34.780 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_volume_types_extra_specs_rbac.VolumeTypesExtraSpecsRbacTest.test_show_volume_type_extra_specs ... success [0.664s] 2021-08-16 19:25:35.207 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_volume_types_extra_specs_rbac.VolumeTypesExtraSpecsRbacTest.test_update_volume_type_extra_specs ... success [0.425s] 2021-08-16 19:25:35.890 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_server_actions_rbac.ServerActionsRbacTest.test_show_server ... success [15.358s] 2021-08-16 19:25:41.375 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_volumes_extend_rbac.VolumesExtendV3RbacTest.test_volume_extend ... success [0.530s] 2021-08-16 19:25:42.792 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_server_actions_rbac.ServerActionsRbacTest.test_start_server ... success [6.896s] 2021-08-16 19:25:45.066 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_server_actions_rbac.ServerActionsRbacTest.test_stop_server ... success [2.272s] 2021-08-16 19:25:52.314 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_volumes_manage_rbac.VolumesManageV3RbacTest.test_volume_manage ... success [5.727s] 2021-08-16 19:25:56.680 38 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_volumes_manage_rbac.VolumesManageV3RbacTest.test_volume_unmanage ... success [4.363s] 2021-08-16 19:30:58.452 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_server_actions_rbac.ServerActionsRbacTest.test_unpause_server ... success [313.285s] 2021-08-16 19:31:24.958 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_server_actions_rbac.ServerActionsRbacTest.test_unshelve_server ... success [26.496s] 2021-08-16 19:31:41.821 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_server_groups_rbac.ServerGroupsRbacTest.test_create_server_group ... success [0.525s] 2021-08-16 19:31:42.281 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_server_groups_rbac.ServerGroupsRbacTest.test_delete_server_group ... success [0.460s] 2021-08-16 19:31:42.555 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_server_groups_rbac.ServerGroupsRbacTest.test_list_server_groups ... success [0.271s] 2021-08-16 19:31:42.956 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_server_groups_rbac.ServerGroupsRbacTest.test_show_server_group ... success [0.399s] 2021-08-16 19:32:06.105 38 INFO opnfv-tempest [-] {3} 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-08-16 19:32:06.749 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsRbacTest.test_delete_server_password ... success [0.634s] 2021-08-16 19:32:07.329 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsRbacTest.test_force_delete_server ... success [0.578s] 2021-08-16 19:32:18.277 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsRbacTest.test_get_server_password ... success [10.942s] 2021-08-16 19:32:19.105 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsRbacTest.test_inject_network_info ... success [0.820s] 2021-08-16 19:32:19.752 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsRbacTest.test_list_instance_actions ... success [0.643s] 2021-08-16 19:32:19.753 38 INFO opnfv-tempest [-] {3} 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-08-16 19:32:19.754 38 INFO opnfv-tempest [-] {3} 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-08-16 19:32:19.755 38 INFO opnfv-tempest [-] {3} 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-08-16 19:32:19.756 38 INFO opnfv-tempest [-] {3} 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-08-16 19:32:19.757 38 INFO opnfv-tempest [-] {3} 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-08-16 19:32:19.757 38 INFO opnfv-tempest [-] {3} 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-08-16 19:32:20.324 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsRbacTest.test_list_simple_tenant_usages ... success [0.569s] 2021-08-16 19:32:21.344 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsRbacTest.test_lock_server ... success [1.021s] 2021-08-16 19:32:28.235 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsRbacTest.test_rescue_server ... success [6.884s] 2021-08-16 19:37:40.328 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsRbacTest.test_reset_server_state ... success [312.010s] 2021-08-16 19:37:47.706 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsRbacTest.test_resume_server ... success [7.370s] 2021-08-16 19:37:48.225 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsRbacTest.test_show_instance_action ... success [0.515s] 2021-08-16 19:37:48.227 38 INFO opnfv-tempest [-] {3} 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-08-16 19:37:48.862 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsRbacTest.test_show_server_diagnostics ... success [0.633s] 2021-08-16 19:37:48.864 38 INFO opnfv-tempest [-] {3} 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-08-16 19:37:48.865 38 INFO opnfv-tempest [-] {3} 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-08-16 19:37:48.866 38 INFO opnfv-tempest [-] {3} 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-08-16 19:37:48.867 38 INFO opnfv-tempest [-] {3} 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-08-16 19:37:48.868 38 INFO opnfv-tempest [-] {3} 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-08-16 19:37:48.869 38 INFO opnfv-tempest [-] {3} 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-08-16 19:37:49.408 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsRbacTest.test_show_simple_tenant_usage ... success [0.543s] 2021-08-16 19:37:52.840 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsRbacTest.test_suspend_server ... success [3.427s] 2021-08-16 19:37:57.549 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsRbacTest.test_unlock_server ... success [4.705s] 2021-08-16 19:37:58.609 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsRbacTest.test_unlock_server_override ... success [1.056s] 2021-08-16 19:38:09.834 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsRbacTest.test_unrescue_server ... success [11.214s] 2021-08-16 19:38:45.552 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_server_volume_attachments_rbac.ServerVolumeAttachmentRbacTest.test_create_volume_attachment ... success [3.653s] 2021-08-16 19:38:50.178 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_server_volume_attachments_rbac.ServerVolumeAttachmentRbacTest.test_delete_volume_attachment ... success [4.621s] 2021-08-16 19:38:50.614 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_server_volume_attachments_rbac.ServerVolumeAttachmentRbacTest.test_list_volume_attachments ... success [0.434s] 2021-08-16 19:38:55.238 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_server_volume_attachments_rbac.ServerVolumeAttachmentRbacTest.test_show_volume_attachment ... success [4.618s] 2021-08-16 19:38:55.239 38 INFO opnfv-tempest [-] {3} 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-08-16 19:39:10.419 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_services_rbac.ServicesRbacTest.test_list_services ... success [0.406s] 2021-08-16 19:39:14.929 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.image.test_image_resource_types_rbac.ImageResourceTypesRbacTest.test_add_metadef_resource_type ... success [0.377s] 2021-08-16 19:39:15.164 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.image.test_image_resource_types_rbac.ImageResourceTypesRbacTest.test_get_metadef_resource_type ... success [0.232s] 2021-08-16 19:39:15.550 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.image.test_image_resource_types_rbac.ImageResourceTypesRbacTest.test_list_metadef_resource_types ... success [0.386s] 2021-08-16 19:39:20.673 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_agents_rbac.L3AgentsExtRbacTest.test_list_l3_agents_on_router ... success [0.599s] 2021-08-16 19:39:26.297 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_flavors_rbac.FlavorsExtRbacTest.test_create_flavor ... success [0.633s] 2021-08-16 19:39:27.067 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_flavors_rbac.FlavorsExtRbacTest.test_delete_flavor ... success [0.750s] 2021-08-16 19:39:27.663 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_flavors_rbac.FlavorsExtRbacTest.test_list_flavors ... success [0.582s] 2021-08-16 19:39:28.407 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_flavors_rbac.FlavorsExtRbacTest.test_show_flavor ... success [0.731s] 2021-08-16 19:39:29.582 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_flavors_rbac.FlavorsExtRbacTest.test_update_flavor ... success [1.153s] 2021-08-16 19:39:31.059 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_metering_label_rules_rbac.MeteringLabelRulesRbacTest ... skip: b'metering extension not enabled.' 2021-08-16 19:39:31.061 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_metering_labels_rbac.MeteringLabelsRbacTest ... skip: b'metering extension not enabled.' 2021-08-16 19:39:34.677 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_network_ip_availability_rbac.NetworkIpAvailabilityExtRbacTest.test_get_network_ip_availability ... success [0.745s] 2021-08-16 19:39:40.964 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_rbac_policies_rbac.RbacPoliciesExtRbacTest.test_create_rbac_policy ... success [1.732s] 2021-08-16 19:39:42.711 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_rbac_policies_rbac.RbacPoliciesExtRbacTest.test_delete_rbac_policy ... success [1.727s] 2021-08-16 19:39:44.133 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_rbac_policies_rbac.RbacPoliciesExtRbacTest.test_list_rbac_policies ... success [1.414s] 2021-08-16 19:39:45.336 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_rbac_policies_rbac.RbacPoliciesExtRbacTest.test_show_rbac_policy ... success [1.191s] 2021-08-16 19:39:47.604 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_rbac_policies_rbac.RbacPoliciesExtRbacTest.test_update_rbac_policy ... success [2.240s] 2021-08-16 19:39:57.339 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_add_router_interface ... success [4.396s] 2021-08-16 19:39:58.675 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_create_distributed_router ... success [1.315s] 2021-08-16 19:40:02.963 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_create_high_availability_router ... success [4.273s] 2021-08-16 19:40:04.218 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_create_router ... success [1.250s] 2021-08-16 19:40:07.435 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_create_router_enable_snat ... success [3.201s] 2021-08-16 19:40:11.681 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_create_router_external_fixed_ips ... success [4.230s] 2021-08-16 19:40:13.234 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_delete_router ... success [1.532s] 2021-08-16 19:40:13.865 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_list_routers ... success [0.620s] 2021-08-16 19:40:19.167 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_remove_router_interface ... success [5.286s] 2021-08-16 19:40:20.305 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_show_distributed_router ... success [1.120s] 2021-08-16 19:40:24.394 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_show_high_availability_router ... success [4.068s] 2021-08-16 19:40:25.180 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_show_router ... success [0.775s] 2021-08-16 19:40:27.620 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_update_distributed_router ... success [2.415s] 2021-08-16 19:40:33.208 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_update_high_availability_router ... success [5.566s] 2021-08-16 19:40:34.706 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_update_router ... success [1.479s] 2021-08-16 19:40:39.184 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_update_router_enable_snat ... success [4.443s] 2021-08-16 19:40:43.646 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_update_router_external_fixed_ips ... success [4.421s] 2021-08-16 19:40:45.615 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_update_router_external_gateway_info ... success [1.945s] 2021-08-16 19:40:49.469 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_update_router_external_gateway_info_network_id ... success [3.820s] 2021-08-16 19:40:58.622 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_service_profile_rbac.ServiceProfileExtRbacTest.test_create_service_profile ... success [0.607s] 2021-08-16 19:40:59.629 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_service_profile_rbac.ServiceProfileExtRbacTest.test_delete_service_profile ... success [0.984s] 2021-08-16 19:41:00.638 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_service_profile_rbac.ServiceProfileExtRbacTest.test_show_service_profile ... success [0.999s] 2021-08-16 19:41:01.484 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_service_profile_rbac.ServiceProfileExtRbacTest.test_update_service_profile ... success [0.823s] 2021-08-16 19:41:06.105 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_service_providers_rbac.ServiceProvidersRbacTest.test_list_service_providers ... success [0.434s] 2021-08-16 19:41:13.190 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_trunks_rbac.TrunksSubportsExtRbacTest.test_add_subports ... success [1.997s] 2021-08-16 19:41:15.096 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_trunks_rbac.TrunksSubportsExtRbacTest.test_get_subports ... success [1.885s] 2021-08-16 19:41:16.755 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_trunks_rbac.TrunksSubportsExtRbacTest.test_remove_subports ... success [1.637s] 2021-08-16 19:41:24.101 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_encryption_types_rbac.EncryptionTypesV3RbacTest.test_create_volume_type_encryption ... success [0.563s] 2021-08-16 19:41:24.454 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_encryption_types_rbac.EncryptionTypesV3RbacTest.test_delete_volume_type_encryption ... success [0.351s] 2021-08-16 19:41:24.816 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_encryption_types_rbac.EncryptionTypesV3RbacTest.test_show_encryption_specs_item ... success [0.361s] 2021-08-16 19:41:25.174 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_encryption_types_rbac.EncryptionTypesV3RbacTest.test_show_volume_type_encryption ... success [0.357s] 2021-08-16 19:41:25.545 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_encryption_types_rbac.EncryptionTypesV3RbacTest.test_update_volume_type_encryption ... success [0.369s] 2021-08-16 19:41:30.455 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_groups_rbac.GroupTypesV3RbacTest.test_create_group_type ... success [0.453s] 2021-08-16 19:41:30.768 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_groups_rbac.GroupTypesV3RbacTest.test_create_group_type_group_specs ... success [0.313s] 2021-08-16 19:41:31.079 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_groups_rbac.GroupTypesV3RbacTest.test_delete_group_type ... success [0.310s] 2021-08-16 19:41:31.404 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_groups_rbac.GroupTypesV3RbacTest.test_show_group_type ... success [0.323s] 2021-08-16 19:41:31.729 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_groups_rbac.GroupTypesV3RbacTest.test_update_group_type ... success [0.324s] 2021-08-16 19:41:36.111 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_scheduler_stats_rbac.SchedulerStatsV3RbacTest.test_list_back_end_storage_pools ... success [0.413s] 2021-08-16 19:41:50.339 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_volume_actions_rbac.VolumesActionsV310RbacTest.test_volume_upload_image ... success [8.463s] 2021-08-16 19:41:58.543 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_volume_actions_rbac.VolumesActionsV310RbacTest.test_volume_upload_public ... success [8.202s] 2021-08-16 19:42:05.725 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_volume_metadata_rbac.VolumeMetadataV3RbacTest.test_create_volume_metadata ... success [0.465s] 2021-08-16 19:42:06.215 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_volume_metadata_rbac.VolumeMetadataV3RbacTest.test_delete_volume_image_metadata ... success [0.489s] 2021-08-16 19:42:06.617 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_volume_metadata_rbac.VolumeMetadataV3RbacTest.test_delete_volume_metadata_item ... success [0.402s] 2021-08-16 19:42:07.095 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_volume_metadata_rbac.VolumeMetadataV3RbacTest.test_list_volumes_details_image_metadata ... success [0.477s] 2021-08-16 19:42:07.581 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_volume_metadata_rbac.VolumeMetadataV3RbacTest.test_show_volume_details_image_metadata ... success [0.484s] 2021-08-16 19:42:07.805 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_volume_metadata_rbac.VolumeMetadataV3RbacTest.test_show_volume_metadata ... success [0.223s] 2021-08-16 19:42:08.234 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_volume_metadata_rbac.VolumeMetadataV3RbacTest.test_show_volume_metadata_item ... success [0.427s] 2021-08-16 19:42:08.647 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_volume_metadata_rbac.VolumeMetadataV3RbacTest.test_update_volume_image_metadata ... success [0.413s] 2021-08-16 19:42:09.050 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_volume_metadata_rbac.VolumeMetadataV3RbacTest.test_update_volume_metadata ... success [0.400s] 2021-08-16 19:42:09.439 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_volume_metadata_rbac.VolumeMetadataV3RbacTest.test_update_volume_metadata_item ... success [0.389s] 2021-08-16 19:42:15.121 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_volume_types_access_rbac.VolumeTypesAccessRbacTest.test_add_type_access ... success [0.397s] 2021-08-16 19:42:15.406 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_volume_types_access_rbac.VolumeTypesAccessRbacTest.test_list_type_access ... success [0.285s] 2021-08-16 19:42:15.697 38 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_volume_types_access_rbac.VolumeTypesAccessRbacTest.test_remove_type_access ... success [0.290s] 2021-08-16 19:42:18.731 38 INFO rally.task.context [-] Verification 305712fb-a4ce-48d0-b880-a23f54665d56 | Context testr@default cleanup() started 2021-08-16 19:42:18.732 38 INFO rally.task.context [-] Verification 305712fb-a4ce-48d0-b880-a23f54665d56 | Context testr@default cleanup() finished in 0.77 msec 2021-08-16 19:42:18.733 38 INFO rally.task.context [-] Verification 305712fb-a4ce-48d0-b880-a23f54665d56 | Context tempest@default cleanup() started 2021-08-16 19:42:18.950 38 INFO rally.task.context [-] Verification 305712fb-a4ce-48d0-b880-a23f54665d56 | Context tempest@default cleanup() finished in 0.22 sec 2021-08-16 19:42:18.985 38 INFO rally.api [-] Verification (UUID=cc106c77-d412-4647-af7a-5e9645e6938a) has been successfully finished for deployment 'opnfv-rally' (UUID=8f05e759-ae41-45a5-905e-dc72a182b35c)! 2021-08-16 19:42:20.725 54 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-08-16 19:42:20.725 54 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-08-16 19:42:20.726 54 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-08-16 19:42:22.523 56 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-08-16 19:42:22.523 56 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-08-16 19:42:22.524 56 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-08-16 19:42:24.932 56 INFO rally.api [-] Building 'html' report for the following verification(s): 'cc106c77-d412-4647-af7a-5e9645e6938a' 2021-08-16 19:42:24.959 56 INFO rally.api [-] The report has been successfully built. 2021-08-16 19:42:26.451 58 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-08-16 19:42:26.451 58 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-08-16 19:42:26.451 58 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-08-16 19:42:29.012 58 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): 'cc106c77-d412-4647-af7a-5e9645e6938a' 2021-08-16 19:42:29.034 58 INFO rally.api [-] The report has been successfully built.