2020-07-31 15:07:45.117 7 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-31 15:07:45.118 7 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-31 15:07:45.118 7 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-31 15:07:48.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 2020-07-31 15:07:48.044 7 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-07-31 15:07:48.044 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-07-31 15:07:48.044 7 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-07-31 15:07:48.044 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-07-31 15:07:48.044 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2020-07-31 15:07:48.044 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-07-31 15:07:48.044 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-07-31 15:07:48.044 7 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-07-31 15:07:48.044 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-07-31 15:07:48.044 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2020-07-31 15:07:48.044 7 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2020-07-31 15:07:48.044 7 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2020-07-31 15:07:48.044 7 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2020-07-31 15:07:48.044 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2020-07-31 15:07:48.044 7 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2020-07-31 15:07:48.044 7 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2020-07-31 15:07:48.044 7 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2020-07-31 15:07:48.044 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-07-31 15:07:48.044 7 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-07-31 15:07:48.044 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2020-07-31 15:07:48.044 7 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-07-31 15:07:48.044 7 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2020-07-31 15:07:48.044 7 ERROR rally.cli.cliutils 2020-07-31 15:07:50.129 9 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-31 15:07:50.130 9 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-31 15:07:50.130 9 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-31 15:07:55.021 11 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-31 15:07:55.022 11 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-31 15:07:55.022 11 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-31 15:07:59.993 14 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-31 15:07:59.993 14 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-31 15:07:59.993 14 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-31 15:08:01.711 17 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-31 15:08:01.711 17 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-31 15:08:01.711 17 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-31 15:08:04.203 17 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-07-31 15:08:04.203 17 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-07-31 15:08:04.203 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-07-31 15:08:04.203 17 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-07-31 15:08:04.203 17 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2020-07-31 15:08:04.203 17 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-07-31 15:08:04.203 17 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-07-31 15:08:04.203 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2020-07-31 15:08:04.203 17 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2020-07-31 15:08:04.203 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2020-07-31 15:08:04.203 17 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2020-07-31 15:08:04.203 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2020-07-31 15:08:04.203 17 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2020-07-31 15:08:04.203 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2020-07-31 15:08:04.203 17 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2020-07-31 15:08:04.203 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-07-31 15:08:04.203 17 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-07-31 15:08:04.203 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2020-07-31 15:08:04.203 17 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2020-07-31 15:08:04.203 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2020-07-31 15:08:04.203 17 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-07-31 15:08:04.203 17 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2020-07-31 15:08:04.203 17 ERROR rally.cli.cliutils 2020-07-31 15:08:06.199 19 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-31 15:08:06.199 19 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-31 15:08:06.199 19 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-31 15:08:08.476 19 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2020-07-31 15:08:08.553 19 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-3db7693c-53fa-492c-942c-c7ed135214de/repo. 2020-07-31 15:08:08.982 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-3db7693c-53fa-492c-942c-c7ed135214de/repo'... done. Note: switching to '312b48e98e8e4268ccef26ec32593bd78c9d8624'. 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-07-31 15:08:08.998 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'tags/24.0.0-1-g312b48e98 ' 2020-07-31 15:08:09.010 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: '312b48e98e8e4268ccef26ec32593bd78c9d8624 ' 2020-07-31 15:08:09.035 19 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2020-07-31 15:08:09.094 19 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2020-07-31 15:08:09.968 19 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=3db7693c-53fa-492c-942c-c7ed135214de) has been successfully created! 2020-07-31 15:08:11.797 27 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-31 15:08:11.798 27 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-31 15:08:11.798 27 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-31 15:08:16.507 30 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-31 15:08:16.507 30 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-31 15:08:16.507 30 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-31 15:08:18.867 30 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=3db7693c-53fa-492c-942c-c7ed135214de) for deployment 'opnfv-rally' (UUID=ff2b2e75-bc9b-4fe9-817c-399fc8b664e4). 2020-07-31 15:08:19.463 30 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=3db7693c-53fa-492c-942c-c7ed135214de) has been successfully configured for deployment 'opnfv-rally' (UUID=ff2b2e75-bc9b-4fe9-817c-399fc8b664e4)! 2020-07-31 15:08:29.087 35 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-31 15:08:29.088 35 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-31 15:08:29.088 35 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-31 15:08:31.565 35 INFO rally.api [-] Starting verification (UUID=7d1244b5-e39d-4959-b71b-836c1cab7a8b) for deployment 'opnfv-rally' (UUID=ff2b2e75-bc9b-4fe9-817c-399fc8b664e4) by verifier 'opnfv-tempest' (UUID=3db7693c-53fa-492c-942c-c7ed135214de). 2020-07-31 15:08:32.223 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2020-07-31 15:08:32.223 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-3db7693c-53fa-492c-942c-c7ed135214de/for-deployment-ff2b2e75-bc9b-4fe9-817c-399fc8b664e4/tempest.log' to option 'log_file'. 2020-07-31 15:08:32.224 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-3db7693c-53fa-492c-942c-c7ed135214de/for-deployment-ff2b2e75-bc9b-4fe9-817c-399fc8b664e4/tempest.log 2020-07-31 15:08:32.224 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2020-07-31 15:08:32.224 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-3db7693c-53fa-492c-942c-c7ed135214de/for-deployment-ff2b2e75-bc9b-4fe9-817c-399fc8b664e4/lock_files' to option 'lock_path'. 2020-07-31 15:08:32.225 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-3db7693c-53fa-492c-942c-c7ed135214de/for-deployment-ff2b2e75-bc9b-4fe9-817c-399fc8b664e4/lock_files 2020-07-31 15:08:32.225 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is already configured in Tempest config file. img_dir = /home/opnfv/functest/images 2020-07-31 15:08:32.225 35 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-07-31 15:08:32.226 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = c3d4112b-cc64-456e-bd90-5578293b9f8d 2020-07-31 15:08:32.226 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = d6094f62-0d97-4f13-b2c7-df841a528e65 2020-07-31 15:08:32.227 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = 9e8f1593-9d6a-47d4-b7ca-577871cfe297 2020-07-31 15:08:32.227 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = 0413aa82-cba5-4b3e-b031-1481ed4f82e0 2020-07-31 15:08:32.498 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2020-07-31 15:08:32.499 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = tempest_scenario_cntt-net_8a0c6627-b2c8-47e7-bcf9-12128c0b6495 2020-07-31 15:08:32.499 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2020-07-31 15:08:32.598 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2020-07-31 15:08:32.642 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] The following flavor discovered: 'rally_verify_ecc89451_LeZcpgzC'. Using flavor 'rally_verify_ecc89451_LeZcpgzC' (ID = 6c1990c5-cb4b-40da-9072-3f545399049a) for the tests. 2020-07-31 15:08:32.642 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '6c1990c5-cb4b-40da-9072-3f545399049a' to option 'instance_type'. 2020-07-31 15:08:32.643 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = 6c1990c5-cb4b-40da-9072-3f545399049a 2020-07-31 15:08:32.644 35 INFO rally.task.context [-] Verification 3db7693c-53fa-492c-942c-c7ed135214de | Context tempest@default setup() finished in 0.87 sec 2020-07-31 15:08:32.644 35 INFO rally.task.context [-] Verification 3db7693c-53fa-492c-942c-c7ed135214de | Context testr@default setup() finished in 0.29 msec 2020-07-31 15:08:32.644 35 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --serial --load-list /tmp/f9ce0ef2-10f1-4d2d-8c2f-ca709a32e01b'. 2020-07-31 15:09:48.251 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_minimum_basic.TestMinimumBasicScenario.test_minimum_basic_scenario ... success [64.344s] 2020-07-31 15:11:02.703 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_hotplug_nic ... success [59.838s] 2020-07-31 15:12:35.091 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_network_basic_ops ... success [92.361s] 2020-07-31 15:12:38.095 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_object_storage_basic_ops.TestObjectStorageBasicOps.test_swift_basic_ops ... success [0.227s] 2020-07-31 15:14:10.042 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_security_groups_basic_ops.TestSecurityGroupsBasicOps.test_cross_tenant_traffic ... success [88.638s] 2020-07-31 15:15:13.484 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_security_groups_basic_ops.TestSecurityGroupsBasicOps.test_in_tenant_traffic ... success [63.428s] 2020-07-31 15:15:59.776 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_server_basic_ops.TestServerBasicOps.test_server_basic_ops ... success [34.226s] 2020-07-31 15:16:48.485 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_server_multinode.TestServerMultinode.test_schedule_to_all_nodes ... success [28.936s] 2020-07-31 15:18:02.852 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_image_defined_boot_from_volume ... success [43.642s] 2020-07-31 15:18:19.849 35 INFO rally.task.context [-] Verification 3db7693c-53fa-492c-942c-c7ed135214de | Context testr@default cleanup() started 2020-07-31 15:18:19.850 35 INFO rally.task.context [-] Verification 3db7693c-53fa-492c-942c-c7ed135214de | Context testr@default cleanup() finished in 0.67 msec 2020-07-31 15:18:19.850 35 INFO rally.task.context [-] Verification 3db7693c-53fa-492c-942c-c7ed135214de | Context tempest@default cleanup() started 2020-07-31 15:18:20.132 35 INFO rally.task.context [-] Verification 3db7693c-53fa-492c-942c-c7ed135214de | Context tempest@default cleanup() finished in 0.28 sec 2020-07-31 15:18:20.168 35 INFO rally.api [-] Verification (UUID=7d1244b5-e39d-4959-b71b-836c1cab7a8b) has been successfully finished for deployment 'opnfv-rally' (UUID=ff2b2e75-bc9b-4fe9-817c-399fc8b664e4)! 2020-07-31 15:18:21.987 149 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-31 15:18:21.988 149 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-31 15:18:21.988 149 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-31 15:18:23.654 151 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-31 15:18:23.655 151 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-31 15:18:23.655 151 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-31 15:18:26.070 151 INFO rally.api [-] Building 'html' report for the following verification(s): '7d1244b5-e39d-4959-b71b-836c1cab7a8b' 2020-07-31 15:18:26.091 151 INFO rally.api [-] The report has been successfully built. 2020-07-31 15:18:27.901 153 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-31 15:18:27.901 153 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-31 15:18:27.901 153 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-31 15:18:30.211 153 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): '7d1244b5-e39d-4959-b71b-836c1cab7a8b' 2020-07-31 15:18:30.214 153 INFO rally.api [-] The report has been successfully built.