2020-09-03 14:36:44.830 10 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-03 14:36:44.838 10 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-03 14:36:44.839 10 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-03 14:37:09.242 10 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-03 14:37:09.242 10 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-09-03 14:37:09.242 10 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-09-03 14:37:09.242 10 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-09-03 14:37:09.242 10 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-09-03 14:37:09.242 10 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2020-09-03 14:37:09.242 10 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-09-03 14:37:09.242 10 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-09-03 14:37:09.242 10 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-09-03 14:37:09.242 10 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-09-03 14:37:09.242 10 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2020-09-03 14:37:09.242 10 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2020-09-03 14:37:09.242 10 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2020-09-03 14:37:09.242 10 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2020-09-03 14:37:09.242 10 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2020-09-03 14:37:09.242 10 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2020-09-03 14:37:09.242 10 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2020-09-03 14:37:09.242 10 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2020-09-03 14:37:09.242 10 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-09-03 14:37:09.242 10 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-09-03 14:37:09.242 10 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2020-09-03 14:37:09.242 10 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-09-03 14:37:09.242 10 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2020-09-03 14:37:09.242 10 ERROR rally.cli.cliutils 2020-09-03 14:37:24.618 16 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-03 14:37:24.624 16 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-03 14:37:24.626 16 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-03 14:38:07.234 22 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-03 14:38:07.240 22 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-03 14:38:07.242 22 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-03 14:38:52.701 31 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-03 14:38:52.707 31 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-03 14:38:52.709 31 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-03 14:39:07.948 40 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-03 14:39:07.955 40 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-03 14:39:07.956 40 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-03 14:39:32.336 40 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-03 14:39:32.336 40 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-09-03 14:39:32.336 40 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-09-03 14:39:32.336 40 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-09-03 14:39:32.336 40 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2020-09-03 14:39:32.336 40 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-09-03 14:39:32.336 40 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-09-03 14:39:32.336 40 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2020-09-03 14:39:32.336 40 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2020-09-03 14:39:32.336 40 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2020-09-03 14:39:32.336 40 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2020-09-03 14:39:32.336 40 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2020-09-03 14:39:32.336 40 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2020-09-03 14:39:32.336 40 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2020-09-03 14:39:32.336 40 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2020-09-03 14:39:32.336 40 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-09-03 14:39:32.336 40 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-09-03 14:39:32.336 40 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2020-09-03 14:39:32.336 40 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2020-09-03 14:39:32.336 40 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2020-09-03 14:39:32.336 40 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-09-03 14:39:32.336 40 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2020-09-03 14:39:32.336 40 ERROR rally.cli.cliutils 2020-09-03 14:39:47.785 46 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-03 14:39:47.792 46 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-03 14:39:47.793 46 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-03 14:40:10.958 46 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2020-09-03 14:40:11.442 46 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-048ae0c6-08dd-4990-8a0a-ee133b6ba4cd/repo. 2020-09-03 14:40:12.303 46 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-048ae0c6-08dd-4990-8a0a-ee133b6ba4cd/repo'... done. Note: switching to '8d8712d666fb4eb783769d2847e848d3944b9980'. 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 ' 2020-09-03 14:40:12.401 46 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'tags/24.0.0-1-g8d8712d66 ' 2020-09-03 14:40:12.463 46 RALLYDEBUG rally.verification.utils [-] Subprocess output: '8d8712d666fb4eb783769d2847e848d3944b9980 ' 2020-09-03 14:40:12.534 46 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2020-09-03 14:40:13.123 46 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2020-09-03 14:40:20.550 46 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=048ae0c6-08dd-4990-8a0a-ee133b6ba4cd) has been successfully created! 2020-09-03 14:40:36.341 71 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-03 14:40:36.347 71 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-03 14:40:36.349 71 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-03 14:41:16.177 80 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-03 14:41:16.184 80 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-03 14:41:16.186 80 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-03 14:41:41.037 80 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=048ae0c6-08dd-4990-8a0a-ee133b6ba4cd) for deployment 'opnfv-rally' (UUID=7becc5f8-a7c0-4200-8205-340ca1be1c88). 2020-09-03 14:41:42.517 80 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=048ae0c6-08dd-4990-8a0a-ee133b6ba4cd) has been successfully configured for deployment 'opnfv-rally' (UUID=7becc5f8-a7c0-4200-8205-340ca1be1c88)! 2020-09-03 14:43:14.928 97 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-03 14:43:14.935 97 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-03 14:43:14.936 97 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-03 14:43:39.576 97 INFO rally.api [-] Starting verification (UUID=92d9e857-fe1b-4ed3-b60c-fb7ce002d376) for deployment 'opnfv-rally' (UUID=7becc5f8-a7c0-4200-8205-340ca1be1c88) by verifier 'opnfv-tempest' (UUID=048ae0c6-08dd-4990-8a0a-ee133b6ba4cd). 2020-09-03 14:43:44.207 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2020-09-03 14:43:44.209 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-048ae0c6-08dd-4990-8a0a-ee133b6ba4cd/for-deployment-7becc5f8-a7c0-4200-8205-340ca1be1c88/tempest.log' to option 'log_file'. 2020-09-03 14:43:44.211 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-048ae0c6-08dd-4990-8a0a-ee133b6ba4cd/for-deployment-7becc5f8-a7c0-4200-8205-340ca1be1c88/tempest.log 2020-09-03 14:43:44.213 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2020-09-03 14:43:44.214 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-048ae0c6-08dd-4990-8a0a-ee133b6ba4cd/for-deployment-7becc5f8-a7c0-4200-8205-340ca1be1c88/lock_files' to option 'lock_path'. 2020-09-03 14:43:44.215 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-048ae0c6-08dd-4990-8a0a-ee133b6ba4cd/for-deployment-7becc5f8-a7c0-4200-8205-340ca1be1c88/lock_files 2020-09-03 14:43:44.217 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is already configured in Tempest config file. img_dir = /home/opnfv/functest/images 2020-09-03 14:43:44.220 97 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-03 14:43:44.222 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = 21482279-f75a-4ede-a336-62a8db9220d1 2020-09-03 14:43:44.224 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = b857d863-f984-40e4-9afe-51d065f1bd1a 2020-09-03 14:43:44.228 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = 340916d3-3807-43b7-979c-29fe5ad514c0 2020-09-03 14:43:44.231 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = d49e7834-72d8-47e7-b8e0-5ce9254ca542 2020-09-03 14:43:44.591 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2020-09-03 14:43:44.594 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = tempest_scenario-net_94fe63e4-fa88-4a95-b2e3-d9fd5b53d6b6 2020-09-03 14:43:44.597 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2020-09-03 14:43:45.357 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2020-09-03 14:43:45.417 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] The following flavor discovered: 'rally_verify_f8d5da14_1jrE1GEJ'. Using flavor 'rally_verify_f8d5da14_1jrE1GEJ' (ID = bedc9d50-511d-4f04-9cb8-bdfb4a77ebaa) for the tests. 2020-09-03 14:43:45.419 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value 'bedc9d50-511d-4f04-9cb8-bdfb4a77ebaa' to option 'instance_type'. 2020-09-03 14:43:45.420 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = bedc9d50-511d-4f04-9cb8-bdfb4a77ebaa 2020-09-03 14:43:45.428 97 INFO rally.task.context [-] Verification 048ae0c6-08dd-4990-8a0a-ee133b6ba4cd | Context tempest@default setup() finished in 4.62 sec 2020-09-03 14:43:45.431 97 INFO rally.task.context [-] Verification 048ae0c6-08dd-4990-8a0a-ee133b6ba4cd | Context testr@default setup() finished in 0.90 msec 2020-09-03 14:43:45.432 97 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --serial --load-list /tmp/7a037c2a-74ac-4b68-899e-11a24c92ebbd'. 2020-09-03 14:45:28.902 97 INFO opnfv-tempest [-] {0} tempest.scenario.test_minimum_basic.TestMinimumBasicScenario.test_minimum_basic_scenario ... success [50.826s] 2020-09-03 14:46:28.195 97 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_hotplug_nic ... success [50.288s] 2020-09-03 14:47:37.184 97 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_network_basic_ops ... success [68.821s] 2020-09-03 14:47:40.976 97 INFO opnfv-tempest [-] {0} tempest.scenario.test_object_storage_basic_ops.TestObjectStorageBasicOps.test_swift_basic_ops ... success [0.513s] 2020-09-03 14:49:08.939 97 INFO opnfv-tempest [-] {0} tempest.scenario.test_security_groups_basic_ops.TestSecurityGroupsBasicOps.test_cross_tenant_traffic ... success [83.455s] 2020-09-03 14:50:03.839 97 INFO opnfv-tempest [-] {0} tempest.scenario.test_security_groups_basic_ops.TestSecurityGroupsBasicOps.test_in_tenant_traffic ... success [54.793s] 2020-09-03 14:50:47.918 97 INFO opnfv-tempest [-] {0} tempest.scenario.test_server_basic_ops.TestServerBasicOps.test_server_basic_ops ... success [33.718s] 2020-09-03 14:51:37.217 97 INFO opnfv-tempest [-] {0} tempest.scenario.test_server_multinode.TestServerMultinode.test_schedule_to_all_nodes ... success [28.079s] 2020-09-03 14:52:01.308 97 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' 2020-09-03 14:52:39.806 97 INFO opnfv-tempest [-] {0} tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_image_defined_boot_from_volume ... success [38.399s] 2020-09-03 14:52:56.555 97 INFO rally.task.context [-] Verification 048ae0c6-08dd-4990-8a0a-ee133b6ba4cd | Context testr@default cleanup() started 2020-09-03 14:52:56.559 97 INFO rally.task.context [-] Verification 048ae0c6-08dd-4990-8a0a-ee133b6ba4cd | Context testr@default cleanup() finished in 3.95 msec 2020-09-03 14:52:56.563 97 INFO rally.task.context [-] Verification 048ae0c6-08dd-4990-8a0a-ee133b6ba4cd | Context tempest@default cleanup() started 2020-09-03 14:52:56.967 97 INFO rally.task.context [-] Verification 048ae0c6-08dd-4990-8a0a-ee133b6ba4cd | Context tempest@default cleanup() finished in 0.40 sec 2020-09-03 14:52:57.033 97 INFO rally.api [-] Verification (UUID=92d9e857-fe1b-4ed3-b60c-fb7ce002d376) has been successfully finished for deployment 'opnfv-rally' (UUID=7becc5f8-a7c0-4200-8205-340ca1be1c88)! 2020-09-03 14:53:12.631 232 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-03 14:53:12.638 232 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-03 14:53:12.639 232 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-03 14:53:28.402 238 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-03 14:53:28.409 238 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-03 14:53:28.410 238 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-03 14:53:52.769 238 INFO rally.api [-] Building 'html' report for the following verification(s): '92d9e857-fe1b-4ed3-b60c-fb7ce002d376' 2020-09-03 14:53:52.995 238 INFO rally.api [-] The report has been successfully built. 2020-09-03 14:54:08.623 244 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-03 14:54:08.629 244 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-03 14:54:08.631 244 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-03 14:54:32.422 244 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): '92d9e857-fe1b-4ed3-b60c-fb7ce002d376' 2020-09-03 14:54:32.450 244 INFO rally.api [-] The report has been successfully built.