2021-05-06 02:49:52.451 25 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-05-06 02:49:52.451 25 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-05-06 02:49:52.451 25 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-05-06 02:49:55.586 25 ERROR rally.cli.cliutils [-] Unexpected exception in CLI: rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2021-05-06 02:49:55.586 25 ERROR rally.cli.cliutils Traceback (most recent call last): 2021-05-06 02:49:55.586 25 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2021-05-06 02:49:55.586 25 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2021-05-06 02:49:55.586 25 ERROR rally.cli.cliutils File "", line 2, in destroy 2021-05-06 02:49:55.586 25 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2021-05-06 02:49:55.586 25 ERROR rally.cli.cliutils return f(*args, **kwargs) 2021-05-06 02:49:55.586 25 ERROR rally.cli.cliutils File "", line 2, in destroy 2021-05-06 02:49:55.586 25 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2021-05-06 02:49:55.586 25 ERROR rally.cli.cliutils return f(*args, **kwargs) 2021-05-06 02:49:55.586 25 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2021-05-06 02:49:55.586 25 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2021-05-06 02:49:55.586 25 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2021-05-06 02:49:55.586 25 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2021-05-06 02:49:55.586 25 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2021-05-06 02:49:55.586 25 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2021-05-06 02:49:55.586 25 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2021-05-06 02:49:55.586 25 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2021-05-06 02:49:55.586 25 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2021-05-06 02:49:55.586 25 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2021-05-06 02:49:55.586 25 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2021-05-06 02:49:55.586 25 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2021-05-06 02:49:55.586 25 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2021-05-06 02:49:55.586 25 ERROR rally.cli.cliutils 2021-05-06 02:49:57.409 27 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-05-06 02:49:57.409 27 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-05-06 02:49:57.410 27 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-05-06 02:50:01.569 29 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-05-06 02:50:01.569 29 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-05-06 02:50:01.570 29 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-05-06 02:50:08.022 32 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-05-06 02:50:08.022 32 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-05-06 02:50:08.022 32 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-05-06 02:50:09.832 35 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-05-06 02:50:09.833 35 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-05-06 02:50:09.833 35 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-05-06 02:50:12.411 35 ERROR rally.cli.cliutils [-] Unexpected exception in CLI: rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2021-05-06 02:50:12.411 35 ERROR rally.cli.cliutils Traceback (most recent call last): 2021-05-06 02:50:12.411 35 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2021-05-06 02:50:12.411 35 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2021-05-06 02:50:12.411 35 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2021-05-06 02:50:12.411 35 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2021-05-06 02:50:12.411 35 ERROR rally.cli.cliutils return f(*args, **kwargs) 2021-05-06 02:50:12.411 35 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2021-05-06 02:50:12.411 35 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2021-05-06 02:50:12.411 35 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2021-05-06 02:50:12.411 35 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2021-05-06 02:50:12.411 35 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2021-05-06 02:50:12.411 35 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2021-05-06 02:50:12.411 35 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2021-05-06 02:50:12.411 35 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2021-05-06 02:50:12.411 35 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2021-05-06 02:50:12.411 35 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2021-05-06 02:50:12.411 35 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2021-05-06 02:50:12.411 35 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2021-05-06 02:50:12.411 35 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2021-05-06 02:50:12.411 35 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2021-05-06 02:50:12.411 35 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2021-05-06 02:50:12.411 35 ERROR rally.cli.cliutils 2021-05-06 02:50:14.278 37 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-05-06 02:50:14.279 37 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-05-06 02:50:14.279 37 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-05-06 02:50:16.352 37 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2021-05-06 02:50:16.403 37 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-6dea8359-e9fe-4847-9165-d3f1ca88d1aa/repo. 2021-05-06 02:50:16.894 37 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-6dea8359-e9fe-4847-9165-d3f1ca88d1aa/repo'... done. Note: switching to '92ecd52a6535bdf71962efab1cc93797eac30e50'. You are in 'detached HEAD' state. You can look around, make experimental changes and commit them, and you can discard any commits you make in this state without impacting any branches by switching back to a branch. If you want to create a new branch to retain commits you create, you may do so (now or later) by using -c with the switch command. Example: git switch -c Or undo this operation with: git switch - Turn off this advice by setting config variable advice.detachedHead to false ' 2021-05-06 02:50:16.942 37 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'tags/24.0.0-208-g92ecd52a6 ' 2021-05-06 02:50:16.951 37 RALLYDEBUG rally.verification.utils [-] Subprocess output: '92ecd52a6535bdf71962efab1cc93797eac30e50 ' 2021-05-06 02:50:16.970 37 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2021-05-06 02:50:17.141 37 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2021-05-06 02:50:18.055 37 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=6dea8359-e9fe-4847-9165-d3f1ca88d1aa) has been successfully created! 2021-05-06 02:50:20.066 45 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-05-06 02:50:20.066 45 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-05-06 02:50:20.066 45 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-05-06 02:50:25.651 48 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-05-06 02:50:25.651 48 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-05-06 02:50:25.651 48 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-05-06 02:50:27.963 48 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=6dea8359-e9fe-4847-9165-d3f1ca88d1aa) for deployment 'opnfv-rally' (UUID=4b5cb983-0ab6-46e6-9eef-0eb08d39c298). 2021-05-06 02:50:29.107 48 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=6dea8359-e9fe-4847-9165-d3f1ca88d1aa) has been successfully configured for deployment 'opnfv-rally' (UUID=4b5cb983-0ab6-46e6-9eef-0eb08d39c298)! 2021-05-06 02:50:35.582 53 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-05-06 02:50:35.583 53 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-05-06 02:50:35.583 53 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-05-06 02:50:38.013 53 INFO rally.api [-] Starting verification (UUID=752f190d-8a2b-4374-8f14-799b528d83bf) for deployment 'opnfv-rally' (UUID=4b5cb983-0ab6-46e6-9eef-0eb08d39c298) by verifier 'opnfv-tempest' (UUID=6dea8359-e9fe-4847-9165-d3f1ca88d1aa). 2021-05-06 02:50:38.997 53 RALLYDEBUG rally_openstack.verification.tempest.context [-] Creating role 'ResellerAdmin'. 2021-05-06 02:50:39.067 53 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2021-05-06 02:50:39.068 53 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-6dea8359-e9fe-4847-9165-d3f1ca88d1aa/for-deployment-4b5cb983-0ab6-46e6-9eef-0eb08d39c298/tempest.log' to option 'log_file'. 2021-05-06 02:50:39.069 53 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-6dea8359-e9fe-4847-9165-d3f1ca88d1aa/for-deployment-4b5cb983-0ab6-46e6-9eef-0eb08d39c298/tempest.log 2021-05-06 02:50:39.069 53 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2021-05-06 02:50:39.069 53 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-6dea8359-e9fe-4847-9165-d3f1ca88d1aa/for-deployment-4b5cb983-0ab6-46e6-9eef-0eb08d39c298/lock_files' to option 'lock_path'. 2021-05-06 02:50:39.070 53 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-6dea8359-e9fe-4847-9165-d3f1ca88d1aa/for-deployment-4b5cb983-0ab6-46e6-9eef-0eb08d39c298/lock_files 2021-05-06 02:50:39.070 53 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is already configured in Tempest config file. img_dir = /home/opnfv/functest/images 2021-05-06 02:50:39.071 53 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_file' is already configured in Tempest config file. img_file = cirros-0.4.0-x86_64-disk.img 2021-05-06 02:50:39.072 53 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = ba6ebd36-9c4b-4f2d-a7e9-2203446537c6 2021-05-06 02:50:39.072 53 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = f86e33e8-5177-4e94-9089-04f22f1841eb 2021-05-06 02:50:39.073 53 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = 7808d518-cef3-41e7-aac8-f00f902a3852 2021-05-06 02:50:39.074 53 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = a761cdca-ae18-4328-b9b7-55eccd680e69 2021-05-06 02:50:39.396 53 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2021-05-06 02:50:39.397 53 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = tempest_smoke-net_4863bf6a-b186-4880-bdc7-599ce2b8b34a 2021-05-06 02:50:39.398 53 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2021-05-06 02:50:39.525 53 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2021-05-06 02:50:39.575 53 RALLYDEBUG rally_openstack.verification.tempest.context [-] There is no flavor with the mentioned properties. 2021-05-06 02:50:39.576 53 RALLYDEBUG rally_openstack.verification.tempest.context [-] Creating flavor 'rally_verify_752f190d_GVbgfZZh' with the following properties: RAM = 64MB, VCPUs = 1, disk = 5GB. 2021-05-06 02:50:39.616 53 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_752f190d_GVbgfZZh' (ID = c68ba304-6913-47b1-9e4d-c0e29c616d25) has been successfully created! 2021-05-06 02:50:39.616 53 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value 'c68ba304-6913-47b1-9e4d-c0e29c616d25' to option 'instance_type'. 2021-05-06 02:50:39.617 53 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = c68ba304-6913-47b1-9e4d-c0e29c616d25 2021-05-06 02:50:39.618 53 INFO rally.task.context [-] Verification 6dea8359-e9fe-4847-9165-d3f1ca88d1aa | Context tempest@default setup() finished in 1.03 sec 2021-05-06 02:50:39.619 53 INFO rally.task.context [-] Verification 6dea8359-e9fe-4847-9165-d3f1ca88d1aa | Context testr@default setup() finished in 0.60 msec 2021-05-06 02:50:39.620 53 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --concurrency 4 --load-list /tmp/b25fedc2-4374-483e-aa78-34228899aa25'. 2021-05-06 02:50:46.905 53 INFO opnfv-tempest [-] {3} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_get_flavor ... success [0.246s] 2021-05-06 02:50:47.001 53 INFO opnfv-tempest [-] {3} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors ... success [0.098s] 2021-05-06 02:50:49.725 53 INFO opnfv-tempest [-] {2} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_create ... success [0.730s] 2021-05-06 02:50:51.312 53 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_security_groups_create_list_delete ... success [2.788s] 2021-05-06 02:50:51.507 53 INFO opnfv-tempest [-] {2} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_list ... success [1.777s] 2021-05-06 02:50:59.178 53 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_endpoints.EndPointsTestJSON.test_update_endpoint ... success [0.842s] 2021-05-06 02:51:07.964 53 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_role_create_update_show_list ... success [0.378s] 2021-05-06 02:51:16.404 53 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_services.ServicesTestJSON.test_create_update_get_service ... success [0.542s] 2021-05-06 02:51:22.446 53 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_list_servers ... success [0.168s] 2021-05-06 02:51:22.450 53 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_verify_server_details ... success [0.002s] 2021-05-06 02:51:22.963 53 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers ... success [0.196s] 2021-05-06 02:51:22.964 53 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_server_details ... success [0.001s] 2021-05-06 02:51:26.261 53 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_get_trusts_all ... success [3.583s] 2021-05-06 02:51:32.592 53 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_list_update_show_delete_security_group ... success [1.366s] 2021-05-06 02:51:34.397 53 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_show_delete_security_group_rule ... success [1.800s] 2021-05-06 02:51:34.485 53 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_list_security_groups ... success [0.091s] 2021-05-06 02:51:37.642 53 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_attach_interfaces.AttachInterfacesUnderV243Test.test_add_remove_fixed_ip ... success [39.380s] 2021-05-06 02:51:38.922 53 INFO opnfv-tempest [-] {0} tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools ... success [0.609s] 2021-05-06 02:51:39.830 53 INFO opnfv-tempest [-] {1} tempest.api.compute.test_versions.TestVersions.test_get_version_details ... success [0.037s] 2021-05-06 02:51:39.841 53 INFO opnfv-tempest [-] {1} tempest.api.compute.test_versions.TestVersions.test_list_api_versions ... success [0.012s] 2021-05-06 02:51:41.330 53 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v2.test_services.ServicesTestJSON ... skip: b'Identity api v2 is not enabled' 2021-05-06 02:51:41.334 53 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v2.test_users.UsersTestJSON ... skip: b'Identity api v2 is not enabled' 2021-05-06 02:51:41.340 53 INFO opnfv-tempest [-] {1} tempest.api.identity.v2.test_api_discovery.TestApiDiscovery ... skip: b'Identity api v2 is not enabled' 2021-05-06 02:51:42.810 53 INFO opnfv-tempest [-] {0} tempest.api.network.test_versions.NetworksApiDiscovery.test_api_version_resources ... success [0.012s] 2021-05-06 02:51:43.102 53 INFO opnfv-tempest [-] {0} tempest.api.network.test_versions.NetworksApiDiscovery.test_show_api_v2_details ... success [0.288s] 2021-05-06 02:51:43.719 53 INFO opnfv-tempest [-] {1} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_media_types ... success [0.096s] 2021-05-06 02:51:43.807 53 INFO opnfv-tempest [-] {1} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_resources ... success [0.088s] 2021-05-06 02:51:43.836 53 INFO opnfv-tempest [-] {1} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_statuses ... success [0.029s] 2021-05-06 02:51:43.851 53 INFO opnfv-tempest [-] {1} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_list_api_versions ... success [0.014s] 2021-05-06 02:51:44.590 53 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_quotas.AccountQuotasTest ... skip: b'AccountQuotasTest skipped as swift is not available' 2021-05-06 02:51:44.595 53 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest ... skip: b'ContainerTest skipped as swift is not available' 2021-05-06 02:51:46.993 53 INFO opnfv-tempest [-] {0} tempest.api.volume.test_versions.VersionsTest.test_list_versions ... success [0.018s] 2021-05-06 02:51:48.642 53 INFO opnfv-tempest [-] {1} tempest.api.network.test_extensions.ExtensionsTestJSON.test_list_show_extensions ... success [0.864s] 2021-05-06 02:51:56.048 53 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_network ... success [3.629s] 2021-05-06 02:52:00.052 53 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses ... success [0.294s] 2021-05-06 02:52:00.285 53 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_port ... success [4.236s] 2021-05-06 02:52:00.411 53 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses_by_network ... success [0.358s] 2021-05-06 02:52:04.769 53 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_subnet ... success [4.482s] 2021-05-06 02:52:12.047 53 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers ... success [0.221s] 2021-05-06 02:52:12.051 53 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_server_details ... success [0.002s] 2021-05-06 02:52:12.304 53 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v3.test_credentials.CredentialsTestJSON.test_credentials_create_get_update_delete ... success [0.553s] 2021-05-06 02:52:16.887 53 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_attach_detach_volume_to_instance ... success [22.216s] 2021-05-06 02:52:25.464 53 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_create_update_delete_domain ... success [0.900s] 2021-05-06 02:52:46.976 53 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list ... success [0.116s] 2021-05-06 02:52:48.908 53 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v3.test_groups.GroupsV3TestJSON.test_group_users_add_list_delete ... success [3.864s] 2021-05-06 02:52:52.134 53 INFO opnfv-tempest [-] {1} tempest.api.network.test_routers.RoutersIpV6Test.test_add_multiple_router_interfaces ... success [37.665s] 2021-05-06 02:52:56.888 53 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v3.test_regions.RegionsTestJSON.test_create_region_with_specific_id ... success [0.326s] 2021-05-06 02:53:01.988 53 INFO opnfv-tempest [-] {2} tempest.api.identity.v3.test_domains.DefaultDomainTestJSON.test_default_domain_exists ... success [0.117s] 2021-05-06 02:53:04.662 53 INFO opnfv-tempest [-] {1} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_port_id ... success [12.527s] 2021-05-06 02:53:16.603 53 INFO opnfv-tempest [-] {1} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_subnet_id ... success [11.942s] 2021-05-06 02:53:16.793 53 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksIpV6Test.test_create_update_delete_network_subnet ... success [6.253s] 2021-05-06 02:53:17.101 53 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksIpV6Test.test_external_network_visibility ... success [0.308s] 2021-05-06 02:53:17.373 53 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksIpV6Test.test_list_networks ... success [0.269s] 2021-05-06 02:53:17.449 53 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksIpV6Test.test_list_subnets ... success [0.072s] 2021-05-06 02:53:17.630 53 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksIpV6Test.test_show_network ... success [0.178s] 2021-05-06 02:53:17.708 53 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksIpV6Test.test_show_subnet ... success [0.072s] 2021-05-06 02:53:22.819 53 INFO opnfv-tempest [-] {1} tempest.api.network.test_routers.RoutersIpV6Test.test_create_show_list_update_delete_router ... success [6.213s] 2021-05-06 02:53:30.541 53 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_hard ... success [19.238s] 2021-05-06 02:53:31.521 53 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_create_update_delete_network_subnet ... success [6.263s] 2021-05-06 02:53:31.867 53 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_external_network_visibility ... success [0.344s] 2021-05-06 02:53:32.162 53 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_list_networks ... success [0.293s] 2021-05-06 02:53:32.272 53 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_list_subnets ... success [0.110s] 2021-05-06 02:53:32.442 53 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_show_network ... success [0.171s] 2021-05-06 02:53:32.571 53 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_show_subnet ... success [0.128s] 2021-05-06 02:53:48.821 53 INFO opnfv-tempest [-] {2} tempest.api.network.test_ports.PortsTestJSON.test_create_port_in_allowed_allocation_pools ... success [6.895s] 2021-05-06 02:53:49.364 53 INFO opnfv-tempest [-] {1} tempest.api.network.test_routers.RoutersTest.test_add_multiple_router_interfaces ... success [22.167s] 2021-05-06 02:53:51.865 53 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_policies.PoliciesTestJSON.test_create_update_delete_policy ... success [0.387s] 2021-05-06 02:53:54.870 53 INFO opnfv-tempest [-] {2} tempest.api.network.test_ports.PortsTestJSON.test_create_port_with_no_securitygroups ... success [6.048s] 2021-05-06 02:53:57.044 53 INFO opnfv-tempest [-] {2} tempest.api.network.test_ports.PortsTestJSON.test_create_update_delete_port ... success [2.169s] 2021-05-06 02:53:57.152 53 INFO opnfv-tempest [-] {2} tempest.api.network.test_ports.PortsTestJSON.test_list_ports ... success [0.108s] 2021-05-06 02:53:57.233 53 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_delete_image ... success [0.564s] 2021-05-06 02:53:57.239 53 INFO opnfv-tempest [-] {2} tempest.api.network.test_ports.PortsTestJSON.test_show_port ... success [0.086s] 2021-05-06 02:53:59.146 53 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_register_upload_get_image_file ... success [1.911s] 2021-05-06 02:53:59.299 53 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_update_image ... success [0.154s] 2021-05-06 02:54:01.808 53 INFO opnfv-tempest [-] {1} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_port_id ... success [12.439s] 2021-05-06 02:54:03.704 53 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_versions.VersionsTest.test_list_versions ... success [0.010s] 2021-05-06 02:54:09.557 53 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete ... success [6.724s] 2021-05-06 02:54:12.613 53 INFO opnfv-tempest [-] {1} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_subnet_id ... success [10.801s] 2021-05-06 02:54:18.794 53 INFO opnfv-tempest [-] {1} tempest.api.network.test_routers.RoutersTest.test_create_show_list_update_delete_router ... success [6.181s] 2021-05-06 02:54:23.675 53 INFO opnfv-tempest [-] {3} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_floating_ip_specifying_a_fixed_ip_address ... success [5.221s] 2021-05-06 02:54:24.829 53 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group ... success [1.081s] 2021-05-06 02:54:26.648 53 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule ... success [1.806s] 2021-05-06 02:54:26.715 53 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups ... success [0.072s] 2021-05-06 02:54:27.305 53 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image ... success [17.739s] 2021-05-06 02:54:28.152 53 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_account_services.AccountTest ... skip: b'AccountTest skipped as swift is not available' 2021-05-06 02:54:33.689 53 INFO opnfv-tempest [-] {3} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_list_show_update_delete_floating_ip ... success [10.012s] 2021-05-06 02:54:50.210 53 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_network ... success [3.808s] 2021-05-06 02:54:54.102 53 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_port ... success [3.890s] 2021-05-06 02:55:01.612 53 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_subnet ... success [7.507s] 2021-05-06 02:55:18.701 53 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_in_allowed_allocation_pools ... success [6.060s] 2021-05-06 02:55:24.134 53 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_with_no_securitygroups ... success [5.429s] 2021-05-06 02:55:26.202 53 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_update_delete_port ... success [2.066s] 2021-05-06 02:55:26.325 53 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsIpV6TestJSON.test_list_ports ... success [0.119s] 2021-05-06 02:55:26.421 53 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsIpV6TestJSON.test_show_port ... success [0.096s] 2021-05-06 02:55:29.899 53 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest ... skip: b'ContainerQuotasTest skipped as swift is not available' 2021-05-06 02:55:29.902 53 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_object_services.ObjectTest ... skip: b'ObjectTest skipped as swift is not available' 2021-05-06 02:55:30.171 53 INFO rally.task.context [-] Verification 6dea8359-e9fe-4847-9165-d3f1ca88d1aa | Context testr@default cleanup() started 2021-05-06 02:55:30.171 53 INFO rally.task.context [-] Verification 6dea8359-e9fe-4847-9165-d3f1ca88d1aa | Context testr@default cleanup() finished in 0.59 msec 2021-05-06 02:55:30.172 53 INFO rally.task.context [-] Verification 6dea8359-e9fe-4847-9165-d3f1ca88d1aa | Context tempest@default cleanup() started 2021-05-06 02:55:30.715 53 RALLYDEBUG rally_openstack.verification.tempest.context [-] Deleting role 'ResellerAdmin'. 2021-05-06 02:55:30.822 53 RALLYDEBUG rally_openstack.verification.tempest.context [-] Role 'ResellerAdmin' has been deleted. 2021-05-06 02:55:30.866 53 RALLYDEBUG rally_openstack.verification.tempest.context [-] Deleting flavor 'rally_verify_752f190d_GVbgfZZh'. 2021-05-06 02:55:31.283 53 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_752f190d_GVbgfZZh' has been deleted. 2021-05-06 02:55:31.285 53 RALLYDEBUG rally_openstack.verification.tempest.context [-] Removing value 'c68ba304-6913-47b1-9e4d-c0e29c616d25' of option 'instance_type' from Tempest config file. 2021-05-06 02:55:31.285 53 RALLYDEBUG rally_openstack.verification.tempest.context [-] Value 'c68ba304-6913-47b1-9e4d-c0e29c616d25' has been removed. 2021-05-06 02:55:31.287 53 INFO rally.task.context [-] Verification 6dea8359-e9fe-4847-9165-d3f1ca88d1aa | Context tempest@default cleanup() finished in 1.12 sec 2021-05-06 02:55:31.312 53 INFO rally.api [-] Verification (UUID=752f190d-8a2b-4374-8f14-799b528d83bf) has been successfully finished for deployment 'opnfv-rally' (UUID=4b5cb983-0ab6-46e6-9eef-0eb08d39c298)! 2021-05-06 02:55:33.431 76 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-05-06 02:55:33.432 76 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-05-06 02:55:33.432 76 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-05-06 02:55:35.294 78 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-05-06 02:55:35.295 78 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-05-06 02:55:35.295 78 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-05-06 02:55:37.599 78 INFO rally.api [-] Building 'html' report for the following verification(s): '752f190d-8a2b-4374-8f14-799b528d83bf' 2021-05-06 02:55:37.638 78 INFO rally.api [-] The report has been successfully built. 2021-05-06 02:55:39.629 80 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-05-06 02:55:39.630 80 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-05-06 02:55:39.630 80 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-05-06 02:55:42.116 80 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): '752f190d-8a2b-4374-8f14-799b528d83bf' 2021-05-06 02:55:42.125 80 INFO rally.api [-] The report has been successfully built.