2021-03-06 02:42:12.498 24 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-03-06 02:42:12.499 24 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-03-06 02:42:12.499 24 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-03-06 02:42:15.276 24 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-03-06 02:42:15.276 24 ERROR rally.cli.cliutils Traceback (most recent call last): 2021-03-06 02:42:15.276 24 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2021-03-06 02:42:15.276 24 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2021-03-06 02:42:15.276 24 ERROR rally.cli.cliutils File "", line 2, in destroy 2021-03-06 02:42:15.276 24 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2021-03-06 02:42:15.276 24 ERROR rally.cli.cliutils return f(*args, **kwargs) 2021-03-06 02:42:15.276 24 ERROR rally.cli.cliutils File "", line 2, in destroy 2021-03-06 02:42:15.276 24 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2021-03-06 02:42:15.276 24 ERROR rally.cli.cliutils return f(*args, **kwargs) 2021-03-06 02:42:15.276 24 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2021-03-06 02:42:15.276 24 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2021-03-06 02:42:15.276 24 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2021-03-06 02:42:15.276 24 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2021-03-06 02:42:15.276 24 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2021-03-06 02:42:15.276 24 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2021-03-06 02:42:15.276 24 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2021-03-06 02:42:15.276 24 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2021-03-06 02:42:15.276 24 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2021-03-06 02:42:15.276 24 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2021-03-06 02:42:15.276 24 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2021-03-06 02:42:15.276 24 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2021-03-06 02:42:15.276 24 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2021-03-06 02:42:15.276 24 ERROR rally.cli.cliutils 2021-03-06 02:42:17.177 26 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-03-06 02:42:17.177 26 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-03-06 02:42:17.177 26 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-03-06 02:42:21.950 28 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-03-06 02:42:21.951 28 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-03-06 02:42:21.951 28 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-03-06 02:42:28.350 31 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-03-06 02:42:28.350 31 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-03-06 02:42:28.350 31 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-03-06 02:42:30.160 34 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-03-06 02:42:30.160 34 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-03-06 02:42:30.160 34 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-03-06 02:42:33.050 34 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-03-06 02:42:33.050 34 ERROR rally.cli.cliutils Traceback (most recent call last): 2021-03-06 02:42:33.050 34 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2021-03-06 02:42:33.050 34 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2021-03-06 02:42:33.050 34 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2021-03-06 02:42:33.050 34 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2021-03-06 02:42:33.050 34 ERROR rally.cli.cliutils return f(*args, **kwargs) 2021-03-06 02:42:33.050 34 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2021-03-06 02:42:33.050 34 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2021-03-06 02:42:33.050 34 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2021-03-06 02:42:33.050 34 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2021-03-06 02:42:33.050 34 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2021-03-06 02:42:33.050 34 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2021-03-06 02:42:33.050 34 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2021-03-06 02:42:33.050 34 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2021-03-06 02:42:33.050 34 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2021-03-06 02:42:33.050 34 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2021-03-06 02:42:33.050 34 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2021-03-06 02:42:33.050 34 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2021-03-06 02:42:33.050 34 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2021-03-06 02:42:33.050 34 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2021-03-06 02:42:33.050 34 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2021-03-06 02:42:33.050 34 ERROR rally.cli.cliutils 2021-03-06 02:42:35.201 36 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-03-06 02:42:35.201 36 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-03-06 02:42:35.204 36 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-03-06 02:42:37.841 36 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2021-03-06 02:42:37.892 36 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-528d762b-0fe6-41b8-a79c-7b25f4cce733/repo. 2021-03-06 02:42:38.225 36 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-528d762b-0fe6-41b8-a79c-7b25f4cce733/repo'... done. Note: switching to 'f98ccea1465b7e25a706ffdefe89126d8c8674e4'. 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-03-06 02:42:38.270 36 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'tags/24.0.0-208-gf98ccea14 ' 2021-03-06 02:42:38.280 36 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'f98ccea1465b7e25a706ffdefe89126d8c8674e4 ' 2021-03-06 02:42:38.303 36 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2021-03-06 02:42:38.397 36 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2021-03-06 02:42:39.326 36 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=528d762b-0fe6-41b8-a79c-7b25f4cce733) has been successfully created! 2021-03-06 02:42:41.338 44 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-03-06 02:42:41.338 44 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-03-06 02:42:41.339 44 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-03-06 02:42:48.015 47 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-03-06 02:42:48.016 47 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-03-06 02:42:48.016 47 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-03-06 02:42:50.757 47 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=528d762b-0fe6-41b8-a79c-7b25f4cce733) for deployment 'opnfv-rally' (UUID=a38bdeea-2626-4be0-88d9-d67be6abc2d6). 2021-03-06 02:42:52.028 47 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=528d762b-0fe6-41b8-a79c-7b25f4cce733) has been successfully configured for deployment 'opnfv-rally' (UUID=a38bdeea-2626-4be0-88d9-d67be6abc2d6)! 2021-03-06 02:43:03.079 52 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-03-06 02:43:03.080 52 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-03-06 02:43:03.080 52 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-03-06 02:43:06.049 52 INFO rally.api [-] Starting verification (UUID=f9cd1e5c-938f-4dd6-8216-5ce9ded75165) for deployment 'opnfv-rally' (UUID=a38bdeea-2626-4be0-88d9-d67be6abc2d6) by verifier 'opnfv-tempest' (UUID=528d762b-0fe6-41b8-a79c-7b25f4cce733). 2021-03-06 02:43:06.999 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Creating role 'ResellerAdmin'. 2021-03-06 02:43:07.081 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2021-03-06 02:43:07.082 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-528d762b-0fe6-41b8-a79c-7b25f4cce733/for-deployment-a38bdeea-2626-4be0-88d9-d67be6abc2d6/tempest.log' to option 'log_file'. 2021-03-06 02:43:07.082 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-528d762b-0fe6-41b8-a79c-7b25f4cce733/for-deployment-a38bdeea-2626-4be0-88d9-d67be6abc2d6/tempest.log 2021-03-06 02:43:07.083 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2021-03-06 02:43:07.083 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-528d762b-0fe6-41b8-a79c-7b25f4cce733/for-deployment-a38bdeea-2626-4be0-88d9-d67be6abc2d6/lock_files' to option 'lock_path'. 2021-03-06 02:43:07.084 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-528d762b-0fe6-41b8-a79c-7b25f4cce733/for-deployment-a38bdeea-2626-4be0-88d9-d67be6abc2d6/lock_files 2021-03-06 02:43:07.084 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is already configured in Tempest config file. img_dir = /home/opnfv/functest/images 2021-03-06 02:43:07.084 52 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-03-06 02:43:07.085 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = 383fd512-b765-4125-b724-fc8ac33a5eaa 2021-03-06 02:43:07.085 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = 86cab933-18c0-42b3-8860-3d7c1ce9e483 2021-03-06 02:43:07.086 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = 46701480-0a2c-4867-a255-7abe4da949ec 2021-03-06 02:43:07.087 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = f356a387-ab8c-4441-bb32-c4ef6beacafb 2021-03-06 02:43:07.409 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2021-03-06 02:43:07.410 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = patrole_member-net_5d8caa02-15d3-42af-9ba6-e362fa0873cf 2021-03-06 02:43:07.411 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2021-03-06 02:43:07.532 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2021-03-06 02:43:07.981 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] There is no flavor with the mentioned properties. 2021-03-06 02:43:07.981 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Creating flavor 'rally_verify_f9cd1e5c_s6yUGDFD' with the following properties: RAM = 64MB, VCPUs = 1, disk = 5GB. 2021-03-06 02:43:08.117 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_f9cd1e5c_s6yUGDFD' (ID = bbf6e1f2-beed-466c-ae6e-c36f934040c2) has been successfully created! 2021-03-06 02:43:08.117 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value 'bbf6e1f2-beed-466c-ae6e-c36f934040c2' to option 'instance_type'. 2021-03-06 02:43:08.118 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = bbf6e1f2-beed-466c-ae6e-c36f934040c2 2021-03-06 02:43:08.120 52 INFO rally.task.context [-] Verification 528d762b-0fe6-41b8-a79c-7b25f4cce733 | Context tempest@default setup() finished in 1.53 sec 2021-03-06 02:43:08.121 52 INFO rally.task.context [-] Verification 528d762b-0fe6-41b8-a79c-7b25f4cce733 | Context testr@default setup() finished in 1.07 msec 2021-03-06 02:43:08.122 52 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --concurrency 4 --load-list /tmp/078b75a6-c02b-49e2-ad64-ec710732f41c'. 2021-03-06 02:43:18.259 52 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_fixed_ips_rbac.FixedIpsRbacTest ... skip: b'FixedIpsRbacTest skipped as neutron is available' 2021-03-06 02:43:23.830 52 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_flavor_rxtx_rbac.FlavorRxtxRbacTest.test_get_flavor_rxtx ... skip [0.001s]: b'This API extension policy was removed in Stein' 2021-03-06 02:43:23.833 52 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_flavor_rxtx_rbac.FlavorRxtxRbacTest.test_list_flavors_details_rxtx ... skip [0.001s]: b'This API extension policy was removed in Stein' 2021-03-06 02:43:26.032 52 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_flavor_extra_specs_rbac.FlavorExtraSpecsRbacTest.test_list_flavor_extra_specs ... success [2.460s] 2021-03-06 02:43:26.198 52 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_agents_rbac.AgentsRbacTest.test_create_agent ... success [2.336s] 2021-03-06 02:43:27.183 52 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_aggregates_rbac.AggregatesRbacTest.test_add_host_to_aggregate_rbac ... success [3.086s] 2021-03-06 02:43:27.534 52 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_flavor_extra_specs_rbac.FlavorExtraSpecsRbacTest.test_set_flavor_extra_spec ... success [1.492s] 2021-03-06 02:43:27.545 52 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_agents_rbac.AgentsRbacTest.test_delete_agent ... success [1.328s] 2021-03-06 02:43:28.573 52 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_aggregates_rbac.AggregatesRbacTest.test_create_aggregate_rbac ... success [1.384s] 2021-03-06 02:43:28.689 52 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_agents_rbac.AgentsRbacTest.test_list_agents_rbac ... success [1.134s] 2021-03-06 02:43:29.184 52 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_flavor_extra_specs_rbac.FlavorExtraSpecsRbacTest.test_show_flavor_extra_spec ... success [1.641s] 2021-03-06 02:43:29.944 52 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_aggregates_rbac.AggregatesRbacTest.test_delete_aggregate_rbac ... success [1.368s] 2021-03-06 02:43:30.319 52 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_agents_rbac.AgentsRbacTest.test_update_agent ... success [1.619s] 2021-03-06 02:43:30.508 52 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_flavor_extra_specs_rbac.FlavorExtraSpecsRbacTest.test_unset_flavor_extra_spec ... success [1.319s] 2021-03-06 02:43:31.196 52 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_aggregates_rbac.AggregatesRbacTest.test_list_aggregate_rbac ... success [1.244s] 2021-03-06 02:43:32.067 52 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_flavor_extra_specs_rbac.FlavorExtraSpecsRbacTest.test_update_flavor_extra_spec ... success [1.548s] 2021-03-06 02:43:32.781 52 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_floating_ip_pools_rbac.FloatingIpPoolsRbacTest.test_list_floating_ip_pools ... success [2.461s] 2021-03-06 02:43:34.093 52 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_aggregates_rbac.AggregatesRbacTest.test_remove_host_from_aggregate_rbac ... success [2.895s] 2021-03-06 02:43:35.834 52 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_aggregates_rbac.AggregatesRbacTest.test_set_metadata_on_aggregate_rbac ... success [1.739s] 2021-03-06 02:43:37.422 52 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_aggregates_rbac.AggregatesRbacTest.test_show_aggregate_rbac ... success [1.587s] 2021-03-06 02:43:38.727 52 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_keypairs_rbac.KeypairsRbacTest.test_create_keypair ... success [2.154s] 2021-03-06 02:43:38.891 52 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_aggregates_rbac.AggregatesRbacTest.test_update_aggregate_rbac ... success [1.464s] 2021-03-06 02:43:39.975 52 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_flavor_manage_rbac.FlavorManageRbacTest.test_create_flavor_manage ... success [1.413s] 2021-03-06 02:43:40.445 52 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_keypairs_rbac.KeypairsRbacTest.test_delete_keypair ... success [1.713s] 2021-03-06 02:43:40.494 52 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_floating_ips_bulk_rbac.FloatingIpsBulkRbacTest ... skip: b'nova-network is gone' 2021-03-06 02:43:41.822 52 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_flavor_manage_rbac.FlavorManageRbacTest.test_delete_flavor_manage ... success [1.840s] 2021-03-06 02:43:41.829 52 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_keypairs_rbac.KeypairsRbacTest.test_index_keypair ... success [1.385s] 2021-03-06 02:43:44.072 52 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_keypairs_rbac.KeypairsRbacTest.test_show_keypair ... success [2.237s] 2021-03-06 02:43:46.624 52 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_availability_zone_rbac.NovaAvailabilityZoneRbacTest.test_get_availability_zone_list_detail_rbac ... success [1.355s] 2021-03-06 02:43:47.409 52 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_hypervisor_rbac.HypervisorMaxv252RbacTest.test_list_servers_on_hypervisor ... success [1.423s] 2021-03-06 02:43:47.986 52 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_availability_zone_rbac.NovaAvailabilityZoneRbacTest.test_get_availability_zone_list_rbac ... success [1.356s] 2021-03-06 02:43:48.654 52 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_hypervisor_rbac.HypervisorMaxv252RbacTest.test_search_hypervisor ... success [1.242s] 2021-03-06 02:43:49.933 52 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_hosts_rbac.HostsRbacTest.test_list_hosts ... success [1.542s] 2021-03-06 02:43:51.734 52 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_hosts_rbac.HostsRbacTest.test_show_host_details ... success [1.783s] 2021-03-06 02:43:56.374 52 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_flavor_access_rbac.FlavorAccessRbacTest.test_add_flavor_access ... success [1.626s] 2021-03-06 02:43:57.081 52 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_hypervisor_rbac.HypervisorRbacTest.test_list_hypervisors ... success [1.524s] 2021-03-06 02:43:58.219 52 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_flavor_access_rbac.FlavorAccessRbacTest.test_list_flavor_access ... success [1.832s] 2021-03-06 02:43:58.223 52 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.001s]: b'This API extension policy was removed in Stein' 2021-03-06 02:43:58.623 52 INFO opnfv-tempest [-] {1} 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-03-06 02:43:58.627 52 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_images_rbac.ImageSizeRbacTest.test_show_image_includes_image_size ... skip [0.001s]: b'This API extension policy was removed in Stein' 2021-03-06 02:43:58.636 52 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_hypervisor_rbac.HypervisorRbacTest.test_list_hypervisors_with_details ... success [1.553s] 2021-03-06 02:43:59.904 52 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_hypervisor_rbac.HypervisorRbacTest.test_show_hypervisor ... success [1.260s] 2021-03-06 02:44:00.164 52 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_flavor_access_rbac.FlavorAccessRbacTest.test_remove_flavor_access ... success [1.924s] 2021-03-06 02:44:00.164 52 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_flavor_access_rbac.FlavorAccessRbacTest.test_show_flavor_contains_is_public_key ... skip [0.001s]: b'This API extension policy was removed in Stein' 2021-03-06 02:44:01.304 52 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_hypervisor_rbac.HypervisorRbacTest.test_show_hypervisor_statistics ... success [1.393s] 2021-03-06 02:44:02.812 52 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_hypervisor_rbac.HypervisorRbacTest.test_show_hypervisor_uptime ... success [1.509s] 2021-03-06 02:44:08.588 52 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_quota_class_sets_rbac.QuotaClassesRbacTest.test_show_quota_class_set ... success [1.480s] 2021-03-06 02:44:09.348 52 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_images_rbac.ImagesMetadataRbacTest.test_create_image_metadata ... success [2.018s] 2021-03-06 02:44:10.345 52 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_quota_class_sets_rbac.QuotaClassesRbacTest.test_update_quota_class_set ... success [1.746s] 2021-03-06 02:44:11.657 52 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_images_rbac.ImagesMetadataRbacTest.test_delete_image_metadata_item ... success [2.307s] 2021-03-06 02:44:12.986 52 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_images_rbac.ImagesMetadataRbacTest.test_list_image_metadata ... success [1.328s] 2021-03-06 02:44:13.147 52 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_quota_sets_rbac.QuotaSetsRbacTest.test_delete_quota_set ... success [2.257s] 2021-03-06 02:44:14.656 52 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_quota_sets_rbac.QuotaSetsRbacTest.test_show_default_quota_set ... success [1.501s] 2021-03-06 02:44:15.402 52 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_images_rbac.ImagesMetadataRbacTest.test_show_image_metadata_item ... success [2.411s] 2021-03-06 02:44:16.134 52 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_quota_sets_rbac.QuotaSetsRbacTest.test_show_quota_set ... success [1.473s] 2021-03-06 02:44:17.242 52 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_images_rbac.ImagesMetadataRbacTest.test_update_image_metadata ... success [1.839s] 2021-03-06 02:44:17.324 52 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_quota_sets_rbac.QuotaSetsRbacTest.test_show_quota_set_details ... success [1.191s] 2021-03-06 02:44:19.079 52 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_images_rbac.ImagesMetadataRbacTest.test_update_image_metadata_item ... success [1.836s] 2021-03-06 02:44:19.314 52 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_quota_sets_rbac.QuotaSetsRbacTest.test_update_quota_set ... success [1.983s] 2021-03-06 02:44:27.480 52 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_images_rbac.ImagesRbacTest.test_delete_image ... success [1.477s] 2021-03-06 02:44:28.684 52 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_images_rbac.ImagesRbacTest.test_list_images ... success [1.200s] 2021-03-06 02:44:29.920 52 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_images_rbac.ImagesRbacTest.test_list_images_with_details ... success [1.234s] 2021-03-06 02:44:31.057 52 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_images_rbac.ImagesRbacTest.test_show_image_details ... success [1.137s] 2021-03-06 02:44:38.975 52 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_instance_usages_audit_log_rbac.InstanceUsagesAuditLogRbacTest.test_list_instance_usage_audit_logs ... success [1.231s] 2021-03-06 02:44:40.110 52 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_server_consoles_rbac.ServerConsolesRbacTest.test_get_console_output ... success [1.250s] 2021-03-06 02:44:40.121 52 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_instance_usages_audit_log_rbac.InstanceUsagesAuditLogRbacTest.test_show_instance_usage_audit_log ... success [1.145s] 2021-03-06 02:44:47.935 52 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_limits_rbac.LimitsRbacTest.test_show_limits ... success [1.240s] 2021-03-06 02:44:49.075 52 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_server_actions_rbac.ServerActionsV216RbacTest.test_show_server_host_status ... success [1.601s] 2021-03-06 02:44:55.555 52 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_migrations_rbac.MigrationsRbacTest.test_list_services ... success [1.140s] 2021-03-06 02:44:59.137 52 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_tenant_networks_rbac.TenantNetworksRbacTest.test_list_show_tenant_networks ... success [1.581s] 2021-03-06 02:45:04.214 52 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_security_groups_rbac.SecurityGroupsRbacMaxV235Test.test_create_security_groups ... success [1.830s] 2021-03-06 02:45:06.357 52 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_security_groups_rbac.SecurityGroupsRbacMaxV235Test.test_delete_security_groups ... success [2.135s] 2021-03-06 02:45:07.751 52 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_security_groups_rbac.SecurityGroupsRbacMaxV235Test.test_list_security_groups ... success [1.387s] 2021-03-06 02:45:09.705 52 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_security_groups_rbac.SecurityGroupsRbacMaxV235Test.test_show_security_groups ... success [1.937s] 2021-03-06 02:45:11.256 52 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_security_groups_rbac.SecurityGroupsRbacMaxV235Test.test_update_security_groups ... success [1.545s] 2021-03-06 02:45:11.925 52 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_volume_rbac.VolumeRbacTest.test_create_snapshot ... success [3.927s] 2021-03-06 02:45:14.070 52 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_volume_rbac.VolumeRbacTest.test_create_volume ... success [2.136s] 2021-03-06 02:45:18.131 52 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_volume_rbac.VolumeRbacTest.test_delete_snapshot ... success [4.053s] 2021-03-06 02:45:21.165 52 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_volume_rbac.VolumeRbacTest.test_delete_volume ... success [3.033s] 2021-03-06 02:45:22.336 52 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_volume_rbac.VolumeRbacTest.test_list_snapshots ... success [1.161s] 2021-03-06 02:45:23.570 52 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_volume_rbac.VolumeRbacTest.test_list_volumes ... success [1.217s] 2021-03-06 02:45:27.698 52 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_volume_rbac.VolumeRbacTest.test_show_snapshot ... success [4.109s] 2021-03-06 02:45:28.965 52 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_volume_rbac.VolumeRbacTest.test_show_volume ... success [1.264s] 2021-03-06 02:45:37.077 52 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_security_groups_rbac.SecurtiyGroupsRbacTest.test_create_security_group_for_server ... success [3.953s] 2021-03-06 02:45:38.459 52 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.image.test_image_namespace_rbac.ImageNamespacesRbacTest.test_create_metadef_namespace ... success [1.471s] 2021-03-06 02:45:38.460 52 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_security_groups_rbac.SecurtiyGroupsRbacTest.test_list_security_groups_by_server ... success [1.372s] 2021-03-06 02:45:39.921 52 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.image.test_image_namespace_rbac.ImageNamespacesRbacTest.test_list_metadef_namespaces ... success [1.465s] 2021-03-06 02:45:41.349 52 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.image.test_image_namespace_rbac.ImageNamespacesRbacTest.test_modify_metadef_namespace ... success [1.422s] 2021-03-06 02:45:42.443 52 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_security_groups_rbac.SecurtiyGroupsRbacTest.test_remove_security_group_from_server ... success [3.977s] 2021-03-06 02:45:46.410 52 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_server_migrations_rbac.MigrateServerV225RbacTest.test_cold_migration ... success [39.767s] 2021-03-06 02:45:49.401 52 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.image.test_image_resource_types_rbac.ImageResourceTypesRbacTest.test_add_metadef_resource_type ... success [1.417s] 2021-03-06 02:45:50.663 52 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.image.test_image_resource_types_rbac.ImageResourceTypesRbacTest.test_get_metadef_resource_type ... success [1.257s] 2021-03-06 02:45:51.888 52 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.image.test_image_resource_types_rbac.ImageResourceTypesRbacTest.test_list_metadef_resource_types ... success [1.222s] 2021-03-06 02:46:01.744 52 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.image.test_images_member_rbac.ImagesMemberRbacTest.test_add_image_member ... success [1.768s] 2021-03-06 02:46:03.045 52 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.image.test_images_member_rbac.ImagesMemberRbacTest.test_delete_image_member ... success [1.295s] 2021-03-06 02:46:04.350 52 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.image.test_images_member_rbac.ImagesMemberRbacTest.test_list_image_members ... success [1.305s] 2021-03-06 02:46:05.660 52 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.image.test_images_member_rbac.ImagesMemberRbacTest.test_show_image_member ... success [1.303s] 2021-03-06 02:46:07.001 52 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.image.test_images_member_rbac.ImagesMemberRbacTest.test_update_image_member ... success [1.335s] 2021-03-06 02:46:11.516 52 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_server_migrations_rbac.MigrateServerV225RbacTest.test_migration_live ... success [25.089s] 2021-03-06 02:46:16.931 52 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_agents_rbac.AgentsRbacTest.test_list_agents ... success [1.274s] 2021-03-06 02:46:18.097 52 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_agents_rbac.AgentsRbacTest.test_show_agent ... success [1.159s] 2021-03-06 02:46:19.118 52 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsNetworkRbacTest.test_add_fixed_ip ... success [2.028s] 2021-03-06 02:46:19.274 52 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_agents_rbac.AgentsRbacTest.test_update_agent ... success [1.169s] 2021-03-06 02:46:28.659 52 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_agents_rbac.L3AgentSchedulerRbacTest.test_create_router_on_l3_agent ... success [1.857s] 2021-03-06 02:46:28.749 52 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsNetworkRbacTest.test_create_interface ... success [9.618s] 2021-03-06 02:46:30.461 52 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_agents_rbac.L3AgentSchedulerRbacTest.test_delete_router_from_l3_agent ... success [1.802s] 2021-03-06 02:46:32.325 52 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_agents_rbac.L3AgentSchedulerRbacTest.test_list_routers_on_l3_agent ... success [1.859s] 2021-03-06 02:46:38.341 52 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsNetworkRbacTest.test_delete_interface ... success [9.589s] 2021-03-06 02:46:39.719 52 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsNetworkRbacTest.test_list_addresses ... success [1.358s] 2021-03-06 02:46:41.077 52 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsNetworkRbacTest.test_list_addresses_by_network ... success [1.347s] 2021-03-06 02:46:42.245 52 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_flavors_rbac.FlavorsExtRbacTest.test_create_flavor ... success [2.130s] 2021-03-06 02:46:42.404 52 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsNetworkRbacTest.test_list_interfaces ... success [1.319s] 2021-03-06 02:46:44.317 52 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_flavors_rbac.FlavorsExtRbacTest.test_delete_flavor ... success [2.071s] 2021-03-06 02:46:46.425 52 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_flavors_rbac.FlavorsExtRbacTest.test_list_flavors ... success [2.105s] 2021-03-06 02:46:48.553 52 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_flavors_rbac.FlavorsExtRbacTest.test_show_flavor ... success [2.123s] 2021-03-06 02:46:49.930 52 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_server_rbac.ComputeServersRbacTest.test_create_server ... success [2.653s] 2021-03-06 02:46:50.699 52 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_flavors_rbac.FlavorsExtRbacTest.test_update_flavor ... success [2.145s] 2021-03-06 02:46:54.868 52 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsNetworkRbacTest.test_show_interface ... success [12.458s] 2021-03-06 02:46:56.469 52 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_server_rbac.ComputeServersRbacTest.test_create_server_attach_network ... success [6.534s] 2021-03-06 02:46:57.532 52 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_server_actions_rbac.ServerActionsRbacTest.test_confirm_resize_server ... success [155.448s] 2021-03-06 02:47:02.653 52 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_create_port ... success [2.521s] 2021-03-06 02:47:04.743 52 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_create_port_allowed_address_pairs ... success [2.085s] 2021-03-06 02:47:07.587 52 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_create_port_binding_host_id ... success [2.835s] 2021-03-06 02:47:09.819 52 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_create_port_binding_profile ... success [2.222s] 2021-03-06 02:47:12.662 52 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_create_port_device_owner ... success [2.836s] 2021-03-06 02:47:15.533 52 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_create_port_fixed_ips_ip_address ... success [2.869s] 2021-03-06 02:47:17.479 52 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_create_port_mac_address ... success [1.945s] 2021-03-06 02:47:19.875 52 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_create_port_security_enabled ... success [2.394s] 2021-03-06 02:47:20.571 52 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_server_rbac.ComputeServersRbacTest.test_create_server_attach_volume ... success [24.089s] 2021-03-06 02:47:23.040 52 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_delete_port ... success [3.164s] 2021-03-06 02:47:24.348 52 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_server_rbac.ComputeServersRbacTest.test_create_server_forced_host ... success [3.756s] 2021-03-06 02:47:24.386 52 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_list_ports ... success [1.344s] 2021-03-06 02:47:25.572 52 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_show_port ... success [1.178s] 2021-03-06 02:47:28.437 52 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_show_port_binding_host_id ... success [2.864s] 2021-03-06 02:47:31.172 52 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_show_port_binding_profile ... success [2.728s] 2021-03-06 02:47:32.065 52 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_server_actions_rbac.ServerActionsRbacTest.test_create_backup ... success [34.509s] 2021-03-06 02:47:32.490 52 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_show_port_binding_vif_details ... success [1.316s] 2021-03-06 02:47:33.629 52 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_show_port_binding_vif_type ... success [1.134s] 2021-03-06 02:47:36.223 52 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_update_port ... success [2.589s] 2021-03-06 02:47:40.928 52 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_update_port_allowed_address_pairs ... success [4.695s] 2021-03-06 02:47:42.449 52 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_server_rbac.ComputeServersRbacTest.test_delete_server ... success [18.080s] 2021-03-06 02:47:44.185 52 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_server_rbac.ComputeServersRbacTest.test_update_server ... success [1.725s] 2021-03-06 02:47:45.060 52 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsRbacTest.test_change_server_password ... skip [0.002s]: b'Change password not available.' 2021-03-06 02:47:45.471 52 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_update_port_binding_host_id ... success [4.542s] 2021-03-06 02:47:46.902 52 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsRbacTest.test_delete_server_password ... success [1.832s] 2021-03-06 02:47:48.336 52 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_update_port_binding_profile ... success [2.857s] 2021-03-06 02:47:48.469 52 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsRbacTest.test_force_delete_server ... success [1.555s] 2021-03-06 02:47:51.655 52 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_update_port_device_owner ... success [3.309s] 2021-03-06 02:47:55.597 52 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_update_port_fixed_ips_ip_address ... success [3.930s] 2021-03-06 02:47:58.661 52 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_update_port_mac_address ... success [3.057s] 2021-03-06 02:48:00.577 52 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_update_port_security_enabled ... success [1.915s] 2021-03-06 02:48:07.370 52 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_address_scope_rbac.AddressScopeExtRbacTest.test_create_address_scope ... success [2.155s] 2021-03-06 02:48:07.877 52 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_server_actions_rbac.ServerActionsRbacTest.test_create_image ... success [35.799s] 2021-03-06 02:48:09.459 52 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_address_scope_rbac.AddressScopeExtRbacTest.test_create_address_scope_shared ... success [2.092s] 2021-03-06 02:48:09.468 52 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsRbacTest.test_get_server_password ... success [20.981s] 2021-03-06 02:48:11.053 52 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsRbacTest.test_inject_network_info ... success [1.578s] 2021-03-06 02:48:11.581 52 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_address_scope_rbac.AddressScopeExtRbacTest.test_delete_address_scope ... success [2.118s] 2021-03-06 02:48:12.062 52 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_server_actions_rbac.ServerActionsRbacTest.test_pause_server ... success [4.180s] 2021-03-06 02:48:12.986 52 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsRbacTest.test_list_instance_actions ... success [1.914s] 2021-03-06 02:48:12.987 52 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsRbacTest.test_list_servers_extended_server_attributes ... skip [0.000s]: b'This API extension policy was removed in Stein' 2021-03-06 02:48:12.988 52 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsRbacTest.test_list_servers_extended_status ... skip [0.000s]: b'This API extension policy was removed in Stein' 2021-03-06 02:48:12.989 52 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsRbacTest.test_list_servers_keypairs ... skip [0.001s]: b'This API extension policy was removed in Stein' 2021-03-06 02:48:12.990 52 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsRbacTest.test_list_servers_with_details_config_drive ... skip [0.000s]: b'This API extension policy was removed in Stein' 2021-03-06 02:48:12.993 52 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsRbacTest.test_list_servers_with_details_extended_availability_zone ... skip [0.000s]: b'This API extension policy was removed in Stein' 2021-03-06 02:48:12.994 52 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsRbacTest.test_list_servers_with_details_extended_volumes ... skip [0.000s]: b'This API extension policy was removed in Stein' 2021-03-06 02:48:13.804 52 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_address_scope_rbac.AddressScopeExtRbacTest.test_get_address_scope ... success [2.216s] 2021-03-06 02:48:15.382 52 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsRbacTest.test_list_simple_tenant_usages ... success [2.385s] 2021-03-06 02:48:16.013 52 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_address_scope_rbac.AddressScopeExtRbacTest.test_list_address_scopes ... success [2.211s] 2021-03-06 02:48:16.744 52 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_server_actions_rbac.ServerActionsRbacTest.test_reboot_server ... success [4.675s] 2021-03-06 02:48:17.278 52 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsRbacTest.test_lock_server ... success [1.889s] 2021-03-06 02:48:18.344 52 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_address_scope_rbac.AddressScopeExtRbacTest.test_update_address_scope ... success [2.326s] 2021-03-06 02:48:19.037 52 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_qos_rbac.QosExtRbacTest ... skip: b'qos extension not enabled.' 2021-03-06 02:48:19.044 52 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_trunks_rbac.TrunksSubportsExtRbacTest ... skip: b'trunk extension not enabled.' 2021-03-06 02:48:20.910 52 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_address_scope_rbac.AddressScopeExtRbacTest.test_update_address_scope_shared ... success [2.559s] 2021-03-06 02:48:24.244 52 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_encryption_types_rbac.EncryptionTypesV3RbacTest.test_create_volume_type_encryption ... fail [0.007s] 2021-03-06 02:48:24.258 52 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_encryption_types_rbac.EncryptionTypesV3RbacTest.test_delete_volume_type_encryption ... fail [0.003s] 2021-03-06 02:48:24.261 52 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_encryption_types_rbac.EncryptionTypesV3RbacTest.test_show_encryption_specs_item ... fail [0.002s] 2021-03-06 02:48:24.263 52 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_encryption_types_rbac.EncryptionTypesV3RbacTest.test_show_volume_type_encryption ... fail [0.002s] 2021-03-06 02:48:24.269 52 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_encryption_types_rbac.EncryptionTypesV3RbacTest.test_update_volume_type_encryption ... fail [0.003s] 2021-03-06 02:48:30.822 52 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_agents_rbac.DHCPAgentSchedulersRbacTest.test_add_dhcp_agent_to_network ... success [2.311s] 2021-03-06 02:48:30.954 52 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_groups_rbac.GroupTypesV3RbacTest.test_create_group_type ... fail [0.004s] 2021-03-06 02:48:30.963 52 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_groups_rbac.GroupTypesV3RbacTest.test_create_group_type_group_specs ... fail [0.003s] 2021-03-06 02:48:30.971 52 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_groups_rbac.GroupTypesV3RbacTest.test_delete_group_type ... fail [0.003s] 2021-03-06 02:48:30.980 52 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_groups_rbac.GroupTypesV3RbacTest.test_show_group_type ... fail [0.002s] 2021-03-06 02:48:30.988 52 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_groups_rbac.GroupTypesV3RbacTest.test_update_group_type ... fail [0.002s] 2021-03-06 02:48:32.835 52 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_agents_rbac.DHCPAgentSchedulersRbacTest.test_delete_network_from_dhcp_agent ... success [2.010s] 2021-03-06 02:48:34.460 52 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_agents_rbac.DHCPAgentSchedulersRbacTest.test_list_networks_hosted_by_one_dhcp_agent ... success [1.620s] 2021-03-06 02:48:37.897 52 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_dscp_marking_rule_rbac.DscpMarkingRuleExtRbacTest ... skip: b'qos extension not enabled.' 2021-03-06 02:48:37.900 52 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_metering_label_rules_rbac.MeteringLabelRulesRbacTest ... skip: b'metering extension not enabled.' 2021-03-06 02:48:37.904 52 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_policy_bandwidth_limit_rule_rbac.PolicyBandwidthLimitRuleExtRbacTest ... skip: b'qos extension not enabled.' 2021-03-06 02:48:38.122 52 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_groups_rbac.GroupV320RbacTest.test_reset_group_status ... fail [0.401s] 2021-03-06 02:48:44.623 52 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_scheduler_stats_rbac.SchedulerStatsV3RbacTest.test_list_back_end_storage_pools ... fail [0.003s] 2021-03-06 02:48:51.369 52 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_user_messages_rbac.MessagesV3RbacTest.test_delete_message ... fail [0.004s] 2021-03-06 02:48:51.379 52 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_user_messages_rbac.MessagesV3RbacTest.test_list_messages ... fail [0.004s] 2021-03-06 02:48:51.383 52 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_user_messages_rbac.MessagesV3RbacTest.test_show_message ... fail [0.003s] 2021-03-06 02:48:53.590 52 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_add_router_interface ... success [8.497s] 2021-03-06 02:48:55.966 52 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_create_distributed_router ... success [2.372s] 2021-03-06 02:48:57.871 52 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_volume_actions_rbac.VolumesActionsV312RbacTest.test_show_volume_summary ... fail [0.004s] 2021-03-06 02:49:10.077 52 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_create_high_availability_router ... success [14.111s] 2021-03-06 02:49:12.258 52 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_create_router ... success [2.175s] 2021-03-06 02:49:14.424 52 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_volume_actions_rbac.VolumesActionsV3RbacTest.test_attach_volume_to_instance ... fail [0.003s] 2021-03-06 02:49:14.427 52 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_volume_actions_rbac.VolumesActionsV3RbacTest.test_detach_volume_from_instance ... fail [0.003s] 2021-03-06 02:49:14.433 52 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_volume_actions_rbac.VolumesActionsV3RbacTest.test_force_detach_volume_from_instance ... fail [0.002s] 2021-03-06 02:49:14.434 52 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_volume_actions_rbac.VolumesActionsV3RbacTest.test_volume_force_delete ... fail [0.006s] 2021-03-06 02:49:14.439 52 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_volume_actions_rbac.VolumesActionsV3RbacTest.test_volume_readonly_update ... fail [0.002s] 2021-03-06 02:49:14.445 52 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_volume_actions_rbac.VolumesActionsV3RbacTest.test_volume_reserve ... fail [0.003s] 2021-03-06 02:49:14.450 52 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_volume_actions_rbac.VolumesActionsV3RbacTest.test_volume_reset_status ... fail [0.004s] 2021-03-06 02:49:14.455 52 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_volume_actions_rbac.VolumesActionsV3RbacTest.test_volume_retype ... fail [0.003s] 2021-03-06 02:49:14.460 52 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_volume_actions_rbac.VolumesActionsV3RbacTest.test_volume_set_bootable ... fail [0.004s] 2021-03-06 02:49:14.466 52 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_volume_actions_rbac.VolumesActionsV3RbacTest.test_volume_unreserve ... fail [0.003s] 2021-03-06 02:49:18.212 52 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_create_router_enable_snat ... success [5.951s] 2021-03-06 02:49:23.914 52 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_create_router_external_fixed_ips ... success [5.695s] 2021-03-06 02:49:23.926 52 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_server_actions_rbac.ServerActionsRbacTest.test_rebuild_server ... success [67.148s] 2021-03-06 02:49:25.706 52 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsRbacTest.test_rescue_server ... success [68.402s] 2021-03-06 02:49:26.057 52 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_delete_router ... success [2.147s] 2021-03-06 02:49:27.461 52 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_list_routers ... success [1.399s] 2021-03-06 02:49:30.969 52 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_volume_metadata_rbac.VolumeMetadataV3RbacTest.test_create_volume_metadata ... fail [0.003s] 2021-03-06 02:49:30.978 52 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_volume_metadata_rbac.VolumeMetadataV3RbacTest.test_delete_volume_image_metadata ... fail [0.002s] 2021-03-06 02:49:30.995 52 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_volume_metadata_rbac.VolumeMetadataV3RbacTest.test_delete_volume_metadata_item ... fail [0.005s] 2021-03-06 02:49:31.014 52 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_volume_metadata_rbac.VolumeMetadataV3RbacTest.test_list_volumes_details_image_metadata ... fail [0.009s] 2021-03-06 02:49:31.024 52 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_volume_metadata_rbac.VolumeMetadataV3RbacTest.test_show_volume_details_image_metadata ... fail [0.007s] 2021-03-06 02:49:31.025 52 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_volume_metadata_rbac.VolumeMetadataV3RbacTest.test_show_volume_metadata ... fail [0.003s] 2021-03-06 02:49:31.027 52 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_volume_metadata_rbac.VolumeMetadataV3RbacTest.test_show_volume_metadata_item ... fail [0.002s] 2021-03-06 02:49:31.033 52 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_volume_metadata_rbac.VolumeMetadataV3RbacTest.test_update_volume_image_metadata ... fail [0.002s] 2021-03-06 02:49:31.035 52 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_volume_metadata_rbac.VolumeMetadataV3RbacTest.test_update_volume_metadata ... fail [0.009s] 2021-03-06 02:49:31.036 52 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_volume_metadata_rbac.VolumeMetadataV3RbacTest.test_update_volume_metadata_item ... fail [0.002s] 2021-03-06 02:49:37.359 52 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_remove_router_interface ... success [9.894s] 2021-03-06 02:49:39.959 52 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_volume_quotas_rbac.VolumeQuotasV3RbacTest.test_delete_quota_set ... fail [0.004s] 2021-03-06 02:49:39.969 52 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_volume_quotas_rbac.VolumeQuotasV3RbacTest.test_list_default_quotas ... fail [0.003s] 2021-03-06 02:49:39.977 52 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_volume_quotas_rbac.VolumeQuotasV3RbacTest.test_list_quotas ... fail [0.003s] 2021-03-06 02:49:39.981 52 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_volume_quotas_rbac.VolumeQuotasV3RbacTest.test_list_quotas_usage_true ... fail [0.002s] 2021-03-06 02:49:39.987 52 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_volume_quotas_rbac.VolumeQuotasV3RbacTest.test_update_quota_set ... fail [0.004s] 2021-03-06 02:49:40.373 52 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_show_distributed_router ... success [3.009s] 2021-03-06 02:49:52.452 52 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_show_high_availability_router ... success [12.078s] 2021-03-06 02:49:53.180 52 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_volumes_backup_rbac.VolumesBackupsV39RbacTest.test_backup_update ... fail [0.003s] 2021-03-06 02:49:53.882 52 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_show_router ... success [1.429s] 2021-03-06 02:49:57.270 52 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_update_distributed_router ... success [3.386s] 2021-03-06 02:50:13.008 52 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_update_high_availability_router ... success [15.732s] 2021-03-06 02:50:14.793 52 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_update_router ... success [1.779s] 2021-03-06 02:50:20.803 52 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_update_router_enable_snat ... success [6.003s] 2021-03-06 02:50:26.626 52 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_update_router_external_fixed_ips ... success [5.815s] 2021-03-06 02:50:28.424 52 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_update_router_external_gateway_info ... success [1.790s] 2021-03-06 02:50:34.493 52 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_update_router_external_gateway_info_network_id ... success [6.064s] 2021-03-06 02:50:38.605 52 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_server_actions_rbac.ServerActionsRbacTest.test_resize_server ... success [74.641s] 2021-03-06 02:50:53.805 52 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_security_groups_rbac.SecGroupRbacTest.test_create_security_group ... success [1.763s] 2021-03-06 02:50:55.157 52 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_security_groups_rbac.SecGroupRbacTest.test_create_security_group_rule ... success [1.347s] 2021-03-06 02:50:56.756 52 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_security_groups_rbac.SecGroupRbacTest.test_delete_security_group ... success [1.592s] 2021-03-06 02:50:58.249 52 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_security_groups_rbac.SecGroupRbacTest.test_delete_security_group_rule ... success [1.487s] 2021-03-06 02:50:59.625 52 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_security_groups_rbac.SecGroupRbacTest.test_list_security_group_rules ... success [1.371s] 2021-03-06 02:51:00.779 52 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_security_groups_rbac.SecGroupRbacTest.test_list_security_groups ... success [1.147s] 2021-03-06 02:51:01.958 52 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_security_groups_rbac.SecGroupRbacTest.test_show_security_group ... success [1.173s] 2021-03-06 02:51:03.626 52 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_security_groups_rbac.SecGroupRbacTest.test_show_security_group_rule ... success [1.664s] 2021-03-06 02:51:05.310 52 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_security_groups_rbac.SecGroupRbacTest.test_update_security_group ... success [1.680s] 2021-03-06 02:51:06.665 52 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_segments_rbac.SegmentsExtRbacTest ... skip: b'segment extension not enabled.' 2021-03-06 02:51:11.808 52 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_capabilities_rbac.CapabilitiesV3RbacTest.test_show_back_end_capabilities ... fail [0.006s] 2021-03-06 02:51:23.282 52 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_group_snapshots_rbac.GroupSnaphotsV314RbacTest.test_create_group_snapshot ... fail [4.874s] 2021-03-06 02:51:27.926 52 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_group_snapshots_rbac.GroupSnaphotsV314RbacTest.test_delete_group_snapshot_rbac ... fail [4.640s] 2021-03-06 02:51:32.562 52 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_group_snapshots_rbac.GroupSnaphotsV314RbacTest.test_list_group_snapshot_rbac ... fail [4.632s] 2021-03-06 02:51:38.240 52 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_group_snapshots_rbac.GroupSnaphotsV314RbacTest.test_show_group_snapshot_rbac ... fail [5.677s] 2021-03-06 02:51:45.728 52 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_limits_rbac.LimitsV3RbacTest.test_show_limits ... fail [0.004s] 2021-03-06 02:51:52.321 52 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_quota_classes_rbac.QuotaClassesV3RbacTest.test_show_quota_class_set ... fail [0.003s] 2021-03-06 02:51:52.328 52 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_quota_classes_rbac.QuotaClassesV3RbacTest.test_update_quota_class_set ... fail [0.003s] 2021-03-06 02:52:02.358 52 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_snapshots_actions_rbac.SnapshotsActionsV3RbacTest.test_reset_snapshot_status ... fail [0.141s] 2021-03-06 02:52:02.514 52 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_snapshots_actions_rbac.SnapshotsActionsV3RbacTest.test_snapshot_force_delete ... fail [0.153s] 2021-03-06 02:52:02.663 52 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_snapshots_actions_rbac.SnapshotsActionsV3RbacTest.test_update_snapshot_status ... fail [0.143s] 2021-03-06 02:52:13.277 52 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_volume_hosts_rbac.VolumeHostsV3RbacTest.test_list_hosts ... fail [0.003s] 2021-03-06 02:52:13.283 52 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_volume_hosts_rbac.VolumeHostsV3RbacTest.test_show_host ... fail [0.003s] 2021-03-06 02:52:21.538 52 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_volume_transfers_rbac.VolumesTransfersV3RbacTest.test_accept_volume_transfer ... fail [0.004s] 2021-03-06 02:52:21.547 52 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_volume_transfers_rbac.VolumesTransfersV3RbacTest.test_create_volume_transfer ... fail [0.004s] 2021-03-06 02:52:21.554 52 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_volume_transfers_rbac.VolumesTransfersV3RbacTest.test_delete_volume_transfer ... fail [0.003s] 2021-03-06 02:52:21.560 52 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_volume_transfers_rbac.VolumesTransfersV3RbacTest.test_get_volume_transfer ... fail [0.002s] 2021-03-06 02:52:21.566 52 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_volume_transfers_rbac.VolumesTransfersV3RbacTest.test_list_volume_transfers ... fail [0.002s] 2021-03-06 02:52:21.571 52 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_volume_transfers_rbac.VolumesTransfersV3RbacTest.test_list_volume_transfers_details ... fail [0.002s] 2021-03-06 02:52:31.068 52 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_volume_types_access_rbac.VolumeTypesAccessRbacTest.test_add_type_access ... fail [0.005s] 2021-03-06 02:52:31.079 52 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_volume_types_access_rbac.VolumeTypesAccessRbacTest.test_list_type_access ... fail [0.007s] 2021-03-06 02:52:31.086 52 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_volume_types_access_rbac.VolumeTypesAccessRbacTest.test_remove_type_access ... fail [0.004s] 2021-03-06 02:52:38.044 52 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_volume_types_extra_specs_rbac.VolumeTypesExtraSpecsRbacTest.test_create_volume_type_extra_specs ... fail [0.004s] 2021-03-06 02:52:38.053 52 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_volume_types_extra_specs_rbac.VolumeTypesExtraSpecsRbacTest.test_delete_volume_type_extra_specs ... fail [0.003s] 2021-03-06 02:52:38.066 52 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_volume_types_extra_specs_rbac.VolumeTypesExtraSpecsRbacTest.test_list_volume_types_extra_specs ... fail [0.002s] 2021-03-06 02:52:38.071 52 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_volume_types_extra_specs_rbac.VolumeTypesExtraSpecsRbacTest.test_show_volume_type_extra_specs ... fail [0.002s] 2021-03-06 02:52:38.072 52 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_volume_types_extra_specs_rbac.VolumeTypesExtraSpecsRbacTest.test_update_volume_type_extra_specs ... fail [0.002s] 2021-03-06 02:52:50.339 52 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_volumes_backup_rbac.VolumesBackupsV318RbacTest.test_list_backup_details_project_attribute ... fail [0.004s] 2021-03-06 02:52:50.346 52 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_volumes_backup_rbac.VolumesBackupsV318RbacTest.test_show_backup_project_attribute ... fail [0.003s] 2021-03-06 02:53:04.683 52 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_volumes_backup_rbac.VolumesBackupsV3RbacTest.test_create_backup ... fail [0.006s] 2021-03-06 02:53:04.694 52 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_volumes_backup_rbac.VolumesBackupsV3RbacTest.test_delete_backup ... fail [0.002s] 2021-03-06 02:53:04.701 52 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_volumes_backup_rbac.VolumesBackupsV3RbacTest.test_export_backup ... fail [0.002s] 2021-03-06 02:53:04.711 52 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_volumes_backup_rbac.VolumesBackupsV3RbacTest.test_import_backup ... fail [0.006s] 2021-03-06 02:53:04.722 52 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_volumes_backup_rbac.VolumesBackupsV3RbacTest.test_list_backups ... fail [0.002s] 2021-03-06 02:53:04.734 52 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_volumes_backup_rbac.VolumesBackupsV3RbacTest.test_list_backups_with_details ... fail [0.003s] 2021-03-06 02:53:04.743 52 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_volumes_backup_rbac.VolumesBackupsV3RbacTest.test_reset_backup_status ... fail [0.001s] 2021-03-06 02:53:04.754 52 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_volumes_backup_rbac.VolumesBackupsV3RbacTest.test_restore_backup ... fail [0.001s] 2021-03-06 02:53:04.759 52 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_volumes_backup_rbac.VolumesBackupsV3RbacTest.test_show_backup ... fail [0.001s] 2021-03-06 02:54:44.488 52 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsRbacTest.test_reset_network ... success [318.710s] 2021-03-06 02:54:46.206 52 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsRbacTest.test_reset_server_state ... success [1.716s] 2021-03-06 02:54:52.240 52 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsRbacTest.test_resume_server ... success [6.027s] 2021-03-06 02:54:53.637 52 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsRbacTest.test_show_instance_action ... success [1.382s] 2021-03-06 02:54:53.641 52 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsRbacTest.test_show_server_config_drive ... skip [0.001s]: b'This API extension policy was removed in Stein' 2021-03-06 02:54:55.115 52 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsRbacTest.test_show_server_diagnostics ... success [1.462s] 2021-03-06 02:54:55.119 52 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsRbacTest.test_show_server_extended_availability_zone ... skip [0.000s]: b'This API extension policy was removed in Stein' 2021-03-06 02:54:55.124 52 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsRbacTest.test_show_server_extended_server_attributes ... skip [0.000s]: b'This API extension policy was removed in Stein' 2021-03-06 02:54:55.126 52 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsRbacTest.test_show_server_extended_status ... skip [0.000s]: b'This API extension policy was removed in Stein' 2021-03-06 02:54:55.127 52 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsRbacTest.test_show_server_extended_volumes ... skip [0.000s]: b'This API extension policy was removed in Stein' 2021-03-06 02:54:55.128 52 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsRbacTest.test_show_server_keypair ... skip [0.000s]: b'This API extension policy was removed in Stein' 2021-03-06 02:54:55.129 52 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsRbacTest.test_show_server_usage ... skip [0.000s]: b'This API extension policy was removed in Stein' 2021-03-06 02:54:56.542 52 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsRbacTest.test_show_simple_tenant_usage ... success [1.413s] 2021-03-06 02:54:59.829 52 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsRbacTest.test_suspend_server ... success [3.280s] 2021-03-06 02:55:04.266 52 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsRbacTest.test_unlock_server ... success [4.435s] 2021-03-06 02:55:06.493 52 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsRbacTest.test_unlock_server_override ... success [2.216s] 2021-03-06 02:56:18.998 52 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsRbacTest.test_unrescue_server ... success [72.464s] 2021-03-06 02:57:12.628 52 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_server_volume_attachments_rbac.ServerVolumeAttachmentRbacTest.test_create_volume_attachment ... success [5.139s] 2021-03-06 02:57:17.392 52 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_server_volume_attachments_rbac.ServerVolumeAttachmentRbacTest.test_delete_volume_attachment ... success [4.750s] 2021-03-06 02:57:18.692 52 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_server_volume_attachments_rbac.ServerVolumeAttachmentRbacTest.test_list_volume_attachments ... success [1.277s] 2021-03-06 02:57:24.566 52 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_server_volume_attachments_rbac.ServerVolumeAttachmentRbacTest.test_show_volume_attachment ... success [5.871s] 2021-03-06 02:57:24.568 52 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_server_volume_attachments_rbac.ServerVolumeAttachmentRbacTest.test_update_volume_attachment ... skip [0.000s]: b'In-place swapping of volumes not supported.' 2021-03-06 02:57:25.092 52 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_server_actions_rbac.ServerActionsRbacTest.test_revert_resize_server ... success [406.370s] 2021-03-06 02:57:26.885 52 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_server_actions_rbac.ServerActionsRbacTest.test_server_detail ... success [1.795s] 2021-03-06 02:57:30.981 52 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_server_actions_rbac.ServerActionsRbacTest.test_server_detail_all_tenants ... success [4.089s] 2021-03-06 02:57:32.691 52 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_server_actions_rbac.ServerActionsRbacTest.test_server_index ... success [1.700s] 2021-03-06 02:57:34.678 52 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_server_actions_rbac.ServerActionsRbacTest.test_server_index_all_tenants ... success [1.971s] 2021-03-06 02:57:43.915 52 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.image.test_image_namespace_tags_rbac.NamespaceTagsRbacTest.test_create_namespace_tag ... success [1.341s] 2021-03-06 02:57:45.125 52 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.image.test_image_namespace_tags_rbac.NamespaceTagsRbacTest.test_create_namespace_tags ... success [1.209s] 2021-03-06 02:57:46.262 52 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.image.test_image_namespace_tags_rbac.NamespaceTagsRbacTest.test_list_namespace_tags ... success [1.135s] 2021-03-06 02:57:47.552 52 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.image.test_image_namespace_tags_rbac.NamespaceTagsRbacTest.test_show_namespace_tag ... success [1.284s] 2021-03-06 02:57:48.819 52 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.image.test_image_namespace_tags_rbac.NamespaceTagsRbacTest.test_update_namespace_tag ... success [1.265s] 2021-03-06 02:57:58.070 52 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_flavor_service_profile_rbac.FlavorsServiceProfileExtRbacTest.test_create_flavor_service_profile ... success [2.215s] 2021-03-06 02:58:00.182 52 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_flavor_service_profile_rbac.FlavorsServiceProfileExtRbacTest.test_delete_flavor_service_profile ... success [2.104s] 2021-03-06 02:58:12.742 52 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_floating_ips_rbac.FloatingIpsRbacTest.test_create_floating_ip ... success [4.317s] 2021-03-06 02:58:16.807 52 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_floating_ips_rbac.FloatingIpsRbacTest.test_create_floating_ip_floatingip_address ... success [4.062s] 2021-03-06 02:58:20.748 52 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_floating_ips_rbac.FloatingIpsRbacTest.test_delete_floating_ip ... success [3.936s] 2021-03-06 02:58:24.991 52 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_floating_ips_rbac.FloatingIpsRbacTest.test_list_floating_ips ... success [4.235s] 2021-03-06 02:58:28.896 52 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_floating_ips_rbac.FloatingIpsRbacTest.test_show_floating_ip ... success [3.895s] 2021-03-06 02:58:32.920 52 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_floating_ips_rbac.FloatingIpsRbacTest.test_update_floating_ip ... success [4.031s] 2021-03-06 02:58:37.762 52 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_metering_labels_rbac.MeteringLabelsRbacTest ... skip: b'metering extension not enabled.' 2021-03-06 02:58:46.061 52 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_create_network ... success [1.616s] 2021-03-06 02:58:47.338 52 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_create_network_is_default ... success [1.271s] 2021-03-06 02:58:48.616 52 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_create_network_provider_network_type ... success [1.274s] 2021-03-06 02:58:49.767 52 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_create_network_provider_physical_network ... success [1.146s] 2021-03-06 02:58:51.158 52 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_create_network_router_external ... success [1.384s] 2021-03-06 02:58:52.425 52 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_create_network_shared ... success [1.267s] 2021-03-06 02:58:54.704 52 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_delete_network ... success [2.271s] 2021-03-06 02:58:55.771 52 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_list_dhcp_agents_on_hosting_network ... success [1.069s] 2021-03-06 02:58:56.938 52 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_list_networks ... success [1.167s] 2021-03-06 02:58:58.151 52 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_show_network ... success [1.212s] 2021-03-06 02:58:59.378 52 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_show_network_provider_network_type ... success [1.217s] 2021-03-06 02:59:00.550 52 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_show_network_provider_physical_network ... success [1.167s] 2021-03-06 02:59:01.826 52 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_show_network_provider_segmentation_id ... success [1.267s] 2021-03-06 02:59:03.253 52 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_show_network_router_external ... success [1.427s] 2021-03-06 02:59:05.117 52 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_update_network ... success [1.865s] 2021-03-06 02:59:05.119 52 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_update_network_provider_network_type ... skip [0.001s]: b'Skipped until bug: https://storyboard.openstack.org/#!/story/2005489 is resolved.' 2021-03-06 02:59:05.127 52 INFO opnfv-tempest [-] {3} 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-03-06 02:59:05.129 52 INFO opnfv-tempest [-] {3} 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-03-06 02:59:07.026 52 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_update_network_router_external ... success [1.892s] 2021-03-06 02:59:10.160 52 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_update_network_shared ... success [3.132s] 2021-03-06 02:59:13.026 52 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_server_actions_rbac.ServerActionsRbacTest.test_shelve_server ... success [98.315s] 2021-03-06 02:59:18.654 52 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_policy_minimum_bandwidth_rule_rbac.PolicyMinimumBandwidthRuleExtRbacTest ... skip: b'qos extension not enabled.' 2021-03-06 02:59:25.102 52 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_service_providers_rbac.ServiceProvidersRbacTest.test_list_service_providers ... success [1.282s] 2021-03-06 02:59:35.526 52 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_subnets_rbac.SubnetsRbacTest.test_create_subnet ... success [2.583s] 2021-03-06 02:59:38.408 52 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_subnets_rbac.SubnetsRbacTest.test_delete_subnet ... success [2.874s] 2021-03-06 02:59:39.535 52 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_subnets_rbac.SubnetsRbacTest.test_list_subnets ... success [1.125s] 2021-03-06 02:59:40.718 52 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_subnets_rbac.SubnetsRbacTest.test_show_subnet ... success [1.173s] 2021-03-06 02:59:42.386 52 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_subnets_rbac.SubnetsRbacTest.test_update_subnet ... success [1.662s] 2021-03-06 02:59:43.950 52 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_server_actions_rbac.ServerActionsRbacTest.test_show_server ... success [30.900s] 2021-03-06 02:59:51.742 52 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_group_type_specs.GroupTypeSpecsRbacTest.test_group_type_specs_create ... fail [0.005s] 2021-03-06 02:59:51.752 52 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_group_type_specs.GroupTypeSpecsRbacTest.test_group_type_specs_delete ... fail [0.003s] 2021-03-06 02:59:51.760 52 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_group_type_specs.GroupTypeSpecsRbacTest.test_group_type_specs_list ... fail [0.002s] 2021-03-06 02:59:51.765 52 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_group_type_specs.GroupTypeSpecsRbacTest.test_group_type_specs_show ... fail [0.002s] 2021-03-06 02:59:51.769 52 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_group_type_specs.GroupTypeSpecsRbacTest.test_group_type_specs_update ... fail [0.002s] 2021-03-06 02:59:58.588 52 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_groups_rbac.GroupsV3RbacTest.test_create_group ... fail [0.400s] 2021-03-06 02:59:58.769 52 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_groups_rbac.GroupsV3RbacTest.test_delete_group ... fail [0.177s] 2021-03-06 02:59:58.941 52 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_groups_rbac.GroupsV3RbacTest.test_list_groups ... fail [0.168s] 2021-03-06 02:59:59.099 52 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_groups_rbac.GroupsV3RbacTest.test_list_groups_with_details ... fail [0.152s] 2021-03-06 02:59:59.271 52 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_groups_rbac.GroupsV3RbacTest.test_show_group ... fail [0.168s] 2021-03-06 02:59:59.436 52 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_groups_rbac.GroupsV3RbacTest.test_update_group ... fail [0.164s] 2021-03-06 03:00:07.007 52 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_qos_rbac.VolumeQOSV3RbacTest.test_associate_qos ... fail [0.004s] 2021-03-06 03:00:07.011 52 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_qos_rbac.VolumeQOSV3RbacTest.test_create_qos_with_consumer ... fail [0.004s] 2021-03-06 03:00:07.018 52 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_qos_rbac.VolumeQOSV3RbacTest.test_delete_qos_with_consumer ... fail [0.004s] 2021-03-06 03:00:07.022 52 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_qos_rbac.VolumeQOSV3RbacTest.test_disassociate_all_qos ... fail [0.002s] 2021-03-06 03:00:07.027 52 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_qos_rbac.VolumeQOSV3RbacTest.test_disassociate_qos ... fail [0.004s] 2021-03-06 03:00:07.033 52 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_qos_rbac.VolumeQOSV3RbacTest.test_get_association_qos ... fail [0.003s] 2021-03-06 03:00:07.045 52 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_qos_rbac.VolumeQOSV3RbacTest.test_list_qos ... fail [0.002s] 2021-03-06 03:00:07.047 52 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_qos_rbac.VolumeQOSV3RbacTest.test_set_qos_key ... fail [0.002s] 2021-03-06 03:00:07.048 52 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_qos_rbac.VolumeQOSV3RbacTest.test_show_qos ... fail [0.002s] 2021-03-06 03:00:07.050 52 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_qos_rbac.VolumeQOSV3RbacTest.test_unset_qos_key ... fail [0.002s] 2021-03-06 03:00:17.218 52 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_snapshot_manage_rbac.SnapshotManageRbacTest.test_manage_snapshot_rbac ... fail [0.004s] 2021-03-06 03:00:30.295 52 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_volume_actions_rbac.VolumesActionsV310RbacTest.test_volume_upload_image ... fail [0.004s] 2021-03-06 03:00:30.304 52 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_volume_actions_rbac.VolumesActionsV310RbacTest.test_volume_upload_public ... fail [0.002s] 2021-03-06 03:00:38.253 52 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_volume_services_rbac.VolumeServicesV3RbacTest.test_list_services ... fail [0.004s] 2021-03-06 03:00:44.625 52 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_volumes_manage_rbac.VolumesManageV3RbacTest.test_volume_manage ... fail [0.004s] 2021-03-06 03:00:44.631 52 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_volumes_manage_rbac.VolumesManageV3RbacTest.test_volume_unmanage ... fail [0.002s] 2021-03-06 03:00:50.208 52 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_server_actions_rbac.ServerActionsRbacTest.test_start_server ... success [66.232s] 2021-03-06 03:01:53.552 52 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_server_actions_rbac.ServerActionsRbacTest.test_stop_server ... success [63.318s] 2021-03-06 03:07:14.020 52 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_server_actions_rbac.ServerActionsRbacTest.test_unpause_server ... success [320.351s] 2021-03-06 03:09:15.803 52 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_server_actions_rbac.ServerActionsRbacTest.test_unshelve_server ... success [121.739s] 2021-03-06 03:10:06.017 52 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_server_actions_rbac.ServerActionsV214RbacTest.test_evacuate_server ... success [1.240s] 2021-03-06 03:10:42.254 52 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_server_consoles_rbac.ServerConsolesMaxV25RbacTest.test_get_vnc_console_output ... success [1.300s] 2021-03-06 03:11:23.258 52 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_server_consoles_rbac.ServerConsolesV26RbacTest.test_get_remote_console_output ... success [1.340s] 2021-03-06 03:11:40.841 52 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_server_groups_rbac.ServerGroupsRbacTest.test_create_server_group ... success [1.371s] 2021-03-06 03:11:42.177 52 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_server_groups_rbac.ServerGroupsRbacTest.test_delete_server_group ... success [1.333s] 2021-03-06 03:11:43.363 52 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_server_groups_rbac.ServerGroupsRbacTest.test_list_server_groups ... success [1.182s] 2021-03-06 03:11:44.805 52 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_server_groups_rbac.ServerGroupsRbacTest.test_show_server_group ... success [1.436s] 2021-03-06 03:12:15.780 52 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_server_metadata_rbac.ServerMetadataRbacTest.test_delete_server_metadata_item ... success [1.446s] 2021-03-06 03:12:17.331 52 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_server_metadata_rbac.ServerMetadataRbacTest.test_list_server_metadata ... success [1.545s] 2021-03-06 03:12:18.811 52 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_server_metadata_rbac.ServerMetadataRbacTest.test_set_server_metadata ... success [1.476s] 2021-03-06 03:12:20.423 52 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_server_metadata_rbac.ServerMetadataRbacTest.test_set_server_metadata_item ... success [1.606s] 2021-03-06 03:12:21.811 52 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_server_metadata_rbac.ServerMetadataRbacTest.test_show_server_metadata_item ... success [1.382s] 2021-03-06 03:12:23.300 52 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_server_metadata_rbac.ServerMetadataRbacTest.test_update_server_metadata ... success [1.484s] 2021-03-06 03:13:02.953 52 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_server_tags_rbac.ServerTagsRbacTest.test_check_tag_existence ... success [1.645s] 2021-03-06 03:13:04.230 52 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_server_tags_rbac.ServerTagsRbacTest.test_delete_all_tags ... success [1.279s] 2021-03-06 03:13:05.929 52 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_server_tags_rbac.ServerTagsRbacTest.test_delete_tag ... success [1.690s] 2021-03-06 03:13:07.045 52 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_server_tags_rbac.ServerTagsRbacTest.test_list_tags ... success [1.114s] 2021-03-06 03:13:08.318 52 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_server_tags_rbac.ServerTagsRbacTest.test_update_all_tags ... success [1.269s] 2021-03-06 03:13:10.273 52 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_server_tags_rbac.ServerTagsRbacTest.test_update_tag ... success [1.949s] 2021-03-06 03:13:30.125 52 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_services_rbac.ServicesRbacTest.test_list_services ... success [1.326s] 2021-03-06 03:13:40.838 52 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_virtual_interfaces_rbac.VirtualInterfacesRbacTest ... skip: b'nova-network is gone' 2021-03-06 03:13:47.718 52 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.image.test_image_namespace_objects_rbac.ImageNamespacesObjectsRbacTest.test_create_metadef_object_in_namespace ... success [1.713s] 2021-03-06 03:13:49.012 52 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.image.test_image_namespace_objects_rbac.ImageNamespacesObjectsRbacTest.test_list_metadef_objects_in_namespace ... success [1.293s] 2021-03-06 03:13:50.304 52 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.image.test_image_namespace_objects_rbac.ImageNamespacesObjectsRbacTest.test_show_metadef_object_in_namespace ... success [1.291s] 2021-03-06 03:13:51.603 52 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.image.test_image_namespace_objects_rbac.ImageNamespacesObjectsRbacTest.test_update_metadef_object_in_namespace ... success [1.294s] 2021-03-06 03:13:59.708 52 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.image.test_image_namespace_property_rbac.NamespacesPropertyRbacTest.test_add_md_properties ... success [1.522s] 2021-03-06 03:14:01.053 52 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.image.test_image_namespace_property_rbac.NamespacesPropertyRbacTest.test_get_md_properties ... success [1.346s] 2021-03-06 03:14:02.423 52 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.image.test_image_namespace_property_rbac.NamespacesPropertyRbacTest.test_get_md_property ... success [1.365s] 2021-03-06 03:14:03.721 52 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.image.test_image_namespace_property_rbac.NamespacesPropertyRbacTest.test_modify_md_properties ... success [1.290s] 2021-03-06 03:14:11.496 52 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_communitize_image ... success [1.270s] 2021-03-06 03:14:12.694 52 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_create_image ... success [1.192s] 2021-03-06 03:14:13.965 52 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_create_image_tag ... success [1.269s] 2021-03-06 03:14:15.666 52 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_deactivate_image ... success [1.701s] 2021-03-06 03:14:17.069 52 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_delete_image ... success [1.400s] 2021-03-06 03:14:18.333 52 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_delete_image_tag ... success [1.262s] 2021-03-06 03:14:20.709 52 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_download_image ... success [2.375s] 2021-03-06 03:14:21.913 52 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_list_images ... success [1.200s] 2021-03-06 03:14:23.065 52 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_publicize_image ... success [1.147s] 2021-03-06 03:14:24.634 52 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_reactivate_image ... success [1.570s] 2021-03-06 03:14:25.790 52 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_show_image ... success [1.145s] 2021-03-06 03:14:27.052 52 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_update_image ... success [1.252s] 2021-03-06 03:14:29.131 52 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_upload_image ... success [2.071s] 2021-03-06 03:14:42.847 52 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_agents_rbac.L3AgentsExtRbacTest.test_list_l3_agents_on_router ... success [2.345s] 2021-03-06 03:14:52.613 52 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_availability_zones_rbac.AvailabilityZoneExtRbacTest.test_list_availability_zone_rbac ... success [2.343s] 2021-03-06 03:15:01.769 52 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_network_ip_availability_rbac.NetworkIpAvailabilityExtRbacTest.test_get_network_ip_availabilities ... success [2.370s] 2021-03-06 03:15:04.172 52 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_network_ip_availability_rbac.NetworkIpAvailabilityExtRbacTest.test_get_network_ip_availability ... success [2.407s] 2021-03-06 03:15:15.269 52 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_network_segments_rbac.NetworkSegmentsRbacTest.test_create_network_segments ... success [3.157s] 2021-03-06 03:15:18.267 52 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_network_segments_rbac.NetworkSegmentsRbacTest.test_show_network_segments ... success [2.997s] 2021-03-06 03:15:21.565 52 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_network_segments_rbac.NetworkSegmentsRbacTest.test_update_network_segments ... success [3.297s] 2021-03-06 03:15:32.080 52 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_rbac_policies_rbac.RbacPoliciesExtRbacTest.test_create_rbac_policy ... success [3.355s] 2021-03-06 03:15:35.570 52 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_rbac_policies_rbac.RbacPoliciesExtRbacTest.test_delete_rbac_policy ... success [3.483s] 2021-03-06 03:15:38.916 52 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_rbac_policies_rbac.RbacPoliciesExtRbacTest.test_list_rbac_policies ... success [3.333s] 2021-03-06 03:15:42.160 52 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_rbac_policies_rbac.RbacPoliciesExtRbacTest.test_show_rbac_policy ... success [3.239s] 2021-03-06 03:15:45.662 52 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_rbac_policies_rbac.RbacPoliciesExtRbacTest.test_update_rbac_policy ... success [3.499s] 2021-03-06 03:15:55.569 52 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_service_profile_rbac.ServiceProfileExtRbacTest.test_create_service_profile ... success [2.070s] 2021-03-06 03:15:57.711 52 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_service_profile_rbac.ServiceProfileExtRbacTest.test_delete_service_profile ... success [2.143s] 2021-03-06 03:15:59.699 52 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_service_profile_rbac.ServiceProfileExtRbacTest.test_show_service_profile ... success [1.983s] 2021-03-06 03:16:01.755 52 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_service_profile_rbac.ServiceProfileExtRbacTest.test_update_service_profile ... success [2.053s] 2021-03-06 03:16:10.080 52 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_subnetpools_rbac.SubnetPoolsRbacTest.test_create_subnetpool ... success [1.612s] 2021-03-06 03:16:11.560 52 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_subnetpools_rbac.SubnetPoolsRbacTest.test_create_subnetpool_default ... success [1.479s] 2021-03-06 03:16:13.175 52 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_subnetpools_rbac.SubnetPoolsRbacTest.test_create_subnetpool_shared ... success [1.614s] 2021-03-06 03:16:14.514 52 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_subnetpools_rbac.SubnetPoolsRbacTest.test_delete_subnetpool ... success [1.338s] 2021-03-06 03:16:15.845 52 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_subnetpools_rbac.SubnetPoolsRbacTest.test_list_subnetpools ... success [1.330s] 2021-03-06 03:16:17.189 52 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_subnetpools_rbac.SubnetPoolsRbacTest.test_show_subnetpool ... success [1.342s] 2021-03-06 03:16:18.627 52 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_subnetpools_rbac.SubnetPoolsRbacTest.test_update_subnetpool ... success [1.437s] 2021-03-06 03:16:20.185 52 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_subnetpools_rbac.SubnetPoolsRbacTest.test_update_subnetpool_is_default ... success [1.555s] 2021-03-06 03:16:21.466 52 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_trunks_rbac.TrunksExtRbacTest ... skip: b'trunk extension not enabled.' 2021-03-06 03:16:31.584 52 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_group_snapshots_rbac.GroupSnaphotsV319RbacTest.test_reset_group_snapshot_rbac ... fail [5.011s] 2021-03-06 03:16:41.556 52 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_snapshots_metadata_rbac.SnapshotMetadataV3RbacTest.test_delete_snapshot_metadata_item ... fail [0.004s] 2021-03-06 03:16:41.572 52 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_snapshots_metadata_rbac.SnapshotMetadataV3RbacTest.test_get_snapshot_metadata ... fail [0.004s] 2021-03-06 03:16:41.575 52 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_snapshots_metadata_rbac.SnapshotMetadataV3RbacTest.test_get_snapshot_metadata_for_volume_tenant ... fail [0.003s] 2021-03-06 03:16:41.578 52 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_snapshots_metadata_rbac.SnapshotMetadataV3RbacTest.test_show_snapshot_metadata_item ... fail [0.003s] 2021-03-06 03:16:41.586 52 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_snapshots_metadata_rbac.SnapshotMetadataV3RbacTest.test_update_snapshot_metadata ... fail [0.003s] 2021-03-06 03:16:41.592 52 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_snapshots_metadata_rbac.SnapshotMetadataV3RbacTest.test_update_snapshot_metadata_item ... fail [0.003s] 2021-03-06 03:16:52.508 52 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_volume_basic_crud_rbac.VolumesBasicCrudV3RbacTest.test_create_volume ... fail [0.003s] 2021-03-06 03:16:52.516 52 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_volume_basic_crud_rbac.VolumesBasicCrudV3RbacTest.test_create_volume_from_image ... fail [0.003s] 2021-03-06 03:16:52.518 52 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_volume_basic_crud_rbac.VolumesBasicCrudV3RbacTest.test_delete_volume ... fail [0.002s] 2021-03-06 03:16:52.527 52 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_volume_basic_crud_rbac.VolumesBasicCrudV3RbacTest.test_list_volumes ... fail [0.002s] 2021-03-06 03:16:52.528 52 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_volume_basic_crud_rbac.VolumesBasicCrudV3RbacTest.test_list_volumes_with_details ... fail [0.002s] 2021-03-06 03:16:52.530 52 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_volume_basic_crud_rbac.VolumesBasicCrudV3RbacTest.test_show_volume ... fail [0.002s] 2021-03-06 03:16:52.538 52 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_volume_basic_crud_rbac.VolumesBasicCrudV3RbacTest.test_update_volume ... fail [0.002s] 2021-03-06 03:17:00.364 52 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_volume_types_rbac.VolumeTypesRbacTest.test_create_volume_type ... fail [0.004s] 2021-03-06 03:17:00.372 52 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_volume_types_rbac.VolumeTypesRbacTest.test_delete_volume_type ... fail [0.005s] 2021-03-06 03:17:00.378 52 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_volume_types_rbac.VolumeTypesRbacTest.test_update_volume_type ... fail [0.002s] 2021-03-06 03:17:09.109 52 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_volumes_extend_rbac.VolumesExtendV3RbacTest.test_volume_extend ... fail [0.003s] 2021-03-06 03:17:20.389 52 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_volumes_snapshots_rbac.VolumesSnapshotV3RbacTest.test_create_snapshot ... fail [0.003s] 2021-03-06 03:17:20.396 52 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_volumes_snapshots_rbac.VolumesSnapshotV3RbacTest.test_delete_snapshot ... fail [0.005s] 2021-03-06 03:17:20.404 52 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_volumes_snapshots_rbac.VolumesSnapshotV3RbacTest.test_list_snapshots ... fail [0.003s] 2021-03-06 03:17:20.412 52 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_volumes_snapshots_rbac.VolumesSnapshotV3RbacTest.test_list_snapshots_details ... fail [0.002s] 2021-03-06 03:17:20.419 52 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_volumes_snapshots_rbac.VolumesSnapshotV3RbacTest.test_list_snapshots_details_with_extended_attributes ... fail [0.002s] 2021-03-06 03:17:20.426 52 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_volumes_snapshots_rbac.VolumesSnapshotV3RbacTest.test_show_snapshot ... fail [0.002s] 2021-03-06 03:17:20.433 52 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_volumes_snapshots_rbac.VolumesSnapshotV3RbacTest.test_show_snapshot_with_extended_attributes ... fail [0.002s] 2021-03-06 03:17:20.440 52 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_volumes_snapshots_rbac.VolumesSnapshotV3RbacTest.test_update_snapshot ... fail [0.002s] 2021-03-06 03:17:26.621 52 INFO rally.task.context [-] Verification 528d762b-0fe6-41b8-a79c-7b25f4cce733 | Context testr@default cleanup() started 2021-03-06 03:17:26.621 52 INFO rally.task.context [-] Verification 528d762b-0fe6-41b8-a79c-7b25f4cce733 | Context testr@default cleanup() finished in 0.52 msec 2021-03-06 03:17:26.622 52 INFO rally.task.context [-] Verification 528d762b-0fe6-41b8-a79c-7b25f4cce733 | Context tempest@default cleanup() started 2021-03-06 03:17:27.152 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Deleting role 'ResellerAdmin'. 2021-03-06 03:17:27.262 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Role 'ResellerAdmin' has been deleted. 2021-03-06 03:17:27.302 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Deleting flavor 'rally_verify_f9cd1e5c_s6yUGDFD'. 2021-03-06 03:17:27.569 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_f9cd1e5c_s6yUGDFD' has been deleted. 2021-03-06 03:17:27.570 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Removing value 'bbf6e1f2-beed-466c-ae6e-c36f934040c2' of option 'instance_type' from Tempest config file. 2021-03-06 03:17:27.571 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Value 'bbf6e1f2-beed-466c-ae6e-c36f934040c2' has been removed. 2021-03-06 03:17:27.573 52 INFO rally.task.context [-] Verification 528d762b-0fe6-41b8-a79c-7b25f4cce733 | Context tempest@default cleanup() finished in 0.95 sec 2021-03-06 03:17:27.622 52 INFO rally.api [-] Verification (UUID=f9cd1e5c-938f-4dd6-8216-5ce9ded75165) has been successfully finished for deployment 'opnfv-rally' (UUID=a38bdeea-2626-4be0-88d9-d67be6abc2d6)! 2021-03-06 03:17:29.937 67 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-03-06 03:17:29.937 67 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-03-06 03:17:29.938 67 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-03-06 03:17:32.145 69 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-03-06 03:17:32.145 69 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-03-06 03:17:32.146 69 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-03-06 03:17:35.163 69 INFO rally.api [-] Building 'html' report for the following verification(s): 'f9cd1e5c-938f-4dd6-8216-5ce9ded75165' 2021-03-06 03:17:35.190 69 INFO rally.api [-] The report has been successfully built. 2021-03-06 03:17:37.130 71 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-03-06 03:17:37.131 71 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-03-06 03:17:37.131 71 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-03-06 03:17:39.844 71 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): 'f9cd1e5c-938f-4dd6-8216-5ce9ded75165' 2021-03-06 03:17:39.866 71 INFO rally.api [-] The report has been successfully built.