2020-11-15 22:41:03.452 6 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-11-15 22:41:03.452 6 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-11-15 22:41:03.452 6 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-11-15 22:41:05.505 6 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-11-15 22:41:05.505 6 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-11-15 22:41:05.505 6 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-11-15 22:41:05.505 6 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-11-15 22:41:05.505 6 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-11-15 22:41:05.505 6 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2020-11-15 22:41:05.505 6 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-11-15 22:41:05.505 6 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-11-15 22:41:05.505 6 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-11-15 22:41:05.505 6 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-11-15 22:41:05.505 6 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2020-11-15 22:41:05.505 6 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2020-11-15 22:41:05.505 6 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2020-11-15 22:41:05.505 6 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2020-11-15 22:41:05.505 6 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2020-11-15 22:41:05.505 6 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2020-11-15 22:41:05.505 6 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2020-11-15 22:41:05.505 6 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2020-11-15 22:41:05.505 6 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-11-15 22:41:05.505 6 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-11-15 22:41:05.505 6 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 519, in env_get 2020-11-15 22:41:05.505 6 ERROR rally.cli.cliutils criteria="uuid or name is %s" % uuid_or_name, table="envs") 2020-11-15 22:41:05.505 6 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2020-11-15 22:41:05.505 6 ERROR rally.cli.cliutils 2020-11-15 22:41:06.929 8 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-11-15 22:41:06.929 8 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-11-15 22:41:06.930 8 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-11-15 22:41:10.475 10 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-11-15 22:41:10.475 10 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-11-15 22:41:10.475 10 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-11-15 22:41:14.319 13 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-11-15 22:41:14.320 13 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-11-15 22:41:14.320 13 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-11-15 22:41:15.547 15 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-11-15 22:41:15.547 15 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-11-15 22:41:15.548 15 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-11-15 22:41:17.265 15 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-11-15 22:41:17.265 15 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-11-15 22:41:17.265 15 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-11-15 22:41:17.265 15 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-11-15 22:41:17.265 15 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2020-11-15 22:41:17.265 15 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-11-15 22:41:17.265 15 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-11-15 22:41:17.265 15 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 236, in delete_verifier 2020-11-15 22:41:17.265 15 ERROR rally.cli.cliutils force=force) 2020-11-15 22:41:17.265 15 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2020-11-15 22:41:17.265 15 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2020-11-15 22:41:17.265 15 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2020-11-15 22:41:17.265 15 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2020-11-15 22:41:17.265 15 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2020-11-15 22:41:17.265 15 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2020-11-15 22:41:17.265 15 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-11-15 22:41:17.265 15 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-11-15 22:41:17.265 15 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2020-11-15 22:41:17.265 15 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2020-11-15 22:41:17.265 15 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 677, in _verifier_get 2020-11-15 22:41:17.265 15 ERROR rally.cli.cliutils criteria="name or uuid is %s" % verifier_id, table="verifiers") 2020-11-15 22:41:17.265 15 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2020-11-15 22:41:17.265 15 ERROR rally.cli.cliutils 2020-11-15 22:41:18.737 17 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-11-15 22:41:18.738 17 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-11-15 22:41:18.738 17 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-11-15 22:41:20.597 17 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2020-11-15 22:41:20.670 17 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-9d069961-561d-4b93-a23f-1cc6c7ac71be/repo. 2020-11-15 22:41:20.998 17 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-9d069961-561d-4b93-a23f-1cc6c7ac71be/repo'... done. Note: checking out 'ff2482d67ea726bce7b565aa55ddca2e79643490'. 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 performing another checkout. If you want to create a new branch to retain commits you create, you may do so (now or later) by using -b with the checkout command again. Example: git checkout -b ' 2020-11-15 22:41:21.012 17 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'tags/22.0.0-1-gff2482d67 ' 2020-11-15 22:41:21.020 17 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'ff2482d67ea726bce7b565aa55ddca2e79643490 ' 2020-11-15 22:41:21.044 17 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2020-11-15 22:41:21.114 17 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2020-11-15 22:41:21.689 17 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=9d069961-561d-4b93-a23f-1cc6c7ac71be) has been successfully created! 2020-11-15 22:41:23.174 25 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-11-15 22:41:23.175 25 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-11-15 22:41:23.175 25 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-11-15 22:41:27.481 28 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-11-15 22:41:27.482 28 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-11-15 22:41:27.482 28 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-11-15 22:41:29.372 28 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=9d069961-561d-4b93-a23f-1cc6c7ac71be) for deployment 'opnfv-rally' (UUID=ba5a4866-ee1a-4cb4-b4c1-2cafb6de205b). 2020-11-15 22:41:29.935 28 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=9d069961-561d-4b93-a23f-1cc6c7ac71be) has been successfully configured for deployment 'opnfv-rally' (UUID=ba5a4866-ee1a-4cb4-b4c1-2cafb6de205b)! 2020-11-15 22:41:35.008 32 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-11-15 22:41:35.008 32 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-11-15 22:41:35.008 32 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-11-15 22:41:36.882 32 INFO rally.api [-] Starting verification (UUID=c264a302-ff8e-49fa-9a22-dab4f5d1dd7d) for deployment 'opnfv-rally' (UUID=ba5a4866-ee1a-4cb4-b4c1-2cafb6de205b) by verifier 'opnfv-tempest' (UUID=9d069961-561d-4b93-a23f-1cc6c7ac71be). 2020-11-15 22:41:37.457 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2020-11-15 22:41:37.458 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-9d069961-561d-4b93-a23f-1cc6c7ac71be/for-deployment-ba5a4866-ee1a-4cb4-b4c1-2cafb6de205b/tempest.log' to option 'log_file'. 2020-11-15 22:41:37.458 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-9d069961-561d-4b93-a23f-1cc6c7ac71be/for-deployment-ba5a4866-ee1a-4cb4-b4c1-2cafb6de205b/tempest.log 2020-11-15 22:41:37.458 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2020-11-15 22:41:37.459 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-9d069961-561d-4b93-a23f-1cc6c7ac71be/for-deployment-ba5a4866-ee1a-4cb4-b4c1-2cafb6de205b/lock_files' to option 'lock_path'. 2020-11-15 22:41:37.459 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-9d069961-561d-4b93-a23f-1cc6c7ac71be/for-deployment-ba5a4866-ee1a-4cb4-b4c1-2cafb6de205b/lock_files 2020-11-15 22:41:37.459 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is already configured in Tempest config file. img_dir = /home/opnfv/functest/images 2020-11-15 22:41:37.460 32 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-11-15 22:41:37.460 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = f831b435-4b31-4df5-b409-33bcd09d8b9a 2020-11-15 22:41:37.460 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = ecd15047-3cf0-41d0-91a3-fc7e7121ec7c 2020-11-15 22:41:37.461 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = 65913ad9-7847-4135-b521-2d85ceffd530 2020-11-15 22:41:37.461 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = 056ac6bb-a73b-480d-b985-328894583e73 2020-11-15 22:41:37.679 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2020-11-15 22:41:37.680 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = tempest_smoke-net_d3eb53e7-bcec-463f-8bd9-da5fc883ada9 2020-11-15 22:41:37.680 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2020-11-15 22:41:37.742 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2020-11-15 22:41:37.794 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] There is no flavor with the mentioned properties. 2020-11-15 22:41:37.794 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Creating flavor 'rally_verify_c264a302_LFDFIZEl' with the following properties: RAM = 64MB, VCPUs = 1, disk = 5GB. 2020-11-15 22:41:37.819 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_c264a302_LFDFIZEl' (ID = 90034c68-f8b6-4b0d-9c60-095b9fd80af4) has been successfully created! 2020-11-15 22:41:37.819 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '90034c68-f8b6-4b0d-9c60-095b9fd80af4' to option 'instance_type'. 2020-11-15 22:41:37.819 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = 90034c68-f8b6-4b0d-9c60-095b9fd80af4 2020-11-15 22:41:37.820 32 INFO rally.task.context [-] Verification 9d069961-561d-4b93-a23f-1cc6c7ac71be | Context tempest@default setup() finished in 0.77 sec 2020-11-15 22:41:37.820 32 INFO rally.task.context [-] Verification 9d069961-561d-4b93-a23f-1cc6c7ac71be | Context testr@default setup() finished in 0.23 msec 2020-11-15 22:41:37.820 32 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --concurrency 4 --load-list /tmp/27947654-5a9d-4c55-bf75-4717ca6b1313'. 2020-11-15 22:41:40.753 32 INFO opnfv-tempest [-] {1} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_get_flavor ... success [0.242s] 2020-11-15 22:41:40.891 32 INFO opnfv-tempest [-] {1} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors ... success [0.138s] 2020-11-15 22:41:43.926 32 INFO opnfv-tempest [-] {2} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_create ... success [1.086s] 2020-11-15 22:41:45.682 32 INFO opnfv-tempest [-] {2} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_list ... success [1.755s] 2020-11-15 22:41:59.640 32 INFO opnfv-tempest [-] {2} tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_security_groups_create_list_delete ... success [2.664s] 2020-11-15 22:47:07.801 32 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestJSON ... fail 2020-11-15 22:47:09.211 32 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_attach_interfaces.AttachInterfacesUnderV243Test.test_add_remove_fixed_ip ... fail [315.681s] 2020-11-15 22:47:11.409 32 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON ... fail 2020-11-15 22:47:21.567 32 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v2.test_users.UsersTestJSON ... skip: b"('Identity api v2 is not enabled',)" 2020-11-15 22:47:25.085 32 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_groups.GroupsV3TestJSON.test_group_users_add_list_delete ... success [2.249s] 2020-11-15 22:47:29.147 32 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_regions.RegionsTestJSON.test_create_region_with_specific_id ... success [0.145s] 2020-11-15 22:47:31.886 32 INFO opnfv-tempest [-] {3} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_media_types ... success [0.084s] 2020-11-15 22:47:31.914 32 INFO opnfv-tempest [-] {3} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_resources ... success [0.027s] 2020-11-15 22:47:31.944 32 INFO opnfv-tempest [-] {3} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_statuses ... success [0.030s] 2020-11-15 22:47:31.957 32 INFO opnfv-tempest [-] {3} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_list_api_versions ... success [0.012s] 2020-11-15 22:47:34.120 32 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses ... success [0.063s] 2020-11-15 22:47:34.256 32 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses_by_network ... success [0.136s] 2020-11-15 22:47:40.145 32 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v2.test_services.ServicesTestJSON ... skip: b"('Identity api v2 is not enabled',)" 2020-11-15 22:47:42.282 32 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_network ... success [8.211s] 2020-11-15 22:47:42.497 32 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v3.test_endpoints.EndPointsTestJSON.test_update_endpoint ... success [0.676s] 2020-11-15 22:47:45.161 32 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_port ... success [2.879s] 2020-11-15 22:47:47.666 32 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume ... fail 2020-11-15 22:47:48.106 32 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_get_trusts_all ... success [2.099s] 2020-11-15 22:47:48.751 32 INFO opnfv-tempest [-] {2} tempest.api.compute.test_versions.TestVersions.test_get_version_details ... success [0.216s] 2020-11-15 22:47:48.759 32 INFO opnfv-tempest [-] {2} tempest.api.compute.test_versions.TestVersions.test_list_api_versions ... success [0.009s] 2020-11-15 22:47:51.641 32 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v3.test_credentials.CredentialsTestJSON.test_credentials_create_get_update_delete ... success [0.257s] 2020-11-15 22:47:51.754 32 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_subnet ... success [6.592s] 2020-11-15 22:47:56.557 32 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_create_update_delete_domain ... success [0.831s] 2020-11-15 22:47:59.960 32 INFO opnfv-tempest [-] {2} tempest.api.identity.v2.test_api_discovery.TestApiDiscovery ... skip: b"('Identity api v2 is not enabled',)" 2020-11-15 22:48:00.708 32 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_versions.VersionsTest.test_list_versions ... success [0.008s] 2020-11-15 22:48:01.954 32 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_in_allowed_allocation_pools ... success [4.095s] 2020-11-15 22:48:02.118 32 INFO opnfv-tempest [-] {1} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_floating_ip_specifying_a_fixed_ip_address ... success [3.393s] 2020-11-15 22:48:03.415 32 INFO opnfv-tempest [-] {2} tempest.api.network.test_extensions.ExtensionsTestJSON.test_list_show_extensions ... success [0.978s] 2020-11-15 22:48:05.972 32 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_with_no_securitygroups ... success [4.017s] 2020-11-15 22:48:07.334 32 INFO opnfv-tempest [-] {1} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_list_show_update_delete_floating_ip ... success [5.215s] 2020-11-15 22:48:07.624 32 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_update_delete_port ... success [1.651s] 2020-11-15 22:48:07.708 32 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsIpV6TestJSON.test_list_ports ... success [0.084s] 2020-11-15 22:48:07.755 32 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsIpV6TestJSON.test_show_port ... success [0.047s] 2020-11-15 22:48:10.005 32 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_create_update_delete_network_subnet ... success [3.333s] 2020-11-15 22:48:10.281 32 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_external_network_visibility ... success [0.276s] 2020-11-15 22:48:10.398 32 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_list_networks ... success [0.116s] 2020-11-15 22:48:10.486 32 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_list_subnets ... success [0.088s] 2020-11-15 22:48:10.582 32 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_show_network ... success [0.095s] 2020-11-15 22:48:10.707 32 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_show_subnet ... success [0.124s] 2020-11-15 22:48:11.270 32 INFO opnfv-tempest [-] {3} tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools ... success [0.771s] 2020-11-15 22:48:13.127 32 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_object_services.ObjectTest.test_create_object ... success [0.039s] 2020-11-15 22:48:13.146 32 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_object_services.ObjectTest.test_get_object ... success [0.019s] 2020-11-15 22:48:13.166 32 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_object_services.ObjectTest.test_list_object_metadata ... success [0.019s] 2020-11-15 22:48:13.192 32 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_object_services.ObjectTest.test_update_object_metadata ... success [0.027s] 2020-11-15 22:48:16.897 32 INFO opnfv-tempest [-] {3} tempest.api.volume.test_versions.VersionsTest.test_list_versions ... success [0.016s] 2020-11-15 22:48:23.421 32 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_network ... success [2.517s] 2020-11-15 22:48:24.734 32 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete ... success [6.225s] 2020-11-15 22:48:25.553 32 INFO opnfv-tempest [-] {2} tempest.api.network.test_ports.PortsTestJSON.test_create_port_in_allowed_allocation_pools ... success [3.736s] 2020-11-15 22:48:26.402 32 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_port ... success [2.980s] 2020-11-15 22:48:29.535 32 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_subnet ... success [3.132s] 2020-11-15 22:48:33.061 32 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image ... success [8.325s] 2020-11-15 22:48:36.334 32 INFO opnfv-tempest [-] {2} tempest.api.network.test_ports.PortsTestJSON.test_create_port_with_no_securitygroups ... success [10.779s] 2020-11-15 22:48:38.245 32 INFO opnfv-tempest [-] {2} tempest.api.network.test_ports.PortsTestJSON.test_create_update_delete_port ... success [1.910s] 2020-11-15 22:48:38.298 32 INFO opnfv-tempest [-] {2} tempest.api.network.test_ports.PortsTestJSON.test_list_ports ... success [0.053s] 2020-11-15 22:48:38.343 32 INFO opnfv-tempest [-] {2} tempest.api.network.test_ports.PortsTestJSON.test_show_port ... success [0.045s] 2020-11-15 22:48:40.055 32 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list ... success [0.050s] 2020-11-15 22:48:41.986 32 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_account_quotas.AccountQuotasTest.test_admin_modify_quota ... success [0.107s] 2020-11-15 22:48:42.012 32 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_account_quotas.AccountQuotasTest.test_upload_valid_object ... success [0.026s] 2020-11-15 22:48:52.804 32 INFO opnfv-tempest [-] {1} tempest.api.network.test_routers.RoutersIpV6Test.test_add_multiple_router_interfaces ... success [19.126s] 2020-11-15 22:48:59.887 32 INFO opnfv-tempest [-] {1} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_port_id ... success [7.083s] 2020-11-15 22:49:06.032 32 INFO opnfv-tempest [-] {1} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_subnet_id ... success [6.144s] 2020-11-15 22:49:09.404 32 INFO opnfv-tempest [-] {1} tempest.api.network.test_routers.RoutersIpV6Test.test_create_show_list_update_delete_router ... success [3.371s] 2020-11-15 22:49:19.050 32 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_list_update_show_delete_security_group ... success [1.208s] 2020-11-15 22:49:20.928 32 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_show_delete_security_group_rule ... success [1.875s] 2020-11-15 22:49:20.977 32 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_list_security_groups ... success [0.053s] 2020-11-15 22:49:23.311 32 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group ... success [0.931s] 2020-11-15 22:49:25.285 32 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule ... success [1.969s] 2020-11-15 22:49:25.327 32 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups ... success [0.048s] 2020-11-15 22:49:26.976 32 INFO opnfv-tempest [-] {1} tempest.api.network.test_versions.NetworksApiDiscovery.test_api_version_resources ... success [0.013s] 2020-11-15 22:49:27.138 32 INFO opnfv-tempest [-] {1} tempest.api.network.test_versions.NetworksApiDiscovery.test_show_api_v2_details ... success [0.161s] 2020-11-15 22:52:45.076 32 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk ... fail 2020-11-15 22:52:46.662 32 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_policies.PoliciesTestJSON.test_create_update_delete_policy ... success [0.348s] 2020-11-15 22:52:50.643 32 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_role_create_update_show_list ... success [0.324s] 2020-11-15 22:52:55.630 32 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_services.ServicesTestJSON.test_create_update_get_service ... success [0.394s] 2020-11-15 22:52:58.185 32 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_domains.DefaultDomainTestJSON.test_default_domain_exists ... success [0.085s] 2020-11-15 22:53:00.196 32 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_delete_image ... success [0.372s] 2020-11-15 22:53:00.909 32 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_register_upload_get_image_file ... success [0.713s] 2020-11-15 22:53:01.339 32 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_update_image ... success [0.429s] 2020-11-15 22:53:10.608 32 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_create_update_delete_network_subnet ... success [2.618s] 2020-11-15 22:53:10.760 32 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_external_network_visibility ... success [0.153s] 2020-11-15 22:53:10.864 32 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_list_networks ... success [0.103s] 2020-11-15 22:53:10.914 32 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_list_subnets ... success [0.050s] 2020-11-15 22:53:11.008 32 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_show_network ... success [0.093s] 2020-11-15 22:53:11.055 32 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_show_subnet ... success [0.047s] 2020-11-15 22:53:26.677 32 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_multiple_router_interfaces ... success [12.982s] 2020-11-15 22:53:39.390 32 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_port_id ... success [12.711s] 2020-11-15 22:53:45.339 32 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_subnet_id ... success [5.950s] 2020-11-15 22:53:48.879 32 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_create_show_list_update_delete_router ... success [3.539s] 2020-11-15 22:53:51.752 32 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_services.AccountTest.test_list_account_metadata ... success [0.028s] 2020-11-15 22:53:51.761 32 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers ... success [0.010s] 2020-11-15 22:54:08.550 32 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest.test_upload_large_object ... success [2.237s] 2020-11-15 22:54:10.697 32 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest.test_upload_too_many_objects ... success [2.145s] 2020-11-15 22:54:12.792 32 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest.test_upload_valid_object ... success [2.095s] 2020-11-15 22:54:16.558 32 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_create_container ... success [2.233s] 2020-11-15 22:54:18.647 32 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents ... success [2.087s] 2020-11-15 22:54:20.709 32 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_metadata ... success [2.062s] 2020-11-15 22:59:36.826 32 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_attach_detach_volume_to_instance ... fail [312.648s] 2020-11-15 22:59:39.114 32 INFO rally.task.context [-] Verification 9d069961-561d-4b93-a23f-1cc6c7ac71be | Context testr@default cleanup() started 2020-11-15 22:59:39.115 32 INFO rally.task.context [-] Verification 9d069961-561d-4b93-a23f-1cc6c7ac71be | Context testr@default cleanup() finished in 0.79 msec 2020-11-15 22:59:39.115 32 INFO rally.task.context [-] Verification 9d069961-561d-4b93-a23f-1cc6c7ac71be | Context tempest@default cleanup() started 2020-11-15 22:59:39.287 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Deleting flavor 'rally_verify_c264a302_LFDFIZEl'. 2020-11-15 22:59:39.501 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_c264a302_LFDFIZEl' has been deleted. 2020-11-15 22:59:39.504 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Removing value '90034c68-f8b6-4b0d-9c60-095b9fd80af4' of option 'instance_type' from Tempest config file. 2020-11-15 22:59:39.504 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Value '90034c68-f8b6-4b0d-9c60-095b9fd80af4' has been removed. 2020-11-15 22:59:39.512 32 INFO rally.task.context [-] Verification 9d069961-561d-4b93-a23f-1cc6c7ac71be | Context tempest@default cleanup() finished in 0.40 sec 2020-11-15 22:59:39.552 32 INFO rally.api [-] Verification (UUID=c264a302-ff8e-49fa-9a22-dab4f5d1dd7d) has been successfully finished for deployment 'opnfv-rally' (UUID=ba5a4866-ee1a-4cb4-b4c1-2cafb6de205b)! 2020-11-15 22:59:41.009 43 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-11-15 22:59:41.009 43 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-11-15 22:59:41.010 43 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-11-15 22:59:42.413 44 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-11-15 22:59:42.414 44 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-11-15 22:59:42.414 44 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-11-15 22:59:44.240 44 INFO rally.api [-] Building 'html' report for the following verification(s): 'c264a302-ff8e-49fa-9a22-dab4f5d1dd7d' 2020-11-15 22:59:44.270 44 INFO rally.api [-] The report has been successfully built. 2020-11-15 22:59:45.634 46 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-11-15 22:59:45.634 46 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-11-15 22:59:45.634 46 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-11-15 22:59:47.336 46 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): 'c264a302-ff8e-49fa-9a22-dab4f5d1dd7d' 2020-11-15 22:59:47.342 46 INFO rally.api [-] The report has been successfully built.