2020-07-28 15:38:11.478 7 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-28 15:38:11.478 7 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-28 15:38:11.479 7 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-28 15:38:13.502 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-07-28 15:38:13.502 7 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-07-28 15:38:13.502 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-07-28 15:38:13.502 7 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-07-28 15:38:13.502 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-07-28 15:38:13.502 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2020-07-28 15:38:13.502 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-07-28 15:38:13.502 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-07-28 15:38:13.502 7 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-07-28 15:38:13.502 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-07-28 15:38:13.502 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2020-07-28 15:38:13.502 7 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2020-07-28 15:38:13.502 7 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2020-07-28 15:38:13.502 7 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2020-07-28 15:38:13.502 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2020-07-28 15:38:13.502 7 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2020-07-28 15:38:13.502 7 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2020-07-28 15:38:13.502 7 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2020-07-28 15:38:13.502 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-07-28 15:38:13.502 7 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-07-28 15:38:13.502 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2020-07-28 15:38:13.502 7 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-07-28 15:38:13.502 7 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2020-07-28 15:38:13.502 7 ERROR rally.cli.cliutils 2020-07-28 15:38:14.973 9 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-28 15:38:14.973 9 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-28 15:38:14.973 9 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-28 15:38:18.810 11 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-28 15:38:18.810 11 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-28 15:38:18.810 11 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-28 15:38:23.098 14 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-28 15:38:23.098 14 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-28 15:38:23.099 14 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-28 15:38:24.510 17 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-28 15:38:24.511 17 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-28 15:38:24.511 17 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-28 15:38:26.446 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-07-28 15:38:26.446 17 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-07-28 15:38:26.446 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-07-28 15:38:26.446 17 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-07-28 15:38:26.446 17 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2020-07-28 15:38:26.446 17 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-07-28 15:38:26.446 17 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-07-28 15:38:26.446 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2020-07-28 15:38:26.446 17 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2020-07-28 15:38:26.446 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2020-07-28 15:38:26.446 17 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2020-07-28 15:38:26.446 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2020-07-28 15:38:26.446 17 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2020-07-28 15:38:26.446 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2020-07-28 15:38:26.446 17 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2020-07-28 15:38:26.446 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-07-28 15:38:26.446 17 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-07-28 15:38:26.446 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2020-07-28 15:38:26.446 17 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2020-07-28 15:38:26.446 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2020-07-28 15:38:26.446 17 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-07-28 15:38:26.446 17 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2020-07-28 15:38:26.446 17 ERROR rally.cli.cliutils 2020-07-28 15:38:27.867 19 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-28 15:38:27.868 19 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-28 15:38:27.868 19 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-28 15:38:29.882 19 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2020-07-28 15:38:30.006 19 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-17ab92fc-c2cf-4c5e-882b-dd5f6c9cb334/repo. 2020-07-28 15:38:30.270 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-17ab92fc-c2cf-4c5e-882b-dd5f6c9cb334/repo'... done. Note: switching to '8da0d7e7dda3b23b5de1ed71e418ed53310bd455'. You are in 'detached HEAD' state. You can look around, make experimental changes and commit them, and you can discard any commits you make in this state without impacting any branches by switching back to a branch. If you want to create a new branch to retain commits you create, you may do so (now or later) by using -c with the switch command. Example: git switch -c Or undo this operation with: git switch - Turn off this advice by setting config variable advice.detachedHead to false ' 2020-07-28 15:38:30.284 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'tags/24.0.0-1-g8da0d7e7d ' 2020-07-28 15:38:30.295 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: '8da0d7e7dda3b23b5de1ed71e418ed53310bd455 ' 2020-07-28 15:38:30.322 19 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2020-07-28 15:38:30.381 19 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2020-07-28 15:38:30.981 19 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=17ab92fc-c2cf-4c5e-882b-dd5f6c9cb334) has been successfully created! 2020-07-28 15:38:32.498 27 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-28 15:38:32.498 27 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-28 15:38:32.499 27 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-28 15:38:36.590 30 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-28 15:38:36.591 30 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-28 15:38:36.591 30 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-28 15:38:38.742 30 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=17ab92fc-c2cf-4c5e-882b-dd5f6c9cb334) for deployment 'opnfv-rally' (UUID=ae74e27d-8518-43f5-bd0b-70a9b8ef7a77). 2020-07-28 15:38:39.145 30 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=17ab92fc-c2cf-4c5e-882b-dd5f6c9cb334) has been successfully configured for deployment 'opnfv-rally' (UUID=ae74e27d-8518-43f5-bd0b-70a9b8ef7a77)! 2020-07-28 15:38:44.465 35 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-28 15:38:44.466 35 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-28 15:38:44.466 35 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-28 15:38:46.698 35 INFO rally.api [-] Starting verification (UUID=fc76f924-3cbe-4a79-b5ed-e44cb3bc7c75) for deployment 'opnfv-rally' (UUID=ae74e27d-8518-43f5-bd0b-70a9b8ef7a77) by verifier 'opnfv-tempest' (UUID=17ab92fc-c2cf-4c5e-882b-dd5f6c9cb334). 2020-07-28 15:38:47.473 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2020-07-28 15:38:47.474 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-17ab92fc-c2cf-4c5e-882b-dd5f6c9cb334/for-deployment-ae74e27d-8518-43f5-bd0b-70a9b8ef7a77/tempest.log' to option 'log_file'. 2020-07-28 15:38:47.474 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-17ab92fc-c2cf-4c5e-882b-dd5f6c9cb334/for-deployment-ae74e27d-8518-43f5-bd0b-70a9b8ef7a77/tempest.log 2020-07-28 15:38:47.475 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2020-07-28 15:38:47.475 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-17ab92fc-c2cf-4c5e-882b-dd5f6c9cb334/for-deployment-ae74e27d-8518-43f5-bd0b-70a9b8ef7a77/lock_files' to option 'lock_path'. 2020-07-28 15:38:47.475 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-17ab92fc-c2cf-4c5e-882b-dd5f6c9cb334/for-deployment-ae74e27d-8518-43f5-bd0b-70a9b8ef7a77/lock_files 2020-07-28 15:38:47.476 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is already configured in Tempest config file. img_dir = /home/opnfv/functest/images 2020-07-28 15:38:47.476 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-07-28 15:38:47.476 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = a27a8b19-85db-4f2e-a413-a2505a318bf1 2020-07-28 15:38:47.477 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = c591cd02-a7ca-4f40-8712-baddc755f2d6 2020-07-28 15:38:47.477 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = 11690d36-72b7-4355-9306-04af640bf9c9 2020-07-28 15:38:47.478 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = 3a8b523f-4215-4450-979a-52e823f954cf 2020-07-28 15:38:47.892 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2020-07-28 15:38:47.893 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = tempest_horizon-net_3b8a3e82-9a1a-44df-95f5-f03d6fad7fc9 2020-07-28 15:38:47.893 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2020-07-28 15:38:47.992 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2020-07-28 15:38:48.057 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] The following flavor discovered: 'rally_verify_1f711274_sX4Fnl6Q'. Using flavor 'rally_verify_1f711274_sX4Fnl6Q' (ID = 3a8eb467-f1d5-4873-8d64-7cd3ec90cffc) for the tests. 2020-07-28 15:38:48.058 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '3a8eb467-f1d5-4873-8d64-7cd3ec90cffc' to option 'instance_type'. 2020-07-28 15:38:48.058 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = 3a8eb467-f1d5-4873-8d64-7cd3ec90cffc 2020-07-28 15:38:48.060 35 INFO rally.task.context [-] Verification 17ab92fc-c2cf-4c5e-882b-dd5f6c9cb334 | Context tempest@default setup() finished in 1.11 sec 2020-07-28 15:38:48.060 35 INFO rally.task.context [-] Verification 17ab92fc-c2cf-4c5e-882b-dd5f6c9cb334 | Context testr@default setup() finished in 0.36 msec 2020-07-28 15:38:48.061 35 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --load-list /tmp/9dabe563-b03b-4893-bf9d-e2221f9b4ded'. 2020-07-28 15:39:01.837 35 INFO opnfv-tempest [-] {0} tempest_horizon.tests.scenario.test_dashboard_basic_ops.TestDashboardBasicOps.test_basic_scenario ... success [10.709s] 2020-07-28 15:39:02.843 35 INFO rally.task.context [-] Verification 17ab92fc-c2cf-4c5e-882b-dd5f6c9cb334 | Context testr@default cleanup() started 2020-07-28 15:39:02.844 35 INFO rally.task.context [-] Verification 17ab92fc-c2cf-4c5e-882b-dd5f6c9cb334 | Context testr@default cleanup() finished in 0.77 msec 2020-07-28 15:39:02.845 35 INFO rally.task.context [-] Verification 17ab92fc-c2cf-4c5e-882b-dd5f6c9cb334 | Context tempest@default cleanup() started 2020-07-28 15:39:03.007 35 INFO rally.task.context [-] Verification 17ab92fc-c2cf-4c5e-882b-dd5f6c9cb334 | Context tempest@default cleanup() finished in 0.16 sec 2020-07-28 15:39:03.028 35 INFO rally.api [-] Verification (UUID=fc76f924-3cbe-4a79-b5ed-e44cb3bc7c75) has been successfully finished for deployment 'opnfv-rally' (UUID=ae74e27d-8518-43f5-bd0b-70a9b8ef7a77)! 2020-07-28 15:39:04.860 41 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-28 15:39:04.860 41 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-28 15:39:04.861 41 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-28 15:39:06.338 43 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-28 15:39:06.339 43 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-28 15:39:06.339 43 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-28 15:39:08.794 43 INFO rally.api [-] Building 'html' report for the following verification(s): 'fc76f924-3cbe-4a79-b5ed-e44cb3bc7c75' 2020-07-28 15:39:08.816 43 INFO rally.api [-] The report has been successfully built. 2020-07-28 15:39:10.462 45 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-28 15:39:10.462 45 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-28 15:39:10.462 45 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-28 15:39:12.578 45 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): 'fc76f924-3cbe-4a79-b5ed-e44cb3bc7c75' 2020-07-28 15:39:12.580 45 INFO rally.api [-] The report has been successfully built.