2020-07-14 23:04:48.425 6 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-14 23:04:48.426 6 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-14 23:04:48.426 6 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-14 23:04:50.654 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-07-14 23:04:50.654 6 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-07-14 23:04:50.654 6 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-07-14 23:04:50.654 6 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-07-14 23:04:50.654 6 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-07-14 23:04:50.654 6 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2020-07-14 23:04:50.654 6 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-07-14 23:04:50.654 6 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-07-14 23:04:50.654 6 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-07-14 23:04:50.654 6 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-07-14 23:04:50.654 6 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2020-07-14 23:04:50.654 6 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2020-07-14 23:04:50.654 6 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2020-07-14 23:04:50.654 6 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2020-07-14 23:04:50.654 6 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2020-07-14 23:04:50.654 6 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2020-07-14 23:04:50.654 6 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2020-07-14 23:04:50.654 6 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2020-07-14 23:04:50.654 6 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-07-14 23:04:50.654 6 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-07-14 23:04:50.654 6 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 519, in env_get 2020-07-14 23:04:50.654 6 ERROR rally.cli.cliutils criteria="uuid or name is %s" % uuid_or_name, table="envs") 2020-07-14 23:04:50.654 6 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2020-07-14 23:04:50.654 6 ERROR rally.cli.cliutils 2020-07-14 23:04:52.161 8 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-14 23:04:52.161 8 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-14 23:04:52.162 8 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-14 23:04:55.519 10 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-14 23:04:55.519 10 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-14 23:04:55.519 10 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-14 23:04:59.654 13 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-14 23:04:59.654 13 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-14 23:04:59.654 13 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-14 23:05:00.989 15 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-14 23:05:00.989 15 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-14 23:05:00.989 15 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-14 23:05:02.756 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-07-14 23:05:02.756 15 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-07-14 23:05:02.756 15 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-07-14 23:05:02.756 15 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-07-14 23:05:02.756 15 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2020-07-14 23:05:02.756 15 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-07-14 23:05:02.756 15 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-07-14 23:05:02.756 15 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 236, in delete_verifier 2020-07-14 23:05:02.756 15 ERROR rally.cli.cliutils force=force) 2020-07-14 23:05:02.756 15 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2020-07-14 23:05:02.756 15 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2020-07-14 23:05:02.756 15 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2020-07-14 23:05:02.756 15 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2020-07-14 23:05:02.756 15 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2020-07-14 23:05:02.756 15 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2020-07-14 23:05:02.756 15 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-07-14 23:05:02.756 15 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-07-14 23:05:02.756 15 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2020-07-14 23:05:02.756 15 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2020-07-14 23:05:02.756 15 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 677, in _verifier_get 2020-07-14 23:05:02.756 15 ERROR rally.cli.cliutils criteria="name or uuid is %s" % verifier_id, table="verifiers") 2020-07-14 23:05:02.756 15 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2020-07-14 23:05:02.756 15 ERROR rally.cli.cliutils 2020-07-14 23:05:04.164 17 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-14 23:05:04.164 17 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-14 23:05:04.165 17 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-14 23:05:06.147 17 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2020-07-14 23:05:06.230 17 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-0c222194-5de9-4993-a3e8-bab460a21a3f/repo. 2020-07-14 23:05:06.534 17 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-0c222194-5de9-4993-a3e8-bab460a21a3f/repo'... done. Note: checking out '6d4861c8715e9c7af7cc479f97e8b8ed22b012a7'. 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-07-14 23:05:06.549 17 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'tags/22.0.0-1-g6d4861c87 ' 2020-07-14 23:05:06.556 17 RALLYDEBUG rally.verification.utils [-] Subprocess output: '6d4861c8715e9c7af7cc479f97e8b8ed22b012a7 ' 2020-07-14 23:05:06.575 17 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2020-07-14 23:05:06.644 17 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2020-07-14 23:05:07.218 17 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=0c222194-5de9-4993-a3e8-bab460a21a3f) has been successfully created! 2020-07-14 23:05:08.623 25 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-14 23:05:08.623 25 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-14 23:05:08.624 25 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-14 23:05:12.692 28 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-14 23:05:12.693 28 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-14 23:05:12.693 28 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-14 23:05:14.464 28 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=0c222194-5de9-4993-a3e8-bab460a21a3f) for deployment 'opnfv-rally' (UUID=1ce3b975-6e7c-4626-85ab-5f1c6ab5d363). 2020-07-14 23:05:14.820 28 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=0c222194-5de9-4993-a3e8-bab460a21a3f) has been successfully configured for deployment 'opnfv-rally' (UUID=1ce3b975-6e7c-4626-85ab-5f1c6ab5d363)! 2020-07-14 23:05:19.730 32 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-14 23:05:19.731 32 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-14 23:05:19.731 32 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-14 23:05:21.739 32 INFO rally.api [-] Starting verification (UUID=341d7dd3-2fe2-4c56-a638-3222bba6ea74) for deployment 'opnfv-rally' (UUID=1ce3b975-6e7c-4626-85ab-5f1c6ab5d363) by verifier 'opnfv-tempest' (UUID=0c222194-5de9-4993-a3e8-bab460a21a3f). 2020-07-14 23:05:22.376 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2020-07-14 23:05:22.376 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-0c222194-5de9-4993-a3e8-bab460a21a3f/for-deployment-1ce3b975-6e7c-4626-85ab-5f1c6ab5d363/tempest.log' to option 'log_file'. 2020-07-14 23:05:22.377 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-0c222194-5de9-4993-a3e8-bab460a21a3f/for-deployment-1ce3b975-6e7c-4626-85ab-5f1c6ab5d363/tempest.log 2020-07-14 23:05:22.377 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2020-07-14 23:05:22.377 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-0c222194-5de9-4993-a3e8-bab460a21a3f/for-deployment-1ce3b975-6e7c-4626-85ab-5f1c6ab5d363/lock_files' to option 'lock_path'. 2020-07-14 23:05:22.378 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-0c222194-5de9-4993-a3e8-bab460a21a3f/for-deployment-1ce3b975-6e7c-4626-85ab-5f1c6ab5d363/lock_files 2020-07-14 23:05:22.378 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is already configured in Tempest config file. img_dir = /home/opnfv/functest/images 2020-07-14 23:05:22.379 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-07-14 23:05:22.379 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = cdb2f114-8ee9-4e50-90c1-2e7bdae0aab3 2020-07-14 23:05:22.379 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = 9695fea6-371a-4f23-8859-b2653e521529 2020-07-14 23:05:22.380 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = de814189-b323-49af-98a5-5408b8f2b374 2020-07-14 23:05:22.381 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = 0f9ced38-462c-4e5a-a589-c99d330e3944 2020-07-14 23:05:22.623 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2020-07-14 23:05:22.624 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = tempest_smoke-net_e52c5357-60fa-4c9f-b030-007c7d97a4d5 2020-07-14 23:05:22.624 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2020-07-14 23:05:22.821 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2020-07-14 23:05:22.853 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] There is no flavor with the mentioned properties. 2020-07-14 23:05:22.853 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Creating flavor 'rally_verify_341d7dd3_73Vf7P7W' with the following properties: RAM = 64MB, VCPUs = 1, disk = 5GB. 2020-07-14 23:05:22.883 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_341d7dd3_73Vf7P7W' (ID = 02e07fc7-d1d2-46db-88d2-b1db5b83aaa0) has been successfully created! 2020-07-14 23:05:22.883 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '02e07fc7-d1d2-46db-88d2-b1db5b83aaa0' to option 'instance_type'. 2020-07-14 23:05:22.883 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = 02e07fc7-d1d2-46db-88d2-b1db5b83aaa0 2020-07-14 23:05:22.885 32 INFO rally.task.context [-] Verification 0c222194-5de9-4993-a3e8-bab460a21a3f | Context tempest@default setup() finished in 0.98 sec 2020-07-14 23:05:22.885 32 INFO rally.task.context [-] Verification 0c222194-5de9-4993-a3e8-bab460a21a3f | Context testr@default setup() finished in 0.30 msec 2020-07-14 23:05:22.885 32 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --concurrency 4 --load-list /tmp/a4c260b0-04ed-4750-9b8d-c7da96e2c300'. 2020-07-14 23:05:26.045 32 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_get_flavor ... success [0.202s] 2020-07-14 23:05:26.122 32 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors ... success [0.077s] 2020-07-14 23:05:28.860 32 INFO opnfv-tempest [-] {1} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_create ... success [0.868s] 2020-07-14 23:05:30.127 32 INFO opnfv-tempest [-] {1} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_list ... success [1.266s] 2020-07-14 23:05:31.906 32 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_security_groups_create_list_delete ... success [2.829s] 2020-07-14 23:05:57.836 32 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_list_servers ... success [0.217s] 2020-07-14 23:05:57.837 32 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_verify_server_details ... success [0.001s] 2020-07-14 23:05:59.545 32 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers ... success [0.180s] 2020-07-14 23:05:59.546 32 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_server_details ... success [0.001s] 2020-07-14 23:06:10.148 32 INFO opnfv-tempest [-] {2} tempest.api.compute.test_versions.TestVersions.test_get_version_details ... success [0.201s] 2020-07-14 23:06:10.158 32 INFO opnfv-tempest [-] {2} tempest.api.compute.test_versions.TestVersions.test_list_api_versions ... success [0.010s] 2020-07-14 23:06:11.499 32 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v2.test_users.UsersTestJSON ... skip: b"('Identity api v2 is not enabled',)" 2020-07-14 23:06:13.081 32 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v3.test_credentials.CredentialsTestJSON.test_credentials_create_get_update_delete ... success [0.249s] 2020-07-14 23:06:14.279 32 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_endpoints.EndPointsTestJSON.test_update_endpoint ... success [0.611s] 2020-07-14 23:06:17.288 32 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_create_update_delete_domain ... success [0.741s] 2020-07-14 23:06:18.573 32 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_role_create_update_show_list ... success [0.326s] 2020-07-14 23:06:20.136 32 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_hard ... success [23.349s] 2020-07-14 23:06:21.963 32 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v3.test_regions.RegionsTestJSON.test_create_region_with_specific_id ... success [0.228s] 2020-07-14 23:06:25.754 32 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_get_trusts_all ... success [2.424s] 2020-07-14 23:06:26.459 32 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v3.test_services.ServicesTestJSON.test_create_update_get_service ... success [0.358s] 2020-07-14 23:06:28.350 32 INFO opnfv-tempest [-] {3} tempest.api.identity.v3.test_domains.DefaultDomainTestJSON.test_default_domain_exists ... success [0.038s] 2020-07-14 23:06:28.469 32 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_attach_interfaces.AttachInterfacesUnderV243Test.test_add_remove_fixed_ip ... success [42.298s] 2020-07-14 23:06:30.716 32 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_delete_image ... success [0.426s] 2020-07-14 23:06:31.297 32 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_register_upload_get_image_file ... success [0.580s] 2020-07-14 23:06:31.301 32 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_network ... success [2.251s] 2020-07-14 23:06:31.822 32 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_update_image ... success [0.525s] 2020-07-14 23:06:34.081 32 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_port ... success [2.782s] 2020-07-14 23:06:34.961 32 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v3.test_groups.GroupsV3TestJSON.test_group_users_add_list_delete ... success [2.264s] 2020-07-14 23:06:35.230 32 INFO opnfv-tempest [-] {3} tempest.api.network.test_extensions.ExtensionsTestJSON.test_list_show_extensions ... success [0.837s] 2020-07-14 23:06:39.200 32 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_network ... success [2.183s] 2020-07-14 23:06:42.732 32 INFO opnfv-tempest [-] {1} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_media_types ... success [0.029s] 2020-07-14 23:06:42.752 32 INFO opnfv-tempest [-] {1} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_resources ... success [0.020s] 2020-07-14 23:06:42.772 32 INFO opnfv-tempest [-] {1} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_statuses ... success [0.020s] 2020-07-14 23:06:42.781 32 INFO opnfv-tempest [-] {1} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_list_api_versions ... success [0.009s] 2020-07-14 23:06:42.905 32 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_port ... success [3.705s] 2020-07-14 23:06:43.257 32 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_subnet ... success [9.175s] 2020-07-14 23:06:44.273 32 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_versions.VersionsTest.test_list_versions ... success [0.010s] 2020-07-14 23:06:46.258 32 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_subnet ... success [3.352s] 2020-07-14 23:06:48.931 32 INFO opnfv-tempest [-] {2} tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools ... success [0.950s] 2020-07-14 23:06:51.284 32 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_account_quotas.AccountQuotasTest.test_admin_modify_quota ... success [0.110s] 2020-07-14 23:06:51.313 32 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_account_quotas.AccountQuotasTest.test_upload_valid_object ... success [0.030s] 2020-07-14 23:06:55.644 32 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_object_services.ObjectTest.test_create_object ... success [0.036s] 2020-07-14 23:06:55.662 32 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_object_services.ObjectTest.test_get_object ... success [0.018s] 2020-07-14 23:06:55.678 32 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_object_services.ObjectTest.test_list_object_metadata ... success [0.016s] 2020-07-14 23:06:55.714 32 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_object_services.ObjectTest.test_update_object_metadata ... success [0.036s] 2020-07-14 23:06:57.633 32 INFO opnfv-tempest [-] {1} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_floating_ip_specifying_a_fixed_ip_address ... success [4.196s] 2020-07-14 23:06:59.257 32 INFO opnfv-tempest [-] {2} tempest.api.volume.test_versions.VersionsTest.test_list_versions ... success [0.015s] 2020-07-14 23:07:01.547 32 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_in_allowed_allocation_pools ... success [4.782s] 2020-07-14 23:07:11.822 32 INFO opnfv-tempest [-] {1} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_list_show_update_delete_floating_ip ... success [14.188s] 2020-07-14 23:07:12.875 32 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers ... success [0.156s] 2020-07-14 23:07:12.876 32 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_server_details ... success [0.001s] 2020-07-14 23:07:13.107 32 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_with_no_securitygroups ... success [11.559s] 2020-07-14 23:07:20.700 32 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_update_delete_port ... success [7.593s] 2020-07-14 23:07:20.819 32 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsIpV6TestJSON.test_list_ports ... success [0.118s] 2020-07-14 23:07:20.888 32 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsIpV6TestJSON.test_show_port ... success [0.069s] 2020-07-14 23:07:22.525 32 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_attach_detach_volume_to_instance ... success [19.720s] 2020-07-14 23:07:27.164 32 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_list_update_show_delete_security_group ... success [1.481s] 2020-07-14 23:07:29.502 32 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_show_delete_security_group_rule ... success [2.334s] 2020-07-14 23:07:29.542 32 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_list_security_groups ... success [0.045s] 2020-07-14 23:07:31.803 32 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group ... success [0.988s] 2020-07-14 23:07:34.180 32 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule ... success [2.371s] 2020-07-14 23:07:34.222 32 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups ... success [0.047s] 2020-07-14 23:07:34.623 32 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses ... success [0.071s] 2020-07-14 23:07:34.771 32 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses_by_network ... success [0.147s] 2020-07-14 23:07:36.559 32 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_account_services.AccountTest.test_list_account_metadata ... success [0.027s] 2020-07-14 23:07:36.569 32 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers ... success [0.010s] 2020-07-14 23:07:39.095 32 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v2.test_services.ServicesTestJSON ... skip: b"('Identity api v2 is not enabled',)" 2020-07-14 23:07:39.947 32 INFO opnfv-tempest [-] {3} tempest.api.network.test_routers.RoutersTest.test_add_multiple_router_interfaces ... success [16.304s] 2020-07-14 23:07:40.378 32 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_policies.PoliciesTestJSON.test_create_update_delete_policy ... success [0.209s] 2020-07-14 23:07:46.993 32 INFO opnfv-tempest [-] {0} tempest.api.identity.v2.test_api_discovery.TestApiDiscovery ... skip: b"('Identity api v2 is not enabled',)" 2020-07-14 23:07:52.973 32 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest.test_upload_large_object ... success [2.174s] 2020-07-14 23:07:55.111 32 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest.test_upload_too_many_objects ... success [2.134s] 2020-07-14 23:07:57.208 32 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest.test_upload_valid_object ... success [2.098s] 2020-07-14 23:08:00.229 32 INFO opnfv-tempest [-] {3} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_port_id ... success [20.280s] 2020-07-14 23:08:01.441 32 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_create_update_delete_network_subnet ... success [9.165s] 2020-07-14 23:08:01.917 32 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_external_network_visibility ... success [0.477s] 2020-07-14 23:08:02.044 32 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_list_networks ... success [0.126s] 2020-07-14 23:08:02.106 32 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_list_subnets ... success [0.062s] 2020-07-14 23:08:02.282 32 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_show_network ... success [0.175s] 2020-07-14 23:08:02.347 32 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_show_subnet ... success [0.064s] 2020-07-14 23:08:04.611 32 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete ... success [5.989s] 2020-07-14 23:08:08.165 32 INFO opnfv-tempest [-] {3} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_subnet_id ... success [7.935s] 2020-07-14 23:08:11.856 32 INFO opnfv-tempest [-] {3} tempest.api.network.test_routers.RoutersTest.test_create_show_list_update_delete_router ... success [3.690s] 2020-07-14 23:08:13.844 32 INFO opnfv-tempest [-] {3} tempest.api.network.test_versions.NetworksApiDiscovery.test_api_version_resources ... success [0.009s] 2020-07-14 23:08:13.893 32 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image ... success [9.282s] 2020-07-14 23:08:13.960 32 INFO opnfv-tempest [-] {3} tempest.api.network.test_versions.NetworksApiDiscovery.test_show_api_v2_details ... success [0.116s] 2020-07-14 23:08:16.752 32 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_create_update_delete_network_subnet ... success [4.447s] 2020-07-14 23:08:16.907 32 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_external_network_visibility ... success [0.156s] 2020-07-14 23:08:17.013 32 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_networks ... success [0.105s] 2020-07-14 23:08:17.067 32 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_list_subnets ... success [0.054s] 2020-07-14 23:08:17.187 32 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_network ... success [0.119s] 2020-07-14 23:08:17.257 32 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksTest.test_show_subnet ... success [0.069s] 2020-07-14 23:08:20.793 32 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list ... success [0.094s] 2020-07-14 23:08:36.036 32 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_port_in_allowed_allocation_pools ... success [9.029s] 2020-07-14 23:08:40.572 32 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_port_with_no_securitygroups ... success [4.535s] 2020-07-14 23:08:41.935 32 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_create_update_delete_port ... success [1.363s] 2020-07-14 23:08:42.002 32 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_list_ports ... success [0.068s] 2020-07-14 23:08:42.058 32 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsTestJSON.test_show_port ... success [0.055s] 2020-07-14 23:08:57.756 32 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_multiple_router_interfaces ... success [13.376s] 2020-07-14 23:09:05.529 32 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_port_id ... success [7.774s] 2020-07-14 23:09:13.039 32 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_subnet_id ... success [7.510s] 2020-07-14 23:09:16.279 32 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersIpV6Test.test_create_show_list_update_delete_router ... success [3.239s] 2020-07-14 23:09:20.391 32 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_create_container ... success [2.152s] 2020-07-14 23:09:22.475 32 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents ... success [2.082s] 2020-07-14 23:09:24.542 32 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_metadata ... success [2.067s] 2020-07-14 23:09:25.551 32 INFO rally.task.context [-] Verification 0c222194-5de9-4993-a3e8-bab460a21a3f | Context testr@default cleanup() started 2020-07-14 23:09:25.551 32 INFO rally.task.context [-] Verification 0c222194-5de9-4993-a3e8-bab460a21a3f | Context testr@default cleanup() finished in 0.68 msec 2020-07-14 23:09:25.552 32 INFO rally.task.context [-] Verification 0c222194-5de9-4993-a3e8-bab460a21a3f | Context tempest@default cleanup() started 2020-07-14 23:09:25.710 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Deleting flavor 'rally_verify_341d7dd3_73Vf7P7W'. 2020-07-14 23:09:25.855 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_341d7dd3_73Vf7P7W' has been deleted. 2020-07-14 23:09:25.856 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Removing value '02e07fc7-d1d2-46db-88d2-b1db5b83aaa0' of option 'instance_type' from Tempest config file. 2020-07-14 23:09:25.856 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Value '02e07fc7-d1d2-46db-88d2-b1db5b83aaa0' has been removed. 2020-07-14 23:09:25.862 32 INFO rally.task.context [-] Verification 0c222194-5de9-4993-a3e8-bab460a21a3f | Context tempest@default cleanup() finished in 0.31 sec 2020-07-14 23:09:25.889 32 INFO rally.api [-] Verification (UUID=341d7dd3-2fe2-4c56-a638-3222bba6ea74) has been successfully finished for deployment 'opnfv-rally' (UUID=1ce3b975-6e7c-4626-85ab-5f1c6ab5d363)! 2020-07-14 23:09:27.243 51 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-14 23:09:27.243 51 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-14 23:09:27.243 51 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-14 23:09:28.617 52 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-14 23:09:28.618 52 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-14 23:09:28.618 52 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-14 23:09:30.370 52 INFO rally.api [-] Building 'html' report for the following verification(s): '341d7dd3-2fe2-4c56-a638-3222bba6ea74' 2020-07-14 23:09:30.394 52 INFO rally.api [-] The report has been successfully built. 2020-07-14 23:09:31.764 54 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-14 23:09:31.764 54 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-14 23:09:31.764 54 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-14 23:09:33.631 54 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): '341d7dd3-2fe2-4c56-a638-3222bba6ea74' 2020-07-14 23:09:33.638 54 INFO rally.api [-] The report has been successfully built.