2020-05-03 13:00:11.321 7 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-05-03 13:00:11.321 7 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-05-03 13:00:11.322 7 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-05-03 13:00:13.515 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-03 13:00:13.515 7 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-05-03 13:00:13.515 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-05-03 13:00:13.515 7 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-05-03 13:00:13.515 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-05-03 13:00:13.515 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2020-05-03 13:00:13.515 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-05-03 13:00:13.515 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-05-03 13:00:13.515 7 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-05-03 13:00:13.515 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-05-03 13:00:13.515 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2020-05-03 13:00:13.515 7 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2020-05-03 13:00:13.515 7 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2020-05-03 13:00:13.515 7 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2020-05-03 13:00:13.515 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2020-05-03 13:00:13.515 7 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2020-05-03 13:00:13.515 7 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2020-05-03 13:00:13.515 7 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2020-05-03 13:00:13.515 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-05-03 13:00:13.515 7 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-05-03 13:00:13.515 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2020-05-03 13:00:13.515 7 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-05-03 13:00:13.515 7 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2020-05-03 13:00:13.515 7 ERROR rally.cli.cliutils 2020-05-03 13:00:15.275 9 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-05-03 13:00:15.275 9 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-05-03 13:00:15.276 9 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-05-03 13:00:19.752 11 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-05-03 13:00:19.753 11 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-05-03 13:00:19.753 11 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-05-03 13:00:24.623 14 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-05-03 13:00:24.624 14 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-05-03 13:00:24.624 14 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-05-03 13:00:26.204 17 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-05-03 13:00:26.205 17 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-05-03 13:00:26.205 17 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-05-03 13:00:28.375 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-03 13:00:28.375 17 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-05-03 13:00:28.375 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-05-03 13:00:28.375 17 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-05-03 13:00:28.375 17 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2020-05-03 13:00:28.375 17 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-05-03 13:00:28.375 17 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-05-03 13:00:28.375 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2020-05-03 13:00:28.375 17 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2020-05-03 13:00:28.375 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2020-05-03 13:00:28.375 17 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2020-05-03 13:00:28.375 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2020-05-03 13:00:28.375 17 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2020-05-03 13:00:28.375 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2020-05-03 13:00:28.375 17 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2020-05-03 13:00:28.375 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-05-03 13:00:28.375 17 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-05-03 13:00:28.375 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2020-05-03 13:00:28.375 17 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2020-05-03 13:00:28.375 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2020-05-03 13:00:28.375 17 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-05-03 13:00:28.375 17 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2020-05-03 13:00:28.375 17 ERROR rally.cli.cliutils 2020-05-03 13:00:30.246 19 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-05-03 13:00:30.247 19 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-05-03 13:00:30.247 19 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-05-03 13:00:32.557 19 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2020-05-03 13:00:32.624 19 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-44bc63b3-abb2-4885-94e0-93df2166bedd/repo. 2020-05-03 13:00:32.903 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-44bc63b3-abb2-4885-94e0-93df2166bedd/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-03 13:00:32.913 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'tags/24.0.0 ' 2020-05-03 13:00:32.954 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'c73e6b11dcc1fcd878ff62e353441a5c8c794c83 ' 2020-05-03 13:00:32.987 19 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2020-05-03 13:00:33.043 19 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2020-05-03 13:00:33.858 19 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=44bc63b3-abb2-4885-94e0-93df2166bedd) has been successfully created! 2020-05-03 13:00:35.751 27 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-05-03 13:00:35.752 27 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-05-03 13:00:35.752 27 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-05-03 13:00:40.596 30 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-05-03 13:00:40.597 30 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-05-03 13:00:40.597 30 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-05-03 13:00:43.040 30 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=44bc63b3-abb2-4885-94e0-93df2166bedd) for deployment 'opnfv-rally' (UUID=5a1e2b04-b170-4cda-abb3-13ef396c3084). 2020-05-03 13:00:43.471 30 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=44bc63b3-abb2-4885-94e0-93df2166bedd) has been successfully configured for deployment 'opnfv-rally' (UUID=5a1e2b04-b170-4cda-abb3-13ef396c3084)! 2020-05-03 13:00:54.224 35 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-05-03 13:00:54.224 35 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-05-03 13:00:54.224 35 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-05-03 13:00:56.840 35 INFO rally.api [-] Starting verification (UUID=6b5e6d7b-1eb3-4670-9615-45178c7fa1a9) for deployment 'opnfv-rally' (UUID=5a1e2b04-b170-4cda-abb3-13ef396c3084) by verifier 'opnfv-tempest' (UUID=44bc63b3-abb2-4885-94e0-93df2166bedd). 2020-05-03 13:00:57.628 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Creating role 'heat_stack_owner'. 2020-05-03 13:00:57.729 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2020-05-03 13:00:57.729 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-44bc63b3-abb2-4885-94e0-93df2166bedd/for-deployment-5a1e2b04-b170-4cda-abb3-13ef396c3084/tempest.log' to option 'log_file'. 2020-05-03 13:00:57.729 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-44bc63b3-abb2-4885-94e0-93df2166bedd/for-deployment-5a1e2b04-b170-4cda-abb3-13ef396c3084/tempest.log 2020-05-03 13:00:57.730 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2020-05-03 13:00:57.730 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-44bc63b3-abb2-4885-94e0-93df2166bedd/for-deployment-5a1e2b04-b170-4cda-abb3-13ef396c3084/lock_files' to option 'lock_path'. 2020-05-03 13:00:57.730 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-44bc63b3-abb2-4885-94e0-93df2166bedd/for-deployment-5a1e2b04-b170-4cda-abb3-13ef396c3084/lock_files 2020-05-03 13:00:57.731 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-03 13:00:57.731 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-03 13:00:57.731 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = 16be138c-f9bf-49bf-a44f-56ea756c609e 2020-05-03 13:00:57.732 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = c530b570-05c7-47b5-999d-db3f54c8fc82 2020-05-03 13:00:57.732 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = 4a8975f3-4a13-43ba-9f11-3ca1dcfb7357 2020-05-03 13:00:57.733 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = a94ed728-a7e8-47f6-b33b-a72ac30f6e68 2020-05-03 13:00:58.379 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2020-05-03 13:00:58.379 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = tempest_scenario-net_3afe5c8a-9e1a-4e19-9e24-9ed9634c89d3 2020-05-03 13:00:58.380 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2020-05-03 13:00:58.485 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2020-05-03 13:00:58.522 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] There is no flavor with the mentioned properties. 2020-05-03 13:00:58.523 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Creating flavor 'rally_verify_6b5e6d7b_shjJgzyP' with the following properties: RAM = 64MB, VCPUs = 1, disk = 5GB. 2020-05-03 13:00:58.567 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_6b5e6d7b_shjJgzyP' (ID = 722bb567-b94a-4a2b-b7f6-d977bc0bcf51) has been successfully created! 2020-05-03 13:00:58.568 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '722bb567-b94a-4a2b-b7f6-d977bc0bcf51' to option 'instance_type'. 2020-05-03 13:00:58.568 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = 722bb567-b94a-4a2b-b7f6-d977bc0bcf51 2020-05-03 13:00:58.570 35 INFO rally.task.context [-] Verification 44bc63b3-abb2-4885-94e0-93df2166bedd | Context tempest@default setup() finished in 1.49 sec 2020-05-03 13:00:58.570 35 INFO rally.task.context [-] Verification 44bc63b3-abb2-4885-94e0-93df2166bedd | Context testr@default setup() finished in 0.36 msec 2020-05-03 13:00:58.571 35 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --serial --load-list /tmp/50b08cfe-3680-41f4-9613-5868460833c8'. 2020-05-03 13:01:58.737 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_minimum_basic.TestMinimumBasicScenario.test_minimum_basic_scenario ... success [48.752s] 2020-05-03 13:02:55.526 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_hotplug_nic ... success [48.034s] 2020-05-03 13:04:06.686 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_network_basic_ops ... success [71.134s] 2020-05-03 13:04:09.871 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_object_storage_basic_ops.TestObjectStorageBasicOps.test_swift_basic_ops ... success [0.285s] 2020-05-03 13:05:32.174 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_security_groups_basic_ops.TestSecurityGroupsBasicOps.test_cross_tenant_traffic ... success [79.063s] 2020-05-03 13:06:26.773 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_security_groups_basic_ops.TestSecurityGroupsBasicOps.test_in_tenant_traffic ... success [54.583s] 2020-05-03 13:07:02.112 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_server_basic_ops.TestServerBasicOps.test_server_basic_ops ... success [27.395s] 2020-05-03 13:07:50.205 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_server_multinode.TestServerMultinode.test_schedule_to_all_nodes ... success [28.641s] 2020-05-03 13:08:18.946 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-03 13:08:54.793 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_image_defined_boot_from_volume ... success [35.830s] 2020-05-03 13:09:07.473 35 INFO rally.task.context [-] Verification 44bc63b3-abb2-4885-94e0-93df2166bedd | Context testr@default cleanup() started 2020-05-03 13:09:07.480 35 INFO rally.task.context [-] Verification 44bc63b3-abb2-4885-94e0-93df2166bedd | Context testr@default cleanup() finished in 7.71 msec 2020-05-03 13:09:07.481 35 INFO rally.task.context [-] Verification 44bc63b3-abb2-4885-94e0-93df2166bedd | Context tempest@default cleanup() started 2020-05-03 13:09:07.664 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Deleting role 'heat_stack_owner'. 2020-05-03 13:09:07.747 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Role 'heat_stack_owner' has been deleted. 2020-05-03 13:09:07.779 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Deleting flavor 'rally_verify_6b5e6d7b_shjJgzyP'. 2020-05-03 13:09:07.979 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_6b5e6d7b_shjJgzyP' has been deleted. 2020-05-03 13:09:07.980 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Removing value '722bb567-b94a-4a2b-b7f6-d977bc0bcf51' of option 'instance_type' from Tempest config file. 2020-05-03 13:09:07.980 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Value '722bb567-b94a-4a2b-b7f6-d977bc0bcf51' has been removed. 2020-05-03 13:09:07.984 35 INFO rally.task.context [-] Verification 44bc63b3-abb2-4885-94e0-93df2166bedd | Context tempest@default cleanup() finished in 0.50 sec 2020-05-03 13:09:08.023 35 INFO rally.api [-] Verification (UUID=6b5e6d7b-1eb3-4670-9615-45178c7fa1a9) has been successfully finished for deployment 'opnfv-rally' (UUID=5a1e2b04-b170-4cda-abb3-13ef396c3084)! 2020-05-03 13:09:10.086 151 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-05-03 13:09:10.087 151 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-05-03 13:09:10.087 151 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-05-03 13:09:11.729 153 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-05-03 13:09:11.730 153 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-05-03 13:09:11.730 153 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-05-03 13:09:14.070 153 INFO rally.api [-] Building 'html' report for the following verification(s): '6b5e6d7b-1eb3-4670-9615-45178c7fa1a9' 2020-05-03 13:09:14.099 153 INFO rally.api [-] The report has been successfully built. 2020-05-03 13:09:15.803 155 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-05-03 13:09:15.803 155 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-05-03 13:09:15.803 155 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-05-03 13:09:18.031 155 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): '6b5e6d7b-1eb3-4670-9615-45178c7fa1a9' 2020-05-03 13:09:18.033 155 INFO rally.api [-] The report has been successfully built.