2020-11-06 16:49:27.728 7 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-11-06 16:49:27.728 7 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-11-06 16:49:27.728 7 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-11-06 16:49:30.039 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-06 16:49:30.039 7 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-11-06 16:49:30.039 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 669, in run 2020-11-06 16:49:30.039 7 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-11-06 16:49:30.039 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-11-06 16:49:30.039 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2020-11-06 16:49:30.039 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-11-06 16:49:30.039 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-11-06 16:49:30.039 7 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-11-06 16:49:30.039 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-11-06 16:49:30.039 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2020-11-06 16:49:30.039 7 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2020-11-06 16:49:30.039 7 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2020-11-06 16:49:30.039 7 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2020-11-06 16:49:30.039 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2020-11-06 16:49:30.039 7 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2020-11-06 16:49:30.039 7 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2020-11-06 16:49:30.039 7 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2020-11-06 16:49:30.039 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-11-06 16:49:30.039 7 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-11-06 16:49:30.039 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2020-11-06 16:49:30.039 7 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-11-06 16:49:30.039 7 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2020-11-06 16:49:30.039 7 ERROR rally.cli.cliutils 2020-11-06 16:49:31.706 9 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-11-06 16:49:31.707 9 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-11-06 16:49:31.707 9 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-11-06 16:49:35.637 11 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-11-06 16:49:35.637 11 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-11-06 16:49:35.638 11 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-11-06 16:49:39.902 14 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-11-06 16:49:39.903 14 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-11-06 16:49:39.903 14 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-11-06 16:49:41.180 17 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-11-06 16:49:41.181 17 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-11-06 16:49:41.181 17 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-11-06 16:49:43.288 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-06 16:49:43.288 17 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-11-06 16:49:43.288 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 669, in run 2020-11-06 16:49:43.288 17 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-11-06 16:49:43.288 17 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2020-11-06 16:49:43.288 17 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-11-06 16:49:43.288 17 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-11-06 16:49:43.288 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2020-11-06 16:49:43.288 17 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2020-11-06 16:49:43.288 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2020-11-06 16:49:43.288 17 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2020-11-06 16:49:43.288 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2020-11-06 16:49:43.288 17 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2020-11-06 16:49:43.288 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2020-11-06 16:49:43.288 17 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2020-11-06 16:49:43.288 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-11-06 16:49:43.288 17 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-11-06 16:49:43.288 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2020-11-06 16:49:43.288 17 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2020-11-06 16:49:43.288 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2020-11-06 16:49:43.288 17 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-11-06 16:49:43.288 17 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2020-11-06 16:49:43.288 17 ERROR rally.cli.cliutils 2020-11-06 16:49:44.676 19 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-11-06 16:49:44.676 19 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-11-06 16:49:44.676 19 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-11-06 16:49:46.760 19 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2020-11-06 16:49:46.823 19 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-b31a6fc5-972f-4a04-8153-f86c2a384f04/repo. 2020-11-06 16:49:47.078 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-b31a6fc5-972f-4a04-8153-f86c2a384f04/repo'... done. ' 2020-11-06 16:49:47.091 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'heads/master ' 2020-11-06 16:49:47.114 19 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2020-11-06 16:49:47.174 19 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2020-11-06 16:49:47.799 19 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=b31a6fc5-972f-4a04-8153-f86c2a384f04) has been successfully created! 2020-11-06 16:49:49.514 26 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-11-06 16:49:49.515 26 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-11-06 16:49:49.515 26 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-11-06 16:49:54.090 29 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-11-06 16:49:54.091 29 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-11-06 16:49:54.091 29 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-11-06 16:49:56.308 29 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=b31a6fc5-972f-4a04-8153-f86c2a384f04) for deployment 'opnfv-rally' (UUID=e94e40af-dc5d-4e55-81d4-33e658f7fed9). 2020-11-06 16:49:56.834 29 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=b31a6fc5-972f-4a04-8153-f86c2a384f04) has been successfully configured for deployment 'opnfv-rally' (UUID=e94e40af-dc5d-4e55-81d4-33e658f7fed9)! 2020-11-06 16:50:02.184 34 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-11-06 16:50:02.185 34 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-11-06 16:50:02.185 34 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-11-06 16:50:04.783 34 INFO rally.api [-] Starting verification (UUID=f5662897-eb3c-44fa-a40f-790be198fe66) for deployment 'opnfv-rally' (UUID=e94e40af-dc5d-4e55-81d4-33e658f7fed9) by verifier 'opnfv-tempest' (UUID=b31a6fc5-972f-4a04-8153-f86c2a384f04). 2020-11-06 16:50:05.435 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2020-11-06 16:50:05.436 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-b31a6fc5-972f-4a04-8153-f86c2a384f04/for-deployment-e94e40af-dc5d-4e55-81d4-33e658f7fed9/tempest.log' to option 'log_file'. 2020-11-06 16:50:05.436 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-b31a6fc5-972f-4a04-8153-f86c2a384f04/for-deployment-e94e40af-dc5d-4e55-81d4-33e658f7fed9/tempest.log 2020-11-06 16:50:05.437 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2020-11-06 16:50:05.437 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-b31a6fc5-972f-4a04-8153-f86c2a384f04/for-deployment-e94e40af-dc5d-4e55-81d4-33e658f7fed9/lock_files' to option 'lock_path'. 2020-11-06 16:50:05.437 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-b31a6fc5-972f-4a04-8153-f86c2a384f04/for-deployment-e94e40af-dc5d-4e55-81d4-33e658f7fed9/lock_files 2020-11-06 16:50:05.437 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is already configured in Tempest config file. img_dir = /home/opnfv/functest/images 2020-11-06 16:50:05.438 34 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-06 16:50:05.438 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = e76c257b-8588-4b82-833b-c6df64ffa057 2020-11-06 16:50:05.438 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = 2687d307-d13c-4e71-9c00-1471aa062343 2020-11-06 16:50:05.439 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = 86d245d2-c926-4982-bf95-cbd6ee22bdff 2020-11-06 16:50:05.439 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = fea84c46-9c4a-4b02-a598-338fd43aedc1 2020-11-06 16:50:05.718 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2020-11-06 16:50:05.718 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = tempest_smoke-net_6cd7615b-1c54-4074-8326-d69d271a4d1d 2020-11-06 16:50:05.719 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2020-11-06 16:50:05.815 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2020-11-06 16:50:05.855 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] There is no flavor with the mentioned properties. 2020-11-06 16:50:05.856 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Creating flavor 'rally_verify_f5662897_tXNX32wV' with the following properties: RAM = 64MB, VCPUs = 1, disk = 5GB. 2020-11-06 16:50:05.900 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_f5662897_tXNX32wV' (ID = d0c296e3-df49-41a7-9c2e-0297d1f1532e) has been successfully created! 2020-11-06 16:50:05.901 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value 'd0c296e3-df49-41a7-9c2e-0297d1f1532e' to option 'instance_type'. 2020-11-06 16:50:05.901 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = d0c296e3-df49-41a7-9c2e-0297d1f1532e 2020-11-06 16:50:05.903 34 INFO rally.task.context [-] Verification b31a6fc5-972f-4a04-8153-f86c2a384f04 | Context tempest@default setup() finished in 0.93 sec 2020-11-06 16:50:05.904 34 INFO rally.task.context [-] Verification b31a6fc5-972f-4a04-8153-f86c2a384f04 | Context testr@default setup() finished in 0.79 msec 2020-11-06 16:50:05.905 34 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --concurrency 4 --load-list /tmp/8fd44059-b71b-4d6a-9866-4b4903374e25'. 2020-11-06 16:50:08.902 34 INFO opnfv-tempest [-] {3} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_get_flavor ... success [0.168s] 2020-11-06 16:50:08.984 34 INFO opnfv-tempest [-] {3} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors ... success [0.082s] 2020-11-06 16:50:11.017 34 INFO opnfv-tempest [-] {1} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_create ... success [0.838s] 2020-11-06 16:50:13.547 34 INFO opnfv-tempest [-] {1} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_list ... success [2.529s] 2020-11-06 16:50:16.368 34 INFO opnfv-tempest [-] {3} tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_security_groups_create_list_delete ... success [2.951s] 2020-11-06 16:50:17.893 34 INFO opnfv-tempest [-] {1} tempest.api.compute.test_versions.TestVersions.test_get_version_details ... success [0.026s] 2020-11-06 16:50:17.902 34 INFO opnfv-tempest [-] {1} tempest.api.compute.test_versions.TestVersions.test_list_api_versions ... success [0.009s] 2020-11-06 16:50:18.872 34 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v2.test_users.UsersTestJSON ... skip: b'Identity api v2 is not enabled' 2020-11-06 16:50:20.633 34 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v3.test_credentials.CredentialsTestJSON.test_credentials_create_get_update_delete ... success [0.273s] 2020-11-06 16:50:25.240 34 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v3.test_endpoints.EndPointsTestJSON.test_update_endpoint ... success [0.735s] 2020-11-06 16:50:30.500 34 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_role_create_update_show_list ... success [0.271s] 2020-11-06 16:50:33.618 34 INFO opnfv-tempest [-] {1} tempest.api.identity.v2.test_api_discovery.TestApiDiscovery ... skip: b'Identity api v2 is not enabled' 2020-11-06 16:50:34.408 34 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_versions.VersionsTest.test_list_versions ... success [0.008s] 2020-11-06 16:50:39.684 34 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_list_servers ... success [0.160s] 2020-11-06 16:50:39.685 34 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_verify_server_details ... success [0.001s] 2020-11-06 16:50:39.735 34 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_network ... success [2.536s] 2020-11-06 16:50:40.281 34 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers ... success [0.184s] 2020-11-06 16:50:40.282 34 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_server_details ... success [0.001s] 2020-11-06 16:50:42.448 34 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_port ... success [2.711s] 2020-11-06 16:50:49.848 34 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_subnet ... success [7.399s] 2020-11-06 16:50:53.379 34 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v2.test_services.ServicesTestJSON ... skip: b'Identity api v2 is not enabled' 2020-11-06 16:50:53.654 34 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_attach_interfaces.AttachInterfacesUnderV243Test.test_add_remove_fixed_ip ... success [36.029s] 2020-11-06 16:50:55.754 34 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_create_update_delete_domain ... success [0.778s] 2020-11-06 16:50:59.933 34 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_policies.PoliciesTestJSON.test_create_update_delete_policy ... success [0.343s] 2020-11-06 16:51:03.105 34 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_regions.RegionsTestJSON.test_create_region_with_specific_id ... success [0.167s] 2020-11-06 16:51:03.798 34 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksIpV6Test.test_create_update_delete_network_subnet ... success [4.213s] 2020-11-06 16:51:03.980 34 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksIpV6Test.test_external_network_visibility ... success [0.182s] 2020-11-06 16:51:04.127 34 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksIpV6Test.test_list_networks ... success [0.146s] 2020-11-06 16:51:04.191 34 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksIpV6Test.test_list_subnets ... success [0.064s] 2020-11-06 16:51:04.319 34 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksIpV6Test.test_show_network ... success [0.128s] 2020-11-06 16:51:04.362 34 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v3.test_services.ServicesTestJSON.test_create_update_get_service ... success [0.451s] 2020-11-06 16:51:04.381 34 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.NetworksIpV6Test.test_show_subnet ... success [0.062s] 2020-11-06 16:51:10.134 34 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_get_trusts_all ... success [1.888s] 2020-11-06 16:51:10.891 34 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_network ... success [5.118s] 2020-11-06 16:51:12.571 34 INFO opnfv-tempest [-] {2} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_media_types ... success [0.087s] 2020-11-06 16:51:12.595 34 INFO opnfv-tempest [-] {2} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_resources ... success [0.024s] 2020-11-06 16:51:12.619 34 INFO opnfv-tempest [-] {2} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_statuses ... success [0.024s] 2020-11-06 16:51:12.630 34 INFO opnfv-tempest [-] {2} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_list_api_versions ... success [0.011s] 2020-11-06 16:51:13.722 34 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_port ... success [2.829s] 2020-11-06 16:51:14.181 34 INFO opnfv-tempest [-] {2} tempest.api.identity.v3.test_domains.DefaultDomainTestJSON.test_default_domain_exists ... success [0.084s] 2020-11-06 16:51:16.696 34 INFO opnfv-tempest [-] {2} tempest.api.network.test_extensions.ExtensionsTestJSON.test_list_show_extensions ... success [0.924s] 2020-11-06 16:51:18.103 34 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers ... success [0.174s] 2020-11-06 16:51:18.104 34 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_server_details ... success [0.001s] 2020-11-06 16:51:19.544 34 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_subnet ... success [5.821s] 2020-11-06 16:51:23.926 34 INFO opnfv-tempest [-] {1} tempest.api.network.test_routers.RoutersIpV6Test.test_add_multiple_router_interfaces ... success [14.399s] 2020-11-06 16:51:26.531 34 INFO opnfv-tempest [-] {2} tempest.api.network.test_ports.PortsTestJSON.test_create_port_in_allowed_allocation_pools ... success [6.901s] 2020-11-06 16:51:32.050 34 INFO opnfv-tempest [-] {2} tempest.api.network.test_ports.PortsTestJSON.test_create_port_with_no_securitygroups ... success [5.518s] 2020-11-06 16:51:33.639 34 INFO opnfv-tempest [-] {2} tempest.api.network.test_ports.PortsTestJSON.test_create_update_delete_port ... success [1.588s] 2020-11-06 16:51:33.710 34 INFO opnfv-tempest [-] {2} tempest.api.network.test_ports.PortsTestJSON.test_list_ports ... success [0.072s] 2020-11-06 16:51:33.805 34 INFO opnfv-tempest [-] {2} tempest.api.network.test_ports.PortsTestJSON.test_show_port ... success [0.094s] 2020-11-06 16:51:33.924 34 INFO opnfv-tempest [-] {1} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_port_id ... success [9.998s] 2020-11-06 16:51:35.421 34 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_in_allowed_allocation_pools ... success [7.244s] 2020-11-06 16:51:37.741 34 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_list_update_show_delete_security_group ... success [1.350s] 2020-11-06 16:51:39.402 34 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_show_delete_security_group_rule ... success [1.657s] 2020-11-06 16:51:39.435 34 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_list_security_groups ... success [0.038s] 2020-11-06 16:51:41.698 34 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_account_quotas.AccountQuotasTest.test_admin_modify_quota ... success [0.118s] 2020-11-06 16:51:41.741 34 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_account_quotas.AccountQuotasTest.test_upload_valid_object ... success [0.043s] 2020-11-06 16:51:42.125 34 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_with_no_securitygroups ... success [6.703s] 2020-11-06 16:51:44.145 34 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_update_delete_port ... success [2.019s] 2020-11-06 16:51:44.255 34 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_list_ports ... success [0.110s] 2020-11-06 16:51:44.327 34 INFO opnfv-tempest [-] {0} tempest.api.network.test_ports.PortsIpV6TestJSON.test_show_port ... success [0.072s] 2020-11-06 16:51:44.358 34 INFO opnfv-tempest [-] {1} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_subnet_id ... success [10.435s] 2020-11-06 16:51:48.417 34 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest.test_upload_large_object ... success [2.268s] 2020-11-06 16:51:48.500 34 INFO opnfv-tempest [-] {1} tempest.api.network.test_routers.RoutersIpV6Test.test_create_show_list_update_delete_router ... success [4.141s] 2020-11-06 16:51:50.373 34 INFO opnfv-tempest [-] {1} tempest.api.network.test_versions.NetworksApiDiscovery.test_api_version_resources ... success [0.012s] 2020-11-06 16:51:50.533 34 INFO opnfv-tempest [-] {1} tempest.api.network.test_versions.NetworksApiDiscovery.test_show_api_v2_details ... success [0.160s] 2020-11-06 16:51:50.619 34 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest.test_upload_too_many_objects ... success [2.202s] 2020-11-06 16:51:52.743 34 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest.test_upload_valid_object ... success [2.122s] 2020-11-06 16:51:56.538 34 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_services.ContainerTest.test_create_container ... success [2.313s] 2020-11-06 16:51:58.647 34 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_contents ... success [2.108s] 2020-11-06 16:52:00.727 34 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_services.ContainerTest.test_list_container_metadata ... success [2.079s] 2020-11-06 16:52:02.571 34 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_multiple_router_interfaces ... success [15.574s] 2020-11-06 16:52:06.362 34 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_hard ... success [14.636s] 2020-11-06 16:52:07.470 34 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list ... success [0.071s] 2020-11-06 16:52:13.219 34 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_port_id ... success [10.648s] 2020-11-06 16:52:21.052 34 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_subnet_id ... success [7.832s] 2020-11-06 16:52:24.422 34 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers.RoutersTest.test_create_show_list_update_delete_router ... success [3.369s] 2020-11-06 16:52:27.072 34 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group ... success [0.841s] 2020-11-06 16:52:28.886 34 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses ... success [0.076s] 2020-11-06 16:52:29.024 34 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses_by_network ... success [0.137s] 2020-11-06 16:52:29.693 34 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule ... success [2.616s] 2020-11-06 16:52:29.729 34 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups ... success [0.041s] 2020-11-06 16:52:32.822 34 INFO opnfv-tempest [-] {0} tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools ... success [1.738s] 2020-11-06 16:52:35.116 34 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_services.AccountTest.test_list_account_metadata ... success [0.035s] 2020-11-06 16:52:35.130 34 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_services.AccountTest.test_list_containers ... success [0.014s] 2020-11-06 16:52:37.738 34 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_groups.GroupsV3TestJSON.test_group_users_add_list_delete ... success [2.053s] 2020-11-06 16:52:41.746 34 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_delete_image ... success [0.322s] 2020-11-06 16:52:42.407 34 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_register_upload_get_image_file ... success [0.660s] 2020-11-06 16:52:42.549 34 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_update_image ... success [0.142s] 2020-11-06 16:52:49.638 34 INFO opnfv-tempest [-] {0} tempest.api.volume.test_versions.VersionsTest.test_list_versions ... success [0.015s] 2020-11-06 16:52:55.032 34 INFO opnfv-tempest [-] {3} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_floating_ip_specifying_a_fixed_ip_address ... success [3.432s] 2020-11-06 16:53:00.913 34 INFO opnfv-tempest [-] {3} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_list_show_update_delete_floating_ip ... success [5.880s] 2020-11-06 16:53:10.424 34 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_attach_detach_volume_to_instance ... success [16.246s] 2020-11-06 16:53:15.047 34 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksTest.test_create_update_delete_network_subnet ... success [4.201s] 2020-11-06 16:53:15.222 34 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksTest.test_external_network_visibility ... success [0.174s] 2020-11-06 16:53:15.389 34 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksTest.test_list_networks ... success [0.166s] 2020-11-06 16:53:15.443 34 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksTest.test_list_subnets ... success [0.054s] 2020-11-06 16:53:15.544 34 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksTest.test_show_network ... success [0.099s] 2020-11-06 16:53:15.595 34 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksTest.test_show_subnet ... success [0.051s] 2020-11-06 16:53:18.922 34 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_object_services.ObjectTest.test_create_object ... success [0.051s] 2020-11-06 16:53:18.945 34 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_object_services.ObjectTest.test_get_object ... success [0.023s] 2020-11-06 16:53:18.969 34 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_object_services.ObjectTest.test_list_object_metadata ... success [0.023s] 2020-11-06 16:53:19.008 34 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_object_services.ObjectTest.test_update_object_metadata ... success [0.039s] 2020-11-06 16:53:28.869 34 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete ... success [6.188s] 2020-11-06 16:53:39.343 34 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image ... success [10.472s] 2020-11-06 16:53:40.488 34 INFO rally.task.context [-] Verification b31a6fc5-972f-4a04-8153-f86c2a384f04 | Context testr@default cleanup() started 2020-11-06 16:53:40.489 34 INFO rally.task.context [-] Verification b31a6fc5-972f-4a04-8153-f86c2a384f04 | Context testr@default cleanup() finished in 0.78 msec 2020-11-06 16:53:40.490 34 INFO rally.task.context [-] Verification b31a6fc5-972f-4a04-8153-f86c2a384f04 | Context tempest@default cleanup() started 2020-11-06 16:53:40.661 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Deleting flavor 'rally_verify_f5662897_tXNX32wV'. 2020-11-06 16:53:40.899 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_f5662897_tXNX32wV' has been deleted. 2020-11-06 16:53:40.900 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Removing value 'd0c296e3-df49-41a7-9c2e-0297d1f1532e' of option 'instance_type' from Tempest config file. 2020-11-06 16:53:40.901 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Value 'd0c296e3-df49-41a7-9c2e-0297d1f1532e' has been removed. 2020-11-06 16:53:40.903 34 INFO rally.task.context [-] Verification b31a6fc5-972f-4a04-8153-f86c2a384f04 | Context tempest@default cleanup() finished in 0.41 sec 2020-11-06 16:53:40.933 34 INFO rally.api [-] Verification (UUID=f5662897-eb3c-44fa-a40f-790be198fe66) has been successfully finished for deployment 'opnfv-rally' (UUID=e94e40af-dc5d-4e55-81d4-33e658f7fed9)! 2020-11-06 16:53:42.567 57 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-11-06 16:53:42.567 57 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-11-06 16:53:42.568 57 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-11-06 16:53:44.047 59 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-11-06 16:53:44.047 59 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-11-06 16:53:44.047 59 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-11-06 16:53:46.123 59 INFO rally.api [-] Building 'html' report for the following verification(s): 'f5662897-eb3c-44fa-a40f-790be198fe66' 2020-11-06 16:53:46.144 59 INFO rally.api [-] The report has been successfully built. 2020-11-06 16:53:47.618 61 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-11-06 16:53:47.619 61 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-11-06 16:53:47.619 61 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-11-06 16:53:49.813 61 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): 'f5662897-eb3c-44fa-a40f-790be198fe66' 2020-11-06 16:53:49.819 61 INFO rally.api [-] The report has been successfully built.