2020-05-14 20:02:45.733 7 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-05-14 20:02:45.734 7 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-05-14 20:02:45.734 7 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-05-14 20:02:47.774 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:02:47.774 7 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-05-14 20:02:47.774 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-05-14 20:02:47.774 7 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-05-14 20:02:47.774 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-05-14 20:02:47.774 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2020-05-14 20:02:47.774 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-05-14 20:02:47.774 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-05-14 20:02:47.774 7 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-05-14 20:02:47.774 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-05-14 20:02:47.774 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2020-05-14 20:02:47.774 7 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2020-05-14 20:02:47.774 7 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2020-05-14 20:02:47.774 7 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2020-05-14 20:02:47.774 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2020-05-14 20:02:47.774 7 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2020-05-14 20:02:47.774 7 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2020-05-14 20:02:47.774 7 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2020-05-14 20:02:47.774 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-05-14 20:02:47.774 7 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-05-14 20:02:47.774 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2020-05-14 20:02:47.774 7 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-05-14 20:02:47.774 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:02:47.774 7 ERROR rally.cli.cliutils 2020-05-14 20:02:49.173 9 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-05-14 20:02:49.174 9 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-05-14 20:02:49.174 9 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-05-14 20:02:52.748 11 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-05-14 20:02:52.749 11 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-05-14 20:02:52.749 11 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-05-14 20:02:57.006 14 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-05-14 20:02:57.006 14 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-05-14 20:02:57.006 14 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-05-14 20:02:58.429 17 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-05-14 20:02:58.429 17 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-05-14 20:02:58.429 17 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-05-14 20:03:00.351 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:03:00.351 17 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-05-14 20:03:00.351 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-05-14 20:03:00.351 17 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-05-14 20:03:00.351 17 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2020-05-14 20:03:00.351 17 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-05-14 20:03:00.351 17 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-05-14 20:03:00.351 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2020-05-14 20:03:00.351 17 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2020-05-14 20:03:00.351 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2020-05-14 20:03:00.351 17 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2020-05-14 20:03:00.351 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2020-05-14 20:03:00.351 17 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2020-05-14 20:03:00.351 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2020-05-14 20:03:00.351 17 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2020-05-14 20:03:00.351 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-05-14 20:03:00.351 17 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-05-14 20:03:00.351 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2020-05-14 20:03:00.351 17 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2020-05-14 20:03:00.351 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2020-05-14 20:03:00.351 17 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-05-14 20:03:00.351 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:03:00.351 17 ERROR rally.cli.cliutils 2020-05-14 20:03:01.927 19 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-05-14 20:03:01.928 19 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-05-14 20:03:01.928 19 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-05-14 20:03:04.044 19 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2020-05-14 20:03:04.187 19 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-ac71258c-01e8-4afd-a0a6-04c6c9f6db7d/repo. 2020-05-14 20:03:04.432 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-ac71258c-01e8-4afd-a0a6-04c6c9f6db7d/repo'... done. ' 2020-05-14 20:03:04.445 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'heads/master ' 2020-05-14 20:03:04.462 19 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2020-05-14 20:03:04.511 19 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2020-05-14 20:03:05.083 19 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=ac71258c-01e8-4afd-a0a6-04c6c9f6db7d) has been successfully created! 2020-05-14 20:03:06.651 26 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-05-14 20:03:06.652 26 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-05-14 20:03:06.652 26 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-05-14 20:03:11.256 29 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-05-14 20:03:11.256 29 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-05-14 20:03:11.256 29 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-05-14 20:03:13.518 29 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=ac71258c-01e8-4afd-a0a6-04c6c9f6db7d) for deployment 'opnfv-rally' (UUID=20f2b63c-27ee-4462-8ff7-c2c4ab8ed9f8). 2020-05-14 20:03:14.034 29 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=ac71258c-01e8-4afd-a0a6-04c6c9f6db7d) has been successfully configured for deployment 'opnfv-rally' (UUID=20f2b63c-27ee-4462-8ff7-c2c4ab8ed9f8)! 2020-05-14 20:03:19.559 34 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-05-14 20:03:19.560 34 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-05-14 20:03:19.560 34 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-05-14 20:03:21.812 34 INFO rally.api [-] Starting verification (UUID=a5ce5115-bf14-4249-b9a7-28f278ffd880) for deployment 'opnfv-rally' (UUID=20f2b63c-27ee-4462-8ff7-c2c4ab8ed9f8) by verifier 'opnfv-tempest' (UUID=ac71258c-01e8-4afd-a0a6-04c6c9f6db7d). 2020-05-14 20:03:22.430 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2020-05-14 20:03:22.430 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-ac71258c-01e8-4afd-a0a6-04c6c9f6db7d/for-deployment-20f2b63c-27ee-4462-8ff7-c2c4ab8ed9f8/tempest.log' to option 'log_file'. 2020-05-14 20:03:22.430 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-ac71258c-01e8-4afd-a0a6-04c6c9f6db7d/for-deployment-20f2b63c-27ee-4462-8ff7-c2c4ab8ed9f8/tempest.log 2020-05-14 20:03:22.431 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2020-05-14 20:03:22.431 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-ac71258c-01e8-4afd-a0a6-04c6c9f6db7d/for-deployment-20f2b63c-27ee-4462-8ff7-c2c4ab8ed9f8/lock_files' to option 'lock_path'. 2020-05-14 20:03:22.431 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-ac71258c-01e8-4afd-a0a6-04c6c9f6db7d/for-deployment-20f2b63c-27ee-4462-8ff7-c2c4ab8ed9f8/lock_files 2020-05-14 20:03:22.431 34 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:03:22.432 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-05-14 20:03:22.432 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = 8552f22a-9be6-410c-b81a-91d265526e28 2020-05-14 20:03:22.432 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = 03e3cfa4-087c-4dfc-9095-1cb2628784ca 2020-05-14 20:03:22.433 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = e119cada-63a8-4cc0-ae05-27cddbded791 2020-05-14 20:03:22.433 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = 6199b51c-9cff-4f8f-99a7-d01901a91ed7 2020-05-14 20:03:25.771 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2020-05-14 20:03:25.772 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = tempest_horizon-net_117db2a4-f40b-482e-b534-882db228624e 2020-05-14 20:03:25.773 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2020-05-14 20:03:25.873 34 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:03:26.177 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] The following flavor discovered: 'rally_verify_ce116a3e_UQrkigk9'. Using flavor 'rally_verify_ce116a3e_UQrkigk9' (ID = cb8af0ac-caa7-4032-abe8-f30c302d9c8f) for the tests. 2020-05-14 20:03:26.177 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value 'cb8af0ac-caa7-4032-abe8-f30c302d9c8f' to option 'instance_type'. 2020-05-14 20:03:26.178 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = cb8af0ac-caa7-4032-abe8-f30c302d9c8f 2020-05-14 20:03:26.179 34 INFO rally.task.context [-] Verification ac71258c-01e8-4afd-a0a6-04c6c9f6db7d | Context tempest@default setup() finished in 4.15 sec 2020-05-14 20:03:26.181 34 INFO rally.task.context [-] Verification ac71258c-01e8-4afd-a0a6-04c6c9f6db7d | Context testr@default setup() finished in 0.48 msec 2020-05-14 20:03:26.181 34 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --load-list /tmp/e8d7adba-257f-4d74-930d-dfcf26879cef'. 2020-05-14 20:03:46.967 34 INFO opnfv-tempest [-] {0} tempest_horizon.tests.scenario.test_dashboard_basic_ops.TestDashboardBasicOps.test_basic_scenario ... fail [17.798s] 2020-05-14 20:03:54.073 34 INFO rally.task.context [-] Verification ac71258c-01e8-4afd-a0a6-04c6c9f6db7d | Context testr@default cleanup() started 2020-05-14 20:03:54.074 34 INFO rally.task.context [-] Verification ac71258c-01e8-4afd-a0a6-04c6c9f6db7d | Context testr@default cleanup() finished in 0.68 msec 2020-05-14 20:03:54.074 34 INFO rally.task.context [-] Verification ac71258c-01e8-4afd-a0a6-04c6c9f6db7d | Context tempest@default cleanup() started 2020-05-14 20:03:54.237 34 INFO rally.task.context [-] Verification ac71258c-01e8-4afd-a0a6-04c6c9f6db7d | Context tempest@default cleanup() finished in 0.16 sec 2020-05-14 20:03:54.257 34 INFO rally.api [-] Verification (UUID=a5ce5115-bf14-4249-b9a7-28f278ffd880) has been successfully finished for deployment 'opnfv-rally' (UUID=20f2b63c-27ee-4462-8ff7-c2c4ab8ed9f8)! 2020-05-14 20:03:55.965 40 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-05-14 20:03:55.966 40 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-05-14 20:03:55.966 40 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-05-14 20:03:57.371 42 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-05-14 20:03:57.371 42 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-05-14 20:03:57.371 42 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-05-14 20:03:59.144 42 INFO rally.api [-] Building 'html' report for the following verification(s): 'a5ce5115-bf14-4249-b9a7-28f278ffd880' 2020-05-14 20:03:59.165 42 INFO rally.api [-] The report has been successfully built. 2020-05-14 20:04:00.691 44 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-05-14 20:04:00.691 44 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-05-14 20:04:00.691 44 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-05-14 20:04:02.859 44 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): 'a5ce5115-bf14-4249-b9a7-28f278ffd880' 2020-05-14 20:04:02.861 44 INFO rally.api [-] The report has been successfully built.