2022-03-29 08:49:07.343 7 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-03-29 08:49:07.344 7 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-03-29 08:49:07.344 7 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-03-29 08:49:09.794 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 2022-03-29 08:49:09.794 7 ERROR rally.cli.cliutils Traceback (most recent call last): 2022-03-29 08:49:09.794 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2022-03-29 08:49:09.794 7 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2022-03-29 08:49:09.794 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2022-03-29 08:49:09.794 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2022-03-29 08:49:09.794 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2022-03-29 08:49:09.794 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2022-03-29 08:49:09.794 7 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2022-03-29 08:49:09.794 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2022-03-29 08:49:09.794 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2022-03-29 08:49:09.794 7 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2022-03-29 08:49:09.794 7 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2022-03-29 08:49:09.794 7 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2022-03-29 08:49:09.794 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2022-03-29 08:49:09.794 7 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2022-03-29 08:49:09.794 7 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2022-03-29 08:49:09.794 7 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2022-03-29 08:49:09.794 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2022-03-29 08:49:09.794 7 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2022-03-29 08:49:09.794 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 519, in env_get 2022-03-29 08:49:09.794 7 ERROR rally.cli.cliutils criteria="uuid or name is %s" % uuid_or_name, table="envs") 2022-03-29 08:49:09.794 7 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2022-03-29 08:49:09.794 7 ERROR rally.cli.cliutils 2022-03-29 08:49:11.410 9 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-03-29 08:49:11.411 9 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-03-29 08:49:11.411 9 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-03-29 08:49:15.277 11 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-03-29 08:49:15.278 11 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-03-29 08:49:15.278 11 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-03-29 08:49:19.908 14 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-03-29 08:49:19.909 14 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-03-29 08:49:19.909 14 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-03-29 08:49:21.336 16 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-03-29 08:49:21.336 16 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-03-29 08:49:21.337 16 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-03-29 08:49:23.319 16 ERROR rally.cli.cliutils [-] Unexpected exception in CLI: rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2022-03-29 08:49:23.319 16 ERROR rally.cli.cliutils Traceback (most recent call last): 2022-03-29 08:49:23.319 16 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2022-03-29 08:49:23.319 16 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2022-03-29 08:49:23.319 16 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2022-03-29 08:49:23.319 16 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2022-03-29 08:49:23.319 16 ERROR rally.cli.cliutils return f(*args, **kwargs) 2022-03-29 08:49:23.319 16 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 236, in delete_verifier 2022-03-29 08:49:23.319 16 ERROR rally.cli.cliutils force=force) 2022-03-29 08:49:23.319 16 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2022-03-29 08:49:23.319 16 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2022-03-29 08:49:23.319 16 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2022-03-29 08:49:23.319 16 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2022-03-29 08:49:23.319 16 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2022-03-29 08:49:23.319 16 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2022-03-29 08:49:23.319 16 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2022-03-29 08:49:23.319 16 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2022-03-29 08:49:23.319 16 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2022-03-29 08:49:23.319 16 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2022-03-29 08:49:23.319 16 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 677, in _verifier_get 2022-03-29 08:49:23.319 16 ERROR rally.cli.cliutils criteria="name or uuid is %s" % verifier_id, table="verifiers") 2022-03-29 08:49:23.319 16 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2022-03-29 08:49:23.319 16 ERROR rally.cli.cliutils 2022-03-29 08:49:24.774 18 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-03-29 08:49:24.774 18 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-03-29 08:49:24.775 18 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-03-29 08:49:26.836 18 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2022-03-29 08:49:26.886 18 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-a2720340-56af-4ccb-aa45-462441b79384/repo. 2022-03-29 08:49:27.204 18 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-a2720340-56af-4ccb-aa45-462441b79384/repo'... done. Note: checking out 'c31640d4b93fd2ad546310334fce72b0fed9d3b3'. 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 ' 2022-03-29 08:49:27.220 18 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'tags/22.0.0-1-gc31640d4b ' 2022-03-29 08:49:27.230 18 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'c31640d4b93fd2ad546310334fce72b0fed9d3b3 ' 2022-03-29 08:49:27.248 18 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2022-03-29 08:49:27.318 18 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2022-03-29 08:49:27.929 18 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=a2720340-56af-4ccb-aa45-462441b79384) has been successfully created! 2022-03-29 08:49:29.455 26 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-03-29 08:49:29.456 26 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-03-29 08:49:29.456 26 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-03-29 08:49:34.127 29 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-03-29 08:49:34.127 29 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-03-29 08:49:34.127 29 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-03-29 08:49:36.377 29 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=a2720340-56af-4ccb-aa45-462441b79384) for deployment 'opnfv-rally' (UUID=9a3d7861-9fa8-4e33-b565-4edf67373152). 2022-03-29 08:49:36.840 29 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=a2720340-56af-4ccb-aa45-462441b79384) has been successfully configured for deployment 'opnfv-rally' (UUID=9a3d7861-9fa8-4e33-b565-4edf67373152)! 2022-03-29 08:49:46.077 33 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-03-29 08:49:46.078 33 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-03-29 08:49:46.078 33 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-03-29 08:49:48.595 33 INFO rally.api [-] Starting verification (UUID=b85d15b4-3473-46e8-9e32-1dae1dfbfa0e) for deployment 'opnfv-rally' (UUID=9a3d7861-9fa8-4e33-b565-4edf67373152) by verifier 'opnfv-tempest' (UUID=a2720340-56af-4ccb-aa45-462441b79384). 2022-03-29 08:49:49.291 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2022-03-29 08:49:49.291 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-a2720340-56af-4ccb-aa45-462441b79384/for-deployment-9a3d7861-9fa8-4e33-b565-4edf67373152/tempest.log' to option 'log_file'. 2022-03-29 08:49:49.292 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-a2720340-56af-4ccb-aa45-462441b79384/for-deployment-9a3d7861-9fa8-4e33-b565-4edf67373152/tempest.log 2022-03-29 08:49:49.292 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2022-03-29 08:49:49.292 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-a2720340-56af-4ccb-aa45-462441b79384/for-deployment-9a3d7861-9fa8-4e33-b565-4edf67373152/lock_files' to option 'lock_path'. 2022-03-29 08:49:49.293 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-a2720340-56af-4ccb-aa45-462441b79384/for-deployment-9a3d7861-9fa8-4e33-b565-4edf67373152/lock_files 2022-03-29 08:49:49.293 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is already configured in Tempest config file. img_dir = /home/opnfv/functest/images 2022-03-29 08:49:49.293 33 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 2022-03-29 08:49:49.294 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = 8de2ae5e-fcd9-4f81-a1c4-9f4eddc07977 2022-03-29 08:49:49.294 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = 82efe4bc-a42c-467c-a41e-29fd202951bd 2022-03-29 08:49:49.295 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = f5eb4185-c22c-4637-a57b-bc2caf9cdc19 2022-03-29 08:49:49.295 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = 187ebbc6-a97f-44e9-ba7c-7e3046836c6f 2022-03-29 08:49:49.607 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2022-03-29 08:49:49.608 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = tempest_scenario-net_86d23e65-4b14-4577-8f6c-da3a89a72f35 2022-03-29 08:49:49.609 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2022-03-29 08:49:49.697 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2022-03-29 08:49:49.735 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] The following flavor discovered: 'rally_verify_c87d1922_26HSxUu6'. Using flavor 'rally_verify_c87d1922_26HSxUu6' (ID = a2579d3e-4e50-4c08-a736-798ba446ba49) for the tests. 2022-03-29 08:49:49.736 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value 'a2579d3e-4e50-4c08-a736-798ba446ba49' to option 'instance_type'. 2022-03-29 08:49:49.736 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = a2579d3e-4e50-4c08-a736-798ba446ba49 2022-03-29 08:49:49.737 33 INFO rally.task.context [-] Verification a2720340-56af-4ccb-aa45-462441b79384 | Context tempest@default setup() finished in 0.91 sec 2022-03-29 08:49:49.738 33 INFO rally.task.context [-] Verification a2720340-56af-4ccb-aa45-462441b79384 | Context testr@default setup() finished in 0.27 msec 2022-03-29 08:49:49.738 33 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --serial --load-list /tmp/b5970da4-075b-4539-9d1e-f3dd32a13fda'. 2022-03-29 08:51:32.870 33 INFO opnfv-tempest [-] {0} tempest.scenario.test_minimum_basic.TestMinimumBasicScenario.test_minimum_basic_scenario ... success [93.144s] 2022-03-29 08:52:20.780 33 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_hotplug_nic ... success [41.811s] 2022-03-29 08:53:36.135 33 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_network_basic_ops ... success [75.331s] 2022-03-29 08:53:39.043 33 INFO opnfv-tempest [-] {0} tempest.scenario.test_object_storage_basic_ops.TestObjectStorageBasicOps.test_swift_basic_ops ... success [0.291s] 2022-03-29 08:55:14.756 33 INFO opnfv-tempest [-] {0} tempest.scenario.test_security_groups_basic_ops.TestSecurityGroupsBasicOps.test_cross_tenant_traffic ... success [87.955s] 2022-03-29 08:56:18.995 33 INFO opnfv-tempest [-] {0} tempest.scenario.test_security_groups_basic_ops.TestSecurityGroupsBasicOps.test_in_tenant_traffic ... success [64.224s] 2022-03-29 08:57:04.944 33 INFO opnfv-tempest [-] {0} tempest.scenario.test_server_basic_ops.TestServerBasicOps.test_server_basic_ops ... success [34.707s] 2022-03-29 08:57:50.504 33 INFO opnfv-tempest [-] {0} tempest.scenario.test_server_multinode.TestServerMultinode.test_schedule_to_all_nodes ... success [26.180s] 2022-03-29 08:58:09.874 33 INFO opnfv-tempest [-] {0} tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_boot_server_from_encrypted_volume_luks ... skip [0.000s]: b'Encrypted volume attach is not supported' 2022-03-29 08:58:49.688 33 INFO opnfv-tempest [-] {0} tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_image_defined_boot_from_volume ... success [39.799s] 2022-03-29 08:59:04.696 33 INFO rally.task.context [-] Verification a2720340-56af-4ccb-aa45-462441b79384 | Context testr@default cleanup() started 2022-03-29 08:59:04.697 33 INFO rally.task.context [-] Verification a2720340-56af-4ccb-aa45-462441b79384 | Context testr@default cleanup() finished in 0.98 msec 2022-03-29 08:59:04.697 33 INFO rally.task.context [-] Verification a2720340-56af-4ccb-aa45-462441b79384 | Context tempest@default cleanup() started 2022-03-29 08:59:04.898 33 INFO rally.task.context [-] Verification a2720340-56af-4ccb-aa45-462441b79384 | Context tempest@default cleanup() finished in 0.20 sec 2022-03-29 08:59:04.920 33 INFO rally.api [-] Verification (UUID=b85d15b4-3473-46e8-9e32-1dae1dfbfa0e) has been successfully finished for deployment 'opnfv-rally' (UUID=9a3d7861-9fa8-4e33-b565-4edf67373152)! 2022-03-29 08:59:06.778 148 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-03-29 08:59:06.779 148 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-03-29 08:59:06.779 148 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-03-29 08:59:08.390 149 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-03-29 08:59:08.390 149 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-03-29 08:59:08.390 149 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-03-29 08:59:10.929 149 INFO rally.api [-] Building 'html' report for the following verification(s): 'b85d15b4-3473-46e8-9e32-1dae1dfbfa0e' 2022-03-29 08:59:10.954 149 INFO rally.api [-] The report has been successfully built. 2022-03-29 08:59:12.478 151 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-03-29 08:59:12.478 151 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-03-29 08:59:12.479 151 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-03-29 08:59:14.650 151 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): 'b85d15b4-3473-46e8-9e32-1dae1dfbfa0e' 2022-03-29 08:59:14.654 151 INFO rally.api [-] The report has been successfully built.