2020-09-19 08:01:00.349 7 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-19 08:01:00.354 7 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-19 08:01:00.356 7 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-19 08:01:20.640 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-09-19 08:01:20.640 7 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-09-19 08:01:20.640 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-09-19 08:01:20.640 7 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-09-19 08:01:20.640 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-09-19 08:01:20.640 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2020-09-19 08:01:20.640 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-09-19 08:01:20.640 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-09-19 08:01:20.640 7 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-09-19 08:01:20.640 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-09-19 08:01:20.640 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2020-09-19 08:01:20.640 7 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2020-09-19 08:01:20.640 7 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2020-09-19 08:01:20.640 7 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2020-09-19 08:01:20.640 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2020-09-19 08:01:20.640 7 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2020-09-19 08:01:20.640 7 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2020-09-19 08:01:20.640 7 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2020-09-19 08:01:20.640 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-09-19 08:01:20.640 7 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-09-19 08:01:20.640 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 519, in env_get 2020-09-19 08:01:20.640 7 ERROR rally.cli.cliutils criteria="uuid or name is %s" % uuid_or_name, table="envs") 2020-09-19 08:01:20.640 7 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2020-09-19 08:01:20.640 7 ERROR rally.cli.cliutils 2020-09-19 08:01:34.129 14 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-19 08:01:34.135 14 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-19 08:01:34.136 14 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-19 08:02:13.344 21 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-19 08:02:13.350 21 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-19 08:02:13.351 21 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-19 08:02:51.974 31 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-19 08:02:51.980 31 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-19 08:02:51.981 31 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-19 08:03:05.806 37 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-19 08:03:05.812 37 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-19 08:03:05.814 37 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-19 08:03:25.134 37 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-09-19 08:03:25.134 37 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-09-19 08:03:25.134 37 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-09-19 08:03:25.134 37 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-09-19 08:03:25.134 37 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2020-09-19 08:03:25.134 37 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-09-19 08:03:25.134 37 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-09-19 08:03:25.134 37 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 236, in delete_verifier 2020-09-19 08:03:25.134 37 ERROR rally.cli.cliutils force=force) 2020-09-19 08:03:25.134 37 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2020-09-19 08:03:25.134 37 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2020-09-19 08:03:25.134 37 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2020-09-19 08:03:25.134 37 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2020-09-19 08:03:25.134 37 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2020-09-19 08:03:25.134 37 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2020-09-19 08:03:25.134 37 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-09-19 08:03:25.134 37 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-09-19 08:03:25.134 37 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2020-09-19 08:03:25.134 37 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2020-09-19 08:03:25.134 37 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 677, in _verifier_get 2020-09-19 08:03:25.134 37 ERROR rally.cli.cliutils criteria="name or uuid is %s" % verifier_id, table="verifiers") 2020-09-19 08:03:25.134 37 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2020-09-19 08:03:25.134 37 ERROR rally.cli.cliutils 2020-09-19 08:03:38.897 44 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-19 08:03:38.903 44 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-19 08:03:38.904 44 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-19 08:03:58.784 44 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2020-09-19 08:03:59.342 44 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-ccb0b122-75b7-4be8-bb64-3fa7c3a1ca89/repo. 2020-09-19 08:04:00.618 44 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-ccb0b122-75b7-4be8-bb64-3fa7c3a1ca89/repo'... done. Note: checking out 'd7b38317ad1ca2955432acdc7449562d08aba75d'. 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-09-19 08:04:00.740 44 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'tags/22.0.0-1-gd7b38317a ' 2020-09-19 08:04:00.884 44 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'd7b38317ad1ca2955432acdc7449562d08aba75d ' 2020-09-19 08:04:00.950 44 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2020-09-19 08:04:01.556 44 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2020-09-19 08:04:08.029 44 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=ccb0b122-75b7-4be8-bb64-3fa7c3a1ca89) has been successfully created! 2020-09-19 08:04:21.838 70 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-19 08:04:21.844 70 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-19 08:04:21.845 70 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-19 08:04:55.642 80 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-19 08:04:55.648 80 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-19 08:04:55.649 80 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-19 08:05:15.283 80 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=ccb0b122-75b7-4be8-bb64-3fa7c3a1ca89) for deployment 'opnfv-rally' (UUID=1a542b02-9934-47ff-bfd7-f6590cf63354). 2020-09-19 08:05:16.808 80 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=ccb0b122-75b7-4be8-bb64-3fa7c3a1ca89) has been successfully configured for deployment 'opnfv-rally' (UUID=1a542b02-9934-47ff-bfd7-f6590cf63354)! 2020-09-19 08:06:37.178 95 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-19 08:06:37.184 95 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-19 08:06:37.186 95 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-19 08:06:57.095 95 INFO rally.api [-] Starting verification (UUID=88f1159e-1b2f-4d32-8bb8-dc7349058c7d) for deployment 'opnfv-rally' (UUID=1a542b02-9934-47ff-bfd7-f6590cf63354) by verifier 'opnfv-tempest' (UUID=ccb0b122-75b7-4be8-bb64-3fa7c3a1ca89). 2020-09-19 08:07:01.304 95 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2020-09-19 08:07:01.307 95 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-ccb0b122-75b7-4be8-bb64-3fa7c3a1ca89/for-deployment-1a542b02-9934-47ff-bfd7-f6590cf63354/tempest.log' to option 'log_file'. 2020-09-19 08:07:01.309 95 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-ccb0b122-75b7-4be8-bb64-3fa7c3a1ca89/for-deployment-1a542b02-9934-47ff-bfd7-f6590cf63354/tempest.log 2020-09-19 08:07:01.310 95 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2020-09-19 08:07:01.311 95 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-ccb0b122-75b7-4be8-bb64-3fa7c3a1ca89/for-deployment-1a542b02-9934-47ff-bfd7-f6590cf63354/lock_files' to option 'lock_path'. 2020-09-19 08:07:01.313 95 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-ccb0b122-75b7-4be8-bb64-3fa7c3a1ca89/for-deployment-1a542b02-9934-47ff-bfd7-f6590cf63354/lock_files 2020-09-19 08:07:01.314 95 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is already configured in Tempest config file. img_dir = /home/opnfv/functest/images 2020-09-19 08:07:01.315 95 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-09-19 08:07:01.317 95 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = ebb23815-9eef-48b9-acfa-8a3fad5e92f4 2020-09-19 08:07:01.318 95 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = 00989809-0e3b-45bf-8876-0f89431556db 2020-09-19 08:07:01.321 95 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = 60748070-7525-4bf2-82fb-19d5dd5aff6d 2020-09-19 08:07:01.324 95 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = 05b893ac-ec21-4101-91ab-9ed13fd80500 2020-09-19 08:07:01.763 95 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2020-09-19 08:07:01.765 95 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = tempest_scenario-net_8151168e-a05b-48ed-b135-ef110ccafdee 2020-09-19 08:07:01.768 95 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2020-09-19 08:07:02.566 95 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2020-09-19 08:07:02.647 95 RALLYDEBUG rally_openstack.verification.tempest.context [-] There is no flavor with the mentioned properties. 2020-09-19 08:07:02.650 95 RALLYDEBUG rally_openstack.verification.tempest.context [-] Creating flavor 'rally_verify_88f1159e_uU7L7d0q' with the following properties: RAM = 64MB, VCPUs = 1, disk = 5GB. 2020-09-19 08:07:02.728 95 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_88f1159e_uU7L7d0q' (ID = d2b52041-9172-4484-8b0e-dc7a9ca883c3) has been successfully created! 2020-09-19 08:07:02.730 95 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value 'd2b52041-9172-4484-8b0e-dc7a9ca883c3' to option 'instance_type'. 2020-09-19 08:07:02.732 95 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = d2b52041-9172-4484-8b0e-dc7a9ca883c3 2020-09-19 08:07:02.742 95 INFO rally.task.context [-] Verification ccb0b122-75b7-4be8-bb64-3fa7c3a1ca89 | Context tempest@default setup() finished in 4.56 sec 2020-09-19 08:07:02.746 95 INFO rally.task.context [-] Verification ccb0b122-75b7-4be8-bb64-3fa7c3a1ca89 | Context testr@default setup() finished in 1.38 msec 2020-09-19 08:07:02.747 95 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --serial --load-list /tmp/34879462-a595-458f-9e6e-ebc229c90dfd'. 2020-09-19 08:08:51.697 95 INFO opnfv-tempest [-] {0} tempest.scenario.test_minimum_basic.TestMinimumBasicScenario.test_minimum_basic_scenario ... success [59.781s] 2020-09-19 08:10:00.085 95 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_hotplug_nic ... success [59.313s] 2020-09-19 08:11:13.902 95 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_network_basic_ops ... success [73.630s] 2020-09-19 08:11:18.127 95 INFO opnfv-tempest [-] {0} tempest.scenario.test_object_storage_basic_ops.TestObjectStorageBasicOps.test_swift_basic_ops ... success [0.532s] 2020-09-19 08:13:00.644 95 INFO opnfv-tempest [-] {0} tempest.scenario.test_security_groups_basic_ops.TestSecurityGroupsBasicOps.test_cross_tenant_traffic ... success [97.802s] 2020-09-19 08:14:15.129 95 INFO opnfv-tempest [-] {0} tempest.scenario.test_security_groups_basic_ops.TestSecurityGroupsBasicOps.test_in_tenant_traffic ... success [74.386s] 2020-09-19 08:14:52.647 95 INFO opnfv-tempest [-] {0} tempest.scenario.test_server_basic_ops.TestServerBasicOps.test_server_basic_ops ... success [28.881s] 2020-09-19 08:15:57.257 95 INFO opnfv-tempest [-] {0} tempest.scenario.test_server_multinode.TestServerMultinode.test_schedule_to_all_nodes ... success [45.085s] 2020-09-19 08:16:23.484 95 INFO opnfv-tempest [-] {0} tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_boot_server_from_encrypted_volume_luks ... skip [0.001s]: b'Encrypted volume attach is not supported' 2020-09-19 08:17:07.619 95 INFO opnfv-tempest [-] {0} tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_image_defined_boot_from_volume ... success [44.037s] 2020-09-19 08:17:33.337 95 INFO rally.task.context [-] Verification ccb0b122-75b7-4be8-bb64-3fa7c3a1ca89 | Context testr@default cleanup() started 2020-09-19 08:17:33.341 95 INFO rally.task.context [-] Verification ccb0b122-75b7-4be8-bb64-3fa7c3a1ca89 | Context testr@default cleanup() finished in 3.57 msec 2020-09-19 08:17:33.343 95 INFO rally.task.context [-] Verification ccb0b122-75b7-4be8-bb64-3fa7c3a1ca89 | Context tempest@default cleanup() started 2020-09-19 08:17:33.959 95 RALLYDEBUG rally_openstack.verification.tempest.context [-] Deleting flavor 'rally_verify_88f1159e_uU7L7d0q'. 2020-09-19 08:17:34.230 95 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_88f1159e_uU7L7d0q' has been deleted. 2020-09-19 08:17:34.235 95 RALLYDEBUG rally_openstack.verification.tempest.context [-] Removing value 'd2b52041-9172-4484-8b0e-dc7a9ca883c3' of option 'instance_type' from Tempest config file. 2020-09-19 08:17:34.236 95 RALLYDEBUG rally_openstack.verification.tempest.context [-] Value 'd2b52041-9172-4484-8b0e-dc7a9ca883c3' has been removed. 2020-09-19 08:17:34.304 95 INFO rally.task.context [-] Verification ccb0b122-75b7-4be8-bb64-3fa7c3a1ca89 | Context tempest@default cleanup() finished in 0.96 sec 2020-09-19 08:17:34.399 95 INFO rally.api [-] Verification (UUID=88f1159e-1b2f-4d32-8bb8-dc7349058c7d) has been successfully finished for deployment 'opnfv-rally' (UUID=1a542b02-9934-47ff-bfd7-f6590cf63354)! 2020-09-19 08:17:49.007 226 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-19 08:17:49.014 226 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-19 08:17:49.016 226 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-19 08:18:03.037 229 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-19 08:18:03.043 229 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-19 08:18:03.044 229 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-19 08:18:24.288 229 INFO rally.api [-] Building 'html' report for the following verification(s): '88f1159e-1b2f-4d32-8bb8-dc7349058c7d' 2020-09-19 08:18:24.517 229 INFO rally.api [-] The report has been successfully built. 2020-09-19 08:18:37.669 236 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-19 08:18:37.675 236 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-19 08:18:37.677 236 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-19 08:18:57.960 236 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): '88f1159e-1b2f-4d32-8bb8-dc7349058c7d' 2020-09-19 08:18:57.986 236 INFO rally.api [-] The report has been successfully built.