2020-07-04 08:30:57.314 7 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-04 08:30:57.315 7 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-04 08:30:57.315 7 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-04 08:30:59.800 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-04 08:30:59.800 7 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-07-04 08:30:59.800 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-07-04 08:30:59.800 7 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-07-04 08:30:59.800 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-07-04 08:30:59.800 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2020-07-04 08:30:59.800 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-07-04 08:30:59.800 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-07-04 08:30:59.800 7 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-07-04 08:30:59.800 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-07-04 08:30:59.800 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2020-07-04 08:30:59.800 7 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2020-07-04 08:30:59.800 7 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2020-07-04 08:30:59.800 7 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2020-07-04 08:30:59.800 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2020-07-04 08:30:59.800 7 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2020-07-04 08:30:59.800 7 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2020-07-04 08:30:59.800 7 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2020-07-04 08:30:59.800 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-07-04 08:30:59.800 7 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-07-04 08:30:59.800 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2020-07-04 08:30:59.800 7 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-07-04 08:30:59.800 7 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2020-07-04 08:30:59.800 7 ERROR rally.cli.cliutils 2020-07-04 08:31:01.519 9 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-04 08:31:01.519 9 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-04 08:31:01.520 9 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-04 08:31:05.901 11 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-04 08:31:05.902 11 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-04 08:31:05.902 11 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-04 08:31:10.884 14 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-04 08:31:10.885 14 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-04 08:31:10.885 14 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-04 08:31:12.344 17 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-04 08:31:12.344 17 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-04 08:31:12.344 17 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-04 08:31:14.456 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-04 08:31:14.456 17 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-07-04 08:31:14.456 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-07-04 08:31:14.456 17 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-07-04 08:31:14.456 17 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2020-07-04 08:31:14.456 17 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-07-04 08:31:14.456 17 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-07-04 08:31:14.456 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2020-07-04 08:31:14.456 17 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2020-07-04 08:31:14.456 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2020-07-04 08:31:14.456 17 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2020-07-04 08:31:14.456 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2020-07-04 08:31:14.456 17 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2020-07-04 08:31:14.456 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2020-07-04 08:31:14.456 17 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2020-07-04 08:31:14.456 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-07-04 08:31:14.456 17 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-07-04 08:31:14.456 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2020-07-04 08:31:14.456 17 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2020-07-04 08:31:14.456 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2020-07-04 08:31:14.456 17 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-07-04 08:31:14.456 17 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2020-07-04 08:31:14.456 17 ERROR rally.cli.cliutils 2020-07-04 08:31:16.162 19 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-04 08:31:16.163 19 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-04 08:31:16.163 19 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-04 08:31:18.482 19 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2020-07-04 08:31:18.556 19 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-f0c484e0-c199-4cda-8589-8b67ce926116/repo. 2020-07-04 08:31:18.804 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-f0c484e0-c199-4cda-8589-8b67ce926116/repo'... done. Note: switching to '537bf665f54089bb155b56d8ea1e34ba364dbb74'. 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-07-04 08:31:18.820 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'tags/24.0.0-1-g537bf665f ' 2020-07-04 08:31:18.829 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: '537bf665f54089bb155b56d8ea1e34ba364dbb74 ' 2020-07-04 08:31:18.850 19 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2020-07-04 08:31:18.902 19 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2020-07-04 08:31:19.649 19 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=f0c484e0-c199-4cda-8589-8b67ce926116) has been successfully created! 2020-07-04 08:31:21.616 27 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-04 08:31:21.617 27 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-04 08:31:21.617 27 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-04 08:31:26.561 30 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-04 08:31:26.561 30 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-04 08:31:26.562 30 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-04 08:31:28.713 30 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=f0c484e0-c199-4cda-8589-8b67ce926116) for deployment 'opnfv-rally' (UUID=66547bdd-532b-4257-bb13-91ca15df261c). 2020-07-04 08:31:29.233 30 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=f0c484e0-c199-4cda-8589-8b67ce926116) has been successfully configured for deployment 'opnfv-rally' (UUID=66547bdd-532b-4257-bb13-91ca15df261c)! 2020-07-04 08:31:39.108 35 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-04 08:31:39.108 35 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-04 08:31:39.108 35 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-04 08:31:41.311 35 INFO rally.api [-] Starting verification (UUID=9a493da8-a018-42ae-8c4a-40791de6bce6) for deployment 'opnfv-rally' (UUID=66547bdd-532b-4257-bb13-91ca15df261c) by verifier 'opnfv-tempest' (UUID=f0c484e0-c199-4cda-8589-8b67ce926116). 2020-07-04 08:31:42.105 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2020-07-04 08:31:42.106 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-f0c484e0-c199-4cda-8589-8b67ce926116/for-deployment-66547bdd-532b-4257-bb13-91ca15df261c/tempest.log' to option 'log_file'. 2020-07-04 08:31:42.106 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-f0c484e0-c199-4cda-8589-8b67ce926116/for-deployment-66547bdd-532b-4257-bb13-91ca15df261c/tempest.log 2020-07-04 08:31:42.107 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2020-07-04 08:31:42.107 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-f0c484e0-c199-4cda-8589-8b67ce926116/for-deployment-66547bdd-532b-4257-bb13-91ca15df261c/lock_files' to option 'lock_path'. 2020-07-04 08:31:42.107 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-f0c484e0-c199-4cda-8589-8b67ce926116/for-deployment-66547bdd-532b-4257-bb13-91ca15df261c/lock_files 2020-07-04 08:31:42.108 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is already configured in Tempest config file. img_dir = /home/opnfv/functest/images 2020-07-04 08:31:42.108 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-07-04 08:31:42.108 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = d6be2049-6f39-4de5-b388-ac905042251a 2020-07-04 08:31:42.109 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = f4c85a94-5a6c-4b0f-a171-408324a2faec 2020-07-04 08:31:42.110 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = f6c3f522-ed4b-487f-91e7-cf878d4a8f59 2020-07-04 08:31:42.110 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = 24337195-37c8-48f7-9933-5df60306fd6e 2020-07-04 08:31:42.383 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2020-07-04 08:31:42.384 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = tempest_slow-net_333a4313-0931-4eba-ad56-8992350bbac9 2020-07-04 08:31:42.384 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2020-07-04 08:31:42.479 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2020-07-04 08:31:42.516 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] The following flavor discovered: 'rally_verify_9428e217_vUeW1UL8'. Using flavor 'rally_verify_9428e217_vUeW1UL8' (ID = 1dff4474-b699-445a-9d57-e7c9ecf34bb9) for the tests. 2020-07-04 08:31:42.517 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '1dff4474-b699-445a-9d57-e7c9ecf34bb9' to option 'instance_type'. 2020-07-04 08:31:42.517 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = 1dff4474-b699-445a-9d57-e7c9ecf34bb9 2020-07-04 08:31:42.518 35 INFO rally.task.context [-] Verification f0c484e0-c199-4cda-8589-8b67ce926116 | Context tempest@default setup() finished in 0.96 sec 2020-07-04 08:31:42.520 35 INFO rally.task.context [-] Verification f0c484e0-c199-4cda-8589-8b67ce926116 | Context testr@default setup() finished in 0.79 msec 2020-07-04 08:31:42.520 35 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --serial --load-list /tmp/d11fdfdb-07f8-4610-96fa-2cdbde86b53f'. 2020-07-04 08:31:47.430 35 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_volume_swap.TestMultiAttachVolumeSwap ... skip: b'Swapping volumes is not supported.' 2020-07-04 08:31:47.431 35 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_volume_swap.TestVolumeSwap ... skip: b'Swapping volumes is not supported.' 2020-07-04 08:33:16.330 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_device_tagging.TaggedBootDevicesTest.test_tagged_boot_devices ... success [82.377s] 2020-07-04 08:35:02.799 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_device_tagging.TaggedBootDevicesTest_v242.test_tagged_boot_devices ... success [85.331s] 2020-07-04 08:36:11.350 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_rebuild_server_with_volume_attached ... success [26.945s] 2020-07-04 08:36:24.715 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_personality.ServerPersonalityTestJSON ... skip: b'Nova personality feature disabled' 2020-07-04 08:37:30.588 35 INFO opnfv-tempest [-] {0} tempest.api.compute.volumes.test_attach_volume.AttachVolumeShelveTestJSON.test_attach_volume_shelved_or_offload_server ... success [60.044s] 2020-07-04 08:38:42.934 35 INFO opnfv-tempest [-] {0} tempest.api.compute.volumes.test_attach_volume.AttachVolumeShelveTestJSON.test_detach_volume_shelved_or_offload_server ... success [72.329s] 2020-07-04 08:39:59.559 35 INFO opnfv-tempest [-] {0} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_attach_detach_volume ... success [58.421s] 2020-07-04 08:40:11.461 35 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_sync.ContainerSyncTest.test_container_synchronization ... skip [0.001s]: b'Skipped until bug: https://launchpad.net/bugs/1317133 is resolved.' 2020-07-04 08:40:22.333 35 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_sync_middleware.ContainerSyncMiddlewareTest.test_container_synchronization ... skip [0.002s]: b'Skipped because object extension: container_sync is not enabled' 2020-07-04 08:40:39.402 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_aggregates_basic_ops.TestAggregatesBasicOps.test_aggregate_basic_ops ... success [0.905s] 2020-07-04 08:40:54.735 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_encrypted_cinder_volumes.TestEncryptedCinderVolumes ... skip: b'Encrypted volume attach is not supported' 2020-07-04 08:40:54.738 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-07-04 08:41:51.502 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_cold_migration ... success [55.558s] 2020-07-04 08:41:51.503 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_cold_migration_revert ... skip [0.001s]: b'Skipped until bug: https://launchpad.net/bugs/1836595 is resolved.' 2020-07-04 08:42:50.032 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_live_migration ... success [58.510s] 2020-07-04 08:43:30.421 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_pause_unpause ... success [40.367s] 2020-07-04 08:44:20.734 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_reboot ... success [50.297s] 2020-07-04 08:45:07.647 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_rebuild ... success [46.899s] 2020-07-04 08:46:02.698 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_resize ... success [55.030s] 2020-07-04 08:46:49.180 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_stop_start ... success [46.463s] 2020-07-04 08:47:29.472 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_suspend_resume ... success [40.280s] 2020-07-04 08:48:43.102 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_connectivity_between_vms_on_different_networks ... success [71.213s] 2020-07-04 08:49:15.736 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_mtu_sized_frames ... success [32.619s] 2020-07-04 08:50:24.044 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_port_security_macspoofing_port ... success [68.287s] 2020-07-04 08:51:08.385 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_preserve_preexisting_port ... success [44.324s] 2020-07-04 08:51:57.799 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_router_rescheduling ... success [49.394s] 2020-07-04 08:52:39.216 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_subnet_details ... success [41.403s] 2020-07-04 08:53:50.772 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_update_instance_port_admin_state ... success [71.528s] 2020-07-04 08:54:41.169 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_update_router_admin_state ... success [50.377s] 2020-07-04 08:55:53.951 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_v6.TestGettingAddress.test_dhcp6_stateless_from_os ... success [70.080s] 2020-07-04 08:58:01.301 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_v6.TestGettingAddress.test_dualnet_dhcp6_stateless_from_os ... success [127.334s] 2020-07-04 08:59:36.347 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_v6.TestGettingAddress.test_dualnet_multi_prefix_dhcpv6_stateless ... success [95.025s] 2020-07-04 09:01:13.309 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_v6.TestGettingAddress.test_dualnet_multi_prefix_slaac ... success [96.940s] 2020-07-04 09:02:37.406 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_v6.TestGettingAddress.test_dualnet_slaac_from_os ... success [84.081s] 2020-07-04 09:04:00.820 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_v6.TestGettingAddress.test_multi_prefix_dhcpv6_stateless ... success [83.400s] 2020-07-04 09:05:27.637 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_v6.TestGettingAddress.test_multi_prefix_slaac ... success [86.799s] 2020-07-04 09:06:29.716 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_v6.TestGettingAddress.test_slaac_from_os ... success [62.067s] 2020-07-04 09:06:32.512 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_object_storage_basic_ops.TestObjectStorageBasicOps.test_swift_acl_anonymous_download ... success [0.175s] 2020-07-04 09:07:33.967 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_security_groups_basic_ops.TestSecurityGroupsBasicOps.test_boot_into_disabled_port_security_network_without_secgroup ... success [58.535s] 2020-07-04 09:08:26.733 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_security_groups_basic_ops.TestSecurityGroupsBasicOps.test_multiple_security_groups ... success [52.753s] 2020-07-04 09:09:19.689 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_security_groups_basic_ops.TestSecurityGroupsBasicOps.test_port_security_disable_security_group ... success [52.939s] 2020-07-04 09:10:18.698 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_security_groups_basic_ops.TestSecurityGroupsBasicOps.test_port_update_new_security_group ... success [58.993s] 2020-07-04 09:10:45.688 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_server_advanced_ops.TestServerAdvancedOps.test_server_sequence_suspend_resume ... success [24.178s] 2020-07-04 09:12:07.508 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_shelve_instance.TestShelveInstance.test_shelve_instance ... success [71.588s] 2020-07-04 09:12:52.228 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_shelve_instance.TestShelveInstance.test_shelve_volume_backed_instance ... success [44.713s] 2020-07-04 09:14:20.108 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_snapshot_pattern.TestSnapshotPattern.test_snapshot_pattern ... success [77.498s] 2020-07-04 09:15:52.435 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_stamp_pattern.TestStampPattern.test_stamp_pattern ... success [82.176s] 2020-07-04 09:16:43.715 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_volume_backup_restore.TestVolumeBackupRestore.test_volume_backup_restore ... success [40.397s] 2020-07-04 09:17:34.192 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_create_server_from_volume_snapshot ... success [24.741s] 2020-07-04 09:19:01.341 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_volume_boot_pattern ... success [87.132s] 2020-07-04 09:19:12.615 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_volume_migrate_attached.TestVolumeMigrateRetypeAttached ... skip: b'Cinder multi-backend feature disabled' 2020-07-04 09:19:13.084 35 INFO rally.task.context [-] Verification f0c484e0-c199-4cda-8589-8b67ce926116 | Context testr@default cleanup() started 2020-07-04 09:19:13.085 35 INFO rally.task.context [-] Verification f0c484e0-c199-4cda-8589-8b67ce926116 | Context testr@default cleanup() finished in 0.78 msec 2020-07-04 09:19:13.085 35 INFO rally.task.context [-] Verification f0c484e0-c199-4cda-8589-8b67ce926116 | Context tempest@default cleanup() started 2020-07-04 09:19:13.251 35 INFO rally.task.context [-] Verification f0c484e0-c199-4cda-8589-8b67ce926116 | Context tempest@default cleanup() finished in 0.17 sec 2020-07-04 09:19:13.282 35 INFO rally.api [-] Verification (UUID=9a493da8-a018-42ae-8c4a-40791de6bce6) has been successfully finished for deployment 'opnfv-rally' (UUID=66547bdd-532b-4257-bb13-91ca15df261c)! 2020-07-04 09:19:15.614 689 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-04 09:19:15.614 689 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-04 09:19:15.614 689 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-04 09:19:17.196 691 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-04 09:19:17.196 691 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-04 09:19:17.196 691 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-04 09:19:19.676 691 INFO rally.api [-] Building 'html' report for the following verification(s): '9a493da8-a018-42ae-8c4a-40791de6bce6' 2020-07-04 09:19:19.696 691 INFO rally.api [-] The report has been successfully built. 2020-07-04 09:19:21.305 693 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-04 09:19:21.305 693 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-04 09:19:21.305 693 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-04 09:19:23.360 693 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): '9a493da8-a018-42ae-8c4a-40791de6bce6' 2020-07-04 09:19:23.365 693 INFO rally.api [-] The report has been successfully built.