2020-08-27 09:04:27.041 7 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-08-27 09:04:27.041 7 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-08-27 09:04:27.041 7 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-08-27 09:04:29.507 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-08-27 09:04:29.507 7 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-08-27 09:04:29.507 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-08-27 09:04:29.507 7 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-08-27 09:04:29.507 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-08-27 09:04:29.507 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2020-08-27 09:04:29.507 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-08-27 09:04:29.507 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-08-27 09:04:29.507 7 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-08-27 09:04:29.507 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-08-27 09:04:29.507 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2020-08-27 09:04:29.507 7 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2020-08-27 09:04:29.507 7 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2020-08-27 09:04:29.507 7 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2020-08-27 09:04:29.507 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2020-08-27 09:04:29.507 7 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2020-08-27 09:04:29.507 7 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2020-08-27 09:04:29.507 7 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2020-08-27 09:04:29.507 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-08-27 09:04:29.507 7 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-08-27 09:04:29.507 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2020-08-27 09:04:29.507 7 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-08-27 09:04:29.507 7 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2020-08-27 09:04:29.507 7 ERROR rally.cli.cliutils 2020-08-27 09:04:30.927 9 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-08-27 09:04:30.928 9 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-08-27 09:04:30.928 9 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-08-27 09:04:34.854 11 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-08-27 09:04:34.855 11 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-08-27 09:04:34.855 11 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-08-27 09:04:39.246 14 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-08-27 09:04:39.247 14 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-08-27 09:04:39.247 14 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-08-27 09:04:40.596 17 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-08-27 09:04:40.596 17 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-08-27 09:04:40.597 17 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-08-27 09:04:42.778 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-08-27 09:04:42.778 17 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-08-27 09:04:42.778 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-08-27 09:04:42.778 17 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-08-27 09:04:42.778 17 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2020-08-27 09:04:42.778 17 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-08-27 09:04:42.778 17 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-08-27 09:04:42.778 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2020-08-27 09:04:42.778 17 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2020-08-27 09:04:42.778 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2020-08-27 09:04:42.778 17 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2020-08-27 09:04:42.778 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2020-08-27 09:04:42.778 17 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2020-08-27 09:04:42.778 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2020-08-27 09:04:42.778 17 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2020-08-27 09:04:42.778 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-08-27 09:04:42.778 17 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-08-27 09:04:42.778 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2020-08-27 09:04:42.778 17 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2020-08-27 09:04:42.778 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2020-08-27 09:04:42.778 17 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-08-27 09:04:42.778 17 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2020-08-27 09:04:42.778 17 ERROR rally.cli.cliutils 2020-08-27 09:04:44.228 19 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-08-27 09:04:44.229 19 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-08-27 09:04:44.229 19 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-08-27 09:04:46.183 19 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2020-08-27 09:04:46.314 19 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-1cc25802-dbb5-4349-98ea-e7622f0d068e/repo. 2020-08-27 09:04:46.571 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-1cc25802-dbb5-4349-98ea-e7622f0d068e/repo'... done. ' 2020-08-27 09:04:46.585 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'heads/master ' 2020-08-27 09:04:46.603 19 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2020-08-27 09:04:46.669 19 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2020-08-27 09:04:47.269 19 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=1cc25802-dbb5-4349-98ea-e7622f0d068e) has been successfully created! 2020-08-27 09:04:48.845 26 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-08-27 09:04:48.846 26 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-08-27 09:04:48.846 26 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-08-27 09:04:52.912 29 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-08-27 09:04:52.912 29 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-08-27 09:04:52.912 29 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-08-27 09:04:54.922 29 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=1cc25802-dbb5-4349-98ea-e7622f0d068e) for deployment 'opnfv-rally' (UUID=03ca0e07-ad19-4402-85df-50ca20efcd7b). 2020-08-27 09:04:55.515 29 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=1cc25802-dbb5-4349-98ea-e7622f0d068e) has been successfully configured for deployment 'opnfv-rally' (UUID=03ca0e07-ad19-4402-85df-50ca20efcd7b)! 2020-08-27 09:05:00.544 34 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-08-27 09:05:00.544 34 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-08-27 09:05:00.544 34 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-08-27 09:05:02.728 34 INFO rally.api [-] Starting verification (UUID=9fe6ba40-2ea6-4d6a-9581-e3b5936fd1df) for deployment 'opnfv-rally' (UUID=03ca0e07-ad19-4402-85df-50ca20efcd7b) by verifier 'opnfv-tempest' (UUID=1cc25802-dbb5-4349-98ea-e7622f0d068e). 2020-08-27 09:05:03.348 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2020-08-27 09:05:03.348 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-1cc25802-dbb5-4349-98ea-e7622f0d068e/for-deployment-03ca0e07-ad19-4402-85df-50ca20efcd7b/tempest.log' to option 'log_file'. 2020-08-27 09:05:03.349 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-1cc25802-dbb5-4349-98ea-e7622f0d068e/for-deployment-03ca0e07-ad19-4402-85df-50ca20efcd7b/tempest.log 2020-08-27 09:05:03.349 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2020-08-27 09:05:03.349 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-1cc25802-dbb5-4349-98ea-e7622f0d068e/for-deployment-03ca0e07-ad19-4402-85df-50ca20efcd7b/lock_files' to option 'lock_path'. 2020-08-27 09:05:03.349 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-1cc25802-dbb5-4349-98ea-e7622f0d068e/for-deployment-03ca0e07-ad19-4402-85df-50ca20efcd7b/lock_files 2020-08-27 09:05:03.350 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is already configured in Tempest config file. img_dir = /home/opnfv/functest/images 2020-08-27 09:05:03.350 34 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-27 09:05:03.350 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = 7b2716d2-471b-47a5-86e7-8a96da4f2700 2020-08-27 09:05:03.351 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = 3ecf2c30-ce17-4787-a835-9899be27b272 2020-08-27 09:05:03.351 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = 8e3841d8-ac18-4d72-af57-effe6b73e32f 2020-08-27 09:05:03.351 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = 9f9ead41-ce55-4cd4-ac87-ebcc719a5a98 2020-08-27 09:05:03.668 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2020-08-27 09:05:03.669 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = tempest_horizon-net_e63388f2-fcc7-4898-be55-44ad8e5a59a5 2020-08-27 09:05:03.669 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2020-08-27 09:05:03.739 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2020-08-27 09:05:03.776 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] The following flavor discovered: 'rally_verify_69999188_6Ou9jIQZ'. Using flavor 'rally_verify_69999188_6Ou9jIQZ' (ID = 2f491d99-9aaa-4a56-b8b6-409cb3aedfce) for the tests. 2020-08-27 09:05:03.776 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '2f491d99-9aaa-4a56-b8b6-409cb3aedfce' to option 'instance_type'. 2020-08-27 09:05:03.776 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = 2f491d99-9aaa-4a56-b8b6-409cb3aedfce 2020-08-27 09:05:03.777 34 INFO rally.task.context [-] Verification 1cc25802-dbb5-4349-98ea-e7622f0d068e | Context tempest@default setup() finished in 0.85 sec 2020-08-27 09:05:03.778 34 INFO rally.task.context [-] Verification 1cc25802-dbb5-4349-98ea-e7622f0d068e | Context testr@default setup() finished in 0.32 msec 2020-08-27 09:05:03.778 34 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --load-list /tmp/a9c6510b-9124-4a44-b461-b2c3a153b207'. 2020-08-27 09:05:15.719 34 INFO opnfv-tempest [-] {0} tempest_horizon.tests.scenario.test_dashboard_basic_ops.TestDashboardBasicOps.test_basic_scenario ... success [9.270s] 2020-08-27 09:05:16.645 34 INFO rally.task.context [-] Verification 1cc25802-dbb5-4349-98ea-e7622f0d068e | Context testr@default cleanup() started 2020-08-27 09:05:16.646 34 INFO rally.task.context [-] Verification 1cc25802-dbb5-4349-98ea-e7622f0d068e | Context testr@default cleanup() finished in 0.69 msec 2020-08-27 09:05:16.646 34 INFO rally.task.context [-] Verification 1cc25802-dbb5-4349-98ea-e7622f0d068e | Context tempest@default cleanup() started 2020-08-27 09:05:16.822 34 INFO rally.task.context [-] Verification 1cc25802-dbb5-4349-98ea-e7622f0d068e | Context tempest@default cleanup() finished in 0.18 sec 2020-08-27 09:05:16.840 34 INFO rally.api [-] Verification (UUID=9fe6ba40-2ea6-4d6a-9581-e3b5936fd1df) has been successfully finished for deployment 'opnfv-rally' (UUID=03ca0e07-ad19-4402-85df-50ca20efcd7b)! 2020-08-27 09:05:18.471 40 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-08-27 09:05:18.471 40 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-08-27 09:05:18.471 40 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-08-27 09:05:20.016 42 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-08-27 09:05:20.017 42 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-08-27 09:05:20.017 42 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-08-27 09:05:22.098 42 INFO rally.api [-] Building 'html' report for the following verification(s): '9fe6ba40-2ea6-4d6a-9581-e3b5936fd1df' 2020-08-27 09:05:22.116 42 INFO rally.api [-] The report has been successfully built. 2020-08-27 09:05:23.596 44 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-08-27 09:05:23.596 44 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-08-27 09:05:23.596 44 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-08-27 09:05:25.663 44 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): '9fe6ba40-2ea6-4d6a-9581-e3b5936fd1df' 2020-08-27 09:05:25.665 44 INFO rally.api [-] The report has been successfully built.