2020-06-16 08:37:59.354 7 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-16 08:37:59.355 7 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-16 08:37:59.355 7 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-16 08:38:01.653 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-16 08:38:01.653 7 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-06-16 08:38:01.653 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-06-16 08:38:01.653 7 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-06-16 08:38:01.653 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-06-16 08:38:01.653 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2020-06-16 08:38:01.653 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-06-16 08:38:01.653 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-06-16 08:38:01.653 7 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-06-16 08:38:01.653 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-06-16 08:38:01.653 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2020-06-16 08:38:01.653 7 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2020-06-16 08:38:01.653 7 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2020-06-16 08:38:01.653 7 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2020-06-16 08:38:01.653 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2020-06-16 08:38:01.653 7 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2020-06-16 08:38:01.653 7 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2020-06-16 08:38:01.653 7 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2020-06-16 08:38:01.653 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-06-16 08:38:01.653 7 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-06-16 08:38:01.653 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2020-06-16 08:38:01.653 7 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-06-16 08:38:01.653 7 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2020-06-16 08:38:01.653 7 ERROR rally.cli.cliutils 2020-06-16 08:38:03.129 9 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-16 08:38:03.130 9 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-16 08:38:03.130 9 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-16 08:38:07.375 11 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-16 08:38:07.376 11 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-16 08:38:07.376 11 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-16 08:38:12.155 14 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-16 08:38:12.155 14 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-16 08:38:12.155 14 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-16 08:38:13.566 17 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-16 08:38:13.566 17 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-16 08:38:13.566 17 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-16 08:38:15.755 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-16 08:38:15.755 17 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-06-16 08:38:15.755 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-06-16 08:38:15.755 17 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-06-16 08:38:15.755 17 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2020-06-16 08:38:15.755 17 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-06-16 08:38:15.755 17 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-06-16 08:38:15.755 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2020-06-16 08:38:15.755 17 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2020-06-16 08:38:15.755 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2020-06-16 08:38:15.755 17 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2020-06-16 08:38:15.755 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2020-06-16 08:38:15.755 17 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2020-06-16 08:38:15.755 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2020-06-16 08:38:15.755 17 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2020-06-16 08:38:15.755 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-06-16 08:38:15.755 17 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-06-16 08:38:15.755 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2020-06-16 08:38:15.755 17 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2020-06-16 08:38:15.755 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2020-06-16 08:38:15.755 17 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-06-16 08:38:15.755 17 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2020-06-16 08:38:15.755 17 ERROR rally.cli.cliutils 2020-06-16 08:38:17.370 19 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-16 08:38:17.370 19 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-16 08:38:17.371 19 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-16 08:38:19.662 19 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2020-06-16 08:38:19.792 19 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-ca55d1d3-59c9-4a29-b747-bd92d7760d9f/repo. 2020-06-16 08:38:20.040 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-ca55d1d3-59c9-4a29-b747-bd92d7760d9f/repo'... done. ' 2020-06-16 08:38:20.054 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'heads/master ' 2020-06-16 08:38:20.074 19 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2020-06-16 08:38:20.144 19 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2020-06-16 08:38:20.767 19 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=ca55d1d3-59c9-4a29-b747-bd92d7760d9f) has been successfully created! 2020-06-16 08:38:22.518 26 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-16 08:38:22.519 26 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-16 08:38:22.519 26 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-16 08:38:27.050 29 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-16 08:38:27.051 29 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-16 08:38:27.051 29 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-16 08:38:29.439 29 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=ca55d1d3-59c9-4a29-b747-bd92d7760d9f) for deployment 'opnfv-rally' (UUID=ddf2e8af-439b-437a-944c-5157984c4208). 2020-06-16 08:38:29.928 29 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=ca55d1d3-59c9-4a29-b747-bd92d7760d9f) has been successfully configured for deployment 'opnfv-rally' (UUID=ddf2e8af-439b-437a-944c-5157984c4208)! 2020-06-16 08:38:35.325 34 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-16 08:38:35.326 34 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-16 08:38:35.326 34 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-16 08:38:37.591 34 INFO rally.api [-] Starting verification (UUID=87b6dd9f-57fb-4459-a9f2-59da6ba52547) for deployment 'opnfv-rally' (UUID=ddf2e8af-439b-437a-944c-5157984c4208) by verifier 'opnfv-tempest' (UUID=ca55d1d3-59c9-4a29-b747-bd92d7760d9f). 2020-06-16 08:38:38.140 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2020-06-16 08:38:38.140 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-ca55d1d3-59c9-4a29-b747-bd92d7760d9f/for-deployment-ddf2e8af-439b-437a-944c-5157984c4208/tempest.log' to option 'log_file'. 2020-06-16 08:38:38.141 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-ca55d1d3-59c9-4a29-b747-bd92d7760d9f/for-deployment-ddf2e8af-439b-437a-944c-5157984c4208/tempest.log 2020-06-16 08:38:38.141 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2020-06-16 08:38:38.141 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-ca55d1d3-59c9-4a29-b747-bd92d7760d9f/for-deployment-ddf2e8af-439b-437a-944c-5157984c4208/lock_files' to option 'lock_path'. 2020-06-16 08:38:38.142 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-ca55d1d3-59c9-4a29-b747-bd92d7760d9f/for-deployment-ddf2e8af-439b-437a-944c-5157984c4208/lock_files 2020-06-16 08:38:38.142 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-16 08:38:38.142 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-16 08:38:38.142 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = 0cf3539a-d135-48be-961a-05967e9ae586 2020-06-16 08:38:38.143 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = 3c154f97-d921-4252-9b27-0da48c4e7ec2 2020-06-16 08:38:38.143 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = 92e21148-3699-43e7-8447-b6cbc0f169e0 2020-06-16 08:38:38.144 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = 8471393f-d89b-43c8-9bf2-df4ee0a93e0f 2020-06-16 08:38:38.383 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2020-06-16 08:38:38.383 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = tempest_horizon-net_16f5e955-dc60-44f7-b2db-76196e146133 2020-06-16 08:38:38.384 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2020-06-16 08:38:38.475 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2020-06-16 08:38:38.512 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] The following flavor discovered: 'rally_verify_458e24d8_v4mnby0k'. Using flavor 'rally_verify_458e24d8_v4mnby0k' (ID = b73f9573-9a68-42d7-8a43-b179990d6532) for the tests. 2020-06-16 08:38:38.513 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value 'b73f9573-9a68-42d7-8a43-b179990d6532' to option 'instance_type'. 2020-06-16 08:38:38.513 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = b73f9573-9a68-42d7-8a43-b179990d6532 2020-06-16 08:38:38.514 34 INFO rally.task.context [-] Verification ca55d1d3-59c9-4a29-b747-bd92d7760d9f | Context tempest@default setup() finished in 0.77 sec 2020-06-16 08:38:38.515 34 INFO rally.task.context [-] Verification ca55d1d3-59c9-4a29-b747-bd92d7760d9f | Context testr@default setup() finished in 0.33 msec 2020-06-16 08:38:38.515 34 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --load-list /tmp/7e51eef1-7e58-4ba4-939d-9d0799416e62'. 2020-06-16 08:38:43.580 34 INFO opnfv-tempest [-] {0} tempest_horizon.tests.scenario.test_dashboard_basic_ops.TestDashboardBasicOps.test_basic_scenario ... success [2.150s] 2020-06-16 08:38:44.554 34 INFO rally.task.context [-] Verification ca55d1d3-59c9-4a29-b747-bd92d7760d9f | Context testr@default cleanup() started 2020-06-16 08:38:44.555 34 INFO rally.task.context [-] Verification ca55d1d3-59c9-4a29-b747-bd92d7760d9f | Context testr@default cleanup() finished in 0.69 msec 2020-06-16 08:38:44.556 34 INFO rally.task.context [-] Verification ca55d1d3-59c9-4a29-b747-bd92d7760d9f | Context tempest@default cleanup() started 2020-06-16 08:38:44.693 34 INFO rally.task.context [-] Verification ca55d1d3-59c9-4a29-b747-bd92d7760d9f | Context tempest@default cleanup() finished in 0.14 sec 2020-06-16 08:38:44.714 34 INFO rally.api [-] Verification (UUID=87b6dd9f-57fb-4459-a9f2-59da6ba52547) has been successfully finished for deployment 'opnfv-rally' (UUID=ddf2e8af-439b-437a-944c-5157984c4208)! 2020-06-16 08:38:46.434 40 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-16 08:38:46.434 40 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-16 08:38:46.434 40 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-16 08:38:47.942 42 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-16 08:38:47.943 42 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-16 08:38:47.943 42 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-16 08:38:50.278 42 INFO rally.api [-] Building 'html' report for the following verification(s): '87b6dd9f-57fb-4459-a9f2-59da6ba52547' 2020-06-16 08:38:50.300 42 INFO rally.api [-] The report has been successfully built. 2020-06-16 08:38:51.922 44 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-16 08:38:51.922 44 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-16 08:38:51.922 44 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-16 08:38:54.239 44 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): '87b6dd9f-57fb-4459-a9f2-59da6ba52547' 2020-06-16 08:38:54.241 44 INFO rally.api [-] The report has been successfully built.