2020-09-03 14:49:51.362 10 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-03 14:49:51.369 10 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-03 14:49:51.370 10 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-03 14:50:14.466 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-09-03 14:50:14.466 10 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-09-03 14:50:14.466 10 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-09-03 14:50:14.466 10 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-09-03 14:50:14.466 10 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-09-03 14:50:14.466 10 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2020-09-03 14:50:14.466 10 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-09-03 14:50:14.466 10 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-09-03 14:50:14.466 10 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-09-03 14:50:14.466 10 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-09-03 14:50:14.466 10 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2020-09-03 14:50:14.466 10 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2020-09-03 14:50:14.466 10 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2020-09-03 14:50:14.466 10 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2020-09-03 14:50:14.466 10 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2020-09-03 14:50:14.466 10 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2020-09-03 14:50:14.466 10 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2020-09-03 14:50:14.466 10 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2020-09-03 14:50:14.466 10 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-09-03 14:50:14.466 10 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-09-03 14:50:14.466 10 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2020-09-03 14:50:14.466 10 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-09-03 14:50:14.466 10 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2020-09-03 14:50:14.466 10 ERROR rally.cli.cliutils 2020-09-03 14:50:29.317 16 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-03 14:50:29.324 16 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-03 14:50:29.325 16 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-03 14:51:10.827 22 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-03 14:51:10.833 22 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-03 14:51:10.835 22 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-03 14:51:53.722 31 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-03 14:51:53.729 31 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-03 14:51:53.731 31 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-03 14:52:08.527 40 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-03 14:52:08.533 40 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-03 14:52:08.535 40 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-03 14:52:31.661 40 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-09-03 14:52:31.661 40 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-09-03 14:52:31.661 40 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-09-03 14:52:31.661 40 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-09-03 14:52:31.661 40 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2020-09-03 14:52:31.661 40 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-09-03 14:52:31.661 40 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-09-03 14:52:31.661 40 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2020-09-03 14:52:31.661 40 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2020-09-03 14:52:31.661 40 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2020-09-03 14:52:31.661 40 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2020-09-03 14:52:31.661 40 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2020-09-03 14:52:31.661 40 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2020-09-03 14:52:31.661 40 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2020-09-03 14:52:31.661 40 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2020-09-03 14:52:31.661 40 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-09-03 14:52:31.661 40 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-09-03 14:52:31.661 40 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2020-09-03 14:52:31.661 40 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2020-09-03 14:52:31.661 40 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2020-09-03 14:52:31.661 40 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-09-03 14:52:31.661 40 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2020-09-03 14:52:31.661 40 ERROR rally.cli.cliutils 2020-09-03 14:52:46.783 46 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-03 14:52:46.790 46 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-03 14:52:46.791 46 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-03 14:53:09.336 46 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2020-09-03 14:53:09.807 46 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-7b273a0d-0eb3-496f-98a7-7c0c67d244a1/repo. 2020-09-03 14:53:10.489 46 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-7b273a0d-0eb3-496f-98a7-7c0c67d244a1/repo'... done. Note: switching to '8d8712d666fb4eb783769d2847e848d3944b9980'. 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-09-03 14:53:10.592 46 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'tags/24.0.0-1-g8d8712d66 ' 2020-09-03 14:53:10.642 46 RALLYDEBUG rally.verification.utils [-] Subprocess output: '8d8712d666fb4eb783769d2847e848d3944b9980 ' 2020-09-03 14:53:10.710 46 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2020-09-03 14:53:11.288 46 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2020-09-03 14:53:18.259 46 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=7b273a0d-0eb3-496f-98a7-7c0c67d244a1) has been successfully created! 2020-09-03 14:53:33.791 71 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-03 14:53:33.797 71 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-03 14:53:33.799 71 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-03 14:54:14.190 80 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-03 14:54:14.197 80 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-03 14:54:14.198 80 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-03 14:54:37.685 80 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=7b273a0d-0eb3-496f-98a7-7c0c67d244a1) for deployment 'opnfv-rally' (UUID=9ac040c3-0219-4a56-91a5-09fe480a9254). 2020-09-03 14:54:39.244 80 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=7b273a0d-0eb3-496f-98a7-7c0c67d244a1) has been successfully configured for deployment 'opnfv-rally' (UUID=9ac040c3-0219-4a56-91a5-09fe480a9254)! 2020-09-03 14:56:09.481 97 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-03 14:56:09.488 97 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-03 14:56:09.489 97 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-03 14:56:33.326 97 INFO rally.api [-] Starting verification (UUID=462ab710-84f5-4a33-856f-3b27c3f2549a) for deployment 'opnfv-rally' (UUID=9ac040c3-0219-4a56-91a5-09fe480a9254) by verifier 'opnfv-tempest' (UUID=7b273a0d-0eb3-496f-98a7-7c0c67d244a1). 2020-09-03 14:56:37.866 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2020-09-03 14:56:37.868 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-7b273a0d-0eb3-496f-98a7-7c0c67d244a1/for-deployment-9ac040c3-0219-4a56-91a5-09fe480a9254/tempest.log' to option 'log_file'. 2020-09-03 14:56:37.869 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-7b273a0d-0eb3-496f-98a7-7c0c67d244a1/for-deployment-9ac040c3-0219-4a56-91a5-09fe480a9254/tempest.log 2020-09-03 14:56:37.871 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2020-09-03 14:56:37.872 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-7b273a0d-0eb3-496f-98a7-7c0c67d244a1/for-deployment-9ac040c3-0219-4a56-91a5-09fe480a9254/lock_files' to option 'lock_path'. 2020-09-03 14:56:37.873 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-7b273a0d-0eb3-496f-98a7-7c0c67d244a1/for-deployment-9ac040c3-0219-4a56-91a5-09fe480a9254/lock_files 2020-09-03 14:56:37.875 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is already configured in Tempest config file. img_dir = /home/opnfv/functest/images 2020-09-03 14:56:37.876 97 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-09-03 14:56:37.878 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = b4607311-3e1b-463e-ad16-dcea05e062ce 2020-09-03 14:56:37.879 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = 591931ab-f004-47c4-8501-9c25a8abaa2b 2020-09-03 14:56:37.882 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = 2cb7ddfd-1431-4515-851a-aa7c842e1c8a 2020-09-03 14:56:37.885 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = eeba0b00-dcee-4c89-91cf-3e2b545c95f7 2020-09-03 14:56:38.253 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2020-09-03 14:56:38.255 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = tempest_slow-net_c303b940-03a9-4e3d-826d-db45d7fc6384 2020-09-03 14:56:38.258 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2020-09-03 14:56:38.984 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2020-09-03 14:56:39.055 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] The following flavor discovered: 'rally_verify_f8d5da14_1jrE1GEJ'. Using flavor 'rally_verify_f8d5da14_1jrE1GEJ' (ID = bedc9d50-511d-4f04-9cb8-bdfb4a77ebaa) for the tests. 2020-09-03 14:56:39.056 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value 'bedc9d50-511d-4f04-9cb8-bdfb4a77ebaa' to option 'instance_type'. 2020-09-03 14:56:39.058 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = bedc9d50-511d-4f04-9cb8-bdfb4a77ebaa 2020-09-03 14:56:39.065 97 INFO rally.task.context [-] Verification 7b273a0d-0eb3-496f-98a7-7c0c67d244a1 | Context tempest@default setup() finished in 4.54 sec 2020-09-03 14:56:39.067 97 INFO rally.task.context [-] Verification 7b273a0d-0eb3-496f-98a7-7c0c67d244a1 | Context testr@default setup() finished in 0.98 msec 2020-09-03 14:56:39.069 97 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --serial --load-list /tmp/99a9c277-b9be-4a13-a478-ea8a67b30326'. 2020-09-03 14:57:22.289 97 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_volume_swap.TestMultiAttachVolumeSwap ... skip: b'Swapping volumes is not supported.' 2020-09-03 14:57:22.298 97 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_volume_swap.TestVolumeSwap ... skip: b'Swapping volumes is not supported.' 2020-09-03 14:58:43.202 97 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_device_tagging.TaggedBootDevicesTest.test_tagged_boot_devices ... success [74.441s] 2020-09-03 15:00:12.722 97 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_device_tagging.TaggedBootDevicesTest_v242.test_tagged_boot_devices ... success [70.920s] 2020-09-03 15:01:14.938 97 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_rebuild_server_with_volume_attached ... success [29.112s] 2020-09-03 15:01:30.343 97 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_personality.ServerPersonalityTestJSON ... skip: b'Nova personality feature disabled' 2020-09-03 15:02:47.110 97 INFO opnfv-tempest [-] {0} tempest.api.compute.volumes.test_attach_volume.AttachVolumeShelveTestJSON.test_attach_volume_shelved_or_offload_server ... success [68.525s] 2020-09-03 15:04:00.144 97 INFO opnfv-tempest [-] {0} tempest.api.compute.volumes.test_attach_volume.AttachVolumeShelveTestJSON.test_detach_volume_shelved_or_offload_server ... success [72.926s] 2020-09-03 15:05:11.095 97 INFO opnfv-tempest [-] {0} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_attach_detach_volume ... success [52.530s] 2020-09-03 15:05:20.465 97 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_sync.ContainerSyncTest.test_container_synchronization ... skip [0.005s]: b'Skipped until bug: https://launchpad.net/bugs/1317133 is resolved.' 2020-09-03 15:05:28.716 97 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_sync_middleware.ContainerSyncMiddlewareTest.test_container_synchronization ... skip [0.012s]: b'Skipped because object extension: container_sync is not enabled' 2020-09-03 15:05:47.622 97 INFO opnfv-tempest [-] {0} tempest.scenario.test_aggregates_basic_ops.TestAggregatesBasicOps.test_aggregate_basic_ops ... success [1.583s] 2020-09-03 15:05:59.691 97 INFO opnfv-tempest [-] {0} tempest.scenario.test_encrypted_cinder_volumes.TestEncryptedCinderVolumes ... skip: b'Encrypted volume attach is not supported' 2020-09-03 15:05:59.701 97 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-09-03 15:06:54.042 97 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_cold_migration ... success [52.597s] 2020-09-03 15:06:54.052 97 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_cold_migration_revert ... skip [0.006s]: b'Skipped until bug: https://launchpad.net/bugs/1836595 is resolved.' 2020-09-03 15:07:41.961 97 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_live_migration ... success [47.767s] 2020-09-03 15:08:23.112 97 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_pause_unpause ... success [41.025s] 2020-09-03 15:09:08.046 97 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_reboot ... success [44.793s] 2020-09-03 15:09:52.891 97 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_rebuild ... success [44.739s] 2020-09-03 15:10:40.752 97 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_resize ... success [47.734s] 2020-09-03 15:11:27.046 97 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_stop_start ... success [46.168s] 2020-09-03 15:12:08.770 97 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_suspend_resume ... success [41.632s] 2020-09-03 15:13:16.988 97 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_connectivity_between_vms_on_different_networks ... success [64.431s] 2020-09-03 15:13:51.408 97 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_mtu_sized_frames ... success [34.314s] 2020-09-03 15:14:57.238 97 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_port_security_macspoofing_port ... success [65.659s] 2020-09-03 15:15:52.132 97 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_preserve_preexisting_port ... success [54.779s] 2020-09-03 15:16:50.666 97 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_router_rescheduling ... success [58.366s] 2020-09-03 15:17:26.772 97 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_subnet_details ... success [36.021s] 2020-09-03 15:18:27.761 97 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_update_instance_port_admin_state ... success [60.806s] 2020-09-03 15:19:15.398 97 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_update_router_admin_state ... success [47.491s] 2020-09-03 15:20:17.119 97 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_v6.TestGettingAddress.test_dhcp6_stateless_from_os ... success [58.579s] 2020-09-03 15:21:43.641 97 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_v6.TestGettingAddress.test_dualnet_dhcp6_stateless_from_os ... success [86.411s] 2020-09-03 15:23:13.696 97 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_v6.TestGettingAddress.test_dualnet_multi_prefix_dhcpv6_stateless ... success [89.923s] 2020-09-03 15:24:42.577 97 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_v6.TestGettingAddress.test_dualnet_multi_prefix_slaac ... success [88.765s] 2020-09-03 15:26:06.310 97 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_v6.TestGettingAddress.test_dualnet_slaac_from_os ... success [83.614s] 2020-09-03 15:27:27.077 97 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_v6.TestGettingAddress.test_multi_prefix_dhcpv6_stateless ... success [80.654s] 2020-09-03 15:28:39.662 97 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_v6.TestGettingAddress.test_multi_prefix_slaac ... success [72.488s] 2020-09-03 15:29:44.965 97 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_v6.TestGettingAddress.test_slaac_from_os ... success [65.215s] 2020-09-03 15:29:48.522 97 INFO opnfv-tempest [-] {0} tempest.scenario.test_object_storage_basic_ops.TestObjectStorageBasicOps.test_swift_acl_anonymous_download ... success [0.439s] 2020-09-03 15:30:53.921 97 INFO opnfv-tempest [-] {0} tempest.scenario.test_security_groups_basic_ops.TestSecurityGroupsBasicOps.test_boot_into_disabled_port_security_network_without_secgroup ... success [60.542s] 2020-09-03 15:31:31.975 97 INFO opnfv-tempest [-] {0} tempest.scenario.test_security_groups_basic_ops.TestSecurityGroupsBasicOps.test_multiple_security_groups ... success [38.007s] 2020-09-03 15:32:24.783 97 INFO opnfv-tempest [-] {0} tempest.scenario.test_security_groups_basic_ops.TestSecurityGroupsBasicOps.test_port_security_disable_security_group ... success [52.684s] 2020-09-03 15:33:16.030 97 INFO opnfv-tempest [-] {0} tempest.scenario.test_security_groups_basic_ops.TestSecurityGroupsBasicOps.test_port_update_new_security_group ... success [51.151s] 2020-09-03 15:33:45.392 97 INFO opnfv-tempest [-] {0} tempest.scenario.test_server_advanced_ops.TestServerAdvancedOps.test_server_sequence_suspend_resume ... success [26.110s] 2020-09-03 15:34:48.046 97 INFO opnfv-tempest [-] {0} tempest.scenario.test_shelve_instance.TestShelveInstance.test_shelve_instance ... success [56.043s] 2020-09-03 15:35:35.001 97 INFO opnfv-tempest [-] {0} tempest.scenario.test_shelve_instance.TestShelveInstance.test_shelve_volume_backed_instance ... success [46.902s] 2020-09-03 15:36:51.053 97 INFO opnfv-tempest [-] {0} tempest.scenario.test_snapshot_pattern.TestSnapshotPattern.test_snapshot_pattern ... success [64.942s] 2020-09-03 15:38:33.036 97 INFO opnfv-tempest [-] {0} tempest.scenario.test_stamp_pattern.TestStampPattern.test_stamp_pattern ... success [89.386s] 2020-09-03 15:39:21.333 97 INFO opnfv-tempest [-] {0} tempest.scenario.test_volume_backup_restore.TestVolumeBackupRestore.test_volume_backup_restore ... success [36.133s] 2020-09-03 15:40:03.479 97 INFO opnfv-tempest [-] {0} tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_create_server_from_volume_snapshot ... success [25.149s] 2020-09-03 15:41:25.354 97 INFO opnfv-tempest [-] {0} tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_volume_boot_pattern ... success [81.736s] 2020-09-03 15:41:37.542 97 INFO opnfv-tempest [-] {0} tempest.scenario.test_volume_migrate_attached.TestVolumeMigrateRetypeAttached ... skip: b'Cinder multi-backend feature disabled' 2020-09-03 15:41:40.541 97 INFO rally.task.context [-] Verification 7b273a0d-0eb3-496f-98a7-7c0c67d244a1 | Context testr@default cleanup() started 2020-09-03 15:41:40.544 97 INFO rally.task.context [-] Verification 7b273a0d-0eb3-496f-98a7-7c0c67d244a1 | Context testr@default cleanup() finished in 3.63 msec 2020-09-03 15:41:40.546 97 INFO rally.task.context [-] Verification 7b273a0d-0eb3-496f-98a7-7c0c67d244a1 | Context tempest@default cleanup() started 2020-09-03 15:41:40.984 97 INFO rally.task.context [-] Verification 7b273a0d-0eb3-496f-98a7-7c0c67d244a1 | Context tempest@default cleanup() finished in 0.44 sec 2020-09-03 15:41:41.062 97 INFO rally.api [-] Verification (UUID=462ab710-84f5-4a33-856f-3b27c3f2549a) has been successfully finished for deployment 'opnfv-rally' (UUID=9ac040c3-0219-4a56-91a5-09fe480a9254)! 2020-09-03 15:41:54.987 843 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-03 15:41:54.993 843 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-03 15:41:54.995 843 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-03 15:42:09.762 849 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-03 15:42:09.768 849 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-03 15:42:09.769 849 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-03 15:42:31.164 849 INFO rally.api [-] Building 'html' report for the following verification(s): '462ab710-84f5-4a33-856f-3b27c3f2549a' 2020-09-03 15:42:31.376 849 INFO rally.api [-] The report has been successfully built. 2020-09-03 15:42:44.861 855 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-03 15:42:44.867 855 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-03 15:42:44.868 855 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-03 15:43:05.478 855 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): '462ab710-84f5-4a33-856f-3b27c3f2549a' 2020-09-03 15:43:05.530 855 INFO rally.api [-] The report has been successfully built.