2023-03-26 01:49:20.331 8 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2023-03-26 01:49:20.332 8 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2023-03-26 01:49:20.332 8 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2023-03-26 01:49:23.628 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 2023-03-26 01:49:23.628 8 ERROR rally.cli.cliutils Traceback (most recent call last): 2023-03-26 01:49:23.628 8 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 669, in run 2023-03-26 01:49:23.628 8 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2023-03-26 01:49:23.628 8 ERROR rally.cli.cliutils File "", line 2, in destroy 2023-03-26 01:49:23.628 8 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2023-03-26 01:49:23.628 8 ERROR rally.cli.cliutils return f(*args, **kwargs) 2023-03-26 01:49:23.628 8 ERROR rally.cli.cliutils File "", line 2, in destroy 2023-03-26 01:49:23.628 8 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2023-03-26 01:49:23.628 8 ERROR rally.cli.cliutils return f(*args, **kwargs) 2023-03-26 01:49:23.628 8 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2023-03-26 01:49:23.628 8 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2023-03-26 01:49:23.628 8 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2023-03-26 01:49:23.628 8 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2023-03-26 01:49:23.628 8 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2023-03-26 01:49:23.628 8 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2023-03-26 01:49:23.628 8 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2023-03-26 01:49:23.628 8 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2023-03-26 01:49:23.628 8 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2023-03-26 01:49:23.628 8 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2023-03-26 01:49:23.628 8 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2023-03-26 01:49:23.628 8 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2023-03-26 01:49:23.628 8 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2023-03-26 01:49:23.628 8 ERROR rally.cli.cliutils 2023-03-26 01:49:25.586 10 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2023-03-26 01:49:25.586 10 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2023-03-26 01:49:25.586 10 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2023-03-26 01:49:30.676 12 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2023-03-26 01:49:30.677 12 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2023-03-26 01:49:30.677 12 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2023-03-26 01:49:36.079 15 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2023-03-26 01:49:36.079 15 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2023-03-26 01:49:36.080 15 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2023-03-26 01:49:37.646 18 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2023-03-26 01:49:37.647 18 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2023-03-26 01:49:37.647 18 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2023-03-26 01:49:40.583 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 2023-03-26 01:49:40.583 18 ERROR rally.cli.cliutils Traceback (most recent call last): 2023-03-26 01:49:40.583 18 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 669, in run 2023-03-26 01:49:40.583 18 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2023-03-26 01:49:40.583 18 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2023-03-26 01:49:40.583 18 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2023-03-26 01:49:40.583 18 ERROR rally.cli.cliutils return f(*args, **kwargs) 2023-03-26 01:49:40.583 18 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2023-03-26 01:49:40.583 18 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2023-03-26 01:49:40.583 18 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2023-03-26 01:49:40.583 18 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2023-03-26 01:49:40.583 18 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2023-03-26 01:49:40.583 18 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2023-03-26 01:49:40.583 18 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2023-03-26 01:49:40.583 18 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2023-03-26 01:49:40.583 18 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2023-03-26 01:49:40.583 18 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2023-03-26 01:49:40.583 18 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2023-03-26 01:49:40.583 18 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2023-03-26 01:49:40.583 18 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2023-03-26 01:49:40.583 18 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2023-03-26 01:49:40.583 18 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2023-03-26 01:49:40.583 18 ERROR rally.cli.cliutils 2023-03-26 01:49:42.502 20 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2023-03-26 01:49:42.502 20 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2023-03-26 01:49:42.502 20 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2023-03-26 01:49:45.595 20 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2023-03-26 01:49:45.664 20 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-75ffb877-6046-4e69-8e39-44700f78328e/repo. 2023-03-26 01:49:46.048 20 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-75ffb877-6046-4e69-8e39-44700f78328e/repo'... done. Note: switching to 'c5cb7495be86fbfd50e0962c7addaae3cbe617d2'. 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 ' 2023-03-26 01:49:46.064 20 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'tags/27.0.0-1-gc5cb7495b ' 2023-03-26 01:49:46.072 20 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'c5cb7495be86fbfd50e0962c7addaae3cbe617d2 ' 2023-03-26 01:49:46.219 20 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2023-03-26 01:49:46.310 20 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2023-03-26 01:49:47.395 20 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=75ffb877-6046-4e69-8e39-44700f78328e) has been successfully created! 2023-03-26 01:49:49.591 29 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2023-03-26 01:49:49.591 29 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2023-03-26 01:49:49.591 29 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2023-03-26 01:49:54.978 32 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2023-03-26 01:49:54.979 32 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2023-03-26 01:49:54.979 32 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2023-03-26 01:49:58.046 32 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=75ffb877-6046-4e69-8e39-44700f78328e) for deployment 'opnfv-rally' (UUID=a3e305d4-ebb4-42ae-b952-3340f62a553d). 2023-03-26 01:49:58.508 32 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=75ffb877-6046-4e69-8e39-44700f78328e) has been successfully configured for deployment 'opnfv-rally' (UUID=a3e305d4-ebb4-42ae-b952-3340f62a553d)! 2023-03-26 01:50:09.787 38 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2023-03-26 01:50:09.787 38 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2023-03-26 01:50:09.787 38 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2023-03-26 01:50:12.822 38 INFO rally.api [-] Starting verification (UUID=83a235b2-d2b5-4be5-9c17-078307c3c9b1) for deployment 'opnfv-rally' (UUID=a3e305d4-ebb4-42ae-b952-3340f62a553d) by verifier 'opnfv-tempest' (UUID=75ffb877-6046-4e69-8e39-44700f78328e). 2023-03-26 01:50:13.534 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2023-03-26 01:50:13.535 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-75ffb877-6046-4e69-8e39-44700f78328e/for-deployment-a3e305d4-ebb4-42ae-b952-3340f62a553d/tempest.log' to option 'log_file'. 2023-03-26 01:50:13.535 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-75ffb877-6046-4e69-8e39-44700f78328e/for-deployment-a3e305d4-ebb4-42ae-b952-3340f62a553d/tempest.log 2023-03-26 01:50:13.535 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2023-03-26 01:50:13.536 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-75ffb877-6046-4e69-8e39-44700f78328e/for-deployment-a3e305d4-ebb4-42ae-b952-3340f62a553d/lock_files' to option 'lock_path'. 2023-03-26 01:50:13.536 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-75ffb877-6046-4e69-8e39-44700f78328e/for-deployment-a3e305d4-ebb4-42ae-b952-3340f62a553d/lock_files 2023-03-26 01:50:13.536 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' from 'scenario' section is not configured. 2023-03-26 01:50:13.537 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-75ffb877-6046-4e69-8e39-44700f78328e/for-deployment-a3e305d4-ebb4-42ae-b952-3340f62a553d' to option 'img_dir'. 2023-03-26 01:50:13.537 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is configured. img_dir = /root/.rally/verification/verifier-75ffb877-6046-4e69-8e39-44700f78328e/for-deployment-a3e305d4-ebb4-42ae-b952-3340f62a553d 2023-03-26 01:50:13.537 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_file' is already configured in Tempest config file. img_file = /home/opnfv/functest/images/cirros-0.5.1-x86_64-disk.img 2023-03-26 01:50:13.538 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = 887aa3e7-4843-4069-b15c-561ba4e19db6 2023-03-26 01:50:13.538 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = d00651ed-5615-46af-874d-04c6bedede3a 2023-03-26 01:50:13.539 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = f87be078-cc7d-4a43-b33c-f687c18522a9 2023-03-26 01:50:13.539 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = f4e57288-fa4c-48f9-adaf-16e77479a952 2023-03-26 01:50:13.826 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2023-03-26 01:50:13.826 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = tempest_scenario-net_4d42a647-a395-48c6-a621-4319eb1e805d 2023-03-26 01:50:13.827 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2023-03-26 01:50:13.911 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2023-03-26 01:50:13.954 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] The following flavor discovered: 'rally_verify_70fce36d_I46izZr5'. Using flavor 'rally_verify_70fce36d_I46izZr5' (ID = 78e4f174-69bd-40c5-9db1-d8b60ee76df3) for the tests. 2023-03-26 01:50:13.956 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '78e4f174-69bd-40c5-9db1-d8b60ee76df3' to option 'instance_type'. 2023-03-26 01:50:13.956 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = 78e4f174-69bd-40c5-9db1-d8b60ee76df3 2023-03-26 01:50:13.958 38 INFO rally.task.context [-] Verification 75ffb877-6046-4e69-8e39-44700f78328e | Context tempest@default setup() finished in 0.92 sec 2023-03-26 01:50:13.960 38 INFO rally.task.context [-] Verification 75ffb877-6046-4e69-8e39-44700f78328e | Context testr@default setup() finished in 0.81 msec 2023-03-26 01:50:13.960 38 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --serial --load-list /tmp/69943a3c-52e5-4832-819c-cb6b6995a202'. 2023-03-26 01:50:25.007 38 INFO opnfv-tempest [-] {0} tempest.scenario.test_dashboard_basic_ops.TestDashboardBasicOps.test_basic_scenario ... success [4.657s] 2023-03-26 01:50:25.819 38 INFO opnfv-tempest [-] {0} tempest.scenario.test_minbw_allocation_placement.MinBwAllocationPlacementTest ... skip: b'Skipped as no physnet is available in config for placement based QoS allocation.' 2023-03-26 01:51:29.050 38 INFO opnfv-tempest [-] {0} tempest.scenario.test_minimum_basic.TestMinimumBasicScenario.test_minimum_basic_scenario ... success [51.600s] 2023-03-26 01:52:23.777 38 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_hotplug_nic ... success [43.380s] 2023-03-26 01:53:22.353 38 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_network_basic_ops ... success [58.550s] 2023-03-26 01:53:25.138 38 INFO opnfv-tempest [-] {0} tempest.scenario.test_object_storage_basic_ops.TestObjectStorageBasicOps.test_swift_basic_ops ... success [0.375s] 2023-03-26 01:55:20.213 38 INFO opnfv-tempest [-] {0} tempest.scenario.test_security_groups_basic_ops.TestSecurityGroupsBasicOps.test_cross_tenant_traffic ... success [111.872s] 2023-03-26 01:56:24.680 38 INFO opnfv-tempest [-] {0} tempest.scenario.test_security_groups_basic_ops.TestSecurityGroupsBasicOps.test_in_tenant_traffic ... success [64.452s] 2023-03-26 01:57:03.878 38 INFO opnfv-tempest [-] {0} tempest.scenario.test_server_basic_ops.TestServerBasicOps.test_server_basic_ops ... success [24.791s] 2023-03-26 01:57:54.063 38 INFO opnfv-tempest [-] {0} tempest.scenario.test_server_multinode.TestServerMultinode.test_schedule_to_all_nodes ... success [28.992s] 2023-03-26 01:58:13.871 38 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' 2023-03-26 01:58:51.495 38 INFO opnfv-tempest [-] {0} tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_image_defined_boot_from_volume ... success [37.608s] 2023-03-26 01:58:59.594 38 INFO rally.task.context [-] Verification 75ffb877-6046-4e69-8e39-44700f78328e | Context testr@default cleanup() started 2023-03-26 01:58:59.595 38 INFO rally.task.context [-] Verification 75ffb877-6046-4e69-8e39-44700f78328e | Context testr@default cleanup() finished in 1.01 msec 2023-03-26 01:58:59.596 38 INFO rally.task.context [-] Verification 75ffb877-6046-4e69-8e39-44700f78328e | Context tempest@default cleanup() started 2023-03-26 01:58:59.747 38 INFO rally.task.context [-] Verification 75ffb877-6046-4e69-8e39-44700f78328e | Context tempest@default cleanup() finished in 0.15 sec 2023-03-26 01:58:59.761 38 INFO rally.api [-] Verification (UUID=83a235b2-d2b5-4be5-9c17-078307c3c9b1) has been successfully finished for deployment 'opnfv-rally' (UUID=a3e305d4-ebb4-42ae-b952-3340f62a553d)! 2023-03-26 01:59:01.724 155 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2023-03-26 01:59:01.724 155 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2023-03-26 01:59:01.725 155 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2023-03-26 01:59:03.328 157 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2023-03-26 01:59:03.328 157 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2023-03-26 01:59:03.328 157 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2023-03-26 01:59:05.954 157 INFO rally.api [-] Building 'html' report for the following verification(s): '83a235b2-d2b5-4be5-9c17-078307c3c9b1' 2023-03-26 01:59:05.985 157 INFO rally.api [-] The report has been successfully built. 2023-03-26 01:59:07.943 159 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2023-03-26 01:59:07.943 159 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2023-03-26 01:59:07.943 159 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2023-03-26 01:59:10.665 159 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): '83a235b2-d2b5-4be5-9c17-078307c3c9b1' 2023-03-26 01:59:10.667 159 INFO rally.api [-] The report has been successfully built.