2021-11-28 01:24:05.053 8 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-11-28 01:24:05.054 8 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-11-28 01:24:05.054 8 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-11-28 01:24:07.500 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-11-28 01:24:07.500 8 ERROR rally.cli.cliutils Traceback (most recent call last): 2021-11-28 01:24:07.500 8 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 669, in run 2021-11-28 01:24:07.500 8 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2021-11-28 01:24:07.500 8 ERROR rally.cli.cliutils File "", line 2, in destroy 2021-11-28 01:24:07.500 8 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2021-11-28 01:24:07.500 8 ERROR rally.cli.cliutils return f(*args, **kwargs) 2021-11-28 01:24:07.500 8 ERROR rally.cli.cliutils File "", line 2, in destroy 2021-11-28 01:24:07.500 8 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2021-11-28 01:24:07.500 8 ERROR rally.cli.cliutils return f(*args, **kwargs) 2021-11-28 01:24:07.500 8 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2021-11-28 01:24:07.500 8 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2021-11-28 01:24:07.500 8 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2021-11-28 01:24:07.500 8 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2021-11-28 01:24:07.500 8 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2021-11-28 01:24:07.500 8 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2021-11-28 01:24:07.500 8 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2021-11-28 01:24:07.500 8 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2021-11-28 01:24:07.500 8 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2021-11-28 01:24:07.500 8 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2021-11-28 01:24:07.500 8 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2021-11-28 01:24:07.500 8 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2021-11-28 01:24:07.500 8 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2021-11-28 01:24:07.500 8 ERROR rally.cli.cliutils 2021-11-28 01:24:08.799 10 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-11-28 01:24:08.800 10 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-11-28 01:24:08.800 10 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-11-28 01:24:12.457 12 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-11-28 01:24:12.457 12 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-11-28 01:24:12.457 12 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-11-28 01:24:16.532 15 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-11-28 01:24:16.532 15 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-11-28 01:24:16.532 15 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-11-28 01:24:17.877 18 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-11-28 01:24:17.878 18 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-11-28 01:24:17.878 18 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-11-28 01:24:20.042 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-11-28 01:24:20.042 18 ERROR rally.cli.cliutils Traceback (most recent call last): 2021-11-28 01:24:20.042 18 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 669, in run 2021-11-28 01:24:20.042 18 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2021-11-28 01:24:20.042 18 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2021-11-28 01:24:20.042 18 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2021-11-28 01:24:20.042 18 ERROR rally.cli.cliutils return f(*args, **kwargs) 2021-11-28 01:24:20.042 18 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2021-11-28 01:24:20.042 18 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2021-11-28 01:24:20.042 18 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2021-11-28 01:24:20.042 18 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2021-11-28 01:24:20.042 18 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2021-11-28 01:24:20.042 18 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2021-11-28 01:24:20.042 18 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2021-11-28 01:24:20.042 18 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2021-11-28 01:24:20.042 18 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2021-11-28 01:24:20.042 18 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2021-11-28 01:24:20.042 18 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2021-11-28 01:24:20.042 18 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2021-11-28 01:24:20.042 18 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2021-11-28 01:24:20.042 18 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2021-11-28 01:24:20.042 18 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2021-11-28 01:24:20.042 18 ERROR rally.cli.cliutils 2021-11-28 01:24:21.348 20 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-11-28 01:24:21.348 20 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-11-28 01:24:21.349 20 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-11-28 01:24:23.449 20 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2021-11-28 01:24:23.488 20 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-2f6490f3-a60f-4780-b3bb-58a6d2ba4fdf/repo. 2021-11-28 01:24:23.806 20 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-2f6490f3-a60f-4780-b3bb-58a6d2ba4fdf/repo'... done. Note: switching to 'c5cb7495be86fbfd50e0962c7addaae3cbe617d2'. 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-11-28 01:24:23.821 20 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'tags/27.0.0-1-gc5cb7495b ' 2021-11-28 01:24:23.830 20 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'c5cb7495be86fbfd50e0962c7addaae3cbe617d2 ' 2021-11-28 01:24:23.841 20 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2021-11-28 01:24:23.896 20 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2021-11-28 01:24:24.492 20 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=2f6490f3-a60f-4780-b3bb-58a6d2ba4fdf) has been successfully created! 2021-11-28 01:24:25.814 29 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-11-28 01:24:25.814 29 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-11-28 01:24:25.815 29 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-11-28 01:24:29.881 32 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-11-28 01:24:29.881 32 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-11-28 01:24:29.881 32 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-11-28 01:24:32.106 32 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=2f6490f3-a60f-4780-b3bb-58a6d2ba4fdf) for deployment 'opnfv-rally' (UUID=e9933378-5363-474d-b940-3048a1cba691). 2021-11-28 01:24:32.472 32 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=2f6490f3-a60f-4780-b3bb-58a6d2ba4fdf) has been successfully configured for deployment 'opnfv-rally' (UUID=e9933378-5363-474d-b940-3048a1cba691)! 2021-11-28 01:24:37.687 38 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-11-28 01:24:37.688 38 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-11-28 01:24:37.688 38 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-11-28 01:24:39.777 38 INFO rally.api [-] Starting verification (UUID=554d8b22-2ed0-44aa-bfb2-e6a3780b8169) for deployment 'opnfv-rally' (UUID=e9933378-5363-474d-b940-3048a1cba691) by verifier 'opnfv-tempest' (UUID=2f6490f3-a60f-4780-b3bb-58a6d2ba4fdf). 2021-11-28 01:24:40.310 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Creating role 'heat_stack_owner'. 2021-11-28 01:24:40.348 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2021-11-28 01:24:40.348 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-2f6490f3-a60f-4780-b3bb-58a6d2ba4fdf/for-deployment-e9933378-5363-474d-b940-3048a1cba691/tempest.log' to option 'log_file'. 2021-11-28 01:24:40.348 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-2f6490f3-a60f-4780-b3bb-58a6d2ba4fdf/for-deployment-e9933378-5363-474d-b940-3048a1cba691/tempest.log 2021-11-28 01:24:40.349 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2021-11-28 01:24:40.349 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-2f6490f3-a60f-4780-b3bb-58a6d2ba4fdf/for-deployment-e9933378-5363-474d-b940-3048a1cba691/lock_files' to option 'lock_path'. 2021-11-28 01:24:40.349 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-2f6490f3-a60f-4780-b3bb-58a6d2ba4fdf/for-deployment-e9933378-5363-474d-b940-3048a1cba691/lock_files 2021-11-28 01:24:40.350 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' from 'scenario' section is not configured. 2021-11-28 01:24:40.350 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-2f6490f3-a60f-4780-b3bb-58a6d2ba4fdf/for-deployment-e9933378-5363-474d-b940-3048a1cba691' to option 'img_dir'. 2021-11-28 01:24:40.350 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is configured. img_dir = /root/.rally/verification/verifier-2f6490f3-a60f-4780-b3bb-58a6d2ba4fdf/for-deployment-e9933378-5363-474d-b940-3048a1cba691 2021-11-28 01:24:40.351 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_file' is already configured in Tempest config file. img_file = /home/opnfv/functest/images/cirros-0.5.1-x86_64-disk.img 2021-11-28 01:24:40.351 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = 45fb0161-b655-493e-8c18-13ef17391ef6 2021-11-28 01:24:40.351 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = f93011c7-81b0-45bd-8b5c-638591a76bf6 2021-11-28 01:24:40.352 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = 00f70231-85c8-46fa-83a4-5d9479a9d801 2021-11-28 01:24:40.353 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = 8f0fb68e-85dc-41a3-87ae-228f642441fb 2021-11-28 01:24:40.525 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2021-11-28 01:24:40.526 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = tempest_smoke-net_a8168313-8aee-4823-ac0f-0f353054036d 2021-11-28 01:24:40.527 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2021-11-28 01:24:40.599 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2021-11-28 01:24:40.630 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] There is no flavor with the mentioned properties. 2021-11-28 01:24:40.631 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Creating flavor 'rally_verify_554d8b22_HUrqQO3C' with the following properties: RAM = 64MB, VCPUs = 1, disk = 5GB. 2021-11-28 01:24:40.659 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_554d8b22_HUrqQO3C' (ID = 331c96dd-df23-4fd0-92ad-d27a4dca8b71) has been successfully created! 2021-11-28 01:24:40.659 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '331c96dd-df23-4fd0-92ad-d27a4dca8b71' to option 'instance_type'. 2021-11-28 01:24:40.659 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = 331c96dd-df23-4fd0-92ad-d27a4dca8b71 2021-11-28 01:24:40.661 38 INFO rally.task.context [-] Verification 2f6490f3-a60f-4780-b3bb-58a6d2ba4fdf | Context tempest@default setup() finished in 0.77 sec 2021-11-28 01:24:40.662 38 INFO rally.task.context [-] Verification 2f6490f3-a60f-4780-b3bb-58a6d2ba4fdf | Context testr@default setup() finished in 0.52 msec 2021-11-28 01:24:40.662 38 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --concurrency 4 --load-list /tmp/4e44a700-3a56-4735-b1d0-dc989b63b2e3'. 2021-11-28 01:24:43.468 38 INFO opnfv-tempest [-] {2} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_get_flavor ... success [0.259s] 2021-11-28 01:24:43.536 38 INFO opnfv-tempest [-] {2} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors ... success [0.068s] 2021-11-28 01:24:44.949 38 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_create ... success [0.805s] 2021-11-28 01:24:46.012 38 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_list ... success [1.062s] 2021-11-28 01:24:50.776 38 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_security_groups_create_list_delete ... success [2.041s] 2021-11-28 01:24:52.421 38 INFO opnfv-tempest [-] {0} tempest.api.compute.test_versions.TestVersions.test_get_version_details ... success [0.023s] 2021-11-28 01:24:52.429 38 INFO opnfv-tempest [-] {0} tempest.api.compute.test_versions.TestVersions.test_list_api_versions ... success [0.008s] 2021-11-28 01:24:54.572 38 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_credentials.CredentialsTestJSON.test_credentials_create_get_update_delete ... success [0.177s] 2021-11-28 01:24:54.799 38 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_attach_interfaces.AttachInterfacesUnderV243Test.test_add_remove_fixed_ip ... fail [5.913s] 2021-11-28 01:24:57.475 38 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_policies.PoliciesTestJSON.test_create_update_delete_policy ... success [0.233s] 2021-11-28 01:25:00.006 38 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_create_server.ServersTestJSON ... fail 2021-11-28 01:25:00.156 38 INFO opnfv-tempest [-] {0} tempest.api.network.test_extensions.ExtensionsTestJSON.test_list_show_extensions ... success [0.789s] 2021-11-28 01:25:07.804 38 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume ... fail 2021-11-28 01:25:07.808 38 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v2.test_services.ServicesTestJSON ... skip: b'Identity api v2 is not enabled' 2021-11-28 01:25:07.810 38 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v2.test_users.UsersTestJSON ... skip: b'Identity api v2 is not enabled' 2021-11-28 01:25:07.868 38 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_create_update_delete_network_subnet ... success [2.779s] 2021-11-28 01:25:08.018 38 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_external_network_visibility ... success [0.147s] 2021-11-28 01:25:08.151 38 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_list_networks ... success [0.132s] 2021-11-28 01:25:08.234 38 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_list_subnets ... success [0.083s] 2021-11-28 01:25:08.439 38 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_show_network ... success [0.205s] 2021-11-28 01:25:08.498 38 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_show_subnet ... success [0.058s] 2021-11-28 01:25:09.071 38 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v3.test_regions.RegionsTestJSON.test_create_region_with_specific_id ... success [0.140s] 2021-11-28 01:25:11.239 38 INFO opnfv-tempest [-] {2} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_media_types ... success [0.065s] 2021-11-28 01:25:11.305 38 INFO opnfv-tempest [-] {2} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_resources ... success [0.066s] 2021-11-28 01:25:11.327 38 INFO opnfv-tempest [-] {2} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_statuses ... success [0.022s] 2021-11-28 01:25:11.338 38 INFO opnfv-tempest [-] {2} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_list_api_versions ... success [0.010s] 2021-11-28 01:25:12.538 38 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_versions.VersionsTest.test_list_versions ... success [0.009s] 2021-11-28 01:25:13.454 38 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestManualDisk ... fail 2021-11-28 01:25:14.590 38 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_update_delete_network_subnet ... success [2.625s] 2021-11-28 01:25:14.690 38 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON ... fail 2021-11-28 01:25:14.746 38 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_external_network_visibility ... success [0.157s] 2021-11-28 01:25:14.869 38 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_networks ... success [0.123s] 2021-11-28 01:25:14.934 38 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_subnets ... success [0.064s] 2021-11-28 01:25:15.045 38 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_network ... success [0.111s] 2021-11-28 01:25:15.099 38 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_subnet ... success [0.053s] 2021-11-28 01:25:15.558 38 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_create_update_delete_domain ... success [0.693s] 2021-11-28 01:25:19.423 38 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_role_create_update_show_list ... success [0.187s] 2021-11-28 01:25:21.314 38 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON ... fail 2021-11-28 01:25:21.636 38 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_in_allowed_allocation_pools ... success [3.187s] 2021-11-28 01:25:22.222 38 INFO opnfv-tempest [-] {2} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_floating_ip_specifying_a_fixed_ip_address ... success [2.938s] 2021-11-28 01:25:22.752 38 INFO opnfv-tempest [-] {1} tempest.api.identity.v3.test_domains.DefaultDomainTestJSON.test_default_domain_exists ... success [0.074s] 2021-11-28 01:25:23.528 38 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_endpoints.EndPointsTestJSON.test_update_endpoint ... success [0.474s] 2021-11-28 01:25:24.206 38 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_with_no_securitygroups ... success [2.570s] 2021-11-28 01:25:24.364 38 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_delete_image ... success [0.313s] 2021-11-28 01:25:25.183 38 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_register_upload_get_image_file ... success [0.818s] 2021-11-28 01:25:25.315 38 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_update_image ... success [0.132s] 2021-11-28 01:25:25.372 38 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_update_delete_port ... success [1.165s] 2021-11-28 01:25:25.429 38 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_list_ports ... success [0.057s] 2021-11-28 01:25:25.475 38 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_show_port ... success [0.046s] 2021-11-28 01:25:26.836 38 INFO opnfv-tempest [-] {2} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_list_show_update_delete_floating_ip ... success [4.612s] 2021-11-28 01:25:27.645 38 INFO opnfv-tempest [-] {0} tempest.api.network.test_versions.NetworksApiDiscovery.test_api_version_resources ... success [0.008s] 2021-11-28 01:25:27.793 38 INFO opnfv-tempest [-] {0} tempest.api.network.test_versions.NetworksApiDiscovery.test_show_api_v2_details ... success [0.148s] 2021-11-28 01:25:27.805 38 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_groups.GroupsV3TestJSON.test_group_users_add_list_delete ... success [1.682s] 2021-11-28 01:25:28.666 38 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_network ... success [1.461s] 2021-11-28 01:25:29.973 38 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_services.AccountTest.test_list_account_metadata ... success [0.032s] 2021-11-28 01:25:29.986 38 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers ... success [0.013s] 2021-11-28 01:25:30.824 38 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_services.ServicesTestJSON.test_create_update_get_service ... success [0.344s] 2021-11-28 01:25:31.055 38 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_port ... success [2.388s] 2021-11-28 01:25:32.558 38 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest.test_upload_large_object ... success [0.285s] 2021-11-28 01:25:32.733 38 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest.test_upload_too_many_objects ... success [0.174s] 2021-11-28 01:25:32.869 38 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest.test_upload_valid_object ... success [0.136s] 2021-11-28 01:25:34.358 38 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_get_trusts_all ... success [1.428s] 2021-11-28 01:25:34.625 38 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_create_container ... success [0.240s] 2021-11-28 01:25:34.748 38 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents ... success [0.121s] 2021-11-28 01:25:34.836 38 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_metadata ... success [0.088s] 2021-11-28 01:25:35.654 38 INFO opnfv-tempest [-] {3} tempest.api.identity.v2.test_api_discovery.TestApiDiscovery ... skip: b'Identity api v2 is not enabled' 2021-11-28 01:25:36.247 38 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_subnet ... success [5.189s] 2021-11-28 01:25:36.605 38 INFO opnfv-tempest [-] {2} tempest.api.network.test_ports.PortsTestJSON.test_create_port_in_allowed_allocation_pools ... success [2.867s] 2021-11-28 01:25:39.794 38 INFO opnfv-tempest [-] {2} tempest.api.network.test_ports.PortsTestJSON.test_create_port_with_no_securitygroups ... success [3.189s] 2021-11-28 01:25:40.449 38 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_network ... success [1.484s] 2021-11-28 01:25:41.068 38 INFO opnfv-tempest [-] {2} tempest.api.network.test_ports.PortsTestJSON.test_create_update_delete_port ... success [1.273s] 2021-11-28 01:25:41.134 38 INFO opnfv-tempest [-] {2} tempest.api.network.test_ports.PortsTestJSON.test_list_ports ... success [0.066s] 2021-11-28 01:25:41.197 38 INFO opnfv-tempest [-] {2} tempest.api.network.test_ports.PortsTestJSON.test_show_port ... success [0.062s] 2021-11-28 01:25:42.528 38 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_port ... success [2.077s] 2021-11-28 01:25:44.332 38 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_subnet ... success [1.805s] 2021-11-28 01:25:45.619 38 INFO opnfv-tempest [-] {3} tempest.api.network.test_routers.RoutersIpV6Test.test_add_multiple_router_interfaces ... success [9.462s] 2021-11-28 01:25:48.453 38 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_list_update_show_delete_security_group ... success [0.934s] 2021-11-28 01:25:49.939 38 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_show_delete_security_group_rule ... success [1.486s] 2021-11-28 01:25:49.983 38 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_list_security_groups ... success [0.050s] 2021-11-28 01:25:51.388 38 INFO opnfv-tempest [-] {3} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_port_id ... success [5.769s] 2021-11-28 01:25:51.913 38 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group ... success [0.686s] 2021-11-28 01:25:53.193 38 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule ... success [1.273s] 2021-11-28 01:25:53.230 38 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups ... success [0.043s] 2021-11-28 01:25:54.515 38 INFO opnfv-tempest [-] {2} tempest.api.network.test_routers.RoutersTest.test_add_multiple_router_interfaces ... success [11.417s] 2021-11-28 01:25:54.956 38 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_account_quotas.AccountQuotasTest.test_admin_modify_quota ... success [0.082s] 2021-11-28 01:25:54.987 38 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_account_quotas.AccountQuotasTest.test_upload_valid_object ... success [0.031s] 2021-11-28 01:25:56.031 38 INFO opnfv-tempest [-] {3} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_subnet_id ... success [4.643s] 2021-11-28 01:25:57.135 38 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_object_services.ObjectTest.test_create_object ... success [0.045s] 2021-11-28 01:25:57.156 38 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_object_services.ObjectTest.test_get_object ... success [0.020s] 2021-11-28 01:25:57.181 38 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_object_services.ObjectTest.test_list_object_metadata ... success [0.025s] 2021-11-28 01:25:57.213 38 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_object_services.ObjectTest.test_update_object_metadata ... success [0.031s] 2021-11-28 01:25:59.581 38 INFO opnfv-tempest [-] {3} tempest.api.network.test_routers.RoutersIpV6Test.test_create_show_list_update_delete_router ... success [3.550s] 2021-11-28 01:26:00.273 38 INFO opnfv-tempest [-] {2} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_port_id ... success [5.757s] 2021-11-28 01:26:01.417 38 INFO opnfv-tempest [-] {3} tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools ... success [0.301s] 2021-11-28 01:26:02.591 38 INFO opnfv-tempest [-] {3} tempest.api.volume.test_versions.VersionsTest.test_list_versions ... success [0.019s] 2021-11-28 01:26:04.843 38 INFO opnfv-tempest [-] {2} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_subnet_id ... success [4.570s] 2021-11-28 01:26:07.941 38 INFO opnfv-tempest [-] {2} tempest.api.network.test_routers.RoutersTest.test_create_show_list_update_delete_router ... success [3.097s] 2021-11-28 01:26:08.999 38 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list ... success [0.066s] 2021-11-28 01:26:15.093 38 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_attach_detach_volume_to_instance ... fail [3.332s] 2021-11-28 01:26:24.112 38 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete ... success [6.149s] 2021-11-28 01:26:32.313 38 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image ... success [8.198s] 2021-11-28 01:26:33.273 38 INFO rally.task.context [-] Verification 2f6490f3-a60f-4780-b3bb-58a6d2ba4fdf | Context testr@default cleanup() started 2021-11-28 01:26:33.274 38 INFO rally.task.context [-] Verification 2f6490f3-a60f-4780-b3bb-58a6d2ba4fdf | Context testr@default cleanup() finished in 0.78 msec 2021-11-28 01:26:33.274 38 INFO rally.task.context [-] Verification 2f6490f3-a60f-4780-b3bb-58a6d2ba4fdf | Context tempest@default cleanup() started 2021-11-28 01:26:33.421 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Deleting role 'heat_stack_owner'. 2021-11-28 01:26:33.487 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Role 'heat_stack_owner' has been deleted. 2021-11-28 01:26:33.529 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Deleting flavor 'rally_verify_554d8b22_HUrqQO3C'. 2021-11-28 01:26:33.758 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_554d8b22_HUrqQO3C' has been deleted. 2021-11-28 01:26:33.760 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Removing value '331c96dd-df23-4fd0-92ad-d27a4dca8b71' of option 'instance_type' from Tempest config file. 2021-11-28 01:26:33.760 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Value '331c96dd-df23-4fd0-92ad-d27a4dca8b71' has been removed. 2021-11-28 01:26:33.762 38 INFO rally.task.context [-] Verification 2f6490f3-a60f-4780-b3bb-58a6d2ba4fdf | Context tempest@default cleanup() finished in 0.49 sec 2021-11-28 01:26:33.791 38 INFO rally.api [-] Verification (UUID=554d8b22-2ed0-44aa-bfb2-e6a3780b8169) has been successfully finished for deployment 'opnfv-rally' (UUID=e9933378-5363-474d-b940-3048a1cba691)! 2021-11-28 01:26:35.361 54 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-11-28 01:26:35.362 54 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-11-28 01:26:35.362 54 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-11-28 01:26:36.695 56 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-11-28 01:26:36.695 56 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-11-28 01:26:36.696 56 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-11-28 01:26:38.839 56 INFO rally.api [-] Building 'html' report for the following verification(s): '554d8b22-2ed0-44aa-bfb2-e6a3780b8169' 2021-11-28 01:26:38.860 56 INFO rally.api [-] The report has been successfully built. 2021-11-28 01:26:40.148 58 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-11-28 01:26:40.148 58 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-11-28 01:26:40.149 58 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-11-28 01:26:42.278 58 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): '554d8b22-2ed0-44aa-bfb2-e6a3780b8169' 2021-11-28 01:26:42.284 58 INFO rally.api [-] The report has been successfully built.