2021-01-30 22:05:42.920 23 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-01-30 22:05:42.921 23 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-01-30 22:05:42.921 23 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-01-30 22:05:45.315 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-30 22:05:45.315 23 ERROR rally.cli.cliutils Traceback (most recent call last): 2021-01-30 22:05:45.315 23 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2021-01-30 22:05:45.315 23 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2021-01-30 22:05:45.315 23 ERROR rally.cli.cliutils File "", line 2, in destroy 2021-01-30 22:05:45.315 23 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2021-01-30 22:05:45.315 23 ERROR rally.cli.cliutils return f(*args, **kwargs) 2021-01-30 22:05:45.315 23 ERROR rally.cli.cliutils File "", line 2, in destroy 2021-01-30 22:05:45.315 23 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2021-01-30 22:05:45.315 23 ERROR rally.cli.cliutils return f(*args, **kwargs) 2021-01-30 22:05:45.315 23 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2021-01-30 22:05:45.315 23 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2021-01-30 22:05:45.315 23 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2021-01-30 22:05:45.315 23 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2021-01-30 22:05:45.315 23 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2021-01-30 22:05:45.315 23 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2021-01-30 22:05:45.315 23 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2021-01-30 22:05:45.315 23 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2021-01-30 22:05:45.315 23 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2021-01-30 22:05:45.315 23 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2021-01-30 22:05:45.315 23 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2021-01-30 22:05:45.315 23 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2021-01-30 22:05:45.315 23 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2021-01-30 22:05:45.315 23 ERROR rally.cli.cliutils 2021-01-30 22:05:47.138 25 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-01-30 22:05:47.138 25 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-01-30 22:05:47.138 25 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-01-30 22:05:51.176 27 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-01-30 22:05:51.177 27 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-01-30 22:05:51.177 27 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-01-30 22:05:56.962 30 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-01-30 22:05:56.962 30 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-01-30 22:05:56.962 30 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-01-30 22:05:58.641 33 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-01-30 22:05:58.642 33 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-01-30 22:05:58.642 33 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-01-30 22:06:00.843 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-30 22:06:00.843 33 ERROR rally.cli.cliutils Traceback (most recent call last): 2021-01-30 22:06:00.843 33 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2021-01-30 22:06:00.843 33 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2021-01-30 22:06:00.843 33 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2021-01-30 22:06:00.843 33 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2021-01-30 22:06:00.843 33 ERROR rally.cli.cliutils return f(*args, **kwargs) 2021-01-30 22:06:00.843 33 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2021-01-30 22:06:00.843 33 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2021-01-30 22:06:00.843 33 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2021-01-30 22:06:00.843 33 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2021-01-30 22:06:00.843 33 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2021-01-30 22:06:00.843 33 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2021-01-30 22:06:00.843 33 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2021-01-30 22:06:00.843 33 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2021-01-30 22:06:00.843 33 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2021-01-30 22:06:00.843 33 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2021-01-30 22:06:00.843 33 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2021-01-30 22:06:00.843 33 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2021-01-30 22:06:00.843 33 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2021-01-30 22:06:00.843 33 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2021-01-30 22:06:00.843 33 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2021-01-30 22:06:00.843 33 ERROR rally.cli.cliutils 2021-01-30 22:06:02.643 35 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-01-30 22:06:02.644 35 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-01-30 22:06:02.644 35 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-01-30 22:06:04.829 35 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2021-01-30 22:06:04.947 35 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-146dc009-167d-4517-9e0e-12f2f5d204ff/repo. 2021-01-30 22:06:05.284 35 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-146dc009-167d-4517-9e0e-12f2f5d204ff/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-30 22:06:05.317 35 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'tags/24.0.0-208-g04839aad0 ' 2021-01-30 22:06:05.324 35 RALLYDEBUG rally.verification.utils [-] Subprocess output: '04839aad0bc78c3acf54a5e9c6b27fc66368c7c9 ' 2021-01-30 22:06:05.343 35 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2021-01-30 22:06:05.408 35 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2021-01-30 22:06:06.104 35 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=146dc009-167d-4517-9e0e-12f2f5d204ff) has been successfully created! 2021-01-30 22:06:07.990 43 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-01-30 22:06:07.991 43 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-01-30 22:06:07.991 43 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-01-30 22:06:13.743 46 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-01-30 22:06:13.743 46 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-01-30 22:06:13.743 46 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-01-30 22:06:15.995 46 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=146dc009-167d-4517-9e0e-12f2f5d204ff) for deployment 'opnfv-rally' (UUID=ebb94077-df1f-4e46-86d8-01ea23b69270). 2021-01-30 22:06:16.791 46 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=146dc009-167d-4517-9e0e-12f2f5d204ff) has been successfully configured for deployment 'opnfv-rally' (UUID=ebb94077-df1f-4e46-86d8-01ea23b69270)! 2021-01-30 22:06:22.872 51 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-01-30 22:06:22.873 51 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-01-30 22:06:22.873 51 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-01-30 22:06:25.143 51 INFO rally.api [-] Starting verification (UUID=88462959-ab78-46ff-9ec3-da4908604af7) for deployment 'opnfv-rally' (UUID=ebb94077-df1f-4e46-86d8-01ea23b69270) by verifier 'opnfv-tempest' (UUID=146dc009-167d-4517-9e0e-12f2f5d204ff). 2021-01-30 22:06:26.109 51 RALLYDEBUG rally_openstack.verification.tempest.context [-] Creating role 'ResellerAdmin'. 2021-01-30 22:06:26.174 51 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2021-01-30 22:06:26.175 51 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-146dc009-167d-4517-9e0e-12f2f5d204ff/for-deployment-ebb94077-df1f-4e46-86d8-01ea23b69270/tempest.log' to option 'log_file'. 2021-01-30 22:06:26.175 51 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-146dc009-167d-4517-9e0e-12f2f5d204ff/for-deployment-ebb94077-df1f-4e46-86d8-01ea23b69270/tempest.log 2021-01-30 22:06:26.176 51 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2021-01-30 22:06:26.176 51 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-146dc009-167d-4517-9e0e-12f2f5d204ff/for-deployment-ebb94077-df1f-4e46-86d8-01ea23b69270/lock_files' to option 'lock_path'. 2021-01-30 22:06:26.177 51 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-146dc009-167d-4517-9e0e-12f2f5d204ff/for-deployment-ebb94077-df1f-4e46-86d8-01ea23b69270/lock_files 2021-01-30 22:06:26.177 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-30 22:06:26.178 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-30 22:06:26.179 51 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = 546670b2-9322-489d-b880-d06d2528f4b9 2021-01-30 22:06:26.179 51 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = 8a88150c-a080-4f56-88b7-e708d0d86d78 2021-01-30 22:06:26.180 51 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = 8dcc7d8c-5f8d-469a-b2fa-8918a42591be 2021-01-30 22:06:26.181 51 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = 420e199c-6604-46d4-b788-ff12fec36195 2021-01-30 22:06:26.426 51 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2021-01-30 22:06:26.426 51 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = tempest_smoke-net_93b6d774-74f9-4af1-80fe-e74a9e4de510 2021-01-30 22:06:26.427 51 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2021-01-30 22:06:26.554 51 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2021-01-30 22:06:26.592 51 RALLYDEBUG rally_openstack.verification.tempest.context [-] There is no flavor with the mentioned properties. 2021-01-30 22:06:26.593 51 RALLYDEBUG rally_openstack.verification.tempest.context [-] Creating flavor 'rally_verify_88462959_lObz3DpA' with the following properties: RAM = 64MB, VCPUs = 1, disk = 5GB. 2021-01-30 22:06:26.632 51 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_88462959_lObz3DpA' (ID = 985d57f1-7efc-49ac-b49b-58e54fc3f0ff) has been successfully created! 2021-01-30 22:06:26.632 51 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '985d57f1-7efc-49ac-b49b-58e54fc3f0ff' to option 'instance_type'. 2021-01-30 22:06:26.633 51 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = 985d57f1-7efc-49ac-b49b-58e54fc3f0ff 2021-01-30 22:06:26.635 51 INFO rally.task.context [-] Verification 146dc009-167d-4517-9e0e-12f2f5d204ff | Context tempest@default setup() finished in 1.01 sec 2021-01-30 22:06:26.636 51 INFO rally.task.context [-] Verification 146dc009-167d-4517-9e0e-12f2f5d204ff | Context testr@default setup() finished in 0.73 msec 2021-01-30 22:06:26.637 51 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --concurrency 4 --load-list /tmp/f7ffeb47-b069-4671-ac89-a482750aeee5'. 2021-01-30 22:06:30.841 51 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v2.test_services.ServicesTestJSON ... skip: b'Identity api v2 is not enabled' 2021-01-30 22:06:33.480 51 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_get_flavor ... success [0.321s] 2021-01-30 22:06:33.562 51 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors ... success [0.082s] 2021-01-30 22:06:35.453 51 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v3.test_credentials.CredentialsTestJSON.test_credentials_create_get_update_delete ... success [0.416s] 2021-01-30 22:06:35.670 51 INFO opnfv-tempest [-] {3} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_create ... success [0.631s] 2021-01-30 22:06:36.662 51 INFO opnfv-tempest [-] {1} tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_security_groups_create_list_delete ... success [2.215s] 2021-01-30 22:06:36.800 51 INFO opnfv-tempest [-] {3} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_list ... success [1.126s] 2021-01-30 22:06:45.567 51 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v3.test_groups.GroupsV3TestJSON.test_group_users_add_list_delete ... success [3.715s] 2021-01-30 22:06:53.849 51 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_network ... success [2.986s] 2021-01-30 22:06:57.142 51 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_port ... success [3.287s] 2021-01-30 22:07:03.056 51 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers ... success [0.183s] 2021-01-30 22:07:03.061 51 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_server_details ... success [0.002s] 2021-01-30 22:07:03.692 51 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_subnet ... success [6.543s] 2021-01-30 22:07:19.048 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_attach_interfaces.AttachInterfacesUnderV243Test.test_add_remove_fixed_ip ... success [35.947s] 2021-01-30 22:07:23.273 51 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_hard ... success [21.369s] 2021-01-30 22:07:27.877 51 INFO opnfv-tempest [-] {2} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_in_allowed_allocation_pools ... success [9.338s] 2021-01-30 22:07:32.464 51 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_endpoints.EndPointsTestJSON.test_update_endpoint ... success [1.150s] 2021-01-30 22:07:33.455 51 INFO opnfv-tempest [-] {2} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_with_no_securitygroups ... success [5.576s] 2021-01-30 22:07:35.567 51 INFO opnfv-tempest [-] {2} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_update_delete_port ... success [2.109s] 2021-01-30 22:07:35.656 51 INFO opnfv-tempest [-] {2} tempest.api.network.test_ports.PortsIpV6TestJSON.test_list_ports ... success [0.085s] 2021-01-30 22:07:35.731 51 INFO opnfv-tempest [-] {2} tempest.api.network.test_ports.PortsIpV6TestJSON.test_show_port ... success [0.072s] 2021-01-30 22:07:39.338 51 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_regions.RegionsTestJSON.test_create_region_with_specific_id ... success [0.226s] 2021-01-30 22:07:42.193 51 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group ... success [0.968s] 2021-01-30 22:07:43.862 51 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule ... success [1.659s] 2021-01-30 22:07:43.914 51 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups ... success [0.059s] 2021-01-30 22:07:47.049 51 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_role_create_update_show_list ... success [0.535s] 2021-01-30 22:07:47.419 51 INFO opnfv-tempest [-] {2} tempest.api.network.test_versions.NetworksApiDiscovery.test_api_version_resources ... success [0.010s] 2021-01-30 22:07:47.684 51 INFO opnfv-tempest [-] {2} tempest.api.network.test_versions.NetworksApiDiscovery.test_show_api_v2_details ... success [0.264s] 2021-01-30 22:07:49.011 51 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_account_quotas.AccountQuotasTest ... skip: b'AccountQuotasTest skipped as swift is not available' 2021-01-30 22:07:49.015 51 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest ... skip: b'ContainerQuotasTest skipped as swift is not available' 2021-01-30 22:07:49.020 51 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_object_services.ObjectTest ... skip: b'ObjectTest skipped as swift is not available' 2021-01-30 22:07:51.603 51 INFO opnfv-tempest [-] {2} tempest.api.volume.test_versions.VersionsTest.test_list_versions ... success [0.017s] 2021-01-30 22:07:52.089 51 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses ... success [0.069s] 2021-01-30 22:07:52.247 51 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses_by_network ... success [0.155s] 2021-01-30 22:07:55.295 51 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_services.ServicesTestJSON.test_create_update_get_service ... success [0.701s] 2021-01-30 22:07:57.378 51 INFO opnfv-tempest [-] {3} tempest.api.identity.v2.test_api_discovery.TestApiDiscovery ... skip: b'Identity api v2 is not enabled' 2021-01-30 22:07:59.628 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_list_servers ... success [0.180s] 2021-01-30 22:07:59.631 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_verify_server_details ... success [0.001s] 2021-01-30 22:08:00.071 51 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_delete_image ... success [0.465s] 2021-01-30 22:08:00.459 51 INFO opnfv-tempest [-] {1} tempest.api.compute.test_versions.TestVersions.test_get_version_details ... success [0.036s] 2021-01-30 22:08:00.473 51 INFO opnfv-tempest [-] {1} tempest.api.compute.test_versions.TestVersions.test_list_api_versions ... success [0.012s] 2021-01-30 22:08:01.405 51 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_register_upload_get_image_file ... success [1.330s] 2021-01-30 22:08:01.556 51 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_update_image ... success [0.153s] 2021-01-30 22:08:01.949 51 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v2.test_users.UsersTestJSON ... skip: b'Identity api v2 is not enabled' 2021-01-30 22:08:06.971 51 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_create_update_delete_domain ... success [0.963s] 2021-01-30 22:08:12.454 51 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_create_port_in_allowed_allocation_pools ... success [5.245s] 2021-01-30 22:08:14.767 51 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v3.test_policies.PoliciesTestJSON.test_create_update_delete_policy ... success [0.363s] 2021-01-30 22:08:15.268 51 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_attach_detach_volume_to_instance ... success [16.115s] 2021-01-30 22:08:18.022 51 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_create_port_with_no_securitygroups ... success [5.565s] 2021-01-30 22:08:20.038 51 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_create_update_delete_port ... success [2.015s] 2021-01-30 22:08:20.142 51 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_list_ports ... success [0.100s] 2021-01-30 22:08:20.220 51 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_show_port ... success [0.079s] 2021-01-30 22:08:24.223 51 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_get_trusts_all ... success [3.588s] 2021-01-30 22:08:28.836 51 INFO opnfv-tempest [-] {1} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_media_types ... success [0.090s] 2021-01-30 22:08:28.862 51 INFO opnfv-tempest [-] {1} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_resources ... success [0.026s] 2021-01-30 22:08:28.894 51 INFO opnfv-tempest [-] {1} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_statuses ... success [0.030s] 2021-01-30 22:08:28.909 51 INFO opnfv-tempest [-] {1} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_list_api_versions ... success [0.011s] 2021-01-30 22:08:33.701 51 INFO opnfv-tempest [-] {1} tempest.api.network.test_extensions.ExtensionsTestJSON.test_list_show_extensions ... success [0.959s] 2021-01-30 22:08:34.040 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers ... success [0.167s] 2021-01-30 22:08:34.042 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_server_details ... success [0.002s] 2021-01-30 22:08:44.171 51 INFO opnfv-tempest [-] {3} tempest.api.network.test_routers.RoutersTest.test_add_multiple_router_interfaces ... success [18.480s] 2021-01-30 22:08:50.360 51 INFO opnfv-tempest [-] {1} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_floating_ip_specifying_a_fixed_ip_address ... success [4.449s] 2021-01-30 22:08:50.615 51 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_domains.DefaultDomainTestJSON.test_default_domain_exists ... success [0.124s] 2021-01-30 22:08:54.105 51 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_versions.VersionsTest.test_list_versions ... success [0.011s] 2021-01-30 22:08:55.236 51 INFO opnfv-tempest [-] {3} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_port_id ... success [11.061s] 2021-01-30 22:08:57.139 51 INFO opnfv-tempest [-] {1} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_list_show_update_delete_floating_ip ... success [6.773s] 2021-01-30 22:09:04.840 51 INFO opnfv-tempest [-] {3} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_subnet_id ... success [9.602s] 2021-01-30 22:09:07.376 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_create_update_delete_network_subnet ... success [5.254s] 2021-01-30 22:09:07.619 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_external_network_visibility ... success [0.242s] 2021-01-30 22:09:07.786 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_list_networks ... success [0.163s] 2021-01-30 22:09:07.875 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_list_subnets ... success [0.087s] 2021-01-30 22:09:08.019 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_show_network ... success [0.141s] 2021-01-30 22:09:08.106 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_show_subnet ... success [0.085s] 2021-01-30 22:09:09.695 51 INFO opnfv-tempest [-] {3} tempest.api.network.test_routers.RoutersTest.test_create_show_list_update_delete_router ... success [4.857s] 2021-01-30 22:09:10.540 51 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_network ... success [2.854s] 2021-01-30 22:09:11.688 51 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_container_services.ContainerTest ... skip: b'ContainerTest skipped as swift is not available' 2021-01-30 22:09:13.609 51 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_port ... success [3.064s] 2021-01-30 22:09:17.408 51 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_subnet ... success [3.796s] 2021-01-30 22:09:20.402 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_update_delete_network_subnet ... success [5.180s] 2021-01-30 22:09:20.616 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_external_network_visibility ... success [0.210s] 2021-01-30 22:09:20.843 51 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete ... success [6.872s] 2021-01-30 22:09:20.901 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_networks ... success [0.282s] 2021-01-30 22:09:20.982 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_subnets ... success [0.082s] 2021-01-30 22:09:21.138 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_network ... success [0.150s] 2021-01-30 22:09:21.228 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_subnet ... success [0.091s] 2021-01-30 22:09:31.653 51 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image ... success [10.801s] 2021-01-30 22:09:44.149 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_multiple_router_interfaces ... success [17.298s] 2021-01-30 22:09:53.837 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_port_id ... success [9.685s] 2021-01-30 22:10:02.414 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_subnet_id ... success [8.575s] 2021-01-30 22:10:06.880 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_create_show_list_update_delete_router ... success [4.463s] 2021-01-30 22:10:11.701 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_list_update_show_delete_security_group ... success [0.930s] 2021-01-30 22:10:13.297 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_show_delete_security_group_rule ... success [1.589s] 2021-01-30 22:10:13.359 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_list_security_groups ... success [0.064s] 2021-01-30 22:10:17.110 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools ... success [0.476s] 2021-01-30 22:10:18.378 51 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_services.AccountTest ... skip: b'AccountTest skipped as swift is not available' 2021-01-30 22:10:26.128 51 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list ... success [0.077s] 2021-01-30 22:10:31.436 51 INFO rally.task.context [-] Verification 146dc009-167d-4517-9e0e-12f2f5d204ff | Context testr@default cleanup() started 2021-01-30 22:10:31.437 51 INFO rally.task.context [-] Verification 146dc009-167d-4517-9e0e-12f2f5d204ff | Context testr@default cleanup() finished in 1.03 msec 2021-01-30 22:10:31.438 51 INFO rally.task.context [-] Verification 146dc009-167d-4517-9e0e-12f2f5d204ff | Context tempest@default cleanup() started 2021-01-30 22:10:31.960 51 RALLYDEBUG rally_openstack.verification.tempest.context [-] Deleting role 'ResellerAdmin'. 2021-01-30 22:10:32.060 51 RALLYDEBUG rally_openstack.verification.tempest.context [-] Role 'ResellerAdmin' has been deleted. 2021-01-30 22:10:32.101 51 RALLYDEBUG rally_openstack.verification.tempest.context [-] Deleting flavor 'rally_verify_88462959_lObz3DpA'. 2021-01-30 22:10:32.389 51 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_88462959_lObz3DpA' has been deleted. 2021-01-30 22:10:32.391 51 RALLYDEBUG rally_openstack.verification.tempest.context [-] Removing value '985d57f1-7efc-49ac-b49b-58e54fc3f0ff' of option 'instance_type' from Tempest config file. 2021-01-30 22:10:32.391 51 RALLYDEBUG rally_openstack.verification.tempest.context [-] Value '985d57f1-7efc-49ac-b49b-58e54fc3f0ff' has been removed. 2021-01-30 22:10:32.393 51 INFO rally.task.context [-] Verification 146dc009-167d-4517-9e0e-12f2f5d204ff | Context tempest@default cleanup() finished in 0.96 sec 2021-01-30 22:10:32.420 51 INFO rally.api [-] Verification (UUID=88462959-ab78-46ff-9ec3-da4908604af7) has been successfully finished for deployment 'opnfv-rally' (UUID=ebb94077-df1f-4e46-86d8-01ea23b69270)! 2021-01-30 22:10:34.341 74 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-01-30 22:10:34.341 74 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-01-30 22:10:34.342 74 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-01-30 22:10:36.192 76 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-01-30 22:10:36.193 76 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-01-30 22:10:36.193 76 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-01-30 22:10:38.363 76 INFO rally.api [-] Building 'html' report for the following verification(s): '88462959-ab78-46ff-9ec3-da4908604af7' 2021-01-30 22:10:38.385 76 INFO rally.api [-] The report has been successfully built. 2021-01-30 22:10:40.194 78 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-01-30 22:10:40.194 78 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-01-30 22:10:40.194 78 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-01-30 22:10:42.492 78 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): '88462959-ab78-46ff-9ec3-da4908604af7' 2021-01-30 22:10:42.498 78 INFO rally.api [-] The report has been successfully built.