2020-06-04 19:07:30.639 7 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-04 19:07:30.639 7 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-04 19:07:30.640 7 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-04 19:07:33.017 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-06-04 19:07:33.017 7 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-06-04 19:07:33.017 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-06-04 19:07:33.017 7 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-06-04 19:07:33.017 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-06-04 19:07:33.017 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2020-06-04 19:07:33.017 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-06-04 19:07:33.017 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-06-04 19:07:33.017 7 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-06-04 19:07:33.017 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-06-04 19:07:33.017 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2020-06-04 19:07:33.017 7 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2020-06-04 19:07:33.017 7 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2020-06-04 19:07:33.017 7 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2020-06-04 19:07:33.017 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2020-06-04 19:07:33.017 7 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2020-06-04 19:07:33.017 7 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2020-06-04 19:07:33.017 7 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2020-06-04 19:07:33.017 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-06-04 19:07:33.017 7 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-06-04 19:07:33.017 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2020-06-04 19:07:33.017 7 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-06-04 19:07:33.017 7 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2020-06-04 19:07:33.017 7 ERROR rally.cli.cliutils 2020-06-04 19:07:34.659 9 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-04 19:07:34.659 9 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-04 19:07:34.659 9 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-04 19:07:39.384 11 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-04 19:07:39.385 11 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-04 19:07:39.385 11 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-04 19:07:44.002 14 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-04 19:07:44.002 14 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-04 19:07:44.003 14 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-04 19:07:45.578 17 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-04 19:07:45.578 17 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-04 19:07:45.578 17 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-04 19:07:47.762 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-06-04 19:07:47.762 17 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-06-04 19:07:47.762 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-06-04 19:07:47.762 17 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-06-04 19:07:47.762 17 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2020-06-04 19:07:47.762 17 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-06-04 19:07:47.762 17 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-06-04 19:07:47.762 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2020-06-04 19:07:47.762 17 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2020-06-04 19:07:47.762 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2020-06-04 19:07:47.762 17 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2020-06-04 19:07:47.762 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2020-06-04 19:07:47.762 17 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2020-06-04 19:07:47.762 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2020-06-04 19:07:47.762 17 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2020-06-04 19:07:47.762 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-06-04 19:07:47.762 17 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-06-04 19:07:47.762 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2020-06-04 19:07:47.762 17 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2020-06-04 19:07:47.762 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2020-06-04 19:07:47.762 17 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-06-04 19:07:47.762 17 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2020-06-04 19:07:47.762 17 ERROR rally.cli.cliutils 2020-06-04 19:07:49.303 19 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-04 19:07:49.303 19 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-04 19:07:49.304 19 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-04 19:07:51.416 19 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2020-06-04 19:07:51.487 19 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-b80fc8f8-03c8-4fac-8f17-9a4b53044707/repo. 2020-06-04 19:07:51.707 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-b80fc8f8-03c8-4fac-8f17-9a4b53044707/repo'... done. ' 2020-06-04 19:07:51.720 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'heads/master ' 2020-06-04 19:07:51.738 19 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2020-06-04 19:07:51.802 19 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2020-06-04 19:07:52.585 19 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=b80fc8f8-03c8-4fac-8f17-9a4b53044707) has been successfully created! 2020-06-04 19:07:54.473 26 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-04 19:07:54.473 26 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-04 19:07:54.473 26 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-04 19:07:59.574 29 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-04 19:07:59.575 29 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-04 19:07:59.575 29 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-04 19:08:01.767 29 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=b80fc8f8-03c8-4fac-8f17-9a4b53044707) for deployment 'opnfv-rally' (UUID=ca57a1ae-319e-41e1-ab70-d026fa3e9675). 2020-06-04 19:08:02.304 29 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=b80fc8f8-03c8-4fac-8f17-9a4b53044707) has been successfully configured for deployment 'opnfv-rally' (UUID=ca57a1ae-319e-41e1-ab70-d026fa3e9675)! 2020-06-04 19:08:12.176 34 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-04 19:08:12.176 34 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-04 19:08:12.176 34 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-04 19:08:14.720 34 INFO rally.api [-] Starting verification (UUID=7c873941-cb61-4b94-9da8-c3be1e050ee3) for deployment 'opnfv-rally' (UUID=ca57a1ae-319e-41e1-ab70-d026fa3e9675) by verifier 'opnfv-tempest' (UUID=b80fc8f8-03c8-4fac-8f17-9a4b53044707). 2020-06-04 19:08:15.322 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2020-06-04 19:08:15.322 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-b80fc8f8-03c8-4fac-8f17-9a4b53044707/for-deployment-ca57a1ae-319e-41e1-ab70-d026fa3e9675/tempest.log' to option 'log_file'. 2020-06-04 19:08:15.322 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-b80fc8f8-03c8-4fac-8f17-9a4b53044707/for-deployment-ca57a1ae-319e-41e1-ab70-d026fa3e9675/tempest.log 2020-06-04 19:08:15.323 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2020-06-04 19:08:15.323 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-b80fc8f8-03c8-4fac-8f17-9a4b53044707/for-deployment-ca57a1ae-319e-41e1-ab70-d026fa3e9675/lock_files' to option 'lock_path'. 2020-06-04 19:08:15.323 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-b80fc8f8-03c8-4fac-8f17-9a4b53044707/for-deployment-ca57a1ae-319e-41e1-ab70-d026fa3e9675/lock_files 2020-06-04 19:08:15.323 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is already configured in Tempest config file. img_dir = /home/opnfv/functest/images 2020-06-04 19:08:15.323 34 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-06-04 19:08:15.324 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = 9244b4a5-0036-42c8-a1c5-e873eda6606e 2020-06-04 19:08:15.324 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = 70eb7cdc-5426-4271-ad8c-426f52ec0edc 2020-06-04 19:08:15.324 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = a24b0878-0b29-4889-bcc7-327ae1e7da33 2020-06-04 19:08:15.325 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = 495e2cde-7d3f-4b11-8cea-843552503ddd 2020-06-04 19:08:15.550 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2020-06-04 19:08:15.550 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = tempest_slow-net_86792179-31b1-428a-a2c3-2923f758fd95 2020-06-04 19:08:15.551 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2020-06-04 19:08:15.650 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2020-06-04 19:08:15.784 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] The following flavor discovered: 'rally_verify_0d7cf1df_gq6tITKj'. Using flavor 'rally_verify_0d7cf1df_gq6tITKj' (ID = d8de12f8-b525-48d0-8e2b-ecb1f5b8513d) for the tests. 2020-06-04 19:08:15.785 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value 'd8de12f8-b525-48d0-8e2b-ecb1f5b8513d' to option 'instance_type'. 2020-06-04 19:08:15.785 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = d8de12f8-b525-48d0-8e2b-ecb1f5b8513d 2020-06-04 19:08:15.787 34 INFO rally.task.context [-] Verification b80fc8f8-03c8-4fac-8f17-9a4b53044707 | Context tempest@default setup() finished in 0.87 sec 2020-06-04 19:08:15.788 34 INFO rally.task.context [-] Verification b80fc8f8-03c8-4fac-8f17-9a4b53044707 | Context testr@default setup() finished in 0.67 msec 2020-06-04 19:08:15.789 34 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --serial --load-list /tmp/41c39b94-9713-49e8-899b-a7f6b67f7b5e'. 2020-06-04 19:08:20.698 34 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_volume_swap.TestMultiAttachVolumeSwap ... skip: b'Swapping volumes is not supported.' 2020-06-04 19:08:20.699 34 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_volume_swap.TestVolumeSwap ... skip: b'Swapping volumes is not supported.' 2020-06-04 19:09:46.934 34 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_device_tagging.TaggedBootDevicesTest.test_tagged_boot_devices ... success [80.050s] 2020-06-04 19:11:28.708 34 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_device_tagging.TaggedBootDevicesTest_v242.test_tagged_boot_devices ... success [83.972s] 2020-06-04 19:12:37.283 34 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_rebuild_server_with_volume_attached ... success [29.274s] 2020-06-04 19:12:52.375 34 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_personality.ServerPersonalityTestJSON ... skip: b'Nova personality feature disabled' 2020-06-04 19:12:52.377 34 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_rescue.ServerBootFromVolumeStableRescueTest ... skip: b'Stable rescue not available.' 2020-06-04 19:14:17.704 34 INFO opnfv-tempest [-] {0} tempest.api.compute.volumes.test_attach_volume.AttachVolumeShelveTestJSON.test_attach_volume_shelved_or_offload_server ... success [77.346s] 2020-06-04 19:15:32.728 34 INFO opnfv-tempest [-] {0} tempest.api.compute.volumes.test_attach_volume.AttachVolumeShelveTestJSON.test_detach_volume_shelved_or_offload_server ... success [75.007s] 2020-06-04 19:16:48.264 34 INFO opnfv-tempest [-] {0} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_attach_detach_volume ... success [60.266s] 2020-06-04 19:17:03.208 34 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_sync.ContainerSyncTest.test_container_synchronization ... skip [0.002s]: b'Skipped until bug: https://launchpad.net/bugs/1317133 is resolved.' 2020-06-04 19:17:11.474 34 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-06-04 19:17:36.044 34 INFO opnfv-tempest [-] {0} tempest.scenario.test_aggregates_basic_ops.TestAggregatesBasicOps.test_aggregate_basic_ops ... success [2.358s] 2020-06-04 19:17:49.828 34 INFO opnfv-tempest [-] {0} tempest.scenario.test_encrypted_cinder_volumes.TestEncryptedCinderVolumes ... skip: b'Encrypted volume attach is not supported' 2020-06-04 19:17:49.830 34 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-06-04 19:18:56.711 34 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_cold_migration ... success [65.725s] 2020-06-04 19:18:56.713 34 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-06-04 19:20:00.240 34 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_live_migration ... success [63.507s] 2020-06-04 19:20:56.857 34 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_pause_unpause ... success [56.595s] 2020-06-04 19:21:53.684 34 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_reboot ... success [56.812s] 2020-06-04 19:22:53.874 34 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_rebuild ... success [60.173s] 2020-06-04 19:23:47.627 34 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_resize ... success [53.737s] 2020-06-04 19:24:48.384 34 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_stop_start ... success [60.740s] 2020-06-04 19:25:35.407 34 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_suspend_resume ... success [47.012s] 2020-06-04 19:26:56.557 34 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_connectivity_between_vms_on_different_networks ... success [78.669s] 2020-06-04 19:27:42.971 34 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_mtu_sized_frames ... success [46.399s] 2020-06-04 19:28:50.315 34 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_port_security_macspoofing_port ... success [67.329s] 2020-06-04 19:29:46.497 34 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_preserve_preexisting_port ... success [56.166s] 2020-06-04 19:30:35.381 34 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_router_rescheduling ... success [48.866s] 2020-06-04 19:31:18.102 34 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_subnet_details ... success [42.710s] 2020-06-04 19:32:28.661 34 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_update_instance_port_admin_state ... success [70.532s] 2020-06-04 19:33:26.060 34 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_update_router_admin_state ... success [57.377s] 2020-06-04 19:34:45.245 34 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_v6.TestGettingAddress.test_dhcp6_stateless_from_os ... success [76.170s] 2020-06-04 19:36:13.096 34 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_v6.TestGettingAddress.test_dualnet_dhcp6_stateless_from_os ... success [87.835s] 2020-06-04 19:37:40.290 34 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_v6.TestGettingAddress.test_dualnet_multi_prefix_dhcpv6_stateless ... success [87.177s] 2020-06-04 19:39:10.142 34 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_v6.TestGettingAddress.test_dualnet_multi_prefix_slaac ... success [89.834s] 2020-06-04 19:40:26.640 34 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_v6.TestGettingAddress.test_dualnet_slaac_from_os ... success [76.481s] 2020-06-04 19:41:39.972 34 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_v6.TestGettingAddress.test_multi_prefix_dhcpv6_stateless ... success [73.316s] 2020-06-04 19:42:56.786 34 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_v6.TestGettingAddress.test_multi_prefix_slaac ... success [76.797s] 2020-06-04 19:43:58.597 34 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_v6.TestGettingAddress.test_slaac_from_os ... success [61.800s] 2020-06-04 19:44:02.707 34 INFO opnfv-tempest [-] {0} tempest.scenario.test_object_storage_basic_ops.TestObjectStorageBasicOps.test_swift_acl_anonymous_download ... success [0.335s] 2020-06-04 19:45:04.749 34 INFO opnfv-tempest [-] {0} tempest.scenario.test_security_groups_basic_ops.TestSecurityGroupsBasicOps.test_boot_into_disabled_port_security_network_without_secgroup ... success [57.980s] 2020-06-04 19:45:42.626 34 INFO opnfv-tempest [-] {0} tempest.scenario.test_security_groups_basic_ops.TestSecurityGroupsBasicOps.test_multiple_security_groups ... success [37.865s] 2020-06-04 19:46:35.392 34 INFO opnfv-tempest [-] {0} tempest.scenario.test_security_groups_basic_ops.TestSecurityGroupsBasicOps.test_port_security_disable_security_group ... success [52.753s] 2020-06-04 19:47:30.010 34 INFO opnfv-tempest [-] {0} tempest.scenario.test_security_groups_basic_ops.TestSecurityGroupsBasicOps.test_port_update_new_security_group ... success [54.603s] 2020-06-04 19:47:55.908 34 INFO opnfv-tempest [-] {0} tempest.scenario.test_server_advanced_ops.TestServerAdvancedOps.test_server_sequence_suspend_resume ... success [22.471s] 2020-06-04 19:48:58.200 34 INFO opnfv-tempest [-] {0} tempest.scenario.test_shelve_instance.TestShelveInstance.test_shelve_instance ... success [57.133s] 2020-06-04 19:49:44.821 34 INFO opnfv-tempest [-] {0} tempest.scenario.test_shelve_instance.TestShelveInstance.test_shelve_volume_backed_instance ... success [46.612s] 2020-06-04 19:51:13.897 34 INFO opnfv-tempest [-] {0} tempest.scenario.test_snapshot_pattern.TestSnapshotPattern.test_snapshot_pattern ... success [78.251s] 2020-06-04 19:52:47.083 34 INFO opnfv-tempest [-] {0} tempest.scenario.test_stamp_pattern.TestStampPattern.test_stamp_pattern ... success [82.328s] 2020-06-04 19:53:32.694 34 INFO opnfv-tempest [-] {0} tempest.scenario.test_volume_backup_restore.TestVolumeBackupRestore.test_volume_backup_restore ... success [35.563s] 2020-06-04 19:54:14.469 34 INFO opnfv-tempest [-] {0} tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_create_server_from_volume_snapshot ... success [24.319s] 2020-06-04 19:55:28.391 34 INFO opnfv-tempest [-] {0} tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_volume_boot_pattern ... success [73.902s] 2020-06-04 19:55:40.660 34 INFO opnfv-tempest [-] {0} tempest.scenario.test_volume_migrate_attached.TestVolumeMigrateRetypeAttached ... skip: b'Cinder multi-backend feature disabled' 2020-06-04 19:55:41.211 34 INFO rally.task.context [-] Verification b80fc8f8-03c8-4fac-8f17-9a4b53044707 | Context testr@default cleanup() started 2020-06-04 19:55:41.212 34 INFO rally.task.context [-] Verification b80fc8f8-03c8-4fac-8f17-9a4b53044707 | Context testr@default cleanup() finished in 0.76 msec 2020-06-04 19:55:41.212 34 INFO rally.task.context [-] Verification b80fc8f8-03c8-4fac-8f17-9a4b53044707 | Context tempest@default cleanup() started 2020-06-04 19:55:41.409 34 INFO rally.task.context [-] Verification b80fc8f8-03c8-4fac-8f17-9a4b53044707 | Context tempest@default cleanup() finished in 0.20 sec 2020-06-04 19:55:41.434 34 INFO rally.api [-] Verification (UUID=7c873941-cb61-4b94-9da8-c3be1e050ee3) has been successfully finished for deployment 'opnfv-rally' (UUID=ca57a1ae-319e-41e1-ab70-d026fa3e9675)! 2020-06-04 19:55:42.959 686 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-04 19:55:42.960 686 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-04 19:55:42.960 686 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-04 19:55:44.437 688 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-04 19:55:44.437 688 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-04 19:55:44.437 688 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-04 19:55:46.539 688 INFO rally.api [-] Building 'html' report for the following verification(s): '7c873941-cb61-4b94-9da8-c3be1e050ee3' 2020-06-04 19:55:46.561 688 INFO rally.api [-] The report has been successfully built. 2020-06-04 19:55:48.123 690 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-04 19:55:48.124 690 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-04 19:55:48.124 690 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-04 19:55:50.184 690 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): '7c873941-cb61-4b94-9da8-c3be1e050ee3' 2020-06-04 19:55:50.188 690 INFO rally.api [-] The report has been successfully built.