2021-06-08 08:18:28.192 7 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-08 08:18:28.192 7 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-08 08:18:28.192 7 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-08 08:18:30.594 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 2021-06-08 08:18:30.594 7 ERROR rally.cli.cliutils Traceback (most recent call last): 2021-06-08 08:18:30.594 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2021-06-08 08:18:30.594 7 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2021-06-08 08:18:30.594 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2021-06-08 08:18:30.594 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2021-06-08 08:18:30.594 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2021-06-08 08:18:30.594 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2021-06-08 08:18:30.594 7 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2021-06-08 08:18:30.594 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2021-06-08 08:18:30.594 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2021-06-08 08:18:30.594 7 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2021-06-08 08:18:30.594 7 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2021-06-08 08:18:30.594 7 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2021-06-08 08:18:30.594 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2021-06-08 08:18:30.594 7 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2021-06-08 08:18:30.594 7 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2021-06-08 08:18:30.594 7 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2021-06-08 08:18:30.594 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2021-06-08 08:18:30.594 7 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2021-06-08 08:18:30.594 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 519, in env_get 2021-06-08 08:18:30.594 7 ERROR rally.cli.cliutils criteria="uuid or name is %s" % uuid_or_name, table="envs") 2021-06-08 08:18:30.594 7 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2021-06-08 08:18:30.594 7 ERROR rally.cli.cliutils 2021-06-08 08:18:32.215 9 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-08 08:18:32.215 9 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-08 08:18:32.215 9 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-08 08:18:36.457 11 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-08 08:18:36.457 11 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-08 08:18:36.457 11 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-08 08:18:41.004 14 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-08 08:18:41.005 14 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-08 08:18:41.005 14 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-08 08:18:42.404 16 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-08 08:18:42.404 16 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-08 08:18:42.405 16 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-08 08:18:44.701 16 ERROR rally.cli.cliutils [-] Unexpected exception in CLI: rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2021-06-08 08:18:44.701 16 ERROR rally.cli.cliutils Traceback (most recent call last): 2021-06-08 08:18:44.701 16 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2021-06-08 08:18:44.701 16 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2021-06-08 08:18:44.701 16 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2021-06-08 08:18:44.701 16 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2021-06-08 08:18:44.701 16 ERROR rally.cli.cliutils return f(*args, **kwargs) 2021-06-08 08:18:44.701 16 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 236, in delete_verifier 2021-06-08 08:18:44.701 16 ERROR rally.cli.cliutils force=force) 2021-06-08 08:18:44.701 16 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2021-06-08 08:18:44.701 16 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2021-06-08 08:18:44.701 16 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2021-06-08 08:18:44.701 16 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2021-06-08 08:18:44.701 16 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2021-06-08 08:18:44.701 16 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2021-06-08 08:18:44.701 16 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2021-06-08 08:18:44.701 16 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2021-06-08 08:18:44.701 16 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2021-06-08 08:18:44.701 16 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2021-06-08 08:18:44.701 16 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 677, in _verifier_get 2021-06-08 08:18:44.701 16 ERROR rally.cli.cliutils criteria="name or uuid is %s" % verifier_id, table="verifiers") 2021-06-08 08:18:44.701 16 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2021-06-08 08:18:44.701 16 ERROR rally.cli.cliutils 2021-06-08 08:18:46.395 18 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-08 08:18:46.395 18 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-08 08:18:46.395 18 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-08 08:18:48.524 18 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2021-06-08 08:18:48.598 18 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-672fdbbd-63ef-4653-ac20-a6bda97c1991/repo. 2021-06-08 08:18:48.979 18 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-672fdbbd-63ef-4653-ac20-a6bda97c1991/repo'... done. Note: checking out 'c31640d4b93fd2ad546310334fce72b0fed9d3b3'. 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 performing another checkout. If you want to create a new branch to retain commits you create, you may do so (now or later) by using -b with the checkout command again. Example: git checkout -b ' 2021-06-08 08:18:48.995 18 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'tags/22.0.0-1-gc31640d4b ' 2021-06-08 08:18:49.004 18 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'c31640d4b93fd2ad546310334fce72b0fed9d3b3 ' 2021-06-08 08:18:49.028 18 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2021-06-08 08:18:49.086 18 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2021-06-08 08:18:49.747 18 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=672fdbbd-63ef-4653-ac20-a6bda97c1991) has been successfully created! 2021-06-08 08:18:51.514 26 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-08 08:18:51.514 26 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-08 08:18:51.514 26 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-08 08:18:56.045 29 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-08 08:18:56.045 29 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-08 08:18:56.046 29 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-08 08:18:58.027 29 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=672fdbbd-63ef-4653-ac20-a6bda97c1991) for deployment 'opnfv-rally' (UUID=8d0e7aca-dcbc-4f03-a1bd-f62fc6917ee5). 2021-06-08 08:18:58.491 29 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=672fdbbd-63ef-4653-ac20-a6bda97c1991) has been successfully configured for deployment 'opnfv-rally' (UUID=8d0e7aca-dcbc-4f03-a1bd-f62fc6917ee5)! 2021-06-08 08:19:07.245 33 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-08 08:19:07.245 33 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-08 08:19:07.245 33 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-08 08:19:09.463 33 INFO rally.api [-] Starting verification (UUID=d765e342-c928-4876-b0ae-17e430170069) for deployment 'opnfv-rally' (UUID=8d0e7aca-dcbc-4f03-a1bd-f62fc6917ee5) by verifier 'opnfv-tempest' (UUID=672fdbbd-63ef-4653-ac20-a6bda97c1991). 2021-06-08 08:19:10.283 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2021-06-08 08:19:10.284 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-672fdbbd-63ef-4653-ac20-a6bda97c1991/for-deployment-8d0e7aca-dcbc-4f03-a1bd-f62fc6917ee5/tempest.log' to option 'log_file'. 2021-06-08 08:19:10.284 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-672fdbbd-63ef-4653-ac20-a6bda97c1991/for-deployment-8d0e7aca-dcbc-4f03-a1bd-f62fc6917ee5/tempest.log 2021-06-08 08:19:10.284 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2021-06-08 08:19:10.284 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-672fdbbd-63ef-4653-ac20-a6bda97c1991/for-deployment-8d0e7aca-dcbc-4f03-a1bd-f62fc6917ee5/lock_files' to option 'lock_path'. 2021-06-08 08:19:10.285 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-672fdbbd-63ef-4653-ac20-a6bda97c1991/for-deployment-8d0e7aca-dcbc-4f03-a1bd-f62fc6917ee5/lock_files 2021-06-08 08:19:10.285 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is already configured in Tempest config file. img_dir = /home/opnfv/functest/images 2021-06-08 08:19:10.285 33 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 2021-06-08 08:19:10.286 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = 0ca2d41c-3ecd-4543-ac55-037da227c4d5 2021-06-08 08:19:10.286 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = 1f5d3095-9bf0-4dde-85af-a1be5cf81779 2021-06-08 08:19:10.287 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = e776614f-1b67-445c-b4d8-3eb7f34ded55 2021-06-08 08:19:10.287 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = 9127a6c6-7b44-4f32-8efc-2e9bc508018f 2021-06-08 08:19:10.686 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2021-06-08 08:19:10.687 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = tempest_slow-net_96dbaf48-f6b1-453c-89f6-247c3c34fbe3 2021-06-08 08:19:10.687 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2021-06-08 08:19:10.781 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2021-06-08 08:19:10.820 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] The following flavor discovered: 'rally_verify_73d86f61_ekoHisha'. Using flavor 'rally_verify_73d86f61_ekoHisha' (ID = 4b548cb4-e011-468b-803d-6b33372546a5) for the tests. 2021-06-08 08:19:10.820 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '4b548cb4-e011-468b-803d-6b33372546a5' to option 'instance_type'. 2021-06-08 08:19:10.821 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = 4b548cb4-e011-468b-803d-6b33372546a5 2021-06-08 08:19:10.822 33 INFO rally.task.context [-] Verification 672fdbbd-63ef-4653-ac20-a6bda97c1991 | Context tempest@default setup() finished in 1.11 sec 2021-06-08 08:19:10.823 33 INFO rally.task.context [-] Verification 672fdbbd-63ef-4653-ac20-a6bda97c1991 | Context testr@default setup() finished in 0.33 msec 2021-06-08 08:19:10.823 33 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --serial --load-list /tmp/84879354-e91d-4fd2-826c-617564086f17'. 2021-06-08 08:19:15.292 33 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_volume_swap.TestMultiAttachVolumeSwap ... skip: b"('Swapping volumes is not supported.',)" 2021-06-08 08:19:15.293 33 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_volume_swap.TestVolumeSwap ... skip: b"('Swapping volumes is not supported.',)" 2021-06-08 08:20:30.381 33 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_device_tagging.TaggedBootDevicesTest.test_tagged_boot_devices ... success [66.938s] 2021-06-08 08:22:04.370 33 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_device_tagging.TaggedBootDevicesTest_v242.test_tagged_boot_devices ... success [74.580s] 2021-06-08 08:23:02.341 33 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_rebuild_server_with_volume_attached ... success [28.369s] 2021-06-08 08:23:14.743 33 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_personality.ServerPersonalityTestJSON ... skip: b"('Nova personality feature disabled',)" 2021-06-08 08:24:30.134 33 INFO opnfv-tempest [-] {0} tempest.api.compute.volumes.test_attach_volume.AttachVolumeShelveTestJSON.test_attach_volume_shelved_or_offload_server ... success [68.024s] 2021-06-08 08:25:34.898 33 INFO opnfv-tempest [-] {0} tempest.api.compute.volumes.test_attach_volume.AttachVolumeShelveTestJSON.test_detach_volume_shelved_or_offload_server ... success [64.749s] 2021-06-08 08:26:44.875 33 INFO opnfv-tempest [-] {0} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_attach_detach_volume ... success [52.841s] 2021-06-08 08:26:56.357 33 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_sync.ContainerSyncTest.test_container_synchronization ... skip [0.003s]: b'Skipped until bug: https://launchpad.net/bugs/1317133 is resolved.' 2021-06-08 08:27:05.275 33 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_sync_middleware.ContainerSyncMiddlewareTest.test_container_synchronization ... skip [0.003s]: b'Skipped because object extension: container_sync is not enabled' 2021-06-08 08:27:24.571 33 INFO opnfv-tempest [-] {0} tempest.scenario.test_aggregates_basic_ops.TestAggregatesBasicOps.test_aggregate_basic_ops ... success [1.361s] 2021-06-08 08:27:37.173 33 INFO opnfv-tempest [-] {0} tempest.scenario.test_encrypted_cinder_volumes.TestEncryptedCinderVolumes ... skip: b"('Encrypted volume attach is not supported',)" 2021-06-08 08:27:37.174 33 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.',)" 2021-06-08 08:28:40.220 33 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_cold_migration ... success [61.938s] 2021-06-08 08:28:40.221 33 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.' 2021-06-08 08:29:31.336 33 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_live_migration ... success [51.099s] 2021-06-08 08:30:14.018 33 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_pause_unpause ... success [42.663s] 2021-06-08 08:31:02.786 33 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_reboot ... success [48.751s] 2021-06-08 08:31:55.770 33 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_rebuild ... success [52.969s] 2021-06-08 08:32:53.178 33 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_resize ... success [57.388s] 2021-06-08 08:33:50.862 33 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_stop_start ... success [57.669s] 2021-06-08 08:34:39.662 33 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_suspend_resume ... success [48.783s] 2021-06-08 08:35:56.265 33 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_connectivity_between_vms_on_different_networks ... success [73.828s] 2021-06-08 08:36:43.943 33 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_mtu_sized_frames ... success [47.664s] 2021-06-08 08:38:24.494 33 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_port_security_macspoofing_port ... success [100.526s] 2021-06-08 08:39:15.074 33 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_preserve_preexisting_port ... success [50.567s] 2021-06-08 08:40:02.646 33 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_router_rescheduling ... success [47.556s] 2021-06-08 08:40:43.581 33 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_subnet_details ... success [40.921s] 2021-06-08 08:41:49.786 33 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_update_instance_port_admin_state ... success [66.182s] 2021-06-08 08:42:34.089 33 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_update_router_admin_state ... success [44.285s] 2021-06-08 08:43:39.619 33 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_v6.TestGettingAddress.test_dhcp6_stateless_from_os ... success [62.954s] 2021-06-08 08:44:52.491 33 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_v6.TestGettingAddress.test_dualnet_dhcp6_stateless_from_os ... success [72.852s] 2021-06-08 08:46:20.079 33 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_v6.TestGettingAddress.test_dualnet_multi_prefix_dhcpv6_stateless ... success [87.570s] 2021-06-08 08:47:49.897 33 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_v6.TestGettingAddress.test_dualnet_multi_prefix_slaac ... success [89.795s] 2021-06-08 08:49:14.821 33 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_v6.TestGettingAddress.test_dualnet_slaac_from_os ... success [84.908s] 2021-06-08 08:50:23.701 33 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_v6.TestGettingAddress.test_multi_prefix_dhcpv6_stateless ... success [68.864s] 2021-06-08 08:51:30.357 33 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_v6.TestGettingAddress.test_multi_prefix_slaac ... success [66.641s] 2021-06-08 08:52:27.137 33 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_v6.TestGettingAddress.test_slaac_from_os ... success [56.771s] 2021-06-08 08:52:29.943 33 INFO opnfv-tempest [-] {0} tempest.scenario.test_object_storage_basic_ops.TestObjectStorageBasicOps.test_swift_acl_anonymous_download ... success [0.251s] 2021-06-08 08:53:26.780 33 INFO opnfv-tempest [-] {0} tempest.scenario.test_security_groups_basic_ops.TestSecurityGroupsBasicOps.test_boot_into_disabled_port_security_network_without_secgroup ... success [53.654s] 2021-06-08 08:54:04.149 33 INFO opnfv-tempest [-] {0} tempest.scenario.test_security_groups_basic_ops.TestSecurityGroupsBasicOps.test_multiple_security_groups ... success [37.361s] 2021-06-08 08:54:49.991 33 INFO opnfv-tempest [-] {0} tempest.scenario.test_security_groups_basic_ops.TestSecurityGroupsBasicOps.test_port_security_disable_security_group ... success [45.828s] 2021-06-08 08:55:39.618 33 INFO opnfv-tempest [-] {0} tempest.scenario.test_security_groups_basic_ops.TestSecurityGroupsBasicOps.test_port_update_new_security_group ... success [49.616s] 2021-06-08 08:56:09.331 33 INFO opnfv-tempest [-] {0} tempest.scenario.test_server_advanced_ops.TestServerAdvancedOps.test_server_sequence_suspend_resume ... success [27.326s] 2021-06-08 08:57:14.188 33 INFO opnfv-tempest [-] {0} tempest.scenario.test_shelve_instance.TestShelveInstance.test_shelve_instance ... success [58.808s] 2021-06-08 08:57:56.720 33 INFO opnfv-tempest [-] {0} tempest.scenario.test_shelve_instance.TestShelveInstance.test_shelve_volume_backed_instance ... success [42.524s] 2021-06-08 08:59:12.326 33 INFO opnfv-tempest [-] {0} tempest.scenario.test_snapshot_pattern.TestSnapshotPattern.test_snapshot_pattern ... success [65.600s] 2021-06-08 09:00:47.243 33 INFO opnfv-tempest [-] {0} tempest.scenario.test_stamp_pattern.TestStampPattern.test_stamp_pattern ... success [83.792s] 2021-06-08 09:01:34.666 33 INFO opnfv-tempest [-] {0} tempest.scenario.test_volume_backup_restore.TestVolumeBackupRestore.test_volume_backup_restore ... success [36.780s] 2021-06-08 09:02:11.604 33 INFO opnfv-tempest [-] {0} tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_create_server_from_volume_snapshot ... success [21.872s] 2021-06-08 09:03:23.606 33 INFO opnfv-tempest [-] {0} tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_volume_boot_pattern ... success [71.984s] 2021-06-08 09:03:35.125 33 INFO opnfv-tempest [-] {0} tempest.scenario.test_volume_migrate_attached.TestVolumeMigrateRetypeAttached ... skip: b"('Cinder multi-backend feature disabled',)" 2021-06-08 09:03:35.688 33 INFO rally.task.context [-] Verification 672fdbbd-63ef-4653-ac20-a6bda97c1991 | Context testr@default cleanup() started 2021-06-08 09:03:35.689 33 INFO rally.task.context [-] Verification 672fdbbd-63ef-4653-ac20-a6bda97c1991 | Context testr@default cleanup() finished in 0.73 msec 2021-06-08 09:03:35.689 33 INFO rally.task.context [-] Verification 672fdbbd-63ef-4653-ac20-a6bda97c1991 | Context tempest@default cleanup() started 2021-06-08 09:03:35.890 33 INFO rally.task.context [-] Verification 672fdbbd-63ef-4653-ac20-a6bda97c1991 | Context tempest@default cleanup() finished in 0.20 sec 2021-06-08 09:03:35.915 33 INFO rally.api [-] Verification (UUID=d765e342-c928-4876-b0ae-17e430170069) has been successfully finished for deployment 'opnfv-rally' (UUID=8d0e7aca-dcbc-4f03-a1bd-f62fc6917ee5)! 2021-06-08 09:03:37.404 683 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-08 09:03:37.405 683 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-08 09:03:37.405 683 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-08 09:03:38.777 684 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-08 09:03:38.777 684 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-08 09:03:38.777 684 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-08 09:03:40.960 684 INFO rally.api [-] Building 'html' report for the following verification(s): 'd765e342-c928-4876-b0ae-17e430170069' 2021-06-08 09:03:40.987 684 INFO rally.api [-] The report has been successfully built. 2021-06-08 09:03:42.281 686 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-06-08 09:03:42.281 686 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-06-08 09:03:42.282 686 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-06-08 09:03:44.322 686 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): 'd765e342-c928-4876-b0ae-17e430170069' 2021-06-08 09:03:44.328 686 INFO rally.api [-] The report has been successfully built.