2020-12-07 19:55:28.362 7 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-07 19:55:28.362 7 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-07 19:55:28.363 7 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-07 19:55:31.319 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-07 19:55:31.319 7 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-12-07 19:55:31.319 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-12-07 19:55:31.319 7 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-12-07 19:55:31.319 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-12-07 19:55:31.319 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2020-12-07 19:55:31.319 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-12-07 19:55:31.319 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-12-07 19:55:31.319 7 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-12-07 19:55:31.319 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-12-07 19:55:31.319 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2020-12-07 19:55:31.319 7 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2020-12-07 19:55:31.319 7 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2020-12-07 19:55:31.319 7 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2020-12-07 19:55:31.319 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2020-12-07 19:55:31.319 7 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2020-12-07 19:55:31.319 7 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2020-12-07 19:55:31.319 7 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2020-12-07 19:55:31.319 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-12-07 19:55:31.319 7 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-12-07 19:55:31.319 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2020-12-07 19:55:31.319 7 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-12-07 19:55:31.319 7 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2020-12-07 19:55:31.319 7 ERROR rally.cli.cliutils 2020-12-07 19:55:32.975 9 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-07 19:55:32.975 9 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-07 19:55:32.975 9 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-07 19:55:37.245 11 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-07 19:55:37.246 11 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-07 19:55:37.246 11 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-07 19:55:42.286 14 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-07 19:55:42.286 14 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-07 19:55:42.287 14 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-07 19:55:43.757 17 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-07 19:55:43.758 17 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-07 19:55:43.758 17 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-07 19:55:46.170 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-07 19:55:46.170 17 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-12-07 19:55:46.170 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-12-07 19:55:46.170 17 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-12-07 19:55:46.170 17 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2020-12-07 19:55:46.170 17 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-12-07 19:55:46.170 17 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-12-07 19:55:46.170 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2020-12-07 19:55:46.170 17 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2020-12-07 19:55:46.170 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2020-12-07 19:55:46.170 17 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2020-12-07 19:55:46.170 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2020-12-07 19:55:46.170 17 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2020-12-07 19:55:46.170 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2020-12-07 19:55:46.170 17 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2020-12-07 19:55:46.170 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-12-07 19:55:46.170 17 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-12-07 19:55:46.170 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2020-12-07 19:55:46.170 17 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2020-12-07 19:55:46.170 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2020-12-07 19:55:46.170 17 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-12-07 19:55:46.170 17 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2020-12-07 19:55:46.170 17 ERROR rally.cli.cliutils 2020-12-07 19:55:47.877 19 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-07 19:55:47.878 19 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-07 19:55:47.878 19 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-07 19:55:50.283 19 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2020-12-07 19:55:50.383 19 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-2b3d791e-e662-48af-8988-be7527c3c3b3/repo. 2020-12-07 19:55:51.054 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-2b3d791e-e662-48af-8988-be7527c3c3b3/repo'... done. Note: switching to '87dd9d243c8492ff9ea37f160c02fbc684c3e155'. 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-07 19:55:51.100 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'tags/24.0.0-208-g87dd9d243 ' 2020-12-07 19:55:51.116 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: '87dd9d243c8492ff9ea37f160c02fbc684c3e155 ' 2020-12-07 19:55:51.138 19 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2020-12-07 19:55:51.203 19 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2020-12-07 19:55:51.940 19 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=2b3d791e-e662-48af-8988-be7527c3c3b3) has been successfully created! 2020-12-07 19:55:54.018 27 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-07 19:55:54.019 27 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-07 19:55:54.019 27 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-07 19:55:59.315 30 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-07 19:55:59.315 30 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-07 19:55:59.315 30 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-07 19:56:01.756 30 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=2b3d791e-e662-48af-8988-be7527c3c3b3) for deployment 'opnfv-rally' (UUID=7ec648c8-e9ba-4a14-8c6a-976522872743). 2020-12-07 19:56:02.351 30 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=2b3d791e-e662-48af-8988-be7527c3c3b3) has been successfully configured for deployment 'opnfv-rally' (UUID=7ec648c8-e9ba-4a14-8c6a-976522872743)! 2020-12-07 19:56:11.884 35 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-07 19:56:11.885 35 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-07 19:56:11.885 35 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-07 19:56:14.365 35 INFO rally.api [-] Starting verification (UUID=5844dad7-f101-4844-b209-a34fd6d7579a) for deployment 'opnfv-rally' (UUID=7ec648c8-e9ba-4a14-8c6a-976522872743) by verifier 'opnfv-tempest' (UUID=2b3d791e-e662-48af-8988-be7527c3c3b3). 2020-12-07 19:56:15.089 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2020-12-07 19:56:15.089 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-2b3d791e-e662-48af-8988-be7527c3c3b3/for-deployment-7ec648c8-e9ba-4a14-8c6a-976522872743/tempest.log' to option 'log_file'. 2020-12-07 19:56:15.089 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-2b3d791e-e662-48af-8988-be7527c3c3b3/for-deployment-7ec648c8-e9ba-4a14-8c6a-976522872743/tempest.log 2020-12-07 19:56:15.090 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2020-12-07 19:56:15.090 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-2b3d791e-e662-48af-8988-be7527c3c3b3/for-deployment-7ec648c8-e9ba-4a14-8c6a-976522872743/lock_files' to option 'lock_path'. 2020-12-07 19:56:15.090 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-2b3d791e-e662-48af-8988-be7527c3c3b3/for-deployment-7ec648c8-e9ba-4a14-8c6a-976522872743/lock_files 2020-12-07 19:56:15.091 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-07 19:56:15.091 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-07 19:56:15.091 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = a616b441-db78-418d-ba96-a5ffee59e892 2020-12-07 19:56:15.092 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = ee77a8fe-b5ec-4a0c-b238-6ebec2dd5797 2020-12-07 19:56:15.092 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = 5e28b2ca-1a55-4492-8899-ada72b088999 2020-12-07 19:56:15.093 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = 2e5ebea6-2caa-41fd-b462-825d666da217 2020-12-07 19:56:15.358 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2020-12-07 19:56:15.358 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = tempest_slow-net_54350c3c-995a-42e7-b35c-cd453f7a896e 2020-12-07 19:56:15.359 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2020-12-07 19:56:15.459 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2020-12-07 19:56:15.502 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] The following flavor discovered: 'rally_verify_57292e66_5Fw7Twbo'. Using flavor 'rally_verify_57292e66_5Fw7Twbo' (ID = 102f61eb-9053-4f49-a84d-640481db0592) for the tests. 2020-12-07 19:56:15.502 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '102f61eb-9053-4f49-a84d-640481db0592' to option 'instance_type'. 2020-12-07 19:56:15.503 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = 102f61eb-9053-4f49-a84d-640481db0592 2020-12-07 19:56:15.504 35 INFO rally.task.context [-] Verification 2b3d791e-e662-48af-8988-be7527c3c3b3 | Context tempest@default setup() finished in 0.90 sec 2020-12-07 19:56:15.505 35 INFO rally.task.context [-] Verification 2b3d791e-e662-48af-8988-be7527c3c3b3 | Context testr@default setup() finished in 0.40 msec 2020-12-07 19:56:15.506 35 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --serial --load-list /tmp/4fd75783-6f9f-4e93-995b-309df2e53f4e'. 2020-12-07 19:56:19.997 35 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_volume_swap.TestMultiAttachVolumeSwap ... skip: b'Swapping volumes is not supported.' 2020-12-07 19:56:19.998 35 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_volume_swap.TestVolumeSwap ... skip: b'Swapping volumes is not supported.' 2020-12-07 19:57:41.815 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_device_tagging.TaggedBootDevicesTest.test_tagged_boot_devices ... success [76.034s] 2020-12-07 19:59:17.601 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_device_tagging.TaggedBootDevicesTest_v242.test_tagged_boot_devices ... success [72.679s] 2020-12-07 20:00:18.318 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_rebuild_server_with_volume_attached ... success [26.279s] 2020-12-07 20:00:30.008 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_personality.ServerPersonalityTestJSON ... skip: b'Nova personality feature disabled' 2020-12-07 20:00:30.009 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_rescue.ServerBootFromVolumeStableRescueTest ... skip: b'Stable rescue not available.' 2020-12-07 20:01:38.447 35 INFO opnfv-tempest [-] {0} tempest.api.compute.volumes.test_attach_volume.AttachVolumeShelveTestJSON.test_attach_volume_shelved_or_offload_server ... success [63.158s] 2020-12-07 20:02:42.779 35 INFO opnfv-tempest [-] {0} tempest.api.compute.volumes.test_attach_volume.AttachVolumeShelveTestJSON.test_detach_volume_shelved_or_offload_server ... success [64.315s] 2020-12-07 20:03:55.138 35 INFO opnfv-tempest [-] {0} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_attach_detach_volume ... success [53.533s] 2020-12-07 20:14:06.256 35 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_sync.ContainerSyncTest.test_container_synchronization ... skip [603.177s]: b"Marked as unstable and skipped because of bug: https://launchpad.net/bugs/1317133, failure was: !=:\nreference = {'tempest-TestSyncObject-921389364': {'bytes': 32,\n 'content_type': 'application/json',\n 'hash': 'c6133589bda1c39c9acc053d0f1c2e8a',\n 'last_modified': '2020-12-07T20:04:03.077Z',\n 'name': 'tempest-TestSyncObject-921389364'}}\nactual = {'tempest-TestSyncObject-320533906': {'bytes': 32,\n 'content_type': 'application/json',\n 'hash': 'abdc59ab992356893d3d6d1d210c78e6',\n 'last_modified': '2020-12-07T20:04:03.128Z',\n 'name': 'tempest-TestSyncObject-320533906'}}\n: Different object lists in containers." 2020-12-07 20:14:13.993 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-12-07 20:14:31.323 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_aggregates_basic_ops.TestAggregatesBasicOps.test_aggregate_basic_ops ... success [1.367s] 2020-12-07 20:14:41.494 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_encrypted_cinder_volumes.TestEncryptedCinderVolumes ... skip: b'Encrypted volume attach is not supported' 2020-12-07 20:14:41.497 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-07 20:15:41.324 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_cold_migration ... success [58.553s] 2020-12-07 20:16:47.551 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_cold_migration_revert ... success [66.203s] 2020-12-07 20:17:30.742 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_live_migration ... success [43.164s] 2020-12-07 20:18:08.364 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_pause_unpause ... success [37.611s] 2020-12-07 20:18:53.948 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_reboot ... success [45.566s] 2020-12-07 20:19:37.057 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_rebuild ... success [43.088s] 2020-12-07 20:20:25.675 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_resize ... success [48.596s] 2020-12-07 20:21:15.783 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_stop_start ... success [50.092s] 2020-12-07 20:22:03.646 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_suspend_resume ... success [47.844s] 2020-12-07 20:23:08.822 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_connectivity_between_vms_on_different_networks ... success [62.388s] 2020-12-07 20:23:47.502 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_mtu_sized_frames ... success [38.670s] 2020-12-07 20:24:50.497 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_port_security_macspoofing_port ... success [62.974s] 2020-12-07 20:25:40.958 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_preserve_preexisting_port ... success [50.445s] 2020-12-07 20:26:29.438 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_router_rescheduling ... success [48.459s] 2020-12-07 20:27:02.117 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_subnet_details ... success [32.665s] 2020-12-07 20:28:04.200 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_update_instance_port_admin_state ... success [62.056s] 2020-12-07 20:28:50.228 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_update_router_admin_state ... success [46.009s] 2020-12-07 20:30:59.166 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_v6.TestGettingAddress.test_dhcp6_stateless_from_os ... success [126.289s] 2020-12-07 20:32:18.551 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_v6.TestGettingAddress.test_dualnet_dhcp6_stateless_from_os ... success [79.371s] 2020-12-07 20:33:47.304 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_v6.TestGettingAddress.test_dualnet_multi_prefix_dhcpv6_stateless ... success [88.732s] 2020-12-07 20:35:14.955 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_v6.TestGettingAddress.test_dualnet_multi_prefix_slaac ... success [87.636s] 2020-12-07 20:36:39.649 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_v6.TestGettingAddress.test_dualnet_slaac_from_os ... success [84.676s] 2020-12-07 20:37:53.453 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_v6.TestGettingAddress.test_multi_prefix_dhcpv6_stateless ... success [73.788s] 2020-12-07 20:39:11.312 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_v6.TestGettingAddress.test_multi_prefix_slaac ... success [77.840s] 2020-12-07 20:40:12.986 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_v6.TestGettingAddress.test_slaac_from_os ... success [61.663s] 2020-12-07 20:40:16.178 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_object_storage_basic_ops.TestObjectStorageBasicOps.test_swift_acl_anonymous_download ... success [0.337s] 2020-12-07 20:41:13.382 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_security_groups_basic_ops.TestSecurityGroupsBasicOps.test_boot_into_disabled_port_security_network_without_secgroup ... success [53.690s] 2020-12-07 20:41:53.108 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_security_groups_basic_ops.TestSecurityGroupsBasicOps.test_multiple_security_groups ... success [39.719s] 2020-12-07 20:42:42.549 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_security_groups_basic_ops.TestSecurityGroupsBasicOps.test_port_security_disable_security_group ... success [49.426s] 2020-12-07 20:43:39.473 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_security_groups_basic_ops.TestSecurityGroupsBasicOps.test_port_update_new_security_group ... success [56.910s] 2020-12-07 20:44:08.225 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_server_advanced_ops.TestServerAdvancedOps.test_server_sequence_suspend_resume ... success [26.293s] 2020-12-07 20:45:16.911 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_shelve_instance.TestShelveInstance.test_shelve_instance ... success [62.684s] 2020-12-07 20:45:59.954 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_shelve_instance.TestShelveInstance.test_shelve_volume_backed_instance ... success [43.032s] 2020-12-07 20:47:42.262 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_snapshot_pattern.TestSnapshotPattern.test_snapshot_pattern ... success [88.975s] 2020-12-07 20:49:16.248 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_stamp_pattern.TestStampPattern.test_stamp_pattern ... success [83.514s] 2020-12-07 20:50:10.550 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_volume_backup_restore.TestVolumeBackupRestore.test_volume_backup_restore ... success [44.017s] 2020-12-07 20:50:58.531 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_create_server_from_volume_snapshot ... success [26.519s] 2020-12-07 20:52:17.520 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_volume_boot_pattern ... success [78.971s] 2020-12-07 20:52:30.934 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_volume_migrate_attached.TestVolumeMigrateRetypeAttached ... skip: b'Cinder multi-backend feature disabled' 2020-12-07 20:52:31.494 35 INFO rally.task.context [-] Verification 2b3d791e-e662-48af-8988-be7527c3c3b3 | Context testr@default cleanup() started 2020-12-07 20:52:31.495 35 INFO rally.task.context [-] Verification 2b3d791e-e662-48af-8988-be7527c3c3b3 | Context testr@default cleanup() finished in 1.41 msec 2020-12-07 20:52:31.496 35 INFO rally.task.context [-] Verification 2b3d791e-e662-48af-8988-be7527c3c3b3 | Context tempest@default cleanup() started 2020-12-07 20:52:31.677 35 INFO rally.task.context [-] Verification 2b3d791e-e662-48af-8988-be7527c3c3b3 | Context tempest@default cleanup() finished in 0.18 sec 2020-12-07 20:52:31.705 35 INFO rally.api [-] Verification (UUID=5844dad7-f101-4844-b209-a34fd6d7579a) has been successfully finished for deployment 'opnfv-rally' (UUID=7ec648c8-e9ba-4a14-8c6a-976522872743)! 2020-12-07 20:52:34.050 700 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-07 20:52:34.051 700 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-07 20:52:34.051 700 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-07 20:52:35.561 702 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-07 20:52:35.561 702 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-07 20:52:35.561 702 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-07 20:52:38.435 702 INFO rally.api [-] Building 'html' report for the following verification(s): '5844dad7-f101-4844-b209-a34fd6d7579a' 2020-12-07 20:52:38.455 702 INFO rally.api [-] The report has been successfully built. 2020-12-07 20:52:40.070 704 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-12-07 20:52:40.070 704 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-12-07 20:52:40.071 704 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-12-07 20:52:42.360 704 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): '5844dad7-f101-4844-b209-a34fd6d7579a' 2020-12-07 20:52:42.364 704 INFO rally.api [-] The report has been successfully built.