2021-08-17 10:44:23.054 8 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-08-17 10:44:23.054 8 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-08-17 10:44:23.054 8 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-08-17 10:44:25.846 8 ERROR rally.cli.cliutils [-] Unexpected exception in CLI: rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2021-08-17 10:44:25.846 8 ERROR rally.cli.cliutils Traceback (most recent call last): 2021-08-17 10:44:25.846 8 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2021-08-17 10:44:25.846 8 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2021-08-17 10:44:25.846 8 ERROR rally.cli.cliutils File "", line 2, in destroy 2021-08-17 10:44:25.846 8 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2021-08-17 10:44:25.846 8 ERROR rally.cli.cliutils return f(*args, **kwargs) 2021-08-17 10:44:25.846 8 ERROR rally.cli.cliutils File "", line 2, in destroy 2021-08-17 10:44:25.846 8 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2021-08-17 10:44:25.846 8 ERROR rally.cli.cliutils return f(*args, **kwargs) 2021-08-17 10:44:25.846 8 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2021-08-17 10:44:25.846 8 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2021-08-17 10:44:25.846 8 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2021-08-17 10:44:25.846 8 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2021-08-17 10:44:25.846 8 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2021-08-17 10:44:25.846 8 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2021-08-17 10:44:25.846 8 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2021-08-17 10:44:25.846 8 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2021-08-17 10:44:25.846 8 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2021-08-17 10:44:25.846 8 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2021-08-17 10:44:25.846 8 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2021-08-17 10:44:25.846 8 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2021-08-17 10:44:25.846 8 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2021-08-17 10:44:25.846 8 ERROR rally.cli.cliutils 2021-08-17 10:44:27.635 10 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-08-17 10:44:27.636 10 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-08-17 10:44:27.636 10 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-08-17 10:44:32.074 12 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-08-17 10:44:32.074 12 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-08-17 10:44:32.075 12 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-08-17 10:44:37.088 15 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-08-17 10:44:37.088 15 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-08-17 10:44:37.088 15 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-08-17 10:44:38.696 18 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-08-17 10:44:38.697 18 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-08-17 10:44:38.697 18 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-08-17 10:44:41.226 18 ERROR rally.cli.cliutils [-] Unexpected exception in CLI: rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2021-08-17 10:44:41.226 18 ERROR rally.cli.cliutils Traceback (most recent call last): 2021-08-17 10:44:41.226 18 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2021-08-17 10:44:41.226 18 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2021-08-17 10:44:41.226 18 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2021-08-17 10:44:41.226 18 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2021-08-17 10:44:41.226 18 ERROR rally.cli.cliutils return f(*args, **kwargs) 2021-08-17 10:44:41.226 18 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2021-08-17 10:44:41.226 18 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2021-08-17 10:44:41.226 18 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2021-08-17 10:44:41.226 18 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2021-08-17 10:44:41.226 18 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2021-08-17 10:44:41.226 18 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2021-08-17 10:44:41.226 18 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2021-08-17 10:44:41.226 18 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2021-08-17 10:44:41.226 18 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2021-08-17 10:44:41.226 18 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2021-08-17 10:44:41.226 18 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2021-08-17 10:44:41.226 18 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2021-08-17 10:44:41.226 18 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2021-08-17 10:44:41.226 18 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2021-08-17 10:44:41.226 18 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2021-08-17 10:44:41.226 18 ERROR rally.cli.cliutils 2021-08-17 10:44:43.082 20 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-08-17 10:44:43.082 20 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-08-17 10:44:43.082 20 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-08-17 10:44:45.527 20 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2021-08-17 10:44:45.570 20 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-55d9ab30-0cab-4ec5-961b-c731fb03bce1/repo. 2021-08-17 10:44:45.862 20 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-55d9ab30-0cab-4ec5-961b-c731fb03bce1/repo'... done. Note: switching to '92f671c9d18fa88ac044c4ef9c403e40f35f973f'. You are in 'detached HEAD' state. You can look around, make experimental changes and commit them, and you can discard any commits you make in this state without impacting any branches by switching back to a branch. If you want to create a new branch to retain commits you create, you may do so (now or later) by using -c with the switch command. Example: git switch -c Or undo this operation with: git switch - Turn off this advice by setting config variable advice.detachedHead to false ' 2021-08-17 10:44:45.908 20 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'tags/24.0.0-208-g92f671c9d ' 2021-08-17 10:44:45.917 20 RALLYDEBUG rally.verification.utils [-] Subprocess output: '92f671c9d18fa88ac044c4ef9c403e40f35f973f ' 2021-08-17 10:44:45.926 20 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2021-08-17 10:44:45.984 20 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2021-08-17 10:44:46.682 20 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=55d9ab30-0cab-4ec5-961b-c731fb03bce1) has been successfully created! 2021-08-17 10:44:48.562 28 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-08-17 10:44:48.562 28 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-08-17 10:44:48.563 28 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-08-17 10:44:53.517 31 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-08-17 10:44:53.517 31 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-08-17 10:44:53.517 31 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-08-17 10:44:56.087 31 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=55d9ab30-0cab-4ec5-961b-c731fb03bce1) for deployment 'opnfv-rally' (UUID=7f5f746c-67ff-41ce-9ddd-029c52c5b1ef). 2021-08-17 10:44:56.646 31 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=55d9ab30-0cab-4ec5-961b-c731fb03bce1) has been successfully configured for deployment 'opnfv-rally' (UUID=7f5f746c-67ff-41ce-9ddd-029c52c5b1ef)! 2021-08-17 10:45:06.151 36 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-08-17 10:45:06.151 36 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-08-17 10:45:06.152 36 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-08-17 10:45:08.635 36 INFO rally.api [-] Starting verification (UUID=40340286-9295-4f13-a716-93b82d8b0d54) for deployment 'opnfv-rally' (UUID=7f5f746c-67ff-41ce-9ddd-029c52c5b1ef) by verifier 'opnfv-tempest' (UUID=55d9ab30-0cab-4ec5-961b-c731fb03bce1). 2021-08-17 10:45:09.325 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Creating role 'heat_stack_owner'. 2021-08-17 10:45:09.371 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2021-08-17 10:45:09.371 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-55d9ab30-0cab-4ec5-961b-c731fb03bce1/for-deployment-7f5f746c-67ff-41ce-9ddd-029c52c5b1ef/tempest.log' to option 'log_file'. 2021-08-17 10:45:09.371 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-55d9ab30-0cab-4ec5-961b-c731fb03bce1/for-deployment-7f5f746c-67ff-41ce-9ddd-029c52c5b1ef/tempest.log 2021-08-17 10:45:09.372 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2021-08-17 10:45:09.372 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-55d9ab30-0cab-4ec5-961b-c731fb03bce1/for-deployment-7f5f746c-67ff-41ce-9ddd-029c52c5b1ef/lock_files' to option 'lock_path'. 2021-08-17 10:45:09.372 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-55d9ab30-0cab-4ec5-961b-c731fb03bce1/for-deployment-7f5f746c-67ff-41ce-9ddd-029c52c5b1ef/lock_files 2021-08-17 10:45:09.373 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is already configured in Tempest config file. img_dir = /home/opnfv/functest/images 2021-08-17 10:45:09.373 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_file' is already configured in Tempest config file. img_file = cirros-0.4.0-x86_64-disk.img 2021-08-17 10:45:09.373 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = 6442e605-5d80-4fa7-bce9-3c8d07016301 2021-08-17 10:45:09.373 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = 608f8d39-96c1-4010-a7ad-1bf0e92ab933 2021-08-17 10:45:09.374 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = 5375681b-e8d3-4c56-a976-14997fd01eba 2021-08-17 10:45:09.375 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = 5396a202-de71-4c69-aa05-df5cf4a7dc4c 2021-08-17 10:45:09.580 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2021-08-17 10:45:09.581 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = patrole_member-net_956f1c72-54aa-4147-89b5-42ef7ba6e774 2021-08-17 10:45:09.581 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2021-08-17 10:45:09.677 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2021-08-17 10:45:09.710 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] There is no flavor with the mentioned properties. 2021-08-17 10:45:09.711 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Creating flavor 'rally_verify_40340286_W9kT4RAW' with the following properties: RAM = 64MB, VCPUs = 1, disk = 5GB. 2021-08-17 10:45:09.751 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_40340286_W9kT4RAW' (ID = 23d90aa8-b1cb-4cec-8279-5e837e6dc1fb) has been successfully created! 2021-08-17 10:45:09.752 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '23d90aa8-b1cb-4cec-8279-5e837e6dc1fb' to option 'instance_type'. 2021-08-17 10:45:09.752 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = 23d90aa8-b1cb-4cec-8279-5e837e6dc1fb 2021-08-17 10:45:09.754 36 INFO rally.task.context [-] Verification 55d9ab30-0cab-4ec5-961b-c731fb03bce1 | Context tempest@default setup() finished in 0.93 sec 2021-08-17 10:45:09.755 36 INFO rally.task.context [-] Verification 55d9ab30-0cab-4ec5-961b-c731fb03bce1 | Context testr@default setup() finished in 0.83 msec 2021-08-17 10:45:09.755 36 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --concurrency 4 --load-list /tmp/622aab53-287b-4c00-820b-ba8a311bdf5c'. 2021-08-17 10:45:17.357 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_availability_zone_rbac.NovaAvailabilityZoneRbacTest.test_get_availability_zone_list_detail_rbac ... success [0.528s] 2021-08-17 10:45:17.380 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_agents_rbac.AgentsRbacTest.test_create_agent ... success [0.611s] 2021-08-17 10:45:17.422 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_floating_ip_pools_rbac.FloatingIpPoolsRbacTest.test_list_floating_ip_pools ... success [0.639s] 2021-08-17 10:45:17.792 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_availability_zone_rbac.NovaAvailabilityZoneRbacTest.test_get_availability_zone_list_rbac ... success [0.432s] 2021-08-17 10:45:18.034 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_agents_rbac.AgentsRbacTest.test_delete_agent ... success [0.648s] 2021-08-17 10:45:18.457 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_agents_rbac.AgentsRbacTest.test_list_agents_rbac ... success [0.416s] 2021-08-17 10:45:18.460 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_aggregates_rbac.AggregatesRbacTest.test_add_host_to_aggregate_rbac ... success [1.405s] 2021-08-17 10:45:19.067 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_aggregates_rbac.AggregatesRbacTest.test_create_aggregate_rbac ... success [0.613s] 2021-08-17 10:45:19.432 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_agents_rbac.AgentsRbacTest.test_update_agent ... success [0.979s] 2021-08-17 10:45:19.873 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_aggregates_rbac.AggregatesRbacTest.test_delete_aggregate_rbac ... success [0.803s] 2021-08-17 10:45:20.472 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_aggregates_rbac.AggregatesRbacTest.test_list_aggregate_rbac ... success [0.596s] 2021-08-17 10:45:21.622 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_flavor_access_rbac.FlavorAccessRbacTest.test_add_flavor_access ... success [0.769s] 2021-08-17 10:45:21.766 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_images_rbac.ImagesMetadataRbacTest.test_create_image_metadata ... success [1.076s] 2021-08-17 10:45:21.801 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_aggregates_rbac.AggregatesRbacTest.test_remove_host_from_aggregate_rbac ... success [1.325s] 2021-08-17 10:45:22.160 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_flavor_access_rbac.FlavorAccessRbacTest.test_list_flavor_access ... success [0.533s] 2021-08-17 10:45:22.161 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_flavor_access_rbac.FlavorAccessRbacTest.test_list_flavors_details_contains_is_public_key ... skip [0.000s]: b'This API extension policy was removed in Stein' 2021-08-17 10:45:22.230 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_aggregates_rbac.AggregatesRbacTest.test_set_metadata_on_aggregate_rbac ... success [0.425s] 2021-08-17 10:45:22.771 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_aggregates_rbac.AggregatesRbacTest.test_show_aggregate_rbac ... success [0.538s] 2021-08-17 10:45:22.791 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_images_rbac.ImagesMetadataRbacTest.test_delete_image_metadata_item ... success [1.024s] 2021-08-17 10:45:22.855 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_flavor_access_rbac.FlavorAccessRbacTest.test_remove_flavor_access ... success [0.692s] 2021-08-17 10:45:22.856 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_flavor_access_rbac.FlavorAccessRbacTest.test_show_flavor_contains_is_public_key ... skip [0.000s]: b'This API extension policy was removed in Stein' 2021-08-17 10:45:23.113 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_images_rbac.ImagesMetadataRbacTest.test_list_image_metadata ... success [0.321s] 2021-08-17 10:45:23.168 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_floating_ips_bulk_rbac.FloatingIpsBulkRbacTest ... skip: b'nova-network is gone' 2021-08-17 10:45:23.357 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_aggregates_rbac.AggregatesRbacTest.test_update_aggregate_rbac ... success [0.584s] 2021-08-17 10:45:24.063 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_fixed_ips_rbac.FixedIpsRbacTest ... skip: b'FixedIpsRbacTest skipped as neutron is available' 2021-08-17 10:45:24.600 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_images_rbac.ImagesMetadataRbacTest.test_show_image_metadata_item ... success [1.485s] 2021-08-17 10:45:25.640 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_images_rbac.ImagesMetadataRbacTest.test_update_image_metadata ... success [1.040s] 2021-08-17 10:45:25.982 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_hypervisor_rbac.HypervisorMaxv252RbacTest.test_list_servers_on_hypervisor ... success [0.353s] 2021-08-17 10:45:26.257 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_hypervisor_rbac.HypervisorMaxv252RbacTest.test_search_hypervisor ... success [0.273s] 2021-08-17 10:45:26.305 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_flavor_manage_rbac.FlavorManageRbacTest.test_create_flavor_manage ... success [0.275s] 2021-08-17 10:45:26.485 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_images_rbac.ImagesMetadataRbacTest.test_update_image_metadata_item ... success [0.844s] 2021-08-17 10:45:27.108 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_flavor_manage_rbac.FlavorManageRbacTest.test_delete_flavor_manage ... success [0.797s] 2021-08-17 10:45:27.131 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_flavor_extra_specs_rbac.FlavorExtraSpecsRbacTest.test_list_flavor_extra_specs ... success [0.720s] 2021-08-17 10:45:27.736 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_flavor_extra_specs_rbac.FlavorExtraSpecsRbacTest.test_set_flavor_extra_spec ... success [0.603s] 2021-08-17 10:45:28.578 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_flavor_extra_specs_rbac.FlavorExtraSpecsRbacTest.test_show_flavor_extra_spec ... success [0.839s] 2021-08-17 10:45:29.396 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_flavor_extra_specs_rbac.FlavorExtraSpecsRbacTest.test_unset_flavor_extra_spec ... success [0.818s] 2021-08-17 10:45:29.646 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_limits_rbac.LimitsRbacTest.test_show_limits ... success [0.511s] 2021-08-17 10:45:30.065 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_flavor_extra_specs_rbac.FlavorExtraSpecsRbacTest.test_update_flavor_extra_spec ... success [0.668s] 2021-08-17 10:45:30.186 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_flavor_rxtx_rbac.FlavorRxtxRbacTest.test_get_flavor_rxtx ... skip [0.000s]: b'This API extension policy was removed in Stein' 2021-08-17 10:45:30.187 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_flavor_rxtx_rbac.FlavorRxtxRbacTest.test_list_flavors_details_rxtx ... skip [0.000s]: b'This API extension policy was removed in Stein' 2021-08-17 10:45:30.816 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_keypairs_rbac.KeypairsRbacTest.test_create_keypair ... success [0.864s] 2021-08-17 10:45:31.833 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_keypairs_rbac.KeypairsRbacTest.test_delete_keypair ... success [1.013s] 2021-08-17 10:45:32.403 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_keypairs_rbac.KeypairsRbacTest.test_index_keypair ... success [0.568s] 2021-08-17 10:45:33.117 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_keypairs_rbac.KeypairsRbacTest.test_show_keypair ... success [0.713s] 2021-08-17 10:45:33.624 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_hosts_rbac.HostsRbacTest.test_list_hosts ... success [0.401s] 2021-08-17 10:45:33.759 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_images_rbac.ImagesRbacTest.test_delete_image ... success [0.536s] 2021-08-17 10:45:34.141 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_hosts_rbac.HostsRbacTest.test_show_host_details ... success [0.514s] 2021-08-17 10:45:34.256 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_images_rbac.ImagesRbacTest.test_list_images ... success [0.496s] 2021-08-17 10:45:34.899 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_images_rbac.ImagesRbacTest.test_list_images_with_details ... success [0.641s] 2021-08-17 10:45:35.506 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_images_rbac.ImagesRbacTest.test_show_image_details ... success [0.608s] 2021-08-17 10:45:37.985 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_hypervisor_rbac.HypervisorRbacTest.test_list_hypervisors ... success [0.570s] 2021-08-17 10:45:38.280 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_hypervisor_rbac.HypervisorRbacTest.test_list_hypervisors_with_details ... success [0.291s] 2021-08-17 10:45:38.567 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_hypervisor_rbac.HypervisorRbacTest.test_show_hypervisor ... success [0.287s] 2021-08-17 10:45:38.876 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_hypervisor_rbac.HypervisorRbacTest.test_show_hypervisor_statistics ... success [0.302s] 2021-08-17 10:45:38.998 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_migrations_rbac.MigrationsRbacTest.test_list_services ... success [0.288s] 2021-08-17 10:45:39.343 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_hypervisor_rbac.HypervisorRbacTest.test_show_hypervisor_uptime ... success [0.467s] 2021-08-17 10:45:42.455 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_images_rbac.ImageSizeRbacTest.test_list_images_with_details_includes_image_size ... skip [0.000s]: b'This API extension policy was removed in Stein' 2021-08-17 10:45:42.456 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_images_rbac.ImageSizeRbacTest.test_show_image_includes_image_size ... skip [0.000s]: b'This API extension policy was removed in Stein' 2021-08-17 10:45:43.238 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_quota_sets_rbac.QuotaSetsRbacTest.test_delete_quota_set ... success [0.875s] 2021-08-17 10:45:43.788 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_quota_sets_rbac.QuotaSetsRbacTest.test_show_default_quota_set ... success [0.547s] 2021-08-17 10:45:44.559 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_quota_sets_rbac.QuotaSetsRbacTest.test_show_quota_set ... success [0.769s] 2021-08-17 10:45:45.090 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_quota_sets_rbac.QuotaSetsRbacTest.test_show_quota_set_details ... success [0.525s] 2021-08-17 10:45:45.886 36 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.281s] 2021-08-17 10:45:45.973 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_quota_sets_rbac.QuotaSetsRbacTest.test_update_quota_set ... success [0.881s] 2021-08-17 10:45:46.282 36 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.394s] 2021-08-17 10:45:46.373 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_security_groups_rbac.SecurtiyGroupsRbacTest.test_create_security_group_for_server ... success [1.801s] 2021-08-17 10:45:47.135 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_security_groups_rbac.SecurtiyGroupsRbacTest.test_list_security_groups_by_server ... success [0.762s] 2021-08-17 10:45:49.801 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_security_groups_rbac.SecurtiyGroupsRbacTest.test_remove_security_group_from_server ... success [2.659s] 2021-08-17 10:45:50.222 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_security_groups_rbac.SecurityGroupsRbacMaxV235Test.test_create_security_groups ... success [0.851s] 2021-08-17 10:45:50.276 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_quota_class_sets_rbac.QuotaClassesRbacTest.test_show_quota_class_set ... success [0.411s] 2021-08-17 10:45:50.825 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_quota_class_sets_rbac.QuotaClassesRbacTest.test_update_quota_class_set ... success [0.546s] 2021-08-17 10:45:51.137 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_security_groups_rbac.SecurityGroupsRbacMaxV235Test.test_delete_security_groups ... success [0.910s] 2021-08-17 10:45:51.708 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_security_groups_rbac.SecurityGroupsRbacMaxV235Test.test_list_security_groups ... success [0.567s] 2021-08-17 10:45:52.803 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_security_groups_rbac.SecurityGroupsRbacMaxV235Test.test_show_security_groups ... success [1.092s] 2021-08-17 10:45:53.514 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_security_groups_rbac.SecurityGroupsRbacMaxV235Test.test_update_security_groups ... success [0.707s] 2021-08-17 10:46:06.778 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_server_consoles_rbac.ServerConsolesMaxV25RbacTest.test_get_vnc_console_output ... success [0.480s] 2021-08-17 10:46:10.502 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_server_actions_rbac.ServerActionsV214RbacTest.test_evacuate_server ... success [0.593s] 2021-08-17 10:46:11.974 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_server_actions_rbac.ServerActionsV216RbacTest.test_show_server_host_status ... success [0.631s] 2021-08-17 10:46:21.538 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_server_actions_rbac.ServerActionsRbacTest.test_confirm_resize_server ... success [31.460s] 2021-08-17 10:46:36.464 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_server_actions_rbac.ServerActionsRbacTest.test_create_backup ... success [14.916s] 2021-08-17 10:46:36.948 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_server_consoles_rbac.ServerConsolesV26RbacTest.test_get_remote_console_output ... success [0.440s] 2021-08-17 10:46:39.914 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_server_migrations_rbac.MigrateServerV225RbacTest.test_cold_migration ... success [22.385s] 2021-08-17 10:46:40.813 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsRbacTest.test_change_server_password ... skip [0.000s]: b'Change password not available.' 2021-08-17 10:46:41.427 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsRbacTest.test_delete_server_password ... success [0.606s] 2021-08-17 10:46:42.102 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsRbacTest.test_force_delete_server ... success [0.670s] 2021-08-17 10:46:46.934 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_server_groups_rbac.ServerGroupsRbacTest.test_create_server_group ... success [0.537s] 2021-08-17 10:46:47.410 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_server_groups_rbac.ServerGroupsRbacTest.test_delete_server_group ... success [0.475s] 2021-08-17 10:46:47.706 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_server_groups_rbac.ServerGroupsRbacTest.test_list_server_groups ... success [0.291s] 2021-08-17 10:46:48.163 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_server_groups_rbac.ServerGroupsRbacTest.test_show_server_group ... success [0.455s] 2021-08-17 10:46:50.430 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_server_actions_rbac.ServerActionsRbacTest.test_create_image ... success [13.957s] 2021-08-17 10:46:53.366 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_server_actions_rbac.ServerActionsRbacTest.test_pause_server ... success [2.931s] 2021-08-17 10:46:53.583 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsRbacTest.test_get_server_password ... success [11.475s] 2021-08-17 10:46:54.196 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsRbacTest.test_inject_network_info ... success [0.610s] 2021-08-17 10:46:54.787 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsRbacTest.test_list_instance_actions ... success [0.585s] 2021-08-17 10:46:54.789 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsRbacTest.test_list_servers_extended_server_attributes ... skip [0.000s]: b'This API extension policy was removed in Stein' 2021-08-17 10:46:54.790 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsRbacTest.test_list_servers_extended_status ... skip [0.000s]: b'This API extension policy was removed in Stein' 2021-08-17 10:46:54.791 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsRbacTest.test_list_servers_keypairs ... skip [0.000s]: b'This API extension policy was removed in Stein' 2021-08-17 10:46:54.792 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsRbacTest.test_list_servers_with_details_config_drive ... skip [0.000s]: b'This API extension policy was removed in Stein' 2021-08-17 10:46:54.793 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsRbacTest.test_list_servers_with_details_extended_availability_zone ... skip [0.000s]: b'This API extension policy was removed in Stein' 2021-08-17 10:46:54.794 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsRbacTest.test_list_servers_with_details_extended_volumes ... skip [0.000s]: b'This API extension policy was removed in Stein' 2021-08-17 10:46:55.597 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsRbacTest.test_list_simple_tenant_usages ... success [0.806s] 2021-08-17 10:46:56.484 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsRbacTest.test_lock_server ... success [0.885s] 2021-08-17 10:46:59.170 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_server_actions_rbac.ServerActionsRbacTest.test_reboot_server ... success [5.797s] 2021-08-17 10:47:00.080 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_server_migrations_rbac.MigrateServerV225RbacTest.test_migration_live ... success [20.153s] 2021-08-17 10:47:03.515 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsRbacTest.test_rescue_server ... success [7.023s] 2021-08-17 10:47:06.293 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsNetworkRbacTest.test_add_fixed_ip ... success [0.772s] 2021-08-17 10:47:06.866 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_server_actions_rbac.ServerActionsRbacTest.test_rebuild_server ... success [7.692s] 2021-08-17 10:47:11.430 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_services_rbac.ServicesRbacTest.test_list_services ... success [0.382s] 2021-08-17 10:47:11.689 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsNetworkRbacTest.test_create_interface ... success [5.390s] 2021-08-17 10:47:15.190 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.image.test_image_namespace_objects_rbac.ImageNamespacesObjectsRbacTest.test_create_metadef_object_in_namespace ... success [0.697s] 2021-08-17 10:47:15.572 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.image.test_image_namespace_objects_rbac.ImageNamespacesObjectsRbacTest.test_list_metadef_objects_in_namespace ... success [0.379s] 2021-08-17 10:47:16.004 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.image.test_image_namespace_objects_rbac.ImageNamespacesObjectsRbacTest.test_show_metadef_object_in_namespace ... success [0.433s] 2021-08-17 10:47:16.453 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.image.test_image_namespace_objects_rbac.ImageNamespacesObjectsRbacTest.test_update_metadef_object_in_namespace ... success [0.446s] 2021-08-17 10:47:19.301 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsNetworkRbacTest.test_delete_interface ... success [7.607s] 2021-08-17 10:47:19.361 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_server_actions_rbac.ServerActionsRbacTest.test_resize_server ... success [12.488s] 2021-08-17 10:47:19.678 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsNetworkRbacTest.test_list_addresses ... success [0.377s] 2021-08-17 10:47:19.802 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.image.test_image_namespace_rbac.ImageNamespacesRbacTest.test_create_metadef_namespace ... success [0.380s] 2021-08-17 10:47:20.135 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsNetworkRbacTest.test_list_addresses_by_network ... success [0.453s] 2021-08-17 10:47:20.235 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.image.test_image_namespace_rbac.ImageNamespacesRbacTest.test_list_metadef_namespaces ... success [0.431s] 2021-08-17 10:47:20.509 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsNetworkRbacTest.test_list_interfaces ... success [0.371s] 2021-08-17 10:47:20.624 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.image.test_image_namespace_rbac.ImageNamespacesRbacTest.test_modify_metadef_namespace ... success [0.389s] 2021-08-17 10:47:24.206 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.image.test_image_namespace_tags_rbac.NamespaceTagsRbacTest.test_create_namespace_tag ... success [0.426s] 2021-08-17 10:47:24.525 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.image.test_image_namespace_tags_rbac.NamespaceTagsRbacTest.test_create_namespace_tags ... success [0.316s] 2021-08-17 10:47:24.758 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.image.test_image_namespace_tags_rbac.NamespaceTagsRbacTest.test_list_namespace_tags ... success [0.233s] 2021-08-17 10:47:25.154 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.image.test_image_namespace_tags_rbac.NamespaceTagsRbacTest.test_show_namespace_tag ... success [0.394s] 2021-08-17 10:47:25.493 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.image.test_image_namespace_tags_rbac.NamespaceTagsRbacTest.test_update_namespace_tag ... success [0.338s] 2021-08-17 10:47:27.190 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsNetworkRbacTest.test_show_interface ... success [6.679s] 2021-08-17 10:47:29.231 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.image.test_images_member_rbac.ImagesMemberRbacTest.test_add_image_member ... success [0.530s] 2021-08-17 10:47:29.632 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.image.test_images_member_rbac.ImagesMemberRbacTest.test_delete_image_member ... success [0.399s] 2021-08-17 10:47:30.002 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.image.test_images_member_rbac.ImagesMemberRbacTest.test_list_image_members ... success [0.369s] 2021-08-17 10:47:30.356 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.image.test_images_member_rbac.ImagesMemberRbacTest.test_show_image_member ... success [0.352s] 2021-08-17 10:47:30.769 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.image.test_images_member_rbac.ImagesMemberRbacTest.test_update_image_member ... success [0.412s] 2021-08-17 10:47:35.391 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_flavor_service_profile_rbac.FlavorsServiceProfileExtRbacTest.test_create_flavor_service_profile ... success [0.480s] 2021-08-17 10:47:35.807 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_flavor_service_profile_rbac.FlavorsServiceProfileExtRbacTest.test_delete_flavor_service_profile ... success [0.417s] 2021-08-17 10:47:36.579 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_metering_label_rules_rbac.MeteringLabelRulesRbacTest ... skip: b'metering extension not enabled.' 2021-08-17 10:47:40.111 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_network_segments_rbac.NetworkSegmentsRbacTest.test_create_network_segments ... success [1.276s] 2021-08-17 10:47:41.257 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_network_segments_rbac.NetworkSegmentsRbacTest.test_show_network_segments ... success [1.144s] 2021-08-17 10:47:41.269 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_virtual_interfaces_rbac.VirtualInterfacesRbacTest ... skip: b'nova-network is gone' 2021-08-17 10:47:42.841 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_network_segments_rbac.NetworkSegmentsRbacTest.test_update_network_segments ... success [1.583s] 2021-08-17 10:47:47.973 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_volume_rbac.VolumeRbacTest.test_create_snapshot ... success [3.011s] 2021-08-17 10:47:48.841 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_volume_rbac.VolumeRbacTest.test_create_volume ... success [0.863s] 2021-08-17 10:47:50.602 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_add_router_interface ... success [4.161s] 2021-08-17 10:47:51.561 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_create_distributed_router ... success [0.958s] 2021-08-17 10:47:51.747 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_volume_rbac.VolumeRbacTest.test_delete_snapshot ... success [2.903s] 2021-08-17 10:47:53.491 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_volume_rbac.VolumeRbacTest.test_delete_volume ... success [1.742s] 2021-08-17 10:47:53.804 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_volume_rbac.VolumeRbacTest.test_list_snapshots ... success [0.310s] 2021-08-17 10:47:54.143 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_volume_rbac.VolumeRbacTest.test_list_volumes ... success [0.334s] 2021-08-17 10:47:55.694 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_create_high_availability_router ... success [4.133s] 2021-08-17 10:47:56.405 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_create_router ... success [0.709s] 2021-08-17 10:47:57.096 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_volume_rbac.VolumeRbacTest.test_show_snapshot ... success [2.950s] 2021-08-17 10:47:57.439 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_volume_rbac.VolumeRbacTest.test_show_volume ... success [0.345s] 2021-08-17 10:48:01.124 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_create_router_enable_snat ... success [4.718s] 2021-08-17 10:48:02.050 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.image.test_image_namespace_property_rbac.NamespacesPropertyRbacTest.test_add_md_properties ... success [0.351s] 2021-08-17 10:48:02.421 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.image.test_image_namespace_property_rbac.NamespacesPropertyRbacTest.test_get_md_properties ... success [0.369s] 2021-08-17 10:48:02.824 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.image.test_image_namespace_property_rbac.NamespacesPropertyRbacTest.test_get_md_property ... success [0.402s] 2021-08-17 10:48:03.214 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.image.test_image_namespace_property_rbac.NamespacesPropertyRbacTest.test_modify_md_properties ... success [0.389s] 2021-08-17 10:48:04.075 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_create_router_external_fixed_ips ... success [2.950s] 2021-08-17 10:48:05.416 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_delete_router ... success [1.339s] 2021-08-17 10:48:05.884 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_list_routers ... success [0.468s] 2021-08-17 10:48:06.957 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_agents_rbac.DHCPAgentSchedulersRbacTest.test_add_dhcp_agent_to_network ... success [0.906s] 2021-08-17 10:48:07.826 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_agents_rbac.DHCPAgentSchedulersRbacTest.test_delete_network_from_dhcp_agent ... success [0.868s] 2021-08-17 10:48:08.516 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_agents_rbac.DHCPAgentSchedulersRbacTest.test_list_networks_hosted_by_one_dhcp_agent ... success [0.689s] 2021-08-17 10:48:11.446 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_remove_router_interface ... success [5.559s] 2021-08-17 10:48:12.574 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_show_distributed_router ... success [1.127s] 2021-08-17 10:48:12.823 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_agents_rbac.L3AgentsExtRbacTest.test_list_l3_agents_on_router ... success [0.414s] 2021-08-17 10:48:16.148 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_show_high_availability_router ... success [3.572s] 2021-08-17 10:48:16.634 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_show_router ... success [0.486s] 2021-08-17 10:48:18.011 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_update_distributed_router ... success [1.377s] 2021-08-17 10:48:19.288 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_floating_ips_rbac.FloatingIpsRbacTest.test_create_floating_ip ... success [2.152s] 2021-08-17 10:48:21.309 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_floating_ips_rbac.FloatingIpsRbacTest.test_create_floating_ip_floatingip_address ... success [2.020s] 2021-08-17 10:48:23.138 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_floating_ips_rbac.FloatingIpsRbacTest.test_delete_floating_ip ... success [1.829s] 2021-08-17 10:48:23.419 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_update_high_availability_router ... success [5.406s] 2021-08-17 10:48:24.456 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_update_router ... success [1.036s] 2021-08-17 10:48:25.458 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_floating_ips_rbac.FloatingIpsRbacTest.test_list_floating_ips ... success [2.318s] 2021-08-17 10:48:27.474 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_update_router_enable_snat ... success [3.016s] 2021-08-17 10:48:27.541 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_floating_ips_rbac.FloatingIpsRbacTest.test_show_floating_ip ... success [2.082s] 2021-08-17 10:48:29.753 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_floating_ips_rbac.FloatingIpsRbacTest.test_update_floating_ip ... success [2.211s] 2021-08-17 10:48:31.363 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_update_router_external_fixed_ips ... success [3.888s] 2021-08-17 10:48:32.258 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_update_router_external_gateway_info ... success [0.894s] 2021-08-17 10:48:34.853 36 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.526s] 2021-08-17 10:48:35.510 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_update_router_external_gateway_info_network_id ... success [3.250s] 2021-08-17 10:48:35.653 36 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.797s] 2021-08-17 10:48:36.149 36 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.494s] 2021-08-17 10:48:37.081 36 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.934s] 2021-08-17 10:48:41.160 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_qos_rbac.QosExtRbacTest.test_create_policy ... success [0.475s] 2021-08-17 10:48:41.621 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_qos_rbac.QosExtRbacTest.test_delete_policy ... success [0.460s] 2021-08-17 10:48:42.310 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_qos_rbac.QosExtRbacTest.test_get_policy ... success [0.686s] 2021-08-17 10:48:43.180 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_qos_rbac.QosExtRbacTest.test_list_policies ... success [0.870s] 2021-08-17 10:48:43.986 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_qos_rbac.QosExtRbacTest.test_update_policy ... success [0.805s] 2021-08-17 10:48:45.084 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_capabilities_rbac.CapabilitiesV3RbacTest.test_show_back_end_capabilities ... success [0.620s] 2021-08-17 10:48:48.202 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_security_groups_rbac.SecGroupRbacTest.test_create_security_group ... success [0.636s] 2021-08-17 10:48:48.758 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_security_groups_rbac.SecGroupRbacTest.test_create_security_group_rule ... success [0.555s] 2021-08-17 10:48:49.385 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_security_groups_rbac.SecGroupRbacTest.test_delete_security_group ... success [0.625s] 2021-08-17 10:48:49.874 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_security_groups_rbac.SecGroupRbacTest.test_delete_security_group_rule ... success [0.488s] 2021-08-17 10:48:50.150 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_security_groups_rbac.SecGroupRbacTest.test_list_security_group_rules ... success [0.275s] 2021-08-17 10:48:50.423 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_security_groups_rbac.SecGroupRbacTest.test_list_security_groups ... success [0.273s] 2021-08-17 10:48:50.683 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_security_groups_rbac.SecGroupRbacTest.test_show_security_group ... success [0.259s] 2021-08-17 10:48:51.361 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_security_groups_rbac.SecGroupRbacTest.test_show_security_group_rule ... success [0.676s] 2021-08-17 10:48:51.935 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_security_groups_rbac.SecGroupRbacTest.test_update_security_group ... success [0.572s] 2021-08-17 10:48:54.245 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_group_snapshots_rbac.GroupSnaphotsV314RbacTest.test_create_group_snapshot ... success [6.217s] 2021-08-17 10:48:56.181 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_trunks_rbac.TrunksExtRbacTest.test_create_trunk ... success [0.686s] 2021-08-17 10:48:56.905 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_trunks_rbac.TrunksExtRbacTest.test_delete_trunk ... success [0.721s] 2021-08-17 10:48:57.724 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_trunks_rbac.TrunksExtRbacTest.test_list_trunks ... success [0.817s] 2021-08-17 10:48:58.516 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_trunks_rbac.TrunksExtRbacTest.test_show_trunk ... success [0.792s] 2021-08-17 10:49:01.383 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_group_snapshots_rbac.GroupSnaphotsV314RbacTest.test_delete_group_snapshot_rbac ... success [7.136s] 2021-08-17 10:49:02.325 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_quota_classes_rbac.QuotaClassesV3RbacTest.test_show_quota_class_set ... success [0.416s] 2021-08-17 10:49:02.868 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_quota_classes_rbac.QuotaClassesV3RbacTest.test_update_quota_class_set ... success [0.542s] 2021-08-17 10:49:06.125 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_group_snapshots_rbac.GroupSnaphotsV314RbacTest.test_list_group_snapshot_rbac ... success [4.741s] 2021-08-17 10:49:08.880 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_snapshots_actions_rbac.SnapshotsActionsV3RbacTest.test_reset_snapshot_status ... success [0.513s] 2021-08-17 10:49:11.663 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_snapshots_actions_rbac.SnapshotsActionsV3RbacTest.test_snapshot_force_delete ... success [2.781s] 2021-08-17 10:49:12.233 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_snapshots_actions_rbac.SnapshotsActionsV3RbacTest.test_update_snapshot_status ... success [0.568s] 2021-08-17 10:49:13.197 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_group_snapshots_rbac.GroupSnaphotsV314RbacTest.test_show_group_snapshot_rbac ... success [7.068s] 2021-08-17 10:49:17.188 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_group_type_specs.GroupTypeSpecsRbacTest.test_group_type_specs_create ... success [0.681s] 2021-08-17 10:49:17.607 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_group_type_specs.GroupTypeSpecsRbacTest.test_group_type_specs_delete ... success [0.417s] 2021-08-17 10:49:17.976 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_group_type_specs.GroupTypeSpecsRbacTest.test_group_type_specs_list ... success [0.369s] 2021-08-17 10:49:18.355 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_group_type_specs.GroupTypeSpecsRbacTest.test_group_type_specs_show ... success [0.377s] 2021-08-17 10:49:18.756 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_group_type_specs.GroupTypeSpecsRbacTest.test_group_type_specs_update ... success [0.399s] 2021-08-17 10:49:20.926 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_snapshots_metadata_rbac.SnapshotMetadataV3RbacTest.test_delete_snapshot_metadata_item ... success [0.642s] 2021-08-17 10:49:21.755 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_snapshots_metadata_rbac.SnapshotMetadataV3RbacTest.test_get_snapshot_metadata ... success [0.828s] 2021-08-17 10:49:22.137 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_snapshots_metadata_rbac.SnapshotMetadataV3RbacTest.test_get_snapshot_metadata_for_volume_tenant ... success [0.381s] 2021-08-17 10:49:22.499 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_snapshots_metadata_rbac.SnapshotMetadataV3RbacTest.test_show_snapshot_metadata_item ... success [0.361s] 2021-08-17 10:49:22.893 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_snapshots_metadata_rbac.SnapshotMetadataV3RbacTest.test_update_snapshot_metadata ... success [0.394s] 2021-08-17 10:49:23.414 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_snapshots_metadata_rbac.SnapshotMetadataV3RbacTest.test_update_snapshot_metadata_item ... success [0.519s] 2021-08-17 10:49:27.699 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_snapshot_manage_rbac.SnapshotManageRbacTest.test_manage_snapshot_rbac ... success [2.187s] 2021-08-17 10:49:29.326 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_volume_hosts_rbac.VolumeHostsV3RbacTest.test_list_hosts ... success [0.455s] 2021-08-17 10:49:29.972 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_volume_hosts_rbac.VolumeHostsV3RbacTest.test_show_host ... success [0.645s] 2021-08-17 10:49:35.735 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_user_messages_rbac.MessagesV3RbacTest.test_delete_message ... success [2.559s] 2021-08-17 10:49:36.443 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_user_messages_rbac.MessagesV3RbacTest.test_list_messages ... success [0.707s] 2021-08-17 10:49:37.764 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_user_messages_rbac.MessagesV3RbacTest.test_show_message ... success [1.320s] 2021-08-17 10:49:38.771 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_volumes_backup_rbac.VolumesBackupsV318RbacTest.test_list_backup_details_project_attribute ... success [0.592s] 2021-08-17 10:49:39.366 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_volumes_backup_rbac.VolumesBackupsV318RbacTest.test_show_backup_project_attribute ... success [0.594s] 2021-08-17 10:49:48.421 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_volumes_snapshots_rbac.VolumesSnapshotV3RbacTest.test_create_snapshot ... success [1.669s] 2021-08-17 10:49:51.611 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_volumes_snapshots_rbac.VolumesSnapshotV3RbacTest.test_delete_snapshot ... success [3.189s] 2021-08-17 10:49:52.050 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_volumes_snapshots_rbac.VolumesSnapshotV3RbacTest.test_list_snapshots ... success [0.438s] 2021-08-17 10:49:52.501 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_volumes_snapshots_rbac.VolumesSnapshotV3RbacTest.test_list_snapshots_details ... success [0.450s] 2021-08-17 10:49:52.984 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_volumes_snapshots_rbac.VolumesSnapshotV3RbacTest.test_list_snapshots_details_with_extended_attributes ... success [0.482s] 2021-08-17 10:49:53.480 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_volumes_snapshots_rbac.VolumesSnapshotV3RbacTest.test_show_snapshot ... success [0.495s] 2021-08-17 10:49:53.842 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_volumes_snapshots_rbac.VolumesSnapshotV3RbacTest.test_show_snapshot_with_extended_attributes ... success [0.361s] 2021-08-17 10:49:54.184 36 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_volumes_snapshots_rbac.VolumesSnapshotV3RbacTest.test_update_snapshot ... success [0.343s] 2021-08-17 10:50:04.064 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_volume_actions_rbac.VolumesActionsV3RbacTest.test_attach_volume_to_instance ... success [15.808s] 2021-08-17 10:50:19.327 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_volume_actions_rbac.VolumesActionsV3RbacTest.test_detach_volume_from_instance ... success [15.259s] 2021-08-17 10:50:44.129 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_volume_actions_rbac.VolumesActionsV3RbacTest.test_force_detach_volume_from_instance ... success [24.795s] 2021-08-17 10:50:46.502 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_volume_actions_rbac.VolumesActionsV3RbacTest.test_volume_force_delete ... success [2.374s] 2021-08-17 10:50:47.254 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_volume_actions_rbac.VolumesActionsV3RbacTest.test_volume_readonly_update ... success [0.752s] 2021-08-17 10:50:47.524 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_volume_actions_rbac.VolumesActionsV3RbacTest.test_volume_reserve ... success [0.269s] 2021-08-17 10:50:49.377 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_volume_actions_rbac.VolumesActionsV3RbacTest.test_volume_reset_status ... success [1.851s] 2021-08-17 10:50:51.994 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_volume_actions_rbac.VolumesActionsV3RbacTest.test_volume_retype ... success [2.617s] 2021-08-17 10:50:52.361 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_volume_actions_rbac.VolumesActionsV3RbacTest.test_volume_set_bootable ... success [0.369s] 2021-08-17 10:50:52.683 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_volume_actions_rbac.VolumesActionsV3RbacTest.test_volume_unreserve ... success [0.319s] 2021-08-17 10:51:05.011 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_volume_types_extra_specs_rbac.VolumeTypesExtraSpecsRbacTest.test_create_volume_type_extra_specs ... success [0.495s] 2021-08-17 10:51:05.494 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_volume_types_extra_specs_rbac.VolumeTypesExtraSpecsRbacTest.test_delete_volume_type_extra_specs ... success [0.482s] 2021-08-17 10:51:05.741 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_volume_types_extra_specs_rbac.VolumeTypesExtraSpecsRbacTest.test_list_volume_types_extra_specs ... success [0.247s] 2021-08-17 10:51:06.271 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_volume_types_extra_specs_rbac.VolumeTypesExtraSpecsRbacTest.test_show_volume_type_extra_specs ... success [0.527s] 2021-08-17 10:51:06.766 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_volume_types_extra_specs_rbac.VolumeTypesExtraSpecsRbacTest.test_update_volume_type_extra_specs ... success [0.494s] 2021-08-17 10:51:17.085 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_volumes_backup_rbac.VolumesBackupsV39RbacTest.test_backup_update ... success [0.352s] 2021-08-17 10:51:23.897 36 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_volumes_extend_rbac.VolumesExtendV3RbacTest.test_volume_extend ... success [0.977s] 2021-08-17 10:52:15.640 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsRbacTest.test_reset_network ... success [312.058s] 2021-08-17 10:52:16.462 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsRbacTest.test_reset_server_state ... success [0.818s] 2021-08-17 10:52:25.137 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsRbacTest.test_resume_server ... success [8.667s] 2021-08-17 10:52:25.816 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsRbacTest.test_show_instance_action ... success [0.673s] 2021-08-17 10:52:25.817 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsRbacTest.test_show_server_config_drive ... skip [0.000s]: b'This API extension policy was removed in Stein' 2021-08-17 10:52:26.364 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsRbacTest.test_show_server_diagnostics ... success [0.542s] 2021-08-17 10:52:26.366 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsRbacTest.test_show_server_extended_availability_zone ... skip [0.000s]: b'This API extension policy was removed in Stein' 2021-08-17 10:52:26.366 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsRbacTest.test_show_server_extended_server_attributes ... skip [0.000s]: b'This API extension policy was removed in Stein' 2021-08-17 10:52:26.367 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsRbacTest.test_show_server_extended_status ... skip [0.000s]: b'This API extension policy was removed in Stein' 2021-08-17 10:52:26.368 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsRbacTest.test_show_server_extended_volumes ... skip [0.000s]: b'This API extension policy was removed in Stein' 2021-08-17 10:52:26.368 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsRbacTest.test_show_server_keypair ... skip [0.000s]: b'This API extension policy was removed in Stein' 2021-08-17 10:52:26.369 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsRbacTest.test_show_server_usage ... skip [0.000s]: b'This API extension policy was removed in Stein' 2021-08-17 10:52:27.359 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsRbacTest.test_show_simple_tenant_usage ... success [0.990s] 2021-08-17 10:52:31.242 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsRbacTest.test_suspend_server ... success [3.878s] 2021-08-17 10:52:35.940 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsRbacTest.test_unlock_server ... success [4.693s] 2021-08-17 10:52:37.151 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsRbacTest.test_unlock_server_override ... success [1.202s] 2021-08-17 10:52:48.745 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsRbacTest.test_unrescue_server ... success [11.586s] 2021-08-17 10:52:56.442 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_server_actions_rbac.ServerActionsRbacTest.test_revert_resize_server ... success [336.998s] 2021-08-17 10:52:57.675 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_server_actions_rbac.ServerActionsRbacTest.test_server_detail ... success [1.229s] 2021-08-17 10:52:58.728 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_server_actions_rbac.ServerActionsRbacTest.test_server_detail_all_tenants ... success [1.047s] 2021-08-17 10:52:59.538 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_server_actions_rbac.ServerActionsRbacTest.test_server_index ... success [0.809s] 2021-08-17 10:53:00.309 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_server_actions_rbac.ServerActionsRbacTest.test_server_index_all_tenants ... success [0.769s] 2021-08-17 10:53:13.663 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_server_actions_rbac.ServerActionsRbacTest.test_shelve_server ... success [13.349s] 2021-08-17 10:53:18.173 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_server_rbac.ComputeServersRbacTest.test_create_server ... success [1.640s] 2021-08-17 10:53:21.274 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_server_rbac.ComputeServersRbacTest.test_create_server_attach_network ... success [3.097s] 2021-08-17 10:53:29.385 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_server_actions_rbac.ServerActionsRbacTest.test_show_server ... success [15.711s] 2021-08-17 10:53:36.200 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_server_actions_rbac.ServerActionsRbacTest.test_start_server ... success [6.811s] 2021-08-17 10:53:38.532 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_server_actions_rbac.ServerActionsRbacTest.test_stop_server ... success [2.326s] 2021-08-17 10:53:39.878 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_server_rbac.ComputeServersRbacTest.test_create_server_attach_volume ... success [18.593s] 2021-08-17 10:53:41.019 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_server_rbac.ComputeServersRbacTest.test_create_server_forced_host ... success [1.136s] 2021-08-17 10:53:52.228 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_server_rbac.ComputeServersRbacTest.test_delete_server ... success [11.202s] 2021-08-17 10:53:53.299 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_server_rbac.ComputeServersRbacTest.test_update_server ... success [1.067s] 2021-08-17 10:54:23.212 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_server_volume_attachments_rbac.ServerVolumeAttachmentRbacTest.test_create_volume_attachment ... success [4.776s] 2021-08-17 10:54:27.242 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_server_volume_attachments_rbac.ServerVolumeAttachmentRbacTest.test_delete_volume_attachment ... success [4.024s] 2021-08-17 10:54:27.872 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_server_volume_attachments_rbac.ServerVolumeAttachmentRbacTest.test_list_volume_attachments ... success [0.626s] 2021-08-17 10:54:31.417 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_server_volume_attachments_rbac.ServerVolumeAttachmentRbacTest.test_show_volume_attachment ... success [3.539s] 2021-08-17 10:54:31.418 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_server_volume_attachments_rbac.ServerVolumeAttachmentRbacTest.test_update_volume_attachment ... skip [0.000s]: b'In-place swapping of volumes not supported.' 2021-08-17 10:54:43.364 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_tenant_networks_rbac.TenantNetworksRbacTest.test_list_show_tenant_networks ... success [0.569s] 2021-08-17 10:54:46.781 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_communitize_image ... success [0.416s] 2021-08-17 10:54:47.019 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_create_image ... success [0.239s] 2021-08-17 10:54:47.365 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_create_image_tag ... success [0.345s] 2021-08-17 10:54:48.046 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_deactivate_image ... success [0.679s] 2021-08-17 10:54:48.475 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_delete_image ... success [0.429s] 2021-08-17 10:54:48.837 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_delete_image_tag ... success [0.360s] 2021-08-17 10:54:49.446 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_download_image ... success [0.609s] 2021-08-17 10:54:49.699 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_list_images ... success [0.251s] 2021-08-17 10:54:49.943 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_publicize_image ... success [0.245s] 2021-08-17 10:54:50.464 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_reactivate_image ... success [0.519s] 2021-08-17 10:54:50.775 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_show_image ... success [0.309s] 2021-08-17 10:54:51.127 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_update_image ... success [0.352s] 2021-08-17 10:54:51.630 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_upload_image ... success [0.502s] 2021-08-17 10:54:57.012 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_address_scope_rbac.AddressScopeExtRbacTest.test_create_address_scope ... success [0.642s] 2021-08-17 10:54:57.707 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_address_scope_rbac.AddressScopeExtRbacTest.test_create_address_scope_shared ... success [0.693s] 2021-08-17 10:54:58.372 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_address_scope_rbac.AddressScopeExtRbacTest.test_delete_address_scope ... success [0.662s] 2021-08-17 10:54:58.966 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_address_scope_rbac.AddressScopeExtRbacTest.test_get_address_scope ... success [0.592s] 2021-08-17 10:54:59.383 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_address_scope_rbac.AddressScopeExtRbacTest.test_list_address_scopes ... success [0.415s] 2021-08-17 10:54:59.859 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_address_scope_rbac.AddressScopeExtRbacTest.test_update_address_scope ... success [0.476s] 2021-08-17 10:55:00.324 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_address_scope_rbac.AddressScopeExtRbacTest.test_update_address_scope_shared ... success [0.464s] 2021-08-17 10:55:04.267 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_agents_rbac.L3AgentSchedulerRbacTest.test_create_router_on_l3_agent ... success [0.603s] 2021-08-17 10:55:04.920 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_agents_rbac.L3AgentSchedulerRbacTest.test_delete_router_from_l3_agent ... success [0.651s] 2021-08-17 10:55:05.344 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_agents_rbac.L3AgentSchedulerRbacTest.test_list_routers_on_l3_agent ... success [0.422s] 2021-08-17 10:55:09.618 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_availability_zones_rbac.AvailabilityZoneExtRbacTest.test_list_availability_zone_rbac ... success [0.579s] 2021-08-17 10:55:13.247 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_dscp_marking_rule_rbac.DscpMarkingRuleExtRbacTest.test_create_policy_dscp_marking_rule ... success [0.546s] 2021-08-17 10:55:13.785 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_dscp_marking_rule_rbac.DscpMarkingRuleExtRbacTest.test_delete_policy_dscp_marking_rule ... success [0.537s] 2021-08-17 10:55:14.305 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_dscp_marking_rule_rbac.DscpMarkingRuleExtRbacTest.test_list_policy_dscp_marking_rules ... success [0.519s] 2021-08-17 10:55:14.862 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_dscp_marking_rule_rbac.DscpMarkingRuleExtRbacTest.test_show_policy_dscp_marking_rule ... success [0.555s] 2021-08-17 10:55:15.555 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_dscp_marking_rule_rbac.DscpMarkingRuleExtRbacTest.test_update_policy_dscp_marking_rule ... success [0.692s] 2021-08-17 10:55:19.350 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_flavors_rbac.FlavorsExtRbacTest.test_create_flavor ... success [0.461s] 2021-08-17 10:55:19.760 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_flavors_rbac.FlavorsExtRbacTest.test_delete_flavor ... success [0.409s] 2021-08-17 10:55:20.171 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_flavors_rbac.FlavorsExtRbacTest.test_list_flavors ... success [0.409s] 2021-08-17 10:55:20.580 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_flavors_rbac.FlavorsExtRbacTest.test_show_flavor ... success [0.407s] 2021-08-17 10:55:21.003 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_flavors_rbac.FlavorsExtRbacTest.test_update_flavor ... success [0.422s] 2021-08-17 10:55:25.645 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_subnets_rbac.SubnetsRbacTest.test_create_subnet ... success [0.903s] 2021-08-17 10:55:27.687 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_subnets_rbac.SubnetsRbacTest.test_delete_subnet ... success [2.040s] 2021-08-17 10:55:28.115 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_subnets_rbac.SubnetsRbacTest.test_list_subnets ... success [0.427s] 2021-08-17 10:55:28.422 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_subnets_rbac.SubnetsRbacTest.test_show_subnet ... success [0.307s] 2021-08-17 10:55:28.942 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_subnets_rbac.SubnetsRbacTest.test_update_subnet ... success [0.519s] 2021-08-17 10:55:36.572 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_trunks_rbac.TrunksSubportsExtRbacTest.test_add_subports ... success [1.689s] 2021-08-17 10:55:38.507 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_trunks_rbac.TrunksSubportsExtRbacTest.test_get_subports ... success [1.934s] 2021-08-17 10:55:40.198 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_trunks_rbac.TrunksSubportsExtRbacTest.test_remove_subports ... success [1.691s] 2021-08-17 10:55:46.740 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_encryption_types_rbac.EncryptionTypesV3RbacTest.test_create_volume_type_encryption ... success [0.658s] 2021-08-17 10:55:47.132 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_encryption_types_rbac.EncryptionTypesV3RbacTest.test_delete_volume_type_encryption ... success [0.390s] 2021-08-17 10:55:47.535 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_encryption_types_rbac.EncryptionTypesV3RbacTest.test_show_encryption_specs_item ... success [0.402s] 2021-08-17 10:55:47.908 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_encryption_types_rbac.EncryptionTypesV3RbacTest.test_show_volume_type_encryption ... success [0.372s] 2021-08-17 10:55:48.331 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_encryption_types_rbac.EncryptionTypesV3RbacTest.test_update_volume_type_encryption ... success [0.422s] 2021-08-17 10:56:00.013 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_group_snapshots_rbac.GroupSnaphotsV319RbacTest.test_reset_group_snapshot_rbac ... success [8.378s] 2021-08-17 10:56:03.443 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_groups_rbac.GroupTypesV3RbacTest.test_create_group_type ... success [0.501s] 2021-08-17 10:56:03.801 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_groups_rbac.GroupTypesV3RbacTest.test_create_group_type_group_specs ... success [0.357s] 2021-08-17 10:56:04.172 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_groups_rbac.GroupTypesV3RbacTest.test_delete_group_type ... success [0.369s] 2021-08-17 10:56:04.519 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_groups_rbac.GroupTypesV3RbacTest.test_show_group_type ... success [0.346s] 2021-08-17 10:56:04.873 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_groups_rbac.GroupTypesV3RbacTest.test_update_group_type ... success [0.353s] 2021-08-17 10:56:18.342 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_volume_actions_rbac.VolumesActionsV310RbacTest.test_volume_upload_image ... success [9.119s] 2021-08-17 10:56:27.358 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_volume_actions_rbac.VolumesActionsV310RbacTest.test_volume_upload_public ... success [9.013s] 2021-08-17 10:56:34.588 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_volume_basic_crud_rbac.VolumesBasicCrudV3RbacTest.test_create_volume ... success [1.824s] 2021-08-17 10:56:39.741 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_volume_basic_crud_rbac.VolumesBasicCrudV3RbacTest.test_create_volume_from_image ... success [5.152s] 2021-08-17 10:56:42.581 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_volume_basic_crud_rbac.VolumesBasicCrudV3RbacTest.test_delete_volume ... success [2.839s] 2021-08-17 10:56:42.849 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_volume_basic_crud_rbac.VolumesBasicCrudV3RbacTest.test_list_volumes ... success [0.268s] 2021-08-17 10:56:43.133 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_volume_basic_crud_rbac.VolumesBasicCrudV3RbacTest.test_list_volumes_with_details ... success [0.283s] 2021-08-17 10:56:43.444 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_volume_basic_crud_rbac.VolumesBasicCrudV3RbacTest.test_show_volume ... success [0.310s] 2021-08-17 10:56:43.746 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_volume_basic_crud_rbac.VolumesBasicCrudV3RbacTest.test_update_volume ... success [0.302s] 2021-08-17 10:56:50.121 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_volume_metadata_rbac.VolumeMetadataV3RbacTest.test_create_volume_metadata ... success [0.609s] 2021-08-17 10:56:50.696 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_volume_metadata_rbac.VolumeMetadataV3RbacTest.test_delete_volume_image_metadata ... success [0.574s] 2021-08-17 10:56:51.127 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_volume_metadata_rbac.VolumeMetadataV3RbacTest.test_delete_volume_metadata_item ... success [0.429s] 2021-08-17 10:56:51.741 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_volume_metadata_rbac.VolumeMetadataV3RbacTest.test_list_volumes_details_image_metadata ... success [0.612s] 2021-08-17 10:56:52.386 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_volume_metadata_rbac.VolumeMetadataV3RbacTest.test_show_volume_details_image_metadata ... success [0.644s] 2021-08-17 10:56:52.649 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_volume_metadata_rbac.VolumeMetadataV3RbacTest.test_show_volume_metadata ... success [0.262s] 2021-08-17 10:56:53.125 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_volume_metadata_rbac.VolumeMetadataV3RbacTest.test_show_volume_metadata_item ... success [0.476s] 2021-08-17 10:56:53.583 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_volume_metadata_rbac.VolumeMetadataV3RbacTest.test_update_volume_image_metadata ... success [0.457s] 2021-08-17 10:56:54.038 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_volume_metadata_rbac.VolumeMetadataV3RbacTest.test_update_volume_metadata ... success [0.453s] 2021-08-17 10:56:54.473 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_volume_metadata_rbac.VolumeMetadataV3RbacTest.test_update_volume_metadata_item ... success [0.429s] 2021-08-17 10:56:59.129 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_volume_quotas_rbac.VolumeQuotasV3RbacTest.test_delete_quota_set ... success [0.744s] 2021-08-17 10:56:59.379 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_volume_quotas_rbac.VolumeQuotasV3RbacTest.test_list_default_quotas ... success [0.249s] 2021-08-17 10:56:59.638 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_volume_quotas_rbac.VolumeQuotasV3RbacTest.test_list_quotas ... success [0.258s] 2021-08-17 10:56:59.909 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_volume_quotas_rbac.VolumeQuotasV3RbacTest.test_list_quotas_usage_true ... success [0.270s] 2021-08-17 10:57:00.489 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_volume_quotas_rbac.VolumeQuotasV3RbacTest.test_update_quota_set ... success [0.580s] 2021-08-17 10:57:03.865 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_volume_services_rbac.VolumeServicesV3RbacTest.test_list_services ... success [0.383s] 2021-08-17 10:57:09.369 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_volume_transfers_rbac.VolumesTransfersV3RbacTest.test_accept_volume_transfer ... success [1.027s] 2021-08-17 10:57:09.907 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_volume_transfers_rbac.VolumesTransfersV3RbacTest.test_create_volume_transfer ... success [0.538s] 2021-08-17 10:57:10.526 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_volume_transfers_rbac.VolumesTransfersV3RbacTest.test_delete_volume_transfer ... success [0.618s] 2021-08-17 10:57:11.091 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_volume_transfers_rbac.VolumesTransfersV3RbacTest.test_get_volume_transfer ... success [0.564s] 2021-08-17 10:57:11.323 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_volume_transfers_rbac.VolumesTransfersV3RbacTest.test_list_volume_transfers ... success [0.232s] 2021-08-17 10:57:11.578 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_volume_transfers_rbac.VolumesTransfersV3RbacTest.test_list_volume_transfers_details ... success [0.255s] 2021-08-17 10:57:16.126 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_volume_types_rbac.VolumeTypesRbacTest.test_create_volume_type ... success [0.413s] 2021-08-17 10:57:16.601 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_volume_types_rbac.VolumeTypesRbacTest.test_delete_volume_type ... success [0.475s] 2021-08-17 10:57:16.888 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_volume_types_rbac.VolumeTypesRbacTest.test_update_volume_type ... success [0.286s] 2021-08-17 10:57:25.728 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_volumes_manage_rbac.VolumesManageV3RbacTest.test_volume_manage ... success [5.656s] 2021-08-17 10:57:30.143 36 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_volumes_manage_rbac.VolumesManageV3RbacTest.test_volume_unmanage ... success [4.411s] 2021-08-17 10:58:51.143 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_server_actions_rbac.ServerActionsRbacTest.test_unpause_server ... success [312.538s] 2021-08-17 10:59:20.918 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_server_actions_rbac.ServerActionsRbacTest.test_unshelve_server ... success [29.766s] 2021-08-17 10:59:49.568 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_server_consoles_rbac.ServerConsolesRbacTest.test_get_console_output ... success [0.395s] 2021-08-17 11:00:10.085 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_server_metadata_rbac.ServerMetadataRbacTest.test_delete_server_metadata_item ... success [0.793s] 2021-08-17 11:00:10.882 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_server_metadata_rbac.ServerMetadataRbacTest.test_list_server_metadata ... success [0.794s] 2021-08-17 11:00:11.699 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_server_metadata_rbac.ServerMetadataRbacTest.test_set_server_metadata ... success [0.814s] 2021-08-17 11:00:12.274 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_server_metadata_rbac.ServerMetadataRbacTest.test_set_server_metadata_item ... success [0.572s] 2021-08-17 11:00:12.770 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_server_metadata_rbac.ServerMetadataRbacTest.test_show_server_metadata_item ... success [0.493s] 2021-08-17 11:00:13.356 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_server_metadata_rbac.ServerMetadataRbacTest.test_update_server_metadata ... success [0.584s] 2021-08-17 11:00:34.915 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_server_tags_rbac.ServerTagsRbacTest.test_check_tag_existence ... success [0.918s] 2021-08-17 11:00:35.266 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_server_tags_rbac.ServerTagsRbacTest.test_delete_all_tags ... success [0.347s] 2021-08-17 11:00:35.981 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_server_tags_rbac.ServerTagsRbacTest.test_delete_tag ... success [0.711s] 2021-08-17 11:00:36.256 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_server_tags_rbac.ServerTagsRbacTest.test_list_tags ... success [0.272s] 2021-08-17 11:00:36.618 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_server_tags_rbac.ServerTagsRbacTest.test_update_all_tags ... success [0.360s] 2021-08-17 11:00:37.175 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_server_tags_rbac.ServerTagsRbacTest.test_update_tag ... success [0.553s] 2021-08-17 11:00:47.076 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.image.test_image_resource_types_rbac.ImageResourceTypesRbacTest.test_add_metadef_resource_type ... success [0.314s] 2021-08-17 11:00:47.356 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.image.test_image_resource_types_rbac.ImageResourceTypesRbacTest.test_get_metadef_resource_type ... success [0.278s] 2021-08-17 11:00:47.577 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.image.test_image_resource_types_rbac.ImageResourceTypesRbacTest.test_list_metadef_resource_types ... success [0.221s] 2021-08-17 11:00:51.134 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_agents_rbac.AgentsRbacTest.test_list_agents ... success [0.355s] 2021-08-17 11:00:51.359 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_agents_rbac.AgentsRbacTest.test_show_agent ... success [0.224s] 2021-08-17 11:00:51.601 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_agents_rbac.AgentsRbacTest.test_update_agent ... success [0.241s] 2021-08-17 11:00:52.330 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_metering_labels_rbac.MeteringLabelsRbacTest ... skip: b'metering extension not enabled.' 2021-08-17 11:00:55.253 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_network_ip_availability_rbac.NetworkIpAvailabilityExtRbacTest.test_get_network_ip_availabilities ... success [0.618s] 2021-08-17 11:00:55.909 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_network_ip_availability_rbac.NetworkIpAvailabilityExtRbacTest.test_get_network_ip_availability ... success [0.655s] 2021-08-17 11:01:00.958 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_create_network ... success [0.630s] 2021-08-17 11:01:01.350 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_create_network_is_default ... success [0.390s] 2021-08-17 11:01:01.888 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_create_network_provider_network_type ... success [0.538s] 2021-08-17 11:01:02.180 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_create_network_provider_physical_network ... success [0.290s] 2021-08-17 11:01:02.595 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_create_network_router_external ... success [0.415s] 2021-08-17 11:01:03.018 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_create_network_shared ... success [0.421s] 2021-08-17 11:01:03.806 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_delete_network ... success [0.787s] 2021-08-17 11:01:04.046 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_list_dhcp_agents_on_hosting_network ... success [0.240s] 2021-08-17 11:01:04.387 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_list_networks ... success [0.339s] 2021-08-17 11:01:04.885 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_show_network ... success [0.497s] 2021-08-17 11:01:05.255 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_show_network_provider_network_type ... success [0.368s] 2021-08-17 11:01:05.593 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_show_network_provider_physical_network ... success [0.338s] 2021-08-17 11:01:06.096 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_show_network_provider_segmentation_id ... success [0.500s] 2021-08-17 11:01:06.407 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_show_network_router_external ... success [0.310s] 2021-08-17 11:01:06.866 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_update_network ... success [0.456s] 2021-08-17 11:01:06.869 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_update_network_provider_network_type ... skip [0.001s]: b'Skipped until bug: https://storyboard.openstack.org/#!/story/2005489 is resolved.' 2021-08-17 11:01:06.870 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_update_network_provider_physical_network ... skip [0.001s]: b'Skipped until bug: https://storyboard.openstack.org/#!/story/2005489 is resolved.' 2021-08-17 11:01:06.871 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_update_network_provider_segmentation_id ... skip [0.001s]: b'Skipped until bug: https://storyboard.openstack.org/#!/story/2005489 is resolved.' 2021-08-17 11:01:07.517 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_update_network_router_external ... success [0.648s] 2021-08-17 11:01:08.550 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_update_network_shared ... success [1.031s] 2021-08-17 11:01:13.845 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_policy_minimum_bandwidth_rule_rbac.PolicyMinimumBandwidthRuleExtRbacTest.test_create_policy_minimum_bandwidth_rule ... success [0.854s] 2021-08-17 11:01:14.485 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_policy_minimum_bandwidth_rule_rbac.PolicyMinimumBandwidthRuleExtRbacTest.test_delete_policy_minimum_bandwidth_rule ... success [0.639s] 2021-08-17 11:01:15.181 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_policy_minimum_bandwidth_rule_rbac.PolicyMinimumBandwidthRuleExtRbacTest.test_show_policy_minimum_bandwidth_rule ... success [0.694s] 2021-08-17 11:01:15.910 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_policy_minimum_bandwidth_rule_rbac.PolicyMinimumBandwidthRuleExtRbacTest.test_update_policy_minimum_bandwidth_rule ... success [0.728s] 2021-08-17 11:01:20.738 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_create_port ... success [0.763s] 2021-08-17 11:01:21.418 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_create_port_allowed_address_pairs ... success [0.679s] 2021-08-17 11:01:22.372 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_create_port_binding_host_id ... success [0.952s] 2021-08-17 11:01:23.177 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_create_port_binding_profile ... success [0.804s] 2021-08-17 11:01:23.973 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_create_port_device_owner ... success [0.795s] 2021-08-17 11:01:25.339 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_create_port_fixed_ips_ip_address ... success [1.364s] 2021-08-17 11:01:26.025 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_create_port_mac_address ... success [0.685s] 2021-08-17 11:01:26.797 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_create_port_security_enabled ... success [0.771s] 2021-08-17 11:01:28.116 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_delete_port ... success [1.318s] 2021-08-17 11:01:28.473 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_list_ports ... success [0.355s] 2021-08-17 11:01:28.754 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_show_port ... success [0.280s] 2021-08-17 11:01:30.007 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_show_port_binding_host_id ... success [1.252s] 2021-08-17 11:01:30.787 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_show_port_binding_profile ... success [0.780s] 2021-08-17 11:01:31.089 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_show_port_binding_vif_details ... success [0.300s] 2021-08-17 11:01:31.378 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_show_port_binding_vif_type ... success [0.288s] 2021-08-17 11:01:32.500 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_update_port ... success [1.120s] 2021-08-17 11:01:33.850 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_update_port_allowed_address_pairs ... success [1.348s] 2021-08-17 11:01:35.943 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_update_port_binding_host_id ... success [2.093s] 2021-08-17 11:01:37.234 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_update_port_binding_profile ... success [1.291s] 2021-08-17 11:01:38.254 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_update_port_device_owner ... success [1.018s] 2021-08-17 11:01:40.000 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_update_port_fixed_ips_ip_address ... success [1.744s] 2021-08-17 11:01:41.583 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_update_port_mac_address ... success [1.583s] 2021-08-17 11:01:42.348 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_update_port_security_enabled ... success [0.763s] 2021-08-17 11:01:57.295 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_rbac_policies_rbac.RbacPoliciesExtRbacTest.test_create_rbac_policy ... success [1.253s] 2021-08-17 11:01:58.420 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_rbac_policies_rbac.RbacPoliciesExtRbacTest.test_delete_rbac_policy ... success [1.123s] 2021-08-17 11:01:59.678 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_rbac_policies_rbac.RbacPoliciesExtRbacTest.test_list_rbac_policies ... success [1.258s] 2021-08-17 11:02:00.672 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_rbac_policies_rbac.RbacPoliciesExtRbacTest.test_show_rbac_policy ... success [0.991s] 2021-08-17 11:02:01.875 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_rbac_policies_rbac.RbacPoliciesExtRbacTest.test_update_rbac_policy ... success [1.201s] 2021-08-17 11:02:06.202 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_segments_rbac.SegmentsExtRbacTest.test_create_segment ... success [0.649s] 2021-08-17 11:02:07.256 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_segments_rbac.SegmentsExtRbacTest.test_delete_segment ... success [1.051s] 2021-08-17 11:02:07.901 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_segments_rbac.SegmentsExtRbacTest.test_list_segments ... success [0.644s] 2021-08-17 11:02:08.560 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_segments_rbac.SegmentsExtRbacTest.test_show_segment ... success [0.657s] 2021-08-17 11:02:09.385 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_segments_rbac.SegmentsExtRbacTest.test_update_segment ... success [0.824s] 2021-08-17 11:02:14.458 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_service_profile_rbac.ServiceProfileExtRbacTest.test_create_service_profile ... success [0.401s] 2021-08-17 11:02:14.846 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_service_profile_rbac.ServiceProfileExtRbacTest.test_delete_service_profile ... success [0.386s] 2021-08-17 11:02:15.208 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_service_profile_rbac.ServiceProfileExtRbacTest.test_show_service_profile ... success [0.362s] 2021-08-17 11:02:15.651 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_service_profile_rbac.ServiceProfileExtRbacTest.test_update_service_profile ... success [0.441s] 2021-08-17 11:02:18.872 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_service_providers_rbac.ServiceProvidersRbacTest.test_list_service_providers ... success [0.369s] 2021-08-17 11:02:22.498 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_subnetpools_rbac.SubnetPoolsRbacTest.test_create_subnetpool ... success [0.777s] 2021-08-17 11:02:23.520 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_subnetpools_rbac.SubnetPoolsRbacTest.test_create_subnetpool_default ... success [1.019s] 2021-08-17 11:02:24.000 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_subnetpools_rbac.SubnetPoolsRbacTest.test_create_subnetpool_shared ... success [0.481s] 2021-08-17 11:02:24.471 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_subnetpools_rbac.SubnetPoolsRbacTest.test_delete_subnetpool ... success [0.470s] 2021-08-17 11:02:25.031 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_subnetpools_rbac.SubnetPoolsRbacTest.test_list_subnetpools ... success [0.559s] 2021-08-17 11:02:25.484 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_subnetpools_rbac.SubnetPoolsRbacTest.test_show_subnetpool ... success [0.452s] 2021-08-17 11:02:25.946 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_subnetpools_rbac.SubnetPoolsRbacTest.test_update_subnetpool ... success [0.459s] 2021-08-17 11:02:26.259 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_subnetpools_rbac.SubnetPoolsRbacTest.test_update_subnetpool_is_default ... success [0.314s] 2021-08-17 11:02:32.167 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_groups_rbac.GroupV320RbacTest.test_reset_group_status ... success [3.155s] 2021-08-17 11:02:36.939 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_groups_rbac.GroupsV3RbacTest.test_create_group ... success [1.971s] 2021-08-17 11:02:38.797 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_groups_rbac.GroupsV3RbacTest.test_delete_group ... success [1.857s] 2021-08-17 11:02:39.294 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_groups_rbac.GroupsV3RbacTest.test_list_groups ... success [0.497s] 2021-08-17 11:02:39.730 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_groups_rbac.GroupsV3RbacTest.test_list_groups_with_details ... success [0.435s] 2021-08-17 11:02:42.584 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_groups_rbac.GroupsV3RbacTest.test_show_group ... success [2.852s] 2021-08-17 11:02:45.499 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_groups_rbac.GroupsV3RbacTest.test_update_group ... success [2.914s] 2021-08-17 11:02:49.214 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_limits_rbac.LimitsV3RbacTest.test_show_limits ... success [0.413s] 2021-08-17 11:02:52.794 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_qos_rbac.VolumeQOSV3RbacTest.test_associate_qos ... success [0.708s] 2021-08-17 11:02:53.130 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_qos_rbac.VolumeQOSV3RbacTest.test_create_qos_with_consumer ... success [0.334s] 2021-08-17 11:02:53.494 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_qos_rbac.VolumeQOSV3RbacTest.test_delete_qos_with_consumer ... success [0.362s] 2021-08-17 11:02:54.009 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_qos_rbac.VolumeQOSV3RbacTest.test_disassociate_all_qos ... success [0.514s] 2021-08-17 11:02:54.543 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_qos_rbac.VolumeQOSV3RbacTest.test_disassociate_qos ... success [0.532s] 2021-08-17 11:02:55.039 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_qos_rbac.VolumeQOSV3RbacTest.test_get_association_qos ... success [0.496s] 2021-08-17 11:02:55.275 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_qos_rbac.VolumeQOSV3RbacTest.test_list_qos ... success [0.235s] 2021-08-17 11:02:55.685 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_qos_rbac.VolumeQOSV3RbacTest.test_set_qos_key ... success [0.407s] 2021-08-17 11:02:56.045 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_qos_rbac.VolumeQOSV3RbacTest.test_show_qos ... success [0.360s] 2021-08-17 11:02:56.479 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_qos_rbac.VolumeQOSV3RbacTest.test_unset_qos_key ... success [0.434s] 2021-08-17 11:02:59.983 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_scheduler_stats_rbac.SchedulerStatsV3RbacTest.test_list_back_end_storage_pools ... success [0.373s] 2021-08-17 11:03:03.057 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_volume_actions_rbac.VolumesActionsV312RbacTest.test_show_volume_summary ... success [0.386s] 2021-08-17 11:03:06.474 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_volume_types_access_rbac.VolumeTypesAccessRbacTest.test_add_type_access ... success [0.401s] 2021-08-17 11:03:06.827 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_volume_types_access_rbac.VolumeTypesAccessRbacTest.test_list_type_access ... success [0.353s] 2021-08-17 11:03:07.164 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_volume_types_access_rbac.VolumeTypesAccessRbacTest.test_remove_type_access ... success [0.335s] 2021-08-17 11:03:18.052 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_volumes_backup_rbac.VolumesBackupsV3RbacTest.test_create_backup ... success [3.755s] 2021-08-17 11:03:21.779 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_volumes_backup_rbac.VolumesBackupsV3RbacTest.test_delete_backup ... success [3.724s] 2021-08-17 11:03:22.038 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_volumes_backup_rbac.VolumesBackupsV3RbacTest.test_export_backup ... success [0.262s] 2021-08-17 11:03:22.564 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_volumes_backup_rbac.VolumesBackupsV3RbacTest.test_import_backup ... success [0.523s] 2021-08-17 11:03:22.805 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_volumes_backup_rbac.VolumesBackupsV3RbacTest.test_list_backups ... success [0.241s] 2021-08-17 11:03:23.058 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_volumes_backup_rbac.VolumesBackupsV3RbacTest.test_list_backups_with_details ... success [0.252s] 2021-08-17 11:03:26.858 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_volumes_backup_rbac.VolumesBackupsV3RbacTest.test_reset_backup_status ... success [3.797s] 2021-08-17 11:03:30.660 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_volumes_backup_rbac.VolumesBackupsV3RbacTest.test_restore_backup ... success [3.800s] 2021-08-17 11:03:30.916 36 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_volumes_backup_rbac.VolumesBackupsV3RbacTest.test_show_backup ... success [0.256s] 2021-08-17 11:03:37.440 36 INFO rally.task.context [-] Verification 55d9ab30-0cab-4ec5-961b-c731fb03bce1 | Context testr@default cleanup() started 2021-08-17 11:03:37.440 36 INFO rally.task.context [-] Verification 55d9ab30-0cab-4ec5-961b-c731fb03bce1 | Context testr@default cleanup() finished in 0.67 msec 2021-08-17 11:03:37.441 36 INFO rally.task.context [-] Verification 55d9ab30-0cab-4ec5-961b-c731fb03bce1 | Context tempest@default cleanup() started 2021-08-17 11:03:37.571 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Deleting role 'heat_stack_owner'. 2021-08-17 11:03:37.650 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Role 'heat_stack_owner' has been deleted. 2021-08-17 11:03:37.680 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Deleting flavor 'rally_verify_40340286_W9kT4RAW'. 2021-08-17 11:03:37.875 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_40340286_W9kT4RAW' has been deleted. 2021-08-17 11:03:37.876 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Removing value '23d90aa8-b1cb-4cec-8279-5e837e6dc1fb' of option 'instance_type' from Tempest config file. 2021-08-17 11:03:37.876 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Value '23d90aa8-b1cb-4cec-8279-5e837e6dc1fb' has been removed. 2021-08-17 11:03:37.877 36 INFO rally.task.context [-] Verification 55d9ab30-0cab-4ec5-961b-c731fb03bce1 | Context tempest@default cleanup() finished in 0.44 sec 2021-08-17 11:03:37.908 36 INFO rally.api [-] Verification (UUID=40340286-9295-4f13-a716-93b82d8b0d54) has been successfully finished for deployment 'opnfv-rally' (UUID=7f5f746c-67ff-41ce-9ddd-029c52c5b1ef)! 2021-08-17 11:03:42.037 51 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-08-17 11:03:42.038 51 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-08-17 11:03:42.038 51 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-08-17 11:03:45.460 53 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-08-17 11:03:45.460 53 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-08-17 11:03:45.460 53 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-08-17 11:03:47.831 53 INFO rally.api [-] Building 'html' report for the following verification(s): '40340286-9295-4f13-a716-93b82d8b0d54' 2021-08-17 11:03:47.859 53 INFO rally.api [-] The report has been successfully built. 2021-08-17 11:03:49.680 55 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-08-17 11:03:49.680 55 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-08-17 11:03:49.680 55 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-08-17 11:03:52.151 55 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): '40340286-9295-4f13-a716-93b82d8b0d54' 2021-08-17 11:03:52.173 55 INFO rally.api [-] The report has been successfully built.