2021-08-16 18:30:46.875 8 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-08-16 18:30:46.876 8 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-08-16 18:30:46.876 8 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-08-16 18:30:49.182 8 ERROR rally.cli.cliutils [-] Unexpected exception in CLI: rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2021-08-16 18:30:49.182 8 ERROR rally.cli.cliutils Traceback (most recent call last): 2021-08-16 18:30:49.182 8 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 669, in run 2021-08-16 18:30:49.182 8 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2021-08-16 18:30:49.182 8 ERROR rally.cli.cliutils File "", line 2, in destroy 2021-08-16 18:30:49.182 8 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2021-08-16 18:30:49.182 8 ERROR rally.cli.cliutils return f(*args, **kwargs) 2021-08-16 18:30:49.182 8 ERROR rally.cli.cliutils File "", line 2, in destroy 2021-08-16 18:30:49.182 8 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2021-08-16 18:30:49.182 8 ERROR rally.cli.cliutils return f(*args, **kwargs) 2021-08-16 18:30:49.182 8 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2021-08-16 18:30:49.182 8 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2021-08-16 18:30:49.182 8 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2021-08-16 18:30:49.182 8 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2021-08-16 18:30:49.182 8 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2021-08-16 18:30:49.182 8 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2021-08-16 18:30:49.182 8 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2021-08-16 18:30:49.182 8 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2021-08-16 18:30:49.182 8 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2021-08-16 18:30:49.182 8 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2021-08-16 18:30:49.182 8 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2021-08-16 18:30:49.182 8 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2021-08-16 18:30:49.182 8 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2021-08-16 18:30:49.182 8 ERROR rally.cli.cliutils 2021-08-16 18:30:50.594 10 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-08-16 18:30:50.595 10 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-08-16 18:30:50.595 10 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-08-16 18:30:54.581 12 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-08-16 18:30:54.581 12 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-08-16 18:30:54.581 12 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-08-16 18:30:58.867 15 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-08-16 18:30:58.867 15 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-08-16 18:30:58.868 15 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-08-16 18:31:00.195 18 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-08-16 18:31:00.195 18 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-08-16 18:31:00.195 18 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-08-16 18:31:02.471 18 ERROR rally.cli.cliutils [-] Unexpected exception in CLI: rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2021-08-16 18:31:02.471 18 ERROR rally.cli.cliutils Traceback (most recent call last): 2021-08-16 18:31:02.471 18 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 669, in run 2021-08-16 18:31:02.471 18 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2021-08-16 18:31:02.471 18 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2021-08-16 18:31:02.471 18 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2021-08-16 18:31:02.471 18 ERROR rally.cli.cliutils return f(*args, **kwargs) 2021-08-16 18:31:02.471 18 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2021-08-16 18:31:02.471 18 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2021-08-16 18:31:02.471 18 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2021-08-16 18:31:02.471 18 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2021-08-16 18:31:02.471 18 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2021-08-16 18:31:02.471 18 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2021-08-16 18:31:02.471 18 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2021-08-16 18:31:02.471 18 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2021-08-16 18:31:02.471 18 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2021-08-16 18:31:02.471 18 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2021-08-16 18:31:02.471 18 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2021-08-16 18:31:02.471 18 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2021-08-16 18:31:02.471 18 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2021-08-16 18:31:02.471 18 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2021-08-16 18:31:02.471 18 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2021-08-16 18:31:02.471 18 ERROR rally.cli.cliutils 2021-08-16 18:31:03.764 20 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-08-16 18:31:03.765 20 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-08-16 18:31:03.765 20 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-08-16 18:31:06.040 20 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2021-08-16 18:31:06.080 20 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-b9f9b845-3a84-4a60-a17d-091e1a278dd0/repo. 2021-08-16 18:31:06.392 20 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-b9f9b845-3a84-4a60-a17d-091e1a278dd0/repo'... done. Note: switching to '883706539ffd4099b0701a27cc3e6a3b7c527dbe'. 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 ' 2021-08-16 18:31:06.408 20 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'tags/27.0.0-1-g883706539 ' 2021-08-16 18:31:06.415 20 RALLYDEBUG rally.verification.utils [-] Subprocess output: '883706539ffd4099b0701a27cc3e6a3b7c527dbe ' 2021-08-16 18:31:06.428 20 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2021-08-16 18:31:06.495 20 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2021-08-16 18:31:07.285 20 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=b9f9b845-3a84-4a60-a17d-091e1a278dd0) has been successfully created! 2021-08-16 18:31:09.086 29 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-08-16 18:31:09.087 29 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-08-16 18:31:09.087 29 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-08-16 18:31:14.009 32 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-08-16 18:31:14.010 32 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-08-16 18:31:14.010 32 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-08-16 18:31:16.752 32 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=b9f9b845-3a84-4a60-a17d-091e1a278dd0) for deployment 'opnfv-rally' (UUID=549c6e22-2fbd-468b-a1f5-8435b12055b1). 2021-08-16 18:31:17.365 32 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=b9f9b845-3a84-4a60-a17d-091e1a278dd0) has been successfully configured for deployment 'opnfv-rally' (UUID=549c6e22-2fbd-468b-a1f5-8435b12055b1)! 2021-08-16 18:31:23.364 38 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-08-16 18:31:23.364 38 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-08-16 18:31:23.365 38 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-08-16 18:31:25.736 38 INFO rally.api [-] Starting verification (UUID=248a7088-8b59-4555-a08d-d94b545fd0a7) for deployment 'opnfv-rally' (UUID=549c6e22-2fbd-468b-a1f5-8435b12055b1) by verifier 'opnfv-tempest' (UUID=b9f9b845-3a84-4a60-a17d-091e1a278dd0). 2021-08-16 18:31:26.356 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2021-08-16 18:31:26.356 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-b9f9b845-3a84-4a60-a17d-091e1a278dd0/for-deployment-549c6e22-2fbd-468b-a1f5-8435b12055b1/tempest.log' to option 'log_file'. 2021-08-16 18:31:26.357 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-b9f9b845-3a84-4a60-a17d-091e1a278dd0/for-deployment-549c6e22-2fbd-468b-a1f5-8435b12055b1/tempest.log 2021-08-16 18:31:26.357 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2021-08-16 18:31:26.357 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-b9f9b845-3a84-4a60-a17d-091e1a278dd0/for-deployment-549c6e22-2fbd-468b-a1f5-8435b12055b1/lock_files' to option 'lock_path'. 2021-08-16 18:31:26.358 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-b9f9b845-3a84-4a60-a17d-091e1a278dd0/for-deployment-549c6e22-2fbd-468b-a1f5-8435b12055b1/lock_files 2021-08-16 18:31:26.358 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' from 'scenario' section is not configured. 2021-08-16 18:31:26.358 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-b9f9b845-3a84-4a60-a17d-091e1a278dd0/for-deployment-549c6e22-2fbd-468b-a1f5-8435b12055b1' to option 'img_dir'. 2021-08-16 18:31:26.359 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is configured. img_dir = /root/.rally/verification/verifier-b9f9b845-3a84-4a60-a17d-091e1a278dd0/for-deployment-549c6e22-2fbd-468b-a1f5-8435b12055b1 2021-08-16 18:31:26.359 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_file' is already configured in Tempest config file. img_file = /home/opnfv/functest/images/cirros-0.5.1-x86_64-disk.img 2021-08-16 18:31:26.359 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = 2b9def30-524d-4c42-8443-94cb02e81a9e 2021-08-16 18:31:26.360 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = 224143a1-f6ff-43e3-b1ba-b4065d945f9e 2021-08-16 18:31:26.360 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = d728c9b2-00b3-4c18-986b-7f6030e6e04f 2021-08-16 18:31:26.361 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = e2ed6d30-5acb-4099-87a3-5a9e42418732 2021-08-16 18:31:26.532 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2021-08-16 18:31:26.533 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = tempest_horizon-net_a730c878-77bb-4fb6-bc13-b51c97408144 2021-08-16 18:31:26.534 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2021-08-16 18:31:26.648 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2021-08-16 18:31:26.688 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] The following flavor discovered: 'rally_verify_78606147_WRzvMm0D'. Using flavor 'rally_verify_78606147_WRzvMm0D' (ID = 5b0b0ff4-ec79-423a-8b2b-d8defd475aac) for the tests. 2021-08-16 18:31:26.689 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '5b0b0ff4-ec79-423a-8b2b-d8defd475aac' to option 'instance_type'. 2021-08-16 18:31:26.689 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = 5b0b0ff4-ec79-423a-8b2b-d8defd475aac 2021-08-16 18:31:26.691 38 INFO rally.task.context [-] Verification b9f9b845-3a84-4a60-a17d-091e1a278dd0 | Context tempest@default setup() finished in 0.78 sec 2021-08-16 18:31:26.692 38 INFO rally.task.context [-] Verification b9f9b845-3a84-4a60-a17d-091e1a278dd0 | Context testr@default setup() finished in 0.41 msec 2021-08-16 18:31:26.692 38 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --load-list /tmp/d6a45630-21fa-4a32-8978-00ba1d6176e5'. 2021-08-16 18:31:31.471 38 INFO opnfv-tempest [-] {0} tempest.scenario.test_dashboard_basic_ops.TestDashboardBasicOps.test_basic_scenario ... success [1.734s] 2021-08-16 18:31:32.451 38 INFO rally.task.context [-] Verification b9f9b845-3a84-4a60-a17d-091e1a278dd0 | Context testr@default cleanup() started 2021-08-16 18:31:32.452 38 INFO rally.task.context [-] Verification b9f9b845-3a84-4a60-a17d-091e1a278dd0 | Context testr@default cleanup() finished in 0.76 msec 2021-08-16 18:31:32.452 38 INFO rally.task.context [-] Verification b9f9b845-3a84-4a60-a17d-091e1a278dd0 | Context tempest@default cleanup() started 2021-08-16 18:31:32.652 38 INFO rally.task.context [-] Verification b9f9b845-3a84-4a60-a17d-091e1a278dd0 | Context tempest@default cleanup() finished in 0.20 sec 2021-08-16 18:31:32.662 38 INFO rally.api [-] Verification (UUID=248a7088-8b59-4555-a08d-d94b545fd0a7) has been successfully finished for deployment 'opnfv-rally' (UUID=549c6e22-2fbd-468b-a1f5-8435b12055b1)! 2021-08-16 18:31:34.484 45 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-08-16 18:31:34.484 45 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-08-16 18:31:34.485 45 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-08-16 18:31:35.996 47 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-08-16 18:31:35.996 47 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-08-16 18:31:35.996 47 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-08-16 18:31:38.498 47 INFO rally.api [-] Building 'html' report for the following verification(s): '248a7088-8b59-4555-a08d-d94b545fd0a7' 2021-08-16 18:31:38.529 47 INFO rally.api [-] The report has been successfully built. 2021-08-16 18:31:40.193 49 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-08-16 18:31:40.194 49 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-08-16 18:31:40.194 49 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-08-16 18:31:42.789 49 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): '248a7088-8b59-4555-a08d-d94b545fd0a7' 2021-08-16 18:31:42.791 49 INFO rally.api [-] The report has been successfully built.