2021-01-02 09:02:41.037 7 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-01-02 09:02:41.038 7 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-01-02 09:02:41.038 7 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-01-02 09:02:43.480 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 2021-01-02 09:02:43.480 7 ERROR rally.cli.cliutils Traceback (most recent call last): 2021-01-02 09:02:43.480 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 669, in run 2021-01-02 09:02:43.480 7 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2021-01-02 09:02:43.480 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2021-01-02 09:02:43.480 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2021-01-02 09:02:43.480 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2021-01-02 09:02:43.480 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2021-01-02 09:02:43.480 7 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2021-01-02 09:02:43.480 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2021-01-02 09:02:43.480 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2021-01-02 09:02:43.480 7 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2021-01-02 09:02:43.480 7 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2021-01-02 09:02:43.480 7 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2021-01-02 09:02:43.480 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2021-01-02 09:02:43.480 7 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2021-01-02 09:02:43.480 7 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2021-01-02 09:02:43.480 7 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2021-01-02 09:02:43.480 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2021-01-02 09:02:43.480 7 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2021-01-02 09:02:43.480 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2021-01-02 09:02:43.480 7 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2021-01-02 09:02:43.480 7 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2021-01-02 09:02:43.480 7 ERROR rally.cli.cliutils 2021-01-02 09:02:44.917 9 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-01-02 09:02:44.917 9 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-01-02 09:02:44.917 9 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-01-02 09:02:48.836 11 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-01-02 09:02:48.836 11 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-01-02 09:02:48.836 11 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-01-02 09:02:52.916 14 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-01-02 09:02:52.917 14 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-01-02 09:02:52.917 14 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-01-02 09:02:54.256 17 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-01-02 09:02:54.256 17 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-01-02 09:02:54.257 17 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-01-02 09:02:56.302 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 2021-01-02 09:02:56.302 17 ERROR rally.cli.cliutils Traceback (most recent call last): 2021-01-02 09:02:56.302 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 669, in run 2021-01-02 09:02:56.302 17 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2021-01-02 09:02:56.302 17 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2021-01-02 09:02:56.302 17 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2021-01-02 09:02:56.302 17 ERROR rally.cli.cliutils return f(*args, **kwargs) 2021-01-02 09:02:56.302 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2021-01-02 09:02:56.302 17 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2021-01-02 09:02:56.302 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2021-01-02 09:02:56.302 17 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2021-01-02 09:02:56.302 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2021-01-02 09:02:56.302 17 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2021-01-02 09:02:56.302 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2021-01-02 09:02:56.302 17 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2021-01-02 09:02:56.302 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2021-01-02 09:02:56.302 17 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2021-01-02 09:02:56.302 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2021-01-02 09:02:56.302 17 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2021-01-02 09:02:56.302 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2021-01-02 09:02:56.302 17 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2021-01-02 09:02:56.302 17 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2021-01-02 09:02:56.302 17 ERROR rally.cli.cliutils 2021-01-02 09:02:57.709 19 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-01-02 09:02:57.710 19 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-01-02 09:02:57.710 19 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-01-02 09:02:59.985 19 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2021-01-02 09:03:00.056 19 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-46cafb78-2b1e-403a-b686-cd8c7a60344f/repo. 2021-01-02 09:03:00.339 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-46cafb78-2b1e-403a-b686-cd8c7a60344f/repo'... done. ' 2021-01-02 09:03:00.352 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'heads/master ' 2021-01-02 09:03:00.370 19 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2021-01-02 09:03:00.428 19 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2021-01-02 09:03:01.089 19 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=46cafb78-2b1e-403a-b686-cd8c7a60344f) has been successfully created! 2021-01-02 09:03:02.515 29 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-01-02 09:03:02.515 29 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-01-02 09:03:02.515 29 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-01-02 09:03:07.009 32 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-01-02 09:03:07.009 32 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-01-02 09:03:07.009 32 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-01-02 09:03:09.198 32 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=46cafb78-2b1e-403a-b686-cd8c7a60344f) for deployment 'opnfv-rally' (UUID=fd625689-ac50-468f-aba0-aaa8fa826a45). 2021-01-02 09:03:09.600 32 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=46cafb78-2b1e-403a-b686-cd8c7a60344f) has been successfully configured for deployment 'opnfv-rally' (UUID=fd625689-ac50-468f-aba0-aaa8fa826a45)! 2021-01-02 09:03:14.760 40 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-01-02 09:03:14.760 40 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-01-02 09:03:14.760 40 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-01-02 09:03:16.987 40 INFO rally.api [-] Starting verification (UUID=5f4796c1-d108-4669-8ad3-95aa9f714f0a) for deployment 'opnfv-rally' (UUID=fd625689-ac50-468f-aba0-aaa8fa826a45) by verifier 'opnfv-tempest' (UUID=46cafb78-2b1e-403a-b686-cd8c7a60344f). 2021-01-02 09:03:17.479 40 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2021-01-02 09:03:17.479 40 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-46cafb78-2b1e-403a-b686-cd8c7a60344f/for-deployment-fd625689-ac50-468f-aba0-aaa8fa826a45/tempest.log' to option 'log_file'. 2021-01-02 09:03:17.479 40 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-46cafb78-2b1e-403a-b686-cd8c7a60344f/for-deployment-fd625689-ac50-468f-aba0-aaa8fa826a45/tempest.log 2021-01-02 09:03:17.479 40 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2021-01-02 09:03:17.480 40 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-46cafb78-2b1e-403a-b686-cd8c7a60344f/for-deployment-fd625689-ac50-468f-aba0-aaa8fa826a45/lock_files' to option 'lock_path'. 2021-01-02 09:03:17.480 40 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-46cafb78-2b1e-403a-b686-cd8c7a60344f/for-deployment-fd625689-ac50-468f-aba0-aaa8fa826a45/lock_files 2021-01-02 09:03:17.480 40 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is already configured in Tempest config file. img_dir = /home/opnfv/functest/images 2021-01-02 09:03:17.481 40 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-02 09:03:17.481 40 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = 820d54cd-06fa-42c7-9749-01bca4ce7276 2021-01-02 09:03:17.481 40 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = 631272ed-9499-4660-9c96-1b68e96d3ff6 2021-01-02 09:03:17.482 40 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = f3e3c3c4-0b7a-4fb9-beb8-2c0390f206cc 2021-01-02 09:03:17.482 40 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = 95a0a443-e4f8-4350-84f2-d20a34eb6973 2021-01-02 09:03:17.687 40 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2021-01-02 09:03:17.688 40 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = tempest_smoke-net_4a450446-a4a9-4502-8f36-2f58365ef5e7 2021-01-02 09:03:17.688 40 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2021-01-02 09:03:17.759 40 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2021-01-02 09:03:17.799 40 RALLYDEBUG rally_openstack.verification.tempest.context [-] There is no flavor with the mentioned properties. 2021-01-02 09:03:17.799 40 RALLYDEBUG rally_openstack.verification.tempest.context [-] Creating flavor 'rally_verify_5f4796c1_xAOmZWrb' with the following properties: RAM = 64MB, VCPUs = 1, disk = 5GB. 2021-01-02 09:03:17.833 40 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_5f4796c1_xAOmZWrb' (ID = 66b982ff-a8ca-45ae-85e2-b759c6152961) has been successfully created! 2021-01-02 09:03:17.833 40 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '66b982ff-a8ca-45ae-85e2-b759c6152961' to option 'instance_type'. 2021-01-02 09:03:17.834 40 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = 66b982ff-a8ca-45ae-85e2-b759c6152961 2021-01-02 09:03:17.835 40 INFO rally.task.context [-] Verification 46cafb78-2b1e-403a-b686-cd8c7a60344f | Context tempest@default setup() finished in 0.68 sec 2021-01-02 09:03:17.836 40 INFO rally.task.context [-] Verification 46cafb78-2b1e-403a-b686-cd8c7a60344f | Context testr@default setup() finished in 0.37 msec 2021-01-02 09:03:17.836 40 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --concurrency 4 --load-list /tmp/f7d46360-c73f-4f5e-9335-8aa96781e05b'. 2021-01-02 09:03:20.602 40 INFO opnfv-tempest [-] {3} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_get_flavor ... success [0.148s] 2021-01-02 09:03:20.687 40 INFO opnfv-tempest [-] {3} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors ... success [0.084s] 2021-01-02 09:03:25.076 40 INFO opnfv-tempest [-] {3} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_create ... success [1.016s] 2021-01-02 09:03:26.127 40 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_security_groups_create_list_delete ... success [3.116s] 2021-01-02 09:03:26.387 40 INFO opnfv-tempest [-] {3} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_list ... success [1.311s] 2021-01-02 09:03:42.465 40 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers ... success [0.164s] 2021-01-02 09:03:42.466 40 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_server_details ... success [0.001s] 2021-01-02 09:03:52.237 40 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers ... success [0.169s] 2021-01-02 09:03:52.238 40 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_server_details ... success [0.001s] 2021-01-02 09:03:53.543 40 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v2.test_services.ServicesTestJSON ... skip: b'Identity api v2 is not enabled' 2021-01-02 09:03:54.252 40 INFO opnfv-tempest [-] {1} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_media_types ... success [0.060s] 2021-01-02 09:03:54.275 40 INFO opnfv-tempest [-] {1} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_resources ... success [0.023s] 2021-01-02 09:03:54.300 40 INFO opnfv-tempest [-] {1} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_statuses ... success [0.024s] 2021-01-02 09:03:54.308 40 INFO opnfv-tempest [-] {1} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_list_api_versions ... success [0.009s] 2021-01-02 09:03:55.948 40 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_list_servers ... success [0.158s] 2021-01-02 09:03:55.949 40 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_verify_server_details ... success [0.001s] 2021-01-02 09:03:56.279 40 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_delete_image ... success [0.333s] 2021-01-02 09:03:56.796 40 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_attach_interfaces.AttachInterfacesUnderV243Test.test_add_remove_fixed_ip ... success [27.891s] 2021-01-02 09:03:56.842 40 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_register_upload_get_image_file ... success [0.563s] 2021-01-02 09:03:56.955 40 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_update_image ... success [0.112s] 2021-01-02 09:03:58.754 40 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_versions.VersionsTest.test_list_versions ... success [0.008s] 2021-01-02 09:04:01.611 40 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v2.test_users.UsersTestJSON ... skip: b'Identity api v2 is not enabled' 2021-01-02 09:04:03.201 40 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_policies.PoliciesTestJSON.test_create_update_delete_policy ... success [0.360s] 2021-01-02 09:04:04.762 40 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_network ... success [4.287s] 2021-01-02 09:04:07.135 40 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_role_create_update_show_list ... success [0.304s] 2021-01-02 09:04:07.916 40 INFO opnfv-tempest [-] {0} tempest.api.compute.test_versions.TestVersions.test_get_version_details ... success [0.031s] 2021-01-02 09:04:07.925 40 INFO opnfv-tempest [-] {0} tempest.api.compute.test_versions.TestVersions.test_list_api_versions ... success [0.009s] 2021-01-02 09:04:08.369 40 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_port ... success [3.605s] 2021-01-02 09:04:11.241 40 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_endpoints.EndPointsTestJSON.test_update_endpoint ... success [0.607s] 2021-01-02 09:04:13.626 40 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_subnet ... success [5.258s] 2021-01-02 09:04:16.372 40 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_groups.GroupsV3TestJSON.test_group_users_add_list_delete ... success [2.054s] 2021-01-02 09:04:20.356 40 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_regions.RegionsTestJSON.test_create_region_with_specific_id ... success [0.135s] 2021-01-02 09:04:21.734 40 INFO opnfv-tempest [-] {3} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_floating_ip_specifying_a_fixed_ip_address ... success [2.367s] 2021-01-02 09:04:24.122 40 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_services.ServicesTestJSON.test_create_update_get_service ... success [0.449s] 2021-01-02 09:04:25.732 40 INFO opnfv-tempest [-] {3} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_list_show_update_delete_floating_ip ... success [3.996s] 2021-01-02 09:04:26.341 40 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_domains.DefaultDomainTestJSON.test_default_domain_exists ... success [0.068s] 2021-01-02 09:04:27.779 40 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksIpV6Test.test_create_update_delete_network_subnet ... success [3.275s] 2021-01-02 09:04:27.926 40 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksIpV6Test.test_external_network_visibility ... success [0.146s] 2021-01-02 09:04:28.026 40 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksIpV6Test.test_list_networks ... success [0.100s] 2021-01-02 09:04:28.074 40 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksIpV6Test.test_list_subnets ... success [0.047s] 2021-01-02 09:04:28.196 40 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksIpV6Test.test_show_network ... success [0.122s] 2021-01-02 09:04:28.277 40 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksIpV6Test.test_show_subnet ... success [0.081s] 2021-01-02 09:04:28.784 40 INFO opnfv-tempest [-] {0} tempest.api.network.test_extensions.ExtensionsTestJSON.test_list_show_extensions ... success [0.767s] 2021-01-02 09:04:36.087 40 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_in_allowed_allocation_pools ... success [3.454s] 2021-01-02 09:04:36.536 40 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_network ... success [3.702s] 2021-01-02 09:04:38.310 40 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_create_update_delete_network_subnet ... success [5.190s] 2021-01-02 09:04:38.464 40 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_external_network_visibility ... success [0.154s] 2021-01-02 09:04:38.623 40 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_list_networks ... success [0.158s] 2021-01-02 09:04:38.702 40 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_list_subnets ... success [0.079s] 2021-01-02 09:04:38.814 40 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_show_network ... success [0.112s] 2021-01-02 09:04:38.869 40 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_show_subnet ... success [0.054s] 2021-01-02 09:04:40.900 40 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_with_no_securitygroups ... success [4.811s] 2021-01-02 09:04:40.965 40 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_port ... success [4.428s] 2021-01-02 09:04:42.296 40 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_update_delete_port ... success [1.395s] 2021-01-02 09:04:42.386 40 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_list_ports ... success [0.090s] 2021-01-02 09:04:42.444 40 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_show_port ... success [0.058s] 2021-01-02 09:04:43.644 40 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group ... success [1.231s] 2021-01-02 09:04:44.956 40 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule ... success [1.307s] 2021-01-02 09:04:45.004 40 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups ... success [0.054s] 2021-01-02 09:04:47.185 40 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_subnet ... success [6.220s] 2021-01-02 09:04:48.977 40 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_container_services.ContainerTest.test_create_container ... success [2.203s] 2021-01-02 09:04:51.058 40 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents ... success [2.078s] 2021-01-02 09:04:53.122 40 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_metadata ... success [2.065s] 2021-01-02 09:04:53.518 40 INFO opnfv-tempest [-] {3} tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools ... success [0.523s] 2021-01-02 09:04:55.752 40 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_account_services.AccountTest.test_list_account_metadata ... success [0.028s] 2021-01-02 09:04:55.762 40 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers ... success [0.011s] 2021-01-02 09:04:58.680 40 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_multiple_router_interfaces ... success [13.309s] 2021-01-02 09:05:08.517 40 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_port_id ... success [9.836s] 2021-01-02 09:05:09.494 40 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_attach_detach_volume_to_instance ... success [11.520s] 2021-01-02 09:05:12.534 40 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest.test_upload_large_object ... success [2.216s] 2021-01-02 09:05:14.654 40 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest.test_upload_too_many_objects ... success [2.116s] 2021-01-02 09:05:15.351 40 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_subnet_id ... success [6.834s] 2021-01-02 09:05:16.739 40 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest.test_upload_valid_object ... success [2.086s] 2021-01-02 09:05:18.565 40 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_object_services.ObjectTest.test_create_object ... success [0.037s] 2021-01-02 09:05:18.583 40 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_object_services.ObjectTest.test_get_object ... success [0.019s] 2021-01-02 09:05:18.601 40 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_object_services.ObjectTest.test_list_object_metadata ... success [0.018s] 2021-01-02 09:05:18.627 40 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_object_services.ObjectTest.test_update_object_metadata ... success [0.025s] 2021-01-02 09:05:19.859 40 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete ... success [5.928s] 2021-01-02 09:05:20.557 40 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_create_show_list_update_delete_router ... success [5.205s] 2021-01-02 09:05:23.227 40 INFO opnfv-tempest [-] {0} tempest.api.volume.test_versions.VersionsTest.test_list_versions ... success [0.013s] 2021-01-02 09:05:29.097 40 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image ... success [9.235s] 2021-01-02 09:05:29.853 40 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list ... success [0.180s] 2021-01-02 09:09:31.207 40 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_hard ... fail [306.623s] 2021-01-02 09:09:49.514 40 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses ... success [0.077s] 2021-01-02 09:09:49.675 40 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses_by_network ... success [0.160s] 2021-01-02 09:09:57.194 40 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v3.test_credentials.CredentialsTestJSON.test_credentials_create_get_update_delete ... success [0.229s] 2021-01-02 09:10:01.885 40 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_create_update_delete_domain ... success [0.764s] 2021-01-02 09:10:07.987 40 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_get_trusts_all ... success [1.825s] 2021-01-02 09:10:10.173 40 INFO opnfv-tempest [-] {2} tempest.api.identity.v2.test_api_discovery.TestApiDiscovery ... skip: b'Identity api v2 is not enabled' 2021-01-02 09:10:16.872 40 INFO opnfv-tempest [-] {2} tempest.api.network.test_ports.PortsTestJSON.test_create_port_in_allowed_allocation_pools ... success [4.861s] 2021-01-02 09:10:21.497 40 INFO opnfv-tempest [-] {2} tempest.api.network.test_ports.PortsTestJSON.test_create_port_with_no_securitygroups ... success [4.630s] 2021-01-02 09:10:22.769 40 INFO opnfv-tempest [-] {2} tempest.api.network.test_ports.PortsTestJSON.test_create_update_delete_port ... success [1.272s] 2021-01-02 09:10:22.821 40 INFO opnfv-tempest [-] {2} tempest.api.network.test_ports.PortsTestJSON.test_list_ports ... success [0.052s] 2021-01-02 09:10:22.867 40 INFO opnfv-tempest [-] {2} tempest.api.network.test_ports.PortsTestJSON.test_show_port ... success [0.046s] 2021-01-02 09:10:39.986 40 INFO opnfv-tempest [-] {2} tempest.api.network.test_routers.RoutersTest.test_add_multiple_router_interfaces ... success [13.886s] 2021-01-02 09:10:48.216 40 INFO opnfv-tempest [-] {2} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_port_id ... success [8.229s] 2021-01-02 09:10:55.826 40 INFO opnfv-tempest [-] {2} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_subnet_id ... success [7.608s] 2021-01-02 09:11:00.782 40 INFO opnfv-tempest [-] {2} tempest.api.network.test_routers.RoutersTest.test_create_show_list_update_delete_router ... success [4.956s] 2021-01-02 09:11:03.646 40 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_list_update_show_delete_security_group ... success [0.898s] 2021-01-02 09:11:04.989 40 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_show_delete_security_group_rule ... success [1.339s] 2021-01-02 09:11:05.051 40 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_list_security_groups ... success [0.066s] 2021-01-02 09:11:06.549 40 INFO opnfv-tempest [-] {2} tempest.api.network.test_versions.NetworksApiDiscovery.test_api_version_resources ... success [0.015s] 2021-01-02 09:11:06.730 40 INFO opnfv-tempest [-] {2} tempest.api.network.test_versions.NetworksApiDiscovery.test_show_api_v2_details ... success [0.181s] 2021-01-02 09:11:09.609 40 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_account_quotas.AccountQuotasTest.test_admin_modify_quota ... success [0.097s] 2021-01-02 09:11:09.636 40 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_account_quotas.AccountQuotasTest.test_upload_valid_object ... success [0.027s] 2021-01-02 09:11:13.402 40 INFO rally.task.context [-] Verification 46cafb78-2b1e-403a-b686-cd8c7a60344f | Context testr@default cleanup() started 2021-01-02 09:11:13.402 40 INFO rally.task.context [-] Verification 46cafb78-2b1e-403a-b686-cd8c7a60344f | Context testr@default cleanup() finished in 0.84 msec 2021-01-02 09:11:13.403 40 INFO rally.task.context [-] Verification 46cafb78-2b1e-403a-b686-cd8c7a60344f | Context tempest@default cleanup() started 2021-01-02 09:11:13.620 40 RALLYDEBUG rally_openstack.verification.tempest.context [-] Deleting flavor 'rally_verify_5f4796c1_xAOmZWrb'. 2021-01-02 09:11:13.874 40 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_5f4796c1_xAOmZWrb' has been deleted. 2021-01-02 09:11:13.876 40 RALLYDEBUG rally_openstack.verification.tempest.context [-] Removing value '66b982ff-a8ca-45ae-85e2-b759c6152961' of option 'instance_type' from Tempest config file. 2021-01-02 09:11:13.876 40 RALLYDEBUG rally_openstack.verification.tempest.context [-] Value '66b982ff-a8ca-45ae-85e2-b759c6152961' has been removed. 2021-01-02 09:11:13.878 40 INFO rally.task.context [-] Verification 46cafb78-2b1e-403a-b686-cd8c7a60344f | Context tempest@default cleanup() finished in 0.48 sec 2021-01-02 09:11:13.915 40 INFO rally.api [-] Verification (UUID=5f4796c1-d108-4669-8ad3-95aa9f714f0a) has been successfully finished for deployment 'opnfv-rally' (UUID=fd625689-ac50-468f-aba0-aaa8fa826a45)! 2021-01-02 09:11:15.474 60 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-01-02 09:11:15.474 60 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-01-02 09:11:15.474 60 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-01-02 09:11:16.871 62 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-01-02 09:11:16.871 62 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-01-02 09:11:16.872 62 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-01-02 09:11:18.926 62 INFO rally.api [-] Building 'html' report for the following verification(s): '5f4796c1-d108-4669-8ad3-95aa9f714f0a' 2021-01-02 09:11:18.946 62 INFO rally.api [-] The report has been successfully built. 2021-01-02 09:11:20.371 64 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-01-02 09:11:20.371 64 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-01-02 09:11:20.371 64 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-01-02 09:11:22.623 64 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): '5f4796c1-d108-4669-8ad3-95aa9f714f0a' 2021-01-02 09:11:22.629 64 INFO rally.api [-] The report has been successfully built.