2021-01-31 01:41:15.690 23 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-01-31 01:41:15.690 23 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-01-31 01:41:15.691 23 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-01-31 01:41:18.517 23 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-01-31 01:41:18.517 23 ERROR rally.cli.cliutils Traceback (most recent call last): 2021-01-31 01:41:18.517 23 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2021-01-31 01:41:18.517 23 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2021-01-31 01:41:18.517 23 ERROR rally.cli.cliutils File "", line 2, in destroy 2021-01-31 01:41:18.517 23 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2021-01-31 01:41:18.517 23 ERROR rally.cli.cliutils return f(*args, **kwargs) 2021-01-31 01:41:18.517 23 ERROR rally.cli.cliutils File "", line 2, in destroy 2021-01-31 01:41:18.517 23 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2021-01-31 01:41:18.517 23 ERROR rally.cli.cliutils return f(*args, **kwargs) 2021-01-31 01:41:18.517 23 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2021-01-31 01:41:18.517 23 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2021-01-31 01:41:18.517 23 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2021-01-31 01:41:18.517 23 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2021-01-31 01:41:18.517 23 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2021-01-31 01:41:18.517 23 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2021-01-31 01:41:18.517 23 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2021-01-31 01:41:18.517 23 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2021-01-31 01:41:18.517 23 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2021-01-31 01:41:18.517 23 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2021-01-31 01:41:18.517 23 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2021-01-31 01:41:18.517 23 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2021-01-31 01:41:18.517 23 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2021-01-31 01:41:18.517 23 ERROR rally.cli.cliutils 2021-01-31 01:41:20.473 25 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-01-31 01:41:20.474 25 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-01-31 01:41:20.474 25 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-01-31 01:41:25.677 27 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-01-31 01:41:25.677 27 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-01-31 01:41:25.677 27 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-01-31 01:41:32.243 30 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-01-31 01:41:32.244 30 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-01-31 01:41:32.245 30 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-01-31 01:41:34.224 33 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-01-31 01:41:34.225 33 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-01-31 01:41:34.225 33 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-01-31 01:41:37.110 33 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-01-31 01:41:37.110 33 ERROR rally.cli.cliutils Traceback (most recent call last): 2021-01-31 01:41:37.110 33 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2021-01-31 01:41:37.110 33 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2021-01-31 01:41:37.110 33 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2021-01-31 01:41:37.110 33 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2021-01-31 01:41:37.110 33 ERROR rally.cli.cliutils return f(*args, **kwargs) 2021-01-31 01:41:37.110 33 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2021-01-31 01:41:37.110 33 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2021-01-31 01:41:37.110 33 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2021-01-31 01:41:37.110 33 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2021-01-31 01:41:37.110 33 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2021-01-31 01:41:37.110 33 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2021-01-31 01:41:37.110 33 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2021-01-31 01:41:37.110 33 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2021-01-31 01:41:37.110 33 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2021-01-31 01:41:37.110 33 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2021-01-31 01:41:37.110 33 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2021-01-31 01:41:37.110 33 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2021-01-31 01:41:37.110 33 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2021-01-31 01:41:37.110 33 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2021-01-31 01:41:37.110 33 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2021-01-31 01:41:37.110 33 ERROR rally.cli.cliutils 2021-01-31 01:41:39.102 35 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-01-31 01:41:39.103 35 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-01-31 01:41:39.103 35 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-01-31 01:41:42.044 35 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2021-01-31 01:41:42.094 35 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-4c0a0d1b-9bc5-4c55-9a56-916580ee6097/repo. 2021-01-31 01:41:42.412 35 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-4c0a0d1b-9bc5-4c55-9a56-916580ee6097/repo'... done. Note: switching to '04839aad0bc78c3acf54a5e9c6b27fc66368c7c9'. 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-01-31 01:41:42.457 35 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'tags/24.0.0-208-g04839aad0 ' 2021-01-31 01:41:42.466 35 RALLYDEBUG rally.verification.utils [-] Subprocess output: '04839aad0bc78c3acf54a5e9c6b27fc66368c7c9 ' 2021-01-31 01:41:42.488 35 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2021-01-31 01:41:42.578 35 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2021-01-31 01:41:43.525 35 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=4c0a0d1b-9bc5-4c55-9a56-916580ee6097) has been successfully created! 2021-01-31 01:41:45.637 43 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-01-31 01:41:45.637 43 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-01-31 01:41:45.638 43 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-01-31 01:41:51.534 46 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-01-31 01:41:51.534 46 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-01-31 01:41:51.534 46 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-01-31 01:41:54.223 46 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=4c0a0d1b-9bc5-4c55-9a56-916580ee6097) for deployment 'opnfv-rally' (UUID=8e053c35-33b3-4057-8010-f45f46984619). 2021-01-31 01:41:54.966 46 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=4c0a0d1b-9bc5-4c55-9a56-916580ee6097) has been successfully configured for deployment 'opnfv-rally' (UUID=8e053c35-33b3-4057-8010-f45f46984619)! 2021-01-31 01:42:06.202 51 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-01-31 01:42:06.202 51 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-01-31 01:42:06.203 51 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-01-31 01:42:08.882 51 INFO rally.api [-] Starting verification (UUID=ce6e0a20-a90d-4d46-81a4-502017eff0c2) for deployment 'opnfv-rally' (UUID=8e053c35-33b3-4057-8010-f45f46984619) by verifier 'opnfv-tempest' (UUID=4c0a0d1b-9bc5-4c55-9a56-916580ee6097). 2021-01-31 01:42:10.067 51 RALLYDEBUG rally_openstack.verification.tempest.context [-] Creating role 'ResellerAdmin'. 2021-01-31 01:42:10.130 51 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2021-01-31 01:42:10.130 51 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-4c0a0d1b-9bc5-4c55-9a56-916580ee6097/for-deployment-8e053c35-33b3-4057-8010-f45f46984619/tempest.log' to option 'log_file'. 2021-01-31 01:42:10.130 51 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-4c0a0d1b-9bc5-4c55-9a56-916580ee6097/for-deployment-8e053c35-33b3-4057-8010-f45f46984619/tempest.log 2021-01-31 01:42:10.131 51 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2021-01-31 01:42:10.131 51 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-4c0a0d1b-9bc5-4c55-9a56-916580ee6097/for-deployment-8e053c35-33b3-4057-8010-f45f46984619/lock_files' to option 'lock_path'. 2021-01-31 01:42:10.131 51 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-4c0a0d1b-9bc5-4c55-9a56-916580ee6097/for-deployment-8e053c35-33b3-4057-8010-f45f46984619/lock_files 2021-01-31 01:42:10.132 51 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is already configured in Tempest config file. img_dir = /home/opnfv/functest/images 2021-01-31 01:42:10.132 51 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-01-31 01:42:10.132 51 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = a1e93d58-ac08-4377-badc-ee25053b3830 2021-01-31 01:42:10.132 51 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = 677c7705-32b4-4849-b5c7-8c4e5b1b9be3 2021-01-31 01:42:10.133 51 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = 3d67d722-d23e-4a7c-be4c-03dd69eca9e3 2021-01-31 01:42:10.133 51 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = 505581f8-af4f-4f94-95be-84b6afb160e7 2021-01-31 01:42:10.444 51 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2021-01-31 01:42:10.445 51 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = patrole_member-net_8be3c211-a6c9-4934-9554-3f157cbb7cc2 2021-01-31 01:42:10.446 51 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2021-01-31 01:42:10.540 51 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2021-01-31 01:42:10.579 51 RALLYDEBUG rally_openstack.verification.tempest.context [-] There is no flavor with the mentioned properties. 2021-01-31 01:42:10.580 51 RALLYDEBUG rally_openstack.verification.tempest.context [-] Creating flavor 'rally_verify_ce6e0a20_6XEm7ZLf' with the following properties: RAM = 64MB, VCPUs = 1, disk = 5GB. 2021-01-31 01:42:10.626 51 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_ce6e0a20_6XEm7ZLf' (ID = fc06ba83-548e-44ed-a5c6-aad5d91ca115) has been successfully created! 2021-01-31 01:42:10.627 51 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value 'fc06ba83-548e-44ed-a5c6-aad5d91ca115' to option 'instance_type'. 2021-01-31 01:42:10.627 51 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = fc06ba83-548e-44ed-a5c6-aad5d91ca115 2021-01-31 01:42:10.629 51 INFO rally.task.context [-] Verification 4c0a0d1b-9bc5-4c55-9a56-916580ee6097 | Context tempest@default setup() finished in 1.17 sec 2021-01-31 01:42:10.631 51 INFO rally.task.context [-] Verification 4c0a0d1b-9bc5-4c55-9a56-916580ee6097 | Context testr@default setup() finished in 1.02 msec 2021-01-31 01:42:10.631 51 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --concurrency 4 --load-list /tmp/ff56482a-277d-4e23-bb40-765576a2bacf'. 2021-01-31 01:42:21.200 51 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_fixed_ips_rbac.FixedIpsRbacTest ... skip: b'FixedIpsRbacTest skipped as neutron is available' 2021-01-31 01:42:28.408 51 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_agents_rbac.AgentsRbacTest.test_create_agent ... success [2.156s] 2021-01-31 01:42:28.410 51 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_flavor_extra_specs_rbac.FlavorExtraSpecsRbacTest.test_list_flavor_extra_specs ... success [2.166s] 2021-01-31 01:42:28.621 51 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_availability_zone_rbac.NovaAvailabilityZoneRbacTest.test_get_availability_zone_list_detail_rbac ... success [1.970s] 2021-01-31 01:42:29.612 51 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_agents_rbac.AgentsRbacTest.test_delete_agent ... success [1.192s] 2021-01-31 01:42:29.613 51 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_flavor_extra_specs_rbac.FlavorExtraSpecsRbacTest.test_set_flavor_extra_spec ... success [1.188s] 2021-01-31 01:42:29.739 51 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_availability_zone_rbac.NovaAvailabilityZoneRbacTest.test_get_availability_zone_list_rbac ... success [1.104s] 2021-01-31 01:42:29.923 51 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_aggregates_rbac.AggregatesRbacTest.test_add_host_to_aggregate_rbac ... success [3.012s] 2021-01-31 01:42:30.780 51 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_agents_rbac.AgentsRbacTest.test_list_agents_rbac ... success [1.173s] 2021-01-31 01:42:30.965 51 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_flavor_extra_specs_rbac.FlavorExtraSpecsRbacTest.test_show_flavor_extra_spec ... success [1.353s] 2021-01-31 01:42:31.343 51 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_aggregates_rbac.AggregatesRbacTest.test_create_aggregate_rbac ... success [1.399s] 2021-01-31 01:42:32.302 51 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_agents_rbac.AgentsRbacTest.test_update_agent ... success [1.517s] 2021-01-31 01:42:32.320 51 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_flavor_extra_specs_rbac.FlavorExtraSpecsRbacTest.test_unset_flavor_extra_spec ... success [1.352s] 2021-01-31 01:42:32.885 51 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_aggregates_rbac.AggregatesRbacTest.test_delete_aggregate_rbac ... success [1.532s] 2021-01-31 01:42:33.754 51 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_flavor_extra_specs_rbac.FlavorExtraSpecsRbacTest.test_update_flavor_extra_spec ... success [1.431s] 2021-01-31 01:42:34.106 51 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_aggregates_rbac.AggregatesRbacTest.test_list_aggregate_rbac ... success [1.211s] 2021-01-31 01:42:37.111 51 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_aggregates_rbac.AggregatesRbacTest.test_remove_host_from_aggregate_rbac ... success [2.997s] 2021-01-31 01:42:37.183 51 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_flavor_manage_rbac.FlavorManageRbacTest.test_create_flavor_manage ... success [1.307s] 2021-01-31 01:42:38.725 51 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_flavor_manage_rbac.FlavorManageRbacTest.test_delete_flavor_manage ... success [1.537s] 2021-01-31 01:42:38.737 51 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_aggregates_rbac.AggregatesRbacTest.test_set_metadata_on_aggregate_rbac ... success [1.615s] 2021-01-31 01:42:40.208 51 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_aggregates_rbac.AggregatesRbacTest.test_show_aggregate_rbac ... success [1.463s] 2021-01-31 01:42:40.554 51 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_flavor_access_rbac.FlavorAccessRbacTest.test_add_flavor_access ... success [1.793s] 2021-01-31 01:42:41.242 51 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_floating_ip_pools_rbac.FloatingIpPoolsRbacTest.test_list_floating_ip_pools ... success [1.329s] 2021-01-31 01:42:41.739 51 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_aggregates_rbac.AggregatesRbacTest.test_update_aggregate_rbac ... success [1.520s] 2021-01-31 01:42:42.337 51 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_flavor_access_rbac.FlavorAccessRbacTest.test_list_flavor_access ... success [1.779s] 2021-01-31 01:42:42.338 51 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_flavor_access_rbac.FlavorAccessRbacTest.test_list_flavors_details_contains_is_public_key ... skip [0.000s]: b'This API extension policy was removed in Stein' 2021-01-31 01:42:44.494 51 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_flavor_access_rbac.FlavorAccessRbacTest.test_remove_flavor_access ... success [2.148s] 2021-01-31 01:42:44.495 51 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_flavor_access_rbac.FlavorAccessRbacTest.test_show_flavor_contains_is_public_key ... skip [0.000s]: b'This API extension policy was removed in Stein' 2021-01-31 01:42:46.391 51 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_hosts_rbac.HostsRbacTest.test_list_hosts ... success [1.403s] 2021-01-31 01:42:47.824 51 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_flavor_rxtx_rbac.FlavorRxtxRbacTest.test_get_flavor_rxtx ... skip [0.000s]: b'This API extension policy was removed in Stein' 2021-01-31 01:42:47.825 51 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_flavor_rxtx_rbac.FlavorRxtxRbacTest.test_list_flavors_details_rxtx ... skip [0.000s]: b'This API extension policy was removed in Stein' 2021-01-31 01:42:48.057 51 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_hosts_rbac.HostsRbacTest.test_show_host_details ... success [1.665s] 2021-01-31 01:42:48.782 51 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_floating_ips_bulk_rbac.FloatingIpsBulkRbacTest ... skip: b'nova-network is gone' 2021-01-31 01:42:53.340 51 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_images_rbac.ImagesMetadataRbacTest.test_create_image_metadata ... success [2.133s] 2021-01-31 01:42:54.634 51 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_images_rbac.ImageSizeRbacTest.test_list_images_with_details_includes_image_size ... skip [0.000s]: b'This API extension policy was removed in Stein' 2021-01-31 01:42:54.635 51 INFO opnfv-tempest [-] {3} 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-01-31 01:42:55.234 51 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_limits_rbac.LimitsRbacTest.test_show_limits ... success [1.181s] 2021-01-31 01:42:55.405 51 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_hypervisor_rbac.HypervisorMaxv252RbacTest.test_list_servers_on_hypervisor ... success [1.369s] 2021-01-31 01:42:55.502 51 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_images_rbac.ImagesMetadataRbacTest.test_delete_image_metadata_item ... success [2.153s] 2021-01-31 01:42:56.818 51 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_images_rbac.ImagesMetadataRbacTest.test_list_image_metadata ... success [1.315s] 2021-01-31 01:42:56.846 51 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_hypervisor_rbac.HypervisorMaxv252RbacTest.test_search_hypervisor ... success [1.427s] 2021-01-31 01:42:59.119 51 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_images_rbac.ImagesMetadataRbacTest.test_show_image_metadata_item ... success [2.302s] 2021-01-31 01:43:01.267 51 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_images_rbac.ImagesMetadataRbacTest.test_update_image_metadata ... success [2.142s] 2021-01-31 01:43:02.732 51 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_images_rbac.ImagesRbacTest.test_delete_image ... success [1.595s] 2021-01-31 01:43:03.223 51 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_images_rbac.ImagesMetadataRbacTest.test_update_image_metadata_item ... success [1.953s] 2021-01-31 01:43:03.889 51 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_images_rbac.ImagesRbacTest.test_list_images ... success [1.157s] 2021-01-31 01:43:04.957 51 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_hypervisor_rbac.HypervisorRbacTest.test_list_hypervisors ... success [1.460s] 2021-01-31 01:43:05.081 51 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_images_rbac.ImagesRbacTest.test_list_images_with_details ... success [1.189s] 2021-01-31 01:43:06.208 51 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_images_rbac.ImagesRbacTest.test_show_image_details ... success [1.125s] 2021-01-31 01:43:06.588 51 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_hypervisor_rbac.HypervisorRbacTest.test_list_hypervisors_with_details ... success [1.626s] 2021-01-31 01:43:08.081 51 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_hypervisor_rbac.HypervisorRbacTest.test_show_hypervisor ... success [1.489s] 2021-01-31 01:43:09.402 51 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_hypervisor_rbac.HypervisorRbacTest.test_show_hypervisor_statistics ... success [1.319s] 2021-01-31 01:43:10.786 51 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_hypervisor_rbac.HypervisorRbacTest.test_show_hypervisor_uptime ... success [1.382s] 2021-01-31 01:43:13.015 51 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_quota_sets_rbac.QuotaSetsRbacTest.test_delete_quota_set ... success [2.236s] 2021-01-31 01:43:14.094 51 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.316s] 2021-01-31 01:43:14.320 51 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_quota_sets_rbac.QuotaSetsRbacTest.test_show_default_quota_set ... success [1.303s] 2021-01-31 01:43:15.203 51 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.102s] 2021-01-31 01:43:15.510 51 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_quota_sets_rbac.QuotaSetsRbacTest.test_show_quota_set ... success [1.186s] 2021-01-31 01:43:16.904 51 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_quota_sets_rbac.QuotaSetsRbacTest.test_show_quota_set_details ... success [1.389s] 2021-01-31 01:43:18.073 51 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_security_groups_rbac.SecurtiyGroupsRbacTest.test_create_security_group_for_server ... success [3.351s] 2021-01-31 01:43:18.715 51 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_keypairs_rbac.KeypairsRbacTest.test_create_keypair ... success [1.489s] 2021-01-31 01:43:18.970 51 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_quota_sets_rbac.QuotaSetsRbacTest.test_update_quota_set ... success [2.066s] 2021-01-31 01:43:19.496 51 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_security_groups_rbac.SecurtiyGroupsRbacTest.test_list_security_groups_by_server ... success [1.418s] 2021-01-31 01:43:20.522 51 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_keypairs_rbac.KeypairsRbacTest.test_delete_keypair ... success [1.794s] 2021-01-31 01:43:21.998 51 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_keypairs_rbac.KeypairsRbacTest.test_index_keypair ... success [1.462s] 2021-01-31 01:43:23.391 51 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_security_groups_rbac.SecurtiyGroupsRbacTest.test_remove_security_group_from_server ... success [3.888s] 2021-01-31 01:43:23.782 51 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_keypairs_rbac.KeypairsRbacTest.test_show_keypair ... success [1.789s] 2021-01-31 01:43:24.964 51 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_quota_class_sets_rbac.QuotaClassesRbacTest.test_show_quota_class_set ... success [1.355s] 2021-01-31 01:43:26.701 51 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_quota_class_sets_rbac.QuotaClassesRbacTest.test_update_quota_class_set ... success [1.730s] 2021-01-31 01:43:31.385 51 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_migrations_rbac.MigrationsRbacTest.test_list_services ... success [1.343s] 2021-01-31 01:43:39.609 51 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_security_groups_rbac.SecurityGroupsRbacMaxV235Test.test_create_security_groups ... success [1.807s] 2021-01-31 01:43:41.613 51 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_security_groups_rbac.SecurityGroupsRbacMaxV235Test.test_delete_security_groups ... success [2.004s] 2021-01-31 01:43:42.925 51 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_security_groups_rbac.SecurityGroupsRbacMaxV235Test.test_list_security_groups ... success [1.305s] 2021-01-31 01:43:44.368 51 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_security_groups_rbac.SecurityGroupsRbacMaxV235Test.test_show_security_groups ... success [1.428s] 2021-01-31 01:43:44.676 51 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_server_consoles_rbac.ServerConsolesV26RbacTest.test_get_remote_console_output ... success [1.290s] 2021-01-31 01:43:46.054 51 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_security_groups_rbac.SecurityGroupsRbacMaxV235Test.test_update_security_groups ... success [1.679s] 2021-01-31 01:43:55.928 51 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_server_consoles_rbac.ServerConsolesMaxV25RbacTest.test_get_vnc_console_output ... success [1.591s] 2021-01-31 01:44:12.716 51 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_server_tags_rbac.ServerTagsRbacTest.test_check_tag_existence ... success [1.694s] 2021-01-31 01:44:14.030 51 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_server_tags_rbac.ServerTagsRbacTest.test_delete_all_tags ... success [1.310s] 2021-01-31 01:44:15.590 51 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_server_tags_rbac.ServerTagsRbacTest.test_delete_tag ... success [1.556s] 2021-01-31 01:44:16.759 51 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_server_tags_rbac.ServerTagsRbacTest.test_list_tags ... success [1.165s] 2021-01-31 01:44:18.039 51 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_server_tags_rbac.ServerTagsRbacTest.test_update_all_tags ... success [1.277s] 2021-01-31 01:44:18.664 51 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_server_metadata_rbac.ServerMetadataRbacTest.test_delete_server_metadata_item ... success [1.540s] 2021-01-31 01:44:19.675 51 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_server_tags_rbac.ServerTagsRbacTest.test_update_tag ... success [1.634s] 2021-01-31 01:44:20.059 51 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_server_metadata_rbac.ServerMetadataRbacTest.test_list_server_metadata ... success [1.396s] 2021-01-31 01:44:21.593 51 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_server_metadata_rbac.ServerMetadataRbacTest.test_set_server_metadata ... success [1.524s] 2021-01-31 01:44:23.096 51 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_server_metadata_rbac.ServerMetadataRbacTest.test_set_server_metadata_item ... success [1.502s] 2021-01-31 01:44:24.446 51 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_server_metadata_rbac.ServerMetadataRbacTest.test_show_server_metadata_item ... success [1.348s] 2021-01-31 01:44:25.967 51 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_server_metadata_rbac.ServerMetadataRbacTest.test_update_server_metadata ... success [1.509s] 2021-01-31 01:44:31.773 51 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_server_consoles_rbac.ServerConsolesRbacTest.test_get_console_output ... success [1.359s] 2021-01-31 01:44:37.069 51 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.compute.test_tenant_networks_rbac.TenantNetworksRbacTest.test_list_show_tenant_networks ... success [1.561s] 2021-01-31 01:44:45.619 51 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_agents_rbac.L3AgentSchedulerRbacTest.test_create_router_on_l3_agent ... success [1.860s] 2021-01-31 01:44:47.292 51 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_agents_rbac.L3AgentSchedulerRbacTest.test_delete_router_from_l3_agent ... success [1.672s] 2021-01-31 01:44:47.521 51 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_server_groups_rbac.ServerGroupsRbacTest.test_create_server_group ... success [1.222s] 2021-01-31 01:44:48.548 51 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_agents_rbac.L3AgentSchedulerRbacTest.test_list_routers_on_l3_agent ... success [1.255s] 2021-01-31 01:44:48.829 51 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_server_groups_rbac.ServerGroupsRbacTest.test_delete_server_group ... success [1.298s] 2021-01-31 01:44:50.193 51 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_server_groups_rbac.ServerGroupsRbacTest.test_list_server_groups ... success [1.348s] 2021-01-31 01:44:51.708 51 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_server_groups_rbac.ServerGroupsRbacTest.test_show_server_group ... success [1.499s] 2021-01-31 01:44:57.841 51 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_flavor_service_profile_rbac.FlavorsServiceProfileExtRbacTest.test_create_flavor_service_profile ... success [2.000s] 2021-01-31 01:44:59.795 51 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_flavor_service_profile_rbac.FlavorsServiceProfileExtRbacTest.test_delete_flavor_service_profile ... success [1.946s] 2021-01-31 01:45:08.137 51 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_server_migrations_rbac.MigrateServerV225RbacTest.test_cold_migration ... success [26.512s] 2021-01-31 01:45:08.841 51 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_network_ip_availability_rbac.NetworkIpAvailabilityExtRbacTest.test_get_network_ip_availabilities ... success [2.181s] 2021-01-31 01:45:11.157 51 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_network_ip_availability_rbac.NetworkIpAvailabilityExtRbacTest.test_get_network_ip_availability ... success [2.314s] 2021-01-31 01:45:13.394 51 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_segments_rbac.SegmentsExtRbacTest ... skip: b'segment extension not enabled.' 2021-01-31 01:45:19.829 51 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_subnetpools_rbac.SubnetPoolsRbacTest.test_create_subnetpool ... success [1.256s] 2021-01-31 01:45:21.121 51 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_subnetpools_rbac.SubnetPoolsRbacTest.test_create_subnetpool_default ... success [1.288s] 2021-01-31 01:45:22.100 51 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_server_migrations_rbac.MigrateServerV225RbacTest.test_migration_live ... fail [13.947s] 2021-01-31 01:45:22.430 51 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_subnetpools_rbac.SubnetPoolsRbacTest.test_create_subnetpool_shared ... success [1.305s] 2021-01-31 01:45:23.905 51 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_subnetpools_rbac.SubnetPoolsRbacTest.test_delete_subnetpool ... success [1.465s] 2021-01-31 01:45:24.670 51 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_server_volume_attachments_rbac.ServerVolumeAttachmentRbacTest.test_create_volume_attachment ... success [4.620s] 2021-01-31 01:45:25.241 51 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_subnetpools_rbac.SubnetPoolsRbacTest.test_list_subnetpools ... success [1.335s] 2021-01-31 01:45:26.530 51 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_subnetpools_rbac.SubnetPoolsRbacTest.test_show_subnetpool ... success [1.289s] 2021-01-31 01:45:27.852 51 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_subnetpools_rbac.SubnetPoolsRbacTest.test_update_subnetpool ... success [1.316s] 2021-01-31 01:45:29.189 51 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_server_volume_attachments_rbac.ServerVolumeAttachmentRbacTest.test_delete_volume_attachment ... success [4.503s] 2021-01-31 01:45:29.297 51 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_subnetpools_rbac.SubnetPoolsRbacTest.test_update_subnetpool_is_default ... success [1.447s] 2021-01-31 01:45:30.530 51 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.network.test_trunks_rbac.TrunksSubportsExtRbacTest ... skip: b'trunk extension not enabled.' 2021-01-31 01:45:30.636 51 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_server_volume_attachments_rbac.ServerVolumeAttachmentRbacTest.test_list_volume_attachments ... success [1.442s] 2021-01-31 01:45:35.510 51 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_capabilities_rbac.CapabilitiesV3RbacTest.test_show_back_end_capabilities ... fail [0.006s] 2021-01-31 01:45:35.830 51 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_server_volume_attachments_rbac.ServerVolumeAttachmentRbacTest.test_show_volume_attachment ... success [5.182s] 2021-01-31 01:45:35.832 51 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_server_volume_attachments_rbac.ServerVolumeAttachmentRbacTest.test_update_volume_attachment ... skip [0.000s]: b'In-place swapping of volumes not supported.' 2021-01-31 01:45:41.890 51 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_groups_rbac.GroupTypesV3RbacTest.test_create_group_type ... fail [0.005s] 2021-01-31 01:45:41.901 51 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_groups_rbac.GroupTypesV3RbacTest.test_create_group_type_group_specs ... fail [0.003s] 2021-01-31 01:45:41.902 51 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_groups_rbac.GroupTypesV3RbacTest.test_delete_group_type ... fail [0.003s] 2021-01-31 01:45:41.910 51 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_groups_rbac.GroupTypesV3RbacTest.test_show_group_type ... fail [0.002s] 2021-01-31 01:45:41.914 51 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_groups_rbac.GroupTypesV3RbacTest.test_update_group_type ... fail [0.002s] 2021-01-31 01:45:48.269 51 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_limits_rbac.LimitsV3RbacTest.test_show_limits ... fail [0.004s] 2021-01-31 01:45:53.546 51 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_services_rbac.ServicesRbacTest.test_list_services ... success [1.350s] 2021-01-31 01:45:54.552 51 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_qos_rbac.VolumeQOSV3RbacTest.test_associate_qos ... fail [0.003s] 2021-01-31 01:45:54.561 51 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_qos_rbac.VolumeQOSV3RbacTest.test_create_qos_with_consumer ... fail [0.002s] 2021-01-31 01:45:54.570 51 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_qos_rbac.VolumeQOSV3RbacTest.test_delete_qos_with_consumer ... fail [0.002s] 2021-01-31 01:45:54.579 51 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_qos_rbac.VolumeQOSV3RbacTest.test_disassociate_all_qos ... fail [0.003s] 2021-01-31 01:45:54.587 51 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_qos_rbac.VolumeQOSV3RbacTest.test_disassociate_qos ... fail [0.002s] 2021-01-31 01:45:54.595 51 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_qos_rbac.VolumeQOSV3RbacTest.test_get_association_qos ... fail [0.002s] 2021-01-31 01:45:54.612 51 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_qos_rbac.VolumeQOSV3RbacTest.test_list_qos ... fail [0.002s] 2021-01-31 01:45:54.614 51 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_qos_rbac.VolumeQOSV3RbacTest.test_set_qos_key ... fail [0.002s] 2021-01-31 01:45:54.623 51 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_qos_rbac.VolumeQOSV3RbacTest.test_show_qos ... fail [0.002s] 2021-01-31 01:45:54.629 51 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_qos_rbac.VolumeQOSV3RbacTest.test_unset_qos_key ... fail [0.003s] 2021-01-31 01:45:58.751 51 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsNetworkRbacTest.test_add_fixed_ip ... success [2.143s] 2021-01-31 01:46:00.896 51 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_quota_classes_rbac.QuotaClassesV3RbacTest.test_show_quota_class_set ... fail [0.004s] 2021-01-31 01:46:00.908 51 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_quota_classes_rbac.QuotaClassesV3RbacTest.test_update_quota_class_set ... fail [0.006s] 2021-01-31 01:46:06.056 51 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_volume_rbac.VolumeRbacTest.test_create_snapshot ... success [4.162s] 2021-01-31 01:46:08.045 51 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_volume_rbac.VolumeRbacTest.test_create_volume ... success [1.986s] 2021-01-31 01:46:08.308 51 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsNetworkRbacTest.test_create_interface ... success [9.549s] 2021-01-31 01:46:10.410 51 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_snapshots_metadata_rbac.SnapshotMetadataV3RbacTest.test_delete_snapshot_metadata_item ... fail [0.004s] 2021-01-31 01:46:10.417 51 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_snapshots_metadata_rbac.SnapshotMetadataV3RbacTest.test_get_snapshot_metadata ... fail [0.002s] 2021-01-31 01:46:10.423 51 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_snapshots_metadata_rbac.SnapshotMetadataV3RbacTest.test_get_snapshot_metadata_for_volume_tenant ... fail [0.001s] 2021-01-31 01:46:10.429 51 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_snapshots_metadata_rbac.SnapshotMetadataV3RbacTest.test_show_snapshot_metadata_item ... fail [0.002s] 2021-01-31 01:46:10.436 51 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_snapshots_metadata_rbac.SnapshotMetadataV3RbacTest.test_update_snapshot_metadata ... fail [0.002s] 2021-01-31 01:46:10.442 51 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_snapshots_metadata_rbac.SnapshotMetadataV3RbacTest.test_update_snapshot_metadata_item ... fail [0.002s] 2021-01-31 01:46:11.916 51 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_volume_rbac.VolumeRbacTest.test_delete_snapshot ... success [3.856s] 2021-01-31 01:46:15.037 51 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_volume_rbac.VolumeRbacTest.test_delete_volume ... success [3.111s] 2021-01-31 01:46:16.254 51 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_volume_rbac.VolumeRbacTest.test_list_snapshots ... success [1.212s] 2021-01-31 01:46:17.584 51 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_volume_rbac.VolumeRbacTest.test_list_volumes ... success [1.322s] 2021-01-31 01:46:17.957 51 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsNetworkRbacTest.test_delete_interface ... success [9.640s] 2021-01-31 01:46:19.169 51 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsNetworkRbacTest.test_list_addresses ... success [1.198s] 2021-01-31 01:46:20.469 51 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsNetworkRbacTest.test_list_addresses_by_network ... success [1.289s] 2021-01-31 01:46:20.667 51 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_volume_rbac.VolumeRbacTest.test_show_snapshot ... success [3.082s] 2021-01-31 01:46:20.861 51 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_volume_actions_rbac.VolumesActionsV310RbacTest.test_volume_upload_image ... fail [0.003s] 2021-01-31 01:46:20.864 51 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_volume_actions_rbac.VolumesActionsV310RbacTest.test_volume_upload_public ... fail [0.003s] 2021-01-31 01:46:21.632 51 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsNetworkRbacTest.test_list_interfaces ... success [1.153s] 2021-01-31 01:46:22.046 51 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.compute.test_volume_rbac.VolumeRbacTest.test_show_volume ... success [1.371s] 2021-01-31 01:46:28.877 51 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_volume_actions_rbac.VolumesActionsV312RbacTest.test_show_volume_summary ... fail [0.005s] 2021-01-31 01:46:30.825 51 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_server_actions_rbac.ServerActionsRbacTest.test_confirm_resize_server ... success [151.229s] 2021-01-31 01:46:31.358 51 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_agents_rbac.AgentsRbacTest.test_list_agents ... success [1.337s] 2021-01-31 01:46:32.540 51 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_agents_rbac.AgentsRbacTest.test_show_agent ... success [1.181s] 2021-01-31 01:46:32.565 51 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsNetworkRbacTest.test_show_interface ... success [10.923s] 2021-01-31 01:46:33.673 51 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_agents_rbac.AgentsRbacTest.test_update_agent ... success [1.130s] 2021-01-31 01:46:34.933 51 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_metering_label_rules_rbac.MeteringLabelRulesRbacTest ... skip: b'metering extension not enabled.' 2021-01-31 01:46:41.285 51 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.network.test_service_providers_rbac.ServiceProvidersRbacTest.test_list_service_providers ... success [1.300s] 2021-01-31 01:46:43.471 51 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_volume_actions_rbac.VolumesActionsV3RbacTest.test_attach_volume_to_instance ... fail [0.004s] 2021-01-31 01:46:43.482 51 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_volume_actions_rbac.VolumesActionsV3RbacTest.test_detach_volume_from_instance ... fail [0.005s] 2021-01-31 01:46:43.492 51 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_volume_actions_rbac.VolumesActionsV3RbacTest.test_force_detach_volume_from_instance ... fail [0.005s] 2021-01-31 01:46:43.503 51 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_volume_actions_rbac.VolumesActionsV3RbacTest.test_volume_force_delete ... fail [0.004s] 2021-01-31 01:46:43.506 51 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_volume_actions_rbac.VolumesActionsV3RbacTest.test_volume_readonly_update ... fail [0.003s] 2021-01-31 01:46:43.518 51 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_volume_actions_rbac.VolumesActionsV3RbacTest.test_volume_reserve ... fail [0.003s] 2021-01-31 01:46:43.520 51 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_volume_actions_rbac.VolumesActionsV3RbacTest.test_volume_reset_status ... fail [0.004s] 2021-01-31 01:46:43.526 51 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_volume_actions_rbac.VolumesActionsV3RbacTest.test_volume_retype ... fail [0.005s] 2021-01-31 01:46:43.532 51 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_volume_actions_rbac.VolumesActionsV3RbacTest.test_volume_set_bootable ... fail [0.003s] 2021-01-31 01:46:43.533 51 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_volume_actions_rbac.VolumesActionsV3RbacTest.test_volume_unreserve ... fail [0.003s] 2021-01-31 01:46:47.679 51 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_encryption_types_rbac.EncryptionTypesV3RbacTest.test_create_volume_type_encryption ... fail [0.006s] 2021-01-31 01:46:47.684 51 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_encryption_types_rbac.EncryptionTypesV3RbacTest.test_delete_volume_type_encryption ... fail [0.002s] 2021-01-31 01:46:47.690 51 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_encryption_types_rbac.EncryptionTypesV3RbacTest.test_show_encryption_specs_item ... fail [0.004s] 2021-01-31 01:46:47.696 51 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_encryption_types_rbac.EncryptionTypesV3RbacTest.test_show_volume_type_encryption ... fail [0.003s] 2021-01-31 01:46:47.701 51 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_encryption_types_rbac.EncryptionTypesV3RbacTest.test_update_volume_type_encryption ... fail [0.004s] 2021-01-31 01:46:58.976 51 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_group_snapshots_rbac.GroupSnaphotsV319RbacTest.test_reset_group_snapshot_rbac ... fail [4.882s] 2021-01-31 01:46:59.896 51 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_server_actions_rbac.ServerActionsRbacTest.test_create_backup ... success [29.065s] 2021-01-31 01:47:01.567 51 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_volumes_backup_rbac.VolumesBackupsV318RbacTest.test_list_backup_details_project_attribute ... fail [0.004s] 2021-01-31 01:47:01.577 51 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_volumes_backup_rbac.VolumesBackupsV318RbacTest.test_show_backup_project_attribute ... fail [0.003s] 2021-01-31 01:47:05.552 51 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_group_type_specs.GroupTypeSpecsRbacTest.test_group_type_specs_create ... fail [0.004s] 2021-01-31 01:47:05.559 51 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_group_type_specs.GroupTypeSpecsRbacTest.test_group_type_specs_delete ... fail [0.004s] 2021-01-31 01:47:05.578 51 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_group_type_specs.GroupTypeSpecsRbacTest.test_group_type_specs_list ... fail [0.005s] 2021-01-31 01:47:05.583 51 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_group_type_specs.GroupTypeSpecsRbacTest.test_group_type_specs_show ... fail [0.002s] 2021-01-31 01:47:05.588 51 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_group_type_specs.GroupTypeSpecsRbacTest.test_group_type_specs_update ... fail [0.002s] 2021-01-31 01:47:11.088 51 INFO opnfv-tempest [-] {2} patrole_tempest_plugin.tests.api.volume.test_volumes_extend_rbac.VolumesExtendV3RbacTest.test_volume_extend ... fail [0.003s] 2021-01-31 01:47:12.355 51 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_groups_rbac.GroupV320RbacTest.test_reset_group_status ... fail [0.361s] 2021-01-31 01:47:14.422 51 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsRbacTest.test_change_server_password ... skip [0.001s]: b'Change password not available.' 2021-01-31 01:47:16.185 51 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsRbacTest.test_delete_server_password ... success [1.750s] 2021-01-31 01:47:17.954 51 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsRbacTest.test_force_delete_server ... success [1.759s] 2021-01-31 01:47:18.744 51 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_groups_rbac.GroupsV3RbacTest.test_create_group ... fail [0.351s] 2021-01-31 01:47:18.920 51 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_groups_rbac.GroupsV3RbacTest.test_delete_group ... fail [0.173s] 2021-01-31 01:47:19.079 51 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_groups_rbac.GroupsV3RbacTest.test_list_groups ... fail [0.157s] 2021-01-31 01:47:19.232 51 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_groups_rbac.GroupsV3RbacTest.test_list_groups_with_details ... fail [0.151s] 2021-01-31 01:47:19.392 51 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_groups_rbac.GroupsV3RbacTest.test_show_group ... fail [0.151s] 2021-01-31 01:47:19.547 51 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_groups_rbac.GroupsV3RbacTest.test_update_group ... fail [0.148s] 2021-01-31 01:47:28.259 51 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_volume_basic_crud_rbac.VolumesBasicCrudV3RbacTest.test_create_volume ... fail [0.003s] 2021-01-31 01:47:28.268 51 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_volume_basic_crud_rbac.VolumesBasicCrudV3RbacTest.test_create_volume_from_image ... fail [0.003s] 2021-01-31 01:47:28.277 51 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_volume_basic_crud_rbac.VolumesBasicCrudV3RbacTest.test_delete_volume ... fail [0.002s] 2021-01-31 01:47:28.285 51 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_volume_basic_crud_rbac.VolumesBasicCrudV3RbacTest.test_list_volumes ... fail [0.003s] 2021-01-31 01:47:28.292 51 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_volume_basic_crud_rbac.VolumesBasicCrudV3RbacTest.test_list_volumes_with_details ... fail [0.002s] 2021-01-31 01:47:28.297 51 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_volume_basic_crud_rbac.VolumesBasicCrudV3RbacTest.test_show_volume ... fail [0.002s] 2021-01-31 01:47:28.303 51 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_volume_basic_crud_rbac.VolumesBasicCrudV3RbacTest.test_update_volume ... fail [0.002s] 2021-01-31 01:47:29.197 51 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_server_actions_rbac.ServerActionsRbacTest.test_create_image ... success [29.284s] 2021-01-31 01:47:31.754 51 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsRbacTest.test_get_server_password ... success [13.793s] 2021-01-31 01:47:33.240 51 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_server_actions_rbac.ServerActionsRbacTest.test_pause_server ... success [4.030s] 2021-01-31 01:47:33.457 51 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsRbacTest.test_inject_network_info ... success [1.690s] 2021-01-31 01:47:35.106 51 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsRbacTest.test_list_instance_actions ... success [1.643s] 2021-01-31 01:47:35.113 51 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsRbacTest.test_list_servers_extended_server_attributes ... skip [0.000s]: b'This API extension policy was removed in Stein' 2021-01-31 01:47:35.115 51 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsRbacTest.test_list_servers_extended_status ... skip [0.000s]: b'This API extension policy was removed in Stein' 2021-01-31 01:47:35.118 51 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsRbacTest.test_list_servers_keypairs ... skip [0.000s]: b'This API extension policy was removed in Stein' 2021-01-31 01:47:35.120 51 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsRbacTest.test_list_servers_with_details_config_drive ... skip [0.000s]: b'This API extension policy was removed in Stein' 2021-01-31 01:47:35.122 51 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsRbacTest.test_list_servers_with_details_extended_availability_zone ... skip [0.000s]: b'This API extension policy was removed in Stein' 2021-01-31 01:47:35.124 51 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsRbacTest.test_list_servers_with_details_extended_volumes ... skip [0.002s]: b'This API extension policy was removed in Stein' 2021-01-31 01:47:35.622 51 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_volume_hosts_rbac.VolumeHostsV3RbacTest.test_list_hosts ... fail [0.002s] 2021-01-31 01:47:35.630 51 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_volume_hosts_rbac.VolumeHostsV3RbacTest.test_show_host ... fail [0.002s] 2021-01-31 01:47:36.695 51 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsRbacTest.test_list_simple_tenant_usages ... success [1.579s] 2021-01-31 01:47:38.680 51 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsRbacTest.test_lock_server ... success [1.975s] 2021-01-31 01:47:38.936 51 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_server_actions_rbac.ServerActionsRbacTest.test_reboot_server ... success [5.693s] 2021-01-31 01:47:43.526 51 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_volume_metadata_rbac.VolumeMetadataV3RbacTest.test_create_volume_metadata ... fail [0.003s] 2021-01-31 01:47:43.536 51 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_volume_metadata_rbac.VolumeMetadataV3RbacTest.test_delete_volume_image_metadata ... fail [0.007s] 2021-01-31 01:47:43.545 51 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_volume_metadata_rbac.VolumeMetadataV3RbacTest.test_delete_volume_metadata_item ... fail [0.004s] 2021-01-31 01:47:43.564 51 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_volume_metadata_rbac.VolumeMetadataV3RbacTest.test_list_volumes_details_image_metadata ... fail [0.002s] 2021-01-31 01:47:43.573 51 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_volume_metadata_rbac.VolumeMetadataV3RbacTest.test_show_volume_details_image_metadata ... fail [0.002s] 2021-01-31 01:47:43.586 51 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_volume_metadata_rbac.VolumeMetadataV3RbacTest.test_show_volume_metadata ... fail [0.002s] 2021-01-31 01:47:43.588 51 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_volume_metadata_rbac.VolumeMetadataV3RbacTest.test_show_volume_metadata_item ... fail [0.002s] 2021-01-31 01:47:43.589 51 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_volume_metadata_rbac.VolumeMetadataV3RbacTest.test_update_volume_image_metadata ... fail [0.002s] 2021-01-31 01:47:43.590 51 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_volume_metadata_rbac.VolumeMetadataV3RbacTest.test_update_volume_metadata ... fail [0.002s] 2021-01-31 01:47:43.592 51 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_volume_metadata_rbac.VolumeMetadataV3RbacTest.test_update_volume_metadata_item ... fail [0.002s] 2021-01-31 01:47:50.871 51 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_volume_quotas_rbac.VolumeQuotasV3RbacTest.test_delete_quota_set ... fail [0.004s] 2021-01-31 01:47:50.894 51 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_volume_quotas_rbac.VolumeQuotasV3RbacTest.test_list_default_quotas ... fail [0.006s] 2021-01-31 01:47:50.910 51 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_volume_quotas_rbac.VolumeQuotasV3RbacTest.test_list_quotas ... fail [0.002s] 2021-01-31 01:47:50.915 51 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_volume_quotas_rbac.VolumeQuotasV3RbacTest.test_list_quotas_usage_true ... fail [0.002s] 2021-01-31 01:47:50.920 51 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_volume_quotas_rbac.VolumeQuotasV3RbacTest.test_update_quota_set ... fail [0.009s] 2021-01-31 01:47:57.042 51 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_volume_services_rbac.VolumeServicesV3RbacTest.test_list_services ... fail [0.002s] 2021-01-31 01:48:05.128 51 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_volume_transfers_rbac.VolumesTransfersV3RbacTest.test_accept_volume_transfer ... fail [0.003s] 2021-01-31 01:48:05.136 51 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_volume_transfers_rbac.VolumesTransfersV3RbacTest.test_create_volume_transfer ... fail [0.006s] 2021-01-31 01:48:05.144 51 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_volume_transfers_rbac.VolumesTransfersV3RbacTest.test_delete_volume_transfer ... fail [0.005s] 2021-01-31 01:48:05.153 51 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_volume_transfers_rbac.VolumesTransfersV3RbacTest.test_get_volume_transfer ... fail [0.002s] 2021-01-31 01:48:05.154 51 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_volume_transfers_rbac.VolumesTransfersV3RbacTest.test_list_volume_transfers ... fail [0.002s] 2021-01-31 01:48:05.156 51 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_volume_transfers_rbac.VolumesTransfersV3RbacTest.test_list_volume_transfers_details ... fail [0.002s] 2021-01-31 01:48:12.928 51 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_volume_types_access_rbac.VolumeTypesAccessRbacTest.test_add_type_access ... fail [0.003s] 2021-01-31 01:48:12.933 51 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_volume_types_access_rbac.VolumeTypesAccessRbacTest.test_list_type_access ... fail [0.004s] 2021-01-31 01:48:12.940 51 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_volume_types_access_rbac.VolumeTypesAccessRbacTest.test_remove_type_access ... fail [0.003s] 2021-01-31 01:48:19.029 51 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_volume_types_rbac.VolumeTypesRbacTest.test_create_volume_type ... fail [0.004s] 2021-01-31 01:48:19.034 51 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_volume_types_rbac.VolumeTypesRbacTest.test_delete_volume_type ... fail [0.002s] 2021-01-31 01:48:19.040 51 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_volume_types_rbac.VolumeTypesRbacTest.test_update_volume_type ... fail [0.003s] 2021-01-31 01:48:29.384 51 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_volumes_backup_rbac.VolumesBackupsV3RbacTest.test_create_backup ... fail [0.003s] 2021-01-31 01:48:29.386 51 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_volumes_backup_rbac.VolumesBackupsV3RbacTest.test_delete_backup ... fail [0.002s] 2021-01-31 01:48:29.388 51 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_volumes_backup_rbac.VolumesBackupsV3RbacTest.test_export_backup ... fail [0.002s] 2021-01-31 01:48:29.393 51 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_volumes_backup_rbac.VolumesBackupsV3RbacTest.test_import_backup ... fail [0.002s] 2021-01-31 01:48:29.397 51 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_volumes_backup_rbac.VolumesBackupsV3RbacTest.test_list_backups ... fail [0.003s] 2021-01-31 01:48:29.415 51 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_volumes_backup_rbac.VolumesBackupsV3RbacTest.test_list_backups_with_details ... fail [0.003s] 2021-01-31 01:48:29.420 51 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_volumes_backup_rbac.VolumesBackupsV3RbacTest.test_reset_backup_status ... fail [0.002s] 2021-01-31 01:48:29.424 51 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_volumes_backup_rbac.VolumesBackupsV3RbacTest.test_restore_backup ... fail [0.002s] 2021-01-31 01:48:29.429 51 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_volumes_backup_rbac.VolumesBackupsV3RbacTest.test_show_backup ... fail [0.002s] 2021-01-31 01:48:36.905 51 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_volumes_manage_rbac.VolumesManageV3RbacTest.test_volume_manage ... fail [0.004s] 2021-01-31 01:48:36.912 51 INFO opnfv-tempest [-] {0} patrole_tempest_plugin.tests.api.volume.test_volumes_manage_rbac.VolumesManageV3RbacTest.test_volume_unmanage ... fail [0.002s] 2021-01-31 01:48:45.101 51 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_server_actions_rbac.ServerActionsRbacTest.test_rebuild_server ... success [66.124s] 2021-01-31 01:48:45.648 51 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsRbacTest.test_rescue_server ... success [66.943s] 2021-01-31 01:49:57.379 51 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_server_actions_rbac.ServerActionsRbacTest.test_resize_server ... success [72.256s] 2021-01-31 01:54:00.265 51 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsRbacTest.test_reset_network ... success [314.456s] 2021-01-31 01:54:01.854 51 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsRbacTest.test_reset_server_state ... success [1.590s] 2021-01-31 01:54:06.556 51 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsRbacTest.test_resume_server ... success [4.698s] 2021-01-31 01:54:07.911 51 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsRbacTest.test_show_instance_action ... success [1.343s] 2021-01-31 01:54:07.912 51 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsRbacTest.test_show_server_config_drive ... skip [0.000s]: b'This API extension policy was removed in Stein' 2021-01-31 01:54:09.493 51 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsRbacTest.test_show_server_diagnostics ... success [1.570s] 2021-01-31 01:54:09.496 51 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsRbacTest.test_show_server_extended_availability_zone ... skip [0.000s]: b'This API extension policy was removed in Stein' 2021-01-31 01:54:09.499 51 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsRbacTest.test_show_server_extended_server_attributes ... skip [0.000s]: b'This API extension policy was removed in Stein' 2021-01-31 01:54:09.502 51 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsRbacTest.test_show_server_extended_status ... skip [0.000s]: b'This API extension policy was removed in Stein' 2021-01-31 01:54:09.505 51 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsRbacTest.test_show_server_extended_volumes ... skip [0.000s]: b'This API extension policy was removed in Stein' 2021-01-31 01:54:09.508 51 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsRbacTest.test_show_server_keypair ... skip [0.000s]: b'This API extension policy was removed in Stein' 2021-01-31 01:54:09.510 51 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsRbacTest.test_show_server_usage ... skip [0.000s]: b'This API extension policy was removed in Stein' 2021-01-31 01:54:10.957 51 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsRbacTest.test_show_simple_tenant_usage ... success [1.432s] 2021-01-31 01:54:14.091 51 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsRbacTest.test_suspend_server ... success [3.141s] 2021-01-31 01:54:18.302 51 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsRbacTest.test_unlock_server ... success [4.201s] 2021-01-31 01:54:20.257 51 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsRbacTest.test_unlock_server_override ... success [1.944s] 2021-01-31 01:55:28.902 51 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_server_misc_policy_actions_rbac.MiscPolicyActionsRbacTest.test_unrescue_server ... success [68.615s] 2021-01-31 01:55:52.932 51 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.compute.test_virtual_interfaces_rbac.VirtualInterfacesRbacTest ... skip: b'nova-network is gone' 2021-01-31 01:55:59.099 51 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.image.test_image_resource_types_rbac.ImageResourceTypesRbacTest.test_add_metadef_resource_type ... success [1.192s] 2021-01-31 01:56:00.162 51 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.image.test_image_resource_types_rbac.ImageResourceTypesRbacTest.test_get_metadef_resource_type ... success [1.058s] 2021-01-31 01:56:01.142 51 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.image.test_image_resource_types_rbac.ImageResourceTypesRbacTest.test_list_metadef_resource_types ... success [0.978s] 2021-01-31 01:56:10.045 51 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.image.test_images_member_rbac.ImagesMemberRbacTest.test_add_image_member ... success [1.338s] 2021-01-31 01:56:11.284 51 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.image.test_images_member_rbac.ImagesMemberRbacTest.test_delete_image_member ... success [1.234s] 2021-01-31 01:56:12.505 51 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.image.test_images_member_rbac.ImagesMemberRbacTest.test_list_image_members ... success [1.218s] 2021-01-31 01:56:13.785 51 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.image.test_images_member_rbac.ImagesMemberRbacTest.test_show_image_member ... success [1.277s] 2021-01-31 01:56:15.023 51 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.image.test_images_member_rbac.ImagesMemberRbacTest.test_update_image_member ... success [1.237s] 2021-01-31 01:56:23.439 51 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_communitize_image ... success [1.199s] 2021-01-31 01:56:24.538 51 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_create_image ... success [1.097s] 2021-01-31 01:56:25.780 51 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_create_image_tag ... success [1.235s] 2021-01-31 01:56:27.700 51 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_deactivate_image ... success [1.917s] 2021-01-31 01:56:29.019 51 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_delete_image ... success [1.316s] 2021-01-31 01:56:30.171 51 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_delete_image_tag ... success [1.143s] 2021-01-31 01:56:32.360 51 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_download_image ... success [2.181s] 2021-01-31 01:56:33.475 51 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_list_images ... success [1.107s] 2021-01-31 01:56:34.529 51 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_publicize_image ... success [1.058s] 2021-01-31 01:56:36.358 51 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_reactivate_image ... success [1.818s] 2021-01-31 01:56:36.555 51 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_server_actions_rbac.ServerActionsRbacTest.test_revert_resize_server ... success [399.001s] 2021-01-31 01:56:37.439 51 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_show_image ... success [1.074s] 2021-01-31 01:56:38.077 51 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_server_actions_rbac.ServerActionsRbacTest.test_server_detail ... success [1.522s] 2021-01-31 01:56:38.633 51 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_update_image ... success [1.191s] 2021-01-31 01:56:40.077 51 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_server_actions_rbac.ServerActionsRbacTest.test_server_detail_all_tenants ... success [1.991s] 2021-01-31 01:56:40.132 51 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.image.test_images_rbac.BasicOperationsImagesRbacTest.test_upload_image ... success [1.496s] 2021-01-31 01:56:41.531 51 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_server_actions_rbac.ServerActionsRbacTest.test_server_index ... success [1.440s] 2021-01-31 01:56:43.107 51 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_server_actions_rbac.ServerActionsRbacTest.test_server_index_all_tenants ... success [1.563s] 2021-01-31 01:56:52.909 51 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_agents_rbac.DHCPAgentSchedulersRbacTest.test_add_dhcp_agent_to_network ... success [1.867s] 2021-01-31 01:56:54.637 51 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_agents_rbac.DHCPAgentSchedulersRbacTest.test_delete_network_from_dhcp_agent ... success [1.727s] 2021-01-31 01:56:55.903 51 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_agents_rbac.DHCPAgentSchedulersRbacTest.test_list_networks_hosted_by_one_dhcp_agent ... success [1.265s] 2021-01-31 01:57:06.138 51 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_agents_rbac.L3AgentsExtRbacTest.test_list_l3_agents_on_router ... success [1.973s] 2021-01-31 01:57:15.463 51 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_availability_zones_rbac.AvailabilityZoneExtRbacTest.test_list_availability_zone_rbac ... success [2.046s] 2021-01-31 01:57:16.660 51 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_metering_labels_rbac.MeteringLabelsRbacTest ... skip: b'metering extension not enabled.' 2021-01-31 01:57:24.617 51 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_network_segments_rbac.NetworkSegmentsRbacTest.test_create_network_segments ... success [2.818s] 2021-01-31 01:57:27.256 51 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_network_segments_rbac.NetworkSegmentsRbacTest.test_show_network_segments ... success [2.631s] 2021-01-31 01:57:30.033 51 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_network_segments_rbac.NetworkSegmentsRbacTest.test_update_network_segments ... success [2.767s] 2021-01-31 01:57:39.843 51 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_create_port ... success [1.834s] 2021-01-31 01:57:41.693 51 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_create_port_allowed_address_pairs ... success [1.842s] 2021-01-31 01:57:44.125 51 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_create_port_binding_host_id ... success [2.422s] 2021-01-31 01:57:45.998 51 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_create_port_binding_profile ... success [1.874s] 2021-01-31 01:57:47.673 51 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_create_port_device_owner ... success [1.674s] 2021-01-31 01:57:50.042 51 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_create_port_fixed_ips_ip_address ... success [2.362s] 2021-01-31 01:57:51.818 51 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_create_port_mac_address ... success [1.775s] 2021-01-31 01:57:53.540 51 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_create_port_security_enabled ... success [1.719s] 2021-01-31 01:57:55.930 51 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_delete_port ... success [2.388s] 2021-01-31 01:57:57.017 51 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_list_ports ... success [1.079s] 2021-01-31 01:57:58.092 51 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_show_port ... success [1.068s] 2021-01-31 01:58:00.568 51 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_show_port_binding_host_id ... success [2.468s] 2021-01-31 01:58:02.610 51 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_show_port_binding_profile ... success [2.037s] 2021-01-31 01:58:03.760 51 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_show_port_binding_vif_details ... success [1.146s] 2021-01-31 01:58:04.893 51 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_show_port_binding_vif_type ... success [1.134s] 2021-01-31 01:58:07.320 51 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_update_port ... success [2.424s] 2021-01-31 01:58:09.819 51 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_update_port_allowed_address_pairs ... success [2.487s] 2021-01-31 01:58:13.741 51 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_update_port_binding_host_id ... success [3.912s] 2021-01-31 01:58:14.923 51 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_server_actions_rbac.ServerActionsRbacTest.test_shelve_server ... success [91.776s] 2021-01-31 01:58:16.342 51 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_update_port_binding_profile ... success [2.600s] 2021-01-31 01:58:18.815 51 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_update_port_device_owner ... success [2.472s] 2021-01-31 01:58:21.673 51 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_update_port_fixed_ips_ip_address ... success [2.853s] 2021-01-31 01:58:24.446 51 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_update_port_mac_address ... success [2.766s] 2021-01-31 01:58:25.856 51 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_ports_rbac.PortsRbacTest.test_update_port_security_enabled ... success [1.403s] 2021-01-31 01:58:37.956 51 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_server_actions_rbac.ServerActionsRbacTest.test_show_server ... success [23.018s] 2021-01-31 01:58:40.472 51 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_qos_rbac.QosExtRbacTest ... skip: b'qos extension not enabled.' 2021-01-31 01:58:49.218 51 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_rbac_policies_rbac.RbacPoliciesExtRbacTest.test_create_rbac_policy ... success [2.975s] 2021-01-31 01:58:52.085 51 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_rbac_policies_rbac.RbacPoliciesExtRbacTest.test_delete_rbac_policy ... success [2.861s] 2021-01-31 01:58:54.968 51 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_rbac_policies_rbac.RbacPoliciesExtRbacTest.test_list_rbac_policies ... success [2.870s] 2021-01-31 01:58:57.806 51 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_rbac_policies_rbac.RbacPoliciesExtRbacTest.test_show_rbac_policy ... success [2.832s] 2021-01-31 01:59:00.908 51 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_rbac_policies_rbac.RbacPoliciesExtRbacTest.test_update_rbac_policy ... success [3.098s] 2021-01-31 01:59:09.705 51 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_security_groups_rbac.SecGroupRbacTest.test_create_security_group ... success [1.540s] 2021-01-31 01:59:11.042 51 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_security_groups_rbac.SecGroupRbacTest.test_create_security_group_rule ... success [1.334s] 2021-01-31 01:59:12.507 51 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_security_groups_rbac.SecGroupRbacTest.test_delete_security_group ... success [1.461s] 2021-01-31 01:59:13.821 51 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_security_groups_rbac.SecGroupRbacTest.test_delete_security_group_rule ... success [1.310s] 2021-01-31 01:59:14.909 51 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_security_groups_rbac.SecGroupRbacTest.test_list_security_group_rules ... success [1.085s] 2021-01-31 01:59:15.981 51 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_security_groups_rbac.SecGroupRbacTest.test_list_security_groups ... success [1.074s] 2021-01-31 01:59:17.098 51 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_security_groups_rbac.SecGroupRbacTest.test_show_security_group ... success [1.114s] 2021-01-31 01:59:18.565 51 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_security_groups_rbac.SecGroupRbacTest.test_show_security_group_rule ... success [1.464s] 2021-01-31 01:59:20.124 51 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_security_groups_rbac.SecGroupRbacTest.test_update_security_group ... success [1.559s] 2021-01-31 01:59:29.417 51 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_subnets_rbac.SubnetsRbacTest.test_create_subnet ... success [1.995s] 2021-01-31 01:59:32.256 51 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_subnets_rbac.SubnetsRbacTest.test_delete_subnet ... success [2.836s] 2021-01-31 01:59:33.298 51 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_subnets_rbac.SubnetsRbacTest.test_list_subnets ... success [1.040s] 2021-01-31 01:59:34.442 51 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_subnets_rbac.SubnetsRbacTest.test_show_subnet ... success [1.142s] 2021-01-31 01:59:36.115 51 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_subnets_rbac.SubnetsRbacTest.test_update_subnet ... success [1.665s] 2021-01-31 01:59:39.830 51 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.network.test_trunks_rbac.TrunksExtRbacTest ... skip: b'trunk extension not enabled.' 2021-01-31 01:59:44.700 51 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_server_actions_rbac.ServerActionsRbacTest.test_start_server ... success [66.702s] 2021-01-31 01:59:49.418 51 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_group_snapshots_rbac.GroupSnaphotsV314RbacTest.test_create_group_snapshot ... fail [4.739s] 2021-01-31 01:59:52.895 51 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_group_snapshots_rbac.GroupSnaphotsV314RbacTest.test_delete_group_snapshot_rbac ... fail [3.468s] 2021-01-31 01:59:57.351 51 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_group_snapshots_rbac.GroupSnaphotsV314RbacTest.test_list_group_snapshot_rbac ... fail [4.444s] 2021-01-31 02:00:01.844 51 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_group_snapshots_rbac.GroupSnaphotsV314RbacTest.test_show_group_snapshot_rbac ... fail [4.484s] 2021-01-31 02:00:08.916 51 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_volume_types_extra_specs_rbac.VolumeTypesExtraSpecsRbacTest.test_create_volume_type_extra_specs ... fail [0.004s] 2021-01-31 02:00:08.925 51 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_volume_types_extra_specs_rbac.VolumeTypesExtraSpecsRbacTest.test_delete_volume_type_extra_specs ... fail [0.005s] 2021-01-31 02:00:08.931 51 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_volume_types_extra_specs_rbac.VolumeTypesExtraSpecsRbacTest.test_list_volume_types_extra_specs ... fail [0.002s] 2021-01-31 02:00:08.937 51 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_volume_types_extra_specs_rbac.VolumeTypesExtraSpecsRbacTest.test_show_volume_type_extra_specs ... fail [0.002s] 2021-01-31 02:00:08.944 51 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_volume_types_extra_specs_rbac.VolumeTypesExtraSpecsRbacTest.test_update_volume_type_extra_specs ... fail [0.002s] 2021-01-31 02:00:20.263 51 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_volumes_backup_rbac.VolumesBackupsV39RbacTest.test_backup_update ... fail [0.003s] 2021-01-31 02:00:30.839 51 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_volumes_snapshots_rbac.VolumesSnapshotV3RbacTest.test_create_snapshot ... fail [0.003s] 2021-01-31 02:00:30.848 51 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_volumes_snapshots_rbac.VolumesSnapshotV3RbacTest.test_delete_snapshot ... fail [0.003s] 2021-01-31 02:00:30.855 51 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_volumes_snapshots_rbac.VolumesSnapshotV3RbacTest.test_list_snapshots ... fail [0.005s] 2021-01-31 02:00:30.862 51 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_volumes_snapshots_rbac.VolumesSnapshotV3RbacTest.test_list_snapshots_details ... fail [0.003s] 2021-01-31 02:00:30.869 51 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_volumes_snapshots_rbac.VolumesSnapshotV3RbacTest.test_list_snapshots_details_with_extended_attributes ... fail [0.003s] 2021-01-31 02:00:30.877 51 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_volumes_snapshots_rbac.VolumesSnapshotV3RbacTest.test_show_snapshot ... fail [0.004s] 2021-01-31 02:00:30.878 51 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_volumes_snapshots_rbac.VolumesSnapshotV3RbacTest.test_show_snapshot_with_extended_attributes ... fail [0.003s] 2021-01-31 02:00:30.882 51 INFO opnfv-tempest [-] {1} patrole_tempest_plugin.tests.api.volume.test_volumes_snapshots_rbac.VolumesSnapshotV3RbacTest.test_update_snapshot ... fail [0.005s] 2021-01-31 02:00:48.313 51 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_server_actions_rbac.ServerActionsRbacTest.test_stop_server ... success [63.592s] 2021-01-31 02:06:03.945 51 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_server_actions_rbac.ServerActionsRbacTest.test_unpause_server ... success [315.508s] 2021-01-31 02:07:54.968 51 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_server_actions_rbac.ServerActionsRbacTest.test_unshelve_server ... success [110.988s] 2021-01-31 02:08:36.478 51 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_server_actions_rbac.ServerActionsV214RbacTest.test_evacuate_server ... success [1.122s] 2021-01-31 02:09:08.751 51 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_server_actions_rbac.ServerActionsV216RbacTest.test_show_server_host_status ... success [1.384s] 2021-01-31 02:09:42.682 51 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_server_rbac.ComputeServersRbacTest.test_create_server ... success [2.343s] 2021-01-31 02:09:48.180 51 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_server_rbac.ComputeServersRbacTest.test_create_server_attach_network ... success [5.476s] 2021-01-31 02:10:05.771 51 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_server_rbac.ComputeServersRbacTest.test_create_server_attach_volume ... success [17.571s] 2021-01-31 02:10:08.117 51 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_server_rbac.ComputeServersRbacTest.test_create_server_forced_host ... success [2.344s] 2021-01-31 02:10:21.695 51 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_server_rbac.ComputeServersRbacTest.test_delete_server ... success [13.557s] 2021-01-31 02:10:23.096 51 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.compute.test_server_rbac.ComputeServersRbacTest.test_update_server ... success [1.398s] 2021-01-31 02:10:39.925 51 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.image.test_image_namespace_objects_rbac.ImageNamespacesObjectsRbacTest.test_create_metadef_object_in_namespace ... success [1.611s] 2021-01-31 02:10:41.110 51 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.image.test_image_namespace_objects_rbac.ImageNamespacesObjectsRbacTest.test_list_metadef_objects_in_namespace ... success [1.172s] 2021-01-31 02:10:42.321 51 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.image.test_image_namespace_objects_rbac.ImageNamespacesObjectsRbacTest.test_show_metadef_object_in_namespace ... success [1.215s] 2021-01-31 02:10:43.472 51 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.image.test_image_namespace_objects_rbac.ImageNamespacesObjectsRbacTest.test_update_metadef_object_in_namespace ... success [1.144s] 2021-01-31 02:10:50.810 51 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.image.test_image_namespace_property_rbac.NamespacesPropertyRbacTest.test_add_md_properties ... success [1.157s] 2021-01-31 02:10:51.989 51 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.image.test_image_namespace_property_rbac.NamespacesPropertyRbacTest.test_get_md_properties ... success [1.172s] 2021-01-31 02:10:53.176 51 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.image.test_image_namespace_property_rbac.NamespacesPropertyRbacTest.test_get_md_property ... success [1.185s] 2021-01-31 02:10:54.289 51 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.image.test_image_namespace_property_rbac.NamespacesPropertyRbacTest.test_modify_md_properties ... success [1.114s] 2021-01-31 02:11:01.565 51 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.image.test_image_namespace_rbac.ImageNamespacesRbacTest.test_create_metadef_namespace ... success [1.303s] 2021-01-31 02:11:02.879 51 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.image.test_image_namespace_rbac.ImageNamespacesRbacTest.test_list_metadef_namespaces ... success [1.307s] 2021-01-31 02:11:04.170 51 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.image.test_image_namespace_rbac.ImageNamespacesRbacTest.test_modify_metadef_namespace ... success [1.287s] 2021-01-31 02:11:11.620 51 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.image.test_image_namespace_tags_rbac.NamespaceTagsRbacTest.test_create_namespace_tag ... success [1.309s] 2021-01-31 02:11:12.775 51 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.image.test_image_namespace_tags_rbac.NamespaceTagsRbacTest.test_create_namespace_tags ... success [1.152s] 2021-01-31 02:11:13.782 51 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.image.test_image_namespace_tags_rbac.NamespaceTagsRbacTest.test_list_namespace_tags ... success [1.005s] 2021-01-31 02:11:14.983 51 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.image.test_image_namespace_tags_rbac.NamespaceTagsRbacTest.test_show_namespace_tag ... success [1.199s] 2021-01-31 02:11:16.097 51 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.image.test_image_namespace_tags_rbac.NamespaceTagsRbacTest.test_update_namespace_tag ... success [1.112s] 2021-01-31 02:11:25.175 51 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_address_scope_rbac.AddressScopeExtRbacTest.test_create_address_scope ... success [2.186s] 2021-01-31 02:11:27.051 51 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_address_scope_rbac.AddressScopeExtRbacTest.test_create_address_scope_shared ... success [1.876s] 2021-01-31 02:11:28.964 51 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_address_scope_rbac.AddressScopeExtRbacTest.test_delete_address_scope ... success [1.910s] 2021-01-31 02:11:30.863 51 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_address_scope_rbac.AddressScopeExtRbacTest.test_get_address_scope ... success [1.893s] 2021-01-31 02:11:32.786 51 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_address_scope_rbac.AddressScopeExtRbacTest.test_list_address_scopes ... success [1.923s] 2021-01-31 02:11:34.742 51 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_address_scope_rbac.AddressScopeExtRbacTest.test_update_address_scope ... success [1.957s] 2021-01-31 02:11:36.665 51 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_address_scope_rbac.AddressScopeExtRbacTest.test_update_address_scope_shared ... success [1.911s] 2021-01-31 02:11:38.621 51 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_dscp_marking_rule_rbac.DscpMarkingRuleExtRbacTest ... skip: b'qos extension not enabled.' 2021-01-31 02:11:45.953 51 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_flavors_rbac.FlavorsExtRbacTest.test_create_flavor ... success [1.938s] 2021-01-31 02:11:47.828 51 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_flavors_rbac.FlavorsExtRbacTest.test_delete_flavor ... success [1.862s] 2021-01-31 02:11:49.685 51 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_flavors_rbac.FlavorsExtRbacTest.test_list_flavors ... success [1.845s] 2021-01-31 02:11:51.592 51 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_flavors_rbac.FlavorsExtRbacTest.test_show_flavor ... success [1.897s] 2021-01-31 02:11:53.481 51 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_flavors_rbac.FlavorsExtRbacTest.test_update_flavor ... success [1.887s] 2021-01-31 02:12:03.929 51 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_floating_ips_rbac.FloatingIpsRbacTest.test_create_floating_ip ... success [3.466s] 2021-01-31 02:12:07.300 51 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_floating_ips_rbac.FloatingIpsRbacTest.test_create_floating_ip_floatingip_address ... success [3.367s] 2021-01-31 02:12:10.796 51 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_floating_ips_rbac.FloatingIpsRbacTest.test_delete_floating_ip ... success [3.498s] 2021-01-31 02:12:14.087 51 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_floating_ips_rbac.FloatingIpsRbacTest.test_list_floating_ips ... success [3.290s] 2021-01-31 02:12:17.438 51 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_floating_ips_rbac.FloatingIpsRbacTest.test_show_floating_ip ... success [3.350s] 2021-01-31 02:12:21.338 51 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_floating_ips_rbac.FloatingIpsRbacTest.test_update_floating_ip ... success [3.899s] 2021-01-31 02:12:32.141 51 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_create_network ... success [1.312s] 2021-01-31 02:12:33.355 51 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_create_network_is_default ... success [1.208s] 2021-01-31 02:12:34.553 51 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_create_network_provider_network_type ... success [1.199s] 2021-01-31 02:12:35.681 51 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_create_network_provider_physical_network ... success [1.124s] 2021-01-31 02:12:36.865 51 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_create_network_router_external ... success [1.182s] 2021-01-31 02:12:38.008 51 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_create_network_shared ... success [1.141s] 2021-01-31 02:12:40.216 51 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_delete_network ... success [2.211s] 2021-01-31 02:12:41.254 51 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_list_dhcp_agents_on_hosting_network ... success [1.034s] 2021-01-31 02:12:42.367 51 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_list_networks ... success [1.111s] 2021-01-31 02:12:43.536 51 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_show_network ... success [1.168s] 2021-01-31 02:12:44.614 51 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_show_network_provider_network_type ... success [1.076s] 2021-01-31 02:12:45.773 51 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_show_network_provider_physical_network ... success [1.151s] 2021-01-31 02:12:46.869 51 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_show_network_provider_segmentation_id ... success [1.101s] 2021-01-31 02:12:47.967 51 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_show_network_router_external ... success [1.096s] 2021-01-31 02:12:49.528 51 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_update_network ... success [1.552s] 2021-01-31 02:12:49.534 51 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_update_network_provider_network_type ... skip [0.002s]: b'Skipped until bug: https://storyboard.openstack.org/#!/story/2005489 is resolved.' 2021-01-31 02:12:49.539 51 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-01-31 02:12:49.544 51 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-01-31 02:12:51.224 51 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_update_network_router_external ... success [1.670s] 2021-01-31 02:12:53.629 51 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_networks_rbac.NetworksRbacTest.test_update_network_shared ... success [2.399s] 2021-01-31 02:13:00.243 51 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_policy_bandwidth_limit_rule_rbac.PolicyBandwidthLimitRuleExtRbacTest ... skip: b'qos extension not enabled.' 2021-01-31 02:13:00.254 51 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_policy_minimum_bandwidth_rule_rbac.PolicyMinimumBandwidthRuleExtRbacTest ... skip: b'qos extension not enabled.' 2021-01-31 02:13:13.150 51 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_add_router_interface ... success [6.914s] 2021-01-31 02:13:14.942 51 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_create_distributed_router ... success [1.792s] 2021-01-31 02:13:25.460 51 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_create_high_availability_router ... success [10.517s] 2021-01-31 02:13:27.342 51 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_create_router ... success [1.880s] 2021-01-31 02:13:32.340 51 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_create_router_enable_snat ... success [4.997s] 2021-01-31 02:13:37.945 51 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_create_router_external_fixed_ips ... success [5.604s] 2021-01-31 02:13:39.579 51 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_delete_router ... success [1.632s] 2021-01-31 02:13:40.667 51 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_list_routers ... success [1.086s] 2021-01-31 02:13:48.655 51 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_remove_router_interface ... success [7.985s] 2021-01-31 02:13:50.514 51 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_show_distributed_router ... success [1.858s] 2021-01-31 02:14:00.432 51 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_show_high_availability_router ... success [9.917s] 2021-01-31 02:14:01.637 51 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_show_router ... success [1.203s] 2021-01-31 02:14:04.259 51 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_update_distributed_router ... success [2.616s] 2021-01-31 02:14:16.415 51 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_update_high_availability_router ... success [12.161s] 2021-01-31 02:14:18.115 51 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_update_router ... success [1.697s] 2021-01-31 02:14:22.757 51 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_update_router_enable_snat ... success [4.640s] 2021-01-31 02:14:27.766 51 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_update_router_external_fixed_ips ... success [5.009s] 2021-01-31 02:14:29.643 51 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_update_router_external_gateway_info ... success [1.875s] 2021-01-31 02:14:34.026 51 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_routers_rbac.RouterRbacTest.test_update_router_external_gateway_info_network_id ... success [4.385s] 2021-01-31 02:14:50.583 51 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_service_profile_rbac.ServiceProfileExtRbacTest.test_create_service_profile ... success [1.927s] 2021-01-31 02:14:52.508 51 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_service_profile_rbac.ServiceProfileExtRbacTest.test_delete_service_profile ... success [1.921s] 2021-01-31 02:14:54.324 51 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_service_profile_rbac.ServiceProfileExtRbacTest.test_show_service_profile ... success [1.811s] 2021-01-31 02:14:56.234 51 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.network.test_service_profile_rbac.ServiceProfileExtRbacTest.test_update_service_profile ... success [1.907s] 2021-01-31 02:15:02.348 51 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_scheduler_stats_rbac.SchedulerStatsV3RbacTest.test_list_back_end_storage_pools ... fail [0.004s] 2021-01-31 02:15:11.675 51 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_snapshot_manage_rbac.SnapshotManageRbacTest.test_manage_snapshot_rbac ... fail [0.004s] 2021-01-31 02:15:23.564 51 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_snapshots_actions_rbac.SnapshotsActionsV3RbacTest.test_reset_snapshot_status ... fail [0.135s] 2021-01-31 02:15:23.703 51 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_snapshots_actions_rbac.SnapshotsActionsV3RbacTest.test_snapshot_force_delete ... fail [0.138s] 2021-01-31 02:15:23.839 51 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_snapshots_actions_rbac.SnapshotsActionsV3RbacTest.test_update_snapshot_status ... fail [0.135s] 2021-01-31 02:15:33.723 51 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_user_messages_rbac.MessagesV3RbacTest.test_delete_message ... fail [0.004s] 2021-01-31 02:15:33.733 51 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_user_messages_rbac.MessagesV3RbacTest.test_list_messages ... fail [0.005s] 2021-01-31 02:15:33.739 51 INFO opnfv-tempest [-] {3} patrole_tempest_plugin.tests.api.volume.test_user_messages_rbac.MessagesV3RbacTest.test_show_message ... fail [0.003s] 2021-01-31 02:15:36.189 51 INFO rally.task.context [-] Verification 4c0a0d1b-9bc5-4c55-9a56-916580ee6097 | Context testr@default cleanup() started 2021-01-31 02:15:36.190 51 INFO rally.task.context [-] Verification 4c0a0d1b-9bc5-4c55-9a56-916580ee6097 | Context testr@default cleanup() finished in 0.84 msec 2021-01-31 02:15:36.190 51 INFO rally.task.context [-] Verification 4c0a0d1b-9bc5-4c55-9a56-916580ee6097 | Context tempest@default cleanup() started 2021-01-31 02:15:36.692 51 RALLYDEBUG rally_openstack.verification.tempest.context [-] Deleting role 'ResellerAdmin'. 2021-01-31 02:15:36.805 51 RALLYDEBUG rally_openstack.verification.tempest.context [-] Role 'ResellerAdmin' has been deleted. 2021-01-31 02:15:36.835 51 RALLYDEBUG rally_openstack.verification.tempest.context [-] Deleting flavor 'rally_verify_ce6e0a20_6XEm7ZLf'. 2021-01-31 02:15:37.151 51 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_ce6e0a20_6XEm7ZLf' has been deleted. 2021-01-31 02:15:37.152 51 RALLYDEBUG rally_openstack.verification.tempest.context [-] Removing value 'fc06ba83-548e-44ed-a5c6-aad5d91ca115' of option 'instance_type' from Tempest config file. 2021-01-31 02:15:37.153 51 RALLYDEBUG rally_openstack.verification.tempest.context [-] Value 'fc06ba83-548e-44ed-a5c6-aad5d91ca115' has been removed. 2021-01-31 02:15:37.155 51 INFO rally.task.context [-] Verification 4c0a0d1b-9bc5-4c55-9a56-916580ee6097 | Context tempest@default cleanup() finished in 0.96 sec 2021-01-31 02:15:37.204 51 INFO rally.api [-] Verification (UUID=ce6e0a20-a90d-4d46-81a4-502017eff0c2) has been successfully finished for deployment 'opnfv-rally' (UUID=8e053c35-33b3-4057-8010-f45f46984619)! 2021-01-31 02:15:39.388 66 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-01-31 02:15:39.388 66 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-01-31 02:15:39.388 66 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-01-31 02:15:41.779 68 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-01-31 02:15:41.780 68 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-01-31 02:15:41.780 68 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-01-31 02:15:44.501 68 INFO rally.api [-] Building 'html' report for the following verification(s): 'ce6e0a20-a90d-4d46-81a4-502017eff0c2' 2021-01-31 02:15:44.529 68 INFO rally.api [-] The report has been successfully built. 2021-01-31 02:15:46.481 70 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-01-31 02:15:46.482 70 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-01-31 02:15:46.482 70 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-01-31 02:15:49.104 70 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): 'ce6e0a20-a90d-4d46-81a4-502017eff0c2' 2021-01-31 02:15:49.127 70 INFO rally.api [-] The report has been successfully built.