2021-03-05 21:26:06.491 24 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-03-05 21:26:06.492 24 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-03-05 21:26:06.492 24 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-03-05 21:26:08.884 24 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-03-05 21:26:08.884 24 ERROR rally.cli.cliutils Traceback (most recent call last): 2021-03-05 21:26:08.884 24 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2021-03-05 21:26:08.884 24 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2021-03-05 21:26:08.884 24 ERROR rally.cli.cliutils File "", line 2, in destroy 2021-03-05 21:26:08.884 24 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2021-03-05 21:26:08.884 24 ERROR rally.cli.cliutils return f(*args, **kwargs) 2021-03-05 21:26:08.884 24 ERROR rally.cli.cliutils File "", line 2, in destroy 2021-03-05 21:26:08.884 24 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2021-03-05 21:26:08.884 24 ERROR rally.cli.cliutils return f(*args, **kwargs) 2021-03-05 21:26:08.884 24 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2021-03-05 21:26:08.884 24 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2021-03-05 21:26:08.884 24 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2021-03-05 21:26:08.884 24 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2021-03-05 21:26:08.884 24 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2021-03-05 21:26:08.884 24 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2021-03-05 21:26:08.884 24 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2021-03-05 21:26:08.884 24 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2021-03-05 21:26:08.884 24 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2021-03-05 21:26:08.884 24 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2021-03-05 21:26:08.884 24 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2021-03-05 21:26:08.884 24 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2021-03-05 21:26:08.884 24 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2021-03-05 21:26:08.884 24 ERROR rally.cli.cliutils 2021-03-05 21:26:10.588 26 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-03-05 21:26:10.589 26 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-03-05 21:26:10.589 26 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-03-05 21:26:15.025 28 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-03-05 21:26:15.026 28 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-03-05 21:26:15.026 28 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-03-05 21:26:21.034 31 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-03-05 21:26:21.035 31 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-03-05 21:26:21.036 31 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-03-05 21:26:22.710 34 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-03-05 21:26:22.711 34 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-03-05 21:26:22.711 34 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-03-05 21:26:25.082 34 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-03-05 21:26:25.082 34 ERROR rally.cli.cliutils Traceback (most recent call last): 2021-03-05 21:26:25.082 34 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2021-03-05 21:26:25.082 34 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2021-03-05 21:26:25.082 34 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2021-03-05 21:26:25.082 34 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2021-03-05 21:26:25.082 34 ERROR rally.cli.cliutils return f(*args, **kwargs) 2021-03-05 21:26:25.082 34 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2021-03-05 21:26:25.082 34 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2021-03-05 21:26:25.082 34 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2021-03-05 21:26:25.082 34 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2021-03-05 21:26:25.082 34 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2021-03-05 21:26:25.082 34 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2021-03-05 21:26:25.082 34 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2021-03-05 21:26:25.082 34 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2021-03-05 21:26:25.082 34 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2021-03-05 21:26:25.082 34 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2021-03-05 21:26:25.082 34 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2021-03-05 21:26:25.082 34 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2021-03-05 21:26:25.082 34 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2021-03-05 21:26:25.082 34 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2021-03-05 21:26:25.082 34 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2021-03-05 21:26:25.082 34 ERROR rally.cli.cliutils 2021-03-05 21:26:26.748 36 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-03-05 21:26:26.748 36 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-03-05 21:26:26.748 36 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-03-05 21:26:28.837 36 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2021-03-05 21:26:28.949 36 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-9fd87494-84fc-4957-aad6-1bff5a7dc897/repo. 2021-03-05 21:26:29.319 36 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-9fd87494-84fc-4957-aad6-1bff5a7dc897/repo'... done. Note: switching to 'f98ccea1465b7e25a706ffdefe89126d8c8674e4'. 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-03-05 21:26:29.365 36 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'tags/24.0.0-208-gf98ccea14 ' 2021-03-05 21:26:29.375 36 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'f98ccea1465b7e25a706ffdefe89126d8c8674e4 ' 2021-03-05 21:26:29.396 36 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2021-03-05 21:26:29.486 36 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2021-03-05 21:26:30.414 36 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=9fd87494-84fc-4957-aad6-1bff5a7dc897) has been successfully created! 2021-03-05 21:26:32.608 44 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-03-05 21:26:32.609 44 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-03-05 21:26:32.609 44 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-03-05 21:26:39.376 47 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-03-05 21:26:39.377 47 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-03-05 21:26:39.377 47 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-03-05 21:26:41.695 47 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=9fd87494-84fc-4957-aad6-1bff5a7dc897) for deployment 'opnfv-rally' (UUID=fe786ff4-5677-4c35-8a97-e2b8af3d1cd9). 2021-03-05 21:26:42.622 47 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=9fd87494-84fc-4957-aad6-1bff5a7dc897) has been successfully configured for deployment 'opnfv-rally' (UUID=fe786ff4-5677-4c35-8a97-e2b8af3d1cd9)! 2021-03-05 21:26:48.490 52 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-03-05 21:26:48.491 52 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-03-05 21:26:48.491 52 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-03-05 21:26:50.742 52 INFO rally.api [-] Starting verification (UUID=2a861c89-898c-4150-9d29-e440936dabf1) for deployment 'opnfv-rally' (UUID=fe786ff4-5677-4c35-8a97-e2b8af3d1cd9) by verifier 'opnfv-tempest' (UUID=9fd87494-84fc-4957-aad6-1bff5a7dc897). 2021-03-05 21:26:51.634 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Creating role 'ResellerAdmin'. 2021-03-05 21:26:51.700 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2021-03-05 21:26:51.700 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-9fd87494-84fc-4957-aad6-1bff5a7dc897/for-deployment-fe786ff4-5677-4c35-8a97-e2b8af3d1cd9/tempest.log' to option 'log_file'. 2021-03-05 21:26:51.701 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-9fd87494-84fc-4957-aad6-1bff5a7dc897/for-deployment-fe786ff4-5677-4c35-8a97-e2b8af3d1cd9/tempest.log 2021-03-05 21:26:51.701 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2021-03-05 21:26:51.702 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-9fd87494-84fc-4957-aad6-1bff5a7dc897/for-deployment-fe786ff4-5677-4c35-8a97-e2b8af3d1cd9/lock_files' to option 'lock_path'. 2021-03-05 21:26:51.702 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-9fd87494-84fc-4957-aad6-1bff5a7dc897/for-deployment-fe786ff4-5677-4c35-8a97-e2b8af3d1cd9/lock_files 2021-03-05 21:26:51.703 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is already configured in Tempest config file. img_dir = /home/opnfv/functest/images 2021-03-05 21:26:51.703 52 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-03-05 21:26:51.703 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = 7b6d2e33-d29d-46e3-a1f6-d8eb5c03e0a2 2021-03-05 21:26:51.704 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = 966c5ce8-6a22-4b03-b8c9-7c4f139381e5 2021-03-05 21:26:51.704 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = 6877ca9e-ded5-4ffb-91bb-8a7301f7c6f0 2021-03-05 21:26:51.705 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = 4bab2d67-eb57-477f-95f7-2f28ff385c96 2021-03-05 21:26:51.988 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2021-03-05 21:26:51.989 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = tempest_smoke-net_9de9a36f-0e18-4dbe-a013-4d54eba84722 2021-03-05 21:26:51.990 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2021-03-05 21:26:52.082 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2021-03-05 21:26:52.121 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] There is no flavor with the mentioned properties. 2021-03-05 21:26:52.122 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Creating flavor 'rally_verify_2a861c89_nNFH1A14' with the following properties: RAM = 64MB, VCPUs = 1, disk = 5GB. 2021-03-05 21:26:52.169 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_2a861c89_nNFH1A14' (ID = 3ff0cd8e-a715-4738-b320-108183d14777) has been successfully created! 2021-03-05 21:26:52.170 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '3ff0cd8e-a715-4738-b320-108183d14777' to option 'instance_type'. 2021-03-05 21:26:52.170 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = 3ff0cd8e-a715-4738-b320-108183d14777 2021-03-05 21:26:52.172 52 INFO rally.task.context [-] Verification 9fd87494-84fc-4957-aad6-1bff5a7dc897 | Context tempest@default setup() finished in 0.92 sec 2021-03-05 21:26:52.174 52 INFO rally.task.context [-] Verification 9fd87494-84fc-4957-aad6-1bff5a7dc897 | Context testr@default setup() finished in 0.58 msec 2021-03-05 21:26:52.174 52 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --concurrency 4 --load-list /tmp/3347d9e4-2314-47e2-bcef-51fd48bce584'. 2021-03-05 21:26:59.822 52 INFO opnfv-tempest [-] {2} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_get_flavor ... success [0.184s] 2021-03-05 21:26:59.910 52 INFO opnfv-tempest [-] {2} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors ... success [0.084s] 2021-03-05 21:27:02.420 52 INFO opnfv-tempest [-] {3} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_create ... success [0.793s] 2021-03-05 21:27:03.644 52 INFO opnfv-tempest [-] {3} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_list ... success [1.221s] 2021-03-05 21:27:08.951 52 INFO opnfv-tempest [-] {2} tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_security_groups_create_list_delete ... success [3.261s] 2021-03-05 21:27:28.403 52 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers ... success [0.224s] 2021-03-05 21:27:28.406 52 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_server_details ... success [0.001s] 2021-03-05 21:27:31.008 52 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_list_servers ... success [0.171s] 2021-03-05 21:27:31.013 52 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_verify_server_details ... success [0.003s] 2021-03-05 21:27:39.052 52 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers ... success [0.195s] 2021-03-05 21:27:39.058 52 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_server_details ... success [0.002s] 2021-03-05 21:27:46.450 52 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v2.test_users.UsersTestJSON ... skip: b'Identity api v2 is not enabled' 2021-03-05 21:27:50.947 52 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v3.test_credentials.CredentialsTestJSON.test_credentials_create_get_update_delete ... success [0.381s] 2021-03-05 21:27:59.664 52 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v3.test_endpoints.EndPointsTestJSON.test_update_endpoint ... success [0.893s] 2021-03-05 21:28:01.603 52 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_attach_interfaces.AttachInterfacesUnderV243Test.test_add_remove_fixed_ip ... success [38.061s] 2021-03-05 21:28:03.130 52 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_groups.GroupsV3TestJSON.test_group_users_add_list_delete ... success [4.035s] 2021-03-05 21:28:06.154 52 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_delete_image ... success [0.520s] 2021-03-05 21:28:07.887 52 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_register_upload_get_image_file ... success [1.730s] 2021-03-05 21:28:08.055 52 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_update_image ... success [0.164s] 2021-03-05 21:28:11.851 52 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_role_create_update_show_list ... success [0.538s] 2021-03-05 21:28:15.524 52 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v3.test_policies.PoliciesTestJSON.test_create_update_delete_policy ... success [0.476s] 2021-03-05 21:28:22.246 52 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v3.test_services.ServicesTestJSON.test_create_update_get_service ... success [0.703s] 2021-03-05 21:28:24.116 52 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_get_trusts_all ... success [3.762s] 2021-03-05 21:28:26.456 52 INFO opnfv-tempest [-] {3} tempest.api.identity.v2.test_api_discovery.TestApiDiscovery ... skip: b'Identity api v2 is not enabled' 2021-03-05 21:28:27.282 52 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_versions.VersionsTest.test_list_versions ... success [0.009s] 2021-03-05 21:28:28.070 52 INFO opnfv-tempest [-] {1} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_floating_ip_specifying_a_fixed_ip_address ... success [5.519s] 2021-03-05 21:28:28.974 52 INFO opnfv-tempest [-] {3} tempest.api.identity.v3.test_domains.DefaultDomainTestJSON.test_default_domain_exists ... success [0.116s] 2021-03-05 21:28:31.967 52 INFO opnfv-tempest [-] {2} tempest.api.network.test_extensions.ExtensionsTestJSON.test_list_show_extensions ... success [0.930s] 2021-03-05 21:28:36.599 52 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_network ... success [3.486s] 2021-03-05 21:28:37.704 52 INFO opnfv-tempest [-] {1} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_list_show_update_delete_floating_ip ... success [9.633s] 2021-03-05 21:28:39.235 52 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_network ... success [3.515s] 2021-03-05 21:28:40.869 52 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_port ... success [4.267s] 2021-03-05 21:28:43.768 52 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_port ... success [4.532s] 2021-03-05 21:28:48.597 52 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_subnet ... success [7.726s] 2021-03-05 21:28:48.782 52 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_subnet ... success [5.012s] 2021-03-05 21:28:55.734 52 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest ... skip: b'ContainerQuotasTest skipped as swift is not available' 2021-03-05 21:28:55.739 52 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_container_services.ContainerTest ... skip: b'ContainerTest skipped as swift is not available' 2021-03-05 21:28:59.403 52 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_in_allowed_allocation_pools ... success [7.148s] 2021-03-05 21:29:05.434 52 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_with_no_securitygroups ... success [6.030s] 2021-03-05 21:29:07.940 52 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_create_update_delete_network_subnet ... success [6.350s] 2021-03-05 21:29:08.202 52 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_update_delete_port ... success [2.761s] 2021-03-05 21:29:08.354 52 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsIpV6TestJSON.test_list_ports ... success [0.150s] 2021-03-05 21:29:08.434 52 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsIpV6TestJSON.test_show_port ... success [0.081s] 2021-03-05 21:29:08.534 52 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_external_network_visibility ... success [0.588s] 2021-03-05 21:29:08.750 52 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_list_networks ... success [0.214s] 2021-03-05 21:29:08.850 52 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_list_subnets ... success [0.096s] 2021-03-05 21:29:09.001 52 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_show_network ... success [0.149s] 2021-03-05 21:29:09.095 52 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_show_subnet ... success [0.091s] 2021-03-05 21:29:17.347 52 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_attach_detach_volume_to_instance ... success [15.507s] 2021-03-05 21:29:22.062 52 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_create_port_in_allowed_allocation_pools ... success [6.822s] 2021-03-05 21:29:28.837 52 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_create_port_with_no_securitygroups ... success [6.773s] 2021-03-05 21:29:30.688 52 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list ... success [0.090s] 2021-03-05 21:29:31.132 52 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_create_update_delete_port ... success [2.293s] 2021-03-05 21:29:31.237 52 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_list_ports ... success [0.102s] 2021-03-05 21:29:31.322 52 INFO opnfv-tempest [-] {1} tempest.api.network.test_ports.PortsTestJSON.test_show_port ... success [0.081s] 2021-03-05 21:29:35.279 52 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_hard ... success [76.798s] 2021-03-05 21:29:39.324 52 INFO opnfv-tempest [-] {2} tempest.api.network.test_routers.RoutersTest.test_add_multiple_router_interfaces ... success [24.066s] 2021-03-05 21:29:54.610 52 INFO opnfv-tempest [-] {2} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_port_id ... success [15.284s] 2021-03-05 21:30:01.531 52 INFO opnfv-tempest [-] {1} tempest.api.network.test_routers.RoutersIpV6Test.test_add_multiple_router_interfaces ... success [24.110s] 2021-03-05 21:30:06.937 52 INFO opnfv-tempest [-] {2} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_subnet_id ... success [12.325s] 2021-03-05 21:30:09.879 52 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses ... success [0.080s] 2021-03-05 21:30:10.036 52 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses_by_network ... success [0.157s] 2021-03-05 21:30:13.878 52 INFO opnfv-tempest [-] {2} tempest.api.network.test_routers.RoutersTest.test_create_show_list_update_delete_router ... success [6.934s] 2021-03-05 21:30:15.157 52 INFO opnfv-tempest [-] {1} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_port_id ... success [13.624s] 2021-03-05 21:30:19.587 52 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group ... success [1.029s] 2021-03-05 21:30:20.401 52 INFO opnfv-tempest [-] {0} tempest.api.compute.test_versions.TestVersions.test_get_version_details ... success [0.040s] 2021-03-05 21:30:20.418 52 INFO opnfv-tempest [-] {0} tempest.api.compute.test_versions.TestVersions.test_list_api_versions ... success [0.016s] 2021-03-05 21:30:21.876 52 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule ... success [2.274s] 2021-03-05 21:30:21.941 52 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups ... success [0.062s] 2021-03-05 21:30:22.120 52 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v2.test_services.ServicesTestJSON ... skip: b'Identity api v2 is not enabled' 2021-03-05 21:30:25.799 52 INFO opnfv-tempest [-] {2} tempest.api.network.test_versions.NetworksApiDiscovery.test_api_version_resources ... success [0.013s] 2021-03-05 21:30:26.036 52 INFO opnfv-tempest [-] {2} tempest.api.network.test_versions.NetworksApiDiscovery.test_show_api_v2_details ... success [0.236s] 2021-03-05 21:30:26.547 52 INFO opnfv-tempest [-] {1} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_subnet_id ... success [11.389s] 2021-03-05 21:30:27.437 52 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_create_update_delete_domain ... success [1.046s] 2021-03-05 21:30:32.450 52 INFO opnfv-tempest [-] {1} tempest.api.network.test_routers.RoutersIpV6Test.test_create_show_list_update_delete_router ... success [5.898s] 2021-03-05 21:30:34.422 52 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_account_services.AccountTest ... skip: b'AccountTest skipped as swift is not available' 2021-03-05 21:30:34.427 52 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_object_services.ObjectTest ... skip: b'ObjectTest skipped as swift is not available' 2021-03-05 21:30:35.276 52 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_regions.RegionsTestJSON.test_create_region_with_specific_id ... success [0.184s] 2021-03-05 21:30:36.891 52 INFO opnfv-tempest [-] {1} tempest.api.volume.test_versions.VersionsTest.test_list_versions ... success [0.015s] 2021-03-05 21:30:40.179 52 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_media_types ... success [0.094s] 2021-03-05 21:30:40.270 52 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_resources ... success [0.089s] 2021-03-05 21:30:40.361 52 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_statuses ... success [0.091s] 2021-03-05 21:30:40.376 52 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_list_api_versions ... success [0.013s] 2021-03-05 21:30:53.356 52 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_create_update_delete_network_subnet ... success [5.479s] 2021-03-05 21:30:53.629 52 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_external_network_visibility ... success [0.266s] 2021-03-05 21:30:53.845 52 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_list_networks ... success [0.216s] 2021-03-05 21:30:53.932 52 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_list_subnets ... success [0.088s] 2021-03-05 21:30:54.085 52 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_show_network ... success [0.152s] 2021-03-05 21:30:54.166 52 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_show_subnet ... success [0.081s] 2021-03-05 21:31:01.705 52 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_list_update_show_delete_security_group ... success [1.057s] 2021-03-05 21:31:03.469 52 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_show_delete_security_group_rule ... success [1.756s] 2021-03-05 21:31:03.542 52 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_list_security_groups ... success [0.077s] 2021-03-05 21:31:07.781 52 INFO opnfv-tempest [-] {0} tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools ... success [0.686s] 2021-03-05 21:31:09.198 52 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_quotas.AccountQuotasTest ... skip: b'AccountQuotasTest skipped as swift is not available' 2021-03-05 21:31:18.163 52 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete ... success [6.591s] 2021-03-05 21:31:29.085 52 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image ... success [10.919s] 2021-03-05 21:31:30.728 52 INFO rally.task.context [-] Verification 9fd87494-84fc-4957-aad6-1bff5a7dc897 | Context testr@default cleanup() started 2021-03-05 21:31:30.729 52 INFO rally.task.context [-] Verification 9fd87494-84fc-4957-aad6-1bff5a7dc897 | Context testr@default cleanup() finished in 0.89 msec 2021-03-05 21:31:30.729 52 INFO rally.task.context [-] Verification 9fd87494-84fc-4957-aad6-1bff5a7dc897 | Context tempest@default cleanup() started 2021-03-05 21:31:31.253 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Deleting role 'ResellerAdmin'. 2021-03-05 21:31:31.381 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Role 'ResellerAdmin' has been deleted. 2021-03-05 21:31:31.428 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Deleting flavor 'rally_verify_2a861c89_nNFH1A14'. 2021-03-05 21:31:31.687 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_2a861c89_nNFH1A14' has been deleted. 2021-03-05 21:31:31.688 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Removing value '3ff0cd8e-a715-4738-b320-108183d14777' of option 'instance_type' from Tempest config file. 2021-03-05 21:31:31.689 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Value '3ff0cd8e-a715-4738-b320-108183d14777' has been removed. 2021-03-05 21:31:31.691 52 INFO rally.task.context [-] Verification 9fd87494-84fc-4957-aad6-1bff5a7dc897 | Context tempest@default cleanup() finished in 0.96 sec 2021-03-05 21:31:31.718 52 INFO rally.api [-] Verification (UUID=2a861c89-898c-4150-9d29-e440936dabf1) has been successfully finished for deployment 'opnfv-rally' (UUID=fe786ff4-5677-4c35-8a97-e2b8af3d1cd9)! 2021-03-05 21:31:33.650 75 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-03-05 21:31:33.650 75 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-03-05 21:31:33.650 75 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-03-05 21:31:35.619 77 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-03-05 21:31:35.619 77 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-03-05 21:31:35.619 77 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-03-05 21:31:37.943 77 INFO rally.api [-] Building 'html' report for the following verification(s): '2a861c89-898c-4150-9d29-e440936dabf1' 2021-03-05 21:31:37.964 77 INFO rally.api [-] The report has been successfully built. 2021-03-05 21:31:39.787 79 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-03-05 21:31:39.787 79 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-03-05 21:31:39.788 79 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-03-05 21:31:42.071 79 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): '2a861c89-898c-4150-9d29-e440936dabf1' 2021-03-05 21:31:42.077 79 INFO rally.api [-] The report has been successfully built.