2020-06-17 12:40:24.250 7 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-17 12:40:24.251 7 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-17 12:40:24.251 7 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-17 12:40:26.860 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-17 12:40:26.860 7 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-06-17 12:40:26.860 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-06-17 12:40:26.860 7 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-06-17 12:40:26.860 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-06-17 12:40:26.860 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2020-06-17 12:40:26.860 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-06-17 12:40:26.860 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-06-17 12:40:26.860 7 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-06-17 12:40:26.860 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-06-17 12:40:26.860 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2020-06-17 12:40:26.860 7 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2020-06-17 12:40:26.860 7 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2020-06-17 12:40:26.860 7 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2020-06-17 12:40:26.860 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2020-06-17 12:40:26.860 7 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2020-06-17 12:40:26.860 7 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2020-06-17 12:40:26.860 7 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2020-06-17 12:40:26.860 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-06-17 12:40:26.860 7 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-06-17 12:40:26.860 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2020-06-17 12:40:26.860 7 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-06-17 12:40:26.860 7 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2020-06-17 12:40:26.860 7 ERROR rally.cli.cliutils 2020-06-17 12:40:28.568 9 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-17 12:40:28.569 9 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-17 12:40:28.569 9 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-17 12:40:32.804 11 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-17 12:40:32.805 11 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-17 12:40:32.805 11 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-17 12:40:37.932 14 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-17 12:40:37.933 14 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-17 12:40:37.933 14 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-17 12:40:39.546 17 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-17 12:40:39.546 17 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-17 12:40:39.547 17 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-17 12:40:42.078 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-17 12:40:42.078 17 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-06-17 12:40:42.078 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-06-17 12:40:42.078 17 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-06-17 12:40:42.078 17 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2020-06-17 12:40:42.078 17 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-06-17 12:40:42.078 17 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-06-17 12:40:42.078 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2020-06-17 12:40:42.078 17 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2020-06-17 12:40:42.078 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2020-06-17 12:40:42.078 17 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2020-06-17 12:40:42.078 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2020-06-17 12:40:42.078 17 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2020-06-17 12:40:42.078 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2020-06-17 12:40:42.078 17 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2020-06-17 12:40:42.078 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-06-17 12:40:42.078 17 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-06-17 12:40:42.078 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2020-06-17 12:40:42.078 17 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2020-06-17 12:40:42.078 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2020-06-17 12:40:42.078 17 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-06-17 12:40:42.078 17 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2020-06-17 12:40:42.078 17 ERROR rally.cli.cliutils 2020-06-17 12:40:43.826 19 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-17 12:40:43.826 19 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-17 12:40:43.826 19 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-17 12:40:46.332 19 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2020-06-17 12:40:46.409 19 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-1d71bb69-30ee-4195-a3b4-50fe138619c2/repo. 2020-06-17 12:40:46.612 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-1d71bb69-30ee-4195-a3b4-50fe138619c2/repo'... done. ' 2020-06-17 12:40:46.626 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'heads/master ' 2020-06-17 12:40:46.647 19 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2020-06-17 12:40:46.710 19 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2020-06-17 12:40:47.474 19 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=1d71bb69-30ee-4195-a3b4-50fe138619c2) has been successfully created! 2020-06-17 12:40:49.234 26 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-17 12:40:49.235 26 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-17 12:40:49.235 26 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-17 12:40:54.260 29 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-17 12:40:54.261 29 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-17 12:40:54.261 29 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-17 12:40:57.013 29 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=1d71bb69-30ee-4195-a3b4-50fe138619c2) for deployment 'opnfv-rally' (UUID=c023ff7d-e8c6-489a-81e8-769ad961720b). 2020-06-17 12:40:57.946 29 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=1d71bb69-30ee-4195-a3b4-50fe138619c2) has been successfully configured for deployment 'opnfv-rally' (UUID=c023ff7d-e8c6-489a-81e8-769ad961720b)! 2020-06-17 12:41:07.370 34 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-17 12:41:07.371 34 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-17 12:41:07.371 34 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-17 12:41:09.941 34 INFO rally.api [-] Starting verification (UUID=2e71e586-2da4-4286-b09e-c301441a663f) for deployment 'opnfv-rally' (UUID=c023ff7d-e8c6-489a-81e8-769ad961720b) by verifier 'opnfv-tempest' (UUID=1d71bb69-30ee-4195-a3b4-50fe138619c2). 2020-06-17 12:41:10.645 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2020-06-17 12:41:10.646 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-1d71bb69-30ee-4195-a3b4-50fe138619c2/for-deployment-c023ff7d-e8c6-489a-81e8-769ad961720b/tempest.log' to option 'log_file'. 2020-06-17 12:41:10.646 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-1d71bb69-30ee-4195-a3b4-50fe138619c2/for-deployment-c023ff7d-e8c6-489a-81e8-769ad961720b/tempest.log 2020-06-17 12:41:10.646 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2020-06-17 12:41:10.647 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-1d71bb69-30ee-4195-a3b4-50fe138619c2/for-deployment-c023ff7d-e8c6-489a-81e8-769ad961720b/lock_files' to option 'lock_path'. 2020-06-17 12:41:10.647 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-1d71bb69-30ee-4195-a3b4-50fe138619c2/for-deployment-c023ff7d-e8c6-489a-81e8-769ad961720b/lock_files 2020-06-17 12:41:10.647 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-17 12:41:10.648 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-17 12:41:10.648 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = 5b0a258d-6e7d-4180-9cb1-c70f07f35fb0 2020-06-17 12:41:10.648 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = 800f860c-2100-4175-adc9-ba793d67e27a 2020-06-17 12:41:10.649 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = 6624e5c4-389e-40a3-95d9-97f5c82e1674 2020-06-17 12:41:10.650 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = 78b7473e-20da-44c8-86a3-434a9859fd42 2020-06-17 12:41:11.282 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2020-06-17 12:41:11.282 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = tempest_scenario_cntt-net_6d38edd2-cc43-4a6e-8b0f-fb105409d991 2020-06-17 12:41:11.283 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2020-06-17 12:41:11.383 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2020-06-17 12:41:11.424 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] The following flavor discovered: 'rally_verify_edd90671_YuFheQ6M'. Using flavor 'rally_verify_edd90671_YuFheQ6M' (ID = b7976181-e5df-4c60-af3c-ac3892352322) for the tests. 2020-06-17 12:41:11.425 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value 'b7976181-e5df-4c60-af3c-ac3892352322' to option 'instance_type'. 2020-06-17 12:41:11.425 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = b7976181-e5df-4c60-af3c-ac3892352322 2020-06-17 12:41:11.426 34 INFO rally.task.context [-] Verification 1d71bb69-30ee-4195-a3b4-50fe138619c2 | Context tempest@default setup() finished in 1.24 sec 2020-06-17 12:41:11.427 34 INFO rally.task.context [-] Verification 1d71bb69-30ee-4195-a3b4-50fe138619c2 | Context testr@default setup() finished in 0.31 msec 2020-06-17 12:41:11.427 34 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --serial --load-list /tmp/0ac554af-9c1d-445b-a477-58b19d7ba7ae'. 2020-06-17 12:42:21.266 34 INFO opnfv-tempest [-] {0} tempest.scenario.test_minimum_basic.TestMinimumBasicScenario.test_minimum_basic_scenario ... success [59.937s] 2020-06-17 12:43:21.422 34 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_hotplug_nic ... success [52.286s] 2020-06-17 12:44:32.930 34 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_network_basic_ops ... success [71.487s] 2020-06-17 12:44:36.893 34 INFO opnfv-tempest [-] {0} tempest.scenario.test_object_storage_basic_ops.TestObjectStorageBasicOps.test_swift_basic_ops ... success [0.436s] 2020-06-17 12:46:10.186 34 INFO opnfv-tempest [-] {0} tempest.scenario.test_security_groups_basic_ops.TestSecurityGroupsBasicOps.test_cross_tenant_traffic ... success [89.342s] 2020-06-17 12:47:07.238 34 INFO opnfv-tempest [-] {0} tempest.scenario.test_security_groups_basic_ops.TestSecurityGroupsBasicOps.test_in_tenant_traffic ... success [57.035s] 2020-06-17 12:47:47.155 34 INFO opnfv-tempest [-] {0} tempest.scenario.test_server_basic_ops.TestServerBasicOps.test_server_basic_ops ... success [31.564s] 2020-06-17 12:48:37.843 34 INFO opnfv-tempest [-] {0} tempest.scenario.test_server_multinode.TestServerMultinode.test_schedule_to_all_nodes ... success [28.958s] 2020-06-17 12:49:53.418 34 INFO opnfv-tempest [-] {0} tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_image_defined_boot_from_volume ... success [48.478s] 2020-06-17 12:50:08.030 34 INFO rally.task.context [-] Verification 1d71bb69-30ee-4195-a3b4-50fe138619c2 | Context testr@default cleanup() started 2020-06-17 12:50:08.030 34 INFO rally.task.context [-] Verification 1d71bb69-30ee-4195-a3b4-50fe138619c2 | Context testr@default cleanup() finished in 0.80 msec 2020-06-17 12:50:08.031 34 INFO rally.task.context [-] Verification 1d71bb69-30ee-4195-a3b4-50fe138619c2 | Context tempest@default cleanup() started 2020-06-17 12:50:08.262 34 INFO rally.task.context [-] Verification 1d71bb69-30ee-4195-a3b4-50fe138619c2 | Context tempest@default cleanup() finished in 0.23 sec 2020-06-17 12:50:08.333 34 INFO rally.api [-] Verification (UUID=2e71e586-2da4-4286-b09e-c301441a663f) has been successfully finished for deployment 'opnfv-rally' (UUID=c023ff7d-e8c6-489a-81e8-769ad961720b)! 2020-06-17 12:50:10.500 150 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-17 12:50:10.501 150 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-17 12:50:10.501 150 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-17 12:50:12.099 152 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-17 12:50:12.100 152 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-17 12:50:12.100 152 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-17 12:50:14.541 152 INFO rally.api [-] Building 'html' report for the following verification(s): '2e71e586-2da4-4286-b09e-c301441a663f' 2020-06-17 12:50:14.567 152 INFO rally.api [-] The report has been successfully built. 2020-06-17 12:50:16.278 154 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-17 12:50:16.278 154 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-17 12:50:16.278 154 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-17 12:50:18.721 154 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): '2e71e586-2da4-4286-b09e-c301441a663f' 2020-06-17 12:50:18.724 154 INFO rally.api [-] The report has been successfully built.