2020-12-09 12:00:13.044 7 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-09 12:00:13.045 7 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-09 12:00:13.045 7 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-09 12:00:15.603 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-09 12:00:15.603 7 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-12-09 12:00:15.603 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-12-09 12:00:15.603 7 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-12-09 12:00:15.603 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-12-09 12:00:15.603 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2020-12-09 12:00:15.603 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-12-09 12:00:15.603 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-12-09 12:00:15.603 7 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-12-09 12:00:15.603 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-12-09 12:00:15.603 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2020-12-09 12:00:15.603 7 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2020-12-09 12:00:15.603 7 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2020-12-09 12:00:15.603 7 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2020-12-09 12:00:15.603 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2020-12-09 12:00:15.603 7 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2020-12-09 12:00:15.603 7 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2020-12-09 12:00:15.603 7 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2020-12-09 12:00:15.603 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-12-09 12:00:15.603 7 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-12-09 12:00:15.603 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2020-12-09 12:00:15.603 7 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-12-09 12:00:15.603 7 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2020-12-09 12:00:15.603 7 ERROR rally.cli.cliutils 2020-12-09 12:00:17.424 9 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-09 12:00:17.424 9 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-09 12:00:17.425 9 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-09 12:00:22.008 11 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-09 12:00:22.008 11 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-09 12:00:22.009 11 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-09 12:00:26.869 14 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-09 12:00:26.869 14 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-09 12:00:26.869 14 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-09 12:00:28.439 17 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-09 12:00:28.439 17 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-09 12:00:28.440 17 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-09 12:00:30.898 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-09 12:00:30.898 17 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-12-09 12:00:30.898 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-12-09 12:00:30.898 17 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-12-09 12:00:30.898 17 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2020-12-09 12:00:30.898 17 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-12-09 12:00:30.898 17 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-12-09 12:00:30.898 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2020-12-09 12:00:30.898 17 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2020-12-09 12:00:30.898 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2020-12-09 12:00:30.898 17 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2020-12-09 12:00:30.898 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2020-12-09 12:00:30.898 17 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2020-12-09 12:00:30.898 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2020-12-09 12:00:30.898 17 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2020-12-09 12:00:30.898 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-12-09 12:00:30.898 17 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-12-09 12:00:30.898 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2020-12-09 12:00:30.898 17 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2020-12-09 12:00:30.898 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2020-12-09 12:00:30.898 17 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-12-09 12:00:30.898 17 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2020-12-09 12:00:30.898 17 ERROR rally.cli.cliutils 2020-12-09 12:00:32.715 19 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-09 12:00:32.715 19 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-09 12:00:32.716 19 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-09 12:00:35.003 19 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2020-12-09 12:00:35.072 19 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-af971446-1970-4b47-baec-9a487c8b9a15/repo. 2020-12-09 12:00:35.320 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-af971446-1970-4b47-baec-9a487c8b9a15/repo'... done. Note: switching to '2270e0af6e343c2b409baa24be092bcc0f31c091'. 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-09 12:00:35.332 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'tags/24.0.0-1-g2270e0af6 ' 2020-12-09 12:00:35.341 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: '2270e0af6e343c2b409baa24be092bcc0f31c091 ' 2020-12-09 12:00:35.376 19 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2020-12-09 12:00:35.436 19 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2020-12-09 12:00:36.248 19 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=af971446-1970-4b47-baec-9a487c8b9a15) has been successfully created! 2020-12-09 12:00:38.041 27 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-09 12:00:38.041 27 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-09 12:00:38.042 27 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-09 12:00:43.104 30 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-09 12:00:43.105 30 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-09 12:00:43.105 30 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-09 12:00:45.803 30 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=af971446-1970-4b47-baec-9a487c8b9a15) for deployment 'opnfv-rally' (UUID=043f7354-90f8-42f8-a41d-e117ee4b3270). 2020-12-09 12:00:46.377 30 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=af971446-1970-4b47-baec-9a487c8b9a15) has been successfully configured for deployment 'opnfv-rally' (UUID=043f7354-90f8-42f8-a41d-e117ee4b3270)! 2020-12-09 12:00:55.861 35 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-09 12:00:55.861 35 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-09 12:00:55.861 35 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-09 12:00:58.299 35 INFO rally.api [-] Starting verification (UUID=dbab43d4-da1a-4fce-a32f-607b55096453) for deployment 'opnfv-rally' (UUID=043f7354-90f8-42f8-a41d-e117ee4b3270) by verifier 'opnfv-tempest' (UUID=af971446-1970-4b47-baec-9a487c8b9a15). 2020-12-09 12:00:58.997 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2020-12-09 12:00:58.997 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-af971446-1970-4b47-baec-9a487c8b9a15/for-deployment-043f7354-90f8-42f8-a41d-e117ee4b3270/tempest.log' to option 'log_file'. 2020-12-09 12:00:58.998 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-af971446-1970-4b47-baec-9a487c8b9a15/for-deployment-043f7354-90f8-42f8-a41d-e117ee4b3270/tempest.log 2020-12-09 12:00:58.998 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2020-12-09 12:00:58.998 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-af971446-1970-4b47-baec-9a487c8b9a15/for-deployment-043f7354-90f8-42f8-a41d-e117ee4b3270/lock_files' to option 'lock_path'. 2020-12-09 12:00:58.999 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-af971446-1970-4b47-baec-9a487c8b9a15/for-deployment-043f7354-90f8-42f8-a41d-e117ee4b3270/lock_files 2020-12-09 12:00:58.999 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-09 12:00:58.999 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-09 12:00:59.000 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = c4ab5ef2-1422-4ca2-be45-b2e6d9b26a9c 2020-12-09 12:00:59.000 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = e82549c9-1d86-40b1-ad21-35288681d917 2020-12-09 12:00:59.001 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = e45b307f-4295-45e8-966b-ec4647f72462 2020-12-09 12:00:59.001 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = 3f4b2edf-675b-40b3-be2f-2eff217af5ba 2020-12-09 12:00:59.223 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2020-12-09 12:00:59.223 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = tempest_slow-net_ecad7b1f-3547-4430-a206-acdbe9417ee1 2020-12-09 12:00:59.224 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2020-12-09 12:00:59.301 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2020-12-09 12:00:59.375 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] There is no flavor with the mentioned properties. 2020-12-09 12:00:59.375 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Creating flavor 'rally_verify_dbab43d4_lx4LODI9' with the following properties: RAM = 64MB, VCPUs = 1, disk = 5GB. 2020-12-09 12:00:59.413 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_dbab43d4_lx4LODI9' (ID = 59e2078e-d79e-4d12-bb8d-111688ef18eb) has been successfully created! 2020-12-09 12:00:59.413 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '59e2078e-d79e-4d12-bb8d-111688ef18eb' to option 'instance_type'. 2020-12-09 12:00:59.413 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = 59e2078e-d79e-4d12-bb8d-111688ef18eb 2020-12-09 12:00:59.414 35 INFO rally.task.context [-] Verification af971446-1970-4b47-baec-9a487c8b9a15 | Context tempest@default setup() finished in 0.91 sec 2020-12-09 12:00:59.415 35 INFO rally.task.context [-] Verification af971446-1970-4b47-baec-9a487c8b9a15 | Context testr@default setup() finished in 0.35 msec 2020-12-09 12:00:59.415 35 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --serial --load-list /tmp/a506a829-dba4-4bda-9a07-3dbd4c69cf70'. 2020-12-09 12:01:04.414 35 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_volume_swap.TestMultiAttachVolumeSwap ... skip: b'Swapping volumes is not supported.' 2020-12-09 12:01:04.415 35 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_volume_swap.TestVolumeSwap ... skip: b'Swapping volumes is not supported.' 2020-12-09 12:02:31.158 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_device_tagging.TaggedBootDevicesTest.test_tagged_boot_devices ... success [78.360s] 2020-12-09 12:04:19.111 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_device_tagging.TaggedBootDevicesTest_v242.test_tagged_boot_devices ... success [85.794s] 2020-12-09 12:05:24.136 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_rebuild_server_with_volume_attached ... success [30.276s] 2020-12-09 12:05:41.489 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_personality.ServerPersonalityTestJSON ... skip: b'Nova personality feature disabled' 2020-12-09 12:07:01.504 35 INFO opnfv-tempest [-] {0} tempest.api.compute.volumes.test_attach_volume.AttachVolumeShelveTestJSON.test_attach_volume_shelved_or_offload_server ... success [72.935s] 2020-12-09 12:08:09.310 35 INFO opnfv-tempest [-] {0} tempest.api.compute.volumes.test_attach_volume.AttachVolumeShelveTestJSON.test_detach_volume_shelved_or_offload_server ... success [67.791s] 2020-12-09 12:09:32.585 35 INFO opnfv-tempest [-] {0} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_attach_detach_volume ... success [63.678s] 2020-12-09 12:09:41.985 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-12-09 12:09:50.492 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-09 12:10:12.267 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_aggregates_basic_ops.TestAggregatesBasicOps.test_aggregate_basic_ops ... success [1.306s] 2020-12-09 12:10:28.210 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_encrypted_cinder_volumes.TestEncryptedCinderVolumes ... skip: b'Encrypted volume attach is not supported' 2020-12-09 12:10:28.214 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-09 12:11:55.225 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_cold_migration ... success [85.600s] 2020-12-09 12:11:55.226 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_cold_migration_revert ... skip [0.002s]: b'Skipped until bug: https://launchpad.net/bugs/1836595 is resolved.' 2020-12-09 12:12:51.394 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_live_migration ... success [56.147s] 2020-12-09 12:13:36.289 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_pause_unpause ... success [44.877s] 2020-12-09 12:14:28.680 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_reboot ... success [52.373s] 2020-12-09 12:15:16.650 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_rebuild ... success [47.956s] 2020-12-09 12:16:13.766 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_resize ... success [57.099s] 2020-12-09 12:17:03.707 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_stop_start ... success [49.919s] 2020-12-09 12:17:46.743 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_suspend_resume ... success [43.024s] 2020-12-09 12:18:55.630 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_connectivity_between_vms_on_different_networks ... success [66.457s] 2020-12-09 12:19:31.268 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_mtu_sized_frames ... success [35.625s] 2020-12-09 12:20:41.808 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_port_security_macspoofing_port ... success [70.519s] 2020-12-09 12:21:29.268 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_preserve_preexisting_port ... success [47.444s] 2020-12-09 12:22:20.272 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_router_rescheduling ... success [50.982s] 2020-12-09 12:22:57.437 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_subnet_details ... success [37.155s] 2020-12-09 12:23:59.633 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_update_instance_port_admin_state ... success [62.169s] 2020-12-09 12:24:43.397 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_update_router_admin_state ... success [43.741s] 2020-12-09 12:25:53.235 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_v6.TestGettingAddress.test_dhcp6_stateless_from_os ... success [66.592s] 2020-12-09 12:27:11.929 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_v6.TestGettingAddress.test_dualnet_dhcp6_stateless_from_os ... success [78.675s] 2020-12-09 12:28:36.511 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_v6.TestGettingAddress.test_dualnet_multi_prefix_dhcpv6_stateless ... success [84.562s] 2020-12-09 12:29:59.250 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_v6.TestGettingAddress.test_dualnet_multi_prefix_slaac ... success [82.716s] 2020-12-09 12:31:14.904 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_v6.TestGettingAddress.test_dualnet_slaac_from_os ... success [75.635s] 2020-12-09 12:32:22.689 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_v6.TestGettingAddress.test_multi_prefix_dhcpv6_stateless ... success [67.768s] 2020-12-09 12:33:34.827 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_v6.TestGettingAddress.test_multi_prefix_slaac ... success [72.121s] 2020-12-09 12:34:38.069 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_v6.TestGettingAddress.test_slaac_from_os ... success [63.230s] 2020-12-09 12:34:40.709 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_object_storage_basic_ops.TestObjectStorageBasicOps.test_swift_acl_anonymous_download ... success [0.246s] 2020-12-09 12:35:36.638 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_security_groups_basic_ops.TestSecurityGroupsBasicOps.test_boot_into_disabled_port_security_network_without_secgroup ... success [52.904s] 2020-12-09 12:36:13.151 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_security_groups_basic_ops.TestSecurityGroupsBasicOps.test_multiple_security_groups ... success [36.504s] 2020-12-09 12:37:02.444 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_security_groups_basic_ops.TestSecurityGroupsBasicOps.test_port_security_disable_security_group ... success [49.282s] 2020-12-09 12:37:51.759 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_security_groups_basic_ops.TestSecurityGroupsBasicOps.test_port_update_new_security_group ... success [49.300s] 2020-12-09 12:38:19.114 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_server_advanced_ops.TestServerAdvancedOps.test_server_sequence_suspend_resume ... success [24.603s] 2020-12-09 12:39:21.360 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_shelve_instance.TestShelveInstance.test_shelve_instance ... success [55.793s] 2020-12-09 12:40:03.155 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_shelve_instance.TestShelveInstance.test_shelve_volume_backed_instance ... success [41.784s] 2020-12-09 12:41:17.499 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_snapshot_pattern.TestSnapshotPattern.test_snapshot_pattern ... success [63.017s] 2020-12-09 12:42:46.558 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_stamp_pattern.TestStampPattern.test_stamp_pattern ... success [78.502s] 2020-12-09 12:43:31.929 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_volume_backup_restore.TestVolumeBackupRestore.test_volume_backup_restore ... success [33.848s] 2020-12-09 12:44:12.012 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_create_server_from_volume_snapshot ... success [23.108s] 2020-12-09 12:45:27.730 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_volume_boot_pattern ... success [75.703s] 2020-12-09 12:45:39.568 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_volume_migrate_attached.TestVolumeMigrateRetypeAttached ... skip: b'Cinder multi-backend feature disabled' 2020-12-09 12:45:40.134 35 INFO rally.task.context [-] Verification af971446-1970-4b47-baec-9a487c8b9a15 | Context testr@default cleanup() started 2020-12-09 12:45:40.135 35 INFO rally.task.context [-] Verification af971446-1970-4b47-baec-9a487c8b9a15 | Context testr@default cleanup() finished in 0.88 msec 2020-12-09 12:45:40.135 35 INFO rally.task.context [-] Verification af971446-1970-4b47-baec-9a487c8b9a15 | Context tempest@default cleanup() started 2020-12-09 12:45:40.307 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Deleting flavor 'rally_verify_dbab43d4_lx4LODI9'. 2020-12-09 12:45:40.519 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_dbab43d4_lx4LODI9' has been deleted. 2020-12-09 12:45:40.520 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Removing value '59e2078e-d79e-4d12-bb8d-111688ef18eb' of option 'instance_type' from Tempest config file. 2020-12-09 12:45:40.521 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Value '59e2078e-d79e-4d12-bb8d-111688ef18eb' has been removed. 2020-12-09 12:45:40.527 35 INFO rally.task.context [-] Verification af971446-1970-4b47-baec-9a487c8b9a15 | Context tempest@default cleanup() finished in 0.39 sec 2020-12-09 12:45:40.549 35 INFO rally.api [-] Verification (UUID=dbab43d4-da1a-4fce-a32f-607b55096453) has been successfully finished for deployment 'opnfv-rally' (UUID=043f7354-90f8-42f8-a41d-e117ee4b3270)! 2020-12-09 12:45:42.256 688 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-09 12:45:42.256 688 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-09 12:45:42.256 688 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-09 12:45:43.784 690 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-09 12:45:43.785 690 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-09 12:45:43.785 690 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-09 12:45:45.833 690 INFO rally.api [-] Building 'html' report for the following verification(s): 'dbab43d4-da1a-4fce-a32f-607b55096453' 2020-12-09 12:45:45.852 690 INFO rally.api [-] The report has been successfully built. 2020-12-09 12:45:47.409 692 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-09 12:45:47.410 692 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-09 12:45:47.410 692 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-09 12:45:49.443 692 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): 'dbab43d4-da1a-4fce-a32f-607b55096453' 2020-12-09 12:45:49.448 692 INFO rally.api [-] The report has been successfully built.