2020-07-10 11:57:40.889 7 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-10 11:57:40.890 7 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-10 11:57:40.890 7 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-10 11:57:43.797 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-10 11:57:43.797 7 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-07-10 11:57:43.797 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-07-10 11:57:43.797 7 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-07-10 11:57:43.797 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-07-10 11:57:43.797 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2020-07-10 11:57:43.797 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-07-10 11:57:43.797 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-07-10 11:57:43.797 7 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-07-10 11:57:43.797 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-07-10 11:57:43.797 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2020-07-10 11:57:43.797 7 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2020-07-10 11:57:43.797 7 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2020-07-10 11:57:43.797 7 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2020-07-10 11:57:43.797 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2020-07-10 11:57:43.797 7 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2020-07-10 11:57:43.797 7 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2020-07-10 11:57:43.797 7 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2020-07-10 11:57:43.797 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-07-10 11:57:43.797 7 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-07-10 11:57:43.797 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2020-07-10 11:57:43.797 7 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-07-10 11:57:43.797 7 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2020-07-10 11:57:43.797 7 ERROR rally.cli.cliutils 2020-07-10 11:57:45.659 9 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-10 11:57:45.660 9 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-10 11:57:45.660 9 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-10 11:57:50.455 11 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-10 11:57:50.456 11 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-10 11:57:50.456 11 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-10 11:57:55.619 14 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-10 11:57:55.620 14 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-10 11:57:55.620 14 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-10 11:57:57.219 17 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-10 11:57:57.219 17 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-10 11:57:57.220 17 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-10 11:57:59.837 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-10 11:57:59.837 17 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-07-10 11:57:59.837 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-07-10 11:57:59.837 17 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-07-10 11:57:59.837 17 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2020-07-10 11:57:59.837 17 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-07-10 11:57:59.837 17 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-07-10 11:57:59.837 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2020-07-10 11:57:59.837 17 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2020-07-10 11:57:59.837 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2020-07-10 11:57:59.837 17 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2020-07-10 11:57:59.837 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2020-07-10 11:57:59.837 17 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2020-07-10 11:57:59.837 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2020-07-10 11:57:59.837 17 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2020-07-10 11:57:59.837 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-07-10 11:57:59.837 17 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-07-10 11:57:59.837 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2020-07-10 11:57:59.837 17 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2020-07-10 11:57:59.837 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2020-07-10 11:57:59.837 17 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-07-10 11:57:59.837 17 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2020-07-10 11:57:59.837 17 ERROR rally.cli.cliutils 2020-07-10 11:58:01.591 19 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-10 11:58:01.592 19 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-10 11:58:01.592 19 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-10 11:58:04.096 19 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2020-07-10 11:58:04.165 19 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-e6e60a82-d8d4-44c3-9b60-ec59b7588a61/repo. 2020-07-10 11:58:04.392 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-e6e60a82-d8d4-44c3-9b60-ec59b7588a61/repo'... done. ' 2020-07-10 11:58:04.404 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'heads/master ' 2020-07-10 11:58:04.423 19 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2020-07-10 11:58:04.505 19 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2020-07-10 11:58:05.298 19 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=e6e60a82-d8d4-44c3-9b60-ec59b7588a61) has been successfully created! 2020-07-10 11:58:07.238 26 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-10 11:58:07.239 26 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-10 11:58:07.239 26 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-10 11:58:12.162 29 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-10 11:58:12.163 29 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-10 11:58:12.163 29 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-10 11:58:14.722 29 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=e6e60a82-d8d4-44c3-9b60-ec59b7588a61) for deployment 'opnfv-rally' (UUID=055de585-39d5-47f3-abe1-d022ad2fc88a). 2020-07-10 11:58:15.246 29 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=e6e60a82-d8d4-44c3-9b60-ec59b7588a61) has been successfully configured for deployment 'opnfv-rally' (UUID=055de585-39d5-47f3-abe1-d022ad2fc88a)! 2020-07-10 11:58:24.929 34 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-10 11:58:24.930 34 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-10 11:58:24.930 34 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-10 11:58:27.488 34 INFO rally.api [-] Starting verification (UUID=d998eb65-8781-4599-90b2-4fbaa8218805) for deployment 'opnfv-rally' (UUID=055de585-39d5-47f3-abe1-d022ad2fc88a) by verifier 'opnfv-tempest' (UUID=e6e60a82-d8d4-44c3-9b60-ec59b7588a61). 2020-07-10 11:58:28.140 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2020-07-10 11:58:28.141 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-e6e60a82-d8d4-44c3-9b60-ec59b7588a61/for-deployment-055de585-39d5-47f3-abe1-d022ad2fc88a/tempest.log' to option 'log_file'. 2020-07-10 11:58:28.141 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-e6e60a82-d8d4-44c3-9b60-ec59b7588a61/for-deployment-055de585-39d5-47f3-abe1-d022ad2fc88a/tempest.log 2020-07-10 11:58:28.142 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2020-07-10 11:58:28.142 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-e6e60a82-d8d4-44c3-9b60-ec59b7588a61/for-deployment-055de585-39d5-47f3-abe1-d022ad2fc88a/lock_files' to option 'lock_path'. 2020-07-10 11:58:28.142 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-e6e60a82-d8d4-44c3-9b60-ec59b7588a61/for-deployment-055de585-39d5-47f3-abe1-d022ad2fc88a/lock_files 2020-07-10 11:58:28.142 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is already configured in Tempest config file. img_dir = /home/opnfv/functest/images 2020-07-10 11:58:28.143 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-07-10 11:58:28.143 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = b24ec858-bbc4-45ff-b027-550354808910 2020-07-10 11:58:28.143 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = 82290e66-a932-439f-ac9b-cb1d1ae510dc 2020-07-10 11:58:28.144 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = 7278725c-89d6-43ba-82ed-287987fb1c5b 2020-07-10 11:58:28.145 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = 34b62d30-0f3d-4e6a-8fd0-a6dd75f941f1 2020-07-10 11:58:28.530 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2020-07-10 11:58:28.531 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = tempest_scenario-net_f375ad28-58d2-481e-89ed-a67737ab3730 2020-07-10 11:58:28.532 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2020-07-10 11:58:28.615 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2020-07-10 11:58:28.655 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] The following flavor discovered: 'rally_verify_5049f959_bOKUcLbJ'. Using flavor 'rally_verify_5049f959_bOKUcLbJ' (ID = c1c8c685-6425-4510-a65b-c4f1f05af1ee) for the tests. 2020-07-10 11:58:28.656 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value 'c1c8c685-6425-4510-a65b-c4f1f05af1ee' to option 'instance_type'. 2020-07-10 11:58:28.656 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = c1c8c685-6425-4510-a65b-c4f1f05af1ee 2020-07-10 11:58:28.657 34 INFO rally.task.context [-] Verification e6e60a82-d8d4-44c3-9b60-ec59b7588a61 | Context tempest@default setup() finished in 0.94 sec 2020-07-10 11:58:28.658 34 INFO rally.task.context [-] Verification e6e60a82-d8d4-44c3-9b60-ec59b7588a61 | Context testr@default setup() finished in 0.27 msec 2020-07-10 11:58:28.658 34 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --serial --load-list /tmp/599557f1-0f01-4f15-91bf-f1772e1fbd19'. 2020-07-10 11:59:35.601 34 INFO opnfv-tempest [-] {0} tempest.scenario.test_minimum_basic.TestMinimumBasicScenario.test_minimum_basic_scenario ... success [55.765s] 2020-07-10 12:00:39.461 34 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_hotplug_nic ... success [55.599s] 2020-07-10 12:01:51.878 34 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_network_basic_ops ... success [72.389s] 2020-07-10 12:01:55.255 34 INFO opnfv-tempest [-] {0} tempest.scenario.test_object_storage_basic_ops.TestObjectStorageBasicOps.test_swift_basic_ops ... success [0.350s] 2020-07-10 12:03:36.169 34 INFO opnfv-tempest [-] {0} tempest.scenario.test_security_groups_basic_ops.TestSecurityGroupsBasicOps.test_cross_tenant_traffic ... success [97.578s] 2020-07-10 12:04:28.172 34 INFO opnfv-tempest [-] {0} tempest.scenario.test_security_groups_basic_ops.TestSecurityGroupsBasicOps.test_in_tenant_traffic ... success [51.988s] 2020-07-10 12:05:06.277 34 INFO opnfv-tempest [-] {0} tempest.scenario.test_server_basic_ops.TestServerBasicOps.test_server_basic_ops ... success [27.563s] 2020-07-10 12:06:00.715 34 INFO opnfv-tempest [-] {0} tempest.scenario.test_server_multinode.TestServerMultinode.test_schedule_to_all_nodes ... success [28.907s] 2020-07-10 12:06:30.423 34 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-07-10 12:07:09.051 34 INFO opnfv-tempest [-] {0} tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_image_defined_boot_from_volume ... success [38.611s] 2020-07-10 12:07:26.893 34 INFO rally.task.context [-] Verification e6e60a82-d8d4-44c3-9b60-ec59b7588a61 | Context testr@default cleanup() started 2020-07-10 12:07:26.894 34 INFO rally.task.context [-] Verification e6e60a82-d8d4-44c3-9b60-ec59b7588a61 | Context testr@default cleanup() finished in 0.99 msec 2020-07-10 12:07:26.894 34 INFO rally.task.context [-] Verification e6e60a82-d8d4-44c3-9b60-ec59b7588a61 | Context tempest@default cleanup() started 2020-07-10 12:07:27.084 34 INFO rally.task.context [-] Verification e6e60a82-d8d4-44c3-9b60-ec59b7588a61 | Context tempest@default cleanup() finished in 0.19 sec 2020-07-10 12:07:27.104 34 INFO rally.api [-] Verification (UUID=d998eb65-8781-4599-90b2-4fbaa8218805) has been successfully finished for deployment 'opnfv-rally' (UUID=055de585-39d5-47f3-abe1-d022ad2fc88a)! 2020-07-10 12:07:29.210 152 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-10 12:07:29.211 152 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-10 12:07:29.211 152 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-10 12:07:30.960 154 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-10 12:07:30.961 154 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-10 12:07:30.961 154 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-10 12:07:33.555 154 INFO rally.api [-] Building 'html' report for the following verification(s): 'd998eb65-8781-4599-90b2-4fbaa8218805' 2020-07-10 12:07:33.594 154 INFO rally.api [-] The report has been successfully built. 2020-07-10 12:07:35.377 156 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-10 12:07:35.378 156 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-10 12:07:35.378 156 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-10 12:07:37.903 156 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): 'd998eb65-8781-4599-90b2-4fbaa8218805' 2020-07-10 12:07:37.905 156 INFO rally.api [-] The report has been successfully built.