2022-02-19 15:53:22.136 7 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-02-19 15:53:22.137 7 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-02-19 15:53:22.137 7 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-02-19 15:53:24.329 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-02-19 15:53:24.329 7 ERROR rally.cli.cliutils Traceback (most recent call last): 2022-02-19 15:53:24.329 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 669, in run 2022-02-19 15:53:24.329 7 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2022-02-19 15:53:24.329 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 142, in inner 2022-02-19 15:53:24.329 7 ERROR rally.cli.cliutils return func(*args, **kwargs) 2022-02-19 15:53:24.329 7 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in wrapper 2022-02-19 15:53:24.329 7 ERROR rally.cli.cliutils return func(*args, **kwargs) 2022-02-19 15:53:24.329 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2022-02-19 15:53:24.329 7 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2022-02-19 15:53:24.329 7 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2022-02-19 15:53:24.329 7 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2022-02-19 15:53:24.329 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2022-02-19 15:53:24.329 7 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2022-02-19 15:53:24.329 7 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2022-02-19 15:53:24.329 7 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2022-02-19 15:53:24.329 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2022-02-19 15:53:24.329 7 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2022-02-19 15:53:24.329 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 519, in env_get 2022-02-19 15:53:24.329 7 ERROR rally.cli.cliutils criteria="uuid or name is %s" % uuid_or_name, table="envs") 2022-02-19 15:53:24.329 7 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2022-02-19 15:53:24.329 7 ERROR rally.cli.cliutils 2022-02-19 15:53:25.856 9 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-02-19 15:53:25.858 9 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-02-19 15:53:25.858 9 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-02-19 15:53:29.523 11 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-02-19 15:53:29.524 11 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-02-19 15:53:29.525 11 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-02-19 15:53:33.593 14 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-02-19 15:53:33.593 14 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-02-19 15:53:33.594 14 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-02-19 15:53:34.917 16 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-02-19 15:53:34.918 16 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-02-19 15:53:34.918 16 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-02-19 15:53:36.807 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-02-19 15:53:36.807 16 ERROR rally.cli.cliutils Traceback (most recent call last): 2022-02-19 15:53:36.807 16 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 669, in run 2022-02-19 15:53:36.807 16 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2022-02-19 15:53:36.807 16 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in wrapper 2022-02-19 15:53:36.807 16 ERROR rally.cli.cliutils return func(*args, **kwargs) 2022-02-19 15:53:36.807 16 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 236, in delete_verifier 2022-02-19 15:53:36.807 16 ERROR rally.cli.cliutils force=force) 2022-02-19 15:53:36.807 16 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2022-02-19 15:53:36.807 16 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2022-02-19 15:53:36.807 16 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2022-02-19 15:53:36.807 16 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2022-02-19 15:53:36.807 16 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2022-02-19 15:53:36.807 16 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2022-02-19 15:53:36.807 16 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2022-02-19 15:53:36.807 16 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2022-02-19 15:53:36.807 16 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2022-02-19 15:53:36.807 16 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2022-02-19 15:53:36.807 16 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 677, in _verifier_get 2022-02-19 15:53:36.807 16 ERROR rally.cli.cliutils criteria="name or uuid is %s" % verifier_id, table="verifiers") 2022-02-19 15:53:36.807 16 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2022-02-19 15:53:36.807 16 ERROR rally.cli.cliutils 2022-02-19 15:53:38.218 18 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-02-19 15:53:38.219 18 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-02-19 15:53:38.220 18 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-02-19 15:53:40.080 18 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2022-02-19 15:53:40.158 18 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-37b784de-ddec-4145-8f60-663ad81f40c4/repo. 2022-02-19 15:53:40.476 18 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-37b784de-ddec-4145-8f60-663ad81f40c4/repo'... done. Note: checking out '1e9f9ce3bc4baef9fa9dad66c074df6687b4669a'. 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-02-19 15:53:40.493 18 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'tags/22.0.0-1-g1e9f9ce3b ' 2022-02-19 15:53:40.503 18 RALLYDEBUG rally.verification.utils [-] Subprocess output: '1e9f9ce3bc4baef9fa9dad66c074df6687b4669a ' 2022-02-19 15:53:40.541 18 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2022-02-19 15:53:40.597 18 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2022-02-19 15:53:41.173 18 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=37b784de-ddec-4145-8f60-663ad81f40c4) has been successfully created! 2022-02-19 15:53:42.824 26 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-02-19 15:53:42.825 26 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-02-19 15:53:42.826 26 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-02-19 15:53:47.117 29 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-02-19 15:53:47.118 29 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-02-19 15:53:47.119 29 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-02-19 15:53:49.235 29 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=37b784de-ddec-4145-8f60-663ad81f40c4) for deployment 'opnfv-rally' (UUID=457c9653-1f82-4f55-887a-390e0f4516b6). 2022-02-19 15:53:49.876 29 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=37b784de-ddec-4145-8f60-663ad81f40c4) has been successfully configured for deployment 'opnfv-rally' (UUID=457c9653-1f82-4f55-887a-390e0f4516b6)! 2022-02-19 15:53:55.111 33 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-02-19 15:53:55.113 33 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-02-19 15:53:55.113 33 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-02-19 15:53:57.184 33 INFO rally.api [-] Starting verification (UUID=4eb7b4e5-bd41-4b70-afe3-8e34c5c278bc) for deployment 'opnfv-rally' (UUID=457c9653-1f82-4f55-887a-390e0f4516b6) by verifier 'opnfv-tempest' (UUID=37b784de-ddec-4145-8f60-663ad81f40c4). 2022-02-19 15:53:57.819 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2022-02-19 15:53:57.820 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-37b784de-ddec-4145-8f60-663ad81f40c4/for-deployment-457c9653-1f82-4f55-887a-390e0f4516b6/tempest.log' to option 'log_file'. 2022-02-19 15:53:57.820 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-37b784de-ddec-4145-8f60-663ad81f40c4/for-deployment-457c9653-1f82-4f55-887a-390e0f4516b6/tempest.log 2022-02-19 15:53:57.820 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2022-02-19 15:53:57.821 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-37b784de-ddec-4145-8f60-663ad81f40c4/for-deployment-457c9653-1f82-4f55-887a-390e0f4516b6/lock_files' to option 'lock_path'. 2022-02-19 15:53:57.821 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-37b784de-ddec-4145-8f60-663ad81f40c4/for-deployment-457c9653-1f82-4f55-887a-390e0f4516b6/lock_files 2022-02-19 15:53:57.821 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-02-19 15:53:57.822 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = dcc78d69-f572-4b07-8faf-5e6ed54684ad 2022-02-19 15:53:57.822 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = a9040ea2-60c0-42af-a451-57338b822086 2022-02-19 15:53:57.823 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = 80064a71-516b-4f42-98d3-f13bf652494c 2022-02-19 15:53:57.823 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = 164830a5-dced-4dd8-97b6-28224250cac9 2022-02-19 15:53:58.021 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2022-02-19 15:53:58.021 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = tempest_horizon-net_e6db7ae7-6b08-4461-81bd-fedea0995d27 2022-02-19 15:53:58.022 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2022-02-19 15:53:58.110 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2022-02-19 15:53:58.143 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] The following flavor discovered: 'rally_verify_787390a4_EbOJHAfy'. Using flavor 'rally_verify_787390a4_EbOJHAfy' (ID = 629d790f-af11-4c22-91ec-5fa30059ffab) for the tests. 2022-02-19 15:53:58.143 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '629d790f-af11-4c22-91ec-5fa30059ffab' to option 'instance_type'. 2022-02-19 15:53:58.143 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = 629d790f-af11-4c22-91ec-5fa30059ffab 2022-02-19 15:53:58.145 33 INFO rally.task.context [-] Verification 37b784de-ddec-4145-8f60-663ad81f40c4 | Context tempest@default setup() finished in 0.80 sec 2022-02-19 15:53:58.146 33 INFO rally.task.context [-] Verification 37b784de-ddec-4145-8f60-663ad81f40c4 | Context testr@default setup() finished in 0.35 msec 2022-02-19 15:53:58.146 33 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --load-list /tmp/e8035290-154c-422f-b0a2-117b1e4b1d4e'. 2022-02-19 15:54:13.357 33 INFO opnfv-tempest [-] {0} tempest_horizon.tests.scenario.test_dashboard_basic_ops.TestDashboardBasicOps.test_basic_scenario ... success [12.437s] 2022-02-19 15:54:14.869 33 INFO rally.task.context [-] Verification 37b784de-ddec-4145-8f60-663ad81f40c4 | Context testr@default cleanup() started 2022-02-19 15:54:14.870 33 INFO rally.task.context [-] Verification 37b784de-ddec-4145-8f60-663ad81f40c4 | Context testr@default cleanup() finished in 0.78 msec 2022-02-19 15:54:14.871 33 INFO rally.task.context [-] Verification 37b784de-ddec-4145-8f60-663ad81f40c4 | Context tempest@default cleanup() started 2022-02-19 15:54:15.039 33 INFO rally.task.context [-] Verification 37b784de-ddec-4145-8f60-663ad81f40c4 | Context tempest@default cleanup() finished in 0.17 sec 2022-02-19 15:54:15.057 33 INFO rally.api [-] Verification (UUID=4eb7b4e5-bd41-4b70-afe3-8e34c5c278bc) has been successfully finished for deployment 'opnfv-rally' (UUID=457c9653-1f82-4f55-887a-390e0f4516b6)! 2022-02-19 15:54:16.616 38 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-02-19 15:54:16.618 38 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-02-19 15:54:16.618 38 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-02-19 15:54:18.158 39 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-02-19 15:54:18.161 39 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-02-19 15:54:18.161 39 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-02-19 15:54:20.197 39 INFO rally.api [-] Building 'html' report for the following verification(s): '4eb7b4e5-bd41-4b70-afe3-8e34c5c278bc' 2022-02-19 15:54:20.226 39 INFO rally.api [-] The report has been successfully built. 2022-02-19 15:54:21.692 41 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-02-19 15:54:21.693 41 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-02-19 15:54:21.694 41 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-02-19 15:54:23.847 41 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): '4eb7b4e5-bd41-4b70-afe3-8e34c5c278bc' 2022-02-19 15:54:23.851 41 INFO rally.api [-] The report has been successfully built.