2020-12-14 02:51:44.364 10 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-14 02:51:44.371 10 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-14 02:51:44.372 10 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-14 02:52:15.236 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-12-14 02:52:15.236 10 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-12-14 02:52:15.236 10 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 669, in run 2020-12-14 02:52:15.236 10 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-12-14 02:52:15.236 10 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-12-14 02:52:15.236 10 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2020-12-14 02:52:15.236 10 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-12-14 02:52:15.236 10 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-12-14 02:52:15.236 10 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-12-14 02:52:15.236 10 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-12-14 02:52:15.236 10 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2020-12-14 02:52:15.236 10 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2020-12-14 02:52:15.236 10 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2020-12-14 02:52:15.236 10 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2020-12-14 02:52:15.236 10 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2020-12-14 02:52:15.236 10 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2020-12-14 02:52:15.236 10 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2020-12-14 02:52:15.236 10 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2020-12-14 02:52:15.236 10 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-12-14 02:52:15.236 10 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-12-14 02:52:15.236 10 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2020-12-14 02:52:15.236 10 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-12-14 02:52:15.236 10 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2020-12-14 02:52:15.236 10 ERROR rally.cli.cliutils 2020-12-14 02:52:31.268 23 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-14 02:52:31.275 23 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-14 02:52:31.276 23 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-14 02:53:20.699 36 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-14 02:53:20.705 36 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-14 02:53:20.707 36 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-14 02:54:12.137 52 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-14 02:54:12.144 52 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-14 02:54:12.146 52 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-14 02:54:29.846 61 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-14 02:54:29.852 61 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-14 02:54:29.854 61 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-14 02:55:01.341 61 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-12-14 02:55:01.341 61 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-12-14 02:55:01.341 61 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 669, in run 2020-12-14 02:55:01.341 61 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-12-14 02:55:01.341 61 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2020-12-14 02:55:01.341 61 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-12-14 02:55:01.341 61 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-12-14 02:55:01.341 61 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2020-12-14 02:55:01.341 61 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2020-12-14 02:55:01.341 61 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2020-12-14 02:55:01.341 61 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2020-12-14 02:55:01.341 61 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2020-12-14 02:55:01.341 61 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2020-12-14 02:55:01.341 61 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2020-12-14 02:55:01.341 61 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2020-12-14 02:55:01.341 61 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-12-14 02:55:01.341 61 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-12-14 02:55:01.341 61 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2020-12-14 02:55:01.341 61 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2020-12-14 02:55:01.341 61 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2020-12-14 02:55:01.341 61 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-12-14 02:55:01.341 61 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2020-12-14 02:55:01.341 61 ERROR rally.cli.cliutils 2020-12-14 02:55:17.603 74 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-14 02:55:17.609 74 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-14 02:55:17.610 74 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-14 02:55:47.148 74 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2020-12-14 02:55:47.697 74 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-853f0338-5d20-4bf5-ab9e-ba5aa8a1b156/repo. 2020-12-14 02:55:48.616 74 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-853f0338-5d20-4bf5-ab9e-ba5aa8a1b156/repo'... done. ' 2020-12-14 02:55:48.704 74 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'heads/master ' 2020-12-14 02:55:48.768 74 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2020-12-14 02:55:49.608 74 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2020-12-14 02:55:59.436 74 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=853f0338-5d20-4bf5-ab9e-ba5aa8a1b156) has been successfully created! 2020-12-14 02:56:15.579 112 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-14 02:56:15.587 112 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-14 02:56:15.589 112 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-14 02:57:02.057 128 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-14 02:57:02.063 128 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-14 02:57:02.065 128 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-14 02:57:33.355 128 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=853f0338-5d20-4bf5-ab9e-ba5aa8a1b156) for deployment 'opnfv-rally' (UUID=e8f9fd1a-4d3a-457b-ad60-904563fa6399). 2020-12-14 02:57:35.298 128 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=853f0338-5d20-4bf5-ab9e-ba5aa8a1b156) has been successfully configured for deployment 'opnfv-rally' (UUID=e8f9fd1a-4d3a-457b-ad60-904563fa6399)! 2020-12-14 02:59:17.958 161 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-14 02:59:17.965 161 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-14 02:59:17.966 161 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-14 02:59:48.156 161 INFO rally.api [-] Starting verification (UUID=ae41588f-4128-41b7-967e-02770b7ec6a8) for deployment 'opnfv-rally' (UUID=e8f9fd1a-4d3a-457b-ad60-904563fa6399) by verifier 'opnfv-tempest' (UUID=853f0338-5d20-4bf5-ab9e-ba5aa8a1b156). 2020-12-14 02:59:53.395 161 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2020-12-14 02:59:53.397 161 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-853f0338-5d20-4bf5-ab9e-ba5aa8a1b156/for-deployment-e8f9fd1a-4d3a-457b-ad60-904563fa6399/tempest.log' to option 'log_file'. 2020-12-14 02:59:53.401 161 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-853f0338-5d20-4bf5-ab9e-ba5aa8a1b156/for-deployment-e8f9fd1a-4d3a-457b-ad60-904563fa6399/tempest.log 2020-12-14 02:59:53.404 161 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2020-12-14 02:59:53.406 161 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-853f0338-5d20-4bf5-ab9e-ba5aa8a1b156/for-deployment-e8f9fd1a-4d3a-457b-ad60-904563fa6399/lock_files' to option 'lock_path'. 2020-12-14 02:59:53.408 161 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-853f0338-5d20-4bf5-ab9e-ba5aa8a1b156/for-deployment-e8f9fd1a-4d3a-457b-ad60-904563fa6399/lock_files 2020-12-14 02:59:53.409 161 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is already configured in Tempest config file. img_dir = /home/opnfv/functest/images 2020-12-14 02:59:53.411 161 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-12-14 02:59:53.412 161 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = 0e996738-a5b8-4f22-9e00-14eb92f84530 2020-12-14 02:59:53.414 161 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = 76daee14-9839-4690-b810-fe95b8473708 2020-12-14 02:59:53.417 161 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = e46d91be-73ab-4706-ba34-de2be09c59d5 2020-12-14 02:59:53.420 161 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = 540002d1-4a95-4afe-99a6-87b68e198433 2020-12-14 02:59:54.042 161 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2020-12-14 02:59:54.044 161 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = tempest_scenario_cntt-net_7b0388e7-447b-452f-8445-95018dee97b7 2020-12-14 02:59:54.047 161 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2020-12-14 02:59:54.803 161 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2020-12-14 02:59:54.890 161 RALLYDEBUG rally_openstack.verification.tempest.context [-] There is no flavor with the mentioned properties. 2020-12-14 02:59:54.893 161 RALLYDEBUG rally_openstack.verification.tempest.context [-] Creating flavor 'rally_verify_ae41588f_w0uwTXwy' with the following properties: RAM = 64MB, VCPUs = 1, disk = 5GB. 2020-12-14 02:59:54.962 161 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_ae41588f_w0uwTXwy' (ID = 14df2f11-b749-428b-a0ff-a82d4e4491df) has been successfully created! 2020-12-14 02:59:54.964 161 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '14df2f11-b749-428b-a0ff-a82d4e4491df' to option 'instance_type'. 2020-12-14 02:59:54.966 161 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = 14df2f11-b749-428b-a0ff-a82d4e4491df 2020-12-14 02:59:54.975 161 INFO rally.task.context [-] Verification 853f0338-5d20-4bf5-ab9e-ba5aa8a1b156 | Context tempest@default setup() finished in 5.56 sec 2020-12-14 02:59:54.979 161 INFO rally.task.context [-] Verification 853f0338-5d20-4bf5-ab9e-ba5aa8a1b156 | Context testr@default setup() finished in 1.42 msec 2020-12-14 02:59:54.981 161 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --serial --load-list /tmp/83d947c8-4ef3-4cb2-987e-0d39e78edea9'. 2020-12-14 03:01:58.906 161 INFO opnfv-tempest [-] {0} tempest.scenario.test_minimum_basic.TestMinimumBasicScenario.test_minimum_basic_scenario ... success [63.795s] 2020-12-14 03:03:09.563 161 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_hotplug_nic ... success [57.946s] 2020-12-14 03:04:30.167 161 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_network_basic_ops ... success [80.387s] 2020-12-14 03:04:34.475 161 INFO opnfv-tempest [-] {0} tempest.scenario.test_object_storage_basic_ops.TestObjectStorageBasicOps.test_swift_basic_ops ... success [0.661s] 2020-12-14 03:06:19.275 161 INFO opnfv-tempest [-] {0} tempest.scenario.test_security_groups_basic_ops.TestSecurityGroupsBasicOps.test_cross_tenant_traffic ... success [100.325s] 2020-12-14 03:07:36.442 161 INFO opnfv-tempest [-] {0} tempest.scenario.test_security_groups_basic_ops.TestSecurityGroupsBasicOps.test_in_tenant_traffic ... success [77.070s] 2020-12-14 03:08:23.949 161 INFO opnfv-tempest [-] {0} tempest.scenario.test_server_basic_ops.TestServerBasicOps.test_server_basic_ops ... success [38.087s] 2020-12-14 03:09:18.502 161 INFO opnfv-tempest [-] {0} tempest.scenario.test_server_multinode.TestServerMultinode.test_schedule_to_all_nodes ... success [36.478s] 2020-12-14 03:10:32.247 161 INFO opnfv-tempest [-] {0} tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_image_defined_boot_from_volume ... success [44.159s] 2020-12-14 03:10:45.482 161 INFO rally.task.context [-] Verification 853f0338-5d20-4bf5-ab9e-ba5aa8a1b156 | Context testr@default cleanup() started 2020-12-14 03:10:45.485 161 INFO rally.task.context [-] Verification 853f0338-5d20-4bf5-ab9e-ba5aa8a1b156 | Context testr@default cleanup() finished in 3.05 msec 2020-12-14 03:10:45.488 161 INFO rally.task.context [-] Verification 853f0338-5d20-4bf5-ab9e-ba5aa8a1b156 | Context tempest@default cleanup() started 2020-12-14 03:10:45.895 161 RALLYDEBUG rally_openstack.verification.tempest.context [-] Deleting flavor 'rally_verify_ae41588f_w0uwTXwy'. 2020-12-14 03:10:46.110 161 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_ae41588f_w0uwTXwy' has been deleted. 2020-12-14 03:10:46.114 161 RALLYDEBUG rally_openstack.verification.tempest.context [-] Removing value '14df2f11-b749-428b-a0ff-a82d4e4491df' of option 'instance_type' from Tempest config file. 2020-12-14 03:10:46.115 161 RALLYDEBUG rally_openstack.verification.tempest.context [-] Value '14df2f11-b749-428b-a0ff-a82d4e4491df' has been removed. 2020-12-14 03:10:46.123 161 INFO rally.task.context [-] Verification 853f0338-5d20-4bf5-ab9e-ba5aa8a1b156 | Context tempest@default cleanup() finished in 0.63 sec 2020-12-14 03:10:46.184 161 INFO rally.api [-] Verification (UUID=ae41588f-4128-41b7-967e-02770b7ec6a8) has been successfully finished for deployment 'opnfv-rally' (UUID=e8f9fd1a-4d3a-457b-ad60-904563fa6399)! 2020-12-14 03:11:01.971 310 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-14 03:11:01.978 310 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-14 03:11:01.979 310 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-14 03:11:17.875 316 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-14 03:11:17.881 316 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-14 03:11:17.882 316 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-14 03:11:47.017 316 INFO rally.api [-] Building 'html' report for the following verification(s): 'ae41588f-4128-41b7-967e-02770b7ec6a8' 2020-12-14 03:11:47.339 316 INFO rally.api [-] The report has been successfully built. 2020-12-14 03:12:02.810 329 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-14 03:12:02.815 329 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-14 03:12:02.817 329 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-14 03:12:30.747 329 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): 'ae41588f-4128-41b7-967e-02770b7ec6a8' 2020-12-14 03:12:30.786 329 INFO rally.api [-] The report has been successfully built.