2021-09-22 17:20:26.970 8 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-09-22 17:20:26.970 8 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-09-22 17:20:26.970 8 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-09-22 17:20:29.228 8 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-09-22 17:20:29.228 8 ERROR rally.cli.cliutils Traceback (most recent call last): 2021-09-22 17:20:29.228 8 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2021-09-22 17:20:29.228 8 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2021-09-22 17:20:29.228 8 ERROR rally.cli.cliutils File "", line 2, in destroy 2021-09-22 17:20:29.228 8 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2021-09-22 17:20:29.228 8 ERROR rally.cli.cliutils return f(*args, **kwargs) 2021-09-22 17:20:29.228 8 ERROR rally.cli.cliutils File "", line 2, in destroy 2021-09-22 17:20:29.228 8 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2021-09-22 17:20:29.228 8 ERROR rally.cli.cliutils return f(*args, **kwargs) 2021-09-22 17:20:29.228 8 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2021-09-22 17:20:29.228 8 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2021-09-22 17:20:29.228 8 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2021-09-22 17:20:29.228 8 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2021-09-22 17:20:29.228 8 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2021-09-22 17:20:29.228 8 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2021-09-22 17:20:29.228 8 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2021-09-22 17:20:29.228 8 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2021-09-22 17:20:29.228 8 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2021-09-22 17:20:29.228 8 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2021-09-22 17:20:29.228 8 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2021-09-22 17:20:29.228 8 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2021-09-22 17:20:29.228 8 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2021-09-22 17:20:29.228 8 ERROR rally.cli.cliutils 2021-09-22 17:20:30.871 10 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-09-22 17:20:30.872 10 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-09-22 17:20:30.872 10 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-09-22 17:20:34.634 12 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-09-22 17:20:34.635 12 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-09-22 17:20:34.635 12 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-09-22 17:20:38.721 15 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-09-22 17:20:38.721 15 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-09-22 17:20:38.722 15 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-09-22 17:20:39.995 18 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-09-22 17:20:39.995 18 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-09-22 17:20:39.995 18 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-09-22 17:20:42.070 18 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-09-22 17:20:42.070 18 ERROR rally.cli.cliutils Traceback (most recent call last): 2021-09-22 17:20:42.070 18 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2021-09-22 17:20:42.070 18 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2021-09-22 17:20:42.070 18 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2021-09-22 17:20:42.070 18 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2021-09-22 17:20:42.070 18 ERROR rally.cli.cliutils return f(*args, **kwargs) 2021-09-22 17:20:42.070 18 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2021-09-22 17:20:42.070 18 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2021-09-22 17:20:42.070 18 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2021-09-22 17:20:42.070 18 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2021-09-22 17:20:42.070 18 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2021-09-22 17:20:42.070 18 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2021-09-22 17:20:42.070 18 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2021-09-22 17:20:42.070 18 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2021-09-22 17:20:42.070 18 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2021-09-22 17:20:42.070 18 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2021-09-22 17:20:42.070 18 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2021-09-22 17:20:42.070 18 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2021-09-22 17:20:42.070 18 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2021-09-22 17:20:42.070 18 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2021-09-22 17:20:42.070 18 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2021-09-22 17:20:42.070 18 ERROR rally.cli.cliutils 2021-09-22 17:20:43.543 20 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-09-22 17:20:43.543 20 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-09-22 17:20:43.543 20 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-09-22 17:20:45.780 20 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2021-09-22 17:20:45.900 20 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-f3fbc298-8395-4da0-b8f9-b4d9ed720b45/repo. 2021-09-22 17:20:46.212 20 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-f3fbc298-8395-4da0-b8f9-b4d9ed720b45/repo'... done. Note: switching to '718db0d8208d66063ab49030c6b82f744fef10d6'. You are in 'detached HEAD' state. You can look around, make experimental changes and commit them, and you can discard any commits you make in this state without impacting any branches by switching back to a branch. If you want to create a new branch to retain commits you create, you may do so (now or later) by using -c with the switch command. Example: git switch -c Or undo this operation with: git switch - Turn off this advice by setting config variable advice.detachedHead to false ' 2021-09-22 17:20:46.255 20 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'tags/24.0.0-208-g718db0d82 ' 2021-09-22 17:20:46.265 20 RALLYDEBUG rally.verification.utils [-] Subprocess output: '718db0d8208d66063ab49030c6b82f744fef10d6 ' 2021-09-22 17:20:46.272 20 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2021-09-22 17:20:46.335 20 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2021-09-22 17:20:47.035 20 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=f3fbc298-8395-4da0-b8f9-b4d9ed720b45) has been successfully created! 2021-09-22 17:20:48.640 28 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-09-22 17:20:48.640 28 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-09-22 17:20:48.640 28 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-09-22 17:20:52.898 31 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-09-22 17:20:52.898 31 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-09-22 17:20:52.898 31 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-09-22 17:20:54.996 31 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=f3fbc298-8395-4da0-b8f9-b4d9ed720b45) for deployment 'opnfv-rally' (UUID=48803348-63f6-4e55-b140-ec0c1ade4e34). 2021-09-22 17:20:55.449 31 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=f3fbc298-8395-4da0-b8f9-b4d9ed720b45) has been successfully configured for deployment 'opnfv-rally' (UUID=48803348-63f6-4e55-b140-ec0c1ade4e34)! 2021-09-22 17:21:00.464 36 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-09-22 17:21:00.464 36 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-09-22 17:21:00.465 36 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-09-22 17:21:02.520 36 INFO rally.api [-] Starting verification (UUID=41535b6b-69f7-4616-ad9c-a73fb3f4e425) for deployment 'opnfv-rally' (UUID=48803348-63f6-4e55-b140-ec0c1ade4e34) by verifier 'opnfv-tempest' (UUID=f3fbc298-8395-4da0-b8f9-b4d9ed720b45). 2021-09-22 17:21:03.037 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2021-09-22 17:21:03.038 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-f3fbc298-8395-4da0-b8f9-b4d9ed720b45/for-deployment-48803348-63f6-4e55-b140-ec0c1ade4e34/tempest.log' to option 'log_file'. 2021-09-22 17:21:03.038 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-f3fbc298-8395-4da0-b8f9-b4d9ed720b45/for-deployment-48803348-63f6-4e55-b140-ec0c1ade4e34/tempest.log 2021-09-22 17:21:03.039 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2021-09-22 17:21:03.039 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-f3fbc298-8395-4da0-b8f9-b4d9ed720b45/for-deployment-48803348-63f6-4e55-b140-ec0c1ade4e34/lock_files' to option 'lock_path'. 2021-09-22 17:21:03.039 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-f3fbc298-8395-4da0-b8f9-b4d9ed720b45/for-deployment-48803348-63f6-4e55-b140-ec0c1ade4e34/lock_files 2021-09-22 17:21:03.040 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is already configured in Tempest config file. img_dir = /home/opnfv/functest/images 2021-09-22 17:21:03.040 36 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-09-22 17:21:03.041 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = 3e7d931f-5884-4c4f-8455-c4769296e44a 2021-09-22 17:21:03.041 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = 201e9b0e-aa97-4188-805f-61833f9de77e 2021-09-22 17:21:03.042 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = a55d617f-0d80-486a-9b57-9937ee7468d4 2021-09-22 17:21:03.042 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = 2a396de0-b463-470b-aeaf-29bc39fbfa4e 2021-09-22 17:21:03.255 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2021-09-22 17:21:03.255 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = tempest_smoke-net_52a2d520-760e-4f66-a6c4-d5a1b692fdf7 2021-09-22 17:21:03.256 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2021-09-22 17:21:03.351 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2021-09-22 17:21:03.384 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] There is no flavor with the mentioned properties. 2021-09-22 17:21:03.384 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Creating flavor 'rally_verify_41535b6b_X68oHVjn' with the following properties: RAM = 64MB, VCPUs = 1, disk = 5GB. 2021-09-22 17:21:03.422 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_41535b6b_X68oHVjn' (ID = 7ebe1126-c65d-4bbb-a728-da1a6512a513) has been successfully created! 2021-09-22 17:21:03.423 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '7ebe1126-c65d-4bbb-a728-da1a6512a513' to option 'instance_type'. 2021-09-22 17:21:03.423 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = 7ebe1126-c65d-4bbb-a728-da1a6512a513 2021-09-22 17:21:03.425 36 INFO rally.task.context [-] Verification f3fbc298-8395-4da0-b8f9-b4d9ed720b45 | Context tempest@default setup() finished in 0.77 sec 2021-09-22 17:21:03.425 36 INFO rally.task.context [-] Verification f3fbc298-8395-4da0-b8f9-b4d9ed720b45 | Context testr@default setup() finished in 0.43 msec 2021-09-22 17:21:03.426 36 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --concurrency 4 --load-list /tmp/81d5f5fd-1c08-4140-b56f-f7ff93df4fbf'. 2021-09-22 17:21:06.305 36 INFO opnfv-tempest [-] {2} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_get_flavor ... success [0.225s] 2021-09-22 17:21:06.381 36 INFO opnfv-tempest [-] {2} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors ... success [0.076s] 2021-09-22 17:21:10.176 36 INFO opnfv-tempest [-] {2} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_create ... success [1.527s] 2021-09-22 17:21:12.131 36 INFO opnfv-tempest [-] {2} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_list ... success [1.954s] 2021-09-22 17:21:12.137 36 INFO opnfv-tempest [-] {1} tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_security_groups_create_list_delete ... success [4.464s] 2021-09-22 17:21:33.152 36 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers ... success [0.150s] 2021-09-22 17:21:33.154 36 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_server_details ... success [0.001s] 2021-09-22 17:21:34.181 36 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_list_servers ... success [0.141s] 2021-09-22 17:21:34.182 36 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_verify_server_details ... success [0.001s] 2021-09-22 17:21:51.433 36 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses ... success [0.070s] 2021-09-22 17:21:51.567 36 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses_by_network ... success [0.134s] 2021-09-22 17:21:58.403 36 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v3.test_endpoints.EndPointsTestJSON.test_update_endpoint ... success [0.609s] 2021-09-22 17:22:03.263 36 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers ... success [0.158s] 2021-09-22 17:22:03.265 36 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_server_details ... success [0.001s] 2021-09-22 17:22:03.633 36 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v3.test_groups.GroupsV3TestJSON.test_group_users_add_list_delete ... success [1.965s] 2021-09-22 17:22:07.278 36 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_role_create_update_show_list ... success [0.246s] 2021-09-22 17:22:11.017 36 INFO opnfv-tempest [-] {2} tempest.api.identity.v2.test_api_discovery.TestApiDiscovery ... skip: b'Identity api v2 is not enabled' 2021-09-22 17:22:15.144 36 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_create_update_delete_domain ... success [0.591s] 2021-09-22 17:22:19.784 36 INFO opnfv-tempest [-] {2} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_floating_ip_specifying_a_fixed_ip_address ... success [3.552s] 2021-09-22 17:22:20.117 36 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_get_trusts_all ... success [1.657s] 2021-09-22 17:22:22.569 36 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_delete_image ... success [0.308s] 2021-09-22 17:22:23.141 36 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_register_upload_get_image_file ... success [0.571s] 2021-09-22 17:22:23.255 36 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_update_image ... success [0.115s] 2021-09-22 17:22:24.122 36 INFO opnfv-tempest [-] {2} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_list_show_update_delete_floating_ip ... success [4.336s] 2021-09-22 17:22:25.632 36 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_hard ... success [59.104s] 2021-09-22 17:22:26.226 36 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_network ... success [1.319s] 2021-09-22 17:22:29.434 36 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_port ... success [3.207s] 2021-09-22 17:22:31.225 36 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_list_update_show_delete_security_group ... success [0.646s] 2021-09-22 17:22:32.442 36 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_show_delete_security_group_rule ... success [1.212s] 2021-09-22 17:22:32.506 36 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_list_security_groups ... success [0.069s] 2021-09-22 17:22:34.683 36 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group ... success [0.982s] 2021-09-22 17:22:34.778 36 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_subnet ... success [5.344s] 2021-09-22 17:22:36.133 36 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule ... success [1.445s] 2021-09-22 17:22:36.168 36 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups ... success [0.040s] 2021-09-22 17:22:37.553 36 INFO opnfv-tempest [-] {2} tempest.api.volume.test_versions.VersionsTest.test_list_versions ... success [0.019s] 2021-09-22 17:22:37.847 36 INFO opnfv-tempest [-] {0} tempest.api.compute.test_versions.TestVersions.test_get_version_details ... success [0.028s] 2021-09-22 17:22:37.860 36 INFO opnfv-tempest [-] {0} tempest.api.compute.test_versions.TestVersions.test_list_api_versions ... success [0.013s] 2021-09-22 17:22:40.303 36 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_credentials.CredentialsTestJSON.test_credentials_create_get_update_delete ... success [0.188s] 2021-09-22 17:22:43.359 36 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_regions.RegionsTestJSON.test_create_region_with_specific_id ... success [0.144s] 2021-09-22 17:22:44.868 36 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksIpV6Test.test_create_update_delete_network_subnet ... success [2.513s] 2021-09-22 17:22:45.035 36 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksIpV6Test.test_external_network_visibility ... success [0.167s] 2021-09-22 17:22:45.138 36 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksIpV6Test.test_list_networks ... success [0.103s] 2021-09-22 17:22:45.243 36 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksIpV6Test.test_list_subnets ... success [0.104s] 2021-09-22 17:22:45.337 36 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksIpV6Test.test_show_network ... success [0.094s] 2021-09-22 17:22:45.381 36 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksIpV6Test.test_show_subnet ... success [0.044s] 2021-09-22 17:22:45.812 36 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_attach_interfaces.AttachInterfacesUnderV243Test.test_add_remove_fixed_ip ... success [94.798s] 2021-09-22 17:22:51.195 36 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_in_allowed_allocation_pools ... success [4.759s] 2021-09-22 17:22:51.694 36 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_create_update_delete_network_subnet ... success [2.809s] 2021-09-22 17:22:51.822 36 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_external_network_visibility ... success [0.129s] 2021-09-22 17:22:51.911 36 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_list_networks ... success [0.088s] 2021-09-22 17:22:51.937 36 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v2.test_services.ServicesTestJSON ... skip: b'Identity api v2 is not enabled' 2021-09-22 17:22:51.940 36 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v2.test_users.UsersTestJSON ... skip: b'Identity api v2 is not enabled' 2021-09-22 17:22:51.955 36 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_list_subnets ... success [0.044s] 2021-09-22 17:22:52.043 36 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_show_network ... success [0.087s] 2021-09-22 17:22:52.116 36 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksTest.test_show_subnet ... success [0.073s] 2021-09-22 17:22:53.168 36 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_policies.PoliciesTestJSON.test_create_update_delete_policy ... success [0.276s] 2021-09-22 17:22:54.161 36 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_with_no_securitygroups ... success [2.966s] 2021-09-22 17:22:55.290 36 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_update_delete_port ... success [1.128s] 2021-09-22 17:22:55.338 36 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_list_ports ... success [0.048s] 2021-09-22 17:22:55.381 36 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_show_port ... success [0.044s] 2021-09-22 17:22:55.995 36 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_services.ServicesTestJSON.test_create_update_get_service ... success [0.365s] 2021-09-22 17:22:58.248 36 INFO opnfv-tempest [-] {3} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_media_types ... success [0.065s] 2021-09-22 17:22:58.270 36 INFO opnfv-tempest [-] {3} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_resources ... success [0.021s] 2021-09-22 17:22:58.290 36 INFO opnfv-tempest [-] {3} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_statuses ... success [0.020s] 2021-09-22 17:22:58.300 36 INFO opnfv-tempest [-] {3} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_list_api_versions ... success [0.009s] 2021-09-22 17:22:59.698 36 INFO opnfv-tempest [-] {3} tempest.api.identity.v3.test_domains.DefaultDomainTestJSON.test_default_domain_exists ... success [0.083s] 2021-09-22 17:23:01.045 36 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_versions.VersionsTest.test_list_versions ... success [0.008s] 2021-09-22 17:23:02.998 36 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_port_in_allowed_allocation_pools ... success [4.408s] 2021-09-22 17:23:03.248 36 INFO opnfv-tempest [-] {3} tempest.api.network.test_extensions.ExtensionsTestJSON.test_list_show_extensions ... success [0.780s] 2021-09-22 17:23:06.285 36 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_network ... success [1.552s] 2021-09-22 17:23:07.067 36 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_port_with_no_securitygroups ... success [4.070s] 2021-09-22 17:23:07.957 36 INFO opnfv-tempest [-] {1} tempest.api.network.test_routers.RoutersTest.test_add_multiple_router_interfaces ... success [13.309s] 2021-09-22 17:23:08.143 36 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_update_delete_port ... success [1.075s] 2021-09-22 17:23:08.198 36 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_list_ports ... success [0.054s] 2021-09-22 17:23:08.250 36 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_show_port ... success [0.052s] 2021-09-22 17:23:09.320 36 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_port ... success [3.033s] 2021-09-22 17:23:12.720 36 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_subnet ... success [3.399s] 2021-09-22 17:23:16.373 36 INFO opnfv-tempest [-] {1} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_port_id ... success [8.415s] 2021-09-22 17:23:17.918 36 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_container_services.ContainerTest.test_create_container ... success [2.233s] 2021-09-22 17:23:20.022 36 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents ... success [2.103s] 2021-09-22 17:23:22.103 36 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_metadata ... success [2.081s] 2021-09-22 17:23:22.384 36 INFO opnfv-tempest [-] {1} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_subnet_id ... success [6.010s] 2021-09-22 17:23:22.606 36 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_multiple_router_interfaces ... success [12.506s] 2021-09-22 17:23:26.331 36 INFO opnfv-tempest [-] {1} tempest.api.network.test_routers.RoutersTest.test_create_show_list_update_delete_router ... success [3.947s] 2021-09-22 17:23:29.052 36 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_account_quotas.AccountQuotasTest.test_admin_modify_quota ... success [0.118s] 2021-09-22 17:23:29.082 36 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_account_quotas.AccountQuotasTest.test_upload_valid_object ... success [0.031s] 2021-09-22 17:23:29.475 36 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_port_id ... success [6.869s] 2021-09-22 17:23:30.413 36 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete ... success [5.857s] 2021-09-22 17:23:35.248 36 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_subnet_id ... success [5.773s] 2021-09-22 17:23:38.214 36 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_create_show_list_update_delete_router ... success [2.966s] 2021-09-22 17:23:38.396 36 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image ... success [7.980s] 2021-09-22 17:23:39.125 36 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list ... success [0.069s] 2021-09-22 17:23:40.286 36 INFO opnfv-tempest [-] {0} tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools ... success [0.467s] 2021-09-22 17:23:41.642 36 INFO opnfv-tempest [-] {0} tempest.api.network.test_versions.NetworksApiDiscovery.test_api_version_resources ... success [0.009s] 2021-09-22 17:23:41.796 36 INFO opnfv-tempest [-] {0} tempest.api.network.test_versions.NetworksApiDiscovery.test_show_api_v2_details ... success [0.154s] 2021-09-22 17:23:43.902 36 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_services.AccountTest.test_list_account_metadata ... success [0.032s] 2021-09-22 17:23:43.915 36 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers ... success [0.013s] 2021-09-22 17:24:00.437 36 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest.test_upload_large_object ... success [2.259s] 2021-09-22 17:24:02.617 36 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest.test_upload_too_many_objects ... success [2.177s] 2021-09-22 17:24:04.752 36 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest.test_upload_valid_object ... success [2.135s] 2021-09-22 17:24:06.324 36 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_services.ObjectTest.test_create_object ... success [0.041s] 2021-09-22 17:24:06.344 36 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_services.ObjectTest.test_get_object ... success [0.019s] 2021-09-22 17:24:06.364 36 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_services.ObjectTest.test_list_object_metadata ... success [0.020s] 2021-09-22 17:24:06.393 36 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_services.ObjectTest.test_update_object_metadata ... success [0.028s] 2021-09-22 17:24:23.920 36 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_attach_detach_volume_to_instance ... success [11.643s] 2021-09-22 17:24:26.306 36 INFO rally.task.context [-] Verification f3fbc298-8395-4da0-b8f9-b4d9ed720b45 | Context testr@default cleanup() started 2021-09-22 17:24:26.306 36 INFO rally.task.context [-] Verification f3fbc298-8395-4da0-b8f9-b4d9ed720b45 | Context testr@default cleanup() finished in 0.73 msec 2021-09-22 17:24:26.307 36 INFO rally.task.context [-] Verification f3fbc298-8395-4da0-b8f9-b4d9ed720b45 | Context tempest@default cleanup() started 2021-09-22 17:24:26.468 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Deleting flavor 'rally_verify_41535b6b_X68oHVjn'. 2021-09-22 17:24:26.660 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_41535b6b_X68oHVjn' has been deleted. 2021-09-22 17:24:26.661 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Removing value '7ebe1126-c65d-4bbb-a728-da1a6512a513' of option 'instance_type' from Tempest config file. 2021-09-22 17:24:26.661 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Value '7ebe1126-c65d-4bbb-a728-da1a6512a513' has been removed. 2021-09-22 17:24:26.663 36 INFO rally.task.context [-] Verification f3fbc298-8395-4da0-b8f9-b4d9ed720b45 | Context tempest@default cleanup() finished in 0.36 sec 2021-09-22 17:24:26.681 36 INFO rally.api [-] Verification (UUID=41535b6b-69f7-4616-ad9c-a73fb3f4e425) has been successfully finished for deployment 'opnfv-rally' (UUID=48803348-63f6-4e55-b140-ec0c1ade4e34)! 2021-09-22 17:24:28.163 59 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-09-22 17:24:28.164 59 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-09-22 17:24:28.164 59 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-09-22 17:24:29.526 61 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-09-22 17:24:29.527 61 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-09-22 17:24:29.527 61 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-09-22 17:24:31.474 61 INFO rally.api [-] Building 'html' report for the following verification(s): '41535b6b-69f7-4616-ad9c-a73fb3f4e425' 2021-09-22 17:24:31.493 61 INFO rally.api [-] The report has been successfully built. 2021-09-22 17:24:32.807 63 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-09-22 17:24:32.808 63 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-09-22 17:24:32.808 63 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-09-22 17:24:34.757 63 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): '41535b6b-69f7-4616-ad9c-a73fb3f4e425' 2021-09-22 17:24:34.763 63 INFO rally.api [-] The report has been successfully built.