2020-06-04 18:28:19.344 7 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-04 18:28:19.344 7 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-04 18:28:19.345 7 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-04 18:28:21.468 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-06-04 18:28:21.468 7 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-06-04 18:28:21.468 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-06-04 18:28:21.468 7 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-06-04 18:28:21.468 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-06-04 18:28:21.468 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2020-06-04 18:28:21.468 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-06-04 18:28:21.468 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-06-04 18:28:21.468 7 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-06-04 18:28:21.468 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-06-04 18:28:21.468 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2020-06-04 18:28:21.468 7 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2020-06-04 18:28:21.468 7 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2020-06-04 18:28:21.468 7 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2020-06-04 18:28:21.468 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2020-06-04 18:28:21.468 7 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2020-06-04 18:28:21.468 7 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2020-06-04 18:28:21.468 7 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2020-06-04 18:28:21.468 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-06-04 18:28:21.468 7 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-06-04 18:28:21.468 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2020-06-04 18:28:21.468 7 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-06-04 18:28:21.468 7 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2020-06-04 18:28:21.468 7 ERROR rally.cli.cliutils 2020-06-04 18:28:22.902 9 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-04 18:28:22.902 9 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-04 18:28:22.902 9 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-04 18:28:26.788 11 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-04 18:28:26.788 11 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-04 18:28:26.788 11 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-04 18:28:31.050 14 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-04 18:28:31.050 14 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-04 18:28:31.050 14 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-04 18:28:32.555 17 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-04 18:28:32.556 17 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-04 18:28:32.556 17 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-04 18:28:34.579 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-06-04 18:28:34.579 17 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-06-04 18:28:34.579 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-06-04 18:28:34.579 17 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-06-04 18:28:34.579 17 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2020-06-04 18:28:34.579 17 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-06-04 18:28:34.579 17 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-06-04 18:28:34.579 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2020-06-04 18:28:34.579 17 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2020-06-04 18:28:34.579 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2020-06-04 18:28:34.579 17 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2020-06-04 18:28:34.579 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2020-06-04 18:28:34.579 17 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2020-06-04 18:28:34.579 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2020-06-04 18:28:34.579 17 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2020-06-04 18:28:34.579 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-06-04 18:28:34.579 17 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-06-04 18:28:34.579 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2020-06-04 18:28:34.579 17 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2020-06-04 18:28:34.579 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2020-06-04 18:28:34.579 17 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-06-04 18:28:34.579 17 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2020-06-04 18:28:34.579 17 ERROR rally.cli.cliutils 2020-06-04 18:28:36.033 19 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-04 18:28:36.033 19 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-04 18:28:36.034 19 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-04 18:28:37.981 19 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2020-06-04 18:28:38.089 19 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-a1b7bcc1-0aeb-462a-8b0d-ef39e0a2d1af/repo. 2020-06-04 18:28:38.294 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-a1b7bcc1-0aeb-462a-8b0d-ef39e0a2d1af/repo'... done. ' 2020-06-04 18:28:38.306 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'heads/master ' 2020-06-04 18:28:38.327 19 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2020-06-04 18:28:38.370 19 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2020-06-04 18:28:38.981 19 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=a1b7bcc1-0aeb-462a-8b0d-ef39e0a2d1af) has been successfully created! 2020-06-04 18:28:40.399 26 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-04 18:28:40.399 26 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-04 18:28:40.399 26 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-04 18:28:44.420 29 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-04 18:28:44.421 29 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-04 18:28:44.421 29 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-04 18:28:46.764 29 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=a1b7bcc1-0aeb-462a-8b0d-ef39e0a2d1af) for deployment 'opnfv-rally' (UUID=d5977c69-ab06-43c6-bb28-e103db68f1a8). 2020-06-04 18:28:47.433 29 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=a1b7bcc1-0aeb-462a-8b0d-ef39e0a2d1af) has been successfully configured for deployment 'opnfv-rally' (UUID=d5977c69-ab06-43c6-bb28-e103db68f1a8)! 2020-06-04 18:28:52.774 34 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-04 18:28:52.774 34 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-04 18:28:52.774 34 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-04 18:28:54.697 34 INFO rally.api [-] Starting verification (UUID=bb08774b-1620-44a0-985a-a3d5db6429ed) for deployment 'opnfv-rally' (UUID=d5977c69-ab06-43c6-bb28-e103db68f1a8) by verifier 'opnfv-tempest' (UUID=a1b7bcc1-0aeb-462a-8b0d-ef39e0a2d1af). 2020-06-04 18:28:55.363 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2020-06-04 18:28:55.364 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-a1b7bcc1-0aeb-462a-8b0d-ef39e0a2d1af/for-deployment-d5977c69-ab06-43c6-bb28-e103db68f1a8/tempest.log' to option 'log_file'. 2020-06-04 18:28:55.364 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-a1b7bcc1-0aeb-462a-8b0d-ef39e0a2d1af/for-deployment-d5977c69-ab06-43c6-bb28-e103db68f1a8/tempest.log 2020-06-04 18:28:55.365 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2020-06-04 18:28:55.365 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-a1b7bcc1-0aeb-462a-8b0d-ef39e0a2d1af/for-deployment-d5977c69-ab06-43c6-bb28-e103db68f1a8/lock_files' to option 'lock_path'. 2020-06-04 18:28:55.365 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-a1b7bcc1-0aeb-462a-8b0d-ef39e0a2d1af/for-deployment-d5977c69-ab06-43c6-bb28-e103db68f1a8/lock_files 2020-06-04 18:28:55.366 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is already configured in Tempest config file. img_dir = /home/opnfv/functest/images 2020-06-04 18:28:55.366 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-06-04 18:28:55.366 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = 1dcaaa66-a75e-417d-a0b8-84e56955ae16 2020-06-04 18:28:55.367 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = 2338549e-7a54-4387-95d9-4b6cb97e36e3 2020-06-04 18:28:55.367 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = f1cfc810-626e-493b-80dd-2417d5727af4 2020-06-04 18:28:55.368 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = 0add162f-66c4-44e0-9cde-98c0e83040a4 2020-06-04 18:28:55.589 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2020-06-04 18:28:55.589 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = tempest_horizon-net_5f003c43-7f1f-42ec-81ac-a8c26356d5d8 2020-06-04 18:28:55.590 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2020-06-04 18:28:55.694 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2020-06-04 18:28:55.861 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] The following flavor discovered: 'rally_verify_30e91b28_8JYHuQ5w'. Using flavor 'rally_verify_30e91b28_8JYHuQ5w' (ID = 374be46a-365a-4c7e-995e-c6562ecc068d) for the tests. 2020-06-04 18:28:55.862 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '374be46a-365a-4c7e-995e-c6562ecc068d' to option 'instance_type'. 2020-06-04 18:28:55.862 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = 374be46a-365a-4c7e-995e-c6562ecc068d 2020-06-04 18:28:55.863 34 INFO rally.task.context [-] Verification a1b7bcc1-0aeb-462a-8b0d-ef39e0a2d1af | Context tempest@default setup() finished in 0.94 sec 2020-06-04 18:28:55.864 34 INFO rally.task.context [-] Verification a1b7bcc1-0aeb-462a-8b0d-ef39e0a2d1af | Context testr@default setup() finished in 0.29 msec 2020-06-04 18:28:55.864 34 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --load-list /tmp/9c746fda-e114-46b2-8fe5-ff22ac891845'. 2020-06-04 18:29:01.528 34 INFO opnfv-tempest [-] {0} tempest_horizon.tests.scenario.test_dashboard_basic_ops.TestDashboardBasicOps.test_basic_scenario ... success [2.539s] 2020-06-04 18:29:02.593 34 INFO rally.task.context [-] Verification a1b7bcc1-0aeb-462a-8b0d-ef39e0a2d1af | Context testr@default cleanup() started 2020-06-04 18:29:02.594 34 INFO rally.task.context [-] Verification a1b7bcc1-0aeb-462a-8b0d-ef39e0a2d1af | Context testr@default cleanup() finished in 0.60 msec 2020-06-04 18:29:02.594 34 INFO rally.task.context [-] Verification a1b7bcc1-0aeb-462a-8b0d-ef39e0a2d1af | Context tempest@default cleanup() started 2020-06-04 18:29:02.751 34 INFO rally.task.context [-] Verification a1b7bcc1-0aeb-462a-8b0d-ef39e0a2d1af | Context tempest@default cleanup() finished in 0.16 sec 2020-06-04 18:29:02.782 34 INFO rally.api [-] Verification (UUID=bb08774b-1620-44a0-985a-a3d5db6429ed) has been successfully finished for deployment 'opnfv-rally' (UUID=d5977c69-ab06-43c6-bb28-e103db68f1a8)! 2020-06-04 18:29:04.623 40 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-04 18:29:04.624 40 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-04 18:29:04.624 40 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-04 18:29:06.109 42 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-04 18:29:06.109 42 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-04 18:29:06.109 42 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-04 18:29:07.957 42 INFO rally.api [-] Building 'html' report for the following verification(s): 'bb08774b-1620-44a0-985a-a3d5db6429ed' 2020-06-04 18:29:07.977 42 INFO rally.api [-] The report has been successfully built. 2020-06-04 18:29:09.636 44 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-04 18:29:09.636 44 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-04 18:29:09.636 44 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-04 18:29:11.776 44 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): 'bb08774b-1620-44a0-985a-a3d5db6429ed' 2020-06-04 18:29:11.778 44 INFO rally.api [-] The report has been successfully built.