2021-02-05 21:18:47.233 24 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-02-05 21:18:47.234 24 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-02-05 21:18:47.234 24 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-02-05 21:18:50.605 24 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-02-05 21:18:50.605 24 ERROR rally.cli.cliutils Traceback (most recent call last): 2021-02-05 21:18:50.605 24 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2021-02-05 21:18:50.605 24 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2021-02-05 21:18:50.605 24 ERROR rally.cli.cliutils File "", line 2, in destroy 2021-02-05 21:18:50.605 24 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2021-02-05 21:18:50.605 24 ERROR rally.cli.cliutils return f(*args, **kwargs) 2021-02-05 21:18:50.605 24 ERROR rally.cli.cliutils File "", line 2, in destroy 2021-02-05 21:18:50.605 24 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2021-02-05 21:18:50.605 24 ERROR rally.cli.cliutils return f(*args, **kwargs) 2021-02-05 21:18:50.605 24 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2021-02-05 21:18:50.605 24 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2021-02-05 21:18:50.605 24 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2021-02-05 21:18:50.605 24 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2021-02-05 21:18:50.605 24 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2021-02-05 21:18:50.605 24 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2021-02-05 21:18:50.605 24 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2021-02-05 21:18:50.605 24 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2021-02-05 21:18:50.605 24 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2021-02-05 21:18:50.605 24 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2021-02-05 21:18:50.605 24 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2021-02-05 21:18:50.605 24 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2021-02-05 21:18:50.605 24 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2021-02-05 21:18:50.605 24 ERROR rally.cli.cliutils 2021-02-05 21:18:52.924 26 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-02-05 21:18:52.925 26 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-02-05 21:18:52.925 26 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-02-05 21:18:57.008 28 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-02-05 21:18:57.009 28 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-02-05 21:18:57.009 28 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-02-05 21:19:02.595 31 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-02-05 21:19:02.596 31 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-02-05 21:19:02.596 31 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-02-05 21:19:04.236 34 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-02-05 21:19:04.237 34 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-02-05 21:19:04.237 34 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-02-05 21:19:06.516 34 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-02-05 21:19:06.516 34 ERROR rally.cli.cliutils Traceback (most recent call last): 2021-02-05 21:19:06.516 34 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2021-02-05 21:19:06.516 34 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2021-02-05 21:19:06.516 34 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2021-02-05 21:19:06.516 34 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2021-02-05 21:19:06.516 34 ERROR rally.cli.cliutils return f(*args, **kwargs) 2021-02-05 21:19:06.516 34 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2021-02-05 21:19:06.516 34 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2021-02-05 21:19:06.516 34 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2021-02-05 21:19:06.516 34 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2021-02-05 21:19:06.516 34 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2021-02-05 21:19:06.516 34 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2021-02-05 21:19:06.516 34 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2021-02-05 21:19:06.516 34 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2021-02-05 21:19:06.516 34 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2021-02-05 21:19:06.516 34 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2021-02-05 21:19:06.516 34 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2021-02-05 21:19:06.516 34 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2021-02-05 21:19:06.516 34 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2021-02-05 21:19:06.516 34 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2021-02-05 21:19:06.516 34 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2021-02-05 21:19:06.516 34 ERROR rally.cli.cliutils 2021-02-05 21:19:08.368 36 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-02-05 21:19:08.369 36 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-02-05 21:19:08.369 36 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-02-05 21:19:10.383 36 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2021-02-05 21:19:10.483 36 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-d73eed60-926f-4199-b9b7-8d84aa012a8f/repo. 2021-02-05 21:19:10.763 36 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-d73eed60-926f-4199-b9b7-8d84aa012a8f/repo'... done. Note: switching to '52b2d4ddcbc38b13fdbded1cc74c9008f04d008e'. 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-02-05 21:19:10.800 36 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'tags/24.0.0-208-g52b2d4ddc ' 2021-02-05 21:19:10.809 36 RALLYDEBUG rally.verification.utils [-] Subprocess output: '52b2d4ddcbc38b13fdbded1cc74c9008f04d008e ' 2021-02-05 21:19:10.827 36 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2021-02-05 21:19:10.926 36 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2021-02-05 21:19:11.991 36 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=d73eed60-926f-4199-b9b7-8d84aa012a8f) has been successfully created! 2021-02-05 21:19:13.842 44 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-02-05 21:19:13.842 44 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-02-05 21:19:13.843 44 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-02-05 21:19:19.520 47 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-02-05 21:19:19.521 47 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-02-05 21:19:19.521 47 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-02-05 21:19:21.651 47 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=d73eed60-926f-4199-b9b7-8d84aa012a8f) for deployment 'opnfv-rally' (UUID=97eeae70-8018-49e9-af96-6d233788defc). 2021-02-05 21:19:22.962 47 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=d73eed60-926f-4199-b9b7-8d84aa012a8f) has been successfully configured for deployment 'opnfv-rally' (UUID=97eeae70-8018-49e9-af96-6d233788defc)! 2021-02-05 21:19:28.907 52 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-02-05 21:19:28.907 52 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-02-05 21:19:28.907 52 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-02-05 21:19:31.131 52 INFO rally.api [-] Starting verification (UUID=2aa7ba37-47d7-40c3-8ca3-63dcb2c8897d) for deployment 'opnfv-rally' (UUID=97eeae70-8018-49e9-af96-6d233788defc) by verifier 'opnfv-tempest' (UUID=d73eed60-926f-4199-b9b7-8d84aa012a8f). 2021-02-05 21:19:32.047 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Creating role 'ResellerAdmin'. 2021-02-05 21:19:32.114 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2021-02-05 21:19:32.115 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-d73eed60-926f-4199-b9b7-8d84aa012a8f/for-deployment-97eeae70-8018-49e9-af96-6d233788defc/tempest.log' to option 'log_file'. 2021-02-05 21:19:32.115 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-d73eed60-926f-4199-b9b7-8d84aa012a8f/for-deployment-97eeae70-8018-49e9-af96-6d233788defc/tempest.log 2021-02-05 21:19:32.115 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2021-02-05 21:19:32.116 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-d73eed60-926f-4199-b9b7-8d84aa012a8f/for-deployment-97eeae70-8018-49e9-af96-6d233788defc/lock_files' to option 'lock_path'. 2021-02-05 21:19:32.117 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-d73eed60-926f-4199-b9b7-8d84aa012a8f/for-deployment-97eeae70-8018-49e9-af96-6d233788defc/lock_files 2021-02-05 21:19:32.117 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is already configured in Tempest config file. img_dir = /home/opnfv/functest/images 2021-02-05 21:19:32.118 52 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-02-05 21:19:32.118 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = a4653175-6736-48b0-9c74-5c0193d51266 2021-02-05 21:19:32.119 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = 845ddec1-46fe-4c64-a1e5-ccbe217127b9 2021-02-05 21:19:32.119 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = cd2a7923-f361-4d79-ae17-53af223287ee 2021-02-05 21:19:32.120 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = 884b8dc2-1522-445d-bee8-e9b67efd71f6 2021-02-05 21:19:32.405 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2021-02-05 21:19:32.406 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = tempest_smoke-net_2962deca-dcf8-4ad3-a737-88f7283c79dc 2021-02-05 21:19:32.407 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2021-02-05 21:19:32.504 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2021-02-05 21:19:32.544 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] There is no flavor with the mentioned properties. 2021-02-05 21:19:32.545 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Creating flavor 'rally_verify_2aa7ba37_Bd7YSWnH' with the following properties: RAM = 64MB, VCPUs = 1, disk = 5GB. 2021-02-05 21:19:32.589 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_2aa7ba37_Bd7YSWnH' (ID = f0c77b7a-6cd5-4998-bd14-4a02c0353922) has been successfully created! 2021-02-05 21:19:32.589 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value 'f0c77b7a-6cd5-4998-bd14-4a02c0353922' to option 'instance_type'. 2021-02-05 21:19:32.589 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = f0c77b7a-6cd5-4998-bd14-4a02c0353922 2021-02-05 21:19:32.591 52 INFO rally.task.context [-] Verification d73eed60-926f-4199-b9b7-8d84aa012a8f | Context tempest@default setup() finished in 0.94 sec 2021-02-05 21:19:32.592 52 INFO rally.task.context [-] Verification d73eed60-926f-4199-b9b7-8d84aa012a8f | Context testr@default setup() finished in 0.63 msec 2021-02-05 21:19:32.593 52 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --concurrency 4 --load-list /tmp/c6c01cdc-b993-4242-9353-27459793923f'. 2021-02-05 21:19:40.762 52 INFO opnfv-tempest [-] {3} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_get_flavor ... success [0.247s] 2021-02-05 21:19:40.842 52 INFO opnfv-tempest [-] {3} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors ... success [0.080s] 2021-02-05 21:19:43.541 52 INFO opnfv-tempest [-] {1} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_create ... success [0.950s] 2021-02-05 21:19:44.643 52 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_versions.VersionsTest.test_list_versions ... success [0.010s] 2021-02-05 21:19:44.713 52 INFO opnfv-tempest [-] {1} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_list ... success [1.168s] 2021-02-05 21:19:51.627 52 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_network ... success [3.135s] 2021-02-05 21:19:56.336 52 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_port ... success [4.706s] 2021-02-05 21:19:56.369 52 INFO opnfv-tempest [-] {1} tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_security_groups_create_list_delete ... success [4.057s] 2021-02-05 21:20:01.693 52 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_subnet ... success [5.355s] 2021-02-05 21:20:11.914 52 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_list_servers ... success [0.178s] 2021-02-05 21:20:11.917 52 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_verify_server_details ... success [0.001s] 2021-02-05 21:20:17.668 52 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksTest.test_create_update_delete_network_subnet ... success [5.480s] 2021-02-05 21:20:17.931 52 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksTest.test_external_network_visibility ... success [0.259s] 2021-02-05 21:20:18.142 52 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksTest.test_list_networks ... success [0.208s] 2021-02-05 21:20:18.221 52 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksTest.test_list_subnets ... success [0.075s] 2021-02-05 21:20:18.383 52 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksTest.test_show_network ... success [0.161s] 2021-02-05 21:20:18.470 52 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksTest.test_show_subnet ... success [0.087s] 2021-02-05 21:20:23.645 52 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers ... success [0.194s] 2021-02-05 21:20:23.647 52 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_server_details ... success [0.001s] 2021-02-05 21:20:29.979 52 INFO opnfv-tempest [-] {0} tempest.api.compute.test_versions.TestVersions.test_get_version_details ... success [0.035s] 2021-02-05 21:20:29.993 52 INFO opnfv-tempest [-] {0} tempest.api.compute.test_versions.TestVersions.test_list_api_versions ... success [0.012s] 2021-02-05 21:20:31.827 52 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_in_allowed_allocation_pools ... success [5.518s] 2021-02-05 21:20:35.725 52 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_credentials.CredentialsTestJSON.test_credentials_create_get_update_delete ... success [0.428s] 2021-02-05 21:20:37.903 52 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_with_no_securitygroups ... success [6.075s] 2021-02-05 21:20:39.168 52 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v2.test_services.ServicesTestJSON ... skip: b'Identity api v2 is not enabled' 2021-02-05 21:20:39.171 52 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v2.test_users.UsersTestJSON ... skip: b'Identity api v2 is not enabled' 2021-02-05 21:20:40.397 52 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_update_delete_port ... success [2.489s] 2021-02-05 21:20:40.506 52 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsIpV6TestJSON.test_list_ports ... success [0.110s] 2021-02-05 21:20:40.601 52 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsIpV6TestJSON.test_show_port ... success [0.090s] 2021-02-05 21:20:44.430 52 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_create_update_delete_domain ... success [1.099s] 2021-02-05 21:20:44.567 52 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_endpoints.EndPointsTestJSON.test_update_endpoint ... success [1.064s] 2021-02-05 21:20:51.455 52 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_policies.PoliciesTestJSON.test_create_update_delete_policy ... success [0.368s] 2021-02-05 21:20:54.277 52 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_create_port_in_allowed_allocation_pools ... success [6.247s] 2021-02-05 21:20:55.526 52 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_get_trusts_all ... success [3.523s] 2021-02-05 21:20:58.633 52 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_regions.RegionsTestJSON.test_create_region_with_specific_id ... success [0.268s] 2021-02-05 21:21:00.276 52 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_create_port_with_no_securitygroups ... success [5.997s] 2021-02-05 21:21:00.674 52 INFO opnfv-tempest [-] {1} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_media_types ... success [0.164s] 2021-02-05 21:21:00.701 52 INFO opnfv-tempest [-] {1} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_resources ... success [0.027s] 2021-02-05 21:21:00.745 52 INFO opnfv-tempest [-] {1} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_statuses ... success [0.041s] 2021-02-05 21:21:00.758 52 INFO opnfv-tempest [-] {1} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_list_api_versions ... success [0.012s] 2021-02-05 21:21:02.782 52 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_create_update_delete_port ... success [2.505s] 2021-02-05 21:21:02.892 52 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_list_ports ... success [0.107s] 2021-02-05 21:21:02.971 52 INFO opnfv-tempest [-] {3} tempest.api.network.test_ports.PortsTestJSON.test_show_port ... success [0.080s] 2021-02-05 21:21:05.491 52 INFO opnfv-tempest [-] {1} tempest.api.network.test_extensions.ExtensionsTestJSON.test_list_show_extensions ... success [1.006s] 2021-02-05 21:21:05.611 52 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_services.ServicesTestJSON.test_create_update_get_service ... success [0.580s] 2021-02-05 21:21:12.997 52 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_network ... success [3.588s] 2021-02-05 21:21:16.620 52 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_port ... success [3.616s] 2021-02-05 21:21:24.287 52 INFO opnfv-tempest [-] {1} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_subnet ... success [7.659s] 2021-02-05 21:21:25.735 52 INFO opnfv-tempest [-] {0} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_floating_ip_specifying_a_fixed_ip_address ... success [6.173s] 2021-02-05 21:21:26.004 52 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_attach_interfaces.AttachInterfacesUnderV243Test.test_add_remove_fixed_ip ... success [98.325s] 2021-02-05 21:21:29.971 52 INFO opnfv-tempest [-] {3} tempest.api.network.test_routers.RoutersIpV6Test.test_add_multiple_router_interfaces ... success [21.354s] 2021-02-05 21:21:31.871 52 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest ... skip: b'ContainerQuotasTest skipped as swift is not available' 2021-02-05 21:21:33.823 52 INFO opnfv-tempest [-] {0} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_list_show_update_delete_floating_ip ... success [8.087s] 2021-02-05 21:21:34.224 52 INFO opnfv-tempest [-] {1} tempest.api.volume.test_versions.VersionsTest.test_list_versions ... success [0.011s] 2021-02-05 21:21:43.408 52 INFO opnfv-tempest [-] {3} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_port_id ... success [13.436s] 2021-02-05 21:21:53.669 52 INFO opnfv-tempest [-] {3} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_subnet_id ... success [10.260s] 2021-02-05 21:21:57.523 52 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_create_update_delete_network_subnet ... success [5.659s] 2021-02-05 21:21:57.753 52 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_external_network_visibility ... success [0.231s] 2021-02-05 21:21:57.912 52 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_list_networks ... success [0.155s] 2021-02-05 21:21:57.984 52 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_list_subnets ... success [0.070s] 2021-02-05 21:21:58.151 52 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_show_network ... success [0.164s] 2021-02-05 21:21:58.357 52 INFO opnfv-tempest [-] {0} tempest.api.network.test_networks.NetworksIpV6Test.test_show_subnet ... success [0.208s] 2021-02-05 21:21:59.117 52 INFO opnfv-tempest [-] {3} tempest.api.network.test_routers.RoutersIpV6Test.test_create_show_list_update_delete_router ... success [5.446s] 2021-02-05 21:22:01.893 52 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers ... success [0.179s] 2021-02-05 21:22:01.895 52 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_server_details ... success [0.002s] 2021-02-05 21:22:04.330 52 INFO opnfv-tempest [-] {3} tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools ... success [0.707s] 2021-02-05 21:22:05.890 52 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group ... success [0.983s] 2021-02-05 21:22:07.948 52 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule ... success [2.050s] 2021-02-05 21:22:08.065 52 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups ... success [0.115s] 2021-02-05 21:22:08.145 52 INFO opnfv-tempest [-] {3} tempest.api.network.test_versions.NetworksApiDiscovery.test_api_version_resources ... success [0.010s] 2021-02-05 21:22:08.309 52 INFO opnfv-tempest [-] {3} tempest.api.network.test_versions.NetworksApiDiscovery.test_show_api_v2_details ... success [0.164s] 2021-02-05 21:22:09.358 52 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_services.AccountTest ... skip: b'AccountTest skipped as swift is not available' 2021-02-05 21:22:09.359 52 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_services.ContainerTest ... skip: b'ContainerTest skipped as swift is not available' 2021-02-05 21:22:09.891 52 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_object_services.ObjectTest ... skip: b'ObjectTest skipped as swift is not available' 2021-02-05 21:22:18.191 52 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete ... success [6.521s] 2021-02-05 21:22:30.131 52 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image ... success [11.939s] 2021-02-05 21:22:33.127 52 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_attach_detach_volume_to_instance ... success [17.155s] 2021-02-05 21:22:44.870 52 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list ... success [0.080s] 2021-02-05 21:22:58.793 52 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_hard ... success [15.504s] 2021-02-05 21:23:30.603 52 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses ... success [0.078s] 2021-02-05 21:23:30.749 52 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses_by_network ... success [0.144s] 2021-02-05 21:23:44.765 52 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v3.test_groups.GroupsV3TestJSON.test_group_users_add_list_delete ... success [3.673s] 2021-02-05 21:23:53.587 52 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_role_create_update_show_list ... success [0.483s] 2021-02-05 21:23:57.640 52 INFO opnfv-tempest [-] {2} tempest.api.identity.v2.test_api_discovery.TestApiDiscovery ... skip: b'Identity api v2 is not enabled' 2021-02-05 21:24:00.185 52 INFO opnfv-tempest [-] {2} tempest.api.identity.v3.test_domains.DefaultDomainTestJSON.test_default_domain_exists ... success [0.106s] 2021-02-05 21:24:04.277 52 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_delete_image ... success [0.390s] 2021-02-05 21:24:04.853 52 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_register_upload_get_image_file ... success [0.570s] 2021-02-05 21:24:05.005 52 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_update_image ... success [0.147s] 2021-02-05 21:24:30.700 52 INFO opnfv-tempest [-] {2} tempest.api.network.test_routers.RoutersTest.test_add_multiple_router_interfaces ... success [21.054s] 2021-02-05 21:24:42.376 52 INFO opnfv-tempest [-] {2} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_port_id ... success [11.669s] 2021-02-05 21:24:53.324 52 INFO opnfv-tempest [-] {2} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_subnet_id ... success [10.948s] 2021-02-05 21:24:58.687 52 INFO opnfv-tempest [-] {2} tempest.api.network.test_routers.RoutersTest.test_create_show_list_update_delete_router ... success [5.357s] 2021-02-05 21:25:03.571 52 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_list_update_show_delete_security_group ... success [0.882s] 2021-02-05 21:25:05.147 52 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_show_delete_security_group_rule ... success [1.562s] 2021-02-05 21:25:05.231 52 INFO opnfv-tempest [-] {2} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_list_security_groups ... success [0.079s] 2021-02-05 21:25:06.401 52 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_account_quotas.AccountQuotasTest ... skip: b'AccountQuotasTest skipped as swift is not available' 2021-02-05 21:25:06.653 52 INFO rally.task.context [-] Verification d73eed60-926f-4199-b9b7-8d84aa012a8f | Context testr@default cleanup() started 2021-02-05 21:25:06.654 52 INFO rally.task.context [-] Verification d73eed60-926f-4199-b9b7-8d84aa012a8f | Context testr@default cleanup() finished in 0.64 msec 2021-02-05 21:25:06.654 52 INFO rally.task.context [-] Verification d73eed60-926f-4199-b9b7-8d84aa012a8f | Context tempest@default cleanup() started 2021-02-05 21:25:07.180 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Deleting role 'ResellerAdmin'. 2021-02-05 21:25:07.297 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Role 'ResellerAdmin' has been deleted. 2021-02-05 21:25:07.332 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Deleting flavor 'rally_verify_2aa7ba37_Bd7YSWnH'. 2021-02-05 21:25:07.571 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_2aa7ba37_Bd7YSWnH' has been deleted. 2021-02-05 21:25:07.572 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Removing value 'f0c77b7a-6cd5-4998-bd14-4a02c0353922' of option 'instance_type' from Tempest config file. 2021-02-05 21:25:07.572 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Value 'f0c77b7a-6cd5-4998-bd14-4a02c0353922' has been removed. 2021-02-05 21:25:07.574 52 INFO rally.task.context [-] Verification d73eed60-926f-4199-b9b7-8d84aa012a8f | Context tempest@default cleanup() finished in 0.92 sec 2021-02-05 21:25:07.601 52 INFO rally.api [-] Verification (UUID=2aa7ba37-47d7-40c3-8ca3-63dcb2c8897d) has been successfully finished for deployment 'opnfv-rally' (UUID=97eeae70-8018-49e9-af96-6d233788defc)! 2021-02-05 21:25:09.708 75 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-02-05 21:25:09.709 75 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-02-05 21:25:09.709 75 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-02-05 21:25:11.461 77 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-02-05 21:25:11.462 77 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-02-05 21:25:11.462 77 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-02-05 21:25:13.609 77 INFO rally.api [-] Building 'html' report for the following verification(s): '2aa7ba37-47d7-40c3-8ca3-63dcb2c8897d' 2021-02-05 21:25:13.629 77 INFO rally.api [-] The report has been successfully built. 2021-02-05 21:25:15.537 79 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-02-05 21:25:15.537 79 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-02-05 21:25:15.538 79 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-02-05 21:25:17.929 79 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): '2aa7ba37-47d7-40c3-8ca3-63dcb2c8897d' 2021-02-05 21:25:17.938 79 INFO rally.api [-] The report has been successfully built.