2020-09-29 08:28:11.522 6 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-29 08:28:11.522 6 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-29 08:28:11.523 6 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-29 08:28:14.186 6 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-29 08:28:14.186 6 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-09-29 08:28:14.186 6 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-09-29 08:28:14.186 6 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-09-29 08:28:14.186 6 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-09-29 08:28:14.186 6 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2020-09-29 08:28:14.186 6 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-09-29 08:28:14.186 6 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-09-29 08:28:14.186 6 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-09-29 08:28:14.186 6 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-09-29 08:28:14.186 6 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2020-09-29 08:28:14.186 6 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2020-09-29 08:28:14.186 6 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2020-09-29 08:28:14.186 6 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2020-09-29 08:28:14.186 6 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2020-09-29 08:28:14.186 6 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2020-09-29 08:28:14.186 6 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2020-09-29 08:28:14.186 6 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2020-09-29 08:28:14.186 6 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-09-29 08:28:14.186 6 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-09-29 08:28:14.186 6 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 519, in env_get 2020-09-29 08:28:14.186 6 ERROR rally.cli.cliutils criteria="uuid or name is %s" % uuid_or_name, table="envs") 2020-09-29 08:28:14.186 6 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2020-09-29 08:28:14.186 6 ERROR rally.cli.cliutils 2020-09-29 08:28:15.808 8 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-29 08:28:15.809 8 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-29 08:28:15.809 8 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-29 08:28:20.302 10 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-29 08:28:20.302 10 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-29 08:28:20.302 10 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-29 08:28:24.803 13 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-29 08:28:24.804 13 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-29 08:28:24.804 13 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-29 08:28:26.230 15 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-29 08:28:26.231 15 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-29 08:28:26.231 15 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-29 08:28:28.325 15 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-29 08:28:28.325 15 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-09-29 08:28:28.325 15 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-09-29 08:28:28.325 15 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-09-29 08:28:28.325 15 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2020-09-29 08:28:28.325 15 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-09-29 08:28:28.325 15 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-09-29 08:28:28.325 15 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 236, in delete_verifier 2020-09-29 08:28:28.325 15 ERROR rally.cli.cliutils force=force) 2020-09-29 08:28:28.325 15 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2020-09-29 08:28:28.325 15 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2020-09-29 08:28:28.325 15 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2020-09-29 08:28:28.325 15 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2020-09-29 08:28:28.325 15 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2020-09-29 08:28:28.325 15 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2020-09-29 08:28:28.325 15 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-09-29 08:28:28.325 15 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-09-29 08:28:28.325 15 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2020-09-29 08:28:28.325 15 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2020-09-29 08:28:28.325 15 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 677, in _verifier_get 2020-09-29 08:28:28.325 15 ERROR rally.cli.cliutils criteria="name or uuid is %s" % verifier_id, table="verifiers") 2020-09-29 08:28:28.325 15 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2020-09-29 08:28:28.325 15 ERROR rally.cli.cliutils 2020-09-29 08:28:29.995 17 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-29 08:28:29.996 17 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-29 08:28:29.996 17 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-29 08:28:32.004 17 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2020-09-29 08:28:32.087 17 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-3e1da09f-96c2-4e2f-a516-a67ca1fe6db2/repo. 2020-09-29 08:28:32.531 17 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-3e1da09f-96c2-4e2f-a516-a67ca1fe6db2/repo'... done. Note: checking out '134bf9998c70c1a819f03c9f7b1ea592b914df6e'. 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 ' 2020-09-29 08:28:32.546 17 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'tags/22.0.0-1-g134bf9998 ' 2020-09-29 08:28:32.557 17 RALLYDEBUG rally.verification.utils [-] Subprocess output: '134bf9998c70c1a819f03c9f7b1ea592b914df6e ' 2020-09-29 08:28:32.584 17 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2020-09-29 08:28:32.655 17 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2020-09-29 08:28:33.335 17 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=3e1da09f-96c2-4e2f-a516-a67ca1fe6db2) has been successfully created! 2020-09-29 08:28:34.945 25 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-29 08:28:34.946 25 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-29 08:28:34.946 25 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-29 08:28:39.383 28 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-29 08:28:39.383 28 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-29 08:28:39.383 28 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-29 08:28:41.661 28 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=3e1da09f-96c2-4e2f-a516-a67ca1fe6db2) for deployment 'opnfv-rally' (UUID=0ffde6bf-b7b1-409a-a0c7-3e5d20acaa16). 2020-09-29 08:28:42.158 28 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=3e1da09f-96c2-4e2f-a516-a67ca1fe6db2) has been successfully configured for deployment 'opnfv-rally' (UUID=0ffde6bf-b7b1-409a-a0c7-3e5d20acaa16)! 2020-09-29 08:28:51.401 32 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-29 08:28:51.402 32 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-29 08:28:51.403 32 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-29 08:28:53.759 32 INFO rally.api [-] Starting verification (UUID=0b757646-963e-4cd0-95f0-fd880ec76066) for deployment 'opnfv-rally' (UUID=0ffde6bf-b7b1-409a-a0c7-3e5d20acaa16) by verifier 'opnfv-tempest' (UUID=3e1da09f-96c2-4e2f-a516-a67ca1fe6db2). 2020-09-29 08:28:54.469 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2020-09-29 08:28:54.469 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-3e1da09f-96c2-4e2f-a516-a67ca1fe6db2/for-deployment-0ffde6bf-b7b1-409a-a0c7-3e5d20acaa16/tempest.log' to option 'log_file'. 2020-09-29 08:28:54.470 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-3e1da09f-96c2-4e2f-a516-a67ca1fe6db2/for-deployment-0ffde6bf-b7b1-409a-a0c7-3e5d20acaa16/tempest.log 2020-09-29 08:28:54.470 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2020-09-29 08:28:54.470 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-3e1da09f-96c2-4e2f-a516-a67ca1fe6db2/for-deployment-0ffde6bf-b7b1-409a-a0c7-3e5d20acaa16/lock_files' to option 'lock_path'. 2020-09-29 08:28:54.471 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-3e1da09f-96c2-4e2f-a516-a67ca1fe6db2/for-deployment-0ffde6bf-b7b1-409a-a0c7-3e5d20acaa16/lock_files 2020-09-29 08:28:54.471 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is already configured in Tempest config file. img_dir = /home/opnfv/functest/images 2020-09-29 08:28:54.471 32 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-29 08:28:54.472 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = 0dd563fc-bbbf-4996-82e4-c3e2f85f2e2c 2020-09-29 08:28:54.472 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = 3edd7480-cccb-465b-b876-f8a557886bae 2020-09-29 08:28:54.472 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = 2f54ee1b-e425-4bf4-8115-1c4ece292352 2020-09-29 08:28:54.473 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = 9ff596de-896f-4069-bd51-bbff87c8b3bc 2020-09-29 08:28:54.849 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2020-09-29 08:28:54.850 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = tempest_slow-net_d21b704f-3d09-424f-b686-30832e5d0259 2020-09-29 08:28:54.851 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2020-09-29 08:28:54.960 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2020-09-29 08:28:54.994 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] There is no flavor with the mentioned properties. 2020-09-29 08:28:54.994 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Creating flavor 'rally_verify_0b757646_zMFjiBWk' with the following properties: RAM = 64MB, VCPUs = 1, disk = 5GB. 2020-09-29 08:28:55.029 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_0b757646_zMFjiBWk' (ID = 26847c79-861b-4cc0-8135-0eb6bf92fa99) has been successfully created! 2020-09-29 08:28:55.029 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '26847c79-861b-4cc0-8135-0eb6bf92fa99' to option 'instance_type'. 2020-09-29 08:28:55.030 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = 26847c79-861b-4cc0-8135-0eb6bf92fa99 2020-09-29 08:28:55.031 32 INFO rally.task.context [-] Verification 3e1da09f-96c2-4e2f-a516-a67ca1fe6db2 | Context tempest@default setup() finished in 1.04 sec 2020-09-29 08:28:55.032 32 INFO rally.task.context [-] Verification 3e1da09f-96c2-4e2f-a516-a67ca1fe6db2 | Context testr@default setup() finished in 0.39 msec 2020-09-29 08:28:55.032 32 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --serial --load-list /tmp/b3698f93-2b34-4e80-811e-5e05634fdb8d'. 2020-09-29 08:28:59.546 32 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_volume_swap.TestMultiAttachVolumeSwap ... skip: b"('Swapping volumes is not supported.',)" 2020-09-29 08:28:59.547 32 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_volume_swap.TestVolumeSwap ... skip: b"('Swapping volumes is not supported.',)" 2020-09-29 08:30:53.949 32 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_device_tagging.TaggedBootDevicesTest.test_tagged_boot_devices ... success [106.869s] 2020-09-29 08:32:40.597 32 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_device_tagging.TaggedBootDevicesTest_v242.test_tagged_boot_devices ... success [88.407s] 2020-09-29 08:33:51.028 32 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_rebuild_server_with_volume_attached ... success [35.009s] 2020-09-29 08:34:09.648 32 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_personality.ServerPersonalityTestJSON ... skip: b"('Nova personality feature disabled',)" 2020-09-29 08:35:26.342 32 INFO opnfv-tempest [-] {0} tempest.api.compute.volumes.test_attach_volume.AttachVolumeShelveTestJSON.test_attach_volume_shelved_or_offload_server ... success [71.040s] 2020-09-29 08:36:35.975 32 INFO opnfv-tempest [-] {0} tempest.api.compute.volumes.test_attach_volume.AttachVolumeShelveTestJSON.test_detach_volume_shelved_or_offload_server ... success [69.619s] 2020-09-29 08:37:52.524 32 INFO opnfv-tempest [-] {0} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_attach_detach_volume ... success [60.733s] 2020-09-29 08:38:07.351 32 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_sync.ContainerSyncTest.test_container_synchronization ... skip [0.001s]: b'Skipped until bug: https://launchpad.net/bugs/1317133 is resolved.' 2020-09-29 08:38:15.122 32 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-09-29 08:38:33.223 32 INFO opnfv-tempest [-] {0} tempest.scenario.test_aggregates_basic_ops.TestAggregatesBasicOps.test_aggregate_basic_ops ... success [1.187s] 2020-09-29 08:38:45.146 32 INFO opnfv-tempest [-] {0} tempest.scenario.test_encrypted_cinder_volumes.TestEncryptedCinderVolumes ... skip: b"('Encrypted volume attach is not supported',)" 2020-09-29 08:38:45.148 32 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-29 08:40:00.228 32 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_cold_migration ... success [73.915s] 2020-09-29 08:40:00.229 32 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-09-29 08:40:58.513 32 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_live_migration ... success [58.270s] 2020-09-29 08:41:53.008 32 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_pause_unpause ... success [54.477s] 2020-09-29 08:42:40.877 32 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_reboot ... success [47.852s] 2020-09-29 08:43:34.417 32 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_rebuild ... success [53.528s] 2020-09-29 08:44:32.546 32 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_resize ... success [58.109s] 2020-09-29 08:45:31.771 32 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_stop_start ... success [59.206s] 2020-09-29 08:46:15.729 32 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_suspend_resume ... success [43.944s] 2020-09-29 08:47:26.080 32 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_connectivity_between_vms_on_different_networks ... success [67.443s] 2020-09-29 08:48:05.487 32 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_mtu_sized_frames ... success [39.393s] 2020-09-29 08:49:50.196 32 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_port_security_macspoofing_port ... success [104.687s] 2020-09-29 08:50:50.807 32 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_preserve_preexisting_port ... success [60.597s] 2020-09-29 08:51:42.548 32 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_router_rescheduling ... success [51.721s] 2020-09-29 08:52:31.102 32 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_subnet_details ... success [48.541s] 2020-09-29 08:53:38.010 32 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_update_instance_port_admin_state ... success [66.884s] 2020-09-29 08:54:31.514 32 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_update_router_admin_state ... success [53.481s] 2020-09-29 08:56:09.377 32 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_v6.TestGettingAddress.test_dhcp6_stateless_from_os ... success [94.299s] 2020-09-29 08:57:49.710 32 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_v6.TestGettingAddress.test_dualnet_dhcp6_stateless_from_os ... success [100.313s] 2020-09-29 08:59:42.127 32 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_v6.TestGettingAddress.test_dualnet_multi_prefix_dhcpv6_stateless ... success [112.398s] 2020-09-29 09:01:24.507 32 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_v6.TestGettingAddress.test_dualnet_multi_prefix_slaac ... success [102.359s] 2020-09-29 09:02:53.135 32 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_v6.TestGettingAddress.test_dualnet_slaac_from_os ... success [88.611s] 2020-09-29 09:05:38.920 32 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_v6.TestGettingAddress.test_multi_prefix_dhcpv6_stateless ... success [165.769s] 2020-09-29 09:07:11.664 32 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_v6.TestGettingAddress.test_multi_prefix_slaac ... success [92.727s] 2020-09-29 09:08:26.252 32 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_v6.TestGettingAddress.test_slaac_from_os ... success [74.572s] 2020-09-29 09:08:29.622 32 INFO opnfv-tempest [-] {0} tempest.scenario.test_object_storage_basic_ops.TestObjectStorageBasicOps.test_swift_acl_anonymous_download ... success [0.254s] 2020-09-29 09:09:56.576 32 INFO opnfv-tempest [-] {0} tempest.scenario.test_security_groups_basic_ops.TestSecurityGroupsBasicOps.test_boot_into_disabled_port_security_network_without_secgroup ... success [82.940s] 2020-09-29 09:10:51.385 32 INFO opnfv-tempest [-] {0} tempest.scenario.test_security_groups_basic_ops.TestSecurityGroupsBasicOps.test_multiple_security_groups ... success [54.799s] 2020-09-29 09:11:49.530 32 INFO opnfv-tempest [-] {0} tempest.scenario.test_security_groups_basic_ops.TestSecurityGroupsBasicOps.test_port_security_disable_security_group ... success [58.129s] 2020-09-29 09:12:47.878 32 INFO opnfv-tempest [-] {0} tempest.scenario.test_security_groups_basic_ops.TestSecurityGroupsBasicOps.test_port_update_new_security_group ... success [58.333s] 2020-09-29 09:13:22.906 32 INFO opnfv-tempest [-] {0} tempest.scenario.test_server_advanced_ops.TestServerAdvancedOps.test_server_sequence_suspend_resume ... success [31.698s] 2020-09-29 09:14:37.908 32 INFO opnfv-tempest [-] {0} tempest.scenario.test_shelve_instance.TestShelveInstance.test_shelve_instance ... success [68.648s] 2020-09-29 09:15:24.091 32 INFO opnfv-tempest [-] {0} tempest.scenario.test_shelve_instance.TestShelveInstance.test_shelve_volume_backed_instance ... success [46.171s] 2020-09-29 09:16:56.866 32 INFO opnfv-tempest [-] {0} tempest.scenario.test_snapshot_pattern.TestSnapshotPattern.test_snapshot_pattern ... success [80.858s] 2020-09-29 09:18:33.945 32 INFO opnfv-tempest [-] {0} tempest.scenario.test_stamp_pattern.TestStampPattern.test_stamp_pattern ... success [84.626s] 2020-09-29 09:19:42.517 32 INFO opnfv-tempest [-] {0} tempest.scenario.test_volume_backup_restore.TestVolumeBackupRestore.test_volume_backup_restore ... success [47.203s] 2020-09-29 09:20:27.705 32 INFO opnfv-tempest [-] {0} tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_create_server_from_volume_snapshot ... success [24.988s] 2020-09-29 09:21:59.506 32 INFO opnfv-tempest [-] {0} tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_volume_boot_pattern ... success [91.786s] 2020-09-29 09:22:11.497 32 INFO opnfv-tempest [-] {0} tempest.scenario.test_volume_migrate_attached.TestVolumeMigrateRetypeAttached ... skip: b"('Cinder multi-backend feature disabled',)" 2020-09-29 09:22:12.070 32 INFO rally.task.context [-] Verification 3e1da09f-96c2-4e2f-a516-a67ca1fe6db2 | Context testr@default cleanup() started 2020-09-29 09:22:12.070 32 INFO rally.task.context [-] Verification 3e1da09f-96c2-4e2f-a516-a67ca1fe6db2 | Context testr@default cleanup() finished in 0.80 msec 2020-09-29 09:22:12.071 32 INFO rally.task.context [-] Verification 3e1da09f-96c2-4e2f-a516-a67ca1fe6db2 | Context tempest@default cleanup() started 2020-09-29 09:22:12.280 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Deleting flavor 'rally_verify_0b757646_zMFjiBWk'. 2020-09-29 09:22:12.494 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_0b757646_zMFjiBWk' has been deleted. 2020-09-29 09:22:12.495 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Removing value '26847c79-861b-4cc0-8135-0eb6bf92fa99' of option 'instance_type' from Tempest config file. 2020-09-29 09:22:12.495 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Value '26847c79-861b-4cc0-8135-0eb6bf92fa99' has been removed. 2020-09-29 09:22:12.500 32 INFO rally.task.context [-] Verification 3e1da09f-96c2-4e2f-a516-a67ca1fe6db2 | Context tempest@default cleanup() finished in 0.43 sec 2020-09-29 09:22:12.530 32 INFO rally.api [-] Verification (UUID=0b757646-963e-4cd0-95f0-fd880ec76066) has been successfully finished for deployment 'opnfv-rally' (UUID=0ffde6bf-b7b1-409a-a0c7-3e5d20acaa16)! 2020-09-29 09:22:14.655 677 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-29 09:22:14.655 677 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-29 09:22:14.655 677 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-29 09:22:16.084 678 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-29 09:22:16.084 678 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-29 09:22:16.084 678 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-29 09:22:18.504 678 INFO rally.api [-] Building 'html' report for the following verification(s): '0b757646-963e-4cd0-95f0-fd880ec76066' 2020-09-29 09:22:18.532 678 INFO rally.api [-] The report has been successfully built. 2020-09-29 09:22:20.023 680 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-29 09:22:20.024 680 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-29 09:22:20.024 680 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-29 09:22:21.944 680 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): '0b757646-963e-4cd0-95f0-fd880ec76066' 2020-09-29 09:22:21.951 680 INFO rally.api [-] The report has been successfully built.