2020-06-17 10:50:00.435 7 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-17 10:50:00.435 7 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-17 10:50:00.436 7 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-17 10:50:02.971 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-06-17 10:50:02.971 7 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-06-17 10:50:02.971 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-06-17 10:50:02.971 7 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-06-17 10:50:02.971 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-06-17 10:50:02.971 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2020-06-17 10:50:02.971 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-06-17 10:50:02.971 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-06-17 10:50:02.971 7 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-06-17 10:50:02.971 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-06-17 10:50:02.971 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2020-06-17 10:50:02.971 7 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2020-06-17 10:50:02.971 7 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2020-06-17 10:50:02.971 7 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2020-06-17 10:50:02.971 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2020-06-17 10:50:02.971 7 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2020-06-17 10:50:02.971 7 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2020-06-17 10:50:02.971 7 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2020-06-17 10:50:02.971 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-06-17 10:50:02.971 7 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-06-17 10:50:02.971 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2020-06-17 10:50:02.971 7 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-06-17 10:50:02.971 7 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2020-06-17 10:50:02.971 7 ERROR rally.cli.cliutils 2020-06-17 10:50:04.681 9 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-17 10:50:04.682 9 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-17 10:50:04.682 9 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-17 10:50:09.204 11 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-17 10:50:09.204 11 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-17 10:50:09.205 11 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-17 10:50:13.919 14 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-17 10:50:13.920 14 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-17 10:50:13.920 14 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-17 10:50:15.393 17 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-17 10:50:15.393 17 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-17 10:50:15.393 17 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-17 10:50:17.873 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-06-17 10:50:17.873 17 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-06-17 10:50:17.873 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-06-17 10:50:17.873 17 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-06-17 10:50:17.873 17 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2020-06-17 10:50:17.873 17 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-06-17 10:50:17.873 17 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-06-17 10:50:17.873 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2020-06-17 10:50:17.873 17 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2020-06-17 10:50:17.873 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2020-06-17 10:50:17.873 17 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2020-06-17 10:50:17.873 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2020-06-17 10:50:17.873 17 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2020-06-17 10:50:17.873 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2020-06-17 10:50:17.873 17 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2020-06-17 10:50:17.873 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-06-17 10:50:17.873 17 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-06-17 10:50:17.873 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2020-06-17 10:50:17.873 17 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2020-06-17 10:50:17.873 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2020-06-17 10:50:17.873 17 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-06-17 10:50:17.873 17 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2020-06-17 10:50:17.873 17 ERROR rally.cli.cliutils 2020-06-17 10:50:19.640 19 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-17 10:50:19.640 19 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-17 10:50:19.640 19 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-17 10:50:22.149 19 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2020-06-17 10:50:22.219 19 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-e3648e9a-8e11-4f0f-b6de-f69cd99d8992/repo. 2020-06-17 10:50:22.515 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-e3648e9a-8e11-4f0f-b6de-f69cd99d8992/repo'... done. ' 2020-06-17 10:50:22.530 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'heads/master ' 2020-06-17 10:50:22.552 19 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2020-06-17 10:50:22.644 19 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2020-06-17 10:50:23.385 19 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=e3648e9a-8e11-4f0f-b6de-f69cd99d8992) has been successfully created! 2020-06-17 10:50:25.216 26 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-17 10:50:25.216 26 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-17 10:50:25.216 26 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-17 10:50:30.026 29 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-17 10:50:30.026 29 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-17 10:50:30.026 29 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-17 10:50:32.493 29 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=e3648e9a-8e11-4f0f-b6de-f69cd99d8992) for deployment 'opnfv-rally' (UUID=45602196-7bec-4581-83e9-869d9d52a202). 2020-06-17 10:50:33.054 29 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=e3648e9a-8e11-4f0f-b6de-f69cd99d8992) has been successfully configured for deployment 'opnfv-rally' (UUID=45602196-7bec-4581-83e9-869d9d52a202)! 2020-06-17 10:50:42.482 34 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-17 10:50:42.483 34 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-17 10:50:42.483 34 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-17 10:50:44.966 34 INFO rally.api [-] Starting verification (UUID=34fa9d34-9dc7-4704-be26-bf531bfa6f64) for deployment 'opnfv-rally' (UUID=45602196-7bec-4581-83e9-869d9d52a202) by verifier 'opnfv-tempest' (UUID=e3648e9a-8e11-4f0f-b6de-f69cd99d8992). 2020-06-17 10:50:45.672 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2020-06-17 10:50:45.673 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-e3648e9a-8e11-4f0f-b6de-f69cd99d8992/for-deployment-45602196-7bec-4581-83e9-869d9d52a202/tempest.log' to option 'log_file'. 2020-06-17 10:50:45.673 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-e3648e9a-8e11-4f0f-b6de-f69cd99d8992/for-deployment-45602196-7bec-4581-83e9-869d9d52a202/tempest.log 2020-06-17 10:50:45.674 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2020-06-17 10:50:45.674 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-e3648e9a-8e11-4f0f-b6de-f69cd99d8992/for-deployment-45602196-7bec-4581-83e9-869d9d52a202/lock_files' to option 'lock_path'. 2020-06-17 10:50:45.674 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-e3648e9a-8e11-4f0f-b6de-f69cd99d8992/for-deployment-45602196-7bec-4581-83e9-869d9d52a202/lock_files 2020-06-17 10:50:45.675 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is already configured in Tempest config file. img_dir = /home/opnfv/functest/images 2020-06-17 10:50:45.675 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-06-17 10:50:45.675 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = f366b864-c9ad-406b-b947-02a3ef635f7a 2020-06-17 10:50:45.676 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = 8b9dc833-bdbd-47b2-a115-43301e960c22 2020-06-17 10:50:45.676 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = abf12436-82ad-49e9-91f1-d2b3ec4e3df4 2020-06-17 10:50:45.677 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = 4aaf9f48-519c-4508-b491-146f651fe93c 2020-06-17 10:50:45.898 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2020-06-17 10:50:45.899 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = tempest_scenario-net_f082e86f-2453-43b8-b94f-6b9b923021f3 2020-06-17 10:50:45.900 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2020-06-17 10:50:45.997 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2020-06-17 10:50:46.077 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] There is no flavor with the mentioned properties. 2020-06-17 10:50:46.078 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Creating flavor 'rally_verify_34fa9d34_6giwKUqJ' with the following properties: RAM = 64MB, VCPUs = 1, disk = 5GB. 2020-06-17 10:50:46.159 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_34fa9d34_6giwKUqJ' (ID = c3346452-5ef7-448d-a48c-9b45e482fba7) has been successfully created! 2020-06-17 10:50:46.160 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value 'c3346452-5ef7-448d-a48c-9b45e482fba7' to option 'instance_type'. 2020-06-17 10:50:46.160 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = c3346452-5ef7-448d-a48c-9b45e482fba7 2020-06-17 10:50:46.162 34 INFO rally.task.context [-] Verification e3648e9a-8e11-4f0f-b6de-f69cd99d8992 | Context tempest@default setup() finished in 0.95 sec 2020-06-17 10:50:46.163 34 INFO rally.task.context [-] Verification e3648e9a-8e11-4f0f-b6de-f69cd99d8992 | Context testr@default setup() finished in 0.37 msec 2020-06-17 10:50:46.163 34 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --serial --load-list /tmp/45011312-9bd7-45b8-9896-09edccdc5585'. 2020-06-17 10:51:54.795 34 INFO opnfv-tempest [-] {0} tempest.scenario.test_minimum_basic.TestMinimumBasicScenario.test_minimum_basic_scenario ... success [56.962s] 2020-06-17 10:52:54.150 34 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_hotplug_nic ... success [52.174s] 2020-06-17 10:54:11.255 34 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_network_basic_ops ... success [77.080s] 2020-06-17 10:54:15.087 34 INFO opnfv-tempest [-] {0} tempest.scenario.test_object_storage_basic_ops.TestObjectStorageBasicOps.test_swift_basic_ops ... success [0.406s] 2020-06-17 10:55:41.750 34 INFO opnfv-tempest [-] {0} tempest.scenario.test_security_groups_basic_ops.TestSecurityGroupsBasicOps.test_cross_tenant_traffic ... success [83.039s] 2020-06-17 10:56:38.738 34 INFO opnfv-tempest [-] {0} tempest.scenario.test_security_groups_basic_ops.TestSecurityGroupsBasicOps.test_in_tenant_traffic ... success [56.974s] 2020-06-17 10:57:15.598 34 INFO opnfv-tempest [-] {0} tempest.scenario.test_server_basic_ops.TestServerBasicOps.test_server_basic_ops ... success [28.251s] 2020-06-17 10:58:05.909 34 INFO opnfv-tempest [-] {0} tempest.scenario.test_server_multinode.TestServerMultinode.test_schedule_to_all_nodes ... success [28.560s] 2020-06-17 10:58:34.001 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-06-17 10:59:24.589 34 INFO opnfv-tempest [-] {0} tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_image_defined_boot_from_volume ... success [50.569s] 2020-06-17 10:59:39.601 34 INFO rally.task.context [-] Verification e3648e9a-8e11-4f0f-b6de-f69cd99d8992 | Context testr@default cleanup() started 2020-06-17 10:59:39.601 34 INFO rally.task.context [-] Verification e3648e9a-8e11-4f0f-b6de-f69cd99d8992 | Context testr@default cleanup() finished in 0.71 msec 2020-06-17 10:59:39.602 34 INFO rally.task.context [-] Verification e3648e9a-8e11-4f0f-b6de-f69cd99d8992 | Context tempest@default cleanup() started 2020-06-17 10:59:39.770 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Deleting flavor 'rally_verify_34fa9d34_6giwKUqJ'. 2020-06-17 10:59:39.916 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_34fa9d34_6giwKUqJ' has been deleted. 2020-06-17 10:59:39.916 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Removing value 'c3346452-5ef7-448d-a48c-9b45e482fba7' of option 'instance_type' from Tempest config file. 2020-06-17 10:59:39.916 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Value 'c3346452-5ef7-448d-a48c-9b45e482fba7' has been removed. 2020-06-17 10:59:39.920 34 INFO rally.task.context [-] Verification e3648e9a-8e11-4f0f-b6de-f69cd99d8992 | Context tempest@default cleanup() finished in 0.32 sec 2020-06-17 10:59:39.946 34 INFO rally.api [-] Verification (UUID=34fa9d34-9dc7-4704-be26-bf531bfa6f64) has been successfully finished for deployment 'opnfv-rally' (UUID=45602196-7bec-4581-83e9-869d9d52a202)! 2020-06-17 10:59:42.285 150 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-17 10:59:42.286 150 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-17 10:59:42.286 150 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-17 10:59:43.937 152 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-17 10:59:43.937 152 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-17 10:59:43.937 152 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-17 10:59:46.998 152 INFO rally.api [-] Building 'html' report for the following verification(s): '34fa9d34-9dc7-4704-be26-bf531bfa6f64' 2020-06-17 10:59:47.033 152 INFO rally.api [-] The report has been successfully built. 2020-06-17 10:59:48.795 154 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-17 10:59:48.796 154 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-17 10:59:48.796 154 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-17 10:59:51.348 154 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): '34fa9d34-9dc7-4704-be26-bf531bfa6f64' 2020-06-17 10:59:51.350 154 INFO rally.api [-] The report has been successfully built.