2020-11-28 12:08:37.063 7 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-11-28 12:08:37.063 7 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-11-28 12:08:37.063 7 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-11-28 12:08:39.353 7 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-28 12:08:39.353 7 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-11-28 12:08:39.353 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-11-28 12:08:39.353 7 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-11-28 12:08:39.353 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-11-28 12:08:39.353 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2020-11-28 12:08:39.353 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-11-28 12:08:39.353 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-11-28 12:08:39.353 7 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-11-28 12:08:39.353 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-11-28 12:08:39.353 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2020-11-28 12:08:39.353 7 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2020-11-28 12:08:39.353 7 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2020-11-28 12:08:39.353 7 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2020-11-28 12:08:39.353 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2020-11-28 12:08:39.353 7 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2020-11-28 12:08:39.353 7 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2020-11-28 12:08:39.353 7 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2020-11-28 12:08:39.353 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-11-28 12:08:39.353 7 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-11-28 12:08:39.353 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2020-11-28 12:08:39.353 7 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-11-28 12:08:39.353 7 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2020-11-28 12:08:39.353 7 ERROR rally.cli.cliutils 2020-11-28 12:08:40.837 9 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-11-28 12:08:40.837 9 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-11-28 12:08:40.837 9 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-11-28 12:08:44.917 11 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-11-28 12:08:44.918 11 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-11-28 12:08:44.918 11 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-11-28 12:08:49.327 14 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-11-28 12:08:49.328 14 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-11-28 12:08:49.328 14 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-11-28 12:08:50.711 17 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-11-28 12:08:50.712 17 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-11-28 12:08:50.712 17 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-11-28 12:08:52.844 17 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-28 12:08:52.844 17 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-11-28 12:08:52.844 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-11-28 12:08:52.844 17 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-11-28 12:08:52.844 17 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2020-11-28 12:08:52.844 17 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-11-28 12:08:52.844 17 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-11-28 12:08:52.844 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2020-11-28 12:08:52.844 17 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2020-11-28 12:08:52.844 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2020-11-28 12:08:52.844 17 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2020-11-28 12:08:52.844 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2020-11-28 12:08:52.844 17 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2020-11-28 12:08:52.844 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2020-11-28 12:08:52.844 17 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2020-11-28 12:08:52.844 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-11-28 12:08:52.844 17 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-11-28 12:08:52.844 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2020-11-28 12:08:52.844 17 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2020-11-28 12:08:52.844 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2020-11-28 12:08:52.844 17 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-11-28 12:08:52.844 17 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2020-11-28 12:08:52.844 17 ERROR rally.cli.cliutils 2020-11-28 12:08:54.576 19 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-11-28 12:08:54.576 19 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-11-28 12:08:54.576 19 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-11-28 12:08:56.598 19 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2020-11-28 12:08:56.703 19 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-0d96c7a7-8a6e-4b28-b06b-e9a86e0648f1/repo. 2020-11-28 12:08:56.965 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-0d96c7a7-8a6e-4b28-b06b-e9a86e0648f1/repo'... done. Note: switching to '59bbab45dec3ab559259e98cba1bb93307aa58bf'. 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-11-28 12:08:56.979 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'tags/24.0.0-1-g59bbab45d ' 2020-11-28 12:08:56.986 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: '59bbab45dec3ab559259e98cba1bb93307aa58bf ' 2020-11-28 12:08:57.008 19 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2020-11-28 12:08:57.064 19 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2020-11-28 12:08:57.688 19 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=0d96c7a7-8a6e-4b28-b06b-e9a86e0648f1) has been successfully created! 2020-11-28 12:08:59.128 27 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-11-28 12:08:59.129 27 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-11-28 12:08:59.129 27 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-11-28 12:09:03.527 30 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-11-28 12:09:03.528 30 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-11-28 12:09:03.528 30 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-11-28 12:09:05.613 30 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=0d96c7a7-8a6e-4b28-b06b-e9a86e0648f1) for deployment 'opnfv-rally' (UUID=a7684b02-91d8-4ba3-a6fa-412c098fb6a7). 2020-11-28 12:09:06.025 30 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=0d96c7a7-8a6e-4b28-b06b-e9a86e0648f1) has been successfully configured for deployment 'opnfv-rally' (UUID=a7684b02-91d8-4ba3-a6fa-412c098fb6a7)! 2020-11-28 12:09:11.474 35 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-11-28 12:09:11.474 35 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-11-28 12:09:11.474 35 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-11-28 12:09:13.511 35 INFO rally.api [-] Starting verification (UUID=03d09970-c19e-49ff-8505-4661befd6793) for deployment 'opnfv-rally' (UUID=a7684b02-91d8-4ba3-a6fa-412c098fb6a7) by verifier 'opnfv-tempest' (UUID=0d96c7a7-8a6e-4b28-b06b-e9a86e0648f1). 2020-11-28 12:09:14.198 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2020-11-28 12:09:14.199 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-0d96c7a7-8a6e-4b28-b06b-e9a86e0648f1/for-deployment-a7684b02-91d8-4ba3-a6fa-412c098fb6a7/tempest.log' to option 'log_file'. 2020-11-28 12:09:14.199 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-0d96c7a7-8a6e-4b28-b06b-e9a86e0648f1/for-deployment-a7684b02-91d8-4ba3-a6fa-412c098fb6a7/tempest.log 2020-11-28 12:09:14.200 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2020-11-28 12:09:14.200 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-0d96c7a7-8a6e-4b28-b06b-e9a86e0648f1/for-deployment-a7684b02-91d8-4ba3-a6fa-412c098fb6a7/lock_files' to option 'lock_path'. 2020-11-28 12:09:14.201 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-0d96c7a7-8a6e-4b28-b06b-e9a86e0648f1/for-deployment-a7684b02-91d8-4ba3-a6fa-412c098fb6a7/lock_files 2020-11-28 12:09:14.201 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is already configured in Tempest config file. img_dir = /home/opnfv/functest/images 2020-11-28 12:09:14.201 35 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-28 12:09:14.202 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = 4b207a56-7832-4aba-8c7e-4c103f2546f8 2020-11-28 12:09:14.202 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = f76a64af-1831-44fc-9ac8-b9af8324f139 2020-11-28 12:09:14.203 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = ca0a2bbb-b6c8-46af-a246-4074234d2a22 2020-11-28 12:09:14.203 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = 130e8471-1163-4cd3-a22a-05b4816c52cc 2020-11-28 12:09:14.469 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2020-11-28 12:09:14.469 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = tempest_smoke-net_9ebd8564-75bd-4f29-a475-60f0ce72e21c 2020-11-28 12:09:14.470 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2020-11-28 12:09:14.563 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2020-11-28 12:09:14.610 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] There is no flavor with the mentioned properties. 2020-11-28 12:09:14.610 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Creating flavor 'rally_verify_03d09970_cMwDbJLX' with the following properties: RAM = 64MB, VCPUs = 1, disk = 5GB. 2020-11-28 12:09:14.646 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_03d09970_cMwDbJLX' (ID = 32aa1360-e76a-43bf-be4a-b8d70bd7aedf) has been successfully created! 2020-11-28 12:09:14.647 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '32aa1360-e76a-43bf-be4a-b8d70bd7aedf' to option 'instance_type'. 2020-11-28 12:09:14.647 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = 32aa1360-e76a-43bf-be4a-b8d70bd7aedf 2020-11-28 12:09:14.648 35 INFO rally.task.context [-] Verification 0d96c7a7-8a6e-4b28-b06b-e9a86e0648f1 | Context tempest@default setup() finished in 0.92 sec 2020-11-28 12:09:14.648 35 INFO rally.task.context [-] Verification 0d96c7a7-8a6e-4b28-b06b-e9a86e0648f1 | Context testr@default setup() finished in 0.37 msec 2020-11-28 12:09:14.649 35 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --concurrency 4 --load-list /tmp/05684f68-d389-46da-bc07-6e0df54ad52b'. 2020-11-28 12:09:17.774 35 INFO opnfv-tempest [-] {2} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_get_flavor ... success [0.140s] 2020-11-28 12:09:17.856 35 INFO opnfv-tempest [-] {2} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors ... success [0.081s] 2020-11-28 12:09:19.707 35 INFO opnfv-tempest [-] {3} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_create ... success [0.963s] 2020-11-28 12:09:22.106 35 INFO opnfv-tempest [-] {3} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_list ... success [2.398s] 2020-11-28 12:09:23.447 35 INFO opnfv-tempest [-] {2} tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_security_groups_create_list_delete ... success [3.019s] 2020-11-28 12:09:25.828 35 INFO opnfv-tempest [-] {3} tempest.api.compute.test_versions.TestVersions.test_get_version_details ... success [0.028s] 2020-11-28 12:09:25.841 35 INFO opnfv-tempest [-] {3} tempest.api.compute.test_versions.TestVersions.test_list_api_versions ... success [0.013s] 2020-11-28 12:09:28.969 35 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_endpoints.EndPointsTestJSON.test_update_endpoint ... success [0.715s] 2020-11-28 12:09:32.646 35 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_policies.PoliciesTestJSON.test_create_update_delete_policy ... success [0.344s] 2020-11-28 12:09:37.763 35 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_get_trusts_all ... success [1.798s] 2020-11-28 12:09:44.225 35 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_network ... success [2.395s] 2020-11-28 12:09:45.908 35 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_list_servers ... success [0.173s] 2020-11-28 12:09:45.909 35 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_verify_server_details ... success [0.001s] 2020-11-28 12:09:50.459 35 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers ... success [0.132s] 2020-11-28 12:09:50.459 35 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_server_details ... success [0.001s] 2020-11-28 12:09:51.357 35 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_port ... success [7.133s] 2020-11-28 12:09:55.223 35 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_subnet ... success [3.865s] 2020-11-28 12:10:10.259 35 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses ... success [0.074s] 2020-11-28 12:10:10.412 35 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses_by_network ... success [0.152s] 2020-11-28 12:10:10.532 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_attach_interfaces.AttachInterfacesUnderV243Test.test_add_remove_fixed_ip ... success [45.088s] 2020-11-28 12:10:12.075 35 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksIpV6Test.test_create_update_delete_network_subnet ... success [5.163s] 2020-11-28 12:10:12.258 35 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksIpV6Test.test_external_network_visibility ... success [0.183s] 2020-11-28 12:10:12.379 35 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksIpV6Test.test_list_networks ... success [0.120s] 2020-11-28 12:10:12.436 35 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksIpV6Test.test_list_subnets ... success [0.057s] 2020-11-28 12:10:12.539 35 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksIpV6Test.test_show_network ... success [0.102s] 2020-11-28 12:10:12.590 35 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksIpV6Test.test_show_subnet ... success [0.051s] 2020-11-28 12:10:17.039 35 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v2.test_services.ServicesTestJSON ... skip: b'Identity api v2 is not enabled' 2020-11-28 12:10:17.041 35 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v2.test_users.UsersTestJSON ... skip: b'Identity api v2 is not enabled' 2020-11-28 12:10:18.919 35 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v3.test_credentials.CredentialsTestJSON.test_credentials_create_get_update_delete ... success [0.314s] 2020-11-28 12:10:24.991 35 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v3.test_groups.GroupsV3TestJSON.test_group_users_add_list_delete ... success [2.201s] 2020-11-28 12:10:27.763 35 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksTest.test_create_update_delete_network_subnet ... success [5.904s] 2020-11-28 12:10:28.016 35 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksTest.test_external_network_visibility ... success [0.251s] 2020-11-28 12:10:28.150 35 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksTest.test_list_networks ... success [0.134s] 2020-11-28 12:10:28.212 35 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksTest.test_list_subnets ... success [0.062s] 2020-11-28 12:10:28.316 35 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_delete_image ... success [0.426s] 2020-11-28 12:10:28.322 35 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksTest.test_show_network ... success [0.108s] 2020-11-28 12:10:28.384 35 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksTest.test_show_subnet ... success [0.062s] 2020-11-28 12:10:28.895 35 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_register_upload_get_image_file ... success [0.578s] 2020-11-28 12:10:29.033 35 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_update_image ... success [0.138s] 2020-11-28 12:10:33.267 35 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_network ... success [2.294s] 2020-11-28 12:10:33.380 35 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group ... success [1.534s] 2020-11-28 12:10:36.111 35 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_port ... success [2.842s] 2020-11-28 12:10:36.461 35 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule ... success [3.076s] 2020-11-28 12:10:36.528 35 INFO opnfv-tempest [-] {3} tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups ... success [0.072s] 2020-11-28 12:10:38.832 35 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_account_services.AccountTest.test_list_account_metadata ... success [0.027s] 2020-11-28 12:10:38.841 35 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers ... success [0.010s] 2020-11-28 12:10:42.553 35 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_subnet ... success [6.442s] 2020-11-28 12:10:44.593 35 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_hard ... success [17.263s] 2020-11-28 12:10:44.734 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers ... success [0.173s] 2020-11-28 12:10:44.735 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_server_details ... success [0.001s] 2020-11-28 12:10:53.663 35 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_object_services.ObjectTest.test_create_object ... success [0.032s] 2020-11-28 12:10:53.681 35 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_object_services.ObjectTest.test_get_object ... success [0.019s] 2020-11-28 12:10:53.707 35 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_object_services.ObjectTest.test_list_object_metadata ... success [0.025s] 2020-11-28 12:10:53.733 35 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_object_services.ObjectTest.test_update_object_metadata ... success [0.026s] 2020-11-28 12:10:59.417 35 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_role_create_update_show_list ... success [0.523s] 2020-11-28 12:10:59.851 35 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_create_update_delete_domain ... success [0.777s] 2020-11-28 12:11:04.503 35 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_regions.RegionsTestJSON.test_create_region_with_specific_id ... success [0.117s] 2020-11-28 12:11:04.642 35 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v3.test_services.ServicesTestJSON.test_create_update_get_service ... success [0.365s] 2020-11-28 12:11:05.442 35 INFO opnfv-tempest [-] {1} tempest.api.network.test_routers.RoutersIpV6Test.test_add_multiple_router_interfaces ... success [16.080s] 2020-11-28 12:11:08.645 35 INFO opnfv-tempest [-] {2} tempest.api.identity.v2.test_api_discovery.TestApiDiscovery ... skip: b'Identity api v2 is not enabled' 2020-11-28 12:11:09.296 35 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_media_types ... success [0.070s] 2020-11-28 12:11:09.360 35 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_resources ... success [0.064s] 2020-11-28 12:11:09.381 35 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_statuses ... success [0.021s] 2020-11-28 12:11:09.389 35 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_list_api_versions ... success [0.008s] 2020-11-28 12:11:10.992 35 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_domains.DefaultDomainTestJSON.test_default_domain_exists ... success [0.080s] 2020-11-28 12:11:12.554 35 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_versions.VersionsTest.test_list_versions ... success [0.009s] 2020-11-28 12:11:14.540 35 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_attach_detach_volume_to_instance ... success [14.158s] 2020-11-28 12:11:15.456 35 INFO opnfv-tempest [-] {0} tempest.api.network.test_extensions.ExtensionsTestJSON.test_list_show_extensions ... success [1.005s] 2020-11-28 12:11:16.188 35 INFO opnfv-tempest [-] {1} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_port_id ... success [10.745s] 2020-11-28 12:11:25.044 35 INFO opnfv-tempest [-] {2} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_floating_ip_specifying_a_fixed_ip_address ... success [3.816s] 2020-11-28 12:11:25.100 35 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_port_in_allowed_allocation_pools ... success [6.424s] 2020-11-28 12:11:26.183 35 INFO opnfv-tempest [-] {1} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_subnet_id ... success [9.994s] 2020-11-28 12:11:28.885 35 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_port_with_no_securitygroups ... success [3.783s] 2020-11-28 12:11:31.510 35 INFO opnfv-tempest [-] {2} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_list_show_update_delete_floating_ip ... success [6.463s] 2020-11-28 12:11:32.158 35 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_update_delete_port ... success [3.272s] 2020-11-28 12:11:32.320 35 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_list_ports ... success [0.162s] 2020-11-28 12:11:32.396 35 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_show_port ... success [0.076s] 2020-11-28 12:11:33.881 35 INFO opnfv-tempest [-] {1} tempest.api.network.test_routers.RoutersIpV6Test.test_create_show_list_update_delete_router ... success [7.698s] 2020-11-28 12:11:36.479 35 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_account_quotas.AccountQuotasTest.test_admin_modify_quota ... success [0.090s] 2020-11-28 12:11:36.506 35 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_account_quotas.AccountQuotasTest.test_upload_valid_object ... success [0.027s] 2020-11-28 12:11:43.184 35 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_container_services.ContainerTest.test_create_container ... success [2.208s] 2020-11-28 12:11:44.348 35 INFO opnfv-tempest [-] {2} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_in_allowed_allocation_pools ... success [4.212s] 2020-11-28 12:11:45.255 35 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents ... success [2.070s] 2020-11-28 12:11:47.316 35 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_metadata ... success [2.061s] 2020-11-28 12:11:49.631 35 INFO opnfv-tempest [-] {2} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_with_no_securitygroups ... success [5.282s] 2020-11-28 12:11:50.942 35 INFO opnfv-tempest [-] {1} tempest.api.volume.test_versions.VersionsTest.test_list_versions ... success [0.012s] 2020-11-28 12:11:51.165 35 INFO opnfv-tempest [-] {2} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_update_delete_port ... success [1.534s] 2020-11-28 12:11:51.224 35 INFO opnfv-tempest [-] {2} tempest.api.network.test_ports.PortsIpV6TestJSON.test_list_ports ... success [0.060s] 2020-11-28 12:11:51.297 35 INFO opnfv-tempest [-] {2} tempest.api.network.test_ports.PortsIpV6TestJSON.test_show_port ... success [0.072s] 2020-11-28 12:11:55.052 35 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_multiple_router_interfaces ... success [19.757s] 2020-11-28 12:11:55.093 35 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_list_update_show_delete_security_group ... success [0.908s] 2020-11-28 12:11:56.762 35 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_show_delete_security_group_rule ... success [1.662s] 2020-11-28 12:11:56.824 35 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_list_security_groups ... success [0.068s] 2020-11-28 12:12:00.066 35 INFO opnfv-tempest [-] {2} tempest.api.network.test_versions.NetworksApiDiscovery.test_api_version_resources ... success [0.015s] 2020-11-28 12:12:00.253 35 INFO opnfv-tempest [-] {2} tempest.api.network.test_versions.NetworksApiDiscovery.test_show_api_v2_details ... success [0.186s] 2020-11-28 12:12:03.479 35 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_port_id ... success [8.425s] 2020-11-28 12:12:03.944 35 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest.test_upload_large_object ... success [2.227s] 2020-11-28 12:12:06.058 35 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest.test_upload_too_many_objects ... success [2.112s] 2020-11-28 12:12:08.142 35 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest.test_upload_valid_object ... success [2.084s] 2020-11-28 12:12:11.808 35 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_subnet_id ... success [8.330s] 2020-11-28 12:12:15.117 35 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_create_show_list_update_delete_router ... success [3.308s] 2020-11-28 12:12:19.051 35 INFO opnfv-tempest [-] {0} tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools ... success [2.009s] 2020-11-28 12:12:26.497 35 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete ... success [5.996s] 2020-11-28 12:12:34.698 35 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image ... success [8.200s] 2020-11-28 12:12:41.100 35 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list ... success [0.053s] 2020-11-28 12:12:45.913 35 INFO rally.task.context [-] Verification 0d96c7a7-8a6e-4b28-b06b-e9a86e0648f1 | Context testr@default cleanup() started 2020-11-28 12:12:45.913 35 INFO rally.task.context [-] Verification 0d96c7a7-8a6e-4b28-b06b-e9a86e0648f1 | Context testr@default cleanup() finished in 0.70 msec 2020-11-28 12:12:45.914 35 INFO rally.task.context [-] Verification 0d96c7a7-8a6e-4b28-b06b-e9a86e0648f1 | Context tempest@default cleanup() started 2020-11-28 12:12:46.066 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Deleting flavor 'rally_verify_03d09970_cMwDbJLX'. 2020-11-28 12:12:46.273 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_03d09970_cMwDbJLX' has been deleted. 2020-11-28 12:12:46.273 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Removing value '32aa1360-e76a-43bf-be4a-b8d70bd7aedf' of option 'instance_type' from Tempest config file. 2020-11-28 12:12:46.274 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Value '32aa1360-e76a-43bf-be4a-b8d70bd7aedf' has been removed. 2020-11-28 12:12:46.280 35 INFO rally.task.context [-] Verification 0d96c7a7-8a6e-4b28-b06b-e9a86e0648f1 | Context tempest@default cleanup() finished in 0.37 sec 2020-11-28 12:12:46.302 35 INFO rally.api [-] Verification (UUID=03d09970-c19e-49ff-8505-4661befd6793) has been successfully finished for deployment 'opnfv-rally' (UUID=a7684b02-91d8-4ba3-a6fa-412c098fb6a7)! 2020-11-28 12:12:47.878 58 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-11-28 12:12:47.878 58 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-11-28 12:12:47.878 58 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-11-28 12:12:49.388 60 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-11-28 12:12:49.389 60 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-11-28 12:12:49.389 60 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-11-28 12:12:51.324 60 INFO rally.api [-] Building 'html' report for the following verification(s): '03d09970-c19e-49ff-8505-4661befd6793' 2020-11-28 12:12:51.346 60 INFO rally.api [-] The report has been successfully built. 2020-11-28 12:12:52.821 62 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-11-28 12:12:52.821 62 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-11-28 12:12:52.821 62 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-11-28 12:12:54.755 62 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): '03d09970-c19e-49ff-8505-4661befd6793' 2020-11-28 12:12:54.761 62 INFO rally.api [-] The report has been successfully built.