2020-12-09 11:54:49.845 7 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-09 11:54:49.845 7 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-09 11:54:49.845 7 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-09 11:54:52.100 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-12-09 11:54:52.100 7 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-12-09 11:54:52.100 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-12-09 11:54:52.100 7 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-12-09 11:54:52.100 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-12-09 11:54:52.100 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2020-12-09 11:54:52.100 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-12-09 11:54:52.100 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-12-09 11:54:52.100 7 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-12-09 11:54:52.100 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-12-09 11:54:52.100 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2020-12-09 11:54:52.100 7 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2020-12-09 11:54:52.100 7 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2020-12-09 11:54:52.100 7 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2020-12-09 11:54:52.100 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2020-12-09 11:54:52.100 7 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2020-12-09 11:54:52.100 7 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2020-12-09 11:54:52.100 7 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2020-12-09 11:54:52.100 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-12-09 11:54:52.100 7 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-12-09 11:54:52.100 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2020-12-09 11:54:52.100 7 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-12-09 11:54:52.100 7 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2020-12-09 11:54:52.100 7 ERROR rally.cli.cliutils 2020-12-09 11:54:53.695 9 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-09 11:54:53.696 9 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-09 11:54:53.696 9 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-09 11:54:57.855 11 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-09 11:54:57.855 11 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-09 11:54:57.855 11 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-09 11:55:02.354 14 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-09 11:55:02.355 14 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-09 11:55:02.355 14 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-09 11:55:03.844 17 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-09 11:55:03.844 17 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-09 11:55:03.844 17 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-09 11:55:06.043 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-12-09 11:55:06.043 17 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-12-09 11:55:06.043 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-12-09 11:55:06.043 17 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-12-09 11:55:06.043 17 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2020-12-09 11:55:06.043 17 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-12-09 11:55:06.043 17 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-12-09 11:55:06.043 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2020-12-09 11:55:06.043 17 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2020-12-09 11:55:06.043 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2020-12-09 11:55:06.043 17 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2020-12-09 11:55:06.043 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2020-12-09 11:55:06.043 17 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2020-12-09 11:55:06.043 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2020-12-09 11:55:06.043 17 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2020-12-09 11:55:06.043 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-12-09 11:55:06.043 17 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-12-09 11:55:06.043 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2020-12-09 11:55:06.043 17 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2020-12-09 11:55:06.043 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2020-12-09 11:55:06.043 17 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-12-09 11:55:06.043 17 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2020-12-09 11:55:06.043 17 ERROR rally.cli.cliutils 2020-12-09 11:55:07.584 19 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-09 11:55:07.585 19 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-09 11:55:07.585 19 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-09 11:55:09.602 19 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2020-12-09 11:55:09.663 19 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-31e1d7dc-549f-401d-afcd-8a01ffc473e2/repo. 2020-12-09 11:55:09.922 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-31e1d7dc-549f-401d-afcd-8a01ffc473e2/repo'... done. Note: switching to '2270e0af6e343c2b409baa24be092bcc0f31c091'. 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-12-09 11:55:09.931 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'tags/24.0.0-1-g2270e0af6 ' 2020-12-09 11:55:09.940 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: '2270e0af6e343c2b409baa24be092bcc0f31c091 ' 2020-12-09 11:55:09.967 19 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2020-12-09 11:55:10.031 19 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2020-12-09 11:55:10.761 19 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=31e1d7dc-549f-401d-afcd-8a01ffc473e2) has been successfully created! 2020-12-09 11:55:12.473 27 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-09 11:55:12.473 27 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-09 11:55:12.473 27 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-09 11:55:16.960 30 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-09 11:55:16.960 30 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-09 11:55:16.961 30 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-09 11:55:19.244 30 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=31e1d7dc-549f-401d-afcd-8a01ffc473e2) for deployment 'opnfv-rally' (UUID=8d6aa9de-f68e-40e3-81e7-c3a710c5a7b8). 2020-12-09 11:55:19.704 30 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=31e1d7dc-549f-401d-afcd-8a01ffc473e2) has been successfully configured for deployment 'opnfv-rally' (UUID=8d6aa9de-f68e-40e3-81e7-c3a710c5a7b8)! 2020-12-09 11:55:28.750 35 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-09 11:55:28.751 35 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-09 11:55:28.751 35 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-09 11:55:30.977 35 INFO rally.api [-] Starting verification (UUID=1f8f4cfe-9dcb-4d92-bdec-4990b38f2d18) for deployment 'opnfv-rally' (UUID=8d6aa9de-f68e-40e3-81e7-c3a710c5a7b8) by verifier 'opnfv-tempest' (UUID=31e1d7dc-549f-401d-afcd-8a01ffc473e2). 2020-12-09 11:55:31.797 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2020-12-09 11:55:31.797 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-31e1d7dc-549f-401d-afcd-8a01ffc473e2/for-deployment-8d6aa9de-f68e-40e3-81e7-c3a710c5a7b8/tempest.log' to option 'log_file'. 2020-12-09 11:55:31.798 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-31e1d7dc-549f-401d-afcd-8a01ffc473e2/for-deployment-8d6aa9de-f68e-40e3-81e7-c3a710c5a7b8/tempest.log 2020-12-09 11:55:31.798 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2020-12-09 11:55:31.798 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-31e1d7dc-549f-401d-afcd-8a01ffc473e2/for-deployment-8d6aa9de-f68e-40e3-81e7-c3a710c5a7b8/lock_files' to option 'lock_path'. 2020-12-09 11:55:31.798 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-31e1d7dc-549f-401d-afcd-8a01ffc473e2/for-deployment-8d6aa9de-f68e-40e3-81e7-c3a710c5a7b8/lock_files 2020-12-09 11:55:31.799 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is already configured in Tempest config file. img_dir = /home/opnfv/functest/images 2020-12-09 11:55:31.799 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-12-09 11:55:31.799 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = b2800878-fe10-476d-9617-0be05b2c5334 2020-12-09 11:55:31.799 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = 65584ff1-a846-4e77-be68-d5a013000f07 2020-12-09 11:55:31.800 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = afdf5f7f-68be-47ef-be0e-a5e2fafcca2b 2020-12-09 11:55:31.800 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = 53eb7fa3-8574-42ed-8441-32524e29a2e6 2020-12-09 11:55:32.151 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2020-12-09 11:55:32.152 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = tempest_scenario-net_24985630-6749-4517-a9b2-70cbfe87f304 2020-12-09 11:55:32.152 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2020-12-09 11:55:32.251 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2020-12-09 11:55:32.288 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] The following flavor discovered: 'rally_verify_bf9070c5_yIhiceep'. Using flavor 'rally_verify_bf9070c5_yIhiceep' (ID = 8b5f97f7-98d4-4092-a1dc-e71fb02c0f2e) for the tests. 2020-12-09 11:55:32.288 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '8b5f97f7-98d4-4092-a1dc-e71fb02c0f2e' to option 'instance_type'. 2020-12-09 11:55:32.288 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = 8b5f97f7-98d4-4092-a1dc-e71fb02c0f2e 2020-12-09 11:55:32.289 35 INFO rally.task.context [-] Verification 31e1d7dc-549f-401d-afcd-8a01ffc473e2 | Context tempest@default setup() finished in 1.09 sec 2020-12-09 11:55:32.289 35 INFO rally.task.context [-] Verification 31e1d7dc-549f-401d-afcd-8a01ffc473e2 | Context testr@default setup() finished in 0.27 msec 2020-12-09 11:55:32.290 35 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --serial --load-list /tmp/d07019a7-ce9f-4800-90f0-467abe6c8978'. 2020-12-09 11:56:42.648 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_minimum_basic.TestMinimumBasicScenario.test_minimum_basic_scenario ... success [57.842s] 2020-12-09 11:57:48.096 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_hotplug_nic ... success [56.795s] 2020-12-09 11:58:54.936 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_network_basic_ops ... success [66.817s] 2020-12-09 11:58:58.461 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_object_storage_basic_ops.TestObjectStorageBasicOps.test_swift_basic_ops ... success [0.239s] 2020-12-09 12:00:24.996 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_security_groups_basic_ops.TestSecurityGroupsBasicOps.test_cross_tenant_traffic ... success [83.474s] 2020-12-09 12:01:23.970 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_security_groups_basic_ops.TestSecurityGroupsBasicOps.test_in_tenant_traffic ... success [58.958s] 2020-12-09 12:02:03.385 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_server_basic_ops.TestServerBasicOps.test_server_basic_ops ... success [29.594s] 2020-12-09 12:02:55.824 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_server_multinode.TestServerMultinode.test_schedule_to_all_nodes ... success [32.079s] 2020-12-09 12:03:23.523 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-12-09 12:04:04.133 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_image_defined_boot_from_volume ... success [40.600s] 2020-12-09 12:04:18.808 35 INFO rally.task.context [-] Verification 31e1d7dc-549f-401d-afcd-8a01ffc473e2 | Context testr@default cleanup() started 2020-12-09 12:04:18.809 35 INFO rally.task.context [-] Verification 31e1d7dc-549f-401d-afcd-8a01ffc473e2 | Context testr@default cleanup() finished in 0.86 msec 2020-12-09 12:04:18.810 35 INFO rally.task.context [-] Verification 31e1d7dc-549f-401d-afcd-8a01ffc473e2 | Context tempest@default cleanup() started 2020-12-09 12:04:18.981 35 INFO rally.task.context [-] Verification 31e1d7dc-549f-401d-afcd-8a01ffc473e2 | Context tempest@default cleanup() finished in 0.17 sec 2020-12-09 12:04:19.009 35 INFO rally.api [-] Verification (UUID=1f8f4cfe-9dcb-4d92-bdec-4990b38f2d18) has been successfully finished for deployment 'opnfv-rally' (UUID=8d6aa9de-f68e-40e3-81e7-c3a710c5a7b8)! 2020-12-09 12:04:20.989 151 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-09 12:04:20.990 151 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-09 12:04:20.990 151 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-09 12:04:22.589 153 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-09 12:04:22.590 153 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-09 12:04:22.590 153 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-09 12:04:24.933 153 INFO rally.api [-] Building 'html' report for the following verification(s): '1f8f4cfe-9dcb-4d92-bdec-4990b38f2d18' 2020-12-09 12:04:24.956 153 INFO rally.api [-] The report has been successfully built. 2020-12-09 12:04:26.796 155 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-09 12:04:26.796 155 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-09 12:04:26.796 155 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-09 12:04:29.021 155 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): '1f8f4cfe-9dcb-4d92-bdec-4990b38f2d18' 2020-12-09 12:04:29.023 155 INFO rally.api [-] The report has been successfully built.