2023-02-19 01:50:02.709 8 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2023-02-19 01:50:02.709 8 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2023-02-19 01:50:02.710 8 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2023-02-19 01:50:05.476 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-02-19 01:50:05.476 8 ERROR rally.cli.cliutils Traceback (most recent call last): 2023-02-19 01:50:05.476 8 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 669, in run 2023-02-19 01:50:05.476 8 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2023-02-19 01:50:05.476 8 ERROR rally.cli.cliutils File "", line 2, in destroy 2023-02-19 01:50:05.476 8 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2023-02-19 01:50:05.476 8 ERROR rally.cli.cliutils return f(*args, **kwargs) 2023-02-19 01:50:05.476 8 ERROR rally.cli.cliutils File "", line 2, in destroy 2023-02-19 01:50:05.476 8 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2023-02-19 01:50:05.476 8 ERROR rally.cli.cliutils return f(*args, **kwargs) 2023-02-19 01:50:05.476 8 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2023-02-19 01:50:05.476 8 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2023-02-19 01:50:05.476 8 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2023-02-19 01:50:05.476 8 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2023-02-19 01:50:05.476 8 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2023-02-19 01:50:05.476 8 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2023-02-19 01:50:05.476 8 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2023-02-19 01:50:05.476 8 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2023-02-19 01:50:05.476 8 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2023-02-19 01:50:05.476 8 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2023-02-19 01:50:05.476 8 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2023-02-19 01:50:05.476 8 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2023-02-19 01:50:05.476 8 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2023-02-19 01:50:05.476 8 ERROR rally.cli.cliutils 2023-02-19 01:50:07.355 10 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2023-02-19 01:50:07.356 10 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2023-02-19 01:50:07.356 10 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2023-02-19 01:50:12.646 12 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2023-02-19 01:50:12.646 12 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2023-02-19 01:50:12.647 12 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2023-02-19 01:50:17.948 15 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2023-02-19 01:50:17.948 15 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2023-02-19 01:50:17.948 15 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2023-02-19 01:50:19.578 18 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2023-02-19 01:50:19.579 18 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2023-02-19 01:50:19.579 18 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2023-02-19 01:50:22.792 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-02-19 01:50:22.792 18 ERROR rally.cli.cliutils Traceback (most recent call last): 2023-02-19 01:50:22.792 18 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 669, in run 2023-02-19 01:50:22.792 18 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2023-02-19 01:50:22.792 18 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2023-02-19 01:50:22.792 18 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2023-02-19 01:50:22.792 18 ERROR rally.cli.cliutils return f(*args, **kwargs) 2023-02-19 01:50:22.792 18 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2023-02-19 01:50:22.792 18 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2023-02-19 01:50:22.792 18 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2023-02-19 01:50:22.792 18 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2023-02-19 01:50:22.792 18 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2023-02-19 01:50:22.792 18 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2023-02-19 01:50:22.792 18 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2023-02-19 01:50:22.792 18 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2023-02-19 01:50:22.792 18 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2023-02-19 01:50:22.792 18 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2023-02-19 01:50:22.792 18 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2023-02-19 01:50:22.792 18 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2023-02-19 01:50:22.792 18 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2023-02-19 01:50:22.792 18 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2023-02-19 01:50:22.792 18 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2023-02-19 01:50:22.792 18 ERROR rally.cli.cliutils 2023-02-19 01:50:24.808 20 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2023-02-19 01:50:24.808 20 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2023-02-19 01:50:24.808 20 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2023-02-19 01:50:27.562 20 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2023-02-19 01:50:27.603 20 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-5f086e7b-8098-48b5-be04-a575381e4d42/repo. 2023-02-19 01:50:27.931 20 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-5f086e7b-8098-48b5-be04-a575381e4d42/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-02-19 01:50:27.948 20 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'tags/27.0.0-1-gc5cb7495b ' 2023-02-19 01:50:27.954 20 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'c5cb7495be86fbfd50e0962c7addaae3cbe617d2 ' 2023-02-19 01:50:27.963 20 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2023-02-19 01:50:28.026 20 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2023-02-19 01:50:28.927 20 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=5f086e7b-8098-48b5-be04-a575381e4d42) has been successfully created! 2023-02-19 01:50:30.841 29 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2023-02-19 01:50:30.842 29 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2023-02-19 01:50:30.842 29 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2023-02-19 01:50:36.453 32 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2023-02-19 01:50:36.453 32 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2023-02-19 01:50:36.453 32 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2023-02-19 01:50:39.389 32 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=5f086e7b-8098-48b5-be04-a575381e4d42) for deployment 'opnfv-rally' (UUID=2afdeddf-4415-476d-b296-67b8ad3ac135). 2023-02-19 01:50:39.952 32 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=5f086e7b-8098-48b5-be04-a575381e4d42) has been successfully configured for deployment 'opnfv-rally' (UUID=2afdeddf-4415-476d-b296-67b8ad3ac135)! 2023-02-19 01:50:51.101 38 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2023-02-19 01:50:51.101 38 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2023-02-19 01:50:51.102 38 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2023-02-19 01:50:54.227 38 INFO rally.api [-] Starting verification (UUID=335e67a6-91d4-4b8f-b1a5-abac3201bb50) for deployment 'opnfv-rally' (UUID=2afdeddf-4415-476d-b296-67b8ad3ac135) by verifier 'opnfv-tempest' (UUID=5f086e7b-8098-48b5-be04-a575381e4d42). 2023-02-19 01:50:54.959 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2023-02-19 01:50:54.959 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-5f086e7b-8098-48b5-be04-a575381e4d42/for-deployment-2afdeddf-4415-476d-b296-67b8ad3ac135/tempest.log' to option 'log_file'. 2023-02-19 01:50:54.959 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-5f086e7b-8098-48b5-be04-a575381e4d42/for-deployment-2afdeddf-4415-476d-b296-67b8ad3ac135/tempest.log 2023-02-19 01:50:54.960 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2023-02-19 01:50:54.960 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-5f086e7b-8098-48b5-be04-a575381e4d42/for-deployment-2afdeddf-4415-476d-b296-67b8ad3ac135/lock_files' to option 'lock_path'. 2023-02-19 01:50:54.960 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-5f086e7b-8098-48b5-be04-a575381e4d42/for-deployment-2afdeddf-4415-476d-b296-67b8ad3ac135/lock_files 2023-02-19 01:50:54.961 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' from 'scenario' section is not configured. 2023-02-19 01:50:54.961 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-5f086e7b-8098-48b5-be04-a575381e4d42/for-deployment-2afdeddf-4415-476d-b296-67b8ad3ac135' to option 'img_dir'. 2023-02-19 01:50:54.961 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is configured. img_dir = /root/.rally/verification/verifier-5f086e7b-8098-48b5-be04-a575381e4d42/for-deployment-2afdeddf-4415-476d-b296-67b8ad3ac135 2023-02-19 01:50:54.961 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-02-19 01:50:54.962 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = 79bf50dc-b59a-4357-99b5-1b3877033b36 2023-02-19 01:50:54.962 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = 104cdba6-012f-4b64-83aa-f6c0c880cc42 2023-02-19 01:50:54.962 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = af4ff451-e5aa-4ae7-a65e-2310ed2b459d 2023-02-19 01:50:54.963 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = c9d4d1e0-5a3d-4bc8-a7eb-e952960def96 2023-02-19 01:50:55.263 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2023-02-19 01:50:55.263 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = tempest_scenario-net_029f5dd8-5799-47cb-8e2e-083be1b01515 2023-02-19 01:50:55.264 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2023-02-19 01:50:55.373 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2023-02-19 01:50:55.407 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] The following flavor discovered: 'rally_verify_1d749cc2_Gf2HvNJ4'. Using flavor 'rally_verify_1d749cc2_Gf2HvNJ4' (ID = 08e63c3f-c922-46c8-bf90-89ec707273ad) for the tests. 2023-02-19 01:50:55.407 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '08e63c3f-c922-46c8-bf90-89ec707273ad' to option 'instance_type'. 2023-02-19 01:50:55.407 38 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = 08e63c3f-c922-46c8-bf90-89ec707273ad 2023-02-19 01:50:55.408 38 INFO rally.task.context [-] Verification 5f086e7b-8098-48b5-be04-a575381e4d42 | Context tempest@default setup() finished in 0.98 sec 2023-02-19 01:50:55.409 38 INFO rally.task.context [-] Verification 5f086e7b-8098-48b5-be04-a575381e4d42 | Context testr@default setup() finished in 0.28 msec 2023-02-19 01:50:55.409 38 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --serial --load-list /tmp/4ca92b31-9056-4738-b833-47e9497f66a8'. 2023-02-19 01:51:03.290 38 INFO opnfv-tempest [-] {0} tempest.scenario.test_dashboard_basic_ops.TestDashboardBasicOps.test_basic_scenario ... success [1.968s] 2023-02-19 01:51:04.258 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-02-19 01:52:02.712 38 INFO opnfv-tempest [-] {0} tempest.scenario.test_minimum_basic.TestMinimumBasicScenario.test_minimum_basic_scenario ... success [46.579s] 2023-02-19 01:52:57.090 38 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_hotplug_nic ... success [43.945s] 2023-02-19 01:54:02.327 38 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_network_basic_ops ... success [65.212s] 2023-02-19 01:54:05.057 38 INFO opnfv-tempest [-] {0} tempest.scenario.test_object_storage_basic_ops.TestObjectStorageBasicOps.test_swift_basic_ops ... success [0.313s] 2023-02-19 01:55:53.089 38 INFO opnfv-tempest [-] {0} tempest.scenario.test_security_groups_basic_ops.TestSecurityGroupsBasicOps.test_cross_tenant_traffic ... success [104.927s] 2023-02-19 01:57:01.465 38 INFO opnfv-tempest [-] {0} tempest.scenario.test_security_groups_basic_ops.TestSecurityGroupsBasicOps.test_in_tenant_traffic ... success [68.359s] 2023-02-19 01:57:35.653 38 INFO opnfv-tempest [-] {0} tempest.scenario.test_server_basic_ops.TestServerBasicOps.test_server_basic_ops ... success [21.090s] 2023-02-19 01:58:19.204 38 INFO opnfv-tempest [-] {0} tempest.scenario.test_server_multinode.TestServerMultinode.test_schedule_to_all_nodes ... success [23.226s] 2023-02-19 01:58:41.353 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-02-19 01:59:14.326 38 INFO opnfv-tempest [-] {0} tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_image_defined_boot_from_volume ... success [32.956s] 2023-02-19 01:59:24.376 38 INFO rally.task.context [-] Verification 5f086e7b-8098-48b5-be04-a575381e4d42 | Context testr@default cleanup() started 2023-02-19 01:59:24.377 38 INFO rally.task.context [-] Verification 5f086e7b-8098-48b5-be04-a575381e4d42 | Context testr@default cleanup() finished in 0.69 msec 2023-02-19 01:59:24.377 38 INFO rally.task.context [-] Verification 5f086e7b-8098-48b5-be04-a575381e4d42 | Context tempest@default cleanup() started 2023-02-19 01:59:24.658 38 INFO rally.task.context [-] Verification 5f086e7b-8098-48b5-be04-a575381e4d42 | Context tempest@default cleanup() finished in 0.28 sec 2023-02-19 01:59:24.670 38 INFO rally.api [-] Verification (UUID=335e67a6-91d4-4b8f-b1a5-abac3201bb50) has been successfully finished for deployment 'opnfv-rally' (UUID=2afdeddf-4415-476d-b296-67b8ad3ac135)! 2023-02-19 01:59:26.722 155 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2023-02-19 01:59:26.723 155 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2023-02-19 01:59:26.723 155 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2023-02-19 01:59:28.506 157 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2023-02-19 01:59:28.507 157 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2023-02-19 01:59:28.507 157 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2023-02-19 01:59:31.343 157 INFO rally.api [-] Building 'html' report for the following verification(s): '335e67a6-91d4-4b8f-b1a5-abac3201bb50' 2023-02-19 01:59:31.369 157 INFO rally.api [-] The report has been successfully built. 2023-02-19 01:59:33.243 159 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2023-02-19 01:59:33.243 159 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2023-02-19 01:59:33.244 159 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2023-02-19 01:59:36.099 159 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): '335e67a6-91d4-4b8f-b1a5-abac3201bb50' 2023-02-19 01:59:36.102 159 INFO rally.api [-] The report has been successfully built.