2020-12-14 01:01:57.381 10 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-14 01:01:57.387 10 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-14 01:01:57.388 10 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-14 01:02:24.856 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 01:02:24.856 10 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-12-14 01:02:24.856 10 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 669, in run 2020-12-14 01:02:24.856 10 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-12-14 01:02:24.856 10 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-12-14 01:02:24.856 10 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2020-12-14 01:02:24.856 10 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-12-14 01:02:24.856 10 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-12-14 01:02:24.856 10 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-12-14 01:02:24.856 10 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-12-14 01:02:24.856 10 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2020-12-14 01:02:24.856 10 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2020-12-14 01:02:24.856 10 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2020-12-14 01:02:24.856 10 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2020-12-14 01:02:24.856 10 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2020-12-14 01:02:24.856 10 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2020-12-14 01:02:24.856 10 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2020-12-14 01:02:24.856 10 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2020-12-14 01:02:24.856 10 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-12-14 01:02:24.856 10 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-12-14 01:02:24.856 10 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2020-12-14 01:02:24.856 10 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-12-14 01:02:24.856 10 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2020-12-14 01:02:24.856 10 ERROR rally.cli.cliutils 2020-12-14 01:02:39.977 23 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-14 01:02:39.982 23 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-14 01:02:39.984 23 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-14 01:03:22.296 36 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-14 01:03:22.301 36 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-14 01:03:22.303 36 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-14 01:04:08.542 52 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-14 01:04:08.548 52 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-14 01:04:08.549 52 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-14 01:04:22.910 61 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-14 01:04:22.915 61 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-14 01:04:22.916 61 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-14 01:04:49.656 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 01:04:49.656 61 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-12-14 01:04:49.656 61 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 669, in run 2020-12-14 01:04:49.656 61 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-12-14 01:04:49.656 61 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2020-12-14 01:04:49.656 61 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-12-14 01:04:49.656 61 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-12-14 01:04:49.656 61 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2020-12-14 01:04:49.656 61 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2020-12-14 01:04:49.656 61 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2020-12-14 01:04:49.656 61 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2020-12-14 01:04:49.656 61 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2020-12-14 01:04:49.656 61 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2020-12-14 01:04:49.656 61 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2020-12-14 01:04:49.656 61 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2020-12-14 01:04:49.656 61 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-12-14 01:04:49.656 61 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-12-14 01:04:49.656 61 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2020-12-14 01:04:49.656 61 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2020-12-14 01:04:49.656 61 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2020-12-14 01:04:49.656 61 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-12-14 01:04:49.656 61 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2020-12-14 01:04:49.656 61 ERROR rally.cli.cliutils 2020-12-14 01:05:04.091 74 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-14 01:05:04.097 74 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-14 01:05:04.099 74 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-14 01:05:30.646 74 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2020-12-14 01:05:31.194 74 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-9ad638d3-0218-4640-a03d-5ad8e2a120fa/repo. 2020-12-14 01:05:31.905 74 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-9ad638d3-0218-4640-a03d-5ad8e2a120fa/repo'... done. ' 2020-12-14 01:05:31.985 74 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'heads/master ' 2020-12-14 01:05:32.042 74 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2020-12-14 01:05:32.787 74 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2020-12-14 01:05:40.766 74 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=9ad638d3-0218-4640-a03d-5ad8e2a120fa) has been successfully created! 2020-12-14 01:05:55.845 112 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-14 01:05:55.851 112 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-14 01:05:55.852 112 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-14 01:06:40.411 128 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-14 01:06:40.416 128 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-14 01:06:40.418 128 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-14 01:07:08.232 128 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=9ad638d3-0218-4640-a03d-5ad8e2a120fa) for deployment 'opnfv-rally' (UUID=e15ec7d3-9c4f-4303-b869-4b96a5f7ff5f). 2020-12-14 01:07:10.161 128 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=9ad638d3-0218-4640-a03d-5ad8e2a120fa) has been successfully configured for deployment 'opnfv-rally' (UUID=e15ec7d3-9c4f-4303-b869-4b96a5f7ff5f)! 2020-12-14 01:08:47.912 161 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-14 01:08:47.919 161 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-14 01:08:47.920 161 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-14 01:09:17.387 161 INFO rally.api [-] Starting verification (UUID=7f52be10-1fb0-4a4f-8fd1-710bb204cccb) for deployment 'opnfv-rally' (UUID=e15ec7d3-9c4f-4303-b869-4b96a5f7ff5f) by verifier 'opnfv-tempest' (UUID=9ad638d3-0218-4640-a03d-5ad8e2a120fa). 2020-12-14 01:09:22.495 161 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2020-12-14 01:09:22.497 161 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-9ad638d3-0218-4640-a03d-5ad8e2a120fa/for-deployment-e15ec7d3-9c4f-4303-b869-4b96a5f7ff5f/tempest.log' to option 'log_file'. 2020-12-14 01:09:22.499 161 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-9ad638d3-0218-4640-a03d-5ad8e2a120fa/for-deployment-e15ec7d3-9c4f-4303-b869-4b96a5f7ff5f/tempest.log 2020-12-14 01:09:22.500 161 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2020-12-14 01:09:22.502 161 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-9ad638d3-0218-4640-a03d-5ad8e2a120fa/for-deployment-e15ec7d3-9c4f-4303-b869-4b96a5f7ff5f/lock_files' to option 'lock_path'. 2020-12-14 01:09:22.503 161 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-9ad638d3-0218-4640-a03d-5ad8e2a120fa/for-deployment-e15ec7d3-9c4f-4303-b869-4b96a5f7ff5f/lock_files 2020-12-14 01:09:22.504 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 01:09:22.506 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 01:09:22.508 161 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = ef63b666-3a02-4634-a22a-d39f6713daa6 2020-12-14 01:09:22.510 161 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = 7de32a71-7809-4531-93f4-d7a2716d9dc2 2020-12-14 01:09:22.512 161 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = bfa89461-b040-463c-821b-7b528c6d903a 2020-12-14 01:09:22.515 161 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = 5c28b485-5fcb-41ac-a58e-cc88aeac029c 2020-12-14 01:09:23.023 161 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2020-12-14 01:09:23.026 161 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = tempest_scenario-net_fd9bd565-803c-4a35-b229-c7c5db65da55 2020-12-14 01:09:23.031 161 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2020-12-14 01:09:23.812 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 01:09:23.886 161 RALLYDEBUG rally_openstack.verification.tempest.context [-] The following flavor discovered: 'rally_verify_eb22c75d_bObQWAdZ'. Using flavor 'rally_verify_eb22c75d_bObQWAdZ' (ID = cdad8710-7950-47f7-9ffa-2d92c2d7e88e) for the tests. 2020-12-14 01:09:23.888 161 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value 'cdad8710-7950-47f7-9ffa-2d92c2d7e88e' to option 'instance_type'. 2020-12-14 01:09:23.890 161 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = cdad8710-7950-47f7-9ffa-2d92c2d7e88e 2020-12-14 01:09:23.898 161 INFO rally.task.context [-] Verification 9ad638d3-0218-4640-a03d-5ad8e2a120fa | Context tempest@default setup() finished in 5.29 sec 2020-12-14 01:09:23.902 161 INFO rally.task.context [-] Verification 9ad638d3-0218-4640-a03d-5ad8e2a120fa | Context testr@default setup() finished in 1.28 msec 2020-12-14 01:09:23.904 161 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --serial --load-list /tmp/6c43f2b3-b88a-4e03-9d6b-e03a75530f8b'. 2020-12-14 01:10:13.228 161 INFO opnfv-tempest [-] {0} tempest.scenario.test_minbw_allocation_placement.MinBwAllocationPlacementTest ... skip: b'Skipped as no physnet is available in config for placement based QoS allocation.' 2020-12-14 01:11:45.665 161 INFO opnfv-tempest [-] {0} tempest.scenario.test_minimum_basic.TestMinimumBasicScenario.test_minimum_basic_scenario ... success [75.535s] 2020-12-14 01:13:02.964 161 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_hotplug_nic ... success [68.162s] 2020-12-14 01:14:35.708 161 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_network_basic_ops ... success [92.511s] 2020-12-14 01:14:39.465 161 INFO opnfv-tempest [-] {0} tempest.scenario.test_object_storage_basic_ops.TestObjectStorageBasicOps.test_swift_basic_ops ... success [0.541s] 2020-12-14 01:16:35.091 161 INFO opnfv-tempest [-] {0} tempest.scenario.test_security_groups_basic_ops.TestSecurityGroupsBasicOps.test_cross_tenant_traffic ... success [111.274s] 2020-12-14 01:17:56.345 161 INFO opnfv-tempest [-] {0} tempest.scenario.test_security_groups_basic_ops.TestSecurityGroupsBasicOps.test_in_tenant_traffic ... success [81.138s] 2020-12-14 01:18:51.749 161 INFO opnfv-tempest [-] {0} tempest.scenario.test_server_basic_ops.TestServerBasicOps.test_server_basic_ops ... success [46.293s] 2020-12-14 01:19:56.276 161 INFO opnfv-tempest [-] {0} tempest.scenario.test_server_multinode.TestServerMultinode.test_schedule_to_all_nodes ... success [45.089s] 2020-12-14 01:20:26.028 161 INFO opnfv-tempest [-] {0} tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_boot_server_from_encrypted_volume_luks ... skip [0.002s]: b'Encrypted volume attach is not supported' 2020-12-14 01:21:10.325 161 INFO opnfv-tempest [-] {0} tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_image_defined_boot_from_volume ... success [44.192s] 2020-12-14 01:21:30.188 161 INFO rally.task.context [-] Verification 9ad638d3-0218-4640-a03d-5ad8e2a120fa | Context testr@default cleanup() started 2020-12-14 01:21:30.192 161 INFO rally.task.context [-] Verification 9ad638d3-0218-4640-a03d-5ad8e2a120fa | Context testr@default cleanup() finished in 4.38 msec 2020-12-14 01:21:30.194 161 INFO rally.task.context [-] Verification 9ad638d3-0218-4640-a03d-5ad8e2a120fa | Context tempest@default cleanup() started 2020-12-14 01:21:30.699 161 INFO rally.task.context [-] Verification 9ad638d3-0218-4640-a03d-5ad8e2a120fa | Context tempest@default cleanup() finished in 0.50 sec 2020-12-14 01:21:30.777 161 INFO rally.api [-] Verification (UUID=7f52be10-1fb0-4a4f-8fd1-710bb204cccb) has been successfully finished for deployment 'opnfv-rally' (UUID=e15ec7d3-9c4f-4303-b869-4b96a5f7ff5f)! 2020-12-14 01:21:46.548 308 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-14 01:21:46.554 308 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-14 01:21:46.555 308 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-14 01:22:02.322 314 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-14 01:22:02.328 314 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-14 01:22:02.330 314 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-14 01:22:30.470 314 INFO rally.api [-] Building 'html' report for the following verification(s): '7f52be10-1fb0-4a4f-8fd1-710bb204cccb' 2020-12-14 01:22:30.760 314 INFO rally.api [-] The report has been successfully built. 2020-12-14 01:22:46.359 327 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-14 01:22:46.366 327 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-14 01:22:46.367 327 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-14 01:23:14.492 327 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): '7f52be10-1fb0-4a4f-8fd1-710bb204cccb' 2020-12-14 01:23:14.531 327 INFO rally.api [-] The report has been successfully built.