2022-04-19 08:28:34.545 7 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-04-19 08:28:34.546 7 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-04-19 08:28:34.546 7 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-04-19 08:28:37.044 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-04-19 08:28:37.044 7 ERROR rally.cli.cliutils Traceback (most recent call last): 2022-04-19 08:28:37.044 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2022-04-19 08:28:37.044 7 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2022-04-19 08:28:37.044 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2022-04-19 08:28:37.044 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2022-04-19 08:28:37.044 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2022-04-19 08:28:37.044 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2022-04-19 08:28:37.044 7 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2022-04-19 08:28:37.044 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2022-04-19 08:28:37.044 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2022-04-19 08:28:37.044 7 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2022-04-19 08:28:37.044 7 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2022-04-19 08:28:37.044 7 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2022-04-19 08:28:37.044 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2022-04-19 08:28:37.044 7 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2022-04-19 08:28:37.044 7 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2022-04-19 08:28:37.044 7 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2022-04-19 08:28:37.044 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2022-04-19 08:28:37.044 7 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2022-04-19 08:28:37.044 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 519, in env_get 2022-04-19 08:28:37.044 7 ERROR rally.cli.cliutils criteria="uuid or name is %s" % uuid_or_name, table="envs") 2022-04-19 08:28:37.044 7 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2022-04-19 08:28:37.044 7 ERROR rally.cli.cliutils 2022-04-19 08:28:38.917 9 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-04-19 08:28:38.918 9 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-04-19 08:28:38.918 9 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-04-19 08:28:43.674 11 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-04-19 08:28:43.674 11 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-04-19 08:28:43.675 11 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-04-19 08:28:48.410 14 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-04-19 08:28:48.410 14 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-04-19 08:28:48.410 14 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-04-19 08:28:50.022 16 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-04-19 08:28:50.022 16 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-04-19 08:28:50.022 16 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-04-19 08:28:52.250 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-04-19 08:28:52.250 16 ERROR rally.cli.cliutils Traceback (most recent call last): 2022-04-19 08:28:52.250 16 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2022-04-19 08:28:52.250 16 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2022-04-19 08:28:52.250 16 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2022-04-19 08:28:52.250 16 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2022-04-19 08:28:52.250 16 ERROR rally.cli.cliutils return f(*args, **kwargs) 2022-04-19 08:28:52.250 16 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 236, in delete_verifier 2022-04-19 08:28:52.250 16 ERROR rally.cli.cliutils force=force) 2022-04-19 08:28:52.250 16 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2022-04-19 08:28:52.250 16 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2022-04-19 08:28:52.250 16 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2022-04-19 08:28:52.250 16 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2022-04-19 08:28:52.250 16 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2022-04-19 08:28:52.250 16 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2022-04-19 08:28:52.250 16 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2022-04-19 08:28:52.250 16 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2022-04-19 08:28:52.250 16 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2022-04-19 08:28:52.250 16 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2022-04-19 08:28:52.250 16 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 677, in _verifier_get 2022-04-19 08:28:52.250 16 ERROR rally.cli.cliutils criteria="name or uuid is %s" % verifier_id, table="verifiers") 2022-04-19 08:28:52.250 16 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2022-04-19 08:28:52.250 16 ERROR rally.cli.cliutils 2022-04-19 08:28:53.909 18 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-04-19 08:28:53.910 18 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-04-19 08:28:53.910 18 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-04-19 08:28:56.055 18 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2022-04-19 08:28:56.123 18 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-31406078-a698-484f-b647-30f403f8b777/repo. 2022-04-19 08:28:56.499 18 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-31406078-a698-484f-b647-30f403f8b777/repo'... done. Note: checking out 'c31640d4b93fd2ad546310334fce72b0fed9d3b3'. 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-04-19 08:28:56.516 18 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'tags/22.0.0-1-gc31640d4b ' 2022-04-19 08:28:56.528 18 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'c31640d4b93fd2ad546310334fce72b0fed9d3b3 ' 2022-04-19 08:28:56.550 18 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2022-04-19 08:28:56.620 18 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2022-04-19 08:28:57.335 18 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=31406078-a698-484f-b647-30f403f8b777) has been successfully created! 2022-04-19 08:28:59.040 26 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-04-19 08:28:59.041 26 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-04-19 08:28:59.041 26 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-04-19 08:29:03.630 29 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-04-19 08:29:03.631 29 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-04-19 08:29:03.631 29 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-04-19 08:29:05.977 29 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=31406078-a698-484f-b647-30f403f8b777) for deployment 'opnfv-rally' (UUID=58ae8c22-7f14-4a3b-a491-2ccc74db41c5). 2022-04-19 08:29:06.497 29 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=31406078-a698-484f-b647-30f403f8b777) has been successfully configured for deployment 'opnfv-rally' (UUID=58ae8c22-7f14-4a3b-a491-2ccc74db41c5)! 2022-04-19 08:29:16.654 33 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-04-19 08:29:16.655 33 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-04-19 08:29:16.655 33 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-04-19 08:29:18.846 33 INFO rally.api [-] Starting verification (UUID=f580aec0-ea01-44de-8e93-b1773da9b7ae) for deployment 'opnfv-rally' (UUID=58ae8c22-7f14-4a3b-a491-2ccc74db41c5) by verifier 'opnfv-tempest' (UUID=31406078-a698-484f-b647-30f403f8b777). 2022-04-19 08:29:19.449 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2022-04-19 08:29:19.449 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-31406078-a698-484f-b647-30f403f8b777/for-deployment-58ae8c22-7f14-4a3b-a491-2ccc74db41c5/tempest.log' to option 'log_file'. 2022-04-19 08:29:19.450 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-31406078-a698-484f-b647-30f403f8b777/for-deployment-58ae8c22-7f14-4a3b-a491-2ccc74db41c5/tempest.log 2022-04-19 08:29:19.450 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2022-04-19 08:29:19.450 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-31406078-a698-484f-b647-30f403f8b777/for-deployment-58ae8c22-7f14-4a3b-a491-2ccc74db41c5/lock_files' to option 'lock_path'. 2022-04-19 08:29:19.450 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-31406078-a698-484f-b647-30f403f8b777/for-deployment-58ae8c22-7f14-4a3b-a491-2ccc74db41c5/lock_files 2022-04-19 08:29:19.451 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is already configured in Tempest config file. img_dir = /home/opnfv/functest/images 2022-04-19 08:29:19.451 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-04-19 08:29:19.451 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = 45dea512-6998-41dd-9815-4acd4a8d914e 2022-04-19 08:29:19.452 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = 405cbd2a-5acc-4354-89ec-40cdb71f17ce 2022-04-19 08:29:19.452 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = c3ea2487-5476-472f-937f-299c036868f9 2022-04-19 08:29:19.453 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = 48338d25-a63d-444c-81d4-84240376035b 2022-04-19 08:29:19.672 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2022-04-19 08:29:19.672 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = tempest_scenario-net_c54a167e-58b9-4376-b915-c8c069ae41a3 2022-04-19 08:29:19.673 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2022-04-19 08:29:19.775 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2022-04-19 08:29:19.830 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] There is no flavor with the mentioned properties. 2022-04-19 08:29:19.830 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Creating flavor 'rally_verify_f580aec0_Z36t61S9' with the following properties: RAM = 64MB, VCPUs = 1, disk = 5GB. 2022-04-19 08:29:19.869 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_f580aec0_Z36t61S9' (ID = c8e7d60a-9b95-4a3b-a7bd-8f67dc26245e) has been successfully created! 2022-04-19 08:29:19.870 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value 'c8e7d60a-9b95-4a3b-a7bd-8f67dc26245e' to option 'instance_type'. 2022-04-19 08:29:19.870 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = c8e7d60a-9b95-4a3b-a7bd-8f67dc26245e 2022-04-19 08:29:19.872 33 INFO rally.task.context [-] Verification 31406078-a698-484f-b647-30f403f8b777 | Context tempest@default setup() finished in 0.83 sec 2022-04-19 08:29:19.872 33 INFO rally.task.context [-] Verification 31406078-a698-484f-b647-30f403f8b777 | Context testr@default setup() finished in 0.35 msec 2022-04-19 08:29:19.873 33 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --serial --load-list /tmp/6cc7cff4-df0d-4234-b776-4b78bf876a2b'. 2022-04-19 08:30:29.235 33 INFO opnfv-tempest [-] {0} tempest.scenario.test_minimum_basic.TestMinimumBasicScenario.test_minimum_basic_scenario ... success [57.552s] 2022-04-19 08:31:37.627 33 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_hotplug_nic ... success [61.708s] 2022-04-19 08:33:01.374 33 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_network_basic_ops ... success [83.721s] 2022-04-19 08:33:04.602 33 INFO opnfv-tempest [-] {0} tempest.scenario.test_object_storage_basic_ops.TestObjectStorageBasicOps.test_swift_basic_ops ... success [0.228s] 2022-04-19 08:34:45.731 33 INFO opnfv-tempest [-] {0} tempest.scenario.test_security_groups_basic_ops.TestSecurityGroupsBasicOps.test_cross_tenant_traffic ... success [97.372s] 2022-04-19 08:36:09.168 33 INFO opnfv-tempest [-] {0} tempest.scenario.test_security_groups_basic_ops.TestSecurityGroupsBasicOps.test_in_tenant_traffic ... success [83.422s] 2022-04-19 08:36:54.676 33 INFO opnfv-tempest [-] {0} tempest.scenario.test_server_basic_ops.TestServerBasicOps.test_server_basic_ops ... success [31.789s] 2022-04-19 08:37:44.698 33 INFO opnfv-tempest [-] {0} tempest.scenario.test_server_multinode.TestServerMultinode.test_schedule_to_all_nodes ... success [26.941s] 2022-04-19 08:38:12.087 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-04-19 08:38:53.798 33 INFO opnfv-tempest [-] {0} tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_image_defined_boot_from_volume ... success [41.696s] 2022-04-19 08:39:11.595 33 INFO rally.task.context [-] Verification 31406078-a698-484f-b647-30f403f8b777 | Context testr@default cleanup() started 2022-04-19 08:39:11.595 33 INFO rally.task.context [-] Verification 31406078-a698-484f-b647-30f403f8b777 | Context testr@default cleanup() finished in 0.51 msec 2022-04-19 08:39:11.596 33 INFO rally.task.context [-] Verification 31406078-a698-484f-b647-30f403f8b777 | Context tempest@default cleanup() started 2022-04-19 08:39:11.821 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Deleting flavor 'rally_verify_f580aec0_Z36t61S9'. 2022-04-19 08:39:11.997 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_f580aec0_Z36t61S9' has been deleted. 2022-04-19 08:39:11.998 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Removing value 'c8e7d60a-9b95-4a3b-a7bd-8f67dc26245e' of option 'instance_type' from Tempest config file. 2022-04-19 08:39:11.998 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Value 'c8e7d60a-9b95-4a3b-a7bd-8f67dc26245e' has been removed. 2022-04-19 08:39:12.004 33 INFO rally.task.context [-] Verification 31406078-a698-484f-b647-30f403f8b777 | Context tempest@default cleanup() finished in 0.41 sec 2022-04-19 08:39:12.038 33 INFO rally.api [-] Verification (UUID=f580aec0-ea01-44de-8e93-b1773da9b7ae) has been successfully finished for deployment 'opnfv-rally' (UUID=58ae8c22-7f14-4a3b-a491-2ccc74db41c5)! 2022-04-19 08:39:14.568 150 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-04-19 08:39:14.569 150 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-04-19 08:39:14.569 150 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-04-19 08:39:16.081 151 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-04-19 08:39:16.082 151 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-04-19 08:39:16.082 151 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-04-19 08:39:19.422 151 INFO rally.api [-] Building 'html' report for the following verification(s): 'f580aec0-ea01-44de-8e93-b1773da9b7ae' 2022-04-19 08:39:19.471 151 INFO rally.api [-] The report has been successfully built. 2022-04-19 08:39:21.236 153 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-04-19 08:39:21.236 153 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-04-19 08:39:21.237 153 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-04-19 08:39:23.499 153 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): 'f580aec0-ea01-44de-8e93-b1773da9b7ae' 2022-04-19 08:39:23.502 153 INFO rally.api [-] The report has been successfully built.