2020-07-31 13:40:23.857 7 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-31 13:40:23.857 7 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-31 13:40:23.858 7 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-31 13:40:25.997 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-07-31 13:40:25.997 7 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-07-31 13:40:25.997 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-07-31 13:40:25.997 7 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-07-31 13:40:25.997 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-07-31 13:40:25.997 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2020-07-31 13:40:25.997 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-07-31 13:40:25.997 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-07-31 13:40:25.997 7 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-07-31 13:40:25.997 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-07-31 13:40:25.997 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2020-07-31 13:40:25.997 7 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2020-07-31 13:40:25.997 7 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2020-07-31 13:40:25.997 7 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2020-07-31 13:40:25.997 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2020-07-31 13:40:25.997 7 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2020-07-31 13:40:25.997 7 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2020-07-31 13:40:25.997 7 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2020-07-31 13:40:25.997 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-07-31 13:40:25.997 7 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-07-31 13:40:25.997 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2020-07-31 13:40:25.997 7 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-07-31 13:40:25.997 7 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2020-07-31 13:40:25.997 7 ERROR rally.cli.cliutils 2020-07-31 13:40:27.538 9 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-31 13:40:27.538 9 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-31 13:40:27.538 9 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-31 13:40:31.864 11 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-31 13:40:31.864 11 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-31 13:40:31.864 11 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-31 13:40:36.479 14 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-31 13:40:36.480 14 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-31 13:40:36.480 14 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-31 13:40:37.925 17 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-31 13:40:37.926 17 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-31 13:40:37.926 17 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-31 13:40:40.011 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-07-31 13:40:40.011 17 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-07-31 13:40:40.011 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-07-31 13:40:40.011 17 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-07-31 13:40:40.011 17 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2020-07-31 13:40:40.011 17 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-07-31 13:40:40.011 17 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-07-31 13:40:40.011 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2020-07-31 13:40:40.011 17 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2020-07-31 13:40:40.011 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2020-07-31 13:40:40.011 17 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2020-07-31 13:40:40.011 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2020-07-31 13:40:40.011 17 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2020-07-31 13:40:40.011 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2020-07-31 13:40:40.011 17 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2020-07-31 13:40:40.011 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-07-31 13:40:40.011 17 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-07-31 13:40:40.011 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2020-07-31 13:40:40.011 17 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2020-07-31 13:40:40.011 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2020-07-31 13:40:40.011 17 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-07-31 13:40:40.011 17 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2020-07-31 13:40:40.011 17 ERROR rally.cli.cliutils 2020-07-31 13:40:41.529 19 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-31 13:40:41.530 19 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-31 13:40:41.530 19 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-31 13:40:43.483 19 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2020-07-31 13:40:43.595 19 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-71d57891-df54-4b8d-b203-ab14fdea33b7/repo. 2020-07-31 13:40:43.865 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-71d57891-df54-4b8d-b203-ab14fdea33b7/repo'... done. Note: switching to '312b48e98e8e4268ccef26ec32593bd78c9d8624'. 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-07-31 13:40:43.878 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'tags/24.0.0-1-g312b48e98 ' 2020-07-31 13:40:43.886 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: '312b48e98e8e4268ccef26ec32593bd78c9d8624 ' 2020-07-31 13:40:43.910 19 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2020-07-31 13:40:43.953 19 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2020-07-31 13:40:44.542 19 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=71d57891-df54-4b8d-b203-ab14fdea33b7) has been successfully created! 2020-07-31 13:40:46.024 27 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-31 13:40:46.024 27 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-31 13:40:46.025 27 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-31 13:40:50.313 30 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-31 13:40:50.314 30 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-31 13:40:50.314 30 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-31 13:40:52.359 30 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=71d57891-df54-4b8d-b203-ab14fdea33b7) for deployment 'opnfv-rally' (UUID=4342f3f2-513f-4071-9f42-8b98e1c77a07). 2020-07-31 13:40:52.738 30 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=71d57891-df54-4b8d-b203-ab14fdea33b7) has been successfully configured for deployment 'opnfv-rally' (UUID=4342f3f2-513f-4071-9f42-8b98e1c77a07)! 2020-07-31 13:40:57.858 35 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-31 13:40:57.858 35 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-31 13:40:57.858 35 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-31 13:40:59.979 35 INFO rally.api [-] Starting verification (UUID=6949ca75-6089-4517-89ac-eebdc0370f58) for deployment 'opnfv-rally' (UUID=4342f3f2-513f-4071-9f42-8b98e1c77a07) by verifier 'opnfv-tempest' (UUID=71d57891-df54-4b8d-b203-ab14fdea33b7). 2020-07-31 13:41:00.593 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2020-07-31 13:41:00.593 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-71d57891-df54-4b8d-b203-ab14fdea33b7/for-deployment-4342f3f2-513f-4071-9f42-8b98e1c77a07/tempest.log' to option 'log_file'. 2020-07-31 13:41:00.594 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-71d57891-df54-4b8d-b203-ab14fdea33b7/for-deployment-4342f3f2-513f-4071-9f42-8b98e1c77a07/tempest.log 2020-07-31 13:41:00.594 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2020-07-31 13:41:00.594 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-71d57891-df54-4b8d-b203-ab14fdea33b7/for-deployment-4342f3f2-513f-4071-9f42-8b98e1c77a07/lock_files' to option 'lock_path'. 2020-07-31 13:41:00.594 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-71d57891-df54-4b8d-b203-ab14fdea33b7/for-deployment-4342f3f2-513f-4071-9f42-8b98e1c77a07/lock_files 2020-07-31 13:41:00.595 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is already configured in Tempest config file. img_dir = /home/opnfv/functest/images 2020-07-31 13:41:00.595 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-07-31 13:41:00.595 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = b7cad74c-5624-4ddf-9fb7-6e70985746bf 2020-07-31 13:41:00.595 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = 0d8669ab-5407-40c4-873c-5e50b1f8879c 2020-07-31 13:41:00.596 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = 026202c2-d24a-4334-954a-4a141168b8e2 2020-07-31 13:41:00.596 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = 420b2e1c-bf92-428b-983b-026df72aa04a 2020-07-31 13:41:00.789 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2020-07-31 13:41:00.789 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = tempest_horizon-net_61e0f682-93ed-4ec8-b7be-97555f960d96 2020-07-31 13:41:00.790 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2020-07-31 13:41:00.884 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2020-07-31 13:41:00.931 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] The following flavor discovered: 'rally_verify_6fd7f944_o3yz41dS'. Using flavor 'rally_verify_6fd7f944_o3yz41dS' (ID = a4109273-8b62-4732-a86d-80659db70039) for the tests. 2020-07-31 13:41:00.937 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value 'a4109273-8b62-4732-a86d-80659db70039' to option 'instance_type'. 2020-07-31 13:41:00.939 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = a4109273-8b62-4732-a86d-80659db70039 2020-07-31 13:41:00.941 35 INFO rally.task.context [-] Verification 71d57891-df54-4b8d-b203-ab14fdea33b7 | Context tempest@default setup() finished in 0.80 sec 2020-07-31 13:41:00.942 35 INFO rally.task.context [-] Verification 71d57891-df54-4b8d-b203-ab14fdea33b7 | Context testr@default setup() finished in 0.87 msec 2020-07-31 13:41:00.943 35 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --load-list /tmp/6918d818-78a5-4fa4-983c-b934375e5710'. 2020-07-31 13:41:06.566 35 INFO opnfv-tempest [-] {0} tempest_horizon.tests.scenario.test_dashboard_basic_ops.TestDashboardBasicOps.test_basic_scenario ... success [2.634s] 2020-07-31 13:41:07.862 35 INFO rally.task.context [-] Verification 71d57891-df54-4b8d-b203-ab14fdea33b7 | Context testr@default cleanup() started 2020-07-31 13:41:07.862 35 INFO rally.task.context [-] Verification 71d57891-df54-4b8d-b203-ab14fdea33b7 | Context testr@default cleanup() finished in 0.50 msec 2020-07-31 13:41:07.863 35 INFO rally.task.context [-] Verification 71d57891-df54-4b8d-b203-ab14fdea33b7 | Context tempest@default cleanup() started 2020-07-31 13:41:08.182 35 INFO rally.task.context [-] Verification 71d57891-df54-4b8d-b203-ab14fdea33b7 | Context tempest@default cleanup() finished in 0.32 sec 2020-07-31 13:41:08.218 35 INFO rally.api [-] Verification (UUID=6949ca75-6089-4517-89ac-eebdc0370f58) has been successfully finished for deployment 'opnfv-rally' (UUID=4342f3f2-513f-4071-9f42-8b98e1c77a07)! 2020-07-31 13:41:10.060 41 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-31 13:41:10.061 41 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-31 13:41:10.061 41 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-31 13:41:11.537 43 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-31 13:41:11.538 43 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-31 13:41:11.538 43 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-31 13:41:13.794 43 INFO rally.api [-] Building 'html' report for the following verification(s): '6949ca75-6089-4517-89ac-eebdc0370f58' 2020-07-31 13:41:13.817 43 INFO rally.api [-] The report has been successfully built. 2020-07-31 13:41:15.689 45 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-31 13:41:15.690 45 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-31 13:41:15.690 45 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-31 13:41:17.914 45 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): '6949ca75-6089-4517-89ac-eebdc0370f58' 2020-07-31 13:41:17.916 45 INFO rally.api [-] The report has been successfully built.