2021-02-06 00:42:18.869 24 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-02-06 00:42:18.870 24 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-02-06 00:42:18.870 24 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-02-06 00:42:21.734 24 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-02-06 00:42:21.734 24 ERROR rally.cli.cliutils Traceback (most recent call last): 2021-02-06 00:42:21.734 24 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2021-02-06 00:42:21.734 24 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2021-02-06 00:42:21.734 24 ERROR rally.cli.cliutils File "", line 2, in destroy 2021-02-06 00:42:21.734 24 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2021-02-06 00:42:21.734 24 ERROR rally.cli.cliutils return f(*args, **kwargs) 2021-02-06 00:42:21.734 24 ERROR rally.cli.cliutils File "", line 2, in destroy 2021-02-06 00:42:21.734 24 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2021-02-06 00:42:21.734 24 ERROR rally.cli.cliutils return f(*args, **kwargs) 2021-02-06 00:42:21.734 24 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2021-02-06 00:42:21.734 24 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2021-02-06 00:42:21.734 24 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2021-02-06 00:42:21.734 24 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2021-02-06 00:42:21.734 24 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2021-02-06 00:42:21.734 24 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2021-02-06 00:42:21.734 24 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2021-02-06 00:42:21.734 24 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2021-02-06 00:42:21.734 24 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2021-02-06 00:42:21.734 24 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2021-02-06 00:42:21.734 24 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2021-02-06 00:42:21.734 24 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2021-02-06 00:42:21.734 24 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2021-02-06 00:42:21.734 24 ERROR rally.cli.cliutils 2021-02-06 00:42:23.698 26 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-02-06 00:42:23.698 26 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-02-06 00:42:23.698 26 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-02-06 00:42:28.850 28 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-02-06 00:42:28.850 28 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-02-06 00:42:28.850 28 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-02-06 00:42:35.438 31 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-02-06 00:42:35.438 31 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-02-06 00:42:35.439 31 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-02-06 00:42:37.099 34 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-02-06 00:42:37.100 34 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-02-06 00:42:37.100 34 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-02-06 00:42:39.748 34 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-02-06 00:42:39.748 34 ERROR rally.cli.cliutils Traceback (most recent call last): 2021-02-06 00:42:39.748 34 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2021-02-06 00:42:39.748 34 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2021-02-06 00:42:39.748 34 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2021-02-06 00:42:39.748 34 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2021-02-06 00:42:39.748 34 ERROR rally.cli.cliutils return f(*args, **kwargs) 2021-02-06 00:42:39.748 34 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2021-02-06 00:42:39.748 34 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2021-02-06 00:42:39.748 34 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2021-02-06 00:42:39.748 34 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2021-02-06 00:42:39.748 34 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2021-02-06 00:42:39.748 34 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2021-02-06 00:42:39.748 34 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2021-02-06 00:42:39.748 34 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2021-02-06 00:42:39.748 34 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2021-02-06 00:42:39.748 34 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2021-02-06 00:42:39.748 34 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2021-02-06 00:42:39.748 34 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2021-02-06 00:42:39.748 34 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2021-02-06 00:42:39.748 34 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2021-02-06 00:42:39.748 34 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2021-02-06 00:42:39.748 34 ERROR rally.cli.cliutils 2021-02-06 00:42:41.700 36 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-02-06 00:42:41.700 36 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-02-06 00:42:41.700 36 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-02-06 00:42:44.350 36 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2021-02-06 00:42:44.398 36 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-49fa2d65-cd58-4fc7-9794-435979b3647a/repo. 2021-02-06 00:42:44.700 36 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-49fa2d65-cd58-4fc7-9794-435979b3647a/repo'... done. Note: switching to '52b2d4ddcbc38b13fdbded1cc74c9008f04d008e'. 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-02-06 00:42:44.746 36 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'tags/24.0.0-208-g52b2d4ddc ' 2021-02-06 00:42:44.755 36 RALLYDEBUG rally.verification.utils [-] Subprocess output: '52b2d4ddcbc38b13fdbded1cc74c9008f04d008e ' 2021-02-06 00:42:44.774 36 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2021-02-06 00:42:44.862 36 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2021-02-06 00:42:45.722 36 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=49fa2d65-cd58-4fc7-9794-435979b3647a) has been successfully created! 2021-02-06 00:42:47.679 44 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-02-06 00:42:47.679 44 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-02-06 00:42:47.679 44 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-02-06 00:42:53.729 47 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-02-06 00:42:53.730 47 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-02-06 00:42:53.730 47 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-02-06 00:42:56.461 47 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=49fa2d65-cd58-4fc7-9794-435979b3647a) for deployment 'opnfv-rally' (UUID=97a1e313-7d1e-4f67-b08d-cb9bb01fa012). 2021-02-06 00:42:57.563 47 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=49fa2d65-cd58-4fc7-9794-435979b3647a) has been successfully configured for deployment 'opnfv-rally' (UUID=97a1e313-7d1e-4f67-b08d-cb9bb01fa012)! 2021-02-06 00:43:08.267 52 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-02-06 00:43:08.267 52 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-02-06 00:43:08.267 52 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-02-06 00:43:10.944 52 INFO rally.api [-] Starting verification (UUID=0651e991-84df-4483-baf7-3f713455ee7c) for deployment 'opnfv-rally' (UUID=97a1e313-7d1e-4f67-b08d-cb9bb01fa012) by verifier 'opnfv-tempest' (UUID=49fa2d65-cd58-4fc7-9794-435979b3647a). 2021-02-06 00:43:11.903 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Creating role 'ResellerAdmin'. 2021-02-06 00:43:11.980 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2021-02-06 00:43:11.980 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-49fa2d65-cd58-4fc7-9794-435979b3647a/for-deployment-97a1e313-7d1e-4f67-b08d-cb9bb01fa012/tempest.log' to option 'log_file'. 2021-02-06 00:43:11.981 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-49fa2d65-cd58-4fc7-9794-435979b3647a/for-deployment-97a1e313-7d1e-4f67-b08d-cb9bb01fa012/tempest.log 2021-02-06 00:43:11.981 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2021-02-06 00:43:11.982 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-49fa2d65-cd58-4fc7-9794-435979b3647a/for-deployment-97a1e313-7d1e-4f67-b08d-cb9bb01fa012/lock_files' to option 'lock_path'. 2021-02-06 00:43:11.982 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-49fa2d65-cd58-4fc7-9794-435979b3647a/for-deployment-97a1e313-7d1e-4f67-b08d-cb9bb01fa012/lock_files 2021-02-06 00:43:11.983 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is already configured in Tempest config file. img_dir = /home/opnfv/functest/images 2021-02-06 00:43:11.984 52 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-02-06 00:43:11.984 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = b09038ee-6c1a-4dd1-932c-a5e2515830be 2021-02-06 00:43:11.985 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = 3685d95c-2e28-4e70-bd14-0eae27a08321 2021-02-06 00:43:11.986 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = 473ff388-9efc-4455-a93b-80d09e312da0 2021-02-06 00:43:11.987 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = af95b344-d694-40f9-8fef-604e6fc96fc1 2021-02-06 00:43:12.313 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2021-02-06 00:43:12.314 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = tempest_scenario-net_b95b5345-ad92-4ae2-a063-e904ed994929 2021-02-06 00:43:12.315 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2021-02-06 00:43:12.426 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2021-02-06 00:43:12.470 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] There is no flavor with the mentioned properties. 2021-02-06 00:43:12.472 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Creating flavor 'rally_verify_0651e991_zNPJs8b5' with the following properties: RAM = 64MB, VCPUs = 1, disk = 5GB. 2021-02-06 00:43:12.532 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_0651e991_zNPJs8b5' (ID = ed9d7d48-ad48-4b2e-a26c-d2b74ab37e21) has been successfully created! 2021-02-06 00:43:12.532 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value 'ed9d7d48-ad48-4b2e-a26c-d2b74ab37e21' to option 'instance_type'. 2021-02-06 00:43:12.532 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = ed9d7d48-ad48-4b2e-a26c-d2b74ab37e21 2021-02-06 00:43:12.534 52 INFO rally.task.context [-] Verification 49fa2d65-cd58-4fc7-9794-435979b3647a | Context tempest@default setup() finished in 1.05 sec 2021-02-06 00:43:12.535 52 INFO rally.task.context [-] Verification 49fa2d65-cd58-4fc7-9794-435979b3647a | Context testr@default setup() finished in 0.45 msec 2021-02-06 00:43:12.535 52 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --serial --load-list /tmp/ea86b508-2ceb-4df5-a8dd-0e6585f9eb76'. 2021-02-06 00:44:25.910 52 INFO opnfv-tempest [-] {0} tempest.scenario.test_minimum_basic.TestMinimumBasicScenario.test_minimum_basic_scenario ... success [58.280s] 2021-02-06 00:45:37.909 52 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_hotplug_nic ... success [61.146s] 2021-02-06 00:46:51.033 52 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_network_basic_ops ... success [73.066s] 2021-02-06 00:46:53.111 52 INFO opnfv-tempest [-] {0} tempest.scenario.test_object_storage_basic_ops.TestObjectStorageBasicOps ... skip: b'TestObjectStorageBasicOps skipped as swift is not available' 2021-02-06 00:48:31.561 52 INFO opnfv-tempest [-] {0} tempest.scenario.test_security_groups_basic_ops.TestSecurityGroupsBasicOps.test_cross_tenant_traffic ... success [93.567s] 2021-02-06 00:49:34.747 52 INFO opnfv-tempest [-] {0} tempest.scenario.test_security_groups_basic_ops.TestSecurityGroupsBasicOps.test_in_tenant_traffic ... success [63.166s] 2021-02-06 00:50:16.256 52 INFO opnfv-tempest [-] {0} tempest.scenario.test_server_basic_ops.TestServerBasicOps.test_server_basic_ops ... success [29.780s] 2021-02-06 00:53:23.488 52 INFO opnfv-tempest [-] {0} tempest.scenario.test_server_multinode.TestServerMultinode.test_schedule_to_all_nodes ... success [163.553s] 2021-02-06 00:53:56.685 52 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-02-06 00:54:39.593 52 INFO opnfv-tempest [-] {0} tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_image_defined_boot_from_volume ... success [42.877s] 2021-02-06 00:54:57.232 52 INFO rally.task.context [-] Verification 49fa2d65-cd58-4fc7-9794-435979b3647a | Context testr@default cleanup() started 2021-02-06 00:54:57.232 52 INFO rally.task.context [-] Verification 49fa2d65-cd58-4fc7-9794-435979b3647a | Context testr@default cleanup() finished in 0.73 msec 2021-02-06 00:54:57.232 52 INFO rally.task.context [-] Verification 49fa2d65-cd58-4fc7-9794-435979b3647a | Context tempest@default cleanup() started 2021-02-06 00:54:57.783 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Deleting role 'ResellerAdmin'. 2021-02-06 00:54:57.902 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Role 'ResellerAdmin' has been deleted. 2021-02-06 00:54:57.934 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Deleting flavor 'rally_verify_0651e991_zNPJs8b5'. 2021-02-06 00:54:58.199 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_0651e991_zNPJs8b5' has been deleted. 2021-02-06 00:54:58.200 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Removing value 'ed9d7d48-ad48-4b2e-a26c-d2b74ab37e21' of option 'instance_type' from Tempest config file. 2021-02-06 00:54:58.200 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Value 'ed9d7d48-ad48-4b2e-a26c-d2b74ab37e21' has been removed. 2021-02-06 00:54:58.203 52 INFO rally.task.context [-] Verification 49fa2d65-cd58-4fc7-9794-435979b3647a | Context tempest@default cleanup() finished in 0.97 sec 2021-02-06 00:54:58.226 52 INFO rally.api [-] Verification (UUID=0651e991-84df-4483-baf7-3f713455ee7c) has been successfully finished for deployment 'opnfv-rally' (UUID=97a1e313-7d1e-4f67-b08d-cb9bb01fa012)! 2021-02-06 00:55:00.262 174 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-02-06 00:55:00.263 174 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-02-06 00:55:00.263 174 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-02-06 00:55:02.210 176 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-02-06 00:55:02.211 176 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-02-06 00:55:02.211 176 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-02-06 00:55:05.074 176 INFO rally.api [-] Building 'html' report for the following verification(s): '0651e991-84df-4483-baf7-3f713455ee7c' 2021-02-06 00:55:05.094 176 INFO rally.api [-] The report has been successfully built. 2021-02-06 00:55:07.058 178 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-02-06 00:55:07.058 178 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-02-06 00:55:07.058 178 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-02-06 00:55:09.743 178 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): '0651e991-84df-4483-baf7-3f713455ee7c' 2021-02-06 00:55:09.745 178 INFO rally.api [-] The report has been successfully built.