2022-04-19 07:51:31.644 7 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-04-19 07:51:31.644 7 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-04-19 07:51:31.644 7 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-04-19 07:51:33.963 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 2022-04-19 07:51:33.963 7 ERROR rally.cli.cliutils Traceback (most recent call last): 2022-04-19 07:51:33.963 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2022-04-19 07:51:33.963 7 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2022-04-19 07:51:33.963 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2022-04-19 07:51:33.963 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2022-04-19 07:51:33.963 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2022-04-19 07:51:33.963 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2022-04-19 07:51:33.963 7 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2022-04-19 07:51:33.963 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2022-04-19 07:51:33.963 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2022-04-19 07:51:33.963 7 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2022-04-19 07:51:33.963 7 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2022-04-19 07:51:33.963 7 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2022-04-19 07:51:33.963 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2022-04-19 07:51:33.963 7 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2022-04-19 07:51:33.963 7 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2022-04-19 07:51:33.963 7 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2022-04-19 07:51:33.963 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2022-04-19 07:51:33.963 7 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2022-04-19 07:51:33.963 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 519, in env_get 2022-04-19 07:51:33.963 7 ERROR rally.cli.cliutils criteria="uuid or name is %s" % uuid_or_name, table="envs") 2022-04-19 07:51:33.963 7 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2022-04-19 07:51:33.963 7 ERROR rally.cli.cliutils 2022-04-19 07:51:35.619 9 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-04-19 07:51:35.619 9 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-04-19 07:51:35.619 9 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-04-19 07:51:39.656 11 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-04-19 07:51:39.656 11 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-04-19 07:51:39.656 11 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-04-19 07:51:43.711 14 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-04-19 07:51:43.712 14 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-04-19 07:51:43.712 14 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-04-19 07:51:45.076 16 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-04-19 07:51:45.077 16 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-04-19 07:51:45.077 16 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-04-19 07:51:47.173 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 2022-04-19 07:51:47.173 16 ERROR rally.cli.cliutils Traceback (most recent call last): 2022-04-19 07:51:47.173 16 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2022-04-19 07:51:47.173 16 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2022-04-19 07:51:47.173 16 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2022-04-19 07:51:47.173 16 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2022-04-19 07:51:47.173 16 ERROR rally.cli.cliutils return f(*args, **kwargs) 2022-04-19 07:51:47.173 16 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 236, in delete_verifier 2022-04-19 07:51:47.173 16 ERROR rally.cli.cliutils force=force) 2022-04-19 07:51:47.173 16 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2022-04-19 07:51:47.173 16 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2022-04-19 07:51:47.173 16 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2022-04-19 07:51:47.173 16 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2022-04-19 07:51:47.173 16 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2022-04-19 07:51:47.173 16 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2022-04-19 07:51:47.173 16 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2022-04-19 07:51:47.173 16 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2022-04-19 07:51:47.173 16 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2022-04-19 07:51:47.173 16 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2022-04-19 07:51:47.173 16 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 677, in _verifier_get 2022-04-19 07:51:47.173 16 ERROR rally.cli.cliutils criteria="name or uuid is %s" % verifier_id, table="verifiers") 2022-04-19 07:51:47.173 16 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2022-04-19 07:51:47.173 16 ERROR rally.cli.cliutils 2022-04-19 07:51:48.604 18 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-04-19 07:51:48.605 18 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-04-19 07:51:48.605 18 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-04-19 07:51:50.641 18 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2022-04-19 07:51:50.722 18 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-ecb4b561-1c64-4c90-ad07-1944ad1afc04/repo. 2022-04-19 07:51:51.040 18 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-ecb4b561-1c64-4c90-ad07-1944ad1afc04/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 ' 2022-04-19 07:51:51.055 18 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'tags/22.0.0-1-gc31640d4b ' 2022-04-19 07:51:51.065 18 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'c31640d4b93fd2ad546310334fce72b0fed9d3b3 ' 2022-04-19 07:51:51.088 18 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2022-04-19 07:51:51.151 18 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2022-04-19 07:51:51.751 18 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=ecb4b561-1c64-4c90-ad07-1944ad1afc04) has been successfully created! 2022-04-19 07:51:53.162 26 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-04-19 07:51:53.162 26 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-04-19 07:51:53.162 26 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-04-19 07:51:57.205 29 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-04-19 07:51:57.205 29 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-04-19 07:51:57.205 29 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-04-19 07:51:59.244 29 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=ecb4b561-1c64-4c90-ad07-1944ad1afc04) for deployment 'opnfv-rally' (UUID=c653963f-5550-485e-88eb-8c6c3392c985). 2022-04-19 07:51:59.642 29 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=ecb4b561-1c64-4c90-ad07-1944ad1afc04) has been successfully configured for deployment 'opnfv-rally' (UUID=c653963f-5550-485e-88eb-8c6c3392c985)! 2022-04-19 07:52:04.729 33 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-04-19 07:52:04.729 33 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-04-19 07:52:04.730 33 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-04-19 07:52:06.705 33 INFO rally.api [-] Starting verification (UUID=6893f112-29b7-4598-a1f2-3cbbb3a509d4) for deployment 'opnfv-rally' (UUID=c653963f-5550-485e-88eb-8c6c3392c985) by verifier 'opnfv-tempest' (UUID=ecb4b561-1c64-4c90-ad07-1944ad1afc04). 2022-04-19 07:52:07.292 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2022-04-19 07:52:07.292 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-ecb4b561-1c64-4c90-ad07-1944ad1afc04/for-deployment-c653963f-5550-485e-88eb-8c6c3392c985/tempest.log' to option 'log_file'. 2022-04-19 07:52:07.293 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-ecb4b561-1c64-4c90-ad07-1944ad1afc04/for-deployment-c653963f-5550-485e-88eb-8c6c3392c985/tempest.log 2022-04-19 07:52:07.293 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2022-04-19 07:52:07.293 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-ecb4b561-1c64-4c90-ad07-1944ad1afc04/for-deployment-c653963f-5550-485e-88eb-8c6c3392c985/lock_files' to option 'lock_path'. 2022-04-19 07:52:07.293 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-ecb4b561-1c64-4c90-ad07-1944ad1afc04/for-deployment-c653963f-5550-485e-88eb-8c6c3392c985/lock_files 2022-04-19 07:52:07.293 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is already configured in Tempest config file. img_dir = /home/opnfv/functest/images 2022-04-19 07:52:07.294 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 2022-04-19 07:52:07.294 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = 479ee752-19ba-4d2e-8972-344a343870ab 2022-04-19 07:52:07.294 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = c842e542-1c1c-4ba3-a813-0dff1de18ddb 2022-04-19 07:52:07.294 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = 1ca09bfe-f4b8-4fa8-b50f-0e6b690e34a2 2022-04-19 07:52:07.295 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = 962bdd41-3529-4bcc-a553-c04a1b2b02a2 2022-04-19 07:52:07.521 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2022-04-19 07:52:07.521 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = tempest_smoke-net_446770c2-110d-40c9-a700-6e332b5e0861 2022-04-19 07:52:07.523 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2022-04-19 07:52:07.627 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2022-04-19 07:52:07.667 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] There is no flavor with the mentioned properties. 2022-04-19 07:52:07.668 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Creating flavor 'rally_verify_6893f112_2yPJMEWJ' with the following properties: RAM = 64MB, VCPUs = 1, disk = 5GB. 2022-04-19 07:52:07.702 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_6893f112_2yPJMEWJ' (ID = 43a4bdeb-8978-4d0c-8c99-7c32e6b51022) has been successfully created! 2022-04-19 07:52:07.702 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '43a4bdeb-8978-4d0c-8c99-7c32e6b51022' to option 'instance_type'. 2022-04-19 07:52:07.703 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = 43a4bdeb-8978-4d0c-8c99-7c32e6b51022 2022-04-19 07:52:07.705 33 INFO rally.task.context [-] Verification ecb4b561-1c64-4c90-ad07-1944ad1afc04 | Context tempest@default setup() finished in 0.85 sec 2022-04-19 07:52:07.706 33 INFO rally.task.context [-] Verification ecb4b561-1c64-4c90-ad07-1944ad1afc04 | Context testr@default setup() finished in 0.46 msec 2022-04-19 07:52:07.706 33 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --concurrency 4 --load-list /tmp/a971deb6-165e-4873-90b2-08fa22ccb2c7'. 2022-04-19 07:52:10.479 33 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_get_flavor ... success [0.155s] 2022-04-19 07:52:10.554 33 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors ... success [0.075s] 2022-04-19 07:52:10.671 33 INFO opnfv-tempest [-] {1} tempest.api.compute.test_versions.TestVersions.test_get_version_details ... success [0.352s] 2022-04-19 07:52:10.681 33 INFO opnfv-tempest [-] {1} tempest.api.compute.test_versions.TestVersions.test_list_api_versions ... success [0.011s] 2022-04-19 07:52:12.556 33 INFO opnfv-tempest [-] {2} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_create ... success [0.844s] 2022-04-19 07:52:14.118 33 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_create_update_delete_domain ... success [1.019s] 2022-04-19 07:52:14.807 33 INFO opnfv-tempest [-] {2} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_list ... success [2.249s] 2022-04-19 07:52:19.240 33 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v3.test_policies.PoliciesTestJSON.test_create_update_delete_policy ... success [0.271s] 2022-04-19 07:52:21.014 33 INFO opnfv-tempest [-] {1} tempest.api.identity.v2.test_api_discovery.TestApiDiscovery ... skip: b"('Identity api v2 is not enabled',)" 2022-04-19 07:52:21.766 33 INFO opnfv-tempest [-] {1} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_media_types ... success [0.089s] 2022-04-19 07:52:21.789 33 INFO opnfv-tempest [-] {1} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_resources ... success [0.022s] 2022-04-19 07:52:21.809 33 INFO opnfv-tempest [-] {1} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_statuses ... success [0.020s] 2022-04-19 07:52:21.818 33 INFO opnfv-tempest [-] {1} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_list_api_versions ... success [0.008s] 2022-04-19 07:52:23.302 33 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_versions.VersionsTest.test_list_versions ... success [0.008s] 2022-04-19 07:52:26.909 33 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_network ... success [2.094s] 2022-04-19 07:52:29.050 33 INFO opnfv-tempest [-] {2} tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_security_groups_create_list_delete ... success [3.743s] 2022-04-19 07:52:30.588 33 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_port ... success [3.678s] 2022-04-19 07:52:34.137 33 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_subnet ... success [3.549s] 2022-04-19 07:52:44.118 33 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers ... success [0.165s] 2022-04-19 07:52:44.120 33 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_server_details ... success [0.001s] 2022-04-19 07:52:50.463 33 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_hard ... success [22.302s] 2022-04-19 07:52:57.042 33 INFO opnfv-tempest [-] {1} tempest.api.network.test_routers.RoutersTest.test_add_multiple_router_interfaces ... success [19.521s] 2022-04-19 07:53:00.253 33 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v2.test_users.UsersTestJSON ... skip: b"('Identity api v2 is not enabled',)" 2022-04-19 07:53:01.925 33 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_credentials.CredentialsTestJSON.test_credentials_create_get_update_delete ... success [0.218s] 2022-04-19 07:53:05.034 33 INFO opnfv-tempest [-] {1} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_port_id ... success [7.990s] 2022-04-19 07:53:06.068 33 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_endpoints.EndPointsTestJSON.test_update_endpoint ... success [0.700s] 2022-04-19 07:53:09.565 33 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_services.ServicesTestJSON.test_create_update_get_service ... success [0.366s] 2022-04-19 07:53:12.125 33 INFO opnfv-tempest [-] {1} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_subnet_id ... success [7.091s] 2022-04-19 07:53:13.114 33 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses ... success [0.065s] 2022-04-19 07:53:13.244 33 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses_by_network ... success [0.130s] 2022-04-19 07:53:14.069 33 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_get_trusts_all ... success [1.672s] 2022-04-19 07:53:16.856 33 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_delete_image ... success [0.371s] 2022-04-19 07:53:17.332 33 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v2.test_services.ServicesTestJSON ... skip: b"('Identity api v2 is not enabled',)" 2022-04-19 07:53:17.611 33 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_register_upload_get_image_file ... success [0.753s] 2022-04-19 07:53:18.138 33 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_domains.DefaultDomainTestJSON.test_default_domain_exists ... success [0.097s] 2022-04-19 07:53:18.372 33 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_attach_interfaces.AttachInterfacesUnderV243Test.test_add_remove_fixed_ip ... success [42.984s] 2022-04-19 07:53:18.377 33 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_update_image ... success [0.766s] 2022-04-19 07:53:21.206 33 INFO opnfv-tempest [-] {3} tempest.api.network.test_extensions.ExtensionsTestJSON.test_list_show_extensions ... success [0.761s] 2022-04-19 07:53:22.667 33 INFO opnfv-tempest [-] {1} tempest.api.network.test_routers.RoutersTest.test_create_show_list_update_delete_router ... success [10.541s] 2022-04-19 07:53:25.994 33 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_list_update_show_delete_security_group ... success [1.281s] 2022-04-19 07:53:28.302 33 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_show_delete_security_group_rule ... success [2.303s] 2022-04-19 07:53:28.350 33 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_list_security_groups ... success [0.053s] 2022-04-19 07:53:29.794 33 INFO opnfv-tempest [-] {0} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_floating_ip_specifying_a_fixed_ip_address ... success [3.612s] 2022-04-19 07:53:30.467 33 INFO opnfv-tempest [-] {1} tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools ... success [0.612s] 2022-04-19 07:53:30.822 33 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksIpV6Test.test_create_update_delete_network_subnet ... success [3.668s] 2022-04-19 07:53:30.977 33 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksIpV6Test.test_external_network_visibility ... success [0.154s] 2022-04-19 07:53:31.135 33 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksIpV6Test.test_list_networks ... success [0.157s] 2022-04-19 07:53:31.203 33 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksIpV6Test.test_list_subnets ... success [0.068s] 2022-04-19 07:53:31.312 33 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksIpV6Test.test_show_network ... success [0.109s] 2022-04-19 07:53:31.369 33 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksIpV6Test.test_show_subnet ... success [0.056s] 2022-04-19 07:53:32.007 33 INFO opnfv-tempest [-] {1} tempest.api.network.test_versions.NetworksApiDiscovery.test_api_version_resources ... success [0.013s] 2022-04-19 07:53:32.176 33 INFO opnfv-tempest [-] {1} tempest.api.network.test_versions.NetworksApiDiscovery.test_show_api_v2_details ... success [0.168s] 2022-04-19 07:53:35.577 33 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group ... success [1.071s] 2022-04-19 07:53:37.573 33 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule ... success [1.994s] 2022-04-19 07:53:37.713 33 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups ... success [0.142s] 2022-04-19 07:53:38.672 33 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list ... success [0.065s] 2022-04-19 07:53:39.950 33 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_account_quotas.AccountQuotasTest.test_admin_modify_quota ... success [0.109s] 2022-04-19 07:53:39.981 33 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_account_quotas.AccountQuotasTest.test_upload_valid_object ... success [0.031s] 2022-04-19 07:53:41.096 33 INFO opnfv-tempest [-] {0} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_list_show_update_delete_floating_ip ... success [11.301s] 2022-04-19 07:53:46.457 33 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_container_services.ContainerTest.test_create_container ... success [2.161s] 2022-04-19 07:53:48.521 33 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents ... success [2.062s] 2022-04-19 07:53:50.578 33 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_metadata ... success [2.057s] 2022-04-19 07:53:53.912 33 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_list_servers ... success [0.202s] 2022-04-19 07:53:53.914 33 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_verify_server_details ... success [0.001s] 2022-04-19 07:53:57.189 33 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_update_delete_network_subnet ... success [8.320s] 2022-04-19 07:53:57.394 33 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_external_network_visibility ... success [0.205s] 2022-04-19 07:53:57.522 33 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_networks ... success [0.127s] 2022-04-19 07:53:57.584 33 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_subnets ... success [0.061s] 2022-04-19 07:53:57.689 33 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_network ... success [0.105s] 2022-04-19 07:53:57.765 33 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_subnet ... success [0.075s] 2022-04-19 07:54:05.110 33 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_in_allowed_allocation_pools ... success [3.424s] 2022-04-19 07:54:08.528 33 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_with_no_securitygroups ... success [3.417s] 2022-04-19 07:54:09.730 33 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_update_delete_port ... success [1.202s] 2022-04-19 07:54:09.787 33 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_list_ports ... success [0.056s] 2022-04-19 07:54:09.838 33 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_show_port ... success [0.050s] 2022-04-19 07:54:16.605 33 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_port_in_allowed_allocation_pools ... success [3.139s] 2022-04-19 07:54:20.346 33 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_port_with_no_securitygroups ... success [3.741s] 2022-04-19 07:54:21.627 33 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_update_delete_port ... success [1.279s] 2022-04-19 07:54:21.693 33 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_list_ports ... success [0.067s] 2022-04-19 07:54:21.755 33 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_show_port ... success [0.061s] 2022-04-19 07:54:27.666 33 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers ... success [0.173s] 2022-04-19 07:54:27.667 33 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_server_details ... success [0.001s] 2022-04-19 07:54:42.190 33 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_multiple_router_interfaces ... success [18.206s] 2022-04-19 07:54:44.502 33 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v3.test_groups.GroupsV3TestJSON.test_group_users_add_list_delete ... success [2.289s] 2022-04-19 07:54:48.159 33 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v3.test_regions.RegionsTestJSON.test_create_region_with_specific_id ... success [0.152s] 2022-04-19 07:54:49.268 33 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_port_id ... success [7.076s] 2022-04-19 07:54:52.181 33 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_role_create_update_show_list ... success [0.288s] 2022-04-19 07:54:55.295 33 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_subnet_id ... success [6.027s] 2022-04-19 07:54:58.985 33 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_create_show_list_update_delete_router ... success [3.691s] 2022-04-19 07:55:01.889 33 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_services.AccountTest.test_list_account_metadata ... success [0.022s] 2022-04-19 07:55:01.898 33 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers ... success [0.010s] 2022-04-19 07:55:02.605 33 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_network ... success [6.439s] 2022-04-19 07:55:04.841 33 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_port ... success [2.234s] 2022-04-19 07:55:11.305 33 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_subnet ... success [6.463s] 2022-04-19 07:55:14.878 33 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_object_services.ObjectTest.test_create_object ... success [0.041s] 2022-04-19 07:55:14.898 33 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_object_services.ObjectTest.test_get_object ... success [0.021s] 2022-04-19 07:55:14.917 33 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_object_services.ObjectTest.test_list_object_metadata ... success [0.019s] 2022-04-19 07:55:14.943 33 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_object_services.ObjectTest.test_update_object_metadata ... success [0.026s] 2022-04-19 07:55:23.107 33 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest.test_upload_large_object ... success [2.196s] 2022-04-19 07:55:25.225 33 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest.test_upload_too_many_objects ... success [2.116s] 2022-04-19 07:55:27.311 33 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest.test_upload_valid_object ... success [2.086s] 2022-04-19 07:55:28.846 33 INFO opnfv-tempest [-] {0} tempest.api.volume.test_versions.VersionsTest.test_list_versions ... success [0.016s] 2022-04-19 07:55:40.080 33 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_attach_detach_volume_to_instance ... success [19.792s] 2022-04-19 07:55:48.882 33 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete ... success [6.147s] 2022-04-19 07:55:57.089 33 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image ... success [8.205s] 2022-04-19 07:55:58.010 33 INFO rally.task.context [-] Verification ecb4b561-1c64-4c90-ad07-1944ad1afc04 | Context testr@default cleanup() started 2022-04-19 07:55:58.011 33 INFO rally.task.context [-] Verification ecb4b561-1c64-4c90-ad07-1944ad1afc04 | Context testr@default cleanup() finished in 0.64 msec 2022-04-19 07:55:58.011 33 INFO rally.task.context [-] Verification ecb4b561-1c64-4c90-ad07-1944ad1afc04 | Context tempest@default cleanup() started 2022-04-19 07:55:58.155 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Deleting flavor 'rally_verify_6893f112_2yPJMEWJ'. 2022-04-19 07:55:58.374 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_6893f112_2yPJMEWJ' has been deleted. 2022-04-19 07:55:58.374 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Removing value '43a4bdeb-8978-4d0c-8c99-7c32e6b51022' of option 'instance_type' from Tempest config file. 2022-04-19 07:55:58.375 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Value '43a4bdeb-8978-4d0c-8c99-7c32e6b51022' has been removed. 2022-04-19 07:55:58.377 33 INFO rally.task.context [-] Verification ecb4b561-1c64-4c90-ad07-1944ad1afc04 | Context tempest@default cleanup() finished in 0.37 sec 2022-04-19 07:55:58.400 33 INFO rally.api [-] Verification (UUID=6893f112-29b7-4598-a1f2-3cbbb3a509d4) has been successfully finished for deployment 'opnfv-rally' (UUID=c653963f-5550-485e-88eb-8c6c3392c985)! 2022-04-19 07:55:59.831 52 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-04-19 07:55:59.831 52 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-04-19 07:55:59.831 52 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-04-19 07:56:01.307 53 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-04-19 07:56:01.308 53 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-04-19 07:56:01.308 53 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-04-19 07:56:03.251 53 INFO rally.api [-] Building 'html' report for the following verification(s): '6893f112-29b7-4598-a1f2-3cbbb3a509d4' 2022-04-19 07:56:03.278 53 INFO rally.api [-] The report has been successfully built. 2022-04-19 07:56:04.756 55 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-04-19 07:56:04.756 55 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-04-19 07:56:04.757 55 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-04-19 07:56:06.648 55 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): '6893f112-29b7-4598-a1f2-3cbbb3a509d4' 2022-04-19 07:56:06.656 55 INFO rally.api [-] The report has been successfully built.