2020-11-06 17:18:23.445 7 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-11-06 17:18:23.446 7 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-11-06 17:18:23.446 7 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-11-06 17:18:26.335 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-11-06 17:18:26.335 7 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-11-06 17:18:26.335 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 669, in run 2020-11-06 17:18:26.335 7 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-11-06 17:18:26.335 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-11-06 17:18:26.335 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2020-11-06 17:18:26.335 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-11-06 17:18:26.335 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-11-06 17:18:26.335 7 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-11-06 17:18:26.335 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-11-06 17:18:26.335 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2020-11-06 17:18:26.335 7 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2020-11-06 17:18:26.335 7 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2020-11-06 17:18:26.335 7 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2020-11-06 17:18:26.335 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2020-11-06 17:18:26.335 7 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2020-11-06 17:18:26.335 7 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2020-11-06 17:18:26.335 7 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2020-11-06 17:18:26.335 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-11-06 17:18:26.335 7 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-11-06 17:18:26.335 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2020-11-06 17:18:26.335 7 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-11-06 17:18:26.335 7 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2020-11-06 17:18:26.335 7 ERROR rally.cli.cliutils 2020-11-06 17:18:28.168 9 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-11-06 17:18:28.169 9 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-11-06 17:18:28.169 9 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-11-06 17:18:32.981 11 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-11-06 17:18:32.981 11 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-11-06 17:18:32.982 11 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-11-06 17:18:38.404 14 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-11-06 17:18:38.404 14 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-11-06 17:18:38.405 14 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-11-06 17:18:40.080 17 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-11-06 17:18:40.080 17 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-11-06 17:18:40.081 17 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-11-06 17:18:42.681 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-11-06 17:18:42.681 17 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-11-06 17:18:42.681 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 669, in run 2020-11-06 17:18:42.681 17 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-11-06 17:18:42.681 17 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2020-11-06 17:18:42.681 17 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-11-06 17:18:42.681 17 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-11-06 17:18:42.681 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2020-11-06 17:18:42.681 17 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2020-11-06 17:18:42.681 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2020-11-06 17:18:42.681 17 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2020-11-06 17:18:42.681 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2020-11-06 17:18:42.681 17 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2020-11-06 17:18:42.681 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2020-11-06 17:18:42.681 17 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2020-11-06 17:18:42.681 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-11-06 17:18:42.681 17 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-11-06 17:18:42.681 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2020-11-06 17:18:42.681 17 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2020-11-06 17:18:42.681 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2020-11-06 17:18:42.681 17 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-11-06 17:18:42.681 17 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2020-11-06 17:18:42.681 17 ERROR rally.cli.cliutils 2020-11-06 17:18:44.549 19 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-11-06 17:18:44.549 19 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-11-06 17:18:44.549 19 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-11-06 17:18:47.088 19 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2020-11-06 17:18:47.159 19 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-c818fbf8-4b65-4d7a-b86a-e1336b6ed797/repo. 2020-11-06 17:18:47.426 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-c818fbf8-4b65-4d7a-b86a-e1336b6ed797/repo'... done. ' 2020-11-06 17:18:47.442 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'heads/master ' 2020-11-06 17:18:47.463 19 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2020-11-06 17:18:47.527 19 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2020-11-06 17:18:48.328 19 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=c818fbf8-4b65-4d7a-b86a-e1336b6ed797) has been successfully created! 2020-11-06 17:18:50.178 26 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-11-06 17:18:50.178 26 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-11-06 17:18:50.178 26 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-11-06 17:18:55.577 29 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-11-06 17:18:55.577 29 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-11-06 17:18:55.577 29 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-11-06 17:18:58.201 29 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=c818fbf8-4b65-4d7a-b86a-e1336b6ed797) for deployment 'opnfv-rally' (UUID=ef2bd2bb-d744-46c6-8d0a-bbf3d1a16ab1). 2020-11-06 17:18:58.723 29 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=c818fbf8-4b65-4d7a-b86a-e1336b6ed797) has been successfully configured for deployment 'opnfv-rally' (UUID=ef2bd2bb-d744-46c6-8d0a-bbf3d1a16ab1)! 2020-11-06 17:19:08.663 34 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-11-06 17:19:08.664 34 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-11-06 17:19:08.664 34 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-11-06 17:19:11.117 34 INFO rally.api [-] Starting verification (UUID=a1b92f9c-fa8e-4526-b47d-98b231795200) for deployment 'opnfv-rally' (UUID=ef2bd2bb-d744-46c6-8d0a-bbf3d1a16ab1) by verifier 'opnfv-tempest' (UUID=c818fbf8-4b65-4d7a-b86a-e1336b6ed797). 2020-11-06 17:19:11.900 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2020-11-06 17:19:11.900 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-c818fbf8-4b65-4d7a-b86a-e1336b6ed797/for-deployment-ef2bd2bb-d744-46c6-8d0a-bbf3d1a16ab1/tempest.log' to option 'log_file'. 2020-11-06 17:19:11.901 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-c818fbf8-4b65-4d7a-b86a-e1336b6ed797/for-deployment-ef2bd2bb-d744-46c6-8d0a-bbf3d1a16ab1/tempest.log 2020-11-06 17:19:11.901 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2020-11-06 17:19:11.901 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-c818fbf8-4b65-4d7a-b86a-e1336b6ed797/for-deployment-ef2bd2bb-d744-46c6-8d0a-bbf3d1a16ab1/lock_files' to option 'lock_path'. 2020-11-06 17:19:11.902 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-c818fbf8-4b65-4d7a-b86a-e1336b6ed797/for-deployment-ef2bd2bb-d744-46c6-8d0a-bbf3d1a16ab1/lock_files 2020-11-06 17:19:11.902 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is already configured in Tempest config file. img_dir = /home/opnfv/functest/images 2020-11-06 17:19:11.902 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-11-06 17:19:11.903 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = 202c4256-d74d-4cf9-9b41-464337c7cd46 2020-11-06 17:19:11.903 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = 6064370f-d748-4d92-8f2a-f0c864b46c15 2020-11-06 17:19:11.904 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = 22dd9888-025a-4311-847d-12fa3cdaf80e 2020-11-06 17:19:11.904 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = 4a59e9b1-70e3-40c2-b4e0-82ca7cc7844e 2020-11-06 17:19:12.271 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2020-11-06 17:19:12.272 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = tempest_scenario-net_07745c59-9fc5-498a-bdea-b953e968a569 2020-11-06 17:19:12.273 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2020-11-06 17:19:12.364 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2020-11-06 17:19:12.401 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] The following flavor discovered: 'rally_verify_537a4cb4_0WuHSevA'. Using flavor 'rally_verify_537a4cb4_0WuHSevA' (ID = ea6df816-58dd-4594-a37f-8a3153937659) for the tests. 2020-11-06 17:19:12.401 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value 'ea6df816-58dd-4594-a37f-8a3153937659' to option 'instance_type'. 2020-11-06 17:19:12.401 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = ea6df816-58dd-4594-a37f-8a3153937659 2020-11-06 17:19:12.402 34 INFO rally.task.context [-] Verification c818fbf8-4b65-4d7a-b86a-e1336b6ed797 | Context tempest@default setup() finished in 1.09 sec 2020-11-06 17:19:12.403 34 INFO rally.task.context [-] Verification c818fbf8-4b65-4d7a-b86a-e1336b6ed797 | Context testr@default setup() finished in 0.23 msec 2020-11-06 17:19:12.403 34 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --serial --load-list /tmp/b0428ef6-7edc-424e-a6e4-bba86063cd67'. 2020-11-06 17:20:16.341 34 INFO opnfv-tempest [-] {0} tempest.scenario.test_minimum_basic.TestMinimumBasicScenario.test_minimum_basic_scenario ... success [52.221s] 2020-11-06 17:21:22.010 34 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_hotplug_nic ... success [55.987s] 2020-11-06 17:22:38.430 34 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_network_basic_ops ... success [76.397s] 2020-11-06 17:22:41.550 34 INFO opnfv-tempest [-] {0} tempest.scenario.test_object_storage_basic_ops.TestObjectStorageBasicOps.test_swift_basic_ops ... success [0.300s] 2020-11-06 17:24:09.644 34 INFO opnfv-tempest [-] {0} tempest.scenario.test_security_groups_basic_ops.TestSecurityGroupsBasicOps.test_cross_tenant_traffic ... success [84.795s] 2020-11-06 17:25:13.128 34 INFO opnfv-tempest [-] {0} tempest.scenario.test_security_groups_basic_ops.TestSecurityGroupsBasicOps.test_in_tenant_traffic ... success [63.468s] 2020-11-06 17:25:55.868 34 INFO opnfv-tempest [-] {0} tempest.scenario.test_server_basic_ops.TestServerBasicOps.test_server_basic_ops ... success [30.382s] 2020-11-06 17:26:43.499 34 INFO opnfv-tempest [-] {0} tempest.scenario.test_server_multinode.TestServerMultinode.test_schedule_to_all_nodes ... success [27.244s] 2020-11-06 17:27:10.099 34 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-11-06 17:27:47.740 34 INFO opnfv-tempest [-] {0} tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_image_defined_boot_from_volume ... success [37.624s] 2020-11-06 17:28:01.108 34 INFO rally.task.context [-] Verification c818fbf8-4b65-4d7a-b86a-e1336b6ed797 | Context testr@default cleanup() started 2020-11-06 17:28:01.108 34 INFO rally.task.context [-] Verification c818fbf8-4b65-4d7a-b86a-e1336b6ed797 | Context testr@default cleanup() finished in 0.68 msec 2020-11-06 17:28:01.109 34 INFO rally.task.context [-] Verification c818fbf8-4b65-4d7a-b86a-e1336b6ed797 | Context tempest@default cleanup() started 2020-11-06 17:28:01.275 34 INFO rally.task.context [-] Verification c818fbf8-4b65-4d7a-b86a-e1336b6ed797 | Context tempest@default cleanup() finished in 0.17 sec 2020-11-06 17:28:01.295 34 INFO rally.api [-] Verification (UUID=a1b92f9c-fa8e-4526-b47d-98b231795200) has been successfully finished for deployment 'opnfv-rally' (UUID=ef2bd2bb-d744-46c6-8d0a-bbf3d1a16ab1)! 2020-11-06 17:28:03.195 150 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-11-06 17:28:03.196 150 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-11-06 17:28:03.196 150 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-11-06 17:28:04.880 152 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-11-06 17:28:04.881 152 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-11-06 17:28:04.881 152 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-11-06 17:28:07.505 152 INFO rally.api [-] Building 'html' report for the following verification(s): 'a1b92f9c-fa8e-4526-b47d-98b231795200' 2020-11-06 17:28:07.525 152 INFO rally.api [-] The report has been successfully built. 2020-11-06 17:28:09.444 154 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-11-06 17:28:09.445 154 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-11-06 17:28:09.445 154 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-11-06 17:28:12.069 154 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): 'a1b92f9c-fa8e-4526-b47d-98b231795200' 2020-11-06 17:28:12.071 154 INFO rally.api [-] The report has been successfully built.