2021-06-06 00:22:01.853 23 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-06 00:22:01.854 23 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-06 00:22:01.854 23 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-06 00:22:05.334 23 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-06 00:22:05.334 23 ERROR rally.cli.cliutils Traceback (most recent call last): 2021-06-06 00:22:05.334 23 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2021-06-06 00:22:05.334 23 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2021-06-06 00:22:05.334 23 ERROR rally.cli.cliutils File "", line 2, in destroy 2021-06-06 00:22:05.334 23 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2021-06-06 00:22:05.334 23 ERROR rally.cli.cliutils return f(*args, **kwargs) 2021-06-06 00:22:05.334 23 ERROR rally.cli.cliutils File "", line 2, in destroy 2021-06-06 00:22:05.334 23 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2021-06-06 00:22:05.334 23 ERROR rally.cli.cliutils return f(*args, **kwargs) 2021-06-06 00:22:05.334 23 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2021-06-06 00:22:05.334 23 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2021-06-06 00:22:05.334 23 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2021-06-06 00:22:05.334 23 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2021-06-06 00:22:05.334 23 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2021-06-06 00:22:05.334 23 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2021-06-06 00:22:05.334 23 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2021-06-06 00:22:05.334 23 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2021-06-06 00:22:05.334 23 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2021-06-06 00:22:05.334 23 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2021-06-06 00:22:05.334 23 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2021-06-06 00:22:05.334 23 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2021-06-06 00:22:05.334 23 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2021-06-06 00:22:05.334 23 ERROR rally.cli.cliutils 2021-06-06 00:22:07.519 25 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-06 00:22:07.519 25 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-06 00:22:07.519 25 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-06 00:22:11.950 27 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-06 00:22:11.950 27 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-06 00:22:11.950 27 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-06 00:22:17.986 30 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-06 00:22:17.986 30 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-06 00:22:17.986 30 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-06 00:22:19.721 33 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-06 00:22:19.722 33 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-06 00:22:19.722 33 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-06 00:22:21.958 33 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-06 00:22:21.958 33 ERROR rally.cli.cliutils Traceback (most recent call last): 2021-06-06 00:22:21.958 33 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2021-06-06 00:22:21.958 33 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2021-06-06 00:22:21.958 33 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2021-06-06 00:22:21.958 33 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2021-06-06 00:22:21.958 33 ERROR rally.cli.cliutils return f(*args, **kwargs) 2021-06-06 00:22:21.958 33 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2021-06-06 00:22:21.958 33 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2021-06-06 00:22:21.958 33 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2021-06-06 00:22:21.958 33 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2021-06-06 00:22:21.958 33 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2021-06-06 00:22:21.958 33 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2021-06-06 00:22:21.958 33 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2021-06-06 00:22:21.958 33 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2021-06-06 00:22:21.958 33 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2021-06-06 00:22:21.958 33 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2021-06-06 00:22:21.958 33 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2021-06-06 00:22:21.958 33 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2021-06-06 00:22:21.958 33 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2021-06-06 00:22:21.958 33 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2021-06-06 00:22:21.958 33 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2021-06-06 00:22:21.958 33 ERROR rally.cli.cliutils 2021-06-06 00:22:23.735 35 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-06 00:22:23.735 35 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-06 00:22:23.735 35 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-06 00:22:25.988 35 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2021-06-06 00:22:26.040 35 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-06878f1c-04ce-4344-957d-62f5f3199cc7/repo. 2021-06-06 00:22:26.571 35 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-06878f1c-04ce-4344-957d-62f5f3199cc7/repo'... done. Note: switching to '559df07a38073aea02178cac078cb1e90c22157a'. 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-06-06 00:22:26.625 35 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'tags/24.0.0-208-g559df07a3 ' 2021-06-06 00:22:26.635 35 RALLYDEBUG rally.verification.utils [-] Subprocess output: '559df07a38073aea02178cac078cb1e90c22157a ' 2021-06-06 00:22:26.657 35 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2021-06-06 00:22:26.835 35 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2021-06-06 00:22:27.752 35 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=06878f1c-04ce-4344-957d-62f5f3199cc7) has been successfully created! 2021-06-06 00:22:29.717 43 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-06 00:22:29.717 43 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-06 00:22:29.718 43 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-06 00:22:36.033 46 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-06 00:22:36.034 46 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-06 00:22:36.034 46 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-06 00:22:38.407 46 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=06878f1c-04ce-4344-957d-62f5f3199cc7) for deployment 'opnfv-rally' (UUID=7831a992-126d-4216-aca8-2d6f2676b955). 2021-06-06 00:22:39.743 46 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=06878f1c-04ce-4344-957d-62f5f3199cc7) has been successfully configured for deployment 'opnfv-rally' (UUID=7831a992-126d-4216-aca8-2d6f2676b955)! 2021-06-06 00:22:46.636 51 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-06 00:22:46.637 51 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-06 00:22:46.637 51 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-06 00:22:48.823 51 INFO rally.api [-] Starting verification (UUID=53ff0b12-12e6-4805-9d6e-4c769edf895c) for deployment 'opnfv-rally' (UUID=7831a992-126d-4216-aca8-2d6f2676b955) by verifier 'opnfv-tempest' (UUID=06878f1c-04ce-4344-957d-62f5f3199cc7). 2021-06-06 00:22:49.893 51 RALLYDEBUG rally_openstack.verification.tempest.context [-] Creating role 'ResellerAdmin'. 2021-06-06 00:22:49.964 51 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2021-06-06 00:22:49.965 51 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-06878f1c-04ce-4344-957d-62f5f3199cc7/for-deployment-7831a992-126d-4216-aca8-2d6f2676b955/tempest.log' to option 'log_file'. 2021-06-06 00:22:49.965 51 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-06878f1c-04ce-4344-957d-62f5f3199cc7/for-deployment-7831a992-126d-4216-aca8-2d6f2676b955/tempest.log 2021-06-06 00:22:49.966 51 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2021-06-06 00:22:49.966 51 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-06878f1c-04ce-4344-957d-62f5f3199cc7/for-deployment-7831a992-126d-4216-aca8-2d6f2676b955/lock_files' to option 'lock_path'. 2021-06-06 00:22:49.966 51 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-06878f1c-04ce-4344-957d-62f5f3199cc7/for-deployment-7831a992-126d-4216-aca8-2d6f2676b955/lock_files 2021-06-06 00:22:49.967 51 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is already configured in Tempest config file. img_dir = /home/opnfv/functest/images 2021-06-06 00:22:49.967 51 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-06 00:22:49.967 51 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = 9b89aa21-ee06-47c5-b290-81f79683fa18 2021-06-06 00:22:49.968 51 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = f9b9e6cd-c187-4733-bf1f-fbe3e726cede 2021-06-06 00:22:49.969 51 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = ec4d46ba-c2a2-4695-a09c-186d7d099c3a 2021-06-06 00:22:49.969 51 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = b055af0c-53db-43ae-87f4-094f93aaebf3 2021-06-06 00:22:50.260 51 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2021-06-06 00:22:50.260 51 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = tempest_smoke-net_a7277f9b-030f-4817-82b3-e9d548dfcafc 2021-06-06 00:22:50.261 51 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2021-06-06 00:22:50.418 51 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2021-06-06 00:22:50.483 51 RALLYDEBUG rally_openstack.verification.tempest.context [-] There is no flavor with the mentioned properties. 2021-06-06 00:22:50.484 51 RALLYDEBUG rally_openstack.verification.tempest.context [-] Creating flavor 'rally_verify_53ff0b12_TdSznWmT' with the following properties: RAM = 64MB, VCPUs = 1, disk = 5GB. 2021-06-06 00:22:50.542 51 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_53ff0b12_TdSznWmT' (ID = 4d37423b-8512-4aa9-985d-9576581cfd1d) has been successfully created! 2021-06-06 00:22:50.543 51 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '4d37423b-8512-4aa9-985d-9576581cfd1d' to option 'instance_type'. 2021-06-06 00:22:50.543 51 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = 4d37423b-8512-4aa9-985d-9576581cfd1d 2021-06-06 00:22:50.545 51 INFO rally.task.context [-] Verification 06878f1c-04ce-4344-957d-62f5f3199cc7 | Context tempest@default setup() finished in 1.16 sec 2021-06-06 00:22:50.546 51 INFO rally.task.context [-] Verification 06878f1c-04ce-4344-957d-62f5f3199cc7 | Context testr@default setup() finished in 0.69 msec 2021-06-06 00:22:50.547 51 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --concurrency 4 --load-list /tmp/ab68613c-8258-4c49-b18c-c460fa59cee2'. 2021-06-06 00:22:57.948 51 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_get_flavor ... success [0.327s] 2021-06-06 00:22:58.079 51 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors ... success [0.128s] 2021-06-06 00:23:00.681 51 INFO opnfv-tempest [-] {1} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_create ... success [1.226s] 2021-06-06 00:23:02.807 51 INFO opnfv-tempest [-] {1} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_list ... success [2.123s] 2021-06-06 00:23:06.299 51 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_security_groups_create_list_delete ... success [2.677s] 2021-06-06 00:23:11.534 51 INFO opnfv-tempest [-] {0} tempest.api.compute.test_versions.TestVersions.test_get_version_details ... success [0.039s] 2021-06-06 00:23:11.547 51 INFO opnfv-tempest [-] {0} tempest.api.compute.test_versions.TestVersions.test_list_api_versions ... success [0.013s] 2021-06-06 00:23:13.142 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v2.test_services.ServicesTestJSON ... skip: b'Identity api v2 is not enabled' 2021-06-06 00:23:17.561 51 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_credentials.CredentialsTestJSON.test_credentials_create_get_update_delete ... success [0.362s] 2021-06-06 00:23:23.230 51 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers ... success [0.188s] 2021-06-06 00:23:23.234 51 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_server_details ... success [0.002s] 2021-06-06 00:23:23.807 51 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_delete_image ... success [0.896s] 2021-06-06 00:23:25.250 51 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_register_upload_get_image_file ... success [1.441s] 2021-06-06 00:23:25.418 51 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_update_image ... success [0.163s] 2021-06-06 00:23:32.388 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_extensions.ExtensionsTestJSON.test_list_show_extensions ... success [0.920s] 2021-06-06 00:23:36.920 51 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_attach_interfaces.AttachInterfacesUnderV243Test.test_add_remove_fixed_ip ... success [33.781s] 2021-06-06 00:23:38.995 51 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_list_servers ... success [0.188s] 2021-06-06 00:23:39.001 51 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_verify_server_details ... success [0.005s] 2021-06-06 00:23:51.453 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_floating_ip_specifying_a_fixed_ip_address ... success [5.564s] 2021-06-06 00:23:59.731 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_list_show_update_delete_floating_ip ... success [8.272s] 2021-06-06 00:24:02.140 51 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers ... success [0.158s] 2021-06-06 00:24:02.141 51 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_server_details ... success [0.001s] 2021-06-06 00:24:04.131 51 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses ... success [0.087s] 2021-06-06 00:24:04.274 51 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses_by_network ... success [0.143s] 2021-06-06 00:24:10.683 51 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v2.test_users.UsersTestJSON ... skip: b'Identity api v2 is not enabled' 2021-06-06 00:24:14.486 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_network ... success [2.831s] 2021-06-06 00:24:14.779 51 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v3.test_policies.PoliciesTestJSON.test_create_update_delete_policy ... success [0.390s] 2021-06-06 00:24:17.569 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_port ... success [3.085s] 2021-06-06 00:24:21.888 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_subnet ... success [4.315s] 2021-06-06 00:24:23.182 51 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_create_update_delete_domain ... success [1.052s] 2021-06-06 00:24:24.701 51 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_get_trusts_all ... success [4.093s] 2021-06-06 00:24:29.654 51 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_versions.VersionsTest.test_list_versions ... success [0.011s] 2021-06-06 00:24:31.535 51 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_regions.RegionsTestJSON.test_create_region_with_specific_id ... success [0.278s] 2021-06-06 00:24:35.854 51 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_hard ... success [17.710s] 2021-06-06 00:24:39.297 51 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_role_create_update_show_list ... success [0.506s] 2021-06-06 00:24:40.351 51 INFO opnfv-tempest [-] {2} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_in_allowed_allocation_pools ... success [5.556s] 2021-06-06 00:24:46.082 51 INFO opnfv-tempest [-] {2} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_with_no_securitygroups ... success [5.726s] 2021-06-06 00:24:48.077 51 INFO opnfv-tempest [-] {2} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_update_delete_port ... success [1.995s] 2021-06-06 00:24:48.179 51 INFO opnfv-tempest [-] {2} tempest.api.network.test_ports.PortsIpV6TestJSON.test_list_ports ... success [0.102s] 2021-06-06 00:24:48.267 51 INFO opnfv-tempest [-] {2} tempest.api.network.test_ports.PortsIpV6TestJSON.test_show_port ... success [0.087s] 2021-06-06 00:24:48.428 51 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_services.ServicesTestJSON.test_create_update_get_service ... success [0.707s] 2021-06-06 00:24:48.741 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_multiple_router_interfaces ... success [18.055s] 2021-06-06 00:24:51.124 51 INFO opnfv-tempest [-] {3} tempest.api.identity.v2.test_api_discovery.TestApiDiscovery ... skip: b'Identity api v2 is not enabled' 2021-06-06 00:24:54.586 51 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_list_update_show_delete_security_group ... success [1.163s] 2021-06-06 00:24:56.640 51 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_show_delete_security_group_rule ... success [2.042s] 2021-06-06 00:24:56.705 51 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_list_security_groups ... success [0.068s] 2021-06-06 00:24:56.806 51 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v3.test_endpoints.EndPointsTestJSON.test_update_endpoint ... success [0.866s] 2021-06-06 00:25:00.821 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_port_id ... success [12.072s] 2021-06-06 00:25:01.270 51 INFO opnfv-tempest [-] {2} tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools ... success [0.629s] 2021-06-06 00:25:02.677 51 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest ... skip: b'ContainerQuotasTest skipped as swift is not available' 2021-06-06 00:25:03.475 51 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksIpV6Test.test_create_update_delete_network_subnet ... success [5.360s] 2021-06-06 00:25:03.754 51 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksIpV6Test.test_external_network_visibility ... success [0.272s] 2021-06-06 00:25:03.991 51 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksIpV6Test.test_list_networks ... success [0.236s] 2021-06-06 00:25:04.082 51 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksIpV6Test.test_list_subnets ... success [0.090s] 2021-06-06 00:25:04.250 51 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksIpV6Test.test_show_network ... success [0.166s] 2021-06-06 00:25:04.329 51 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksIpV6Test.test_show_subnet ... success [0.078s] 2021-06-06 00:25:07.170 51 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v3.test_groups.GroupsV3TestJSON.test_group_users_add_list_delete ... success [3.867s] 2021-06-06 00:25:12.580 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_subnet_id ... success [11.751s] 2021-06-06 00:25:12.675 51 INFO opnfv-tempest [-] {1} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_media_types ... success [0.078s] 2021-06-06 00:25:12.703 51 INFO opnfv-tempest [-] {1} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_resources ... success [0.027s] 2021-06-06 00:25:12.735 51 INFO opnfv-tempest [-] {1} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_statuses ... success [0.030s] 2021-06-06 00:25:12.749 51 INFO opnfv-tempest [-] {1} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_list_api_versions ... success [0.012s] 2021-06-06 00:25:16.528 51 INFO opnfv-tempest [-] {1} tempest.api.identity.v3.test_domains.DefaultDomainTestJSON.test_default_domain_exists ... success [0.105s] 2021-06-06 00:25:18.632 51 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_create_show_list_update_delete_router ... success [6.045s] 2021-06-06 00:25:19.146 51 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksTest.test_create_update_delete_network_subnet ... success [4.514s] 2021-06-06 00:25:19.448 51 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksTest.test_external_network_visibility ... success [0.302s] 2021-06-06 00:25:19.656 51 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksTest.test_list_networks ... success [0.204s] 2021-06-06 00:25:19.749 51 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksTest.test_list_subnets ... success [0.091s] 2021-06-06 00:25:19.896 51 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksTest.test_show_network ... success [0.144s] 2021-06-06 00:25:19.979 51 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksTest.test_show_subnet ... success [0.083s] 2021-06-06 00:25:20.606 51 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_services.AccountTest ... skip: b'AccountTest skipped as swift is not available' 2021-06-06 00:25:20.610 51 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest ... skip: b'ContainerTest skipped as swift is not available' 2021-06-06 00:25:22.908 51 INFO opnfv-tempest [-] {0} tempest.api.volume.test_versions.VersionsTest.test_list_versions ... success [0.017s] 2021-06-06 00:25:23.532 51 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_network ... success [3.234s] 2021-06-06 00:25:26.045 51 INFO opnfv-tempest [-] {3} tempest.api.network.test_versions.NetworksApiDiscovery.test_api_version_resources ... success [0.014s] 2021-06-06 00:25:26.183 51 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_attach_detach_volume_to_instance ... success [17.174s] 2021-06-06 00:25:26.330 51 INFO opnfv-tempest [-] {3} tempest.api.network.test_versions.NetworksApiDiscovery.test_show_api_v2_details ... success [0.283s] 2021-06-06 00:25:27.003 51 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_port ... success [3.468s] 2021-06-06 00:25:27.669 51 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_object_services.ObjectTest ... skip: b'ObjectTest skipped as swift is not available' 2021-06-06 00:25:33.959 51 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_subnet ... success [6.954s] 2021-06-06 00:25:37.357 51 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list ... success [0.128s] 2021-06-06 00:25:37.760 51 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete ... success [7.716s] 2021-06-06 00:25:48.679 51 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image ... success [10.914s] 2021-06-06 00:25:49.596 51 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_create_port_in_allowed_allocation_pools ... success [6.101s] 2021-06-06 00:25:55.510 51 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_create_port_with_no_securitygroups ... success [5.911s] 2021-06-06 00:25:57.476 51 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_create_update_delete_port ... success [1.961s] 2021-06-06 00:25:57.604 51 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_list_ports ... success [0.128s] 2021-06-06 00:25:57.679 51 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_show_port ... success [0.074s] 2021-06-06 00:26:22.098 51 INFO opnfv-tempest [-] {1} tempest.api.network.test_routers.RoutersTest.test_add_multiple_router_interfaces ... success [19.174s] 2021-06-06 00:26:32.773 51 INFO opnfv-tempest [-] {1} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_port_id ... success [10.667s] 2021-06-06 00:26:42.271 51 INFO opnfv-tempest [-] {1} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_subnet_id ... success [9.493s] 2021-06-06 00:26:47.322 51 INFO opnfv-tempest [-] {1} tempest.api.network.test_routers.RoutersTest.test_create_show_list_update_delete_router ... success [5.049s] 2021-06-06 00:26:52.670 51 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group ... success [0.922s] 2021-06-06 00:26:54.274 51 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule ... success [1.595s] 2021-06-06 00:26:54.349 51 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups ... success [0.083s] 2021-06-06 00:26:55.533 51 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_account_quotas.AccountQuotasTest ... skip: b'AccountQuotasTest skipped as swift is not available' 2021-06-06 00:26:55.811 51 INFO rally.task.context [-] Verification 06878f1c-04ce-4344-957d-62f5f3199cc7 | Context testr@default cleanup() started 2021-06-06 00:26:55.813 51 INFO rally.task.context [-] Verification 06878f1c-04ce-4344-957d-62f5f3199cc7 | Context testr@default cleanup() finished in 1.23 msec 2021-06-06 00:26:55.813 51 INFO rally.task.context [-] Verification 06878f1c-04ce-4344-957d-62f5f3199cc7 | Context tempest@default cleanup() started 2021-06-06 00:26:56.329 51 RALLYDEBUG rally_openstack.verification.tempest.context [-] Deleting role 'ResellerAdmin'. 2021-06-06 00:26:56.434 51 RALLYDEBUG rally_openstack.verification.tempest.context [-] Role 'ResellerAdmin' has been deleted. 2021-06-06 00:26:56.485 51 RALLYDEBUG rally_openstack.verification.tempest.context [-] Deleting flavor 'rally_verify_53ff0b12_TdSznWmT'. 2021-06-06 00:26:56.831 51 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_53ff0b12_TdSznWmT' has been deleted. 2021-06-06 00:26:56.832 51 RALLYDEBUG rally_openstack.verification.tempest.context [-] Removing value '4d37423b-8512-4aa9-985d-9576581cfd1d' of option 'instance_type' from Tempest config file. 2021-06-06 00:26:56.832 51 RALLYDEBUG rally_openstack.verification.tempest.context [-] Value '4d37423b-8512-4aa9-985d-9576581cfd1d' has been removed. 2021-06-06 00:26:56.835 51 INFO rally.task.context [-] Verification 06878f1c-04ce-4344-957d-62f5f3199cc7 | Context tempest@default cleanup() finished in 1.02 sec 2021-06-06 00:26:56.862 51 INFO rally.api [-] Verification (UUID=53ff0b12-12e6-4805-9d6e-4c769edf895c) has been successfully finished for deployment 'opnfv-rally' (UUID=7831a992-126d-4216-aca8-2d6f2676b955)! 2021-06-06 00:26:59.080 74 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-06 00:26:59.080 74 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-06 00:26:59.080 74 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-06 00:27:01.111 76 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-06 00:27:01.111 76 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-06 00:27:01.111 76 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-06 00:27:03.293 76 INFO rally.api [-] Building 'html' report for the following verification(s): '53ff0b12-12e6-4805-9d6e-4c769edf895c' 2021-06-06 00:27:03.321 76 INFO rally.api [-] The report has been successfully built. 2021-06-06 00:27:05.111 78 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-06 00:27:05.111 78 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-06 00:27:05.112 78 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-06 00:27:07.467 78 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): '53ff0b12-12e6-4805-9d6e-4c769edf895c' 2021-06-06 00:27:07.473 78 INFO rally.api [-] The report has been successfully built.