2020-05-14 20:04:11.564 7 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-05-14 20:04:11.564 7 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-05-14 20:04:11.564 7 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-05-14 20:04:13.864 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-05-14 20:04:13.864 7 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-05-14 20:04:13.864 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-05-14 20:04:13.864 7 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-05-14 20:04:13.864 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-05-14 20:04:13.864 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2020-05-14 20:04:13.864 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-05-14 20:04:13.864 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-05-14 20:04:13.864 7 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-05-14 20:04:13.864 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-05-14 20:04:13.864 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2020-05-14 20:04:13.864 7 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2020-05-14 20:04:13.864 7 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2020-05-14 20:04:13.864 7 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2020-05-14 20:04:13.864 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2020-05-14 20:04:13.864 7 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2020-05-14 20:04:13.864 7 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2020-05-14 20:04:13.864 7 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2020-05-14 20:04:13.864 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-05-14 20:04:13.864 7 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-05-14 20:04:13.864 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2020-05-14 20:04:13.864 7 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-05-14 20:04:13.864 7 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2020-05-14 20:04:13.864 7 ERROR rally.cli.cliutils 2020-05-14 20:04:15.490 9 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-05-14 20:04:15.490 9 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-05-14 20:04:15.490 9 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-05-14 20:04:19.599 11 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-05-14 20:04:19.599 11 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-05-14 20:04:19.599 11 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-05-14 20:04:24.072 14 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-05-14 20:04:24.073 14 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-05-14 20:04:24.073 14 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-05-14 20:04:25.538 17 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-05-14 20:04:25.538 17 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-05-14 20:04:25.538 17 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-05-14 20:04:27.820 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-05-14 20:04:27.820 17 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-05-14 20:04:27.820 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-05-14 20:04:27.820 17 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-05-14 20:04:27.820 17 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2020-05-14 20:04:27.820 17 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-05-14 20:04:27.820 17 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-05-14 20:04:27.820 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2020-05-14 20:04:27.820 17 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2020-05-14 20:04:27.820 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2020-05-14 20:04:27.820 17 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2020-05-14 20:04:27.820 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2020-05-14 20:04:27.820 17 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2020-05-14 20:04:27.820 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2020-05-14 20:04:27.820 17 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2020-05-14 20:04:27.820 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-05-14 20:04:27.820 17 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-05-14 20:04:27.820 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2020-05-14 20:04:27.820 17 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2020-05-14 20:04:27.820 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2020-05-14 20:04:27.820 17 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-05-14 20:04:27.820 17 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2020-05-14 20:04:27.820 17 ERROR rally.cli.cliutils 2020-05-14 20:04:29.502 19 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-05-14 20:04:29.502 19 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-05-14 20:04:29.503 19 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-05-14 20:04:31.571 19 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2020-05-14 20:04:31.692 19 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-a91b4caa-e75b-43b7-9e8d-3a49f2848162/repo. 2020-05-14 20:04:31.889 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-a91b4caa-e75b-43b7-9e8d-3a49f2848162/repo'... done. ' 2020-05-14 20:04:31.903 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'tags/24.0.0 ' 2020-05-14 20:04:31.912 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'c73e6b11dcc1fcd878ff62e353441a5c8c794c83 ' 2020-05-14 20:04:31.933 19 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2020-05-14 20:04:31.979 19 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2020-05-14 20:04:32.607 19 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=a91b4caa-e75b-43b7-9e8d-3a49f2848162) has been successfully created! 2020-05-14 20:04:34.225 27 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-05-14 20:04:34.225 27 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-05-14 20:04:34.225 27 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-05-14 20:04:38.597 30 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-05-14 20:04:38.597 30 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-05-14 20:04:38.597 30 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-05-14 20:04:40.842 30 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=a91b4caa-e75b-43b7-9e8d-3a49f2848162) for deployment 'opnfv-rally' (UUID=4acfce88-8e74-4bed-9ddf-4b7d39b5992d). 2020-05-14 20:04:41.303 30 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=a91b4caa-e75b-43b7-9e8d-3a49f2848162) has been successfully configured for deployment 'opnfv-rally' (UUID=4acfce88-8e74-4bed-9ddf-4b7d39b5992d)! 2020-05-14 20:04:46.629 35 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-05-14 20:04:46.629 35 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-05-14 20:04:46.629 35 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-05-14 20:04:48.844 35 INFO rally.api [-] Starting verification (UUID=c1d6be52-ad79-46b1-bb14-da01a7451534) for deployment 'opnfv-rally' (UUID=4acfce88-8e74-4bed-9ddf-4b7d39b5992d) by verifier 'opnfv-tempest' (UUID=a91b4caa-e75b-43b7-9e8d-3a49f2848162). 2020-05-14 20:04:49.461 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2020-05-14 20:04:49.463 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-a91b4caa-e75b-43b7-9e8d-3a49f2848162/for-deployment-4acfce88-8e74-4bed-9ddf-4b7d39b5992d/tempest.log' to option 'log_file'. 2020-05-14 20:04:49.463 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-a91b4caa-e75b-43b7-9e8d-3a49f2848162/for-deployment-4acfce88-8e74-4bed-9ddf-4b7d39b5992d/tempest.log 2020-05-14 20:04:49.464 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2020-05-14 20:04:49.464 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-a91b4caa-e75b-43b7-9e8d-3a49f2848162/for-deployment-4acfce88-8e74-4bed-9ddf-4b7d39b5992d/lock_files' to option 'lock_path'. 2020-05-14 20:04:49.464 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-a91b4caa-e75b-43b7-9e8d-3a49f2848162/for-deployment-4acfce88-8e74-4bed-9ddf-4b7d39b5992d/lock_files 2020-05-14 20:04:49.465 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is already configured in Tempest config file. img_dir = /home/opnfv/functest/images 2020-05-14 20:04:49.465 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-05-14 20:04:49.466 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = 2193e000-17b9-4edc-80eb-1286a434ba1d 2020-05-14 20:04:49.466 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = 1b521784-b08b-471e-8472-8ee989adffe6 2020-05-14 20:04:49.467 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = 41313434-ba3f-4a36-af3a-28bace5de99d 2020-05-14 20:04:49.467 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = 7f4445a6-8fb4-4b9e-90c8-58f96d77efee 2020-05-14 20:04:49.663 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2020-05-14 20:04:49.663 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = tempest_horizon-net_78ea9c3e-f41c-4b47-898a-27cb15f5ad6f 2020-05-14 20:04:49.664 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2020-05-14 20:04:49.761 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2020-05-14 20:04:49.803 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] The following flavor discovered: 'rally_verify_b1587742_c9gmZ48w'. Using flavor 'rally_verify_b1587742_c9gmZ48w' (ID = da93ccc8-e12c-45f3-a44d-34dea562c6d6) for the tests. 2020-05-14 20:04:49.804 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value 'da93ccc8-e12c-45f3-a44d-34dea562c6d6' to option 'instance_type'. 2020-05-14 20:04:49.804 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = da93ccc8-e12c-45f3-a44d-34dea562c6d6 2020-05-14 20:04:49.805 35 INFO rally.task.context [-] Verification a91b4caa-e75b-43b7-9e8d-3a49f2848162 | Context tempest@default setup() finished in 0.79 sec 2020-05-14 20:04:49.806 35 INFO rally.task.context [-] Verification a91b4caa-e75b-43b7-9e8d-3a49f2848162 | Context testr@default setup() finished in 0.45 msec 2020-05-14 20:04:49.807 35 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --load-list /tmp/9dd34a67-6870-4c6c-9ba3-d8310c8c8d27'. 2020-05-14 20:05:03.236 35 INFO opnfv-tempest [-] {0} tempest_horizon.tests.scenario.test_dashboard_basic_ops.TestDashboardBasicOps.test_basic_scenario ... success [10.430s] 2020-05-14 20:05:04.363 35 INFO rally.task.context [-] Verification a91b4caa-e75b-43b7-9e8d-3a49f2848162 | Context testr@default cleanup() started 2020-05-14 20:05:04.364 35 INFO rally.task.context [-] Verification a91b4caa-e75b-43b7-9e8d-3a49f2848162 | Context testr@default cleanup() finished in 0.78 msec 2020-05-14 20:05:04.364 35 INFO rally.task.context [-] Verification a91b4caa-e75b-43b7-9e8d-3a49f2848162 | Context tempest@default cleanup() started 2020-05-14 20:05:04.619 35 INFO rally.task.context [-] Verification a91b4caa-e75b-43b7-9e8d-3a49f2848162 | Context tempest@default cleanup() finished in 0.26 sec 2020-05-14 20:05:04.646 35 INFO rally.api [-] Verification (UUID=c1d6be52-ad79-46b1-bb14-da01a7451534) has been successfully finished for deployment 'opnfv-rally' (UUID=4acfce88-8e74-4bed-9ddf-4b7d39b5992d)! 2020-05-14 20:05:06.327 41 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-05-14 20:05:06.328 41 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-05-14 20:05:06.328 41 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-05-14 20:05:07.754 43 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-05-14 20:05:07.754 43 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-05-14 20:05:07.755 43 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-05-14 20:05:10.045 43 INFO rally.api [-] Building 'html' report for the following verification(s): 'c1d6be52-ad79-46b1-bb14-da01a7451534' 2020-05-14 20:05:10.066 43 INFO rally.api [-] The report has been successfully built. 2020-05-14 20:05:11.724 45 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-05-14 20:05:11.724 45 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-05-14 20:05:11.724 45 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-05-14 20:05:13.770 45 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): 'c1d6be52-ad79-46b1-bb14-da01a7451534' 2020-05-14 20:05:13.772 45 INFO rally.api [-] The report has been successfully built.