2021-06-08 07:50:13.300 7 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-08 07:50:13.300 7 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-08 07:50:13.300 7 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-08 07:50:15.440 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-06-08 07:50:15.440 7 ERROR rally.cli.cliutils Traceback (most recent call last): 2021-06-08 07:50:15.440 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2021-06-08 07:50:15.440 7 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2021-06-08 07:50:15.440 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2021-06-08 07:50:15.440 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2021-06-08 07:50:15.440 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2021-06-08 07:50:15.440 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2021-06-08 07:50:15.440 7 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2021-06-08 07:50:15.440 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2021-06-08 07:50:15.440 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2021-06-08 07:50:15.440 7 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2021-06-08 07:50:15.440 7 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2021-06-08 07:50:15.440 7 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2021-06-08 07:50:15.440 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2021-06-08 07:50:15.440 7 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2021-06-08 07:50:15.440 7 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2021-06-08 07:50:15.440 7 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2021-06-08 07:50:15.440 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2021-06-08 07:50:15.440 7 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2021-06-08 07:50:15.440 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 519, in env_get 2021-06-08 07:50:15.440 7 ERROR rally.cli.cliutils criteria="uuid or name is %s" % uuid_or_name, table="envs") 2021-06-08 07:50:15.440 7 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2021-06-08 07:50:15.440 7 ERROR rally.cli.cliutils 2021-06-08 07:50:16.919 9 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-08 07:50:16.919 9 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-08 07:50:16.920 9 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-08 07:50:20.595 11 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-08 07:50:20.596 11 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-08 07:50:20.596 11 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-08 07:50:24.593 14 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-08 07:50:24.593 14 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-08 07:50:24.593 14 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-08 07:50:25.857 16 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-08 07:50:25.857 16 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-08 07:50:25.858 16 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-08 07:50:27.753 16 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-06-08 07:50:27.753 16 ERROR rally.cli.cliutils Traceback (most recent call last): 2021-06-08 07:50:27.753 16 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2021-06-08 07:50:27.753 16 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2021-06-08 07:50:27.753 16 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2021-06-08 07:50:27.753 16 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2021-06-08 07:50:27.753 16 ERROR rally.cli.cliutils return f(*args, **kwargs) 2021-06-08 07:50:27.753 16 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 236, in delete_verifier 2021-06-08 07:50:27.753 16 ERROR rally.cli.cliutils force=force) 2021-06-08 07:50:27.753 16 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2021-06-08 07:50:27.753 16 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2021-06-08 07:50:27.753 16 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2021-06-08 07:50:27.753 16 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2021-06-08 07:50:27.753 16 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2021-06-08 07:50:27.753 16 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2021-06-08 07:50:27.753 16 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2021-06-08 07:50:27.753 16 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2021-06-08 07:50:27.753 16 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2021-06-08 07:50:27.753 16 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2021-06-08 07:50:27.753 16 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 677, in _verifier_get 2021-06-08 07:50:27.753 16 ERROR rally.cli.cliutils criteria="name or uuid is %s" % verifier_id, table="verifiers") 2021-06-08 07:50:27.753 16 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2021-06-08 07:50:27.753 16 ERROR rally.cli.cliutils 2021-06-08 07:50:29.170 18 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-08 07:50:29.171 18 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-08 07:50:29.171 18 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-08 07:50:31.017 18 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2021-06-08 07:50:31.098 18 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-9f9bfe4e-cfb0-48be-8bc2-35b61b814240/repo. 2021-06-08 07:50:31.451 18 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-9f9bfe4e-cfb0-48be-8bc2-35b61b814240/repo'... done. Note: checking out 'c31640d4b93fd2ad546310334fce72b0fed9d3b3'. 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 performing another checkout. If you want to create a new branch to retain commits you create, you may do so (now or later) by using -b with the checkout command again. Example: git checkout -b ' 2021-06-08 07:50:31.465 18 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'tags/22.0.0-1-gc31640d4b ' 2021-06-08 07:50:31.472 18 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'c31640d4b93fd2ad546310334fce72b0fed9d3b3 ' 2021-06-08 07:50:31.496 18 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2021-06-08 07:50:31.574 18 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2021-06-08 07:50:32.132 18 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=9f9bfe4e-cfb0-48be-8bc2-35b61b814240) has been successfully created! 2021-06-08 07:50:33.528 26 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-08 07:50:33.528 26 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-08 07:50:33.528 26 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-08 07:50:37.221 29 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-08 07:50:37.222 29 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-08 07:50:37.222 29 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-08 07:50:39.069 29 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=9f9bfe4e-cfb0-48be-8bc2-35b61b814240) for deployment 'opnfv-rally' (UUID=f5394d64-eeba-47b2-a218-316242e5e27d). 2021-06-08 07:50:40.185 29 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=9f9bfe4e-cfb0-48be-8bc2-35b61b814240) has been successfully configured for deployment 'opnfv-rally' (UUID=f5394d64-eeba-47b2-a218-316242e5e27d)! 2021-06-08 07:50:45.089 33 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-08 07:50:45.089 33 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-08 07:50:45.089 33 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-08 07:50:47.036 33 INFO rally.api [-] Starting verification (UUID=34da8cae-8105-42a9-9686-15ba87359d13) for deployment 'opnfv-rally' (UUID=f5394d64-eeba-47b2-a218-316242e5e27d) by verifier 'opnfv-tempest' (UUID=9f9bfe4e-cfb0-48be-8bc2-35b61b814240). 2021-06-08 07:50:47.616 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2021-06-08 07:50:47.617 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-9f9bfe4e-cfb0-48be-8bc2-35b61b814240/for-deployment-f5394d64-eeba-47b2-a218-316242e5e27d/tempest.log' to option 'log_file'. 2021-06-08 07:50:47.617 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-9f9bfe4e-cfb0-48be-8bc2-35b61b814240/for-deployment-f5394d64-eeba-47b2-a218-316242e5e27d/tempest.log 2021-06-08 07:50:47.617 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2021-06-08 07:50:47.618 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-9f9bfe4e-cfb0-48be-8bc2-35b61b814240/for-deployment-f5394d64-eeba-47b2-a218-316242e5e27d/lock_files' to option 'lock_path'. 2021-06-08 07:50:47.618 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-9f9bfe4e-cfb0-48be-8bc2-35b61b814240/for-deployment-f5394d64-eeba-47b2-a218-316242e5e27d/lock_files 2021-06-08 07:50:47.618 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is already configured in Tempest config file. img_dir = /home/opnfv/functest/images 2021-06-08 07:50:47.619 33 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-06-08 07:50:47.619 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = b850ef54-b84e-42fc-997f-aa06eb5557ac 2021-06-08 07:50:47.619 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = 4a57155a-b843-4c40-b1ad-f474d1f9f0d5 2021-06-08 07:50:47.620 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = 44b24254-c616-4fb0-8287-1fe4b2aa2460 2021-06-08 07:50:47.621 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = 2890201f-922f-4baa-aa73-80b12d4d52e8 2021-06-08 07:50:47.839 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2021-06-08 07:50:47.840 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = tempest_smoke-net_a09579e8-e810-49f9-b6e6-9f08cb14e060 2021-06-08 07:50:47.841 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2021-06-08 07:50:47.930 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2021-06-08 07:50:47.968 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] There is no flavor with the mentioned properties. 2021-06-08 07:50:47.968 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Creating flavor 'rally_verify_34da8cae_OoTizTPp' with the following properties: RAM = 64MB, VCPUs = 1, disk = 5GB. 2021-06-08 07:50:47.996 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_34da8cae_OoTizTPp' (ID = b249e4b0-eef1-4269-8404-7ef942022526) has been successfully created! 2021-06-08 07:50:47.997 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value 'b249e4b0-eef1-4269-8404-7ef942022526' to option 'instance_type'. 2021-06-08 07:50:47.997 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = b249e4b0-eef1-4269-8404-7ef942022526 2021-06-08 07:50:47.998 33 INFO rally.task.context [-] Verification 9f9bfe4e-cfb0-48be-8bc2-35b61b814240 | Context tempest@default setup() finished in 0.79 sec 2021-06-08 07:50:47.999 33 INFO rally.task.context [-] Verification 9f9bfe4e-cfb0-48be-8bc2-35b61b814240 | Context testr@default setup() finished in 0.48 msec 2021-06-08 07:50:48.000 33 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --concurrency 4 --load-list /tmp/7bfabf78-dbcd-46d9-88ef-ec8a860d04d9'. 2021-06-08 07:50:50.751 33 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_get_flavor ... success [0.151s] 2021-06-08 07:50:50.831 33 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors ... success [0.079s] 2021-06-08 07:50:51.686 33 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v2.test_users.UsersTestJSON ... skip: b"('Identity api v2 is not enabled',)" 2021-06-08 07:50:52.604 33 INFO opnfv-tempest [-] {1} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_create ... success [0.677s] 2021-06-08 07:50:53.433 33 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_credentials.CredentialsTestJSON.test_credentials_create_get_update_delete ... success [0.236s] 2021-06-08 07:50:53.662 33 INFO opnfv-tempest [-] {1} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_list ... success [1.058s] 2021-06-08 07:50:54.845 33 INFO opnfv-tempest [-] {2} tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_security_groups_create_list_delete ... success [2.554s] 2021-06-08 07:50:57.757 33 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_create_update_delete_domain ... success [0.665s] 2021-06-08 07:51:03.974 33 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_endpoints.EndPointsTestJSON.test_update_endpoint ... success [0.993s] 2021-06-08 07:51:08.667 33 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_domains.DefaultDomainTestJSON.test_default_domain_exists ... success [0.096s] 2021-06-08 07:51:11.485 33 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_versions.VersionsTest.test_list_versions ... success [0.010s] 2021-06-08 07:51:11.542 33 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses ... success [0.072s] 2021-06-08 07:51:11.700 33 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses_by_network ... success [0.159s] 2021-06-08 07:51:18.943 33 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_list_servers ... success [0.163s] 2021-06-08 07:51:18.944 33 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_verify_server_details ... success [0.001s] 2021-06-08 07:51:19.426 33 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v3.test_groups.GroupsV3TestJSON.test_group_users_add_list_delete ... success [1.997s] 2021-06-08 07:51:23.264 33 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v3.test_policies.PoliciesTestJSON.test_create_update_delete_policy ... success [0.343s] 2021-06-08 07:51:26.562 33 INFO opnfv-tempest [-] {0} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_floating_ip_specifying_a_fixed_ip_address ... success [5.028s] 2021-06-08 07:51:27.984 33 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_get_trusts_all ... success [1.769s] 2021-06-08 07:51:29.380 33 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_attach_interfaces.AttachInterfacesUnderV243Test.test_add_remove_fixed_ip ... success [33.365s] 2021-06-08 07:51:30.914 33 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_delete_image ... success [0.337s] 2021-06-08 07:51:31.582 33 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_register_upload_get_image_file ... success [0.666s] 2021-06-08 07:51:32.016 33 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_update_image ... success [0.434s] 2021-06-08 07:51:33.279 33 INFO opnfv-tempest [-] {0} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_list_show_update_delete_floating_ip ... success [6.717s] 2021-06-08 07:51:39.830 33 INFO opnfv-tempest [-] {2} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_in_allowed_allocation_pools ... success [4.594s] 2021-06-08 07:51:43.753 33 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_network ... success [1.971s] 2021-06-08 07:51:45.151 33 INFO opnfv-tempest [-] {2} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_with_no_securitygroups ... success [5.321s] 2021-06-08 07:51:46.793 33 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_port ... success [3.040s] 2021-06-08 07:51:47.162 33 INFO opnfv-tempest [-] {2} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_update_delete_port ... success [2.010s] 2021-06-08 07:51:47.235 33 INFO opnfv-tempest [-] {2} tempest.api.network.test_ports.PortsIpV6TestJSON.test_list_ports ... success [0.073s] 2021-06-08 07:51:47.294 33 INFO opnfv-tempest [-] {2} tempest.api.network.test_ports.PortsIpV6TestJSON.test_show_port ... success [0.059s] 2021-06-08 07:51:49.651 33 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers ... success [0.161s] 2021-06-08 07:51:49.652 33 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_server_details ... success [0.001s] 2021-06-08 07:51:50.273 33 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group ... success [0.889s] 2021-06-08 07:51:51.798 33 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule ... success [1.519s] 2021-06-08 07:51:51.899 33 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups ... success [0.106s] 2021-06-08 07:51:53.102 33 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers ... success [0.166s] 2021-06-08 07:51:53.104 33 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_server_details ... success [0.001s] 2021-06-08 07:51:53.753 33 INFO opnfv-tempest [-] {2} tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools ... success [0.506s] 2021-06-08 07:51:54.589 33 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_subnet ... success [7.795s] 2021-06-08 07:51:57.490 33 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_services.ContainerTest.test_create_container ... success [2.198s] 2021-06-08 07:51:59.244 33 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_network ... success [1.401s] 2021-06-08 07:51:59.563 33 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents ... success [2.071s] 2021-06-08 07:52:01.158 33 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_port ... success [1.913s] 2021-06-08 07:52:01.625 33 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_metadata ... success [2.062s] 2021-06-08 07:52:05.326 33 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_subnet ... success [4.167s] 2021-06-08 07:52:05.763 33 INFO opnfv-tempest [-] {3} tempest.api.compute.test_versions.TestVersions.test_get_version_details ... success [0.340s] 2021-06-08 07:52:05.777 33 INFO opnfv-tempest [-] {3} tempest.api.compute.test_versions.TestVersions.test_list_api_versions ... success [0.014s] 2021-06-08 07:52:08.260 33 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_services.ServicesTestJSON.test_create_update_get_service ... success [0.462s] 2021-06-08 07:52:09.739 33 INFO opnfv-tempest [-] {3} tempest.api.identity.v2.test_api_discovery.TestApiDiscovery ... skip: b"('Identity api v2 is not enabled',)" 2021-06-08 07:52:10.492 33 INFO opnfv-tempest [-] {3} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_media_types ... success [0.069s] 2021-06-08 07:52:10.515 33 INFO opnfv-tempest [-] {3} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_resources ... success [0.023s] 2021-06-08 07:52:10.537 33 INFO opnfv-tempest [-] {3} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_statuses ... success [0.021s] 2021-06-08 07:52:10.546 33 INFO opnfv-tempest [-] {3} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_list_api_versions ... success [0.009s] 2021-06-08 07:52:13.828 33 INFO opnfv-tempest [-] {3} tempest.api.network.test_extensions.ExtensionsTestJSON.test_list_show_extensions ... success [0.991s] 2021-06-08 07:52:19.455 33 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_attach_detach_volume_to_instance ... success [14.479s] 2021-06-08 07:52:24.420 33 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_multiple_router_interfaces ... success [14.788s] 2021-06-08 07:52:27.565 33 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list ... success [0.057s] 2021-06-08 07:52:31.889 33 INFO opnfv-tempest [-] {3} tempest.api.network.test_routers.RoutersTest.test_add_multiple_router_interfaces ... success [15.537s] 2021-06-08 07:52:34.260 33 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_hard ... success [15.177s] 2021-06-08 07:52:34.294 33 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_port_id ... success [9.871s] 2021-06-08 07:52:40.848 33 INFO opnfv-tempest [-] {3} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_port_id ... success [8.959s] 2021-06-08 07:52:41.921 33 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_subnet_id ... success [7.627s] 2021-06-08 07:52:44.810 33 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v2.test_services.ServicesTestJSON ... skip: b"('Identity api v2 is not enabled',)" 2021-06-08 07:52:46.315 33 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v3.test_regions.RegionsTestJSON.test_create_region_with_specific_id ... success [0.136s] 2021-06-08 07:52:47.061 33 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_create_show_list_update_delete_router ... success [5.140s] 2021-06-08 07:52:48.062 33 INFO opnfv-tempest [-] {3} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_subnet_id ... success [7.215s] 2021-06-08 07:52:49.297 33 INFO opnfv-tempest [-] {0} tempest.api.network.test_versions.NetworksApiDiscovery.test_api_version_resources ... success [0.011s] 2021-06-08 07:52:49.510 33 INFO opnfv-tempest [-] {0} tempest.api.network.test_versions.NetworksApiDiscovery.test_show_api_v2_details ... success [0.213s] 2021-06-08 07:52:51.016 33 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_role_create_update_show_list ... success [0.337s] 2021-06-08 07:52:52.796 33 INFO opnfv-tempest [-] {3} tempest.api.network.test_routers.RoutersTest.test_create_show_list_update_delete_router ... success [4.733s] 2021-06-08 07:52:55.627 33 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_account_quotas.AccountQuotasTest.test_admin_modify_quota ... success [0.140s] 2021-06-08 07:52:55.649 33 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_account_quotas.AccountQuotasTest.test_upload_valid_object ... success [0.023s] 2021-06-08 07:52:57.079 33 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete ... success [5.940s] 2021-06-08 07:53:00.550 33 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_account_services.AccountTest.test_list_account_metadata ... success [0.025s] 2021-06-08 07:53:00.559 33 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers ... success [0.009s] 2021-06-08 07:53:02.745 33 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksIpV6Test.test_create_update_delete_network_subnet ... success [3.542s] 2021-06-08 07:53:02.896 33 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksIpV6Test.test_external_network_visibility ... success [0.151s] 2021-06-08 07:53:03.036 33 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksIpV6Test.test_list_networks ... success [0.139s] 2021-06-08 07:53:03.087 33 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksIpV6Test.test_list_subnets ... success [0.051s] 2021-06-08 07:53:03.220 33 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksIpV6Test.test_show_network ... success [0.132s] 2021-06-08 07:53:03.274 33 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksIpV6Test.test_show_subnet ... success [0.054s] 2021-06-08 07:53:06.262 33 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image ... success [9.181s] 2021-06-08 07:53:10.466 33 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_create_update_delete_network_subnet ... success [2.899s] 2021-06-08 07:53:11.355 33 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_external_network_visibility ... success [0.888s] 2021-06-08 07:53:11.453 33 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_list_networks ... success [0.098s] 2021-06-08 07:53:11.503 33 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_list_subnets ... success [0.050s] 2021-06-08 07:53:11.639 33 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_show_network ... success [0.136s] 2021-06-08 07:53:11.724 33 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_show_subnet ... success [0.084s] 2021-06-08 07:53:15.049 33 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_object_services.ObjectTest.test_create_object ... success [0.036s] 2021-06-08 07:53:15.066 33 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_object_services.ObjectTest.test_get_object ... success [0.017s] 2021-06-08 07:53:15.084 33 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_object_services.ObjectTest.test_list_object_metadata ... success [0.018s] 2021-06-08 07:53:15.110 33 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_object_services.ObjectTest.test_update_object_metadata ... success [0.026s] 2021-06-08 07:53:18.869 33 INFO opnfv-tempest [-] {3} tempest.api.volume.test_versions.VersionsTest.test_list_versions ... success [0.018s] 2021-06-08 07:53:21.265 33 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_create_port_in_allowed_allocation_pools ... success [4.066s] 2021-06-08 07:53:25.386 33 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_create_port_with_no_securitygroups ... success [4.120s] 2021-06-08 07:53:26.454 33 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_create_update_delete_port ... success [1.067s] 2021-06-08 07:53:26.497 33 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_list_ports ... success [0.044s] 2021-06-08 07:53:26.570 33 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_show_port ... success [0.072s] 2021-06-08 07:53:29.439 33 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_list_update_show_delete_security_group ... success [0.825s] 2021-06-08 07:53:30.779 33 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_show_delete_security_group_rule ... success [1.336s] 2021-06-08 07:53:30.843 33 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_list_security_groups ... success [0.068s] 2021-06-08 07:53:34.303 33 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest.test_upload_large_object ... success [2.192s] 2021-06-08 07:53:36.439 33 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest.test_upload_too_many_objects ... success [2.134s] 2021-06-08 07:53:38.529 33 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest.test_upload_valid_object ... success [2.090s] 2021-06-08 07:53:39.536 33 INFO rally.task.context [-] Verification 9f9bfe4e-cfb0-48be-8bc2-35b61b814240 | Context testr@default cleanup() started 2021-06-08 07:53:39.537 33 INFO rally.task.context [-] Verification 9f9bfe4e-cfb0-48be-8bc2-35b61b814240 | Context testr@default cleanup() finished in 0.75 msec 2021-06-08 07:53:39.537 33 INFO rally.task.context [-] Verification 9f9bfe4e-cfb0-48be-8bc2-35b61b814240 | Context tempest@default cleanup() started 2021-06-08 07:53:39.725 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Deleting flavor 'rally_verify_34da8cae_OoTizTPp'. 2021-06-08 07:53:39.903 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_34da8cae_OoTizTPp' has been deleted. 2021-06-08 07:53:39.904 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Removing value 'b249e4b0-eef1-4269-8404-7ef942022526' of option 'instance_type' from Tempest config file. 2021-06-08 07:53:39.904 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Value 'b249e4b0-eef1-4269-8404-7ef942022526' has been removed. 2021-06-08 07:53:39.913 33 INFO rally.task.context [-] Verification 9f9bfe4e-cfb0-48be-8bc2-35b61b814240 | Context tempest@default cleanup() finished in 0.38 sec 2021-06-08 07:53:39.940 33 INFO rally.api [-] Verification (UUID=34da8cae-8105-42a9-9686-15ba87359d13) has been successfully finished for deployment 'opnfv-rally' (UUID=f5394d64-eeba-47b2-a218-316242e5e27d)! 2021-06-08 07:53:41.424 52 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-08 07:53:41.424 52 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-08 07:53:41.424 52 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-08 07:53:42.798 53 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-08 07:53:42.798 53 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-08 07:53:42.799 53 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-08 07:53:44.835 53 INFO rally.api [-] Building 'html' report for the following verification(s): '34da8cae-8105-42a9-9686-15ba87359d13' 2021-06-08 07:53:44.863 53 INFO rally.api [-] The report has been successfully built. 2021-06-08 07:53:46.162 55 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-08 07:53:46.162 55 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-08 07:53:46.163 55 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-08 07:53:47.957 55 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): '34da8cae-8105-42a9-9686-15ba87359d13' 2021-06-08 07:53:47.963 55 INFO rally.api [-] The report has been successfully built.