2020-08-10 15:23:32.591 10 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-08-10 15:23:32.596 10 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-08-10 15:23:32.598 10 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-08-10 15:23:54.189 10 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-08-10 15:23:54.189 10 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-08-10 15:23:54.189 10 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-08-10 15:23:54.189 10 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-08-10 15:23:54.189 10 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-08-10 15:23:54.189 10 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2020-08-10 15:23:54.189 10 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-08-10 15:23:54.189 10 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-08-10 15:23:54.189 10 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-08-10 15:23:54.189 10 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-08-10 15:23:54.189 10 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2020-08-10 15:23:54.189 10 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2020-08-10 15:23:54.189 10 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2020-08-10 15:23:54.189 10 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2020-08-10 15:23:54.189 10 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2020-08-10 15:23:54.189 10 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2020-08-10 15:23:54.189 10 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2020-08-10 15:23:54.189 10 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2020-08-10 15:23:54.189 10 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-08-10 15:23:54.189 10 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-08-10 15:23:54.189 10 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2020-08-10 15:23:54.189 10 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-08-10 15:23:54.189 10 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2020-08-10 15:23:54.189 10 ERROR rally.cli.cliutils 2020-08-10 15:24:07.751 16 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-08-10 15:24:07.757 16 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-08-10 15:24:07.759 16 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-08-10 15:24:45.718 22 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-08-10 15:24:45.725 22 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-08-10 15:24:45.726 22 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-08-10 15:25:26.613 31 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-08-10 15:25:26.619 31 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-08-10 15:25:26.621 31 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-08-10 15:25:40.894 40 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-08-10 15:25:40.901 40 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-08-10 15:25:40.902 40 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-08-10 15:26:03.064 40 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-08-10 15:26:03.064 40 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-08-10 15:26:03.064 40 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-08-10 15:26:03.064 40 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-08-10 15:26:03.064 40 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2020-08-10 15:26:03.064 40 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-08-10 15:26:03.064 40 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-08-10 15:26:03.064 40 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2020-08-10 15:26:03.064 40 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2020-08-10 15:26:03.064 40 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2020-08-10 15:26:03.064 40 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2020-08-10 15:26:03.064 40 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2020-08-10 15:26:03.064 40 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2020-08-10 15:26:03.064 40 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2020-08-10 15:26:03.064 40 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2020-08-10 15:26:03.064 40 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-08-10 15:26:03.064 40 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-08-10 15:26:03.064 40 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2020-08-10 15:26:03.064 40 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2020-08-10 15:26:03.064 40 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2020-08-10 15:26:03.064 40 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-08-10 15:26:03.064 40 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2020-08-10 15:26:03.064 40 ERROR rally.cli.cliutils 2020-08-10 15:26:17.723 46 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-08-10 15:26:17.730 46 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-08-10 15:26:17.731 46 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-08-10 15:26:40.948 46 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2020-08-10 15:26:41.415 46 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-017b4efd-691c-48b9-b164-b9822424e095/repo. 2020-08-10 15:26:42.102 46 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-017b4efd-691c-48b9-b164-b9822424e095/repo'... done. Note: switching to '7cf317646c216b70fd060027d67c7aedf746bf6d'. 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-08-10 15:26:42.209 46 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'tags/24.0.0-1-g7cf317646 ' 2020-08-10 15:26:42.274 46 RALLYDEBUG rally.verification.utils [-] Subprocess output: '7cf317646c216b70fd060027d67c7aedf746bf6d ' 2020-08-10 15:26:42.338 46 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2020-08-10 15:26:42.953 46 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2020-08-10 15:26:50.168 46 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=017b4efd-691c-48b9-b164-b9822424e095) has been successfully created! 2020-08-10 15:27:05.238 71 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-08-10 15:27:05.245 71 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-08-10 15:27:05.246 71 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-08-10 15:27:44.853 80 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-08-10 15:27:44.859 80 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-08-10 15:27:44.861 80 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-08-10 15:28:08.588 80 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=017b4efd-691c-48b9-b164-b9822424e095) for deployment 'opnfv-rally' (UUID=dacb9288-a501-491b-a768-29997a81963f). 2020-08-10 15:28:10.274 80 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=017b4efd-691c-48b9-b164-b9822424e095) has been successfully configured for deployment 'opnfv-rally' (UUID=dacb9288-a501-491b-a768-29997a81963f)! 2020-08-10 15:29:40.716 97 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-08-10 15:29:40.723 97 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-08-10 15:29:40.724 97 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-08-10 15:30:04.191 97 INFO rally.api [-] Starting verification (UUID=e44e026f-ea05-4dd5-99b7-9b2a8f7cf90e) for deployment 'opnfv-rally' (UUID=dacb9288-a501-491b-a768-29997a81963f) by verifier 'opnfv-tempest' (UUID=017b4efd-691c-48b9-b164-b9822424e095). 2020-08-10 15:30:08.769 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2020-08-10 15:30:08.773 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-017b4efd-691c-48b9-b164-b9822424e095/for-deployment-dacb9288-a501-491b-a768-29997a81963f/tempest.log' to option 'log_file'. 2020-08-10 15:30:08.776 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-017b4efd-691c-48b9-b164-b9822424e095/for-deployment-dacb9288-a501-491b-a768-29997a81963f/tempest.log 2020-08-10 15:30:08.779 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2020-08-10 15:30:08.782 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-017b4efd-691c-48b9-b164-b9822424e095/for-deployment-dacb9288-a501-491b-a768-29997a81963f/lock_files' to option 'lock_path'. 2020-08-10 15:30:08.784 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-017b4efd-691c-48b9-b164-b9822424e095/for-deployment-dacb9288-a501-491b-a768-29997a81963f/lock_files 2020-08-10 15:30:08.786 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is already configured in Tempest config file. img_dir = /home/opnfv/functest/images 2020-08-10 15:30:08.788 97 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-08-10 15:30:08.790 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = 566730a0-c30e-4261-b402-65b2be77eec5 2020-08-10 15:30:08.792 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = 1188eedb-47d9-4b0c-a676-77fef0d7ae61 2020-08-10 15:30:08.795 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = 5da1f328-6cc7-4686-a5b7-2fb599c48d34 2020-08-10 15:30:08.799 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = bdf3f7a1-0fc3-4b15-9eaa-0f1d6646bffe 2020-08-10 15:30:09.194 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2020-08-10 15:30:09.197 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = tempest_scenario-net_0dbe0f09-7efc-415d-aec7-2a972534b6dd 2020-08-10 15:30:09.201 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2020-08-10 15:30:09.908 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2020-08-10 15:30:10.001 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] The following flavor discovered: 'rally_verify_73ffa5e0_JXHL9XFz'. Using flavor 'rally_verify_73ffa5e0_JXHL9XFz' (ID = 42bfa3fa-c331-4bf1-bc53-5676ee14669c) for the tests. 2020-08-10 15:30:10.003 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '42bfa3fa-c331-4bf1-bc53-5676ee14669c' to option 'instance_type'. 2020-08-10 15:30:10.004 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = 42bfa3fa-c331-4bf1-bc53-5676ee14669c 2020-08-10 15:30:10.011 97 INFO rally.task.context [-] Verification 017b4efd-691c-48b9-b164-b9822424e095 | Context tempest@default setup() finished in 4.68 sec 2020-08-10 15:30:10.014 97 INFO rally.task.context [-] Verification 017b4efd-691c-48b9-b164-b9822424e095 | Context testr@default setup() finished in 0.95 msec 2020-08-10 15:30:10.015 97 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --serial --load-list /tmp/99f06131-f01c-48de-b684-d9482e48ab0a'. 2020-08-10 15:32:05.021 97 INFO opnfv-tempest [-] {0} tempest.scenario.test_minimum_basic.TestMinimumBasicScenario.test_minimum_basic_scenario ... success [63.732s] 2020-08-10 15:33:12.865 97 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_hotplug_nic ... success [54.693s] 2020-08-10 15:34:45.777 97 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_network_basic_ops ... success [92.710s] 2020-08-10 15:34:49.885 97 INFO opnfv-tempest [-] {0} tempest.scenario.test_object_storage_basic_ops.TestObjectStorageBasicOps.test_swift_basic_ops ... success [0.585s] 2020-08-10 15:36:42.001 97 INFO opnfv-tempest [-] {0} tempest.scenario.test_security_groups_basic_ops.TestSecurityGroupsBasicOps.test_cross_tenant_traffic ... success [107.698s] 2020-08-10 15:37:46.799 97 INFO opnfv-tempest [-] {0} tempest.scenario.test_security_groups_basic_ops.TestSecurityGroupsBasicOps.test_in_tenant_traffic ... success [64.670s] 2020-08-10 15:38:31.363 97 INFO opnfv-tempest [-] {0} tempest.scenario.test_server_basic_ops.TestServerBasicOps.test_server_basic_ops ... success [35.087s] 2020-08-10 15:39:32.035 97 INFO opnfv-tempest [-] {0} tempest.scenario.test_server_multinode.TestServerMultinode.test_schedule_to_all_nodes ... success [41.722s] 2020-08-10 15:39:58.632 97 INFO opnfv-tempest [-] {0} tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_boot_server_from_encrypted_volume_luks ... skip [0.002s]: b'Encrypted volume attach is not supported' 2020-08-10 15:40:39.111 97 INFO opnfv-tempest [-] {0} tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_image_defined_boot_from_volume ... success [40.379s] 2020-08-10 15:41:01.513 97 INFO rally.task.context [-] Verification 017b4efd-691c-48b9-b164-b9822424e095 | Context testr@default cleanup() started 2020-08-10 15:41:01.517 97 INFO rally.task.context [-] Verification 017b4efd-691c-48b9-b164-b9822424e095 | Context testr@default cleanup() finished in 3.83 msec 2020-08-10 15:41:01.519 97 INFO rally.task.context [-] Verification 017b4efd-691c-48b9-b164-b9822424e095 | Context tempest@default cleanup() started 2020-08-10 15:41:02.077 97 INFO rally.task.context [-] Verification 017b4efd-691c-48b9-b164-b9822424e095 | Context tempest@default cleanup() finished in 0.56 sec 2020-08-10 15:41:02.142 97 INFO rally.api [-] Verification (UUID=e44e026f-ea05-4dd5-99b7-9b2a8f7cf90e) has been successfully finished for deployment 'opnfv-rally' (UUID=dacb9288-a501-491b-a768-29997a81963f)! 2020-08-10 15:41:17.756 232 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-08-10 15:41:17.762 232 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-08-10 15:41:17.764 232 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-08-10 15:41:33.567 238 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-08-10 15:41:33.573 238 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-08-10 15:41:33.575 238 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-08-10 15:41:56.519 238 INFO rally.api [-] Building 'html' report for the following verification(s): 'e44e026f-ea05-4dd5-99b7-9b2a8f7cf90e' 2020-08-10 15:41:56.771 238 INFO rally.api [-] The report has been successfully built. 2020-08-10 15:42:11.936 244 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-08-10 15:42:11.942 244 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-08-10 15:42:11.944 244 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-08-10 15:42:35.058 244 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): 'e44e026f-ea05-4dd5-99b7-9b2a8f7cf90e' 2020-08-10 15:42:35.088 244 INFO rally.api [-] The report has been successfully built.