2020-06-06 08:42:48.602 7 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-06 08:42:48.603 7 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-06 08:42:48.603 7 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-06 08:42:51.186 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-06-06 08:42:51.186 7 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-06-06 08:42:51.186 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-06-06 08:42:51.186 7 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-06-06 08:42:51.186 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-06-06 08:42:51.186 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2020-06-06 08:42:51.186 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-06-06 08:42:51.186 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-06-06 08:42:51.186 7 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-06-06 08:42:51.186 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-06-06 08:42:51.186 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2020-06-06 08:42:51.186 7 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2020-06-06 08:42:51.186 7 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2020-06-06 08:42:51.186 7 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2020-06-06 08:42:51.186 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2020-06-06 08:42:51.186 7 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2020-06-06 08:42:51.186 7 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2020-06-06 08:42:51.186 7 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2020-06-06 08:42:51.186 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-06-06 08:42:51.186 7 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-06-06 08:42:51.186 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2020-06-06 08:42:51.186 7 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-06-06 08:42:51.186 7 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2020-06-06 08:42:51.186 7 ERROR rally.cli.cliutils 2020-06-06 08:42:52.913 9 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-06 08:42:52.914 9 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-06 08:42:52.914 9 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-06 08:42:57.309 11 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-06 08:42:57.309 11 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-06 08:42:57.309 11 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-06 08:43:02.324 14 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-06 08:43:02.325 14 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-06 08:43:02.325 14 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-06 08:43:03.859 17 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-06 08:43:03.859 17 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-06 08:43:03.860 17 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-06 08:43:06.157 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-06-06 08:43:06.157 17 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-06-06 08:43:06.157 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-06-06 08:43:06.157 17 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-06-06 08:43:06.157 17 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2020-06-06 08:43:06.157 17 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-06-06 08:43:06.157 17 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-06-06 08:43:06.157 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2020-06-06 08:43:06.157 17 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2020-06-06 08:43:06.157 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2020-06-06 08:43:06.157 17 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2020-06-06 08:43:06.157 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2020-06-06 08:43:06.157 17 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2020-06-06 08:43:06.157 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2020-06-06 08:43:06.157 17 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2020-06-06 08:43:06.157 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-06-06 08:43:06.157 17 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-06-06 08:43:06.157 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2020-06-06 08:43:06.157 17 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2020-06-06 08:43:06.157 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2020-06-06 08:43:06.157 17 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-06-06 08:43:06.157 17 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2020-06-06 08:43:06.157 17 ERROR rally.cli.cliutils 2020-06-06 08:43:07.861 19 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-06 08:43:07.862 19 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-06 08:43:07.862 19 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-06 08:43:10.258 19 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2020-06-06 08:43:10.325 19 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-539a27d5-ea75-4920-8d01-db51fc9da2f3/repo. 2020-06-06 08:43:10.531 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-539a27d5-ea75-4920-8d01-db51fc9da2f3/repo'... done. ' 2020-06-06 08:43:10.545 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'heads/master ' 2020-06-06 08:43:10.563 19 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2020-06-06 08:43:10.616 19 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2020-06-06 08:43:11.382 19 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=539a27d5-ea75-4920-8d01-db51fc9da2f3) has been successfully created! 2020-06-06 08:43:13.287 26 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-06 08:43:13.288 26 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-06 08:43:13.288 26 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-06 08:43:18.044 29 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-06 08:43:18.044 29 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-06 08:43:18.044 29 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-06 08:43:20.346 29 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=539a27d5-ea75-4920-8d01-db51fc9da2f3) for deployment 'opnfv-rally' (UUID=93dd7bef-3ff9-4596-83c7-ea15802ba16f). 2020-06-06 08:43:20.762 29 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=539a27d5-ea75-4920-8d01-db51fc9da2f3) has been successfully configured for deployment 'opnfv-rally' (UUID=93dd7bef-3ff9-4596-83c7-ea15802ba16f)! 2020-06-06 08:43:30.075 34 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-06 08:43:30.075 34 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-06 08:43:30.076 34 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-06 08:43:32.408 34 INFO rally.api [-] Starting verification (UUID=bde1ae3b-dfd7-4c31-ba20-9ee38f72110b) for deployment 'opnfv-rally' (UUID=93dd7bef-3ff9-4596-83c7-ea15802ba16f) by verifier 'opnfv-tempest' (UUID=539a27d5-ea75-4920-8d01-db51fc9da2f3). 2020-06-06 08:43:33.393 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2020-06-06 08:43:33.394 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-539a27d5-ea75-4920-8d01-db51fc9da2f3/for-deployment-93dd7bef-3ff9-4596-83c7-ea15802ba16f/tempest.log' to option 'log_file'. 2020-06-06 08:43:33.394 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-539a27d5-ea75-4920-8d01-db51fc9da2f3/for-deployment-93dd7bef-3ff9-4596-83c7-ea15802ba16f/tempest.log 2020-06-06 08:43:33.394 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2020-06-06 08:43:33.394 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-539a27d5-ea75-4920-8d01-db51fc9da2f3/for-deployment-93dd7bef-3ff9-4596-83c7-ea15802ba16f/lock_files' to option 'lock_path'. 2020-06-06 08:43:33.394 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-539a27d5-ea75-4920-8d01-db51fc9da2f3/for-deployment-93dd7bef-3ff9-4596-83c7-ea15802ba16f/lock_files 2020-06-06 08:43:33.395 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is already configured in Tempest config file. img_dir = /home/opnfv/functest/images 2020-06-06 08:43:33.395 34 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-06-06 08:43:33.395 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = 0b97ab64-f01b-4559-9bde-c5948f34252c 2020-06-06 08:43:33.395 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = 70880390-1377-4cd2-9043-af2bf511470d 2020-06-06 08:43:33.396 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = 8b4289b9-7334-4f7d-b392-45c91355679c 2020-06-06 08:43:33.396 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = 591dbe05-7786-4da2-8e5e-def74562e647 2020-06-06 08:43:33.820 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2020-06-06 08:43:33.821 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = tempest_scenario-net_c93fa0f3-bc2c-4db6-b2d6-31475b581f49 2020-06-06 08:43:33.822 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2020-06-06 08:43:33.921 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2020-06-06 08:43:34.611 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] The following flavor discovered: 'rally_verify_ebd52116_JLKOaHPf'. Using flavor 'rally_verify_ebd52116_JLKOaHPf' (ID = 027a90ab-f21d-4945-8167-daf5bc012515) for the tests. 2020-06-06 08:43:34.612 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '027a90ab-f21d-4945-8167-daf5bc012515' to option 'instance_type'. 2020-06-06 08:43:34.612 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = 027a90ab-f21d-4945-8167-daf5bc012515 2020-06-06 08:43:34.614 34 INFO rally.task.context [-] Verification 539a27d5-ea75-4920-8d01-db51fc9da2f3 | Context tempest@default setup() finished in 1.94 sec 2020-06-06 08:43:34.615 34 INFO rally.task.context [-] Verification 539a27d5-ea75-4920-8d01-db51fc9da2f3 | Context testr@default setup() finished in 0.40 msec 2020-06-06 08:43:34.615 34 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --serial --load-list /tmp/e507f6e5-933f-4e1f-be37-b2b32c918d7c'. 2020-06-06 08:44:48.746 34 INFO opnfv-tempest [-] {0} tempest.scenario.test_minimum_basic.TestMinimumBasicScenario.test_minimum_basic_scenario ... success [62.233s] 2020-06-06 08:45:49.916 34 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_hotplug_nic ... success [52.713s] 2020-06-06 08:47:01.136 34 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_network_basic_ops ... success [71.193s] 2020-06-06 08:47:04.036 34 INFO opnfv-tempest [-] {0} tempest.scenario.test_object_storage_basic_ops.TestObjectStorageBasicOps.test_swift_basic_ops ... success [0.313s] 2020-06-06 08:48:39.845 34 INFO opnfv-tempest [-] {0} tempest.scenario.test_security_groups_basic_ops.TestSecurityGroupsBasicOps.test_cross_tenant_traffic ... success [92.403s] 2020-06-06 08:49:48.224 34 INFO opnfv-tempest [-] {0} tempest.scenario.test_security_groups_basic_ops.TestSecurityGroupsBasicOps.test_in_tenant_traffic ... success [68.364s] 2020-06-06 08:50:26.919 34 INFO opnfv-tempest [-] {0} tempest.scenario.test_server_basic_ops.TestServerBasicOps.test_server_basic_ops ... success [30.115s] 2020-06-06 08:51:16.388 34 INFO opnfv-tempest [-] {0} tempest.scenario.test_server_multinode.TestServerMultinode.test_schedule_to_all_nodes ... success [29.331s] 2020-06-06 08:51:48.302 34 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-06-06 08:52:27.890 34 INFO opnfv-tempest [-] {0} tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_image_defined_boot_from_volume ... success [39.571s] 2020-06-06 08:52:44.055 34 INFO rally.task.context [-] Verification 539a27d5-ea75-4920-8d01-db51fc9da2f3 | Context testr@default cleanup() started 2020-06-06 08:52:44.056 34 INFO rally.task.context [-] Verification 539a27d5-ea75-4920-8d01-db51fc9da2f3 | Context testr@default cleanup() finished in 0.73 msec 2020-06-06 08:52:44.056 34 INFO rally.task.context [-] Verification 539a27d5-ea75-4920-8d01-db51fc9da2f3 | Context tempest@default cleanup() started 2020-06-06 08:52:44.220 34 INFO rally.task.context [-] Verification 539a27d5-ea75-4920-8d01-db51fc9da2f3 | Context tempest@default cleanup() finished in 0.16 sec 2020-06-06 08:52:44.243 34 INFO rally.api [-] Verification (UUID=bde1ae3b-dfd7-4c31-ba20-9ee38f72110b) has been successfully finished for deployment 'opnfv-rally' (UUID=93dd7bef-3ff9-4596-83c7-ea15802ba16f)! 2020-06-06 08:52:46.062 150 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-06 08:52:46.063 150 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-06 08:52:46.063 150 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-06 08:52:47.689 152 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-06 08:52:47.690 152 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-06 08:52:47.690 152 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-06 08:52:50.030 152 INFO rally.api [-] Building 'html' report for the following verification(s): 'bde1ae3b-dfd7-4c31-ba20-9ee38f72110b' 2020-06-06 08:52:50.053 152 INFO rally.api [-] The report has been successfully built. 2020-06-06 08:52:51.787 154 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-06 08:52:51.788 154 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-06 08:52:51.788 154 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-06 08:52:54.026 154 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): 'bde1ae3b-dfd7-4c31-ba20-9ee38f72110b' 2020-06-06 08:52:54.028 154 INFO rally.api [-] The report has been successfully built.