2020-08-10 14:12:52.733 10 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-08-10 14:12:52.739 10 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-08-10 14:12:52.740 10 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-08-10 14:13:13.509 10 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-08-10 14:13:13.509 10 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-08-10 14:13:13.509 10 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-08-10 14:13:13.509 10 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-08-10 14:13:13.509 10 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-08-10 14:13:13.509 10 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2020-08-10 14:13:13.509 10 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-08-10 14:13:13.509 10 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-08-10 14:13:13.509 10 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-08-10 14:13:13.509 10 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-08-10 14:13:13.509 10 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2020-08-10 14:13:13.509 10 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2020-08-10 14:13:13.509 10 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2020-08-10 14:13:13.509 10 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2020-08-10 14:13:13.509 10 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2020-08-10 14:13:13.509 10 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2020-08-10 14:13:13.509 10 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2020-08-10 14:13:13.509 10 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2020-08-10 14:13:13.509 10 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-08-10 14:13:13.509 10 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-08-10 14:13:13.509 10 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2020-08-10 14:13:13.509 10 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-08-10 14:13:13.509 10 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2020-08-10 14:13:13.509 10 ERROR rally.cli.cliutils 2020-08-10 14:13:26.731 16 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-08-10 14:13:26.737 16 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-08-10 14:13:26.739 16 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-08-10 14:14:02.598 22 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-08-10 14:14:02.604 22 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-08-10 14:14:02.606 22 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-08-10 14:14:39.862 31 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-08-10 14:14:39.868 31 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-08-10 14:14:39.870 31 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-08-10 14:14:51.894 40 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-08-10 14:14:51.899 40 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-08-10 14:14:51.901 40 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-08-10 14:15:10.624 40 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-08-10 14:15:10.624 40 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-08-10 14:15:10.624 40 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-08-10 14:15:10.624 40 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-08-10 14:15:10.624 40 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2020-08-10 14:15:10.624 40 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-08-10 14:15:10.624 40 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-08-10 14:15:10.624 40 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2020-08-10 14:15:10.624 40 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2020-08-10 14:15:10.624 40 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2020-08-10 14:15:10.624 40 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2020-08-10 14:15:10.624 40 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2020-08-10 14:15:10.624 40 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2020-08-10 14:15:10.624 40 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2020-08-10 14:15:10.624 40 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2020-08-10 14:15:10.624 40 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-08-10 14:15:10.624 40 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-08-10 14:15:10.624 40 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2020-08-10 14:15:10.624 40 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2020-08-10 14:15:10.624 40 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2020-08-10 14:15:10.624 40 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-08-10 14:15:10.624 40 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2020-08-10 14:15:10.624 40 ERROR rally.cli.cliutils 2020-08-10 14:15:22.936 46 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-08-10 14:15:22.942 46 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-08-10 14:15:22.943 46 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-08-10 14:15:41.741 46 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2020-08-10 14:15:42.313 46 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-9516c6f2-b1f9-4935-8c7d-782cf3535d14/repo. 2020-08-10 14:15:42.978 46 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-9516c6f2-b1f9-4935-8c7d-782cf3535d14/repo'... done. Note: switching to '7cf317646c216b70fd060027d67c7aedf746bf6d'. 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 ' 2020-08-10 14:15:43.052 46 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'tags/24.0.0-1-g7cf317646 ' 2020-08-10 14:15:43.089 46 RALLYDEBUG rally.verification.utils [-] Subprocess output: '7cf317646c216b70fd060027d67c7aedf746bf6d ' 2020-08-10 14:15:43.153 46 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2020-08-10 14:15:43.670 46 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2020-08-10 14:15:48.926 46 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=9516c6f2-b1f9-4935-8c7d-782cf3535d14) has been successfully created! 2020-08-10 14:16:00.664 71 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-08-10 14:16:00.670 71 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-08-10 14:16:00.672 71 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-08-10 14:16:33.571 80 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-08-10 14:16:33.577 80 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-08-10 14:16:33.579 80 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-08-10 14:16:54.243 80 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=9516c6f2-b1f9-4935-8c7d-782cf3535d14) for deployment 'opnfv-rally' (UUID=36c5a495-eaea-4e95-bb04-9b57ed20713f). 2020-08-10 14:16:55.405 80 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=9516c6f2-b1f9-4935-8c7d-782cf3535d14) has been successfully configured for deployment 'opnfv-rally' (UUID=36c5a495-eaea-4e95-bb04-9b57ed20713f)! 2020-08-10 14:17:43.716 97 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-08-10 14:17:43.761 97 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-08-10 14:17:43.763 97 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-08-10 14:18:04.468 97 INFO rally.api [-] Starting verification (UUID=526346fa-5161-4462-b451-5b93cb07f525) for deployment 'opnfv-rally' (UUID=36c5a495-eaea-4e95-bb04-9b57ed20713f) by verifier 'opnfv-tempest' (UUID=9516c6f2-b1f9-4935-8c7d-782cf3535d14). 2020-08-10 14:18:08.347 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2020-08-10 14:18:08.349 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-9516c6f2-b1f9-4935-8c7d-782cf3535d14/for-deployment-36c5a495-eaea-4e95-bb04-9b57ed20713f/tempest.log' to option 'log_file'. 2020-08-10 14:18:08.350 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-9516c6f2-b1f9-4935-8c7d-782cf3535d14/for-deployment-36c5a495-eaea-4e95-bb04-9b57ed20713f/tempest.log 2020-08-10 14:18:08.352 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2020-08-10 14:18:08.353 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-9516c6f2-b1f9-4935-8c7d-782cf3535d14/for-deployment-36c5a495-eaea-4e95-bb04-9b57ed20713f/lock_files' to option 'lock_path'. 2020-08-10 14:18:08.354 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-9516c6f2-b1f9-4935-8c7d-782cf3535d14/for-deployment-36c5a495-eaea-4e95-bb04-9b57ed20713f/lock_files 2020-08-10 14:18:08.355 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is already configured in Tempest config file. img_dir = /home/opnfv/functest/images 2020-08-10 14:18:08.357 97 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-08-10 14:18:08.358 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = c67395ec-00a0-4137-8b13-083c465b18e3 2020-08-10 14:18:08.359 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = 89207285-80a5-4fcd-ada9-186465ba3063 2020-08-10 14:18:08.362 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = 27fa6640-8385-4b72-a955-e6d0256ce5a3 2020-08-10 14:18:08.365 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = 99e9403a-5473-4786-a45f-427136ecf15d 2020-08-10 14:18:08.668 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2020-08-10 14:18:08.670 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = tempest_horizon-net_dc35b1eb-3ed3-4aff-a4e9-5e658bd6f48c 2020-08-10 14:18:08.674 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2020-08-10 14:18:09.342 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2020-08-10 14:18:09.429 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] There is no flavor with the mentioned properties. 2020-08-10 14:18:09.431 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Creating flavor 'rally_verify_526346fa_0GmQQnAu' with the following properties: RAM = 64MB, VCPUs = 1, disk = 5GB. 2020-08-10 14:18:09.501 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_526346fa_0GmQQnAu' (ID = 69bf0595-2b0b-4a6e-a603-bd6af8e772c5) has been successfully created! 2020-08-10 14:18:09.503 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '69bf0595-2b0b-4a6e-a603-bd6af8e772c5' to option 'instance_type'. 2020-08-10 14:18:09.504 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = 69bf0595-2b0b-4a6e-a603-bd6af8e772c5 2020-08-10 14:18:09.511 97 INFO rally.task.context [-] Verification 9516c6f2-b1f9-4935-8c7d-782cf3535d14 | Context tempest@default setup() finished in 4.22 sec 2020-08-10 14:18:09.513 97 INFO rally.task.context [-] Verification 9516c6f2-b1f9-4935-8c7d-782cf3535d14 | Context testr@default setup() finished in 0.83 msec 2020-08-10 14:18:09.514 97 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --load-list /tmp/c1b09bf2-e129-4798-91ed-5a74234d24db'. 2020-08-10 14:18:40.077 97 INFO opnfv-tempest [-] {0} tempest_horizon.tests.scenario.test_dashboard_basic_ops.TestDashboardBasicOps.test_basic_scenario ... success [9.759s] 2020-08-10 14:18:41.707 97 INFO rally.task.context [-] Verification 9516c6f2-b1f9-4935-8c7d-782cf3535d14 | Context testr@default cleanup() started 2020-08-10 14:18:41.711 97 INFO rally.task.context [-] Verification 9516c6f2-b1f9-4935-8c7d-782cf3535d14 | Context testr@default cleanup() finished in 3.83 msec 2020-08-10 14:18:41.713 97 INFO rally.task.context [-] Verification 9516c6f2-b1f9-4935-8c7d-782cf3535d14 | Context tempest@default cleanup() started 2020-08-10 14:18:42.191 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Deleting flavor 'rally_verify_526346fa_0GmQQnAu'. 2020-08-10 14:18:42.317 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_526346fa_0GmQQnAu' has been deleted. 2020-08-10 14:18:42.324 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Removing value '69bf0595-2b0b-4a6e-a603-bd6af8e772c5' of option 'instance_type' from Tempest config file. 2020-08-10 14:18:42.326 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Value '69bf0595-2b0b-4a6e-a603-bd6af8e772c5' has been removed. 2020-08-10 14:18:42.371 97 INFO rally.task.context [-] Verification 9516c6f2-b1f9-4935-8c7d-782cf3535d14 | Context tempest@default cleanup() finished in 0.66 sec 2020-08-10 14:18:42.451 97 INFO rally.api [-] Verification (UUID=526346fa-5161-4462-b451-5b93cb07f525) has been successfully finished for deployment 'opnfv-rally' (UUID=36c5a495-eaea-4e95-bb04-9b57ed20713f)! 2020-08-10 14:18:58.368 114 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-08-10 14:18:58.374 114 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-08-10 14:18:58.375 114 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-08-10 14:19:13.121 120 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-08-10 14:19:13.127 120 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-08-10 14:19:13.129 120 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-08-10 14:19:35.099 120 INFO rally.api [-] Building 'html' report for the following verification(s): '526346fa-5161-4462-b451-5b93cb07f525' 2020-08-10 14:19:35.599 120 INFO rally.api [-] The report has been successfully built. 2020-08-10 14:19:49.721 126 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-08-10 14:19:49.727 126 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-08-10 14:19:49.728 126 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-08-10 14:20:11.052 126 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): '526346fa-5161-4462-b451-5b93cb07f525' 2020-08-10 14:20:11.310 126 INFO rally.api [-] The report has been successfully built.