2020-11-06 17:57:46.600 7 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-11-06 17:57:46.601 7 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-11-06 17:57:46.601 7 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-11-06 17:57:49.097 7 ERROR rally.cli.cliutils [-] Unexpected exception in CLI: rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2020-11-06 17:57:49.097 7 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-11-06 17:57:49.097 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 669, in run 2020-11-06 17:57:49.097 7 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-11-06 17:57:49.097 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-11-06 17:57:49.097 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2020-11-06 17:57:49.097 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-11-06 17:57:49.097 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-11-06 17:57:49.097 7 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-11-06 17:57:49.097 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-11-06 17:57:49.097 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2020-11-06 17:57:49.097 7 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2020-11-06 17:57:49.097 7 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2020-11-06 17:57:49.097 7 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2020-11-06 17:57:49.097 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2020-11-06 17:57:49.097 7 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2020-11-06 17:57:49.097 7 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2020-11-06 17:57:49.097 7 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2020-11-06 17:57:49.097 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-11-06 17:57:49.097 7 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-11-06 17:57:49.097 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2020-11-06 17:57:49.097 7 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-11-06 17:57:49.097 7 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2020-11-06 17:57:49.097 7 ERROR rally.cli.cliutils 2020-11-06 17:57:50.783 9 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-11-06 17:57:50.783 9 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-11-06 17:57:50.783 9 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-11-06 17:57:55.580 11 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-11-06 17:57:55.580 11 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-11-06 17:57:55.580 11 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-11-06 17:58:00.841 14 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-11-06 17:58:00.842 14 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-11-06 17:58:00.842 14 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-11-06 17:58:02.417 17 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-11-06 17:58:02.417 17 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-11-06 17:58:02.417 17 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-11-06 17:58:04.951 17 ERROR rally.cli.cliutils [-] Unexpected exception in CLI: rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2020-11-06 17:58:04.951 17 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-11-06 17:58:04.951 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 669, in run 2020-11-06 17:58:04.951 17 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-11-06 17:58:04.951 17 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2020-11-06 17:58:04.951 17 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-11-06 17:58:04.951 17 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-11-06 17:58:04.951 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2020-11-06 17:58:04.951 17 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2020-11-06 17:58:04.951 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2020-11-06 17:58:04.951 17 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2020-11-06 17:58:04.951 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2020-11-06 17:58:04.951 17 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2020-11-06 17:58:04.951 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2020-11-06 17:58:04.951 17 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2020-11-06 17:58:04.951 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-11-06 17:58:04.951 17 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-11-06 17:58:04.951 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2020-11-06 17:58:04.951 17 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2020-11-06 17:58:04.951 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2020-11-06 17:58:04.951 17 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-11-06 17:58:04.951 17 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2020-11-06 17:58:04.951 17 ERROR rally.cli.cliutils 2020-11-06 17:58:06.769 19 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-11-06 17:58:06.769 19 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-11-06 17:58:06.769 19 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-11-06 17:58:09.286 19 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2020-11-06 17:58:09.931 19 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-98720a70-c62d-4597-b027-6d0a85e25ff3/repo. 2020-11-06 17:58:10.346 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-98720a70-c62d-4597-b027-6d0a85e25ff3/repo'... done. ' 2020-11-06 17:58:10.358 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'heads/master ' 2020-11-06 17:58:10.380 19 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2020-11-06 17:58:10.461 19 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2020-11-06 17:58:11.407 19 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=98720a70-c62d-4597-b027-6d0a85e25ff3) has been successfully created! 2020-11-06 17:58:13.168 26 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-11-06 17:58:13.169 26 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-11-06 17:58:13.169 26 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-11-06 17:58:17.956 29 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-11-06 17:58:17.956 29 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-11-06 17:58:17.957 29 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-11-06 17:58:20.311 29 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=98720a70-c62d-4597-b027-6d0a85e25ff3) for deployment 'opnfv-rally' (UUID=c46774b6-2b57-45ff-ba6b-cb9fd0bb0e7f). 2020-11-06 17:58:20.771 29 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=98720a70-c62d-4597-b027-6d0a85e25ff3) has been successfully configured for deployment 'opnfv-rally' (UUID=c46774b6-2b57-45ff-ba6b-cb9fd0bb0e7f)! 2020-11-06 17:58:30.974 34 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-11-06 17:58:30.975 34 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-11-06 17:58:30.975 34 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-11-06 17:58:33.421 34 INFO rally.api [-] Starting verification (UUID=97b95204-fcf0-4a91-b521-fa0df62ff496) for deployment 'opnfv-rally' (UUID=c46774b6-2b57-45ff-ba6b-cb9fd0bb0e7f) by verifier 'opnfv-tempest' (UUID=98720a70-c62d-4597-b027-6d0a85e25ff3). 2020-11-06 17:58:34.103 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2020-11-06 17:58:34.104 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-98720a70-c62d-4597-b027-6d0a85e25ff3/for-deployment-c46774b6-2b57-45ff-ba6b-cb9fd0bb0e7f/tempest.log' to option 'log_file'. 2020-11-06 17:58:34.104 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-98720a70-c62d-4597-b027-6d0a85e25ff3/for-deployment-c46774b6-2b57-45ff-ba6b-cb9fd0bb0e7f/tempest.log 2020-11-06 17:58:34.105 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2020-11-06 17:58:34.105 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-98720a70-c62d-4597-b027-6d0a85e25ff3/for-deployment-c46774b6-2b57-45ff-ba6b-cb9fd0bb0e7f/lock_files' to option 'lock_path'. 2020-11-06 17:58:34.105 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-98720a70-c62d-4597-b027-6d0a85e25ff3/for-deployment-c46774b6-2b57-45ff-ba6b-cb9fd0bb0e7f/lock_files 2020-11-06 17:58:34.106 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is already configured in Tempest config file. img_dir = /home/opnfv/functest/images 2020-11-06 17:58:34.106 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_file' is already configured in Tempest config file. img_file = cirros-0.4.0-x86_64-disk.img 2020-11-06 17:58:34.106 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = 56b368f6-9136-40ec-a04c-564d02c95e42 2020-11-06 17:58:34.107 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = de34e15c-369a-4038-89ed-d4de22d742c6 2020-11-06 17:58:34.107 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = fe87c982-6a4f-4fa8-a9e4-2279ac9acc9e 2020-11-06 17:58:34.108 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = a93eb10f-c417-43d8-812c-06039356e038 2020-11-06 17:58:34.341 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2020-11-06 17:58:34.341 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = patrole_reader-net_30048f18-b96b-4343-a720-1173982b59b8 2020-11-06 17:58:34.342 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2020-11-06 17:58:34.438 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2020-11-06 17:58:34.481 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] The following flavor discovered: 'rally_verify_32f1c0c7_UCSTCpLB'. Using flavor 'rally_verify_32f1c0c7_UCSTCpLB' (ID = 1c717c7c-492d-4048-893d-a51a30ef7bfa) for the tests. 2020-11-06 17:58:34.482 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '1c717c7c-492d-4048-893d-a51a30ef7bfa' to option 'instance_type'. 2020-11-06 17:58:34.482 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = 1c717c7c-492d-4048-893d-a51a30ef7bfa 2020-11-06 17:58:34.483 34 INFO rally.task.context [-] Verification 98720a70-c62d-4597-b027-6d0a85e25ff3 | Context tempest@default setup() finished in 0.87 sec 2020-11-06 17:58:34.485 34 INFO rally.task.context [-] Verification 98720a70-c62d-4597-b027-6d0a85e25ff3 | Context testr@default setup() finished in 0.82 msec 2020-11-06 17:58:34.485 34 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --concurrency 4 --load-list /tmp/124ca94d-e0a5-4f05-a457-b2f577ddbfa6'. 2020-11-06 17:58:39.542 34 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_fixed_ips_rbac.FixedIpsRbacTest ... skip: b'FixedIpsRbacTest skipped as neutron is available' 2020-11-06 17:58:42.244 34 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_availability_zone_rbac.NovaAvailabilityZoneRbacTest.test_get_availability_zone_list_detail_rbac ... success [0.618s] 2020-11-06 17:58:42.337 34 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_agents_rbac.AgentsRbacTest.test_create_agent ... success [0.589s] 2020-11-06 17:58:42.539 34 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_availability_zone_rbac.NovaAvailabilityZoneRbacTest.test_get_availability_zone_list_rbac ... success [0.294s] 2020-11-06 17:58:42.895 34 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_agents_rbac.AgentsRbacTest.test_delete_agent ... success [0.555s] 2020-11-06 17:58:42.962 34 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_flavor_access_rbac.FlavorAccessRbacTest.test_add_flavor_access ... success [0.800s] 2020-11-06 17:58:43.534 34 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_agents_rbac.AgentsRbacTest.test_list_agents_rbac ... success [0.636s] 2020-11-06 17:58:43.668 34 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_aggregates_rbac.AggregatesRbacTest.test_add_host_to_aggregate_rbac ... success [1.382s] 2020-11-06 17:58:43.920 34 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_flavor_access_rbac.FlavorAccessRbacTest.test_list_flavor_access ... success [0.958s] 2020-11-06 17:58:43.922 34 INFO opnfv-tempest [-] {0} 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' 2020-11-06 17:58:44.293 34 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_agents_rbac.AgentsRbacTest.test_update_agent ... success [0.758s] 2020-11-06 17:58:44.367 34 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_aggregates_rbac.AggregatesRbacTest.test_create_aggregate_rbac ... success [0.696s] 2020-11-06 17:58:44.826 34 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_flavor_access_rbac.FlavorAccessRbacTest.test_remove_flavor_access ... success [0.897s] 2020-11-06 17:58:44.828 34 INFO opnfv-tempest [-] {0} 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' 2020-11-06 17:58:45.004 34 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_aggregates_rbac.AggregatesRbacTest.test_delete_aggregate_rbac ... success [0.632s] 2020-11-06 17:58:45.447 34 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_aggregates_rbac.AggregatesRbacTest.test_list_aggregate_rbac ... success [0.444s] 2020-11-06 17:58:46.051 34 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_floating_ip_pools_rbac.FloatingIpPoolsRbacTest.test_list_floating_ip_pools ... success [0.444s] 2020-11-06 17:58:46.547 34 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_aggregates_rbac.AggregatesRbacTest.test_remove_host_from_aggregate_rbac ... success [1.096s] 2020-11-06 17:58:47.532 34 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_aggregates_rbac.AggregatesRbacTest.test_set_metadata_on_aggregate_rbac ... success [0.984s] 2020-11-06 17:58:48.447 34 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_aggregates_rbac.AggregatesRbacTest.test_show_aggregate_rbac ... success [0.911s] 2020-11-06 17:58:49.073 34 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_aggregates_rbac.AggregatesRbacTest.test_update_aggregate_rbac ... success [0.622s] 2020-11-06 17:58:49.281 34 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_flavor_manage_rbac.FlavorManageRbacTest.test_create_flavor_manage ... success [0.394s] 2020-11-06 17:58:49.872 34 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_images_rbac.ImageSizeRbacTest.test_list_images_with_details_includes_image_size ... skip [0.000s]: b'This API extension policy was removed in Stein' 2020-11-06 17:58:49.879 34 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_images_rbac.ImageSizeRbacTest.test_show_image_includes_image_size ... skip [0.000s]: b'This API extension policy was removed in Stein' 2020-11-06 17:58:50.063 34 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_flavor_manage_rbac.FlavorManageRbacTest.test_delete_flavor_manage ... success [0.780s] 2020-11-06 17:58:51.298 34 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_floating_ips_bulk_rbac.FloatingIpsBulkRbacTest ... skip: b'nova-network is gone' 2020-11-06 17:58:53.416 34 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' 2020-11-06 17:58:53.417 34 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' 2020-11-06 17:58:53.818 34 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_limits_rbac.LimitsRbacTest.test_show_limits ... success [0.491s] 2020-11-06 17:58:54.377 34 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_flavor_extra_specs_rbac.FlavorExtraSpecsRbacTest.test_list_flavor_extra_specs ... success [0.542s] 2020-11-06 17:58:54.485 34 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_keypairs_rbac.KeypairsRbacTest.test_create_keypair ... success [0.686s] 2020-11-06 17:58:55.066 34 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_flavor_extra_specs_rbac.FlavorExtraSpecsRbacTest.test_set_flavor_extra_spec ... success [0.687s] 2020-11-06 17:58:55.373 34 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_keypairs_rbac.KeypairsRbacTest.test_delete_keypair ... success [0.886s] 2020-11-06 17:58:55.762 34 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_flavor_extra_specs_rbac.FlavorExtraSpecsRbacTest.test_show_flavor_extra_spec ... success [0.693s] 2020-11-06 17:58:55.860 34 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_keypairs_rbac.KeypairsRbacTest.test_index_keypair ... success [0.483s] 2020-11-06 17:58:56.543 34 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_flavor_extra_specs_rbac.FlavorExtraSpecsRbacTest.test_unset_flavor_extra_spec ... success [0.778s] 2020-11-06 17:58:57.009 34 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_keypairs_rbac.KeypairsRbacTest.test_show_keypair ... success [1.147s] 2020-11-06 17:58:57.114 34 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_hosts_rbac.HostsRbacTest.test_list_hosts ... success [0.520s] 2020-11-06 17:58:57.334 34 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_flavor_extra_specs_rbac.FlavorExtraSpecsRbacTest.test_update_flavor_extra_spec ... success [0.787s] 2020-11-06 17:58:57.818 34 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_hosts_rbac.HostsRbacTest.test_show_host_details ... success [0.703s] 2020-11-06 17:58:59.440 34 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_quota_class_sets_rbac.QuotaClassesRbacTest.test_show_quota_class_set ... success [0.613s] 2020-11-06 17:59:00.472 34 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_quota_class_sets_rbac.QuotaClassesRbacTest.test_update_quota_class_set ... success [1.031s] 2020-11-06 17:59:01.165 34 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_security_groups_rbac.SecurityGroupsRbacMaxV235Test.test_create_security_groups ... success [0.812s] 2020-11-06 17:59:01.340 34 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_hypervisor_rbac.HypervisorRbacTest.test_list_hypervisors ... success [0.434s] 2020-11-06 17:59:01.607 34 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_hypervisor_rbac.HypervisorMaxv252RbacTest.test_list_servers_on_hypervisor ... success [0.409s] 2020-11-06 17:59:01.709 34 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_hypervisor_rbac.HypervisorRbacTest.test_list_hypervisors_with_details ... success [0.366s] 2020-11-06 17:59:02.167 34 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_hypervisor_rbac.HypervisorMaxv252RbacTest.test_search_hypervisor ... success [0.557s] 2020-11-06 17:59:02.245 34 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_hypervisor_rbac.HypervisorRbacTest.test_show_hypervisor ... success [0.535s] 2020-11-06 17:59:02.352 34 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_security_groups_rbac.SecurityGroupsRbacMaxV235Test.test_delete_security_groups ... success [1.186s] 2020-11-06 17:59:02.737 34 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_hypervisor_rbac.HypervisorRbacTest.test_show_hypervisor_statistics ... success [0.488s] 2020-11-06 17:59:03.113 34 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_security_groups_rbac.SecurityGroupsRbacMaxV235Test.test_list_security_groups ... success [0.756s] 2020-11-06 17:59:03.248 34 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_hypervisor_rbac.HypervisorRbacTest.test_show_hypervisor_uptime ... success [0.508s] 2020-11-06 17:59:04.253 34 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_security_groups_rbac.SecurityGroupsRbacMaxV235Test.test_show_security_groups ... success [1.137s] 2020-11-06 17:59:05.307 34 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_security_groups_rbac.SecurityGroupsRbacMaxV235Test.test_update_security_groups ... success [1.050s] 2020-11-06 17:59:05.689 34 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_instance_usages_audit_log_rbac.InstanceUsagesAuditLogRbacTest.test_list_instance_usage_audit_logs ... success [0.474s] 2020-11-06 17:59:06.012 34 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_instance_usages_audit_log_rbac.InstanceUsagesAuditLogRbacTest.test_show_instance_usage_audit_log ... success [0.322s] 2020-11-06 17:59:08.039 34 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_images_rbac.ImagesMetadataRbacTest.test_create_image_metadata ... success [1.351s] 2020-11-06 17:59:09.317 34 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_images_rbac.ImagesMetadataRbacTest.test_delete_image_metadata_item ... success [1.277s] 2020-11-06 17:59:09.641 34 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_images_rbac.ImagesMetadataRbacTest.test_list_image_metadata ... success [0.323s] 2020-11-06 17:59:11.070 34 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_images_rbac.ImagesMetadataRbacTest.test_show_image_metadata_item ... success [1.427s] 2020-11-06 17:59:11.978 34 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_images_rbac.ImagesMetadataRbacTest.test_update_image_metadata ... success [0.906s] 2020-11-06 17:59:13.062 34 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_images_rbac.ImagesMetadataRbacTest.test_update_image_metadata_item ... success [1.085s] 2020-11-06 17:59:17.218 34 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_images_rbac.ImagesRbacTest.test_delete_image ... success [0.597s] 2020-11-06 17:59:17.570 34 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_images_rbac.ImagesRbacTest.test_list_images ... success [0.351s] 2020-11-06 17:59:17.963 34 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_images_rbac.ImagesRbacTest.test_list_images_with_details ... success [0.391s] 2020-11-06 17:59:18.288 34 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_images_rbac.ImagesRbacTest.test_show_image_details ... success [0.326s] 2020-11-06 17:59:19.349 34 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_server_consoles_rbac.ServerConsolesRbacTest.test_get_console_output ... success [0.640s] 2020-11-06 17:59:22.173 34 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_migrations_rbac.MigrationsRbacTest.test_list_services ... success [0.604s] 2020-11-06 17:59:26.856 34 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_quota_sets_rbac.QuotaSetsRbacTest.test_delete_quota_set ... success [1.245s] 2020-11-06 17:59:27.329 34 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_quota_sets_rbac.QuotaSetsRbacTest.test_show_default_quota_set ... success [0.471s] 2020-11-06 17:59:28.099 34 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_quota_sets_rbac.QuotaSetsRbacTest.test_show_quota_set ... success [0.767s] 2020-11-06 17:59:28.122 34 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_security_groups_rbac.SecurtiyGroupsRbacTest.test_create_security_group_for_server ... success [4.802s] 2020-11-06 17:59:28.539 34 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_quota_sets_rbac.QuotaSetsRbacTest.test_show_quota_set_details ... success [0.437s] 2020-11-06 17:59:28.689 34 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_security_groups_rbac.SecurtiyGroupsRbacTest.test_list_security_groups_by_server ... success [0.566s] 2020-11-06 17:59:29.457 34 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_quota_sets_rbac.QuotaSetsRbacTest.test_update_quota_set ... success [0.917s] 2020-11-06 17:59:31.722 34 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_security_groups_rbac.SecurtiyGroupsRbacTest.test_remove_security_group_from_server ... success [3.032s] 2020-11-06 17:59:50.282 34 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_server_actions_rbac.ServerActionsV214RbacTest.test_evacuate_server ... success [0.461s] 2020-11-06 17:59:51.368 34 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_server_consoles_rbac.ServerConsolesV26RbacTest.test_get_remote_console_output ... success [0.452s] 2020-11-06 17:59:56.849 34 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_server_actions_rbac.ServerActionsV216RbacTest.test_show_server_host_status ... success [0.743s] 2020-11-06 18:00:06.449 34 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_server_actions_rbac.ServerActionsRbacTest.test_confirm_resize_server ... success [36.951s] 2020-11-06 18:00:06.829 34 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_server_groups_rbac.ServerGroupsRbacTest.test_create_server_group ... success [0.612s] 2020-11-06 18:00:07.341 34 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_server_groups_rbac.ServerGroupsRbacTest.test_delete_server_group ... success [0.506s] 2020-11-06 18:00:07.666 34 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_server_groups_rbac.ServerGroupsRbacTest.test_list_server_groups ... success [0.325s] 2020-11-06 18:00:08.132 34 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_server_groups_rbac.ServerGroupsRbacTest.test_show_server_group ... success [0.463s] 2020-11-06 18:00:19.393 34 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_server_actions_rbac.ServerActionsRbacTest.test_create_backup ... success [12.934s] 2020-11-06 18:00:22.992 34 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_server_metadata_rbac.ServerMetadataRbacTest.test_delete_server_metadata_item ... success [0.660s] 2020-11-06 18:00:23.620 34 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_server_metadata_rbac.ServerMetadataRbacTest.test_list_server_metadata ... success [0.626s] 2020-11-06 18:00:24.378 34 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_server_metadata_rbac.ServerMetadataRbacTest.test_set_server_metadata ... success [0.754s] 2020-11-06 18:00:25.105 34 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_server_metadata_rbac.ServerMetadataRbacTest.test_set_server_metadata_item ... success [0.725s] 2020-11-06 18:00:25.723 34 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_server_metadata_rbac.ServerMetadataRbacTest.test_show_server_metadata_item ... success [0.614s] 2020-11-06 18:00:26.461 34 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_server_metadata_rbac.ServerMetadataRbacTest.test_update_server_metadata ... success [0.737s] 2020-11-06 18:00:29.496 34 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_server_migrations_rbac.MigrateServerV225RbacTest.test_cold_migration ... success [22.129s] 2020-11-06 18:00:29.584 34 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_server_tags_rbac.ServerTagsRbacTest.test_check_tag_existence ... success [0.663s] 2020-11-06 18:00:29.970 34 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_server_tags_rbac.ServerTagsRbacTest.test_delete_all_tags ... success [0.382s] 2020-11-06 18:00:30.786 34 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_server_tags_rbac.ServerTagsRbacTest.test_delete_tag ... success [0.813s] 2020-11-06 18:00:31.109 34 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_server_tags_rbac.ServerTagsRbacTest.test_list_tags ... success [0.320s] 2020-11-06 18:00:31.513 34 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_server_tags_rbac.ServerTagsRbacTest.test_update_all_tags ... success [0.401s] 2020-11-06 18:00:32.139 34 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_server_tags_rbac.ServerTagsRbacTest.test_update_tag ... success [0.628s] 2020-11-06 18:00:36.162 34 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_server_actions_rbac.ServerActionsRbacTest.test_create_image ... success [16.762s] 2020-11-06 18:00:42.064 34 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_server_actions_rbac.ServerActionsRbacTest.test_pause_server ... success [5.895s] 2020-11-06 18:00:48.592 34 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_server_actions_rbac.ServerActionsRbacTest.test_reboot_server ... success [6.522s] 2020-11-06 18:00:49.299 34 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_volume_rbac.VolumeRbacTest.test_create_snapshot ... success [2.887s] 2020-11-06 18:00:50.505 34 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_volume_rbac.VolumeRbacTest.test_create_volume ... success [1.204s] 2020-11-06 18:00:53.779 34 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_volume_rbac.VolumeRbacTest.test_delete_snapshot ... success [3.271s] 2020-11-06 18:00:54.157 34 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_server_migrations_rbac.MigrateServerV225RbacTest.test_migration_live ... success [24.654s] 2020-11-06 18:00:55.425 34 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_server_actions_rbac.ServerActionsRbacTest.test_rebuild_server ... success [6.833s] 2020-11-06 18:00:55.695 34 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_volume_rbac.VolumeRbacTest.test_delete_volume ... success [1.912s] 2020-11-06 18:00:56.042 34 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_volume_rbac.VolumeRbacTest.test_list_snapshots ... success [0.347s] 2020-11-06 18:00:56.415 34 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_volume_rbac.VolumeRbacTest.test_list_volumes ... success [0.367s] 2020-11-06 18:00:58.373 34 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_volume_rbac.VolumeRbacTest.test_show_snapshot ... success [1.956s] 2020-11-06 18:00:58.761 34 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_volume_rbac.VolumeRbacTest.test_show_volume ... success [0.385s] 2020-11-06 18:01:02.383 34 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsNetworkRbacTest.test_add_fixed_ip ... success [2.184s] 2020-11-06 18:01:08.429 34 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_server_actions_rbac.ServerActionsRbacTest.test_resize_server ... success [12.997s] 2020-11-06 18:01:10.587 34 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_floating_ips_rbac.FloatingIpsRbacTest.test_create_floating_ip ... success [2.950s] 2020-11-06 18:01:13.133 34 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_floating_ips_rbac.FloatingIpsRbacTest.test_create_floating_ip_floatingip_address ... success [2.545s] 2020-11-06 18:01:14.498 34 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsNetworkRbacTest.test_create_interface ... success [12.111s] 2020-11-06 18:01:17.251 34 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_floating_ips_rbac.FloatingIpsRbacTest.test_delete_floating_ip ... success [4.117s] 2020-11-06 18:01:20.545 34 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_floating_ips_rbac.FloatingIpsRbacTest.test_list_floating_ips ... success [3.293s] 2020-11-06 18:01:23.168 34 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsNetworkRbacTest.test_delete_interface ... success [8.663s] 2020-11-06 18:01:23.495 34 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsNetworkRbacTest.test_list_addresses ... success [0.326s] 2020-11-06 18:01:23.950 34 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsNetworkRbacTest.test_list_addresses_by_network ... success [0.452s] 2020-11-06 18:01:24.386 34 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_floating_ips_rbac.FloatingIpsRbacTest.test_show_floating_ip ... success [3.839s] 2020-11-06 18:01:24.413 34 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsNetworkRbacTest.test_list_interfaces ... success [0.463s] 2020-11-06 18:01:25.726 34 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_server_rbac.ComputeServersRbacTest.test_create_server ... success [1.265s] 2020-11-06 18:01:27.358 34 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_floating_ips_rbac.FloatingIpsRbacTest.test_update_floating_ip ... success [2.971s] 2020-11-06 18:01:31.464 34 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_server_rbac.ComputeServersRbacTest.test_create_server_attach_network ... success [5.732s] 2020-11-06 18:01:32.750 34 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_metering_label_rules_rbac.MeteringLabelRulesRbacTest ... skip: b'metering extension not enabled.' 2020-11-06 18:01:33.898 34 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsNetworkRbacTest.test_show_interface ... success [9.481s] 2020-11-06 18:01:36.064 34 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_policy_bandwidth_limit_rule_rbac.PolicyBandwidthLimitRuleExtRbacTest.test_create_policy_bandwidth_limit_rule ... success [0.781s] 2020-11-06 18:01:36.655 34 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_policy_bandwidth_limit_rule_rbac.PolicyBandwidthLimitRuleExtRbacTest.test_delete_policy_bandwidth_limit_rule ... success [0.591s] 2020-11-06 18:01:37.640 34 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_policy_bandwidth_limit_rule_rbac.PolicyBandwidthLimitRuleExtRbacTest.test_show_policy_bandwidth_limit_rule ... success [0.982s] 2020-11-06 18:01:38.364 34 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_policy_bandwidth_limit_rule_rbac.PolicyBandwidthLimitRuleExtRbacTest.test_update_policy_bandwidth_limit_rule ... success [0.725s] 2020-11-06 18:01:45.600 34 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_create_port ... success [2.311s] 2020-11-06 18:01:46.974 34 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_create_port_allowed_address_pairs ... success [1.373s] 2020-11-06 18:01:48.578 34 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.image.test_image_namespace_objects_rbac.ImageNamespacesObjectsRbacTest.test_create_metadef_object_in_namespace ... success [0.582s] 2020-11-06 18:01:48.608 34 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_server_rbac.ComputeServersRbacTest.test_create_server_attach_volume ... success [17.140s] 2020-11-06 18:01:48.972 34 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.image.test_image_namespace_objects_rbac.ImageNamespacesObjectsRbacTest.test_list_metadef_objects_in_namespace ... success [0.394s] 2020-11-06 18:01:48.996 34 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_create_port_binding_host_id ... success [2.021s] 2020-11-06 18:01:49.428 34 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.image.test_image_namespace_objects_rbac.ImageNamespacesObjectsRbacTest.test_show_metadef_object_in_namespace ... success [0.453s] 2020-11-06 18:01:49.874 34 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.image.test_image_namespace_objects_rbac.ImageNamespacesObjectsRbacTest.test_update_metadef_object_in_namespace ... success [0.446s] 2020-11-06 18:01:50.232 34 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_create_port_binding_profile ... success [1.235s] 2020-11-06 18:01:51.262 34 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_create_port_device_owner ... success [1.030s] 2020-11-06 18:01:51.308 34 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_server_rbac.ComputeServersRbacTest.test_create_server_forced_host ... success [2.696s] 2020-11-06 18:01:53.625 34 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.image.test_image_namespace_tags_rbac.NamespaceTagsRbacTest.test_create_namespace_tag ... success [0.405s] 2020-11-06 18:01:54.037 34 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.image.test_image_namespace_tags_rbac.NamespaceTagsRbacTest.test_create_namespace_tags ... success [0.411s] 2020-11-06 18:01:54.299 34 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.image.test_image_namespace_tags_rbac.NamespaceTagsRbacTest.test_list_namespace_tags ... success [0.260s] 2020-11-06 18:01:54.351 34 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_create_port_fixed_ips_ip_address ... success [3.087s] 2020-11-06 18:01:54.736 34 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.image.test_image_namespace_tags_rbac.NamespaceTagsRbacTest.test_show_namespace_tag ... success [0.436s] 2020-11-06 18:01:55.156 34 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.image.test_image_namespace_tags_rbac.NamespaceTagsRbacTest.test_update_namespace_tag ... success [0.419s] 2020-11-06 18:01:55.960 34 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_create_port_mac_address ... success [1.609s] 2020-11-06 18:01:57.166 34 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_create_port_security_enabled ... success [1.206s] 2020-11-06 18:01:59.354 34 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.image.test_images_member_rbac.ImagesMemberRbacTest.test_add_image_member ... success [0.542s] 2020-11-06 18:01:59.824 34 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.image.test_images_member_rbac.ImagesMemberRbacTest.test_delete_image_member ... success [0.467s] 2020-11-06 18:02:00.277 34 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.image.test_images_member_rbac.ImagesMemberRbacTest.test_list_image_members ... success [0.453s] 2020-11-06 18:02:00.727 34 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.image.test_images_member_rbac.ImagesMemberRbacTest.test_show_image_member ... success [0.449s] 2020-11-06 18:02:00.856 34 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_delete_port ... success [3.688s] 2020-11-06 18:02:01.180 34 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.image.test_images_member_rbac.ImagesMemberRbacTest.test_update_image_member ... success [0.451s] 2020-11-06 18:02:01.183 34 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_list_ports ... success [0.325s] 2020-11-06 18:02:01.474 34 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_show_port ... success [0.292s] 2020-11-06 18:02:03.864 34 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_show_port_binding_host_id ... success [2.388s] 2020-11-06 18:02:05.230 34 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_show_port_binding_profile ... success [1.366s] 2020-11-06 18:02:05.533 34 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_show_port_binding_vif_details ... success [0.303s] 2020-11-06 18:02:05.625 34 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_communitize_image ... success [0.339s] 2020-11-06 18:02:05.781 34 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_server_rbac.ComputeServersRbacTest.test_delete_server ... success [14.466s] 2020-11-06 18:02:05.852 34 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_show_port_binding_vif_type ... success [0.317s] 2020-11-06 18:02:05.899 34 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_create_image ... success [0.273s] 2020-11-06 18:02:06.307 34 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_create_image_tag ... success [0.406s] 2020-11-06 18:02:06.636 34 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_server_rbac.ComputeServersRbacTest.test_update_server ... success [0.852s] 2020-11-06 18:02:07.023 34 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_deactivate_image ... success [0.713s] 2020-11-06 18:02:07.439 34 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_update_port ... success [1.585s] 2020-11-06 18:02:07.547 34 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_delete_image ... success [0.525s] 2020-11-06 18:02:07.988 34 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_delete_image_tag ... success [0.438s] 2020-11-06 18:02:08.764 34 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_download_image ... success [0.777s] 2020-11-06 18:02:09.044 34 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_list_images ... success [0.279s] 2020-11-06 18:02:09.126 34 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_update_port_allowed_address_pairs ... success [1.686s] 2020-11-06 18:02:09.312 34 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_publicize_image ... success [0.268s] 2020-11-06 18:02:09.967 34 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_reactivate_image ... success [0.653s] 2020-11-06 18:02:10.329 34 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_show_image ... success [0.360s] 2020-11-06 18:02:10.765 34 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_update_image ... success [0.435s] 2020-11-06 18:02:11.382 34 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_upload_image ... success [0.617s] 2020-11-06 18:02:11.844 34 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_update_port_binding_host_id ... success [2.717s] 2020-11-06 18:02:13.481 34 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_update_port_binding_profile ... success [1.636s] 2020-11-06 18:02:16.383 34 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_update_port_device_owner ... success [2.901s] 2020-11-06 18:02:16.723 34 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_agents_rbac.AgentsRbacTest.test_list_agents ... success [0.468s] 2020-11-06 18:02:17.005 34 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_agents_rbac.AgentsRbacTest.test_show_agent ... success [0.281s] 2020-11-06 18:02:17.496 34 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_agents_rbac.AgentsRbacTest.test_update_agent ... success [0.490s] 2020-11-06 18:02:18.615 34 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_update_port_fixed_ips_ip_address ... success [2.230s] 2020-11-06 18:02:20.937 34 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_update_port_mac_address ... success [2.321s] 2020-11-06 18:02:21.659 34 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_update_port_security_enabled ... success [0.722s] 2020-11-06 18:02:21.906 34 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_agents_rbac.DHCPAgentSchedulersRbacTest.test_add_dhcp_agent_to_network ... success [1.255s] 2020-11-06 18:02:22.827 34 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_agents_rbac.DHCPAgentSchedulersRbacTest.test_delete_network_from_dhcp_agent ... success [0.921s] 2020-11-06 18:02:23.606 34 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_agents_rbac.DHCPAgentSchedulersRbacTest.test_list_networks_hosted_by_one_dhcp_agent ... success [0.778s] 2020-11-06 18:02:30.891 34 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_agents_rbac.L3AgentsExtRbacTest.test_list_l3_agents_on_router ... success [0.660s] 2020-11-06 18:02:35.584 34 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_dscp_marking_rule_rbac.DscpMarkingRuleExtRbacTest.test_create_policy_dscp_marking_rule ... success [0.657s] 2020-11-06 18:02:36.233 34 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_dscp_marking_rule_rbac.DscpMarkingRuleExtRbacTest.test_delete_policy_dscp_marking_rule ... success [0.646s] 2020-11-06 18:02:36.865 34 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_dscp_marking_rule_rbac.DscpMarkingRuleExtRbacTest.test_list_policy_dscp_marking_rules ... success [0.630s] 2020-11-06 18:02:37.573 34 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_dscp_marking_rule_rbac.DscpMarkingRuleExtRbacTest.test_show_policy_dscp_marking_rule ... success [0.707s] 2020-11-06 18:02:39.939 34 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_dscp_marking_rule_rbac.DscpMarkingRuleExtRbacTest.test_update_policy_dscp_marking_rule ... success [2.366s] 2020-11-06 18:02:42.395 34 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_rbac_policies_rbac.RbacPoliciesExtRbacTest.test_create_rbac_policy ... success [1.546s] 2020-11-06 18:02:43.111 34 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_server_volume_attachments_rbac.ServerVolumeAttachmentRbacTest.test_create_volume_attachment ... success [4.033s] 2020-11-06 18:02:43.829 34 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_rbac_policies_rbac.RbacPoliciesExtRbacTest.test_delete_rbac_policy ... success [1.432s] 2020-11-06 18:02:43.877 34 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_flavors_rbac.FlavorsExtRbacTest.test_create_flavor ... success [0.547s] 2020-11-06 18:02:44.357 34 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_flavors_rbac.FlavorsExtRbacTest.test_delete_flavor ... success [0.480s] 2020-11-06 18:02:44.840 34 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_flavors_rbac.FlavorsExtRbacTest.test_list_flavors ... success [0.483s] 2020-11-06 18:02:45.338 34 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_flavors_rbac.FlavorsExtRbacTest.test_show_flavor ... success [0.496s] 2020-11-06 18:02:45.806 34 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_flavors_rbac.FlavorsExtRbacTest.test_update_flavor ... success [0.466s] 2020-11-06 18:02:46.659 34 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_metering_labels_rbac.MeteringLabelsRbacTest ... skip: b'metering extension not enabled.' 2020-11-06 18:02:46.874 34 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_server_volume_attachments_rbac.ServerVolumeAttachmentRbacTest.test_delete_volume_attachment ... success [3.763s] 2020-11-06 18:02:46.894 34 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_rbac_policies_rbac.RbacPoliciesExtRbacTest.test_list_rbac_policies ... success [3.064s] 2020-11-06 18:02:47.597 34 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_server_volume_attachments_rbac.ServerVolumeAttachmentRbacTest.test_list_volume_attachments ... success [0.718s] 2020-11-06 18:02:49.333 34 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_service_providers_rbac.ServiceProvidersRbacTest.test_list_service_providers ... success [0.338s] 2020-11-06 18:02:49.758 34 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_rbac_policies_rbac.RbacPoliciesExtRbacTest.test_show_rbac_policy ... success [2.864s] 2020-11-06 18:02:51.714 34 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_rbac_policies_rbac.RbacPoliciesExtRbacTest.test_update_rbac_policy ... success [1.954s] 2020-11-06 18:02:51.864 34 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_server_volume_attachments_rbac.ServerVolumeAttachmentRbacTest.test_show_volume_attachment ... success [4.265s] 2020-11-06 18:02:51.865 34 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_server_volume_attachments_rbac.ServerVolumeAttachmentRbacTest.test_update_volume_attachment ... skip [0.000s]: b'In-place swapping of volumes not supported.' 2020-11-06 18:02:56.418 34 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_trunks_rbac.TrunksSubportsExtRbacTest.test_add_subports ... success [1.937s] 2020-11-06 18:02:57.860 34 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_group_type_specs.GroupTypeSpecsRbacTest.test_group_type_specs_create ... success [1.130s] 2020-11-06 18:02:58.667 34 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_group_type_specs.GroupTypeSpecsRbacTest.test_group_type_specs_delete ... success [0.805s] 2020-11-06 18:02:58.783 34 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_trunks_rbac.TrunksSubportsExtRbacTest.test_get_subports ... success [2.364s] 2020-11-06 18:02:59.123 34 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_group_type_specs.GroupTypeSpecsRbacTest.test_group_type_specs_list ... success [0.454s] 2020-11-06 18:02:59.584 34 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_group_type_specs.GroupTypeSpecsRbacTest.test_group_type_specs_show ... success [0.460s] 2020-11-06 18:03:00.059 34 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_group_type_specs.GroupTypeSpecsRbacTest.test_group_type_specs_update ... success [0.474s] 2020-11-06 18:03:00.556 34 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_trunks_rbac.TrunksSubportsExtRbacTest.test_remove_subports ... success [1.769s] 2020-11-06 18:03:03.847 34 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_groups_rbac.GroupTypesV3RbacTest.test_create_group_type ... success [0.660s] 2020-11-06 18:03:04.486 34 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_groups_rbac.GroupTypesV3RbacTest.test_create_group_type_group_specs ... success [0.640s] 2020-11-06 18:03:04.970 34 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_groups_rbac.GroupTypesV3RbacTest.test_delete_group_type ... success [0.481s] 2020-11-06 18:03:05.381 34 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_groups_rbac.GroupTypesV3RbacTest.test_show_group_type ... success [0.411s] 2020-11-06 18:03:05.757 34 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_tenant_networks_rbac.TenantNetworksRbacTest.test_list_show_tenant_networks ... success [0.680s] 2020-11-06 18:03:06.361 34 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_groups_rbac.GroupTypesV3RbacTest.test_update_group_type ... success [0.978s] 2020-11-06 18:03:10.042 34 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.image.test_image_namespace_rbac.ImageNamespacesRbacTest.test_create_metadef_namespace ... success [0.675s] 2020-11-06 18:03:10.733 34 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.image.test_image_namespace_rbac.ImageNamespacesRbacTest.test_list_metadef_namespaces ... success [0.689s] 2020-11-06 18:03:11.477 34 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.image.test_image_namespace_rbac.ImageNamespacesRbacTest.test_modify_metadef_namespace ... success [0.743s] 2020-11-06 18:03:12.773 34 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_capabilities_rbac.CapabilitiesV3RbacTest.test_show_back_end_capabilities ... success [0.650s] 2020-11-06 18:03:12.883 34 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_groups_rbac.GroupV320RbacTest.test_reset_group_status ... success [3.252s] 2020-11-06 18:03:15.278 34 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_availability_zones_rbac.AvailabilityZoneExtRbacTest.test_list_availability_zone_rbac ... success [0.837s] 2020-11-06 18:03:16.647 34 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_limits_rbac.LimitsV3RbacTest.test_show_limits ... success [0.405s] 2020-11-06 18:03:16.980 34 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_encryption_types_rbac.EncryptionTypesV3RbacTest.test_create_volume_type_encryption ... success [0.872s] 2020-11-06 18:03:17.816 34 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_encryption_types_rbac.EncryptionTypesV3RbacTest.test_delete_volume_type_encryption ... success [0.835s] 2020-11-06 18:03:18.710 34 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_encryption_types_rbac.EncryptionTypesV3RbacTest.test_show_encryption_specs_item ... success [0.892s] 2020-11-06 18:03:19.205 34 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_encryption_types_rbac.EncryptionTypesV3RbacTest.test_show_volume_type_encryption ... success [0.494s] 2020-11-06 18:03:19.439 34 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_flavor_service_profile_rbac.FlavorsServiceProfileExtRbacTest.test_create_flavor_service_profile ... success [0.587s] 2020-11-06 18:03:19.663 34 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_encryption_types_rbac.EncryptionTypesV3RbacTest.test_update_volume_type_encryption ... success [0.456s] 2020-11-06 18:03:19.963 34 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_flavor_service_profile_rbac.FlavorsServiceProfileExtRbacTest.test_delete_flavor_service_profile ... success [0.523s] 2020-11-06 18:03:20.366 34 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_qos_rbac.VolumeQOSV3RbacTest.test_associate_qos ... success [0.641s] 2020-11-06 18:03:20.877 34 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_qos_rbac.VolumeQOSV3RbacTest.test_create_qos_with_consumer ... success [0.512s] 2020-11-06 18:03:21.528 34 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_qos_rbac.VolumeQOSV3RbacTest.test_delete_qos_with_consumer ... success [0.647s] 2020-11-06 18:03:22.497 34 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_qos_rbac.VolumeQOSV3RbacTest.test_disassociate_all_qos ... success [0.967s] 2020-11-06 18:03:23.204 34 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_qos_rbac.VolumeQOSV3RbacTest.test_disassociate_qos ... success [0.706s] 2020-11-06 18:03:23.787 34 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_qos_rbac.VolumeQOSV3RbacTest.test_get_association_qos ... success [0.584s] 2020-11-06 18:03:24.147 34 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_qos_rbac.VolumeQOSV3RbacTest.test_list_qos ... success [0.360s] 2020-11-06 18:03:24.589 34 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_qos_rbac.VolumeQOSV3RbacTest.test_set_qos_key ... success [0.439s] 2020-11-06 18:03:25.000 34 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_qos_rbac.VolumeQOSV3RbacTest.test_show_qos ... success [0.410s] 2020-11-06 18:03:25.399 34 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_create_network ... success [0.512s] 2020-11-06 18:03:25.492 34 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_qos_rbac.VolumeQOSV3RbacTest.test_unset_qos_key ... success [0.492s] 2020-11-06 18:03:25.811 34 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_create_network_is_default ... success [0.411s] 2020-11-06 18:03:26.322 34 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_create_network_provider_network_type ... success [0.510s] 2020-11-06 18:03:26.747 34 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_create_network_provider_physical_network ... success [0.424s] 2020-11-06 18:03:27.671 34 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_create_network_router_external ... success [0.924s] 2020-11-06 18:03:28.440 34 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_create_network_shared ... success [0.767s] 2020-11-06 18:03:29.291 34 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_quota_classes_rbac.QuotaClassesV3RbacTest.test_show_quota_class_set ... success [0.342s] 2020-11-06 18:03:29.635 34 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_delete_network ... success [1.194s] 2020-11-06 18:03:29.839 34 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_quota_classes_rbac.QuotaClassesV3RbacTest.test_update_quota_class_set ... success [0.547s] 2020-11-06 18:03:29.905 34 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_list_dhcp_agents_on_hosting_network ... success [0.270s] 2020-11-06 18:03:29.986 34 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_snapshot_manage_rbac.SnapshotManageRbacTest.test_manage_snapshot_rbac ... success [2.933s] 2020-11-06 18:03:30.469 34 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_list_networks ... success [0.562s] 2020-11-06 18:03:30.978 34 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_show_network ... success [0.508s] 2020-11-06 18:03:31.635 34 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_show_network_provider_network_type ... success [0.657s] 2020-11-06 18:03:32.292 34 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_show_network_provider_physical_network ... success [0.656s] 2020-11-06 18:03:32.875 34 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_show_network_provider_segmentation_id ... success [0.582s] 2020-11-06 18:03:33.324 34 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_show_network_router_external ... success [0.449s] 2020-11-06 18:03:33.462 34 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_scheduler_stats_rbac.SchedulerStatsV3RbacTest.test_list_back_end_storage_pools ... success [0.481s] 2020-11-06 18:03:34.397 34 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_update_network ... success [1.067s] 2020-11-06 18:03:34.398 34 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.' 2020-11-06 18:03:34.399 34 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.' 2020-11-06 18:03:34.401 34 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_update_network_provider_segmentation_id ... skip [0.000s]: b'Skipped until bug: https://storyboard.openstack.org/#!/story/2005489 is resolved.' 2020-11-06 18:03:35.597 34 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_update_network_router_external ... success [1.200s] 2020-11-06 18:03:37.854 34 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_user_messages_rbac.MessagesV3RbacTest.test_delete_message ... success [1.360s] 2020-11-06 18:03:38.192 34 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_user_messages_rbac.MessagesV3RbacTest.test_list_messages ... success [0.338s] 2020-11-06 18:03:38.346 34 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_update_network_shared ... success [2.748s] 2020-11-06 18:03:39.105 34 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_user_messages_rbac.MessagesV3RbacTest.test_show_message ... success [0.912s] 2020-11-06 18:03:40.060 34 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_snapshots_actions_rbac.SnapshotsActionsV3RbacTest.test_reset_snapshot_status ... success [0.800s] 2020-11-06 18:03:44.336 34 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_snapshots_actions_rbac.SnapshotsActionsV3RbacTest.test_snapshot_force_delete ... success [4.273s] 2020-11-06 18:03:45.376 34 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_snapshots_actions_rbac.SnapshotsActionsV3RbacTest.test_update_snapshot_status ... success [1.041s] 2020-11-06 18:03:48.234 34 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_security_groups_rbac.SecGroupRbacTest.test_create_security_group ... success [0.708s] 2020-11-06 18:03:49.207 34 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_security_groups_rbac.SecGroupRbacTest.test_create_security_group_rule ... success [0.972s] 2020-11-06 18:03:50.204 34 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_security_groups_rbac.SecGroupRbacTest.test_delete_security_group ... success [0.995s] 2020-11-06 18:03:50.803 34 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_security_groups_rbac.SecGroupRbacTest.test_delete_security_group_rule ... success [0.599s] 2020-11-06 18:03:51.199 34 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_security_groups_rbac.SecGroupRbacTest.test_list_security_group_rules ... success [0.394s] 2020-11-06 18:03:51.516 34 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_security_groups_rbac.SecGroupRbacTest.test_list_security_groups ... success [0.317s] 2020-11-06 18:03:51.832 34 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_security_groups_rbac.SecGroupRbacTest.test_show_security_group ... success [0.315s] 2020-11-06 18:03:52.580 34 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_security_groups_rbac.SecGroupRbacTest.test_show_security_group_rule ... success [0.747s] 2020-11-06 18:03:53.538 34 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_security_groups_rbac.SecGroupRbacTest.test_update_security_group ... success [0.958s] 2020-11-06 18:03:54.385 34 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_snapshots_metadata_rbac.SnapshotMetadataV3RbacTest.test_delete_snapshot_metadata_item ... success [0.695s] 2020-11-06 18:03:55.053 34 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_snapshots_metadata_rbac.SnapshotMetadataV3RbacTest.test_get_snapshot_metadata ... success [0.668s] 2020-11-06 18:03:55.456 34 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_volume_actions_rbac.VolumesActionsV310RbacTest.test_volume_upload_image ... success [9.546s] 2020-11-06 18:03:55.486 34 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_snapshots_metadata_rbac.SnapshotMetadataV3RbacTest.test_get_snapshot_metadata_for_volume_tenant ... success [0.432s] 2020-11-06 18:03:55.998 34 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_snapshots_metadata_rbac.SnapshotMetadataV3RbacTest.test_show_snapshot_metadata_item ... success [0.511s] 2020-11-06 18:03:56.663 34 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_snapshots_metadata_rbac.SnapshotMetadataV3RbacTest.test_update_snapshot_metadata ... success [0.663s] 2020-11-06 18:03:57.337 34 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_snapshots_metadata_rbac.SnapshotMetadataV3RbacTest.test_update_snapshot_metadata_item ... success [0.673s] 2020-11-06 18:04:01.117 34 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_segments_rbac.SegmentsExtRbacTest.test_create_segment ... success [1.179s] 2020-11-06 18:04:02.769 34 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_segments_rbac.SegmentsExtRbacTest.test_delete_segment ... success [1.652s] 2020-11-06 18:04:03.880 34 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_segments_rbac.SegmentsExtRbacTest.test_list_segments ... success [1.111s] 2020-11-06 18:04:05.001 34 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_segments_rbac.SegmentsExtRbacTest.test_show_segment ... success [1.116s] 2020-11-06 18:04:06.194 34 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_volume_actions_rbac.VolumesActionsV310RbacTest.test_volume_upload_public ... success [10.736s] 2020-11-06 18:04:07.126 34 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_segments_rbac.SegmentsExtRbacTest.test_update_segment ... success [2.126s] 2020-11-06 18:04:08.866 34 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_volumes_backup_rbac.VolumesBackupsV39RbacTest.test_backup_update ... success [0.494s] 2020-11-06 18:04:14.764 34 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_volume_basic_crud_rbac.VolumesBasicCrudV3RbacTest.test_create_volume ... success [2.510s] 2020-11-06 18:04:15.265 34 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_service_profile_rbac.ServiceProfileExtRbacTest.test_create_service_profile ... success [0.406s] 2020-11-06 18:04:15.733 34 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_service_profile_rbac.ServiceProfileExtRbacTest.test_delete_service_profile ... success [0.466s] 2020-11-06 18:04:16.147 34 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_service_profile_rbac.ServiceProfileExtRbacTest.test_show_service_profile ... success [0.413s] 2020-11-06 18:04:17.901 34 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_service_profile_rbac.ServiceProfileExtRbacTest.test_update_service_profile ... success [1.753s] 2020-11-06 18:04:22.428 34 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_volume_basic_crud_rbac.VolumesBasicCrudV3RbacTest.test_create_volume_from_image ... success [7.664s] 2020-11-06 18:04:25.435 34 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_volume_basic_crud_rbac.VolumesBasicCrudV3RbacTest.test_delete_volume ... success [3.006s] 2020-11-06 18:04:25.723 34 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_volume_basic_crud_rbac.VolumesBasicCrudV3RbacTest.test_list_volumes ... success [0.288s] 2020-11-06 18:04:26.023 34 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_volume_basic_crud_rbac.VolumesBasicCrudV3RbacTest.test_list_volumes_with_details ... success [0.299s] 2020-11-06 18:04:26.349 34 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_volume_basic_crud_rbac.VolumesBasicCrudV3RbacTest.test_show_volume ... success [0.324s] 2020-11-06 18:04:26.868 34 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_volume_basic_crud_rbac.VolumesBasicCrudV3RbacTest.test_update_volume ... success [0.518s] 2020-11-06 18:04:29.363 34 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_group_snapshots_rbac.GroupSnaphotsV314RbacTest.test_create_group_snapshot ... success [7.672s] 2020-11-06 18:04:31.556 34 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_volume_types_access_rbac.VolumeTypesAccessRbacTest.test_add_type_access ... success [0.432s] 2020-11-06 18:04:31.945 34 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_volume_types_access_rbac.VolumeTypesAccessRbacTest.test_list_type_access ... success [0.388s] 2020-11-06 18:04:32.487 34 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_volume_types_access_rbac.VolumeTypesAccessRbacTest.test_remove_type_access ... success [0.541s] 2020-11-06 18:04:35.793 34 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_group_snapshots_rbac.GroupSnaphotsV314RbacTest.test_delete_group_snapshot_rbac ... success [6.426s] 2020-11-06 18:04:36.189 34 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_volume_types_extra_specs_rbac.VolumeTypesExtraSpecsRbacTest.test_create_volume_type_extra_specs ... success [0.534s] 2020-11-06 18:04:36.731 34 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_volume_types_extra_specs_rbac.VolumeTypesExtraSpecsRbacTest.test_delete_volume_type_extra_specs ... success [0.541s] 2020-11-06 18:04:37.176 34 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_volume_types_extra_specs_rbac.VolumeTypesExtraSpecsRbacTest.test_list_volume_types_extra_specs ... success [0.443s] 2020-11-06 18:04:38.180 34 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_volume_types_extra_specs_rbac.VolumeTypesExtraSpecsRbacTest.test_show_volume_type_extra_specs ... success [1.004s] 2020-11-06 18:04:39.099 34 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_volume_types_extra_specs_rbac.VolumeTypesExtraSpecsRbacTest.test_update_volume_type_extra_specs ... success [0.916s] 2020-11-06 18:04:40.602 34 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_group_snapshots_rbac.GroupSnaphotsV314RbacTest.test_list_group_snapshot_rbac ... success [4.810s] 2020-11-06 18:04:47.275 34 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_volumes_snapshots_rbac.VolumesSnapshotV3RbacTest.test_create_snapshot ... success [1.925s] 2020-11-06 18:04:48.122 34 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_group_snapshots_rbac.GroupSnaphotsV314RbacTest.test_show_group_snapshot_rbac ... success [7.517s] 2020-11-06 18:04:50.386 34 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_volumes_snapshots_rbac.VolumesSnapshotV3RbacTest.test_delete_snapshot ... success [3.111s] 2020-11-06 18:04:50.929 34 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_volumes_snapshots_rbac.VolumesSnapshotV3RbacTest.test_list_snapshots ... success [0.543s] 2020-11-06 18:04:51.291 34 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_volumes_snapshots_rbac.VolumesSnapshotV3RbacTest.test_list_snapshots_details ... success [0.361s] 2020-11-06 18:04:51.607 34 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_volumes_snapshots_rbac.VolumesSnapshotV3RbacTest.test_list_snapshots_details_with_extended_attributes ... success [0.311s] 2020-11-06 18:04:51.909 34 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_volumes_snapshots_rbac.VolumesSnapshotV3RbacTest.test_show_snapshot ... success [0.306s] 2020-11-06 18:04:52.205 34 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_volumes_snapshots_rbac.VolumesSnapshotV3RbacTest.test_show_snapshot_with_extended_attributes ... success [0.293s] 2020-11-06 18:04:52.673 34 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_volumes_snapshots_rbac.VolumesSnapshotV3RbacTest.test_update_snapshot ... success [0.469s] 2020-11-06 18:04:59.190 34 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_group_snapshots_rbac.GroupSnaphotsV319RbacTest.test_reset_group_snapshot_rbac ... success [7.473s] 2020-11-06 18:05:06.282 34 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_groups_rbac.GroupsV3RbacTest.test_create_group ... success [2.356s] 2020-11-06 18:05:08.134 34 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_groups_rbac.GroupsV3RbacTest.test_delete_group ... success [1.851s] 2020-11-06 18:05:08.615 34 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_groups_rbac.GroupsV3RbacTest.test_list_groups ... success [0.480s] 2020-11-06 18:05:09.124 34 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_groups_rbac.GroupsV3RbacTest.test_list_groups_with_details ... success [0.508s] 2020-11-06 18:05:12.093 34 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_groups_rbac.GroupsV3RbacTest.test_show_group ... success [2.968s] 2020-11-06 18:05:15.174 34 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_groups_rbac.GroupsV3RbacTest.test_update_group ... success [3.081s] 2020-11-06 18:05:19.298 34 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_volume_hosts_rbac.VolumeHostsV3RbacTest.test_list_hosts ... success [0.446s] 2020-11-06 18:05:19.737 34 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_volume_hosts_rbac.VolumeHostsV3RbacTest.test_show_host ... success [0.439s] 2020-11-06 18:05:23.678 34 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_volume_quotas_rbac.VolumeQuotasV3RbacTest.test_delete_quota_set ... success [0.760s] 2020-11-06 18:05:23.956 34 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_volume_quotas_rbac.VolumeQuotasV3RbacTest.test_list_default_quotas ... success [0.277s] 2020-11-06 18:05:24.265 34 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_volume_quotas_rbac.VolumeQuotasV3RbacTest.test_list_quotas ... success [0.308s] 2020-11-06 18:05:24.588 34 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_volume_quotas_rbac.VolumeQuotasV3RbacTest.test_list_quotas_usage_true ... success [0.322s] 2020-11-06 18:05:25.281 34 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_volume_quotas_rbac.VolumeQuotasV3RbacTest.test_update_quota_set ... success [0.691s] 2020-11-06 18:05:31.183 34 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_volume_transfers_rbac.VolumesTransfersV3RbacTest.test_accept_volume_transfer ... success [1.232s] 2020-11-06 18:05:31.889 34 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_volume_transfers_rbac.VolumesTransfersV3RbacTest.test_create_volume_transfer ... success [0.707s] 2020-11-06 18:05:32.686 34 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_volume_transfers_rbac.VolumesTransfersV3RbacTest.test_delete_volume_transfer ... success [0.796s] 2020-11-06 18:05:33.431 34 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_volume_transfers_rbac.VolumesTransfersV3RbacTest.test_get_volume_transfer ... success [0.745s] 2020-11-06 18:05:33.784 34 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_volume_transfers_rbac.VolumesTransfersV3RbacTest.test_list_volume_transfers ... success [0.353s] 2020-11-06 18:05:34.084 34 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_volume_transfers_rbac.VolumesTransfersV3RbacTest.test_list_volume_transfers_details ... success [0.299s] 2020-11-06 18:05:38.900 34 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_volume_types_rbac.VolumeTypesRbacTest.test_create_volume_type ... success [0.462s] 2020-11-06 18:05:39.425 34 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_volume_types_rbac.VolumeTypesRbacTest.test_delete_volume_type ... success [0.523s] 2020-11-06 18:05:39.752 34 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_volume_types_rbac.VolumeTypesRbacTest.test_update_volume_type ... success [0.327s] 2020-11-06 18:05:48.754 34 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_volumes_backup_rbac.VolumesBackupsV318RbacTest.test_list_backup_details_project_attribute ... success [0.459s] 2020-11-06 18:05:49.155 34 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_volumes_backup_rbac.VolumesBackupsV318RbacTest.test_show_backup_project_attribute ... success [0.400s] 2020-11-06 18:06:02.530 34 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_volumes_backup_rbac.VolumesBackupsV3RbacTest.test_create_backup ... success [2.766s] 2020-11-06 18:06:08.477 34 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_volumes_backup_rbac.VolumesBackupsV3RbacTest.test_delete_backup ... success [5.945s] 2020-11-06 18:06:08.808 34 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_volumes_backup_rbac.VolumesBackupsV3RbacTest.test_export_backup ... success [0.333s] 2020-11-06 18:06:09.392 34 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_volumes_backup_rbac.VolumesBackupsV3RbacTest.test_import_backup ... success [0.582s] 2020-11-06 18:06:09.685 34 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_volumes_backup_rbac.VolumesBackupsV3RbacTest.test_list_backups ... success [0.292s] 2020-11-06 18:06:09.981 34 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_volumes_backup_rbac.VolumesBackupsV3RbacTest.test_list_backups_with_details ... success [0.294s] 2020-11-06 18:06:13.230 34 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_volumes_backup_rbac.VolumesBackupsV3RbacTest.test_reset_backup_status ... success [3.247s] 2020-11-06 18:06:17.431 34 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_volumes_backup_rbac.VolumesBackupsV3RbacTest.test_restore_backup ... success [4.200s] 2020-11-06 18:06:17.722 34 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_volumes_backup_rbac.VolumesBackupsV3RbacTest.test_show_backup ... success [0.290s] 2020-11-06 18:06:28.564 34 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_volumes_extend_rbac.VolumesExtendV3RbacTest.test_volume_extend ... success [0.584s] 2020-11-06 18:06:51.366 34 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_server_actions_rbac.ServerActionsRbacTest.test_revert_resize_server ... success [342.864s] 2020-11-06 18:06:53.619 34 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_server_actions_rbac.ServerActionsRbacTest.test_server_detail ... success [2.251s] 2020-11-06 18:06:54.555 34 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_server_actions_rbac.ServerActionsRbacTest.test_server_detail_all_tenants ... success [0.931s] 2020-11-06 18:06:55.606 34 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_server_actions_rbac.ServerActionsRbacTest.test_server_index ... success [1.046s] 2020-11-06 18:06:56.766 34 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_server_actions_rbac.ServerActionsRbacTest.test_server_index_all_tenants ... success [1.157s] 2020-11-06 18:07:09.263 34 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_server_actions_rbac.ServerActionsRbacTest.test_shelve_server ... success [12.491s] 2020-11-06 18:07:26.845 34 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_server_actions_rbac.ServerActionsRbacTest.test_show_server ... success [17.574s] 2020-11-06 18:07:33.289 34 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_server_actions_rbac.ServerActionsRbacTest.test_start_server ... success [6.437s] 2020-11-06 18:07:37.095 34 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_server_actions_rbac.ServerActionsRbacTest.test_stop_server ... success [3.802s] 2020-11-06 18:12:51.429 34 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_server_actions_rbac.ServerActionsRbacTest.test_unpause_server ... success [314.282s] 2020-11-06 18:13:19.554 34 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_server_actions_rbac.ServerActionsRbacTest.test_unshelve_server ... success [28.113s] 2020-11-06 18:13:53.323 34 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_server_consoles_rbac.ServerConsolesMaxV25RbacTest.test_get_vnc_console_output ... success [0.547s] 2020-11-06 18:14:23.014 34 INFO opnfv-tempest [-] {2} 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.' 2020-11-06 18:14:23.906 34 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsRbacTest.test_delete_server_password ... success [0.884s] 2020-11-06 18:14:24.664 34 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsRbacTest.test_force_delete_server ... success [0.756s] 2020-11-06 18:14:37.031 34 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsRbacTest.test_get_server_password ... success [12.363s] 2020-11-06 18:14:37.637 34 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsRbacTest.test_inject_network_info ... success [0.601s] 2020-11-06 18:14:38.229 34 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsRbacTest.test_list_instance_actions ... success [0.586s] 2020-11-06 18:14:38.230 34 INFO opnfv-tempest [-] {2} 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' 2020-11-06 18:14:38.231 34 INFO opnfv-tempest [-] {2} 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' 2020-11-06 18:14:38.232 34 INFO opnfv-tempest [-] {2} 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' 2020-11-06 18:14:38.233 34 INFO opnfv-tempest [-] {2} 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' 2020-11-06 18:14:38.234 34 INFO opnfv-tempest [-] {2} 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' 2020-11-06 18:14:38.235 34 INFO opnfv-tempest [-] {2} 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' 2020-11-06 18:14:38.820 34 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsRbacTest.test_list_simple_tenant_usages ... success [0.587s] 2020-11-06 18:14:39.899 34 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsRbacTest.test_lock_server ... success [1.076s] 2020-11-06 18:14:46.477 34 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsRbacTest.test_rescue_server ... success [6.570s] 2020-11-06 18:19:59.787 34 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsRbacTest.test_reset_network ... success [313.252s] 2020-11-06 18:20:00.822 34 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsRbacTest.test_reset_server_state ... success [1.029s] 2020-11-06 18:20:08.168 34 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsRbacTest.test_resume_server ... success [7.340s] 2020-11-06 18:20:08.765 34 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsRbacTest.test_show_instance_action ... success [0.597s] 2020-11-06 18:20:08.766 34 INFO opnfv-tempest [-] {2} 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' 2020-11-06 18:20:09.414 34 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsRbacTest.test_show_server_diagnostics ... success [0.643s] 2020-11-06 18:20:09.415 34 INFO opnfv-tempest [-] {2} 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' 2020-11-06 18:20:09.417 34 INFO opnfv-tempest [-] {2} 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' 2020-11-06 18:20:09.418 34 INFO opnfv-tempest [-] {2} 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' 2020-11-06 18:20:09.419 34 INFO opnfv-tempest [-] {2} 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' 2020-11-06 18:20:09.420 34 INFO opnfv-tempest [-] {2} 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' 2020-11-06 18:20:09.421 34 INFO opnfv-tempest [-] {2} 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' 2020-11-06 18:20:10.022 34 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsRbacTest.test_show_simple_tenant_usage ... success [0.606s] 2020-11-06 18:20:13.590 34 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsRbacTest.test_suspend_server ... success [3.564s] 2020-11-06 18:20:18.481 34 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsRbacTest.test_unlock_server ... success [4.887s] 2020-11-06 18:20:19.835 34 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsRbacTest.test_unlock_server_override ... success [1.346s] 2020-11-06 18:20:29.998 34 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsRbacTest.test_unrescue_server ... success [10.155s] 2020-11-06 18:20:47.463 34 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_services_rbac.ServicesRbacTest.test_list_services ... success [0.505s] 2020-11-06 18:20:53.278 34 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_virtual_interfaces_rbac.VirtualInterfacesRbacTest ... skip: b'nova-network is gone' 2020-11-06 18:20:56.229 34 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.image.test_image_namespace_property_rbac.NamespacesPropertyRbacTest.test_add_md_properties ... success [0.482s] 2020-11-06 18:20:56.687 34 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.image.test_image_namespace_property_rbac.NamespacesPropertyRbacTest.test_get_md_properties ... success [0.456s] 2020-11-06 18:20:57.083 34 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.image.test_image_namespace_property_rbac.NamespacesPropertyRbacTest.test_get_md_property ... success [0.395s] 2020-11-06 18:20:57.470 34 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.image.test_image_namespace_property_rbac.NamespacesPropertyRbacTest.test_modify_md_properties ... success [0.387s] 2020-11-06 18:21:01.006 34 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.image.test_image_resource_types_rbac.ImageResourceTypesRbacTest.test_add_metadef_resource_type ... success [0.376s] 2020-11-06 18:21:01.312 34 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.image.test_image_resource_types_rbac.ImageResourceTypesRbacTest.test_get_metadef_resource_type ... success [0.304s] 2020-11-06 18:21:01.610 34 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.image.test_image_resource_types_rbac.ImageResourceTypesRbacTest.test_list_metadef_resource_types ... success [0.298s] 2020-11-06 18:21:06.076 34 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_address_scope_rbac.AddressScopeExtRbacTest.test_create_address_scope ... success [0.572s] 2020-11-06 18:21:06.580 34 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_address_scope_rbac.AddressScopeExtRbacTest.test_create_address_scope_shared ... success [0.504s] 2020-11-06 18:21:07.125 34 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_address_scope_rbac.AddressScopeExtRbacTest.test_delete_address_scope ... success [0.543s] 2020-11-06 18:21:07.659 34 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_address_scope_rbac.AddressScopeExtRbacTest.test_get_address_scope ... success [0.533s] 2020-11-06 18:21:08.137 34 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_address_scope_rbac.AddressScopeExtRbacTest.test_list_address_scopes ... success [0.478s] 2020-11-06 18:21:09.798 34 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_address_scope_rbac.AddressScopeExtRbacTest.test_update_address_scope ... success [1.659s] 2020-11-06 18:21:10.384 34 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_address_scope_rbac.AddressScopeExtRbacTest.test_update_address_scope_shared ... success [0.586s] 2020-11-06 18:21:17.232 34 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_agents_rbac.L3AgentSchedulerRbacTest.test_create_router_on_l3_agent ... success [1.838s] 2020-11-06 18:21:17.959 34 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_agents_rbac.L3AgentSchedulerRbacTest.test_delete_router_from_l3_agent ... success [0.724s] 2020-11-06 18:21:18.402 34 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_agents_rbac.L3AgentSchedulerRbacTest.test_list_routers_on_l3_agent ... success [0.444s] 2020-11-06 18:21:22.628 34 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_network_ip_availability_rbac.NetworkIpAvailabilityExtRbacTest.test_get_network_ip_availabilities ... success [0.653s] 2020-11-06 18:21:23.621 34 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_network_ip_availability_rbac.NetworkIpAvailabilityExtRbacTest.test_get_network_ip_availability ... success [0.993s] 2020-11-06 18:21:29.198 34 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_network_segments_rbac.NetworkSegmentsRbacTest.test_create_network_segments ... success [1.652s] 2020-11-06 18:21:31.846 34 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_network_segments_rbac.NetworkSegmentsRbacTest.test_show_network_segments ... success [2.649s] 2020-11-06 18:21:35.034 34 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_network_segments_rbac.NetworkSegmentsRbacTest.test_update_network_segments ... success [3.187s] 2020-11-06 18:21:39.139 34 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_policy_minimum_bandwidth_rule_rbac.PolicyMinimumBandwidthRuleExtRbacTest.test_create_policy_minimum_bandwidth_rule ... success [0.780s] 2020-11-06 18:21:39.802 34 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_policy_minimum_bandwidth_rule_rbac.PolicyMinimumBandwidthRuleExtRbacTest.test_delete_policy_minimum_bandwidth_rule ... success [0.660s] 2020-11-06 18:21:40.613 34 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_policy_minimum_bandwidth_rule_rbac.PolicyMinimumBandwidthRuleExtRbacTest.test_show_policy_minimum_bandwidth_rule ... success [0.812s] 2020-11-06 18:21:42.641 34 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_policy_minimum_bandwidth_rule_rbac.PolicyMinimumBandwidthRuleExtRbacTest.test_update_policy_minimum_bandwidth_rule ... success [2.023s] 2020-11-06 18:21:46.800 34 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_qos_rbac.QosExtRbacTest.test_create_policy ... success [0.551s] 2020-11-06 18:21:47.361 34 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_qos_rbac.QosExtRbacTest.test_delete_policy ... success [0.558s] 2020-11-06 18:21:47.924 34 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_qos_rbac.QosExtRbacTest.test_get_policy ... success [0.561s] 2020-11-06 18:21:48.470 34 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_qos_rbac.QosExtRbacTest.test_list_policies ... success [0.546s] 2020-11-06 18:21:49.058 34 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_qos_rbac.QosExtRbacTest.test_update_policy ... success [0.590s] 2020-11-06 18:21:59.952 34 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_add_router_interface ... success [4.715s] 2020-11-06 18:22:00.833 34 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_create_distributed_router ... success [0.879s] 2020-11-06 18:22:07.057 34 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_create_high_availability_router ... success [6.224s] 2020-11-06 18:22:07.945 34 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_create_router ... success [0.886s] 2020-11-06 18:22:11.819 34 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_create_router_enable_snat ... success [3.874s] 2020-11-06 18:22:16.176 34 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_create_router_external_fixed_ips ... success [4.354s] 2020-11-06 18:22:17.955 34 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_delete_router ... success [1.778s] 2020-11-06 18:22:18.350 34 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_list_routers ... success [0.395s] 2020-11-06 18:22:25.043 34 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_remove_router_interface ... success [6.690s] 2020-11-06 18:22:26.061 34 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_show_distributed_router ... success [1.017s] 2020-11-06 18:22:32.239 34 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_show_high_availability_router ... success [6.178s] 2020-11-06 18:22:32.550 34 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_show_router ... success [0.308s] 2020-11-06 18:22:34.014 34 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_update_distributed_router ... success [1.464s] 2020-11-06 18:22:41.442 34 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_update_high_availability_router ... success [7.428s] 2020-11-06 18:22:43.299 34 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_update_router ... success [1.856s] 2020-11-06 18:22:46.280 34 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_update_router_enable_snat ... success [2.977s] 2020-11-06 18:22:49.902 34 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_update_router_external_fixed_ips ... success [3.622s] 2020-11-06 18:22:50.636 34 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_update_router_external_gateway_info ... success [0.734s] 2020-11-06 18:22:55.824 34 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_update_router_external_gateway_info_network_id ... success [5.187s] 2020-11-06 18:23:07.004 34 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_subnetpools_rbac.SubnetPoolsRbacTest.test_create_subnetpool ... success [0.707s] 2020-11-06 18:23:07.926 34 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_subnetpools_rbac.SubnetPoolsRbacTest.test_create_subnetpool_default ... success [0.923s] 2020-11-06 18:23:08.508 34 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_subnetpools_rbac.SubnetPoolsRbacTest.test_create_subnetpool_shared ... success [0.579s] 2020-11-06 18:23:09.048 34 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_subnetpools_rbac.SubnetPoolsRbacTest.test_delete_subnetpool ... success [0.540s] 2020-11-06 18:23:09.558 34 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_subnetpools_rbac.SubnetPoolsRbacTest.test_list_subnetpools ... success [0.508s] 2020-11-06 18:23:10.111 34 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_subnetpools_rbac.SubnetPoolsRbacTest.test_show_subnetpool ... success [0.554s] 2020-11-06 18:23:10.705 34 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_subnetpools_rbac.SubnetPoolsRbacTest.test_update_subnetpool ... success [0.591s] 2020-11-06 18:23:11.132 34 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_subnetpools_rbac.SubnetPoolsRbacTest.test_update_subnetpool_is_default ... success [0.428s] 2020-11-06 18:23:17.508 34 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_subnets_rbac.SubnetsRbacTest.test_create_subnet ... success [0.975s] 2020-11-06 18:23:19.326 34 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_subnets_rbac.SubnetsRbacTest.test_delete_subnet ... success [1.815s] 2020-11-06 18:23:19.645 34 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_subnets_rbac.SubnetsRbacTest.test_list_subnets ... success [0.321s] 2020-11-06 18:23:19.958 34 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_subnets_rbac.SubnetsRbacTest.test_show_subnet ... success [0.312s] 2020-11-06 18:23:20.638 34 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_subnets_rbac.SubnetsRbacTest.test_update_subnet ... success [0.679s] 2020-11-06 18:23:28.901 34 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_trunks_rbac.TrunksExtRbacTest.test_create_trunk ... success [0.937s] 2020-11-06 18:23:29.744 34 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_trunks_rbac.TrunksExtRbacTest.test_delete_trunk ... success [0.840s] 2020-11-06 18:23:30.615 34 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_trunks_rbac.TrunksExtRbacTest.test_list_trunks ... success [0.870s] 2020-11-06 18:23:32.695 34 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_trunks_rbac.TrunksExtRbacTest.test_show_trunk ... success [2.080s] 2020-11-06 18:23:37.348 34 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_volume_actions_rbac.VolumesActionsV312RbacTest.test_show_volume_summary ... success [0.437s] 2020-11-06 18:24:08.619 34 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_volume_actions_rbac.VolumesActionsV3RbacTest.test_attach_volume_to_instance ... success [20.191s] 2020-11-06 18:24:26.521 34 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_volume_actions_rbac.VolumesActionsV3RbacTest.test_detach_volume_from_instance ... success [17.899s] 2020-11-06 18:24:43.628 34 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_volume_actions_rbac.VolumesActionsV3RbacTest.test_force_detach_volume_from_instance ... success [17.106s] 2020-11-06 18:24:47.063 34 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_volume_actions_rbac.VolumesActionsV3RbacTest.test_volume_force_delete ... success [3.436s] 2020-11-06 18:24:47.531 34 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_volume_actions_rbac.VolumesActionsV3RbacTest.test_volume_readonly_update ... success [0.467s] 2020-11-06 18:24:47.845 34 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_volume_actions_rbac.VolumesActionsV3RbacTest.test_volume_reserve ... success [0.315s] 2020-11-06 18:24:49.739 34 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_volume_actions_rbac.VolumesActionsV3RbacTest.test_volume_reset_status ... success [1.891s] 2020-11-06 18:24:51.862 34 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_volume_actions_rbac.VolumesActionsV3RbacTest.test_volume_retype ... success [2.122s] 2020-11-06 18:24:52.164 34 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_volume_actions_rbac.VolumesActionsV3RbacTest.test_volume_set_bootable ... success [0.302s] 2020-11-06 18:24:52.517 34 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_volume_actions_rbac.VolumesActionsV3RbacTest.test_volume_unreserve ... success [0.353s] 2020-11-06 18:25:06.408 34 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_volume_metadata_rbac.VolumeMetadataV3RbacTest.test_create_volume_metadata ... success [0.545s] 2020-11-06 18:25:07.006 34 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_volume_metadata_rbac.VolumeMetadataV3RbacTest.test_delete_volume_image_metadata ... success [0.595s] 2020-11-06 18:25:07.558 34 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_volume_metadata_rbac.VolumeMetadataV3RbacTest.test_delete_volume_metadata_item ... success [0.552s] 2020-11-06 18:25:08.179 34 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_volume_metadata_rbac.VolumeMetadataV3RbacTest.test_list_volumes_details_image_metadata ... success [0.620s] 2020-11-06 18:25:08.779 34 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_volume_metadata_rbac.VolumeMetadataV3RbacTest.test_show_volume_details_image_metadata ... success [0.597s] 2020-11-06 18:25:09.063 34 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_volume_metadata_rbac.VolumeMetadataV3RbacTest.test_show_volume_metadata ... success [0.285s] 2020-11-06 18:25:09.589 34 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_volume_metadata_rbac.VolumeMetadataV3RbacTest.test_show_volume_metadata_item ... success [0.524s] 2020-11-06 18:25:10.106 34 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_volume_metadata_rbac.VolumeMetadataV3RbacTest.test_update_volume_image_metadata ... success [0.518s] 2020-11-06 18:25:10.602 34 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_volume_metadata_rbac.VolumeMetadataV3RbacTest.test_update_volume_metadata ... success [0.495s] 2020-11-06 18:25:11.110 34 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_volume_metadata_rbac.VolumeMetadataV3RbacTest.test_update_volume_metadata_item ... success [0.507s] 2020-11-06 18:25:15.783 34 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_volume_services_rbac.VolumeServicesV3RbacTest.test_list_services ... success [0.443s] 2020-11-06 18:25:24.735 34 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_volumes_manage_rbac.VolumesManageV3RbacTest.test_volume_manage ... success [5.868s] 2020-11-06 18:25:29.495 34 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_volumes_manage_rbac.VolumesManageV3RbacTest.test_volume_unmanage ... success [4.759s] 2020-11-06 18:25:31.612 34 INFO rally.task.context [-] Verification 98720a70-c62d-4597-b027-6d0a85e25ff3 | Context testr@default cleanup() started 2020-11-06 18:25:31.613 34 INFO rally.task.context [-] Verification 98720a70-c62d-4597-b027-6d0a85e25ff3 | Context testr@default cleanup() finished in 0.82 msec 2020-11-06 18:25:31.614 34 INFO rally.task.context [-] Verification 98720a70-c62d-4597-b027-6d0a85e25ff3 | Context tempest@default cleanup() started 2020-11-06 18:25:31.777 34 INFO rally.task.context [-] Verification 98720a70-c62d-4597-b027-6d0a85e25ff3 | Context tempest@default cleanup() finished in 0.16 sec 2020-11-06 18:25:31.822 34 INFO rally.api [-] Verification (UUID=97b95204-fcf0-4a91-b521-fa0df62ff496) has been successfully finished for deployment 'opnfv-rally' (UUID=c46774b6-2b57-45ff-ba6b-cb9fd0bb0e7f)! 2020-11-06 18:25:34.330 49 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-11-06 18:25:34.331 49 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-11-06 18:25:34.331 49 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-11-06 18:25:36.426 51 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-11-06 18:25:36.426 51 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-11-06 18:25:36.426 51 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-11-06 18:25:39.367 51 INFO rally.api [-] Building 'html' report for the following verification(s): '97b95204-fcf0-4a91-b521-fa0df62ff496' 2020-11-06 18:25:39.400 51 INFO rally.api [-] The report has been successfully built. 2020-11-06 18:25:41.202 53 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-11-06 18:25:41.203 53 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-11-06 18:25:41.203 53 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-11-06 18:25:43.733 53 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): '97b95204-fcf0-4a91-b521-fa0df62ff496' 2020-11-06 18:25:43.755 53 INFO rally.api [-] The report has been successfully built.