2021-02-13 20:15:28.149 7 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-02-13 20:15:28.149 7 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-02-13 20:15:28.150 7 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-02-13 20:15:30.400 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 2021-02-13 20:15:30.400 7 ERROR rally.cli.cliutils Traceback (most recent call last): 2021-02-13 20:15:30.400 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2021-02-13 20:15:30.400 7 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2021-02-13 20:15:30.400 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2021-02-13 20:15:30.400 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2021-02-13 20:15:30.400 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2021-02-13 20:15:30.400 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2021-02-13 20:15:30.400 7 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2021-02-13 20:15:30.400 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2021-02-13 20:15:30.400 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2021-02-13 20:15:30.400 7 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2021-02-13 20:15:30.400 7 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2021-02-13 20:15:30.400 7 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2021-02-13 20:15:30.400 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2021-02-13 20:15:30.400 7 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2021-02-13 20:15:30.400 7 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2021-02-13 20:15:30.400 7 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2021-02-13 20:15:30.400 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2021-02-13 20:15:30.400 7 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2021-02-13 20:15:30.400 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2021-02-13 20:15:30.400 7 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2021-02-13 20:15:30.400 7 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2021-02-13 20:15:30.400 7 ERROR rally.cli.cliutils 2021-02-13 20:15:32.378 9 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-02-13 20:15:32.379 9 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-02-13 20:15:32.379 9 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-02-13 20:15:37.125 11 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-02-13 20:15:37.126 11 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-02-13 20:15:37.126 11 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-02-13 20:15:41.945 14 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-02-13 20:15:41.946 14 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-02-13 20:15:41.946 14 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-02-13 20:15:43.542 17 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-02-13 20:15:43.543 17 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-02-13 20:15:43.543 17 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-02-13 20:15:45.984 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 2021-02-13 20:15:45.984 17 ERROR rally.cli.cliutils Traceback (most recent call last): 2021-02-13 20:15:45.984 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2021-02-13 20:15:45.984 17 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2021-02-13 20:15:45.984 17 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2021-02-13 20:15:45.984 17 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2021-02-13 20:15:45.984 17 ERROR rally.cli.cliutils return f(*args, **kwargs) 2021-02-13 20:15:45.984 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2021-02-13 20:15:45.984 17 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2021-02-13 20:15:45.984 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2021-02-13 20:15:45.984 17 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2021-02-13 20:15:45.984 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2021-02-13 20:15:45.984 17 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2021-02-13 20:15:45.984 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2021-02-13 20:15:45.984 17 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2021-02-13 20:15:45.984 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2021-02-13 20:15:45.984 17 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2021-02-13 20:15:45.984 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2021-02-13 20:15:45.984 17 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2021-02-13 20:15:45.984 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2021-02-13 20:15:45.984 17 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2021-02-13 20:15:45.984 17 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2021-02-13 20:15:45.984 17 ERROR rally.cli.cliutils 2021-02-13 20:15:47.833 19 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-02-13 20:15:47.833 19 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-02-13 20:15:47.833 19 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-02-13 20:15:50.099 19 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2021-02-13 20:15:50.164 19 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-ab3acdfe-b146-4940-b59b-f9e16efc2906/repo. 2021-02-13 20:15:50.442 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-ab3acdfe-b146-4940-b59b-f9e16efc2906/repo'... done. Note: switching to 'a3828db0973cbb5bf909ba4dc5535bd423074de9'. 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-13 20:15:50.455 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'tags/24.0.0-1-ga3828db09 ' 2021-02-13 20:15:50.463 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'a3828db0973cbb5bf909ba4dc5535bd423074de9 ' 2021-02-13 20:15:50.481 19 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2021-02-13 20:15:50.551 19 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2021-02-13 20:15:51.379 19 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=ab3acdfe-b146-4940-b59b-f9e16efc2906) has been successfully created! 2021-02-13 20:15:53.166 27 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-02-13 20:15:53.166 27 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-02-13 20:15:53.166 27 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-02-13 20:15:57.868 30 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-02-13 20:15:57.868 30 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-02-13 20:15:57.868 30 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-02-13 20:16:00.115 30 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=ab3acdfe-b146-4940-b59b-f9e16efc2906) for deployment 'opnfv-rally' (UUID=380ba13a-e2f4-4fcc-9900-6dfafbbb827d). 2021-02-13 20:16:00.602 30 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=ab3acdfe-b146-4940-b59b-f9e16efc2906) has been successfully configured for deployment 'opnfv-rally' (UUID=380ba13a-e2f4-4fcc-9900-6dfafbbb827d)! 2021-02-13 20:16:10.200 35 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-02-13 20:16:10.201 35 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-02-13 20:16:10.201 35 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-02-13 20:16:12.524 35 INFO rally.api [-] Starting verification (UUID=6ae3e408-befe-44bc-8207-cc89a6adce79) for deployment 'opnfv-rally' (UUID=380ba13a-e2f4-4fcc-9900-6dfafbbb827d) by verifier 'opnfv-tempest' (UUID=ab3acdfe-b146-4940-b59b-f9e16efc2906). 2021-02-13 20:16:13.486 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2021-02-13 20:16:13.488 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-ab3acdfe-b146-4940-b59b-f9e16efc2906/for-deployment-380ba13a-e2f4-4fcc-9900-6dfafbbb827d/tempest.log' to option 'log_file'. 2021-02-13 20:16:13.488 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-ab3acdfe-b146-4940-b59b-f9e16efc2906/for-deployment-380ba13a-e2f4-4fcc-9900-6dfafbbb827d/tempest.log 2021-02-13 20:16:13.489 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2021-02-13 20:16:13.489 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-ab3acdfe-b146-4940-b59b-f9e16efc2906/for-deployment-380ba13a-e2f4-4fcc-9900-6dfafbbb827d/lock_files' to option 'lock_path'. 2021-02-13 20:16:13.489 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-ab3acdfe-b146-4940-b59b-f9e16efc2906/for-deployment-380ba13a-e2f4-4fcc-9900-6dfafbbb827d/lock_files 2021-02-13 20:16:13.490 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is already configured in Tempest config file. img_dir = /home/opnfv/functest/images 2021-02-13 20:16:13.490 35 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-13 20:16:13.490 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = 97cc8e80-1e1a-46b4-b4c7-b5f18db2067d 2021-02-13 20:16:13.491 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = 015abcc0-a0bd-4cf7-ae50-e1ac6a4e2edf 2021-02-13 20:16:13.492 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = 1a1a0dbc-91e6-402d-b54f-ae0418324bbb 2021-02-13 20:16:13.492 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = 75c398a8-c560-4cb7-9034-23567e354d61 2021-02-13 20:16:13.825 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2021-02-13 20:16:13.826 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = tempest_scenario-net_9e0e631e-169f-4c87-b57d-67c9a7d3cd12 2021-02-13 20:16:13.827 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2021-02-13 20:16:13.925 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2021-02-13 20:16:13.972 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] There is no flavor with the mentioned properties. 2021-02-13 20:16:13.973 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Creating flavor 'rally_verify_6ae3e408_0lzkkdo2' with the following properties: RAM = 64MB, VCPUs = 1, disk = 5GB. 2021-02-13 20:16:14.015 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_6ae3e408_0lzkkdo2' (ID = 2defb4ff-0290-4df9-a068-a3de13464574) has been successfully created! 2021-02-13 20:16:14.016 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '2defb4ff-0290-4df9-a068-a3de13464574' to option 'instance_type'. 2021-02-13 20:16:14.016 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = 2defb4ff-0290-4df9-a068-a3de13464574 2021-02-13 20:16:14.017 35 INFO rally.task.context [-] Verification ab3acdfe-b146-4940-b59b-f9e16efc2906 | Context tempest@default setup() finished in 1.24 sec 2021-02-13 20:16:14.018 35 INFO rally.task.context [-] Verification ab3acdfe-b146-4940-b59b-f9e16efc2906 | Context testr@default setup() finished in 0.59 msec 2021-02-13 20:16:14.018 35 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --serial --load-list /tmp/c61afda8-d67d-43bc-ada9-c35904521383'. 2021-02-13 20:17:23.426 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_minimum_basic.TestMinimumBasicScenario.test_minimum_basic_scenario ... success [56.609s] 2021-02-13 20:18:26.868 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_hotplug_nic ... success [54.125s] 2021-02-13 20:19:37.889 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_network_basic_ops ... success [70.998s] 2021-02-13 20:19:40.570 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_object_storage_basic_ops.TestObjectStorageBasicOps.test_swift_basic_ops ... success [0.282s] 2021-02-13 20:21:12.109 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_security_groups_basic_ops.TestSecurityGroupsBasicOps.test_cross_tenant_traffic ... success [86.822s] 2021-02-13 20:22:12.891 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_security_groups_basic_ops.TestSecurityGroupsBasicOps.test_in_tenant_traffic ... success [60.760s] 2021-02-13 20:22:53.731 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_server_basic_ops.TestServerBasicOps.test_server_basic_ops ... success [31.277s] 2021-02-13 20:23:50.764 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_server_multinode.TestServerMultinode.test_schedule_to_all_nodes ... success [32.757s] 2021-02-13 20:24:20.554 35 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' 2021-02-13 20:24:58.147 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_image_defined_boot_from_volume ... success [37.576s] 2021-02-13 20:25:14.863 35 INFO rally.task.context [-] Verification ab3acdfe-b146-4940-b59b-f9e16efc2906 | Context testr@default cleanup() started 2021-02-13 20:25:14.864 35 INFO rally.task.context [-] Verification ab3acdfe-b146-4940-b59b-f9e16efc2906 | Context testr@default cleanup() finished in 0.74 msec 2021-02-13 20:25:14.864 35 INFO rally.task.context [-] Verification ab3acdfe-b146-4940-b59b-f9e16efc2906 | Context tempest@default cleanup() started 2021-02-13 20:25:15.018 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Deleting flavor 'rally_verify_6ae3e408_0lzkkdo2'. 2021-02-13 20:25:15.176 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_6ae3e408_0lzkkdo2' has been deleted. 2021-02-13 20:25:15.177 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Removing value '2defb4ff-0290-4df9-a068-a3de13464574' of option 'instance_type' from Tempest config file. 2021-02-13 20:25:15.178 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Value '2defb4ff-0290-4df9-a068-a3de13464574' has been removed. 2021-02-13 20:25:15.188 35 INFO rally.task.context [-] Verification ab3acdfe-b146-4940-b59b-f9e16efc2906 | Context tempest@default cleanup() finished in 0.32 sec 2021-02-13 20:25:15.233 35 INFO rally.api [-] Verification (UUID=6ae3e408-befe-44bc-8207-cc89a6adce79) has been successfully finished for deployment 'opnfv-rally' (UUID=380ba13a-e2f4-4fcc-9900-6dfafbbb827d)! 2021-02-13 20:25:17.136 151 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-02-13 20:25:17.137 151 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-02-13 20:25:17.137 151 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-02-13 20:25:18.781 153 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-02-13 20:25:18.781 153 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-02-13 20:25:18.781 153 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-02-13 20:25:21.595 153 INFO rally.api [-] Building 'html' report for the following verification(s): '6ae3e408-befe-44bc-8207-cc89a6adce79' 2021-02-13 20:25:21.615 153 INFO rally.api [-] The report has been successfully built. 2021-02-13 20:25:23.375 155 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-02-13 20:25:23.376 155 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-02-13 20:25:23.376 155 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-02-13 20:25:25.676 155 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): '6ae3e408-befe-44bc-8207-cc89a6adce79' 2021-02-13 20:25:25.678 155 INFO rally.api [-] The report has been successfully built.