2020-12-05 13:12:52.711 7 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-05 13:12:52.711 7 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-05 13:12:52.712 7 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-05 13:12:55.371 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-12-05 13:12:55.371 7 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-12-05 13:12:55.371 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-12-05 13:12:55.371 7 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-12-05 13:12:55.371 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-12-05 13:12:55.371 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2020-12-05 13:12:55.371 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-12-05 13:12:55.371 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-12-05 13:12:55.371 7 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-12-05 13:12:55.371 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-12-05 13:12:55.371 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2020-12-05 13:12:55.371 7 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2020-12-05 13:12:55.371 7 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2020-12-05 13:12:55.371 7 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2020-12-05 13:12:55.371 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2020-12-05 13:12:55.371 7 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2020-12-05 13:12:55.371 7 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2020-12-05 13:12:55.371 7 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2020-12-05 13:12:55.371 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-12-05 13:12:55.371 7 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-12-05 13:12:55.371 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2020-12-05 13:12:55.371 7 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-12-05 13:12:55.371 7 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2020-12-05 13:12:55.371 7 ERROR rally.cli.cliutils 2020-12-05 13:12:57.059 9 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-05 13:12:57.060 9 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-05 13:12:57.060 9 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-05 13:13:01.437 11 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-05 13:13:01.438 11 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-05 13:13:01.438 11 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-05 13:13:06.425 14 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-05 13:13:06.426 14 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-05 13:13:06.426 14 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-05 13:13:07.908 17 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-05 13:13:07.908 17 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-05 13:13:07.909 17 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-05 13:13:10.205 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-12-05 13:13:10.205 17 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-12-05 13:13:10.205 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-12-05 13:13:10.205 17 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-12-05 13:13:10.205 17 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2020-12-05 13:13:10.205 17 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-12-05 13:13:10.205 17 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-12-05 13:13:10.205 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2020-12-05 13:13:10.205 17 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2020-12-05 13:13:10.205 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2020-12-05 13:13:10.205 17 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2020-12-05 13:13:10.205 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2020-12-05 13:13:10.205 17 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2020-12-05 13:13:10.205 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2020-12-05 13:13:10.205 17 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2020-12-05 13:13:10.205 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-12-05 13:13:10.205 17 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-12-05 13:13:10.205 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2020-12-05 13:13:10.205 17 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2020-12-05 13:13:10.205 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2020-12-05 13:13:10.205 17 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-12-05 13:13:10.205 17 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2020-12-05 13:13:10.205 17 ERROR rally.cli.cliutils 2020-12-05 13:13:11.962 19 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-05 13:13:11.962 19 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-05 13:13:11.962 19 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-05 13:13:14.535 19 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2020-12-05 13:13:14.617 19 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-5db83497-7544-4b11-8f23-8f78c2f8f77f/repo. 2020-12-05 13:13:14.878 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-5db83497-7544-4b11-8f23-8f78c2f8f77f/repo'... done. Note: switching to '10c0e505c52c10f3c20cdde7bb0fb6bd0e49922a'. You are in 'detached HEAD' state. You can look around, make experimental changes and commit them, and you can discard any commits you make in this state without impacting any branches by switching back to a branch. If you want to create a new branch to retain commits you create, you may do so (now or later) by using -c with the switch command. Example: git switch -c Or undo this operation with: git switch - Turn off this advice by setting config variable advice.detachedHead to false ' 2020-12-05 13:13:14.922 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'tags/24.0.0-208-g10c0e505c ' 2020-12-05 13:13:14.929 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: '10c0e505c52c10f3c20cdde7bb0fb6bd0e49922a ' 2020-12-05 13:13:14.952 19 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2020-12-05 13:13:15.018 19 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2020-12-05 13:13:15.792 19 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=5db83497-7544-4b11-8f23-8f78c2f8f77f) has been successfully created! 2020-12-05 13:13:17.602 27 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-05 13:13:17.602 27 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-05 13:13:17.602 27 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-05 13:13:22.471 30 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-05 13:13:22.471 30 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-05 13:13:22.471 30 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-05 13:13:24.747 30 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=5db83497-7544-4b11-8f23-8f78c2f8f77f) for deployment 'opnfv-rally' (UUID=d6fd8641-58a6-4051-8c5e-df007b6f4883). 2020-12-05 13:13:25.251 30 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=5db83497-7544-4b11-8f23-8f78c2f8f77f) has been successfully configured for deployment 'opnfv-rally' (UUID=d6fd8641-58a6-4051-8c5e-df007b6f4883)! 2020-12-05 13:13:34.241 35 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-05 13:13:34.241 35 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-05 13:13:34.241 35 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-05 13:13:36.568 35 INFO rally.api [-] Starting verification (UUID=e225c742-dd19-43e5-aadd-b9041e77e360) for deployment 'opnfv-rally' (UUID=d6fd8641-58a6-4051-8c5e-df007b6f4883) by verifier 'opnfv-tempest' (UUID=5db83497-7544-4b11-8f23-8f78c2f8f77f). 2020-12-05 13:13:37.268 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2020-12-05 13:13:37.268 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-5db83497-7544-4b11-8f23-8f78c2f8f77f/for-deployment-d6fd8641-58a6-4051-8c5e-df007b6f4883/tempest.log' to option 'log_file'. 2020-12-05 13:13:37.269 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-5db83497-7544-4b11-8f23-8f78c2f8f77f/for-deployment-d6fd8641-58a6-4051-8c5e-df007b6f4883/tempest.log 2020-12-05 13:13:37.269 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2020-12-05 13:13:37.270 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-5db83497-7544-4b11-8f23-8f78c2f8f77f/for-deployment-d6fd8641-58a6-4051-8c5e-df007b6f4883/lock_files' to option 'lock_path'. 2020-12-05 13:13:37.270 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-5db83497-7544-4b11-8f23-8f78c2f8f77f/for-deployment-d6fd8641-58a6-4051-8c5e-df007b6f4883/lock_files 2020-12-05 13:13:37.270 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is already configured in Tempest config file. img_dir = /home/opnfv/functest/images 2020-12-05 13:13:37.271 35 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-05 13:13:37.271 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = b7b3e347-8055-42b0-b15b-1ac4da64d855 2020-12-05 13:13:37.271 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = 7ed5d7a7-88a2-400f-9cc1-f32149cc936f 2020-12-05 13:13:37.272 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = cae3e1c7-b06d-4710-b40f-c1da9b21b06d 2020-12-05 13:13:37.273 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = 05676930-0cf0-4112-96d5-c20d9d968784 2020-12-05 13:13:37.558 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2020-12-05 13:13:37.558 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = tempest_slow-net_46c19aff-5cee-4258-8d4b-e8dc6a1b2197 2020-12-05 13:13:37.559 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2020-12-05 13:13:37.649 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2020-12-05 13:13:37.696 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] The following flavor discovered: 'rally_verify_7b22119f_oXHdSiov'. Using flavor 'rally_verify_7b22119f_oXHdSiov' (ID = 0cdc884d-32b8-4093-be76-d74242b37363) for the tests. 2020-12-05 13:13:37.696 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '0cdc884d-32b8-4093-be76-d74242b37363' to option 'instance_type'. 2020-12-05 13:13:37.697 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = 0cdc884d-32b8-4093-be76-d74242b37363 2020-12-05 13:13:37.698 35 INFO rally.task.context [-] Verification 5db83497-7544-4b11-8f23-8f78c2f8f77f | Context tempest@default setup() finished in 0.89 sec 2020-12-05 13:13:37.699 35 INFO rally.task.context [-] Verification 5db83497-7544-4b11-8f23-8f78c2f8f77f | Context testr@default setup() finished in 0.55 msec 2020-12-05 13:13:37.699 35 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --serial --load-list /tmp/9ab784c7-125e-44d9-b9dd-1a9bbc342087'. 2020-12-05 13:13:42.016 35 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_volume_swap.TestMultiAttachVolumeSwap ... skip: b'Swapping volumes is not supported.' 2020-12-05 13:13:42.017 35 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_volume_swap.TestVolumeSwap ... skip: b'Swapping volumes is not supported.' 2020-12-05 13:14:55.891 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_device_tagging.TaggedBootDevicesTest.test_tagged_boot_devices ... success [68.738s] 2020-12-05 13:16:21.940 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_device_tagging.TaggedBootDevicesTest_v242.test_tagged_boot_devices ... success [68.285s] 2020-12-05 13:17:23.022 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_rebuild_server_with_volume_attached ... success [31.495s] 2020-12-05 13:17:43.423 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_personality.ServerPersonalityTestJSON ... skip: b'Nova personality feature disabled' 2020-12-05 13:17:43.425 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_rescue.ServerBootFromVolumeStableRescueTest ... skip: b'Stable rescue not available.' 2020-12-05 13:19:05.921 35 INFO opnfv-tempest [-] {0} tempest.api.compute.volumes.test_attach_volume.AttachVolumeShelveTestJSON.test_attach_volume_shelved_or_offload_server ... success [74.659s] 2020-12-05 13:20:05.836 35 INFO opnfv-tempest [-] {0} tempest.api.compute.volumes.test_attach_volume.AttachVolumeShelveTestJSON.test_detach_volume_shelved_or_offload_server ... success [59.903s] 2020-12-05 13:21:31.057 35 INFO opnfv-tempest [-] {0} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_attach_detach_volume ... success [64.318s] 2020-12-05 13:31:42.979 35 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_sync.ContainerSyncTest.test_container_synchronization ... skip [603.176s]: b"Marked as unstable and skipped because of bug: https://launchpad.net/bugs/1317133, failure was: !=:\nreference = {'tempest-TestSyncObject-1552104535': {'bytes': 33,\n 'content_type': 'application/json',\n 'hash': '548092c8068cc3cec100798715ae2a6b',\n 'last_modified': '2020-12-05T13:21:39.812Z',\n 'name': 'tempest-TestSyncObject-1552104535'}}\nactual = {'tempest-TestSyncObject-928587032': {'bytes': 32,\n 'content_type': 'application/json',\n 'hash': 'b221f5f9566fee585f4d7fef67dc9d77',\n 'last_modified': '2020-12-05T13:21:39.880Z',\n 'name': 'tempest-TestSyncObject-928587032'}}\n: Different object lists in containers." 2020-12-05 13:31:50.459 35 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_sync_middleware.ContainerSyncMiddlewareTest.test_container_synchronization ... skip [0.001s]: b'Skipped because object extension: container_sync is not enabled' 2020-12-05 13:32:08.442 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_aggregates_basic_ops.TestAggregatesBasicOps.test_aggregate_basic_ops ... success [0.936s] 2020-12-05 13:32:24.212 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_encrypted_cinder_volumes.TestEncryptedCinderVolumes ... skip: b'Encrypted volume attach is not supported' 2020-12-05 13:32:24.215 35 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-05 13:33:24.811 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_cold_migration ... success [59.255s] 2020-12-05 13:34:30.309 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_cold_migration_revert ... success [65.479s] 2020-12-05 13:35:17.258 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_live_migration ... success [46.930s] 2020-12-05 13:36:00.996 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_pause_unpause ... success [43.718s] 2020-12-05 13:36:48.596 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_reboot ... success [47.584s] 2020-12-05 13:37:33.627 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_rebuild ... success [45.012s] 2020-12-05 13:38:35.707 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_resize ... success [62.065s] 2020-12-05 13:39:46.132 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_stop_start ... success [70.402s] 2020-12-05 13:40:44.628 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_suspend_resume ... success [58.478s] 2020-12-05 13:42:03.836 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_connectivity_between_vms_on_different_networks ... success [76.249s] 2020-12-05 13:42:42.843 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_mtu_sized_frames ... success [38.993s] 2020-12-05 13:43:55.018 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_port_security_macspoofing_port ... success [72.154s] 2020-12-05 13:44:44.622 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_preserve_preexisting_port ... success [49.585s] 2020-12-05 13:45:35.210 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_router_rescheduling ... success [50.574s] 2020-12-05 13:46:17.562 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_subnet_details ... success [42.336s] 2020-12-05 13:47:49.371 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_update_instance_port_admin_state ... success [91.781s] 2020-12-05 13:49:37.260 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_update_router_admin_state ... success [107.868s] 2020-12-05 13:50:46.584 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_v6.TestGettingAddress.test_dhcp6_stateless_from_os ... success [66.477s] 2020-12-05 13:52:15.683 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_v6.TestGettingAddress.test_dualnet_dhcp6_stateless_from_os ... success [89.081s] 2020-12-05 13:54:03.274 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_v6.TestGettingAddress.test_dualnet_multi_prefix_dhcpv6_stateless ... success [107.571s] 2020-12-05 13:55:33.183 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_v6.TestGettingAddress.test_dualnet_multi_prefix_slaac ... success [89.888s] 2020-12-05 13:57:02.914 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_v6.TestGettingAddress.test_dualnet_slaac_from_os ... success [89.710s] 2020-12-05 13:58:18.010 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_v6.TestGettingAddress.test_multi_prefix_dhcpv6_stateless ... success [75.081s] 2020-12-05 13:59:35.742 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_v6.TestGettingAddress.test_multi_prefix_slaac ... success [77.717s] 2020-12-05 14:01:51.549 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_v6.TestGettingAddress.test_slaac_from_os ... success [135.794s] 2020-12-05 14:01:54.509 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_object_storage_basic_ops.TestObjectStorageBasicOps.test_swift_acl_anonymous_download ... success [0.311s] 2020-12-05 14:02:50.412 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_security_groups_basic_ops.TestSecurityGroupsBasicOps.test_boot_into_disabled_port_security_network_without_secgroup ... success [52.563s] 2020-12-05 14:03:28.125 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_security_groups_basic_ops.TestSecurityGroupsBasicOps.test_multiple_security_groups ... success [37.704s] 2020-12-05 14:04:17.506 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_security_groups_basic_ops.TestSecurityGroupsBasicOps.test_port_security_disable_security_group ... success [49.369s] 2020-12-05 14:05:09.095 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_security_groups_basic_ops.TestSecurityGroupsBasicOps.test_port_update_new_security_group ... success [51.578s] 2020-12-05 14:05:37.734 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_server_advanced_ops.TestServerAdvancedOps.test_server_sequence_suspend_resume ... success [25.906s] 2020-12-05 14:06:39.261 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_shelve_instance.TestShelveInstance.test_shelve_instance ... success [55.478s] 2020-12-05 14:07:19.485 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_shelve_instance.TestShelveInstance.test_shelve_volume_backed_instance ... success [40.216s] 2020-12-05 14:08:53.966 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_snapshot_pattern.TestSnapshotPattern.test_snapshot_pattern ... success [81.710s] 2020-12-05 14:10:31.503 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_stamp_pattern.TestStampPattern.test_stamp_pattern ... success [83.499s] 2020-12-05 14:11:21.587 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_volume_backup_restore.TestVolumeBackupRestore.test_volume_backup_restore ... success [40.055s] 2020-12-05 14:12:07.521 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_create_server_from_volume_snapshot ... success [24.233s] 2020-12-05 14:13:29.988 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_volume_boot_pattern ... success [82.453s] 2020-12-05 14:13:42.653 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_volume_migrate_attached.TestVolumeMigrateRetypeAttached ... skip: b'Cinder multi-backend feature disabled' 2020-12-05 14:13:43.184 35 INFO rally.task.context [-] Verification 5db83497-7544-4b11-8f23-8f78c2f8f77f | Context testr@default cleanup() started 2020-12-05 14:13:43.184 35 INFO rally.task.context [-] Verification 5db83497-7544-4b11-8f23-8f78c2f8f77f | Context testr@default cleanup() finished in 0.57 msec 2020-12-05 14:13:43.185 35 INFO rally.task.context [-] Verification 5db83497-7544-4b11-8f23-8f78c2f8f77f | Context tempest@default cleanup() started 2020-12-05 14:13:43.391 35 INFO rally.task.context [-] Verification 5db83497-7544-4b11-8f23-8f78c2f8f77f | Context tempest@default cleanup() finished in 0.21 sec 2020-12-05 14:13:43.426 35 INFO rally.api [-] Verification (UUID=e225c742-dd19-43e5-aadd-b9041e77e360) has been successfully finished for deployment 'opnfv-rally' (UUID=d6fd8641-58a6-4051-8c5e-df007b6f4883)! 2020-12-05 14:13:45.636 710 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-05 14:13:45.637 710 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-05 14:13:45.637 710 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-05 14:13:47.239 712 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-05 14:13:47.239 712 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-05 14:13:47.239 712 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-05 14:13:50.027 712 INFO rally.api [-] Building 'html' report for the following verification(s): 'e225c742-dd19-43e5-aadd-b9041e77e360' 2020-12-05 14:13:50.052 712 INFO rally.api [-] The report has been successfully built. 2020-12-05 14:13:51.583 714 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-05 14:13:51.584 714 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-05 14:13:51.584 714 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-05 14:13:53.844 714 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): 'e225c742-dd19-43e5-aadd-b9041e77e360' 2020-12-05 14:13:53.849 714 INFO rally.api [-] The report has been successfully built.