2021-08-17 10:06:48.769 8 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-08-17 10:06:48.769 8 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-08-17 10:06:48.769 8 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-08-17 10:06:51.137 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-08-17 10:06:51.137 8 ERROR rally.cli.cliutils Traceback (most recent call last): 2021-08-17 10:06:51.137 8 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2021-08-17 10:06:51.137 8 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2021-08-17 10:06:51.137 8 ERROR rally.cli.cliutils File "", line 2, in destroy 2021-08-17 10:06:51.137 8 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2021-08-17 10:06:51.137 8 ERROR rally.cli.cliutils return f(*args, **kwargs) 2021-08-17 10:06:51.137 8 ERROR rally.cli.cliutils File "", line 2, in destroy 2021-08-17 10:06:51.137 8 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2021-08-17 10:06:51.137 8 ERROR rally.cli.cliutils return f(*args, **kwargs) 2021-08-17 10:06:51.137 8 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2021-08-17 10:06:51.137 8 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2021-08-17 10:06:51.137 8 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2021-08-17 10:06:51.137 8 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2021-08-17 10:06:51.137 8 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2021-08-17 10:06:51.137 8 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2021-08-17 10:06:51.137 8 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2021-08-17 10:06:51.137 8 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2021-08-17 10:06:51.137 8 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2021-08-17 10:06:51.137 8 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2021-08-17 10:06:51.137 8 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2021-08-17 10:06:51.137 8 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2021-08-17 10:06:51.137 8 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2021-08-17 10:06:51.137 8 ERROR rally.cli.cliutils 2021-08-17 10:06:52.752 10 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-08-17 10:06:52.752 10 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-08-17 10:06:52.752 10 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-08-17 10:06:56.956 12 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-08-17 10:06:56.956 12 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-08-17 10:06:56.956 12 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-08-17 10:07:01.832 15 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-08-17 10:07:01.833 15 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-08-17 10:07:01.833 15 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-08-17 10:07:03.384 18 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-08-17 10:07:03.384 18 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-08-17 10:07:03.384 18 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-08-17 10:07:05.853 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-08-17 10:07:05.853 18 ERROR rally.cli.cliutils Traceback (most recent call last): 2021-08-17 10:07:05.853 18 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2021-08-17 10:07:05.853 18 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2021-08-17 10:07:05.853 18 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2021-08-17 10:07:05.853 18 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2021-08-17 10:07:05.853 18 ERROR rally.cli.cliutils return f(*args, **kwargs) 2021-08-17 10:07:05.853 18 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2021-08-17 10:07:05.853 18 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2021-08-17 10:07:05.853 18 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2021-08-17 10:07:05.853 18 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2021-08-17 10:07:05.853 18 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2021-08-17 10:07:05.853 18 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2021-08-17 10:07:05.853 18 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2021-08-17 10:07:05.853 18 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2021-08-17 10:07:05.853 18 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2021-08-17 10:07:05.853 18 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2021-08-17 10:07:05.853 18 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2021-08-17 10:07:05.853 18 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2021-08-17 10:07:05.853 18 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2021-08-17 10:07:05.853 18 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2021-08-17 10:07:05.853 18 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2021-08-17 10:07:05.853 18 ERROR rally.cli.cliutils 2021-08-17 10:07:07.386 20 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-08-17 10:07:07.386 20 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-08-17 10:07:07.386 20 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-08-17 10:07:09.781 20 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2021-08-17 10:07:09.824 20 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-3fe37121-397d-45b2-a4ee-aafb2d311685/repo. 2021-08-17 10:07:10.127 20 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-3fe37121-397d-45b2-a4ee-aafb2d311685/repo'... done. Note: switching to '92f671c9d18fa88ac044c4ef9c403e40f35f973f'. 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-08-17 10:07:10.171 20 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'tags/24.0.0-208-g92f671c9d ' 2021-08-17 10:07:10.179 20 RALLYDEBUG rally.verification.utils [-] Subprocess output: '92f671c9d18fa88ac044c4ef9c403e40f35f973f ' 2021-08-17 10:07:10.187 20 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2021-08-17 10:07:10.243 20 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2021-08-17 10:07:10.974 20 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=3fe37121-397d-45b2-a4ee-aafb2d311685) has been successfully created! 2021-08-17 10:07:12.529 28 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-08-17 10:07:12.530 28 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-08-17 10:07:12.530 28 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-08-17 10:07:17.263 31 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-08-17 10:07:17.264 31 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-08-17 10:07:17.264 31 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-08-17 10:07:20.000 31 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=3fe37121-397d-45b2-a4ee-aafb2d311685) for deployment 'opnfv-rally' (UUID=a6eebc62-fac7-40a8-8326-c16449dcef80). 2021-08-17 10:07:20.391 31 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=3fe37121-397d-45b2-a4ee-aafb2d311685) has been successfully configured for deployment 'opnfv-rally' (UUID=a6eebc62-fac7-40a8-8326-c16449dcef80)! 2021-08-17 10:07:29.782 36 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-08-17 10:07:29.782 36 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-08-17 10:07:29.782 36 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-08-17 10:07:32.329 36 INFO rally.api [-] Starting verification (UUID=b8dcee25-1a83-4471-bfd7-fe5d444b92c9) for deployment 'opnfv-rally' (UUID=a6eebc62-fac7-40a8-8326-c16449dcef80) by verifier 'opnfv-tempest' (UUID=3fe37121-397d-45b2-a4ee-aafb2d311685). 2021-08-17 10:07:33.071 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Creating role 'heat_stack_owner'. 2021-08-17 10:07:33.123 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2021-08-17 10:07:33.123 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-3fe37121-397d-45b2-a4ee-aafb2d311685/for-deployment-a6eebc62-fac7-40a8-8326-c16449dcef80/tempest.log' to option 'log_file'. 2021-08-17 10:07:33.124 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-3fe37121-397d-45b2-a4ee-aafb2d311685/for-deployment-a6eebc62-fac7-40a8-8326-c16449dcef80/tempest.log 2021-08-17 10:07:33.124 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2021-08-17 10:07:33.124 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-3fe37121-397d-45b2-a4ee-aafb2d311685/for-deployment-a6eebc62-fac7-40a8-8326-c16449dcef80/lock_files' to option 'lock_path'. 2021-08-17 10:07:33.125 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-3fe37121-397d-45b2-a4ee-aafb2d311685/for-deployment-a6eebc62-fac7-40a8-8326-c16449dcef80/lock_files 2021-08-17 10:07:33.125 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is already configured in Tempest config file. img_dir = /home/opnfv/functest/images 2021-08-17 10:07:33.125 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-08-17 10:07:33.126 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = 544dee70-f6f2-4f31-8c90-3d9697b3b34f 2021-08-17 10:07:33.126 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = ac02b71c-01df-4984-aecb-09976bbdec1f 2021-08-17 10:07:33.127 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = cf4418ac-0239-46de-8b02-d6a7ef4a23d7 2021-08-17 10:07:33.127 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = 622a6e99-6aa4-4d2d-8fac-64666b2ca85f 2021-08-17 10:07:33.410 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2021-08-17 10:07:33.410 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = tempest_scenario-net_06ac39d0-2e31-4d0b-a380-ae432baa9e60 2021-08-17 10:07:33.411 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2021-08-17 10:07:33.484 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2021-08-17 10:07:33.520 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] There is no flavor with the mentioned properties. 2021-08-17 10:07:33.521 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Creating flavor 'rally_verify_b8dcee25_EbWKcML2' with the following properties: RAM = 64MB, VCPUs = 1, disk = 5GB. 2021-08-17 10:07:33.560 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_b8dcee25_EbWKcML2' (ID = c8d6a199-8dfe-4f4e-b784-adfd4b36158a) has been successfully created! 2021-08-17 10:07:33.560 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value 'c8d6a199-8dfe-4f4e-b784-adfd4b36158a' to option 'instance_type'. 2021-08-17 10:07:33.560 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = c8d6a199-8dfe-4f4e-b784-adfd4b36158a 2021-08-17 10:07:33.562 36 INFO rally.task.context [-] Verification 3fe37121-397d-45b2-a4ee-aafb2d311685 | Context tempest@default setup() finished in 1.05 sec 2021-08-17 10:07:33.562 36 INFO rally.task.context [-] Verification 3fe37121-397d-45b2-a4ee-aafb2d311685 | Context testr@default setup() finished in 0.38 msec 2021-08-17 10:07:33.563 36 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --serial --load-list /tmp/34424d43-117f-4ff9-a6b7-6ca1b890da4e'. 2021-08-17 10:08:23.734 36 INFO opnfv-tempest [-] {0} tempest.scenario.test_minimum_basic.TestMinimumBasicScenario.test_minimum_basic_scenario ... success [41.382s] 2021-08-17 10:09:09.745 36 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_hotplug_nic ... success [40.409s] 2021-08-17 10:10:06.619 36 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_network_basic_ops ... success [56.852s] 2021-08-17 10:10:09.513 36 INFO opnfv-tempest [-] {0} tempest.scenario.test_object_storage_basic_ops.TestObjectStorageBasicOps.test_swift_basic_ops ... success [0.289s] 2021-08-17 10:11:32.054 36 INFO opnfv-tempest [-] {0} tempest.scenario.test_security_groups_basic_ops.TestSecurityGroupsBasicOps.test_cross_tenant_traffic ... success [79.765s] 2021-08-17 10:12:20.723 36 INFO opnfv-tempest [-] {0} tempest.scenario.test_security_groups_basic_ops.TestSecurityGroupsBasicOps.test_in_tenant_traffic ... success [48.652s] 2021-08-17 10:12:53.151 36 INFO opnfv-tempest [-] {0} tempest.scenario.test_server_basic_ops.TestServerBasicOps.test_server_basic_ops ... success [25.401s] 2021-08-17 10:13:30.540 36 INFO opnfv-tempest [-] {0} tempest.scenario.test_server_multinode.TestServerMultinode.test_schedule_to_all_nodes ... success [23.857s] 2021-08-17 10:13:47.662 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-08-17 10:14:20.839 36 INFO opnfv-tempest [-] {0} tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_image_defined_boot_from_volume ... success [33.162s] 2021-08-17 10:14:30.312 36 INFO rally.task.context [-] Verification 3fe37121-397d-45b2-a4ee-aafb2d311685 | Context testr@default cleanup() started 2021-08-17 10:14:30.313 36 INFO rally.task.context [-] Verification 3fe37121-397d-45b2-a4ee-aafb2d311685 | Context testr@default cleanup() finished in 0.66 msec 2021-08-17 10:14:30.313 36 INFO rally.task.context [-] Verification 3fe37121-397d-45b2-a4ee-aafb2d311685 | Context tempest@default cleanup() started 2021-08-17 10:14:30.429 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Deleting role 'heat_stack_owner'. 2021-08-17 10:14:30.500 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Role 'heat_stack_owner' has been deleted. 2021-08-17 10:14:30.526 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Deleting flavor 'rally_verify_b8dcee25_EbWKcML2'. 2021-08-17 10:14:30.721 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_b8dcee25_EbWKcML2' has been deleted. 2021-08-17 10:14:30.722 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Removing value 'c8d6a199-8dfe-4f4e-b784-adfd4b36158a' of option 'instance_type' from Tempest config file. 2021-08-17 10:14:30.723 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Value 'c8d6a199-8dfe-4f4e-b784-adfd4b36158a' has been removed. 2021-08-17 10:14:30.725 36 INFO rally.task.context [-] Verification 3fe37121-397d-45b2-a4ee-aafb2d311685 | Context tempest@default cleanup() finished in 0.41 sec 2021-08-17 10:14:30.739 36 INFO rally.api [-] Verification (UUID=b8dcee25-1a83-4471-bfd7-fe5d444b92c9) has been successfully finished for deployment 'opnfv-rally' (UUID=a6eebc62-fac7-40a8-8326-c16449dcef80)! 2021-08-17 10:14:32.389 152 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-08-17 10:14:32.389 152 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-08-17 10:14:32.389 152 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-08-17 10:14:33.945 154 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-08-17 10:14:33.946 154 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-08-17 10:14:33.946 154 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-08-17 10:14:36.364 154 INFO rally.api [-] Building 'html' report for the following verification(s): 'b8dcee25-1a83-4471-bfd7-fe5d444b92c9' 2021-08-17 10:14:36.384 154 INFO rally.api [-] The report has been successfully built. 2021-08-17 10:14:37.922 156 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-08-17 10:14:37.923 156 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-08-17 10:14:37.923 156 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-08-17 10:14:40.185 156 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): 'b8dcee25-1a83-4471-bfd7-fe5d444b92c9' 2021-08-17 10:14:40.188 156 INFO rally.api [-] The report has been successfully built.