2020-05-14 21:50:10.876 7 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-05-14 21:50:10.877 7 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-05-14 21:50:10.877 7 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-05-14 21:50:13.325 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 21:50:13.325 7 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-05-14 21:50:13.325 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-05-14 21:50:13.325 7 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-05-14 21:50:13.325 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-05-14 21:50:13.325 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2020-05-14 21:50:13.325 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-05-14 21:50:13.325 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-05-14 21:50:13.325 7 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-05-14 21:50:13.325 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-05-14 21:50:13.325 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2020-05-14 21:50:13.325 7 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2020-05-14 21:50:13.325 7 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2020-05-14 21:50:13.325 7 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2020-05-14 21:50:13.325 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2020-05-14 21:50:13.325 7 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2020-05-14 21:50:13.325 7 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2020-05-14 21:50:13.325 7 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2020-05-14 21:50:13.325 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-05-14 21:50:13.325 7 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-05-14 21:50:13.325 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2020-05-14 21:50:13.325 7 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-05-14 21:50:13.325 7 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2020-05-14 21:50:13.325 7 ERROR rally.cli.cliutils 2020-05-14 21:50:15.024 9 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-05-14 21:50:15.024 9 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-05-14 21:50:15.024 9 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-05-14 21:50:19.292 11 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-05-14 21:50:19.292 11 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-05-14 21:50:19.292 11 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-05-14 21:50:24.009 14 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-05-14 21:50:24.009 14 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-05-14 21:50:24.010 14 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-05-14 21:50:25.726 17 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-05-14 21:50:25.726 17 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-05-14 21:50:25.727 17 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-05-14 21:50:28.031 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 21:50:28.031 17 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-05-14 21:50:28.031 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-05-14 21:50:28.031 17 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-05-14 21:50:28.031 17 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2020-05-14 21:50:28.031 17 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-05-14 21:50:28.031 17 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-05-14 21:50:28.031 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2020-05-14 21:50:28.031 17 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2020-05-14 21:50:28.031 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2020-05-14 21:50:28.031 17 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2020-05-14 21:50:28.031 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2020-05-14 21:50:28.031 17 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2020-05-14 21:50:28.031 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2020-05-14 21:50:28.031 17 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2020-05-14 21:50:28.031 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-05-14 21:50:28.031 17 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-05-14 21:50:28.031 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2020-05-14 21:50:28.031 17 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2020-05-14 21:50:28.031 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2020-05-14 21:50:28.031 17 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-05-14 21:50:28.031 17 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2020-05-14 21:50:28.031 17 ERROR rally.cli.cliutils 2020-05-14 21:50:29.843 19 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-05-14 21:50:29.843 19 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-05-14 21:50:29.844 19 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-05-14 21:50:32.102 19 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2020-05-14 21:50:32.171 19 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-b9df4682-c03b-4e1d-a8ff-697365b9af22/repo. 2020-05-14 21:50:32.373 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-b9df4682-c03b-4e1d-a8ff-697365b9af22/repo'... done. Note: switching to 'c73e6b11dcc1fcd878ff62e353441a5c8c794c83'. 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-05-14 21:50:32.384 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'tags/24.0.0 ' 2020-05-14 21:50:32.392 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'c73e6b11dcc1fcd878ff62e353441a5c8c794c83 ' 2020-05-14 21:50:32.413 19 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2020-05-14 21:50:32.477 19 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2020-05-14 21:50:33.212 19 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=b9df4682-c03b-4e1d-a8ff-697365b9af22) has been successfully created! 2020-05-14 21:50:34.888 27 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-05-14 21:50:34.889 27 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-05-14 21:50:34.889 27 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-05-14 21:50:39.428 30 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-05-14 21:50:39.429 30 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-05-14 21:50:39.429 30 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-05-14 21:50:41.768 30 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=b9df4682-c03b-4e1d-a8ff-697365b9af22) for deployment 'opnfv-rally' (UUID=c7ebad04-7a78-4a27-acdf-d38e799b824b). 2020-05-14 21:50:48.465 30 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=b9df4682-c03b-4e1d-a8ff-697365b9af22) has been successfully configured for deployment 'opnfv-rally' (UUID=c7ebad04-7a78-4a27-acdf-d38e799b824b)! 2020-05-14 21:50:58.122 35 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-05-14 21:50:58.122 35 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-05-14 21:50:58.122 35 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-05-14 21:51:00.409 35 INFO rally.api [-] Starting verification (UUID=d979a404-39a4-4d11-b8f1-a2ad1a95d430) for deployment 'opnfv-rally' (UUID=c7ebad04-7a78-4a27-acdf-d38e799b824b) by verifier 'opnfv-tempest' (UUID=b9df4682-c03b-4e1d-a8ff-697365b9af22). 2020-05-14 21:51:01.105 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2020-05-14 21:51:01.106 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-b9df4682-c03b-4e1d-a8ff-697365b9af22/for-deployment-c7ebad04-7a78-4a27-acdf-d38e799b824b/tempest.log' to option 'log_file'. 2020-05-14 21:51:01.106 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-b9df4682-c03b-4e1d-a8ff-697365b9af22/for-deployment-c7ebad04-7a78-4a27-acdf-d38e799b824b/tempest.log 2020-05-14 21:51:01.107 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2020-05-14 21:51:01.107 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-b9df4682-c03b-4e1d-a8ff-697365b9af22/for-deployment-c7ebad04-7a78-4a27-acdf-d38e799b824b/lock_files' to option 'lock_path'. 2020-05-14 21:51:01.107 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-b9df4682-c03b-4e1d-a8ff-697365b9af22/for-deployment-c7ebad04-7a78-4a27-acdf-d38e799b824b/lock_files 2020-05-14 21:51:01.108 35 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 21:51:01.108 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-05-14 21:51:01.108 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = f3e9c3c3-224b-4302-9fae-d0519ab851ad 2020-05-14 21:51:01.109 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = 99cb1c6c-422a-4094-9f96-531050af8d65 2020-05-14 21:51:01.109 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = b1128f94-c15a-4eb0-b20a-efe89797ab75 2020-05-14 21:51:01.110 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = d7fc891f-61a9-4a17-8300-448d26659b00 2020-05-14 21:51:04.388 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2020-05-14 21:51:04.389 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = tempest_scenario-net_2b2322c0-7e97-47fa-b3d9-31f029fdede4 2020-05-14 21:51:04.389 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2020-05-14 21:51:04.502 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2020-05-14 21:51:04.596 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] The following flavor discovered: 'rally_verify_80fd3df3_wiynCI1O'. Using flavor 'rally_verify_80fd3df3_wiynCI1O' (ID = a7e8a1c1-d90a-4df0-ab5c-5240f8e1e1df) for the tests. 2020-05-14 21:51:04.596 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value 'a7e8a1c1-d90a-4df0-ab5c-5240f8e1e1df' to option 'instance_type'. 2020-05-14 21:51:04.597 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = a7e8a1c1-d90a-4df0-ab5c-5240f8e1e1df 2020-05-14 21:51:04.598 35 INFO rally.task.context [-] Verification b9df4682-c03b-4e1d-a8ff-697365b9af22 | Context tempest@default setup() finished in 4.00 sec 2020-05-14 21:51:04.600 35 INFO rally.task.context [-] Verification b9df4682-c03b-4e1d-a8ff-697365b9af22 | Context testr@default setup() finished in 0.73 msec 2020-05-14 21:51:04.600 35 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --serial --load-list /tmp/48710309-3a09-4c72-9658-d0021d04f0da'. 2020-05-14 21:52:23.765 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_minimum_basic.TestMinimumBasicScenario.test_minimum_basic_scenario ... success [54.610s] 2020-05-14 21:55:32.042 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_hotplug_nic ... success [159.066s] 2020-05-14 21:59:05.471 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_network_basic_ops ... success [213.402s] 2020-05-14 21:59:20.776 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_object_storage_basic_ops.TestObjectStorageBasicOps.test_swift_basic_ops ... success [0.255s] 2020-05-14 22:03:43.521 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_security_groups_basic_ops.TestSecurityGroupsBasicOps.test_cross_tenant_traffic ... success [247.319s] 2020-05-14 22:06:16.120 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_security_groups_basic_ops.TestSecurityGroupsBasicOps.test_in_tenant_traffic ... success [152.578s] 2020-05-14 22:07:34.528 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_server_basic_ops.TestServerBasicOps.test_server_basic_ops ... success [39.647s] 2020-05-14 22:09:23.915 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_server_multinode.TestServerMultinode.test_schedule_to_all_nodes ... success [53.614s] 2020-05-14 22:10:57.674 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_boot_server_from_encrypted_volume_luks ... skip [0.000s]: b'Encrypted volume attach is not supported' 2020-05-14 22:11:48.979 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_image_defined_boot_from_volume ... success [51.289s] 2020-05-14 22:12:47.072 35 INFO rally.task.context [-] Verification b9df4682-c03b-4e1d-a8ff-697365b9af22 | Context testr@default cleanup() started 2020-05-14 22:12:47.073 35 INFO rally.task.context [-] Verification b9df4682-c03b-4e1d-a8ff-697365b9af22 | Context testr@default cleanup() finished in 1.03 msec 2020-05-14 22:12:47.073 35 INFO rally.task.context [-] Verification b9df4682-c03b-4e1d-a8ff-697365b9af22 | Context tempest@default cleanup() started 2020-05-14 22:12:47.254 35 INFO rally.task.context [-] Verification b9df4682-c03b-4e1d-a8ff-697365b9af22 | Context tempest@default cleanup() finished in 0.18 sec 2020-05-14 22:12:47.334 35 INFO rally.api [-] Verification (UUID=d979a404-39a4-4d11-b8f1-a2ad1a95d430) has been successfully finished for deployment 'opnfv-rally' (UUID=c7ebad04-7a78-4a27-acdf-d38e799b824b)! 2020-05-14 22:12:50.071 151 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-05-14 22:12:50.071 151 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-05-14 22:12:50.071 151 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-05-14 22:12:51.955 153 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-05-14 22:12:51.956 153 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-05-14 22:12:51.956 153 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-05-14 22:12:55.305 153 INFO rally.api [-] Building 'html' report for the following verification(s): 'd979a404-39a4-4d11-b8f1-a2ad1a95d430' 2020-05-14 22:12:55.340 153 INFO rally.api [-] The report has been successfully built. 2020-05-14 22:12:57.153 155 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-05-14 22:12:57.154 155 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-05-14 22:12:57.154 155 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-05-14 22:12:59.242 155 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): 'd979a404-39a4-4d11-b8f1-a2ad1a95d430' 2020-05-14 22:12:59.244 155 INFO rally.api [-] The report has been successfully built.