2021-01-30 23:55:58.435 23 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-01-30 23:55:58.436 23 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-01-30 23:55:58.436 23 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-01-30 23:56:01.296 23 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-01-30 23:56:01.296 23 ERROR rally.cli.cliutils Traceback (most recent call last): 2021-01-30 23:56:01.296 23 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2021-01-30 23:56:01.296 23 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2021-01-30 23:56:01.296 23 ERROR rally.cli.cliutils File "", line 2, in destroy 2021-01-30 23:56:01.296 23 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2021-01-30 23:56:01.296 23 ERROR rally.cli.cliutils return f(*args, **kwargs) 2021-01-30 23:56:01.296 23 ERROR rally.cli.cliutils File "", line 2, in destroy 2021-01-30 23:56:01.296 23 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2021-01-30 23:56:01.296 23 ERROR rally.cli.cliutils return f(*args, **kwargs) 2021-01-30 23:56:01.296 23 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2021-01-30 23:56:01.296 23 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2021-01-30 23:56:01.296 23 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2021-01-30 23:56:01.296 23 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2021-01-30 23:56:01.296 23 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2021-01-30 23:56:01.296 23 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2021-01-30 23:56:01.296 23 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2021-01-30 23:56:01.296 23 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2021-01-30 23:56:01.296 23 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2021-01-30 23:56:01.296 23 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2021-01-30 23:56:01.296 23 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2021-01-30 23:56:01.296 23 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2021-01-30 23:56:01.296 23 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2021-01-30 23:56:01.296 23 ERROR rally.cli.cliutils 2021-01-30 23:56:03.266 25 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-01-30 23:56:03.266 25 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-01-30 23:56:03.267 25 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-01-30 23:56:08.393 27 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-01-30 23:56:08.393 27 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-01-30 23:56:08.394 27 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-01-30 23:56:15.256 30 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-01-30 23:56:15.257 30 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-01-30 23:56:15.257 30 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-01-30 23:56:17.091 33 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-01-30 23:56:17.092 33 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-01-30 23:56:17.092 33 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-01-30 23:56:19.691 33 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-01-30 23:56:19.691 33 ERROR rally.cli.cliutils Traceback (most recent call last): 2021-01-30 23:56:19.691 33 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2021-01-30 23:56:19.691 33 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2021-01-30 23:56:19.691 33 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2021-01-30 23:56:19.691 33 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2021-01-30 23:56:19.691 33 ERROR rally.cli.cliutils return f(*args, **kwargs) 2021-01-30 23:56:19.691 33 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2021-01-30 23:56:19.691 33 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2021-01-30 23:56:19.691 33 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2021-01-30 23:56:19.691 33 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2021-01-30 23:56:19.691 33 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2021-01-30 23:56:19.691 33 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2021-01-30 23:56:19.691 33 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2021-01-30 23:56:19.691 33 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2021-01-30 23:56:19.691 33 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2021-01-30 23:56:19.691 33 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2021-01-30 23:56:19.691 33 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2021-01-30 23:56:19.691 33 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2021-01-30 23:56:19.691 33 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2021-01-30 23:56:19.691 33 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2021-01-30 23:56:19.691 33 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2021-01-30 23:56:19.691 33 ERROR rally.cli.cliutils 2021-01-30 23:56:21.761 35 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-01-30 23:56:21.762 35 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-01-30 23:56:21.762 35 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-01-30 23:56:24.481 35 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2021-01-30 23:56:24.530 35 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-8bc617e2-3dde-4e84-9368-910e9b459421/repo. 2021-01-30 23:56:24.860 35 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-8bc617e2-3dde-4e84-9368-910e9b459421/repo'... done. Note: switching to '04839aad0bc78c3acf54a5e9c6b27fc66368c7c9'. 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-01-30 23:56:24.905 35 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'tags/24.0.0-208-g04839aad0 ' 2021-01-30 23:56:24.915 35 RALLYDEBUG rally.verification.utils [-] Subprocess output: '04839aad0bc78c3acf54a5e9c6b27fc66368c7c9 ' 2021-01-30 23:56:24.935 35 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2021-01-30 23:56:25.025 35 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2021-01-30 23:56:25.994 35 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=8bc617e2-3dde-4e84-9368-910e9b459421) has been successfully created! 2021-01-30 23:56:28.153 43 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-01-30 23:56:28.154 43 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-01-30 23:56:28.154 43 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-01-30 23:56:34.504 46 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-01-30 23:56:34.504 46 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-01-30 23:56:34.504 46 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-01-30 23:56:37.235 46 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=8bc617e2-3dde-4e84-9368-910e9b459421) for deployment 'opnfv-rally' (UUID=0b972366-bff8-43b1-b4ef-7944a377dc19). 2021-01-30 23:56:38.015 46 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=8bc617e2-3dde-4e84-9368-910e9b459421) has been successfully configured for deployment 'opnfv-rally' (UUID=0b972366-bff8-43b1-b4ef-7944a377dc19)! 2021-01-30 23:56:49.088 51 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-01-30 23:56:49.089 51 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-01-30 23:56:49.089 51 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-01-30 23:56:51.880 51 INFO rally.api [-] Starting verification (UUID=2d2fe031-cb50-4c72-bf67-7864954bc859) for deployment 'opnfv-rally' (UUID=0b972366-bff8-43b1-b4ef-7944a377dc19) by verifier 'opnfv-tempest' (UUID=8bc617e2-3dde-4e84-9368-910e9b459421). 2021-01-30 23:56:52.785 51 RALLYDEBUG rally_openstack.verification.tempest.context [-] Creating role 'ResellerAdmin'. 2021-01-30 23:56:52.850 51 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2021-01-30 23:56:52.851 51 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-8bc617e2-3dde-4e84-9368-910e9b459421/for-deployment-0b972366-bff8-43b1-b4ef-7944a377dc19/tempest.log' to option 'log_file'. 2021-01-30 23:56:52.851 51 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-8bc617e2-3dde-4e84-9368-910e9b459421/for-deployment-0b972366-bff8-43b1-b4ef-7944a377dc19/tempest.log 2021-01-30 23:56:52.852 51 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2021-01-30 23:56:52.852 51 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-8bc617e2-3dde-4e84-9368-910e9b459421/for-deployment-0b972366-bff8-43b1-b4ef-7944a377dc19/lock_files' to option 'lock_path'. 2021-01-30 23:56:52.853 51 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-8bc617e2-3dde-4e84-9368-910e9b459421/for-deployment-0b972366-bff8-43b1-b4ef-7944a377dc19/lock_files 2021-01-30 23:56:52.853 51 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is already configured in Tempest config file. img_dir = /home/opnfv/functest/images 2021-01-30 23:56:52.854 51 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-01-30 23:56:52.855 51 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = a0e09f28-0c4f-4882-b93a-a50198c81378 2021-01-30 23:56:52.855 51 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = 8df40b46-d2bd-49f7-bf3f-61a9b8918daf 2021-01-30 23:56:52.856 51 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = 6706b2f6-b266-40f5-9aee-2004598c97af 2021-01-30 23:56:52.856 51 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = 256955c7-4e43-48db-a9a4-a0c884f1da39 2021-01-30 23:56:53.147 51 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2021-01-30 23:56:53.147 51 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = tempest_scenario-net_1005863b-9991-4b3b-8881-43e2c03d7747 2021-01-30 23:56:53.148 51 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2021-01-30 23:56:53.268 51 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2021-01-30 23:56:53.303 51 RALLYDEBUG rally_openstack.verification.tempest.context [-] There is no flavor with the mentioned properties. 2021-01-30 23:56:53.303 51 RALLYDEBUG rally_openstack.verification.tempest.context [-] Creating flavor 'rally_verify_2d2fe031_ZZk5ynTm' with the following properties: RAM = 64MB, VCPUs = 1, disk = 5GB. 2021-01-30 23:56:53.349 51 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_2d2fe031_ZZk5ynTm' (ID = 062979f5-2a84-4a3f-ae8a-49a8e16674f8) has been successfully created! 2021-01-30 23:56:53.350 51 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '062979f5-2a84-4a3f-ae8a-49a8e16674f8' to option 'instance_type'. 2021-01-30 23:56:53.351 51 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = 062979f5-2a84-4a3f-ae8a-49a8e16674f8 2021-01-30 23:56:53.352 51 INFO rally.task.context [-] Verification 8bc617e2-3dde-4e84-9368-910e9b459421 | Context tempest@default setup() finished in 0.97 sec 2021-01-30 23:56:53.353 51 INFO rally.task.context [-] Verification 8bc617e2-3dde-4e84-9368-910e9b459421 | Context testr@default setup() finished in 0.51 msec 2021-01-30 23:56:53.354 51 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --serial --load-list /tmp/29ac4423-137a-4807-a0c0-ee70802663fb'. 2021-01-30 23:57:55.601 51 INFO opnfv-tempest [-] {0} tempest.scenario.test_minimum_basic.TestMinimumBasicScenario.test_minimum_basic_scenario ... success [48.499s] 2021-01-30 23:58:57.352 51 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_hotplug_nic ... success [51.375s] 2021-01-31 00:00:00.282 51 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_network_basic_ops ... success [62.893s] 2021-01-31 00:00:02.173 51 INFO opnfv-tempest [-] {0} tempest.scenario.test_object_storage_basic_ops.TestObjectStorageBasicOps ... skip: b'TestObjectStorageBasicOps skipped as swift is not available' 2021-01-31 00:01:24.859 51 INFO opnfv-tempest [-] {0} tempest.scenario.test_security_groups_basic_ops.TestSecurityGroupsBasicOps.test_cross_tenant_traffic ... success [78.000s] 2021-01-31 00:02:17.152 51 INFO opnfv-tempest [-] {0} tempest.scenario.test_security_groups_basic_ops.TestSecurityGroupsBasicOps.test_in_tenant_traffic ... success [52.278s] 2021-01-31 00:02:52.110 51 INFO opnfv-tempest [-] {0} tempest.scenario.test_server_basic_ops.TestServerBasicOps.test_server_basic_ops ... success [24.388s] 2021-01-31 00:05:30.350 51 INFO opnfv-tempest [-] {0} tempest.scenario.test_server_multinode.TestServerMultinode.test_schedule_to_all_nodes ... success [136.804s] 2021-01-31 00:05:59.680 51 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-01-31 00:06:42.736 51 INFO opnfv-tempest [-] {0} tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_image_defined_boot_from_volume ... success [43.035s] 2021-01-31 00:06:57.801 51 INFO rally.task.context [-] Verification 8bc617e2-3dde-4e84-9368-910e9b459421 | Context testr@default cleanup() started 2021-01-31 00:06:57.801 51 INFO rally.task.context [-] Verification 8bc617e2-3dde-4e84-9368-910e9b459421 | Context testr@default cleanup() finished in 0.71 msec 2021-01-31 00:06:57.802 51 INFO rally.task.context [-] Verification 8bc617e2-3dde-4e84-9368-910e9b459421 | Context tempest@default cleanup() started 2021-01-31 00:06:58.387 51 RALLYDEBUG rally_openstack.verification.tempest.context [-] Deleting role 'ResellerAdmin'. 2021-01-31 00:06:58.503 51 RALLYDEBUG rally_openstack.verification.tempest.context [-] Role 'ResellerAdmin' has been deleted. 2021-01-31 00:06:58.542 51 RALLYDEBUG rally_openstack.verification.tempest.context [-] Deleting flavor 'rally_verify_2d2fe031_ZZk5ynTm'. 2021-01-31 00:06:58.779 51 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_2d2fe031_ZZk5ynTm' has been deleted. 2021-01-31 00:06:58.780 51 RALLYDEBUG rally_openstack.verification.tempest.context [-] Removing value '062979f5-2a84-4a3f-ae8a-49a8e16674f8' of option 'instance_type' from Tempest config file. 2021-01-31 00:06:58.781 51 RALLYDEBUG rally_openstack.verification.tempest.context [-] Value '062979f5-2a84-4a3f-ae8a-49a8e16674f8' has been removed. 2021-01-31 00:06:58.783 51 INFO rally.task.context [-] Verification 8bc617e2-3dde-4e84-9368-910e9b459421 | Context tempest@default cleanup() finished in 0.98 sec 2021-01-31 00:06:58.808 51 INFO rally.api [-] Verification (UUID=2d2fe031-cb50-4c72-bf67-7864954bc859) has been successfully finished for deployment 'opnfv-rally' (UUID=0b972366-bff8-43b1-b4ef-7944a377dc19)! 2021-01-31 00:07:01.107 173 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-01-31 00:07:01.108 173 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-01-31 00:07:01.109 173 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-01-31 00:07:02.993 175 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-01-31 00:07:02.993 175 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-01-31 00:07:02.994 175 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-01-31 00:07:05.858 175 INFO rally.api [-] Building 'html' report for the following verification(s): '2d2fe031-cb50-4c72-bf67-7864954bc859' 2021-01-31 00:07:05.877 175 INFO rally.api [-] The report has been successfully built. 2021-01-31 00:07:07.763 177 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-01-31 00:07:07.763 177 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-01-31 00:07:07.763 177 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-01-31 00:07:10.488 177 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): '2d2fe031-cb50-4c72-bf67-7864954bc859' 2021-01-31 00:07:10.490 177 INFO rally.api [-] The report has been successfully built.