2020-10-05 12:02:45.238 7 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-10-05 12:02:45.238 7 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-10-05 12:02:45.239 7 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-10-05 12:02:47.534 7 ERROR rally.cli.cliutils [-] Unexpected exception in CLI: rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2020-10-05 12:02:47.534 7 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-10-05 12:02:47.534 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-10-05 12:02:47.534 7 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-10-05 12:02:47.534 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-10-05 12:02:47.534 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2020-10-05 12:02:47.534 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-10-05 12:02:47.534 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-10-05 12:02:47.534 7 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-10-05 12:02:47.534 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-10-05 12:02:47.534 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2020-10-05 12:02:47.534 7 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2020-10-05 12:02:47.534 7 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2020-10-05 12:02:47.534 7 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2020-10-05 12:02:47.534 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2020-10-05 12:02:47.534 7 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2020-10-05 12:02:47.534 7 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2020-10-05 12:02:47.534 7 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2020-10-05 12:02:47.534 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-10-05 12:02:47.534 7 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-10-05 12:02:47.534 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2020-10-05 12:02:47.534 7 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-10-05 12:02:47.534 7 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2020-10-05 12:02:47.534 7 ERROR rally.cli.cliutils 2020-10-05 12:02:48.919 9 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-10-05 12:02:48.919 9 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-10-05 12:02:48.919 9 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-10-05 12:02:52.554 11 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-10-05 12:02:52.554 11 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-10-05 12:02:52.554 11 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-10-05 12:02:56.822 14 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-10-05 12:02:56.822 14 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-10-05 12:02:56.822 14 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-10-05 12:02:58.131 17 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-10-05 12:02:58.131 17 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-10-05 12:02:58.131 17 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-10-05 12:03:00.032 17 ERROR rally.cli.cliutils [-] Unexpected exception in CLI: rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2020-10-05 12:03:00.032 17 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-10-05 12:03:00.032 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-10-05 12:03:00.032 17 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-10-05 12:03:00.032 17 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2020-10-05 12:03:00.032 17 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-10-05 12:03:00.032 17 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-10-05 12:03:00.032 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2020-10-05 12:03:00.032 17 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2020-10-05 12:03:00.032 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2020-10-05 12:03:00.032 17 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2020-10-05 12:03:00.032 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2020-10-05 12:03:00.032 17 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2020-10-05 12:03:00.032 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2020-10-05 12:03:00.032 17 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2020-10-05 12:03:00.032 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-10-05 12:03:00.032 17 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-10-05 12:03:00.032 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2020-10-05 12:03:00.032 17 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2020-10-05 12:03:00.032 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2020-10-05 12:03:00.032 17 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-10-05 12:03:00.032 17 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2020-10-05 12:03:00.032 17 ERROR rally.cli.cliutils 2020-10-05 12:03:01.324 19 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-10-05 12:03:01.324 19 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-10-05 12:03:01.324 19 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-10-05 12:03:03.148 19 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2020-10-05 12:03:03.245 19 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-f38edbd7-faf7-4f7d-a183-52e8c38ca05f/repo. 2020-10-05 12:03:03.515 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-f38edbd7-faf7-4f7d-a183-52e8c38ca05f/repo'... done. ' 2020-10-05 12:03:03.529 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'heads/master ' 2020-10-05 12:03:03.555 19 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2020-10-05 12:03:03.611 19 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2020-10-05 12:03:04.201 19 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=f38edbd7-faf7-4f7d-a183-52e8c38ca05f) has been successfully created! 2020-10-05 12:03:05.551 26 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-10-05 12:03:05.552 26 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-10-05 12:03:05.552 26 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-10-05 12:03:09.481 29 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-10-05 12:03:09.481 29 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-10-05 12:03:09.481 29 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-10-05 12:03:11.366 29 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=f38edbd7-faf7-4f7d-a183-52e8c38ca05f) for deployment 'opnfv-rally' (UUID=72b8d7ca-db73-4665-8127-ec7455330891). 2020-10-05 12:03:11.741 29 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=f38edbd7-faf7-4f7d-a183-52e8c38ca05f) has been successfully configured for deployment 'opnfv-rally' (UUID=72b8d7ca-db73-4665-8127-ec7455330891)! 2020-10-05 12:03:16.877 34 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-10-05 12:03:16.877 34 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-10-05 12:03:16.877 34 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-10-05 12:03:18.933 34 INFO rally.api [-] Starting verification (UUID=654b999a-0c54-40dd-8970-e925a941bcb4) for deployment 'opnfv-rally' (UUID=72b8d7ca-db73-4665-8127-ec7455330891) by verifier 'opnfv-tempest' (UUID=f38edbd7-faf7-4f7d-a183-52e8c38ca05f). 2020-10-05 12:03:19.445 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2020-10-05 12:03:19.446 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-f38edbd7-faf7-4f7d-a183-52e8c38ca05f/for-deployment-72b8d7ca-db73-4665-8127-ec7455330891/tempest.log' to option 'log_file'. 2020-10-05 12:03:19.446 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-f38edbd7-faf7-4f7d-a183-52e8c38ca05f/for-deployment-72b8d7ca-db73-4665-8127-ec7455330891/tempest.log 2020-10-05 12:03:19.446 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2020-10-05 12:03:19.447 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-f38edbd7-faf7-4f7d-a183-52e8c38ca05f/for-deployment-72b8d7ca-db73-4665-8127-ec7455330891/lock_files' to option 'lock_path'. 2020-10-05 12:03:19.447 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-f38edbd7-faf7-4f7d-a183-52e8c38ca05f/for-deployment-72b8d7ca-db73-4665-8127-ec7455330891/lock_files 2020-10-05 12:03:19.447 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is already configured in Tempest config file. img_dir = /home/opnfv/functest/images 2020-10-05 12:03:19.448 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_file' is already configured in Tempest config file. img_file = cirros-0.4.0-x86_64-disk.img 2020-10-05 12:03:19.448 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = f9470de8-3f4a-4c65-9414-dd7ff22dc190 2020-10-05 12:03:19.448 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = 81c66edf-450e-449f-8371-1d996010975c 2020-10-05 12:03:19.449 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = 32f777ed-c5a8-496c-b99b-84cc70d999e0 2020-10-05 12:03:19.450 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = 883f4f4b-4fff-4e5a-a6dd-ee13b601957d 2020-10-05 12:03:19.650 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2020-10-05 12:03:19.650 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = tempest_smoke-net_c8c7a5d6-b6ca-438a-8113-a5aabdfbc03b 2020-10-05 12:03:19.651 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2020-10-05 12:03:19.749 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2020-10-05 12:03:19.788 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] There is no flavor with the mentioned properties. 2020-10-05 12:03:19.788 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Creating flavor 'rally_verify_654b999a_sfZSOmUO' with the following properties: RAM = 64MB, VCPUs = 1, disk = 5GB. 2020-10-05 12:03:19.834 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_654b999a_sfZSOmUO' (ID = d5a131a2-e2df-4995-b293-9a0b509f7350) has been successfully created! 2020-10-05 12:03:19.834 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value 'd5a131a2-e2df-4995-b293-9a0b509f7350' to option 'instance_type'. 2020-10-05 12:03:19.834 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = d5a131a2-e2df-4995-b293-9a0b509f7350 2020-10-05 12:03:19.835 34 INFO rally.task.context [-] Verification f38edbd7-faf7-4f7d-a183-52e8c38ca05f | Context tempest@default setup() finished in 0.76 sec 2020-10-05 12:03:19.836 34 INFO rally.task.context [-] Verification f38edbd7-faf7-4f7d-a183-52e8c38ca05f | Context testr@default setup() finished in 0.37 msec 2020-10-05 12:03:19.836 34 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --concurrency 4 --load-list /tmp/a39a744d-e966-4f3e-9549-f95a407258ec'. 2020-10-05 12:03:22.528 34 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_get_flavor ... success [0.155s] 2020-10-05 12:03:22.604 34 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors ... success [0.076s] 2020-10-05 12:03:26.969 34 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_create ... success [0.863s] 2020-10-05 12:03:27.030 34 INFO opnfv-tempest [-] {1} tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_security_groups_create_list_delete ... success [2.311s] 2020-10-05 12:03:28.089 34 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_list ... success [1.119s] 2020-10-05 12:03:49.987 34 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers ... success [0.204s] 2020-10-05 12:03:49.988 34 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_server_details ... success [0.001s] 2020-10-05 12:03:53.824 34 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_hard ... success [10.819s] 2020-10-05 12:04:00.213 34 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_list_servers ... success [0.164s] 2020-10-05 12:04:00.214 34 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_verify_server_details ... success [0.001s] 2020-10-05 12:04:04.717 34 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_create_update_delete_domain ... success [0.635s] 2020-10-05 12:04:09.791 34 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses ... success [0.065s] 2020-10-05 12:04:09.929 34 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses_by_network ... success [0.139s] 2020-10-05 12:04:10.163 34 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_groups.GroupsV3TestJSON.test_group_users_add_list_delete ... success [1.863s] 2020-10-05 12:04:10.532 34 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v2.test_users.UsersTestJSON ... skip: b'Identity api v2 is not enabled' 2020-10-05 12:04:11.923 34 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v3.test_services.ServicesTestJSON.test_create_update_get_service ... success [0.374s] 2020-10-05 12:04:13.615 34 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_regions.RegionsTestJSON.test_create_region_with_specific_id ... success [0.189s] 2020-10-05 12:04:16.154 34 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_get_trusts_all ... success [1.832s] 2020-10-05 12:04:16.342 34 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v3.test_policies.PoliciesTestJSON.test_create_update_delete_policy ... success [0.337s] 2020-10-05 12:04:17.821 34 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_role_create_update_show_list ... success [0.352s] 2020-10-05 12:04:19.282 34 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_delete_image ... success [0.341s] 2020-10-05 12:04:19.315 34 INFO opnfv-tempest [-] {2} tempest.api.identity.v3.test_domains.DefaultDomainTestJSON.test_default_domain_exists ... success [0.134s] 2020-10-05 12:04:19.878 34 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_register_upload_get_image_file ... success [0.595s] 2020-10-05 12:04:19.977 34 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_update_image ... success [0.099s] 2020-10-05 12:04:20.554 34 INFO opnfv-tempest [-] {3} tempest.api.identity.v2.test_api_discovery.TestApiDiscovery ... skip: b'Identity api v2 is not enabled' 2020-10-05 12:04:21.254 34 INFO opnfv-tempest [-] {3} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_media_types ... success [0.066s] 2020-10-05 12:04:21.319 34 INFO opnfv-tempest [-] {3} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_resources ... success [0.064s] 2020-10-05 12:04:21.338 34 INFO opnfv-tempest [-] {3} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_statuses ... success [0.019s] 2020-10-05 12:04:21.346 34 INFO opnfv-tempest [-] {3} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_list_api_versions ... success [0.007s] 2020-10-05 12:04:21.772 34 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_versions.VersionsTest.test_list_versions ... success [0.006s] 2020-10-05 12:04:23.478 34 INFO opnfv-tempest [-] {3} tempest.api.network.test_extensions.ExtensionsTestJSON.test_list_show_extensions ... success [0.723s] 2020-10-05 12:04:27.731 34 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_network ... success [4.604s] 2020-10-05 12:04:29.587 34 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksIpV6Test.test_create_update_delete_network_subnet ... success [4.142s] 2020-10-05 12:04:29.728 34 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksIpV6Test.test_external_network_visibility ... success [0.140s] 2020-10-05 12:04:29.834 34 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksIpV6Test.test_list_networks ... success [0.106s] 2020-10-05 12:04:29.922 34 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksIpV6Test.test_list_subnets ... success [0.087s] 2020-10-05 12:04:30.224 34 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksIpV6Test.test_show_network ... success [0.301s] 2020-10-05 12:04:30.272 34 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksIpV6Test.test_show_subnet ... success [0.048s] 2020-10-05 12:04:31.194 34 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_port ... success [3.463s] 2020-10-05 12:04:37.583 34 INFO opnfv-tempest [-] {3} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_floating_ip_specifying_a_fixed_ip_address ... success [3.099s] 2020-10-05 12:04:37.728 34 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_subnet ... success [6.535s] 2020-10-05 12:04:40.262 34 INFO opnfv-tempest [-] {2} tempest.api.network.test_ports.PortsTestJSON.test_create_port_in_allowed_allocation_pools ... success [5.544s] 2020-10-05 12:04:42.709 34 INFO opnfv-tempest [-] {3} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_list_show_update_delete_floating_ip ... success [5.124s] 2020-10-05 12:04:45.129 34 INFO opnfv-tempest [-] {2} tempest.api.network.test_ports.PortsTestJSON.test_create_port_with_no_securitygroups ... success [4.866s] 2020-10-05 12:04:46.755 34 INFO opnfv-tempest [-] {2} tempest.api.network.test_ports.PortsTestJSON.test_create_update_delete_port ... success [1.625s] 2020-10-05 12:04:46.811 34 INFO opnfv-tempest [-] {2} tempest.api.network.test_ports.PortsTestJSON.test_list_ports ... success [0.057s] 2020-10-05 12:04:46.858 34 INFO opnfv-tempest [-] {2} tempest.api.network.test_ports.PortsTestJSON.test_show_port ... success [0.046s] 2020-10-05 12:04:49.182 34 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_network ... success [4.960s] 2020-10-05 12:04:50.691 34 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_list_update_show_delete_security_group ... success [0.852s] 2020-10-05 12:04:52.799 34 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_show_delete_security_group_rule ... success [2.102s] 2020-10-05 12:04:52.851 34 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_list_security_groups ... success [0.058s] 2020-10-05 12:04:53.682 34 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_port ... success [4.499s] 2020-10-05 12:05:01.896 34 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_subnet ... success [8.214s] 2020-10-05 12:05:07.613 34 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_attach_detach_volume_to_instance ... success [10.105s] 2020-10-05 12:05:09.483 34 INFO opnfv-tempest [-] {2} tempest.api.network.test_routers.RoutersTest.test_add_multiple_router_interfaces ... success [19.828s] 2020-10-05 12:05:13.861 34 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_create_update_delete_network_subnet ... success [4.636s] 2020-10-05 12:05:14.016 34 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_external_network_visibility ... success [0.155s] 2020-10-05 12:05:14.189 34 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_list_networks ... success [0.172s] 2020-10-05 12:05:14.255 34 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_list_subnets ... success [0.066s] 2020-10-05 12:05:14.665 34 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_show_network ... success [0.408s] 2020-10-05 12:05:14.746 34 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_show_subnet ... success [0.082s] 2020-10-05 12:05:17.670 34 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete ... success [5.855s] 2020-10-05 12:05:18.298 34 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_account_quotas.AccountQuotasTest.test_admin_modify_quota ... success [0.102s] 2020-10-05 12:05:18.324 34 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_account_quotas.AccountQuotasTest.test_upload_valid_object ... success [0.026s] 2020-10-05 12:05:19.532 34 INFO opnfv-tempest [-] {2} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_port_id ... success [10.048s] 2020-10-05 12:05:24.925 34 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest.test_upload_large_object ... success [2.230s] 2020-10-05 12:05:25.659 34 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image ... success [7.987s] 2020-10-05 12:05:27.052 34 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest.test_upload_too_many_objects ... success [2.126s] 2020-10-05 12:05:27.214 34 INFO opnfv-tempest [-] {2} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_subnet_id ... success [7.682s] 2020-10-05 12:05:29.129 34 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest.test_upload_valid_object ... success [2.077s] 2020-10-05 12:05:31.137 34 INFO opnfv-tempest [-] {2} tempest.api.network.test_routers.RoutersTest.test_create_show_list_update_delete_router ... success [3.922s] 2020-10-05 12:05:34.075 34 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group ... success [0.954s] 2020-10-05 12:05:35.243 34 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule ... success [1.163s] 2020-10-05 12:05:35.272 34 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups ... success [0.033s] 2020-10-05 12:05:35.602 34 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list ... success [0.058s] 2020-10-05 12:05:36.590 34 INFO opnfv-tempest [-] {2} tempest.api.network.test_versions.NetworksApiDiscovery.test_api_version_resources ... success [0.013s] 2020-10-05 12:05:36.741 34 INFO opnfv-tempest [-] {2} tempest.api.network.test_versions.NetworksApiDiscovery.test_show_api_v2_details ... success [0.151s] 2020-10-05 12:05:40.297 34 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_services.ContainerTest.test_create_container ... success [2.187s] 2020-10-05 12:05:42.370 34 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents ... success [2.070s] 2020-10-05 12:05:44.428 34 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_metadata ... success [2.058s] 2020-10-05 12:05:45.803 34 INFO opnfv-tempest [-] {2} tempest.api.volume.test_versions.VersionsTest.test_list_versions ... success [0.014s] 2020-10-05 12:09:22.079 34 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_attach_interfaces.AttachInterfacesUnderV243Test.test_add_remove_fixed_ip ... fail [342.752s] 2020-10-05 12:09:58.857 34 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers ... success [0.181s] 2020-10-05 12:09:58.858 34 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_server_details ... success [0.001s] 2020-10-05 12:10:07.369 34 INFO opnfv-tempest [-] {0} tempest.api.compute.test_versions.TestVersions.test_get_version_details ... success [0.029s] 2020-10-05 12:10:07.383 34 INFO opnfv-tempest [-] {0} tempest.api.compute.test_versions.TestVersions.test_list_api_versions ... success [0.014s] 2020-10-05 12:10:08.270 34 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v2.test_services.ServicesTestJSON ... skip: b'Identity api v2 is not enabled' 2020-10-05 12:10:09.882 34 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_credentials.CredentialsTestJSON.test_credentials_create_get_update_delete ... success [0.208s] 2020-10-05 12:10:13.803 34 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_endpoints.EndPointsTestJSON.test_update_endpoint ... success [0.552s] 2020-10-05 12:10:21.606 34 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_in_allowed_allocation_pools ... success [3.445s] 2020-10-05 12:10:25.064 34 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_with_no_securitygroups ... success [3.458s] 2020-10-05 12:10:26.421 34 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_update_delete_port ... success [1.356s] 2020-10-05 12:10:26.476 34 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_list_ports ... success [0.056s] 2020-10-05 12:10:26.520 34 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_show_port ... success [0.044s] 2020-10-05 12:10:42.456 34 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_multiple_router_interfaces ... success [13.239s] 2020-10-05 12:10:51.761 34 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_port_id ... success [9.304s] 2020-10-05 12:10:59.160 34 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_subnet_id ... success [7.400s] 2020-10-05 12:11:03.130 34 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_create_show_list_update_delete_router ... success [3.970s] 2020-10-05 12:11:05.597 34 INFO opnfv-tempest [-] {0} tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools ... success [0.450s] 2020-10-05 12:11:08.007 34 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_services.AccountTest.test_list_account_metadata ... success [0.028s] 2020-10-05 12:11:08.017 34 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers ... success [0.011s] 2020-10-05 12:11:22.440 34 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_services.ObjectTest.test_create_object ... success [0.033s] 2020-10-05 12:11:22.455 34 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_services.ObjectTest.test_get_object ... success [0.016s] 2020-10-05 12:11:22.471 34 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_services.ObjectTest.test_list_object_metadata ... success [0.016s] 2020-10-05 12:11:22.494 34 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_services.ObjectTest.test_update_object_metadata ... success [0.022s] 2020-10-05 12:11:25.582 34 INFO rally.task.context [-] Verification f38edbd7-faf7-4f7d-a183-52e8c38ca05f | Context testr@default cleanup() started 2020-10-05 12:11:25.583 34 INFO rally.task.context [-] Verification f38edbd7-faf7-4f7d-a183-52e8c38ca05f | Context testr@default cleanup() finished in 0.77 msec 2020-10-05 12:11:25.584 34 INFO rally.task.context [-] Verification f38edbd7-faf7-4f7d-a183-52e8c38ca05f | Context tempest@default cleanup() started 2020-10-05 12:11:25.749 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Deleting flavor 'rally_verify_654b999a_sfZSOmUO'. 2020-10-05 12:11:25.962 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_654b999a_sfZSOmUO' has been deleted. 2020-10-05 12:11:25.964 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Removing value 'd5a131a2-e2df-4995-b293-9a0b509f7350' of option 'instance_type' from Tempest config file. 2020-10-05 12:11:25.964 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Value 'd5a131a2-e2df-4995-b293-9a0b509f7350' has been removed. 2020-10-05 12:11:25.966 34 INFO rally.task.context [-] Verification f38edbd7-faf7-4f7d-a183-52e8c38ca05f | Context tempest@default cleanup() finished in 0.38 sec 2020-10-05 12:11:26.001 34 INFO rally.api [-] Verification (UUID=654b999a-0c54-40dd-8970-e925a941bcb4) has been successfully finished for deployment 'opnfv-rally' (UUID=72b8d7ca-db73-4665-8127-ec7455330891)! 2020-10-05 12:11:27.676 61 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-10-05 12:11:27.676 61 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-10-05 12:11:27.677 61 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-10-05 12:11:29.163 63 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-10-05 12:11:29.164 63 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-10-05 12:11:29.164 63 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-10-05 12:11:31.305 63 INFO rally.api [-] Building 'html' report for the following verification(s): '654b999a-0c54-40dd-8970-e925a941bcb4' 2020-10-05 12:11:31.326 63 INFO rally.api [-] The report has been successfully built. 2020-10-05 12:11:32.841 65 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-10-05 12:11:32.841 65 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-10-05 12:11:32.841 65 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-10-05 12:11:34.888 65 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): '654b999a-0c54-40dd-8970-e925a941bcb4' 2020-10-05 12:11:34.894 65 INFO rally.api [-] The report has been successfully built.