2020-11-28 12:08:43.028 7 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-11-28 12:08:43.028 7 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-11-28 12:08:43.029 7 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-11-28 12:08:45.294 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-11-28 12:08:45.294 7 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-11-28 12:08:45.294 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-11-28 12:08:45.294 7 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-11-28 12:08:45.294 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-11-28 12:08:45.294 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2020-11-28 12:08:45.294 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-11-28 12:08:45.294 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-11-28 12:08:45.294 7 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-11-28 12:08:45.294 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-11-28 12:08:45.294 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2020-11-28 12:08:45.294 7 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2020-11-28 12:08:45.294 7 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2020-11-28 12:08:45.294 7 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2020-11-28 12:08:45.294 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2020-11-28 12:08:45.294 7 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2020-11-28 12:08:45.294 7 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2020-11-28 12:08:45.294 7 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2020-11-28 12:08:45.294 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-11-28 12:08:45.294 7 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-11-28 12:08:45.294 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2020-11-28 12:08:45.294 7 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-11-28 12:08:45.294 7 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2020-11-28 12:08:45.294 7 ERROR rally.cli.cliutils 2020-11-28 12:08:46.779 9 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-11-28 12:08:46.779 9 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-11-28 12:08:46.780 9 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-11-28 12:08:50.634 11 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-11-28 12:08:50.634 11 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-11-28 12:08:50.634 11 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-11-28 12:08:54.776 14 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-11-28 12:08:54.776 14 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-11-28 12:08:54.776 14 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-11-28 12:08:56.132 17 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-11-28 12:08:56.132 17 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-11-28 12:08:56.132 17 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-11-28 12:08:58.204 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 2020-11-28 12:08:58.204 17 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-11-28 12:08:58.204 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-11-28 12:08:58.204 17 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-11-28 12:08:58.204 17 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2020-11-28 12:08:58.204 17 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-11-28 12:08:58.204 17 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-11-28 12:08:58.204 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2020-11-28 12:08:58.204 17 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2020-11-28 12:08:58.204 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2020-11-28 12:08:58.204 17 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2020-11-28 12:08:58.204 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2020-11-28 12:08:58.204 17 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2020-11-28 12:08:58.204 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2020-11-28 12:08:58.204 17 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2020-11-28 12:08:58.204 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-11-28 12:08:58.204 17 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-11-28 12:08:58.204 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2020-11-28 12:08:58.204 17 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2020-11-28 12:08:58.204 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2020-11-28 12:08:58.204 17 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-11-28 12:08:58.204 17 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2020-11-28 12:08:58.204 17 ERROR rally.cli.cliutils 2020-11-28 12:08:59.764 19 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-11-28 12:08:59.765 19 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-11-28 12:08:59.765 19 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-11-28 12:09:01.856 19 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2020-11-28 12:09:01.998 19 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-d7c16bf0-f9a8-4461-8abb-f6c3959d2be9/repo. 2020-11-28 12:09:02.328 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-d7c16bf0-f9a8-4461-8abb-f6c3959d2be9/repo'... done. Note: switching to '59bbab45dec3ab559259e98cba1bb93307aa58bf'. 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-11-28 12:09:02.341 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'tags/24.0.0-1-g59bbab45d ' 2020-11-28 12:09:02.351 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: '59bbab45dec3ab559259e98cba1bb93307aa58bf ' 2020-11-28 12:09:02.373 19 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2020-11-28 12:09:02.432 19 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2020-11-28 12:09:03.038 19 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=d7c16bf0-f9a8-4461-8abb-f6c3959d2be9) has been successfully created! 2020-11-28 12:09:04.556 27 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-11-28 12:09:04.557 27 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-11-28 12:09:04.557 27 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-11-28 12:09:08.763 30 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-11-28 12:09:08.763 30 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-11-28 12:09:08.763 30 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-11-28 12:09:10.845 30 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=d7c16bf0-f9a8-4461-8abb-f6c3959d2be9) for deployment 'opnfv-rally' (UUID=388979e6-30cf-4b1a-96e4-42c0c340313d). 2020-11-28 12:09:11.236 30 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=d7c16bf0-f9a8-4461-8abb-f6c3959d2be9) has been successfully configured for deployment 'opnfv-rally' (UUID=388979e6-30cf-4b1a-96e4-42c0c340313d)! 2020-11-28 12:09:16.318 35 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-11-28 12:09:16.319 35 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-11-28 12:09:16.319 35 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-11-28 12:09:18.436 35 INFO rally.api [-] Starting verification (UUID=c8ae082f-3757-4c4d-add1-9ec018f89e7c) for deployment 'opnfv-rally' (UUID=388979e6-30cf-4b1a-96e4-42c0c340313d) by verifier 'opnfv-tempest' (UUID=d7c16bf0-f9a8-4461-8abb-f6c3959d2be9). 2020-11-28 12:09:19.104 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2020-11-28 12:09:19.104 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-d7c16bf0-f9a8-4461-8abb-f6c3959d2be9/for-deployment-388979e6-30cf-4b1a-96e4-42c0c340313d/tempest.log' to option 'log_file'. 2020-11-28 12:09:19.105 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-d7c16bf0-f9a8-4461-8abb-f6c3959d2be9/for-deployment-388979e6-30cf-4b1a-96e4-42c0c340313d/tempest.log 2020-11-28 12:09:19.105 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2020-11-28 12:09:19.105 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-d7c16bf0-f9a8-4461-8abb-f6c3959d2be9/for-deployment-388979e6-30cf-4b1a-96e4-42c0c340313d/lock_files' to option 'lock_path'. 2020-11-28 12:09:19.106 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-d7c16bf0-f9a8-4461-8abb-f6c3959d2be9/for-deployment-388979e6-30cf-4b1a-96e4-42c0c340313d/lock_files 2020-11-28 12:09:19.106 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is already configured in Tempest config file. img_dir = /home/opnfv/functest/images 2020-11-28 12:09:19.106 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 2020-11-28 12:09:19.107 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = c137ffd8-01b6-4878-b08e-6139ece0d061 2020-11-28 12:09:19.107 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = 118044d6-20ae-4faf-9ca9-d4261a191942 2020-11-28 12:09:19.108 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = d928f0b6-06bc-4522-ba33-1a67aac38df3 2020-11-28 12:09:19.109 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = abeda877-30ad-4f5e-8407-14102232f49c 2020-11-28 12:09:19.421 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2020-11-28 12:09:19.421 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = tempest_horizon-net_080d74bf-1257-4d54-b269-bb364cf10851 2020-11-28 12:09:19.422 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2020-11-28 12:09:19.521 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2020-11-28 12:09:19.567 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] The following flavor discovered: 'rally_verify_03d09970_cMwDbJLX'. Using flavor 'rally_verify_03d09970_cMwDbJLX' (ID = 32aa1360-e76a-43bf-be4a-b8d70bd7aedf) for the tests. 2020-11-28 12:09:19.567 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '32aa1360-e76a-43bf-be4a-b8d70bd7aedf' to option 'instance_type'. 2020-11-28 12:09:19.568 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = 32aa1360-e76a-43bf-be4a-b8d70bd7aedf 2020-11-28 12:09:19.569 35 INFO rally.task.context [-] Verification d7c16bf0-f9a8-4461-8abb-f6c3959d2be9 | Context tempest@default setup() finished in 0.97 sec 2020-11-28 12:09:19.569 35 INFO rally.task.context [-] Verification d7c16bf0-f9a8-4461-8abb-f6c3959d2be9 | Context testr@default setup() finished in 0.25 msec 2020-11-28 12:09:19.569 35 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --load-list /tmp/31a7d7e3-3021-4399-8361-e1c160158400'. 2020-11-28 12:09:24.838 35 INFO opnfv-tempest [-] {0} tempest_horizon.tests.scenario.test_dashboard_basic_ops.TestDashboardBasicOps.test_basic_scenario ... success [2.140s] 2020-11-28 12:09:26.079 35 INFO rally.task.context [-] Verification d7c16bf0-f9a8-4461-8abb-f6c3959d2be9 | Context testr@default cleanup() started 2020-11-28 12:09:26.080 35 INFO rally.task.context [-] Verification d7c16bf0-f9a8-4461-8abb-f6c3959d2be9 | Context testr@default cleanup() finished in 0.77 msec 2020-11-28 12:09:26.080 35 INFO rally.task.context [-] Verification d7c16bf0-f9a8-4461-8abb-f6c3959d2be9 | Context tempest@default cleanup() started 2020-11-28 12:09:26.296 35 INFO rally.task.context [-] Verification d7c16bf0-f9a8-4461-8abb-f6c3959d2be9 | Context tempest@default cleanup() finished in 0.22 sec 2020-11-28 12:09:26.334 35 INFO rally.api [-] Verification (UUID=c8ae082f-3757-4c4d-add1-9ec018f89e7c) has been successfully finished for deployment 'opnfv-rally' (UUID=388979e6-30cf-4b1a-96e4-42c0c340313d)! 2020-11-28 12:09:28.193 41 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-11-28 12:09:28.193 41 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-11-28 12:09:28.193 41 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-11-28 12:09:29.682 43 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-11-28 12:09:29.683 43 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-11-28 12:09:29.683 43 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-11-28 12:09:31.905 43 INFO rally.api [-] Building 'html' report for the following verification(s): 'c8ae082f-3757-4c4d-add1-9ec018f89e7c' 2020-11-28 12:09:31.928 43 INFO rally.api [-] The report has been successfully built. 2020-11-28 12:09:33.684 45 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-11-28 12:09:33.685 45 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-11-28 12:09:33.685 45 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-11-28 12:09:35.878 45 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): 'c8ae082f-3757-4c4d-add1-9ec018f89e7c' 2020-11-28 12:09:35.880 45 INFO rally.api [-] The report has been successfully built.