2021-06-01 18:40:33.429 8 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-01 18:40:33.429 8 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-01 18:40:33.429 8 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-01 18:40:36.161 8 ERROR rally.cli.cliutils [-] Unexpected exception in CLI: rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2021-06-01 18:40:36.161 8 ERROR rally.cli.cliutils Traceback (most recent call last): 2021-06-01 18:40:36.161 8 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2021-06-01 18:40:36.161 8 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2021-06-01 18:40:36.161 8 ERROR rally.cli.cliutils File "", line 2, in destroy 2021-06-01 18:40:36.161 8 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2021-06-01 18:40:36.161 8 ERROR rally.cli.cliutils return f(*args, **kwargs) 2021-06-01 18:40:36.161 8 ERROR rally.cli.cliutils File "", line 2, in destroy 2021-06-01 18:40:36.161 8 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2021-06-01 18:40:36.161 8 ERROR rally.cli.cliutils return f(*args, **kwargs) 2021-06-01 18:40:36.161 8 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2021-06-01 18:40:36.161 8 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2021-06-01 18:40:36.161 8 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2021-06-01 18:40:36.161 8 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2021-06-01 18:40:36.161 8 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2021-06-01 18:40:36.161 8 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2021-06-01 18:40:36.161 8 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2021-06-01 18:40:36.161 8 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2021-06-01 18:40:36.161 8 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2021-06-01 18:40:36.161 8 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2021-06-01 18:40:36.161 8 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2021-06-01 18:40:36.161 8 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2021-06-01 18:40:36.161 8 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2021-06-01 18:40:36.161 8 ERROR rally.cli.cliutils 2021-06-01 18:40:38.000 10 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-01 18:40:38.001 10 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-01 18:40:38.001 10 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-01 18:40:42.759 12 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-01 18:40:42.759 12 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-01 18:40:42.759 12 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-01 18:40:48.335 15 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-01 18:40:48.336 15 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-01 18:40:48.336 15 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-01 18:40:49.968 18 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-01 18:40:49.969 18 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-01 18:40:49.969 18 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-01 18:40:52.625 18 ERROR rally.cli.cliutils [-] Unexpected exception in CLI: rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2021-06-01 18:40:52.625 18 ERROR rally.cli.cliutils Traceback (most recent call last): 2021-06-01 18:40:52.625 18 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2021-06-01 18:40:52.625 18 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2021-06-01 18:40:52.625 18 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2021-06-01 18:40:52.625 18 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2021-06-01 18:40:52.625 18 ERROR rally.cli.cliutils return f(*args, **kwargs) 2021-06-01 18:40:52.625 18 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2021-06-01 18:40:52.625 18 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2021-06-01 18:40:52.625 18 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2021-06-01 18:40:52.625 18 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2021-06-01 18:40:52.625 18 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2021-06-01 18:40:52.625 18 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2021-06-01 18:40:52.625 18 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2021-06-01 18:40:52.625 18 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2021-06-01 18:40:52.625 18 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2021-06-01 18:40:52.625 18 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2021-06-01 18:40:52.625 18 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2021-06-01 18:40:52.625 18 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2021-06-01 18:40:52.625 18 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2021-06-01 18:40:52.625 18 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2021-06-01 18:40:52.625 18 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2021-06-01 18:40:52.625 18 ERROR rally.cli.cliutils 2021-06-01 18:40:54.276 20 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-01 18:40:54.276 20 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-01 18:40:54.276 20 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-01 18:40:56.767 20 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2021-06-01 18:40:56.842 20 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-ac998837-3db9-4c31-ab3e-938c6ea751f5/repo. 2021-06-01 18:40:57.125 20 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-ac998837-3db9-4c31-ab3e-938c6ea751f5/repo'... done. Note: switching to '0a7e86b34458a2285985c21c8e7985621a36eae9'. 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 ' 2021-06-01 18:40:57.141 20 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'tags/24.0.0-1-g0a7e86b34 ' 2021-06-01 18:40:57.150 20 RALLYDEBUG rally.verification.utils [-] Subprocess output: '0a7e86b34458a2285985c21c8e7985621a36eae9 ' 2021-06-01 18:40:57.179 20 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2021-06-01 18:40:57.254 20 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2021-06-01 18:40:58.172 20 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=ac998837-3db9-4c31-ab3e-938c6ea751f5) has been successfully created! 2021-06-01 18:41:00.175 28 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-01 18:41:00.176 28 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-01 18:41:00.176 28 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-01 18:41:05.173 31 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-01 18:41:05.173 31 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-01 18:41:05.173 31 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-01 18:41:07.658 31 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=ac998837-3db9-4c31-ab3e-938c6ea751f5) for deployment 'opnfv-rally' (UUID=497b4ff5-15cb-4806-8898-20e0907a0e9b). 2021-06-01 18:41:08.818 31 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=ac998837-3db9-4c31-ab3e-938c6ea751f5) has been successfully configured for deployment 'opnfv-rally' (UUID=497b4ff5-15cb-4806-8898-20e0907a0e9b)! 2021-06-01 18:41:18.516 36 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-01 18:41:18.517 36 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-01 18:41:18.517 36 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-01 18:41:21.186 36 INFO rally.api [-] Starting verification (UUID=7c0903dc-c936-462b-b680-2b50ef0c2739) for deployment 'opnfv-rally' (UUID=497b4ff5-15cb-4806-8898-20e0907a0e9b) by verifier 'opnfv-tempest' (UUID=ac998837-3db9-4c31-ab3e-938c6ea751f5). 2021-06-01 18:41:21.944 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2021-06-01 18:41:21.944 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-ac998837-3db9-4c31-ab3e-938c6ea751f5/for-deployment-497b4ff5-15cb-4806-8898-20e0907a0e9b/tempest.log' to option 'log_file'. 2021-06-01 18:41:21.945 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-ac998837-3db9-4c31-ab3e-938c6ea751f5/for-deployment-497b4ff5-15cb-4806-8898-20e0907a0e9b/tempest.log 2021-06-01 18:41:21.945 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2021-06-01 18:41:21.945 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-ac998837-3db9-4c31-ab3e-938c6ea751f5/for-deployment-497b4ff5-15cb-4806-8898-20e0907a0e9b/lock_files' to option 'lock_path'. 2021-06-01 18:41:21.946 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-ac998837-3db9-4c31-ab3e-938c6ea751f5/for-deployment-497b4ff5-15cb-4806-8898-20e0907a0e9b/lock_files 2021-06-01 18:41:21.946 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is already configured in Tempest config file. img_dir = /home/opnfv/functest/images 2021-06-01 18:41:21.947 36 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 2021-06-01 18:41:21.947 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = 3cefb7dc-28ce-4b78-ad25-63af9e7218a2 2021-06-01 18:41:21.947 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = 7366e457-5b37-432d-8481-b3544b8edfdc 2021-06-01 18:41:21.948 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = e83d29f2-c928-4267-9d6d-9f6482055789 2021-06-01 18:41:21.949 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = 56f4341c-82d0-4a9f-b44d-46545f537031 2021-06-01 18:41:22.196 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2021-06-01 18:41:22.197 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = tempest_scenario-net_cb48e209-2c16-4adb-b975-e9ef894db8d9 2021-06-01 18:41:22.197 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2021-06-01 18:41:22.297 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2021-06-01 18:41:22.339 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] The following flavor discovered: 'rally_verify_aebaf200_c33hyZqP'. Using flavor 'rally_verify_aebaf200_c33hyZqP' (ID = 57a47822-4901-4e6f-aac1-7b405d8db05e) for the tests. 2021-06-01 18:41:22.339 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '57a47822-4901-4e6f-aac1-7b405d8db05e' to option 'instance_type'. 2021-06-01 18:41:22.340 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = 57a47822-4901-4e6f-aac1-7b405d8db05e 2021-06-01 18:41:22.341 36 INFO rally.task.context [-] Verification ac998837-3db9-4c31-ab3e-938c6ea751f5 | Context tempest@default setup() finished in 0.92 sec 2021-06-01 18:41:22.342 36 INFO rally.task.context [-] Verification ac998837-3db9-4c31-ab3e-938c6ea751f5 | Context testr@default setup() finished in 0.27 msec 2021-06-01 18:41:22.342 36 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --serial --load-list /tmp/48d2404e-68c5-49fe-8464-7d0499489380'. 2021-06-01 18:42:21.706 36 INFO opnfv-tempest [-] {0} tempest.scenario.test_minimum_basic.TestMinimumBasicScenario.test_minimum_basic_scenario ... success [48.746s] 2021-06-01 18:43:19.610 36 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_hotplug_nic ... success [49.913s] 2021-06-01 18:44:25.004 36 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_network_basic_ops ... success [65.367s] 2021-06-01 18:44:28.058 36 INFO opnfv-tempest [-] {0} tempest.scenario.test_object_storage_basic_ops.TestObjectStorageBasicOps.test_swift_basic_ops ... success [0.289s] 2021-06-01 18:45:56.710 36 INFO opnfv-tempest [-] {0} tempest.scenario.test_security_groups_basic_ops.TestSecurityGroupsBasicOps.test_cross_tenant_traffic ... success [85.343s] 2021-06-01 18:46:52.747 36 INFO opnfv-tempest [-] {0} tempest.scenario.test_security_groups_basic_ops.TestSecurityGroupsBasicOps.test_in_tenant_traffic ... success [56.023s] 2021-06-01 18:47:26.465 36 INFO opnfv-tempest [-] {0} tempest.scenario.test_server_basic_ops.TestServerBasicOps.test_server_basic_ops ... success [24.738s] 2021-06-01 18:48:17.314 36 INFO opnfv-tempest [-] {0} tempest.scenario.test_server_multinode.TestServerMultinode.test_schedule_to_all_nodes ... success [29.677s] 2021-06-01 18:48:40.317 36 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' 2021-06-01 18:49:21.083 36 INFO opnfv-tempest [-] {0} tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_image_defined_boot_from_volume ... success [40.746s] 2021-06-01 18:49:34.081 36 INFO rally.task.context [-] Verification ac998837-3db9-4c31-ab3e-938c6ea751f5 | Context testr@default cleanup() started 2021-06-01 18:49:34.082 36 INFO rally.task.context [-] Verification ac998837-3db9-4c31-ab3e-938c6ea751f5 | Context testr@default cleanup() finished in 0.75 msec 2021-06-01 18:49:34.082 36 INFO rally.task.context [-] Verification ac998837-3db9-4c31-ab3e-938c6ea751f5 | Context tempest@default cleanup() started 2021-06-01 18:49:34.262 36 INFO rally.task.context [-] Verification ac998837-3db9-4c31-ab3e-938c6ea751f5 | Context tempest@default cleanup() finished in 0.18 sec 2021-06-01 18:49:34.280 36 INFO rally.api [-] Verification (UUID=7c0903dc-c936-462b-b680-2b50ef0c2739) has been successfully finished for deployment 'opnfv-rally' (UUID=497b4ff5-15cb-4806-8898-20e0907a0e9b)! 2021-06-01 18:49:36.259 154 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-01 18:49:36.259 154 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-01 18:49:36.260 154 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-01 18:49:37.949 156 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-01 18:49:37.949 156 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-01 18:49:37.949 156 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-01 18:49:40.626 156 INFO rally.api [-] Building 'html' report for the following verification(s): '7c0903dc-c936-462b-b680-2b50ef0c2739' 2021-06-01 18:49:40.655 156 INFO rally.api [-] The report has been successfully built. 2021-06-01 18:49:42.563 158 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-01 18:49:42.563 158 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-01 18:49:42.564 158 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-01 18:49:45.190 158 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): '7c0903dc-c936-462b-b680-2b50ef0c2739' 2021-06-01 18:49:45.193 158 INFO rally.api [-] The report has been successfully built.