2020-08-10 14:12:47.528 10 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-08-10 14:12:47.534 10 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-08-10 14:12:47.536 10 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-08-10 14:13:08.510 10 ERROR rally.cli.cliutils [-] Unexpected exception in CLI: rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2020-08-10 14:13:08.510 10 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-08-10 14:13:08.510 10 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-08-10 14:13:08.510 10 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-08-10 14:13:08.510 10 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-08-10 14:13:08.510 10 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2020-08-10 14:13:08.510 10 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-08-10 14:13:08.510 10 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-08-10 14:13:08.510 10 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-08-10 14:13:08.510 10 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-08-10 14:13:08.510 10 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2020-08-10 14:13:08.510 10 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2020-08-10 14:13:08.510 10 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2020-08-10 14:13:08.510 10 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2020-08-10 14:13:08.510 10 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2020-08-10 14:13:08.510 10 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2020-08-10 14:13:08.510 10 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2020-08-10 14:13:08.510 10 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2020-08-10 14:13:08.510 10 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-08-10 14:13:08.510 10 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-08-10 14:13:08.510 10 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2020-08-10 14:13:08.510 10 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-08-10 14:13:08.510 10 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2020-08-10 14:13:08.510 10 ERROR rally.cli.cliutils 2020-08-10 14:13:21.452 16 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-08-10 14:13:21.458 16 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-08-10 14:13:21.459 16 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-08-10 14:13:55.733 22 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-08-10 14:13:55.738 22 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-08-10 14:13:55.739 22 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-08-10 14:14:31.537 31 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-08-10 14:14:31.543 31 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-08-10 14:14:31.544 31 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-08-10 14:14:44.126 40 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-08-10 14:14:44.133 40 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-08-10 14:14:44.135 40 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-08-10 14:15:04.802 40 ERROR rally.cli.cliutils [-] Unexpected exception in CLI: rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2020-08-10 14:15:04.802 40 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-08-10 14:15:04.802 40 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-08-10 14:15:04.802 40 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-08-10 14:15:04.802 40 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2020-08-10 14:15:04.802 40 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-08-10 14:15:04.802 40 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-08-10 14:15:04.802 40 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2020-08-10 14:15:04.802 40 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2020-08-10 14:15:04.802 40 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2020-08-10 14:15:04.802 40 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2020-08-10 14:15:04.802 40 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2020-08-10 14:15:04.802 40 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2020-08-10 14:15:04.802 40 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2020-08-10 14:15:04.802 40 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2020-08-10 14:15:04.802 40 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-08-10 14:15:04.802 40 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-08-10 14:15:04.802 40 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2020-08-10 14:15:04.802 40 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2020-08-10 14:15:04.802 40 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2020-08-10 14:15:04.802 40 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-08-10 14:15:04.802 40 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2020-08-10 14:15:04.802 40 ERROR rally.cli.cliutils 2020-08-10 14:15:17.772 46 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-08-10 14:15:17.777 46 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-08-10 14:15:17.779 46 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-08-10 14:15:37.381 46 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2020-08-10 14:15:38.039 46 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-6b669061-bb56-4d7d-9b70-b5eecb84b72f/repo. 2020-08-10 14:15:38.748 46 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-6b669061-bb56-4d7d-9b70-b5eecb84b72f/repo'... done. Note: switching to '7cf317646c216b70fd060027d67c7aedf746bf6d'. 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 ' 2020-08-10 14:15:38.854 46 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'tags/24.0.0-1-g7cf317646 ' 2020-08-10 14:15:38.917 46 RALLYDEBUG rally.verification.utils [-] Subprocess output: '7cf317646c216b70fd060027d67c7aedf746bf6d ' 2020-08-10 14:15:38.969 46 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2020-08-10 14:15:39.423 46 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2020-08-10 14:15:44.723 46 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=6b669061-bb56-4d7d-9b70-b5eecb84b72f) has been successfully created! 2020-08-10 14:15:57.566 71 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-08-10 14:15:57.572 71 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-08-10 14:15:57.574 71 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-08-10 14:16:30.623 80 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-08-10 14:16:30.629 80 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-08-10 14:16:30.630 80 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-08-10 14:16:50.211 80 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=6b669061-bb56-4d7d-9b70-b5eecb84b72f) for deployment 'opnfv-rally' (UUID=b6d81a71-303d-4ab7-bee0-efa30fea3501). 2020-08-10 14:16:51.422 80 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=6b669061-bb56-4d7d-9b70-b5eecb84b72f) has been successfully configured for deployment 'opnfv-rally' (UUID=b6d81a71-303d-4ab7-bee0-efa30fea3501)! 2020-08-10 14:17:43.557 97 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-08-10 14:17:43.563 97 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-08-10 14:17:43.565 97 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-08-10 14:18:04.438 97 INFO rally.api [-] Starting verification (UUID=d9ef84a7-e2ef-4e2d-861d-0a53b8cc7fe7) for deployment 'opnfv-rally' (UUID=b6d81a71-303d-4ab7-bee0-efa30fea3501) by verifier 'opnfv-tempest' (UUID=6b669061-bb56-4d7d-9b70-b5eecb84b72f). 2020-08-10 14:18:08.365 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2020-08-10 14:18:08.367 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-6b669061-bb56-4d7d-9b70-b5eecb84b72f/for-deployment-b6d81a71-303d-4ab7-bee0-efa30fea3501/tempest.log' to option 'log_file'. 2020-08-10 14:18:08.370 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-6b669061-bb56-4d7d-9b70-b5eecb84b72f/for-deployment-b6d81a71-303d-4ab7-bee0-efa30fea3501/tempest.log 2020-08-10 14:18:08.373 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2020-08-10 14:18:08.375 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-6b669061-bb56-4d7d-9b70-b5eecb84b72f/for-deployment-b6d81a71-303d-4ab7-bee0-efa30fea3501/lock_files' to option 'lock_path'. 2020-08-10 14:18:08.377 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-6b669061-bb56-4d7d-9b70-b5eecb84b72f/for-deployment-b6d81a71-303d-4ab7-bee0-efa30fea3501/lock_files 2020-08-10 14:18:08.380 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is already configured in Tempest config file. img_dir = /home/opnfv/functest/images 2020-08-10 14:18:08.381 97 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 2020-08-10 14:18:08.383 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = 7d52ce70-e9b9-45f1-9150-38483b8423a8 2020-08-10 14:18:08.384 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = a24e3532-7ff9-4c15-bd2f-e1ecced908be 2020-08-10 14:18:08.387 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = e373c54a-f9b9-4d8b-9b65-fce6e5b84105 2020-08-10 14:18:08.390 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = 0f40a9ca-d9e4-4f7e-ba39-583c2b4b2d97 2020-08-10 14:18:08.687 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2020-08-10 14:18:08.690 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = tempest_smoke-net_93718629-6722-49e0-87eb-f2e044cef4ec 2020-08-10 14:18:08.693 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2020-08-10 14:18:09.356 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2020-08-10 14:18:09.424 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] There is no flavor with the mentioned properties. 2020-08-10 14:18:09.426 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Creating flavor 'rally_verify_d9ef84a7_rT5Uh6RC' with the following properties: RAM = 64MB, VCPUs = 1, disk = 5GB. 2020-08-10 14:18:09.507 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_d9ef84a7_rT5Uh6RC' (ID = 1504c956-adf9-45a7-8693-f02eaeccc6c1) has been successfully created! 2020-08-10 14:18:09.508 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '1504c956-adf9-45a7-8693-f02eaeccc6c1' to option 'instance_type'. 2020-08-10 14:18:09.509 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = 1504c956-adf9-45a7-8693-f02eaeccc6c1 2020-08-10 14:18:09.516 97 INFO rally.task.context [-] Verification 6b669061-bb56-4d7d-9b70-b5eecb84b72f | Context tempest@default setup() finished in 4.20 sec 2020-08-10 14:18:09.518 97 INFO rally.task.context [-] Verification 6b669061-bb56-4d7d-9b70-b5eecb84b72f | Context testr@default setup() finished in 1.02 msec 2020-08-10 14:18:09.519 97 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --concurrency 4 --load-list /tmp/06446509-0977-4488-8750-7b9134153f83'. 2020-08-10 14:18:31.824 97 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_get_flavor ... success [0.271s] 2020-08-10 14:18:32.078 97 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors ... success [0.273s] 2020-08-10 14:18:39.437 97 INFO opnfv-tempest [-] {3} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_create ... success [5.808s] 2020-08-10 14:18:41.579 97 INFO opnfv-tempest [-] {3} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_list ... success [2.135s] 2020-08-10 14:18:44.365 97 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_security_groups_create_list_delete ... success [3.959s] 2020-08-10 14:18:59.139 97 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers ... success [0.235s] 2020-08-10 14:18:59.149 97 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_server_details ... success [0.006s] 2020-08-10 14:19:05.020 97 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_list_servers ... success [0.217s] 2020-08-10 14:19:05.027 97 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_verify_server_details ... success [0.005s] 2020-08-10 14:19:13.639 97 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers ... success [0.266s] 2020-08-10 14:19:13.648 97 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_server_details ... success [0.007s] 2020-08-10 14:19:26.185 97 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses ... success [0.114s] 2020-08-10 14:19:26.439 97 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses_by_network ... success [0.251s] 2020-08-10 14:19:28.407 97 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_regions.RegionsTestJSON.test_create_region_with_specific_id ... success [0.184s] 2020-08-10 14:19:31.184 97 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v2.test_services.ServicesTestJSON ... skip: b'Identity api v2 is not enabled' 2020-08-10 14:19:32.836 97 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_services.ServicesTestJSON.test_create_update_get_service ... success [0.557s] 2020-08-10 14:19:34.235 97 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_attach_interfaces.AttachInterfacesUnderV243Test.test_add_remove_fixed_ip ... success [43.283s] 2020-08-10 14:19:34.351 97 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_create_update_delete_domain ... success [0.940s] 2020-08-10 14:19:36.678 97 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_delete_image ... success [0.481s] 2020-08-10 14:19:37.630 97 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_register_upload_get_image_file ... success [0.939s] 2020-08-10 14:19:37.835 97 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_update_image ... success [0.207s] 2020-08-10 14:19:41.010 97 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v3.test_endpoints.EndPointsTestJSON.test_update_endpoint ... success [1.135s] 2020-08-10 14:19:41.566 97 INFO opnfv-tempest [-] {3} tempest.api.compute.test_versions.TestVersions.test_get_version_details ... success [0.186s] 2020-08-10 14:19:41.632 97 INFO opnfv-tempest [-] {3} tempest.api.compute.test_versions.TestVersions.test_list_api_versions ... success [0.067s] 2020-08-10 14:19:43.511 97 INFO opnfv-tempest [-] {2} tempest.api.identity.v2.test_api_discovery.TestApiDiscovery ... skip: b'Identity api v2 is not enabled' 2020-08-10 14:19:43.812 97 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_network ... success [2.745s] 2020-08-10 14:19:45.214 97 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_credentials.CredentialsTestJSON.test_credentials_create_get_update_delete ... success [0.344s] 2020-08-10 14:19:47.247 97 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_port ... success [3.429s] 2020-08-10 14:19:47.339 97 INFO opnfv-tempest [-] {2} tempest.api.network.test_extensions.ExtensionsTestJSON.test_list_show_extensions ... success [2.671s] 2020-08-10 14:19:51.841 97 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_network ... success [2.536s] 2020-08-10 14:19:52.097 97 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_groups.GroupsV3TestJSON.test_group_users_add_list_delete ... success [2.506s] 2020-08-10 14:19:54.989 97 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_port ... success [3.145s] 2020-08-10 14:19:55.501 97 INFO opnfv-tempest [-] {3} tempest.api.identity.v3.test_domains.DefaultDomainTestJSON.test_default_domain_exists ... success [0.115s] 2020-08-10 14:19:58.741 97 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_subnet ... success [3.747s] 2020-08-10 14:20:02.208 97 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_hard ... success [16.253s] 2020-08-10 14:20:06.414 97 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_list_update_show_delete_security_group ... success [1.550s] 2020-08-10 14:20:08.800 97 INFO opnfv-tempest [-] {3} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_floating_ip_specifying_a_fixed_ip_address ... success [3.918s] 2020-08-10 14:20:08.897 97 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_show_delete_security_group_rule ... success [2.460s] 2020-08-10 14:20:08.934 97 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_list_security_groups ... success [0.064s] 2020-08-10 14:20:13.190 97 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_services.ContainerTest.test_create_container ... success [2.288s] 2020-08-10 14:20:15.153 97 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v2.test_users.UsersTestJSON ... skip: b'Identity api v2 is not enabled' 2020-08-10 14:20:15.488 97 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents ... success [2.286s] 2020-08-10 14:20:17.388 97 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v3.test_policies.PoliciesTestJSON.test_create_update_delete_policy ... success [0.518s] 2020-08-10 14:20:17.694 97 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_metadata ... success [2.205s] 2020-08-10 14:20:18.996 97 INFO opnfv-tempest [-] {3} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_list_show_update_delete_floating_ip ... success [10.182s] 2020-08-10 14:20:21.938 97 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_role_create_update_show_list ... success [0.378s] 2020-08-10 14:20:26.029 97 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete ... success [6.323s] 2020-08-10 14:20:26.971 97 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_subnet ... success [39.717s] 2020-08-10 14:20:29.517 97 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_get_trusts_all ... success [2.434s] 2020-08-10 14:20:32.544 97 INFO opnfv-tempest [-] {1} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_media_types ... success [0.088s] 2020-08-10 14:20:32.589 97 INFO opnfv-tempest [-] {1} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_resources ... success [0.041s] 2020-08-10 14:20:32.640 97 INFO opnfv-tempest [-] {1} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_statuses ... success [0.050s] 2020-08-10 14:20:32.675 97 INFO opnfv-tempest [-] {1} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_list_api_versions ... success [0.034s] 2020-08-10 14:20:33.613 97 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksTest.test_create_update_delete_network_subnet ... success [4.859s] 2020-08-10 14:20:33.838 97 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksTest.test_external_network_visibility ... success [0.226s] 2020-08-10 14:20:33.988 97 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksTest.test_list_networks ... success [0.147s] 2020-08-10 14:20:34.080 97 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksTest.test_list_subnets ... success [0.090s] 2020-08-10 14:20:34.302 97 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksTest.test_show_network ... success [0.216s] 2020-08-10 14:20:34.405 97 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksTest.test_show_subnet ... success [0.104s] 2020-08-10 14:20:35.618 97 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image ... success [9.575s] 2020-08-10 14:20:39.643 97 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_versions.VersionsTest.test_list_versions ... success [0.032s] 2020-08-10 14:20:39.981 97 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_account_services.AccountTest.test_list_account_metadata ... success [0.065s] 2020-08-10 14:20:40.003 97 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers ... success [0.025s] 2020-08-10 14:20:42.458 97 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list ... success [0.074s] 2020-08-10 14:20:55.056 97 INFO opnfv-tempest [-] {1} tempest.api.network.test_routers.RoutersTest.test_add_multiple_router_interfaces ... success [13.517s] 2020-08-10 14:20:57.330 97 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest.test_upload_large_object ... success [2.369s] 2020-08-10 14:20:59.729 97 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest.test_upload_too_many_objects ... success [2.389s] 2020-08-10 14:21:02.007 97 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest.test_upload_valid_object ... success [2.275s] 2020-08-10 14:21:02.916 97 INFO opnfv-tempest [-] {1} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_port_id ... success [7.852s] 2020-08-10 14:21:04.320 97 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_object_services.ObjectTest.test_create_object ... success [0.178s] 2020-08-10 14:21:04.422 97 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_object_services.ObjectTest.test_get_object ... success [0.102s] 2020-08-10 14:21:04.521 97 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_object_services.ObjectTest.test_list_object_metadata ... success [0.098s] 2020-08-10 14:21:04.645 97 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_object_services.ObjectTest.test_update_object_metadata ... success [0.119s] 2020-08-10 14:21:08.839 97 INFO opnfv-tempest [-] {3} tempest.api.volume.test_versions.VersionsTest.test_list_versions ... success [0.059s] 2020-08-10 14:21:14.506 97 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_create_update_delete_network_subnet ... success [3.857s] 2020-08-10 14:21:14.586 97 INFO opnfv-tempest [-] {1} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_subnet_id ... success [11.672s] 2020-08-10 14:21:14.718 97 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_external_network_visibility ... success [0.211s] 2020-08-10 14:21:14.860 97 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_list_networks ... success [0.141s] 2020-08-10 14:21:14.950 97 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_list_subnets ... success [0.085s] 2020-08-10 14:21:15.088 97 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_show_network ... success [0.139s] 2020-08-10 14:21:15.176 97 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_show_subnet ... success [0.082s] 2020-08-10 14:21:19.262 97 INFO opnfv-tempest [-] {1} tempest.api.network.test_routers.RoutersTest.test_create_show_list_update_delete_router ... success [4.675s] 2020-08-10 14:21:22.888 97 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group ... success [1.044s] 2020-08-10 14:21:25.089 97 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule ... success [2.170s] 2020-08-10 14:21:25.129 97 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups ... success [0.068s] 2020-08-10 14:21:27.866 97 INFO opnfv-tempest [-] {1} tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools ... success [0.919s] 2020-08-10 14:21:29.884 97 INFO opnfv-tempest [-] {1} tempest.api.network.test_versions.NetworksApiDiscovery.test_api_version_resources ... success [0.040s] 2020-08-10 14:21:30.065 97 INFO opnfv-tempest [-] {1} tempest.api.network.test_versions.NetworksApiDiscovery.test_show_api_v2_details ... success [0.179s] 2020-08-10 14:21:30.119 97 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_in_allowed_allocation_pools ... success [8.740s] 2020-08-10 14:21:34.422 97 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_with_no_securitygroups ... success [4.295s] 2020-08-10 14:21:35.895 97 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_update_delete_port ... success [1.467s] 2020-08-10 14:21:35.963 97 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_list_ports ... success [0.070s] 2020-08-10 14:21:36.110 97 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_show_port ... success [0.145s] 2020-08-10 14:21:44.888 97 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_port_in_allowed_allocation_pools ... success [4.376s] 2020-08-10 14:21:49.256 97 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_port_with_no_securitygroups ... success [4.361s] 2020-08-10 14:21:50.821 97 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_update_delete_port ... success [1.561s] 2020-08-10 14:21:50.921 97 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_list_ports ... success [0.098s] 2020-08-10 14:21:51.018 97 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_show_port ... success [0.096s] 2020-08-10 14:22:11.168 97 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_multiple_router_interfaces ... success [16.927s] 2020-08-10 14:22:18.670 97 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_port_id ... success [7.497s] 2020-08-10 14:22:29.129 97 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_subnet_id ... success [10.460s] 2020-08-10 14:22:32.902 97 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_create_show_list_update_delete_router ... success [3.772s] 2020-08-10 14:22:36.577 97 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_quotas.AccountQuotasTest.test_admin_modify_quota ... success [0.196s] 2020-08-10 14:22:36.662 97 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_quotas.AccountQuotasTest.test_upload_valid_object ... success [0.087s] 2020-08-10 14:22:58.925 97 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_attach_detach_volume_to_instance ... success [14.411s] 2020-08-10 14:23:03.310 97 INFO rally.task.context [-] Verification 6b669061-bb56-4d7d-9b70-b5eecb84b72f | Context testr@default cleanup() started 2020-08-10 14:23:03.314 97 INFO rally.task.context [-] Verification 6b669061-bb56-4d7d-9b70-b5eecb84b72f | Context testr@default cleanup() finished in 3.87 msec 2020-08-10 14:23:03.317 97 INFO rally.task.context [-] Verification 6b669061-bb56-4d7d-9b70-b5eecb84b72f | Context tempest@default cleanup() started 2020-08-10 14:23:03.774 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Deleting flavor 'rally_verify_d9ef84a7_rT5Uh6RC'. 2020-08-10 14:23:04.038 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_d9ef84a7_rT5Uh6RC' has been deleted. 2020-08-10 14:23:04.043 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Removing value '1504c956-adf9-45a7-8693-f02eaeccc6c1' of option 'instance_type' from Tempest config file. 2020-08-10 14:23:04.045 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Value '1504c956-adf9-45a7-8693-f02eaeccc6c1' has been removed. 2020-08-10 14:23:04.081 97 INFO rally.task.context [-] Verification 6b669061-bb56-4d7d-9b70-b5eecb84b72f | Context tempest@default cleanup() finished in 0.76 sec 2020-08-10 14:23:04.190 97 INFO rally.api [-] Verification (UUID=d9ef84a7-e2ef-4e2d-861d-0a53b8cc7fe7) has been successfully finished for deployment 'opnfv-rally' (UUID=b6d81a71-303d-4ab7-bee0-efa30fea3501)! 2020-08-10 14:23:17.051 146 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-08-10 14:23:17.056 146 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-08-10 14:23:17.057 146 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-08-10 14:23:30.549 152 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-08-10 14:23:30.555 152 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-08-10 14:23:30.557 152 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-08-10 14:23:51.092 152 INFO rally.api [-] Building 'html' report for the following verification(s): 'd9ef84a7-e2ef-4e2d-861d-0a53b8cc7fe7' 2020-08-10 14:23:51.314 152 INFO rally.api [-] The report has been successfully built. 2020-08-10 14:24:03.504 158 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-08-10 14:24:03.509 158 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-08-10 14:24:03.511 158 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-08-10 14:24:22.505 158 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): 'd9ef84a7-e2ef-4e2d-861d-0a53b8cc7fe7' 2020-08-10 14:24:22.577 158 INFO rally.api [-] The report has been successfully built.