2020-06-17 09:57:41.551 7 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-17 09:57:41.551 7 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-17 09:57:41.552 7 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-17 09:57:43.987 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-17 09:57:43.987 7 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-06-17 09:57:43.987 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-06-17 09:57:43.987 7 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-06-17 09:57:43.987 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-06-17 09:57:43.987 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2020-06-17 09:57:43.987 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-06-17 09:57:43.987 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-06-17 09:57:43.987 7 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-06-17 09:57:43.987 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-06-17 09:57:43.987 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2020-06-17 09:57:43.987 7 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2020-06-17 09:57:43.987 7 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2020-06-17 09:57:43.987 7 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2020-06-17 09:57:43.987 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2020-06-17 09:57:43.987 7 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2020-06-17 09:57:43.987 7 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2020-06-17 09:57:43.987 7 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2020-06-17 09:57:43.987 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-06-17 09:57:43.987 7 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-06-17 09:57:43.987 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2020-06-17 09:57:43.987 7 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-06-17 09:57:43.987 7 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2020-06-17 09:57:43.987 7 ERROR rally.cli.cliutils 2020-06-17 09:57:45.590 9 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-17 09:57:45.591 9 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-17 09:57:45.591 9 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-17 09:57:49.956 11 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-17 09:57:49.957 11 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-17 09:57:49.957 11 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-17 09:57:54.662 14 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-17 09:57:54.663 14 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-17 09:57:54.663 14 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-17 09:57:56.168 17 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-17 09:57:56.169 17 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-17 09:57:56.169 17 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-17 09:57:58.554 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-17 09:57:58.554 17 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-06-17 09:57:58.554 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-06-17 09:57:58.554 17 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-06-17 09:57:58.554 17 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2020-06-17 09:57:58.554 17 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-06-17 09:57:58.554 17 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-06-17 09:57:58.554 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2020-06-17 09:57:58.554 17 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2020-06-17 09:57:58.554 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2020-06-17 09:57:58.554 17 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2020-06-17 09:57:58.554 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2020-06-17 09:57:58.554 17 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2020-06-17 09:57:58.554 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2020-06-17 09:57:58.554 17 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2020-06-17 09:57:58.554 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-06-17 09:57:58.554 17 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-06-17 09:57:58.554 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2020-06-17 09:57:58.554 17 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2020-06-17 09:57:58.554 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2020-06-17 09:57:58.554 17 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-06-17 09:57:58.554 17 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2020-06-17 09:57:58.554 17 ERROR rally.cli.cliutils 2020-06-17 09:58:00.280 19 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-17 09:58:00.281 19 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-17 09:58:00.281 19 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-17 09:58:02.489 19 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2020-06-17 09:58:02.617 19 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-a97fbaa6-2159-44c7-8d0a-d340578791c2/repo. 2020-06-17 09:58:02.815 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-a97fbaa6-2159-44c7-8d0a-d340578791c2/repo'... done. ' 2020-06-17 09:58:02.828 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'heads/master ' 2020-06-17 09:58:02.855 19 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2020-06-17 09:58:02.939 19 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2020-06-17 09:58:03.634 19 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=a97fbaa6-2159-44c7-8d0a-d340578791c2) has been successfully created! 2020-06-17 09:58:05.311 26 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-17 09:58:05.312 26 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-17 09:58:05.312 26 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-17 09:58:09.753 29 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-17 09:58:09.754 29 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-17 09:58:09.754 29 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-17 09:58:12.107 29 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=a97fbaa6-2159-44c7-8d0a-d340578791c2) for deployment 'opnfv-rally' (UUID=c3735140-151f-4d72-be00-66148e55a433). 2020-06-17 09:58:12.755 29 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=a97fbaa6-2159-44c7-8d0a-d340578791c2) has been successfully configured for deployment 'opnfv-rally' (UUID=c3735140-151f-4d72-be00-66148e55a433)! 2020-06-17 09:58:18.355 34 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-17 09:58:18.355 34 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-17 09:58:18.355 34 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-17 09:58:20.910 34 INFO rally.api [-] Starting verification (UUID=63f7e0fb-e089-458a-9aaa-56535d105ac9) for deployment 'opnfv-rally' (UUID=c3735140-151f-4d72-be00-66148e55a433) by verifier 'opnfv-tempest' (UUID=a97fbaa6-2159-44c7-8d0a-d340578791c2). 2020-06-17 09:58:21.620 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2020-06-17 09:58:21.621 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-a97fbaa6-2159-44c7-8d0a-d340578791c2/for-deployment-c3735140-151f-4d72-be00-66148e55a433/tempest.log' to option 'log_file'. 2020-06-17 09:58:21.621 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-a97fbaa6-2159-44c7-8d0a-d340578791c2/for-deployment-c3735140-151f-4d72-be00-66148e55a433/tempest.log 2020-06-17 09:58:21.622 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2020-06-17 09:58:21.622 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-a97fbaa6-2159-44c7-8d0a-d340578791c2/for-deployment-c3735140-151f-4d72-be00-66148e55a433/lock_files' to option 'lock_path'. 2020-06-17 09:58:21.622 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-a97fbaa6-2159-44c7-8d0a-d340578791c2/for-deployment-c3735140-151f-4d72-be00-66148e55a433/lock_files 2020-06-17 09:58:21.622 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-17 09:58:21.623 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-17 09:58:21.623 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = 7906e173-852a-41f3-bf8d-797d45ed1bb1 2020-06-17 09:58:21.623 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = 539195a9-c067-47f7-bf21-ad7f16714667 2020-06-17 09:58:21.624 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = 606e6ef5-57a4-4f65-84d2-280b69d6e0da 2020-06-17 09:58:21.624 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = d51d222b-dfcb-4a15-bd2b-e0041c3dfb54 2020-06-17 09:58:22.085 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2020-06-17 09:58:22.086 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = tempest_horizon-net_149286da-6d5e-42c1-bc3a-10b5fb421e26 2020-06-17 09:58:22.087 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2020-06-17 09:58:22.182 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2020-06-17 09:58:22.223 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] The following flavor discovered: 'rally_verify_a1dba2d3_j51sKAy4'. Using flavor 'rally_verify_a1dba2d3_j51sKAy4' (ID = 03e490d9-a5e9-4717-96a9-1400935d149f) for the tests. 2020-06-17 09:58:22.223 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '03e490d9-a5e9-4717-96a9-1400935d149f' to option 'instance_type'. 2020-06-17 09:58:22.224 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = 03e490d9-a5e9-4717-96a9-1400935d149f 2020-06-17 09:58:22.225 34 INFO rally.task.context [-] Verification a97fbaa6-2159-44c7-8d0a-d340578791c2 | Context tempest@default setup() finished in 1.08 sec 2020-06-17 09:58:22.226 34 INFO rally.task.context [-] Verification a97fbaa6-2159-44c7-8d0a-d340578791c2 | Context testr@default setup() finished in 0.36 msec 2020-06-17 09:58:22.227 34 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --load-list /tmp/2fef2e56-4087-4bb1-8ba5-e6b3ea0cdf7c'. 2020-06-17 09:58:27.847 34 INFO opnfv-tempest [-] {0} tempest_horizon.tests.scenario.test_dashboard_basic_ops.TestDashboardBasicOps.test_basic_scenario ... success [2.395s] 2020-06-17 09:58:28.885 34 INFO rally.task.context [-] Verification a97fbaa6-2159-44c7-8d0a-d340578791c2 | Context testr@default cleanup() started 2020-06-17 09:58:28.886 34 INFO rally.task.context [-] Verification a97fbaa6-2159-44c7-8d0a-d340578791c2 | Context testr@default cleanup() finished in 0.50 msec 2020-06-17 09:58:28.886 34 INFO rally.task.context [-] Verification a97fbaa6-2159-44c7-8d0a-d340578791c2 | Context tempest@default cleanup() started 2020-06-17 09:58:29.053 34 INFO rally.task.context [-] Verification a97fbaa6-2159-44c7-8d0a-d340578791c2 | Context tempest@default cleanup() finished in 0.17 sec 2020-06-17 09:58:29.071 34 INFO rally.api [-] Verification (UUID=63f7e0fb-e089-458a-9aaa-56535d105ac9) has been successfully finished for deployment 'opnfv-rally' (UUID=c3735140-151f-4d72-be00-66148e55a433)! 2020-06-17 09:58:30.699 40 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-17 09:58:30.699 40 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-17 09:58:30.699 40 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-17 09:58:32.176 42 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-17 09:58:32.176 42 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-17 09:58:32.177 42 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-17 09:58:34.409 42 INFO rally.api [-] Building 'html' report for the following verification(s): '63f7e0fb-e089-458a-9aaa-56535d105ac9' 2020-06-17 09:58:34.431 42 INFO rally.api [-] The report has been successfully built. 2020-06-17 09:58:36.094 44 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-17 09:58:36.095 44 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-17 09:58:36.095 44 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-17 09:58:38.511 44 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): '63f7e0fb-e089-458a-9aaa-56535d105ac9' 2020-06-17 09:58:38.514 44 INFO rally.api [-] The report has been successfully built.