2020-09-29 08:15:32.947 6 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-29 08:15:32.948 6 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-29 08:15:32.948 6 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-29 08:15:35.080 6 ERROR rally.cli.cliutils [-] Unexpected exception in CLI: rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2020-09-29 08:15:35.080 6 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-09-29 08:15:35.080 6 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-09-29 08:15:35.080 6 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-09-29 08:15:35.080 6 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-09-29 08:15:35.080 6 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2020-09-29 08:15:35.080 6 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-09-29 08:15:35.080 6 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-09-29 08:15:35.080 6 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-09-29 08:15:35.080 6 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-09-29 08:15:35.080 6 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2020-09-29 08:15:35.080 6 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2020-09-29 08:15:35.080 6 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2020-09-29 08:15:35.080 6 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2020-09-29 08:15:35.080 6 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2020-09-29 08:15:35.080 6 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2020-09-29 08:15:35.080 6 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2020-09-29 08:15:35.080 6 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2020-09-29 08:15:35.080 6 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-09-29 08:15:35.080 6 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-09-29 08:15:35.080 6 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 519, in env_get 2020-09-29 08:15:35.080 6 ERROR rally.cli.cliutils criteria="uuid or name is %s" % uuid_or_name, table="envs") 2020-09-29 08:15:35.080 6 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2020-09-29 08:15:35.080 6 ERROR rally.cli.cliutils 2020-09-29 08:15:36.690 8 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-29 08:15:36.691 8 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-29 08:15:36.691 8 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-29 08:15:41.144 10 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-29 08:15:41.144 10 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-29 08:15:41.144 10 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-29 08:15:46.019 13 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-29 08:15:46.020 13 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-29 08:15:46.020 13 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-29 08:15:47.588 15 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-29 08:15:47.588 15 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-29 08:15:47.588 15 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-29 08:15:49.923 15 ERROR rally.cli.cliutils [-] Unexpected exception in CLI: rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2020-09-29 08:15:49.923 15 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-09-29 08:15:49.923 15 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-09-29 08:15:49.923 15 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-09-29 08:15:49.923 15 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2020-09-29 08:15:49.923 15 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-09-29 08:15:49.923 15 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-09-29 08:15:49.923 15 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 236, in delete_verifier 2020-09-29 08:15:49.923 15 ERROR rally.cli.cliutils force=force) 2020-09-29 08:15:49.923 15 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2020-09-29 08:15:49.923 15 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2020-09-29 08:15:49.923 15 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2020-09-29 08:15:49.923 15 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2020-09-29 08:15:49.923 15 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2020-09-29 08:15:49.923 15 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2020-09-29 08:15:49.923 15 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-09-29 08:15:49.923 15 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-09-29 08:15:49.923 15 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2020-09-29 08:15:49.923 15 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2020-09-29 08:15:49.923 15 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 677, in _verifier_get 2020-09-29 08:15:49.923 15 ERROR rally.cli.cliutils criteria="name or uuid is %s" % verifier_id, table="verifiers") 2020-09-29 08:15:49.923 15 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2020-09-29 08:15:49.923 15 ERROR rally.cli.cliutils 2020-09-29 08:15:51.571 17 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-29 08:15:51.572 17 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-29 08:15:51.572 17 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-29 08:15:53.977 17 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2020-09-29 08:15:54.086 17 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-1851a1b0-8d7a-4d9f-9c9d-ce217c0499f8/repo. 2020-09-29 08:15:54.435 17 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-1851a1b0-8d7a-4d9f-9c9d-ce217c0499f8/repo'... done. Note: checking out '134bf9998c70c1a819f03c9f7b1ea592b914df6e'. 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 ' 2020-09-29 08:15:54.450 17 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'tags/22.0.0-1-g134bf9998 ' 2020-09-29 08:15:54.460 17 RALLYDEBUG rally.verification.utils [-] Subprocess output: '134bf9998c70c1a819f03c9f7b1ea592b914df6e ' 2020-09-29 08:15:54.481 17 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2020-09-29 08:15:54.539 17 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2020-09-29 08:15:55.243 17 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=1851a1b0-8d7a-4d9f-9c9d-ce217c0499f8) has been successfully created! 2020-09-29 08:15:57.091 25 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-29 08:15:57.091 25 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-29 08:15:57.091 25 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-29 08:16:01.926 28 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-29 08:16:01.926 28 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-29 08:16:01.926 28 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-29 08:16:04.247 28 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=1851a1b0-8d7a-4d9f-9c9d-ce217c0499f8) for deployment 'opnfv-rally' (UUID=8a0d46d0-2c85-4a11-8d73-fdb64e83af16). 2020-09-29 08:16:04.721 28 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=1851a1b0-8d7a-4d9f-9c9d-ce217c0499f8) has been successfully configured for deployment 'opnfv-rally' (UUID=8a0d46d0-2c85-4a11-8d73-fdb64e83af16)! 2020-09-29 08:16:13.703 32 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-29 08:16:13.703 32 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-29 08:16:13.703 32 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-29 08:16:15.967 32 INFO rally.api [-] Starting verification (UUID=f10d7ca3-f09f-4273-9fc4-896c92e9e024) for deployment 'opnfv-rally' (UUID=8a0d46d0-2c85-4a11-8d73-fdb64e83af16) by verifier 'opnfv-tempest' (UUID=1851a1b0-8d7a-4d9f-9c9d-ce217c0499f8). 2020-09-29 08:16:16.663 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2020-09-29 08:16:16.664 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-1851a1b0-8d7a-4d9f-9c9d-ce217c0499f8/for-deployment-8a0d46d0-2c85-4a11-8d73-fdb64e83af16/tempest.log' to option 'log_file'. 2020-09-29 08:16:16.664 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-1851a1b0-8d7a-4d9f-9c9d-ce217c0499f8/for-deployment-8a0d46d0-2c85-4a11-8d73-fdb64e83af16/tempest.log 2020-09-29 08:16:16.665 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2020-09-29 08:16:16.665 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-1851a1b0-8d7a-4d9f-9c9d-ce217c0499f8/for-deployment-8a0d46d0-2c85-4a11-8d73-fdb64e83af16/lock_files' to option 'lock_path'. 2020-09-29 08:16:16.665 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-1851a1b0-8d7a-4d9f-9c9d-ce217c0499f8/for-deployment-8a0d46d0-2c85-4a11-8d73-fdb64e83af16/lock_files 2020-09-29 08:16:16.666 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is already configured in Tempest config file. img_dir = /home/opnfv/functest/images 2020-09-29 08:16:16.666 32 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 2020-09-29 08:16:16.667 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = 0cf89856-220c-44a2-be30-4f2166b8f233 2020-09-29 08:16:16.667 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = 56e4c226-bd2c-42f1-baea-85f8b3225971 2020-09-29 08:16:16.668 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = ca4c571e-f544-4233-8310-bf21c9334d86 2020-09-29 08:16:16.668 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = 79560ee6-45bf-445f-ae99-5924f53a4581 2020-09-29 08:16:16.936 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2020-09-29 08:16:16.937 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = tempest_scenario-net_469b8489-f8a6-4497-b10f-c92a4117fa7b 2020-09-29 08:16:16.937 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2020-09-29 08:16:17.007 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2020-09-29 08:16:17.042 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] There is no flavor with the mentioned properties. 2020-09-29 08:16:17.043 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Creating flavor 'rally_verify_f10d7ca3_LvqUtwc5' with the following properties: RAM = 64MB, VCPUs = 1, disk = 5GB. 2020-09-29 08:16:17.088 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_f10d7ca3_LvqUtwc5' (ID = 637c81b5-bb97-43a1-8974-999c31348f31) has been successfully created! 2020-09-29 08:16:17.088 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '637c81b5-bb97-43a1-8974-999c31348f31' to option 'instance_type'. 2020-09-29 08:16:17.089 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = 637c81b5-bb97-43a1-8974-999c31348f31 2020-09-29 08:16:17.090 32 INFO rally.task.context [-] Verification 1851a1b0-8d7a-4d9f-9c9d-ce217c0499f8 | Context tempest@default setup() finished in 0.88 sec 2020-09-29 08:16:17.091 32 INFO rally.task.context [-] Verification 1851a1b0-8d7a-4d9f-9c9d-ce217c0499f8 | Context testr@default setup() finished in 0.40 msec 2020-09-29 08:16:17.091 32 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --serial --load-list /tmp/17a1254a-fbc2-4f27-9b7b-0170fbe2f729'. 2020-09-29 08:17:26.828 32 INFO opnfv-tempest [-] {0} tempest.scenario.test_minimum_basic.TestMinimumBasicScenario.test_minimum_basic_scenario ... success [55.176s] 2020-09-29 08:19:02.470 32 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_hotplug_nic ... success [81.780s] 2020-09-29 08:20:28.187 32 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_network_basic_ops ... success [85.697s] 2020-09-29 08:20:31.592 32 INFO opnfv-tempest [-] {0} tempest.scenario.test_object_storage_basic_ops.TestObjectStorageBasicOps.test_swift_basic_ops ... success [0.296s] 2020-09-29 08:22:28.123 32 INFO opnfv-tempest [-] {0} tempest.scenario.test_security_groups_basic_ops.TestSecurityGroupsBasicOps.test_cross_tenant_traffic ... success [112.817s] 2020-09-29 08:23:30.501 32 INFO opnfv-tempest [-] {0} tempest.scenario.test_security_groups_basic_ops.TestSecurityGroupsBasicOps.test_in_tenant_traffic ... success [62.365s] 2020-09-29 08:24:19.617 32 INFO opnfv-tempest [-] {0} tempest.scenario.test_server_basic_ops.TestServerBasicOps.test_server_basic_ops ... success [30.510s] 2020-09-29 08:25:19.755 32 INFO opnfv-tempest [-] {0} tempest.scenario.test_server_multinode.TestServerMultinode.test_schedule_to_all_nodes ... success [37.290s] 2020-09-29 08:25:51.902 32 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' 2020-09-29 08:26:43.632 32 INFO opnfv-tempest [-] {0} tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_image_defined_boot_from_volume ... success [51.716s] 2020-09-29 08:27:06.822 32 INFO rally.task.context [-] Verification 1851a1b0-8d7a-4d9f-9c9d-ce217c0499f8 | Context testr@default cleanup() started 2020-09-29 08:27:06.823 32 INFO rally.task.context [-] Verification 1851a1b0-8d7a-4d9f-9c9d-ce217c0499f8 | Context testr@default cleanup() finished in 0.65 msec 2020-09-29 08:27:06.823 32 INFO rally.task.context [-] Verification 1851a1b0-8d7a-4d9f-9c9d-ce217c0499f8 | Context tempest@default cleanup() started 2020-09-29 08:27:06.995 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Deleting flavor 'rally_verify_f10d7ca3_LvqUtwc5'. 2020-09-29 08:27:07.119 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_f10d7ca3_LvqUtwc5' has been deleted. 2020-09-29 08:27:07.120 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Removing value '637c81b5-bb97-43a1-8974-999c31348f31' of option 'instance_type' from Tempest config file. 2020-09-29 08:27:07.121 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Value '637c81b5-bb97-43a1-8974-999c31348f31' has been removed. 2020-09-29 08:27:07.128 32 INFO rally.task.context [-] Verification 1851a1b0-8d7a-4d9f-9c9d-ce217c0499f8 | Context tempest@default cleanup() finished in 0.31 sec 2020-09-29 08:27:07.186 32 INFO rally.api [-] Verification (UUID=f10d7ca3-f09f-4273-9fc4-896c92e9e024) has been successfully finished for deployment 'opnfv-rally' (UUID=8a0d46d0-2c85-4a11-8d73-fdb64e83af16)! 2020-09-29 08:27:10.522 151 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-29 08:27:10.522 151 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-29 08:27:10.522 151 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-29 08:27:12.256 152 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-29 08:27:12.256 152 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-29 08:27:12.257 152 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-29 08:27:15.476 152 INFO rally.api [-] Building 'html' report for the following verification(s): 'f10d7ca3-f09f-4273-9fc4-896c92e9e024' 2020-09-29 08:27:15.508 152 INFO rally.api [-] The report has been successfully built. 2020-09-29 08:27:17.024 154 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-29 08:27:17.025 154 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-29 08:27:17.025 154 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-29 08:27:19.203 154 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): 'f10d7ca3-f09f-4273-9fc4-896c92e9e024' 2020-09-29 08:27:19.208 154 INFO rally.api [-] The report has been successfully built.