2022-02-19 16:35:41.776 7 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-02-19 16:35:41.776 7 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-02-19 16:35:41.777 7 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-02-19 16:35:44.135 7 ERROR rally.cli.cliutils [-] Unexpected exception in CLI: rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2022-02-19 16:35:44.135 7 ERROR rally.cli.cliutils Traceback (most recent call last): 2022-02-19 16:35:44.135 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 669, in run 2022-02-19 16:35:44.135 7 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2022-02-19 16:35:44.135 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 142, in inner 2022-02-19 16:35:44.135 7 ERROR rally.cli.cliutils return func(*args, **kwargs) 2022-02-19 16:35:44.135 7 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in wrapper 2022-02-19 16:35:44.135 7 ERROR rally.cli.cliutils return func(*args, **kwargs) 2022-02-19 16:35:44.135 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2022-02-19 16:35:44.135 7 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2022-02-19 16:35:44.135 7 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2022-02-19 16:35:44.135 7 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2022-02-19 16:35:44.135 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2022-02-19 16:35:44.135 7 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2022-02-19 16:35:44.135 7 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2022-02-19 16:35:44.135 7 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2022-02-19 16:35:44.135 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2022-02-19 16:35:44.135 7 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2022-02-19 16:35:44.135 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 519, in env_get 2022-02-19 16:35:44.135 7 ERROR rally.cli.cliutils criteria="uuid or name is %s" % uuid_or_name, table="envs") 2022-02-19 16:35:44.135 7 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2022-02-19 16:35:44.135 7 ERROR rally.cli.cliutils 2022-02-19 16:35:45.757 9 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-02-19 16:35:45.757 9 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-02-19 16:35:45.757 9 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-02-19 16:35:50.112 11 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-02-19 16:35:50.112 11 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-02-19 16:35:50.113 11 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-02-19 16:35:54.801 14 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-02-19 16:35:54.802 14 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-02-19 16:35:54.802 14 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-02-19 16:35:56.282 16 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-02-19 16:35:56.283 16 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-02-19 16:35:56.283 16 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-02-19 16:35:58.468 16 ERROR rally.cli.cliutils [-] Unexpected exception in CLI: rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2022-02-19 16:35:58.468 16 ERROR rally.cli.cliutils Traceback (most recent call last): 2022-02-19 16:35:58.468 16 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 669, in run 2022-02-19 16:35:58.468 16 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2022-02-19 16:35:58.468 16 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in wrapper 2022-02-19 16:35:58.468 16 ERROR rally.cli.cliutils return func(*args, **kwargs) 2022-02-19 16:35:58.468 16 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 236, in delete_verifier 2022-02-19 16:35:58.468 16 ERROR rally.cli.cliutils force=force) 2022-02-19 16:35:58.468 16 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2022-02-19 16:35:58.468 16 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2022-02-19 16:35:58.468 16 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2022-02-19 16:35:58.468 16 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2022-02-19 16:35:58.468 16 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2022-02-19 16:35:58.468 16 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2022-02-19 16:35:58.468 16 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2022-02-19 16:35:58.468 16 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2022-02-19 16:35:58.468 16 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2022-02-19 16:35:58.468 16 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2022-02-19 16:35:58.468 16 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 677, in _verifier_get 2022-02-19 16:35:58.468 16 ERROR rally.cli.cliutils criteria="name or uuid is %s" % verifier_id, table="verifiers") 2022-02-19 16:35:58.468 16 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2022-02-19 16:35:58.468 16 ERROR rally.cli.cliutils 2022-02-19 16:36:00.132 18 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-02-19 16:36:00.132 18 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-02-19 16:36:00.132 18 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-02-19 16:36:02.217 18 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2022-02-19 16:36:02.291 18 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-cd510ff6-9e05-46c1-b8fb-e236e29d1364/repo. 2022-02-19 16:36:02.688 18 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-cd510ff6-9e05-46c1-b8fb-e236e29d1364/repo'... done. Note: checking out '1e9f9ce3bc4baef9fa9dad66c074df6687b4669a'. 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 performing another checkout. If you want to create a new branch to retain commits you create, you may do so (now or later) by using -b with the checkout command again. Example: git checkout -b ' 2022-02-19 16:36:02.704 18 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'tags/22.0.0-1-g1e9f9ce3b ' 2022-02-19 16:36:02.713 18 RALLYDEBUG rally.verification.utils [-] Subprocess output: '1e9f9ce3bc4baef9fa9dad66c074df6687b4669a ' 2022-02-19 16:36:02.733 18 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2022-02-19 16:36:02.812 18 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2022-02-19 16:36:03.489 18 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=cd510ff6-9e05-46c1-b8fb-e236e29d1364) has been successfully created! 2022-02-19 16:36:05.251 26 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-02-19 16:36:05.252 26 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-02-19 16:36:05.252 26 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-02-19 16:36:09.823 29 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-02-19 16:36:09.824 29 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-02-19 16:36:09.824 29 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-02-19 16:36:12.180 29 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=cd510ff6-9e05-46c1-b8fb-e236e29d1364) for deployment 'opnfv-rally' (UUID=738dce17-18f6-4b11-9b9a-86af19cfed35). 2022-02-19 16:36:12.760 29 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=cd510ff6-9e05-46c1-b8fb-e236e29d1364) has been successfully configured for deployment 'opnfv-rally' (UUID=738dce17-18f6-4b11-9b9a-86af19cfed35)! 2022-02-19 16:36:22.213 33 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-02-19 16:36:22.214 33 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-02-19 16:36:22.214 33 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-02-19 16:36:24.537 33 INFO rally.api [-] Starting verification (UUID=abbf188c-3b4f-45d1-a8b3-b69f21c0ab5f) for deployment 'opnfv-rally' (UUID=738dce17-18f6-4b11-9b9a-86af19cfed35) by verifier 'opnfv-tempest' (UUID=cd510ff6-9e05-46c1-b8fb-e236e29d1364). 2022-02-19 16:36:25.290 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2022-02-19 16:36:25.290 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-cd510ff6-9e05-46c1-b8fb-e236e29d1364/for-deployment-738dce17-18f6-4b11-9b9a-86af19cfed35/tempest.log' to option 'log_file'. 2022-02-19 16:36:25.291 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-cd510ff6-9e05-46c1-b8fb-e236e29d1364/for-deployment-738dce17-18f6-4b11-9b9a-86af19cfed35/tempest.log 2022-02-19 16:36:25.291 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2022-02-19 16:36:25.291 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-cd510ff6-9e05-46c1-b8fb-e236e29d1364/for-deployment-738dce17-18f6-4b11-9b9a-86af19cfed35/lock_files' to option 'lock_path'. 2022-02-19 16:36:25.292 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-cd510ff6-9e05-46c1-b8fb-e236e29d1364/for-deployment-738dce17-18f6-4b11-9b9a-86af19cfed35/lock_files 2022-02-19 16:36:25.292 33 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 2022-02-19 16:36:25.292 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = 8313156d-3d82-45fb-873a-89807c8ff781 2022-02-19 16:36:25.293 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = 3a29ac87-6da6-4366-93d0-3bf2cfef7a48 2022-02-19 16:36:25.293 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = 6e8f8a75-b26e-4e28-9270-eea997d1c348 2022-02-19 16:36:25.294 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = a1ce2145-2589-4ce4-8878-acbf57d393f0 2022-02-19 16:36:25.522 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2022-02-19 16:36:25.523 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = tempest_scenario-net_9234d2fd-8ddc-4f2a-9398-9004f2b88509 2022-02-19 16:36:25.523 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2022-02-19 16:36:25.611 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2022-02-19 16:36:25.649 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] The following flavor discovered: 'rally_verify_2008a33c_RJV29mgY'. Using flavor 'rally_verify_2008a33c_RJV29mgY' (ID = 6c98aa47-e058-4e2a-b407-efeadfe444ea) for the tests. 2022-02-19 16:36:25.649 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '6c98aa47-e058-4e2a-b407-efeadfe444ea' to option 'instance_type'. 2022-02-19 16:36:25.649 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = 6c98aa47-e058-4e2a-b407-efeadfe444ea 2022-02-19 16:36:25.650 33 INFO rally.task.context [-] Verification cd510ff6-9e05-46c1-b8fb-e236e29d1364 | Context tempest@default setup() finished in 0.86 sec 2022-02-19 16:36:25.651 33 INFO rally.task.context [-] Verification cd510ff6-9e05-46c1-b8fb-e236e29d1364 | Context testr@default setup() finished in 0.25 msec 2022-02-19 16:36:25.651 33 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --serial --load-list /tmp/b8bee251-0ecf-4ecc-b257-283d22af8639'. 2022-02-19 16:37:33.273 33 INFO opnfv-tempest [-] {0} tempest.scenario.test_minimum_basic.TestMinimumBasicScenario.test_minimum_basic_scenario ... success [57.717s] 2022-02-19 16:38:38.716 33 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_hotplug_nic ... success [59.148s] 2022-02-19 16:39:47.681 33 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_network_basic_ops ... success [68.949s] 2022-02-19 16:39:50.865 33 INFO opnfv-tempest [-] {0} tempest.scenario.test_object_storage_basic_ops.TestObjectStorageBasicOps.test_swift_basic_ops ... success [0.249s] 2022-02-19 16:41:15.469 33 INFO opnfv-tempest [-] {0} tempest.scenario.test_security_groups_basic_ops.TestSecurityGroupsBasicOps.test_cross_tenant_traffic ... success [81.481s] 2022-02-19 16:42:12.852 33 INFO opnfv-tempest [-] {0} tempest.scenario.test_security_groups_basic_ops.TestSecurityGroupsBasicOps.test_in_tenant_traffic ... success [57.365s] 2022-02-19 16:42:43.439 33 INFO opnfv-tempest [-] {0} tempest.scenario.test_server_basic_ops.TestServerBasicOps.test_server_basic_ops ... success [23.797s] 2022-02-19 16:43:38.725 33 INFO opnfv-tempest [-] {0} tempest.scenario.test_server_multinode.TestServerMultinode.test_schedule_to_all_nodes ... success [29.012s] 2022-02-19 16:44:02.210 33 INFO opnfv-tempest [-] {0} tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_boot_server_from_encrypted_volume_luks ... skip [0.001s]: b'Encrypted volume attach is not supported' 2022-02-19 16:44:41.988 33 INFO opnfv-tempest [-] {0} tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_image_defined_boot_from_volume ... success [39.763s] 2022-02-19 16:44:52.037 33 INFO rally.task.context [-] Verification cd510ff6-9e05-46c1-b8fb-e236e29d1364 | Context testr@default cleanup() started 2022-02-19 16:44:52.038 33 INFO rally.task.context [-] Verification cd510ff6-9e05-46c1-b8fb-e236e29d1364 | Context testr@default cleanup() finished in 0.67 msec 2022-02-19 16:44:52.038 33 INFO rally.task.context [-] Verification cd510ff6-9e05-46c1-b8fb-e236e29d1364 | Context tempest@default cleanup() started 2022-02-19 16:44:52.256 33 INFO rally.task.context [-] Verification cd510ff6-9e05-46c1-b8fb-e236e29d1364 | Context tempest@default cleanup() finished in 0.22 sec 2022-02-19 16:44:52.278 33 INFO rally.api [-] Verification (UUID=abbf188c-3b4f-45d1-a8b3-b69f21c0ab5f) has been successfully finished for deployment 'opnfv-rally' (UUID=738dce17-18f6-4b11-9b9a-86af19cfed35)! 2022-02-19 16:44:53.984 148 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-02-19 16:44:53.985 148 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-02-19 16:44:53.985 148 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-02-19 16:44:55.376 149 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-02-19 16:44:55.376 149 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-02-19 16:44:55.376 149 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-02-19 16:44:57.444 149 INFO rally.api [-] Building 'html' report for the following verification(s): 'abbf188c-3b4f-45d1-a8b3-b69f21c0ab5f' 2022-02-19 16:44:57.471 149 INFO rally.api [-] The report has been successfully built. 2022-02-19 16:44:58.962 151 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-02-19 16:44:58.962 151 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-02-19 16:44:58.962 151 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-02-19 16:45:00.910 151 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): 'abbf188c-3b4f-45d1-a8b3-b69f21c0ab5f' 2022-02-19 16:45:00.912 151 INFO rally.api [-] The report has been successfully built.