2022-03-29 08:21:01.279 7 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-03-29 08:21:01.280 7 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-03-29 08:21:01.280 7 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-03-29 08:21:03.903 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 2022-03-29 08:21:03.903 7 ERROR rally.cli.cliutils Traceback (most recent call last): 2022-03-29 08:21:03.903 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2022-03-29 08:21:03.903 7 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2022-03-29 08:21:03.903 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2022-03-29 08:21:03.903 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2022-03-29 08:21:03.903 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2022-03-29 08:21:03.903 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2022-03-29 08:21:03.903 7 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2022-03-29 08:21:03.903 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2022-03-29 08:21:03.903 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2022-03-29 08:21:03.903 7 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2022-03-29 08:21:03.903 7 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2022-03-29 08:21:03.903 7 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2022-03-29 08:21:03.903 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2022-03-29 08:21:03.903 7 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2022-03-29 08:21:03.903 7 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2022-03-29 08:21:03.903 7 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2022-03-29 08:21:03.903 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2022-03-29 08:21:03.903 7 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2022-03-29 08:21:03.903 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 519, in env_get 2022-03-29 08:21:03.903 7 ERROR rally.cli.cliutils criteria="uuid or name is %s" % uuid_or_name, table="envs") 2022-03-29 08:21:03.903 7 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2022-03-29 08:21:03.903 7 ERROR rally.cli.cliutils 2022-03-29 08:21:05.637 9 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-03-29 08:21:05.638 9 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-03-29 08:21:05.638 9 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-03-29 08:21:10.184 11 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-03-29 08:21:10.185 11 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-03-29 08:21:10.185 11 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-03-29 08:21:15.353 14 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-03-29 08:21:15.354 14 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-03-29 08:21:15.354 14 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-03-29 08:21:16.828 16 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-03-29 08:21:16.829 16 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-03-29 08:21:16.829 16 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-03-29 08:21:19.115 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 2022-03-29 08:21:19.115 16 ERROR rally.cli.cliutils Traceback (most recent call last): 2022-03-29 08:21:19.115 16 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2022-03-29 08:21:19.115 16 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2022-03-29 08:21:19.115 16 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2022-03-29 08:21:19.115 16 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2022-03-29 08:21:19.115 16 ERROR rally.cli.cliutils return f(*args, **kwargs) 2022-03-29 08:21:19.115 16 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 236, in delete_verifier 2022-03-29 08:21:19.115 16 ERROR rally.cli.cliutils force=force) 2022-03-29 08:21:19.115 16 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2022-03-29 08:21:19.115 16 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2022-03-29 08:21:19.115 16 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2022-03-29 08:21:19.115 16 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2022-03-29 08:21:19.115 16 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2022-03-29 08:21:19.115 16 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2022-03-29 08:21:19.115 16 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2022-03-29 08:21:19.115 16 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2022-03-29 08:21:19.115 16 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2022-03-29 08:21:19.115 16 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2022-03-29 08:21:19.115 16 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 677, in _verifier_get 2022-03-29 08:21:19.115 16 ERROR rally.cli.cliutils criteria="name or uuid is %s" % verifier_id, table="verifiers") 2022-03-29 08:21:19.115 16 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2022-03-29 08:21:19.115 16 ERROR rally.cli.cliutils 2022-03-29 08:21:20.874 18 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-03-29 08:21:20.874 18 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-03-29 08:21:20.874 18 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-03-29 08:21:23.289 18 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2022-03-29 08:21:23.418 18 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-77ea2f80-7ec2-43aa-9761-af9571312e69/repo. 2022-03-29 08:21:23.859 18 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-77ea2f80-7ec2-43aa-9761-af9571312e69/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 ' 2022-03-29 08:21:23.876 18 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'tags/22.0.0-1-gc31640d4b ' 2022-03-29 08:21:23.886 18 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'c31640d4b93fd2ad546310334fce72b0fed9d3b3 ' 2022-03-29 08:21:23.913 18 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2022-03-29 08:21:23.969 18 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2022-03-29 08:21:24.643 18 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=77ea2f80-7ec2-43aa-9761-af9571312e69) has been successfully created! 2022-03-29 08:21:26.361 26 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-03-29 08:21:26.361 26 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-03-29 08:21:26.361 26 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-03-29 08:21:31.062 29 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-03-29 08:21:31.063 29 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-03-29 08:21:31.063 29 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-03-29 08:21:33.494 29 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=77ea2f80-7ec2-43aa-9761-af9571312e69) for deployment 'opnfv-rally' (UUID=0e2cc9ee-839b-4519-8383-eccfc20c3b74). 2022-03-29 08:21:33.968 29 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=77ea2f80-7ec2-43aa-9761-af9571312e69) has been successfully configured for deployment 'opnfv-rally' (UUID=0e2cc9ee-839b-4519-8383-eccfc20c3b74)! 2022-03-29 08:21:43.757 33 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-03-29 08:21:43.757 33 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-03-29 08:21:43.757 33 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-03-29 08:21:46.155 33 INFO rally.api [-] Starting verification (UUID=c87d1922-6be7-4a6f-a212-71cfa3dcdf53) for deployment 'opnfv-rally' (UUID=0e2cc9ee-839b-4519-8383-eccfc20c3b74) by verifier 'opnfv-tempest' (UUID=77ea2f80-7ec2-43aa-9761-af9571312e69). 2022-03-29 08:21:46.913 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2022-03-29 08:21:46.913 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-77ea2f80-7ec2-43aa-9761-af9571312e69/for-deployment-0e2cc9ee-839b-4519-8383-eccfc20c3b74/tempest.log' to option 'log_file'. 2022-03-29 08:21:46.913 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-77ea2f80-7ec2-43aa-9761-af9571312e69/for-deployment-0e2cc9ee-839b-4519-8383-eccfc20c3b74/tempest.log 2022-03-29 08:21:46.913 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2022-03-29 08:21:46.914 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-77ea2f80-7ec2-43aa-9761-af9571312e69/for-deployment-0e2cc9ee-839b-4519-8383-eccfc20c3b74/lock_files' to option 'lock_path'. 2022-03-29 08:21:46.914 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-77ea2f80-7ec2-43aa-9761-af9571312e69/for-deployment-0e2cc9ee-839b-4519-8383-eccfc20c3b74/lock_files 2022-03-29 08:21:46.914 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is already configured in Tempest config file. img_dir = /home/opnfv/functest/images 2022-03-29 08:21:46.914 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 2022-03-29 08:21:46.914 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = a0606a09-7f2d-41ee-bf51-68a443044a26 2022-03-29 08:21:46.914 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = 31b0ec14-3cc5-4295-8b72-521aa8bd33aa 2022-03-29 08:21:46.915 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = 8f91d79a-8f90-4c15-94d7-36b0ed46e2c9 2022-03-29 08:21:46.915 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = b7e1a20b-4955-456a-8796-b7f7c25fd4d1 2022-03-29 08:21:47.143 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2022-03-29 08:21:47.143 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = tempest_slow-net_fd36dc82-2cca-4fb3-b2e2-325cea82f92e 2022-03-29 08:21:47.144 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2022-03-29 08:21:47.235 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2022-03-29 08:21:47.277 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] There is no flavor with the mentioned properties. 2022-03-29 08:21:47.278 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Creating flavor 'rally_verify_c87d1922_26HSxUu6' with the following properties: RAM = 64MB, VCPUs = 1, disk = 5GB. 2022-03-29 08:21:47.308 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_c87d1922_26HSxUu6' (ID = a2579d3e-4e50-4c08-a736-798ba446ba49) has been successfully created! 2022-03-29 08:21:47.309 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value 'a2579d3e-4e50-4c08-a736-798ba446ba49' to option 'instance_type'. 2022-03-29 08:21:47.309 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = a2579d3e-4e50-4c08-a736-798ba446ba49 2022-03-29 08:21:47.311 33 INFO rally.task.context [-] Verification 77ea2f80-7ec2-43aa-9761-af9571312e69 | Context tempest@default setup() finished in 0.82 sec 2022-03-29 08:21:47.312 33 INFO rally.task.context [-] Verification 77ea2f80-7ec2-43aa-9761-af9571312e69 | Context testr@default setup() finished in 0.47 msec 2022-03-29 08:21:47.312 33 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --serial --load-list /tmp/ddc10c38-3102-4c18-93a0-4a53a26aba7b'. 2022-03-29 08:21:52.272 33 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_volume_swap.TestMultiAttachVolumeSwap ... skip: b"('Swapping volumes is not supported.',)" 2022-03-29 08:21:52.273 33 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_volume_swap.TestVolumeSwap ... skip: b"('Swapping volumes is not supported.',)" 2022-03-29 08:23:12.739 33 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_device_tagging.TaggedBootDevicesTest.test_tagged_boot_devices ... success [70.334s] 2022-03-29 08:24:55.193 33 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_device_tagging.TaggedBootDevicesTest_v242.test_tagged_boot_devices ... success [77.703s] 2022-03-29 08:25:58.952 33 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_rebuild_server_with_volume_attached ... success [31.873s] 2022-03-29 08:26:21.691 33 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_personality.ServerPersonalityTestJSON ... skip: b"('Nova personality feature disabled',)" 2022-03-29 08:27:44.329 33 INFO opnfv-tempest [-] {0} tempest.api.compute.volumes.test_attach_volume.AttachVolumeShelveTestJSON.test_attach_volume_shelved_or_offload_server ... success [76.148s] 2022-03-29 08:28:57.491 33 INFO opnfv-tempest [-] {0} tempest.api.compute.volumes.test_attach_volume.AttachVolumeShelveTestJSON.test_detach_volume_shelved_or_offload_server ... success [73.144s] 2022-03-29 08:30:13.916 33 INFO opnfv-tempest [-] {0} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_attach_detach_volume ... success [62.979s] 2022-03-29 08:30:22.526 33 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.' 2022-03-29 08:30:30.257 33 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' 2022-03-29 08:30:54.186 33 INFO opnfv-tempest [-] {0} tempest.scenario.test_aggregates_basic_ops.TestAggregatesBasicOps.test_aggregate_basic_ops ... success [1.357s] 2022-03-29 08:31:06.244 33 INFO opnfv-tempest [-] {0} tempest.scenario.test_encrypted_cinder_volumes.TestEncryptedCinderVolumes ... skip: b"('Encrypted volume attach is not supported',)" 2022-03-29 08:31:06.246 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.',)" 2022-03-29 08:32:17.143 33 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_cold_migration ... success [69.376s] 2022-03-29 08:32:17.144 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.' 2022-03-29 08:33:51.507 33 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_live_migration ... success [94.340s] 2022-03-29 08:34:45.586 33 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_pause_unpause ... success [54.060s] 2022-03-29 08:35:53.363 33 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_reboot ... success [67.757s] 2022-03-29 08:36:49.612 33 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_rebuild ... success [56.231s] 2022-03-29 08:38:48.903 33 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_resize ... success [119.273s] 2022-03-29 08:39:43.357 33 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_stop_start ... success [54.432s] 2022-03-29 08:40:33.190 33 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_suspend_resume ... success [49.818s] 2022-03-29 08:41:55.911 33 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_connectivity_between_vms_on_different_networks ... success [79.813s] 2022-03-29 08:42:37.756 33 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_mtu_sized_frames ... success [41.832s] 2022-03-29 08:44:08.540 33 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_port_security_macspoofing_port ... success [90.759s] 2022-03-29 08:44:58.199 33 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_preserve_preexisting_port ... success [49.643s] 2022-03-29 08:45:57.277 33 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_router_rescheduling ... success [59.059s] 2022-03-29 08:46:35.097 33 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_subnet_details ... success [37.807s] 2022-03-29 08:47:54.393 33 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_update_instance_port_admin_state ... success [79.271s] 2022-03-29 08:48:48.950 33 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_update_router_admin_state ... success [54.542s] 2022-03-29 08:50:18.887 33 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_v6.TestGettingAddress.test_dhcp6_stateless_from_os ... success [87.244s] 2022-03-29 08:52:35.036 33 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_v6.TestGettingAddress.test_dualnet_dhcp6_stateless_from_os ... success [136.132s] 2022-03-29 08:54:08.651 33 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_v6.TestGettingAddress.test_dualnet_multi_prefix_dhcpv6_stateless ... success [93.598s] 2022-03-29 08:55:34.703 33 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_v6.TestGettingAddress.test_dualnet_multi_prefix_slaac ... success [86.029s] 2022-03-29 08:57:00.326 33 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_v6.TestGettingAddress.test_dualnet_slaac_from_os ... success [85.605s] 2022-03-29 08:58:24.462 33 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_v6.TestGettingAddress.test_multi_prefix_dhcpv6_stateless ... success [84.123s] 2022-03-29 08:59:46.336 33 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_v6.TestGettingAddress.test_multi_prefix_slaac ... success [81.857s] 2022-03-29 09:00:56.836 33 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_v6.TestGettingAddress.test_slaac_from_os ... success [70.484s] 2022-03-29 09:01:00.148 33 INFO opnfv-tempest [-] {0} tempest.scenario.test_object_storage_basic_ops.TestObjectStorageBasicOps.test_swift_acl_anonymous_download ... success [0.465s] 2022-03-29 09:01:59.538 33 INFO opnfv-tempest [-] {0} tempest.scenario.test_security_groups_basic_ops.TestSecurityGroupsBasicOps.test_boot_into_disabled_port_security_network_without_secgroup ... success [56.143s] 2022-03-29 09:02:41.490 33 INFO opnfv-tempest [-] {0} tempest.scenario.test_security_groups_basic_ops.TestSecurityGroupsBasicOps.test_multiple_security_groups ... success [41.944s] 2022-03-29 09:03:42.161 33 INFO opnfv-tempest [-] {0} tempest.scenario.test_security_groups_basic_ops.TestSecurityGroupsBasicOps.test_port_security_disable_security_group ... success [60.653s] 2022-03-29 09:04:25.558 33 INFO opnfv-tempest [-] {0} tempest.scenario.test_security_groups_basic_ops.TestSecurityGroupsBasicOps.test_port_update_new_security_group ... success [43.382s] 2022-03-29 09:04:59.455 33 INFO opnfv-tempest [-] {0} tempest.scenario.test_server_advanced_ops.TestServerAdvancedOps.test_server_sequence_suspend_resume ... success [26.874s] 2022-03-29 09:06:16.471 33 INFO opnfv-tempest [-] {0} tempest.scenario.test_shelve_instance.TestShelveInstance.test_shelve_instance ... success [71.921s] 2022-03-29 09:07:09.753 33 INFO opnfv-tempest [-] {0} tempest.scenario.test_shelve_instance.TestShelveInstance.test_shelve_volume_backed_instance ... success [53.272s] 2022-03-29 09:08:27.760 33 INFO opnfv-tempest [-] {0} tempest.scenario.test_snapshot_pattern.TestSnapshotPattern.test_snapshot_pattern ... success [69.028s] 2022-03-29 09:10:08.003 33 INFO opnfv-tempest [-] {0} tempest.scenario.test_stamp_pattern.TestStampPattern.test_stamp_pattern ... success [90.809s] 2022-03-29 09:10:55.724 33 INFO opnfv-tempest [-] {0} tempest.scenario.test_volume_backup_restore.TestVolumeBackupRestore.test_volume_backup_restore ... success [38.343s] 2022-03-29 09:11:41.989 33 INFO opnfv-tempest [-] {0} tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_create_server_from_volume_snapshot ... success [23.576s] 2022-03-29 09:12:56.882 33 INFO opnfv-tempest [-] {0} tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_volume_boot_pattern ... success [74.875s] 2022-03-29 09:13:11.631 33 INFO opnfv-tempest [-] {0} tempest.scenario.test_volume_migrate_attached.TestVolumeMigrateRetypeAttached ... skip: b"('Cinder multi-backend feature disabled',)" 2022-03-29 09:13:12.168 33 INFO rally.task.context [-] Verification 77ea2f80-7ec2-43aa-9761-af9571312e69 | Context testr@default cleanup() started 2022-03-29 09:13:12.168 33 INFO rally.task.context [-] Verification 77ea2f80-7ec2-43aa-9761-af9571312e69 | Context testr@default cleanup() finished in 0.76 msec 2022-03-29 09:13:12.169 33 INFO rally.task.context [-] Verification 77ea2f80-7ec2-43aa-9761-af9571312e69 | Context tempest@default cleanup() started 2022-03-29 09:13:12.359 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Deleting flavor 'rally_verify_c87d1922_26HSxUu6'. 2022-03-29 09:13:12.555 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_c87d1922_26HSxUu6' has been deleted. 2022-03-29 09:13:12.556 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Removing value 'a2579d3e-4e50-4c08-a736-798ba446ba49' of option 'instance_type' from Tempest config file. 2022-03-29 09:13:12.556 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Value 'a2579d3e-4e50-4c08-a736-798ba446ba49' has been removed. 2022-03-29 09:13:12.560 33 INFO rally.task.context [-] Verification 77ea2f80-7ec2-43aa-9761-af9571312e69 | Context tempest@default cleanup() finished in 0.39 sec 2022-03-29 09:13:12.585 33 INFO rally.api [-] Verification (UUID=c87d1922-6be7-4a6f-a212-71cfa3dcdf53) has been successfully finished for deployment 'opnfv-rally' (UUID=0e2cc9ee-839b-4519-8383-eccfc20c3b74)! 2022-03-29 09:13:14.570 700 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-03-29 09:13:14.570 700 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-03-29 09:13:14.570 700 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-03-29 09:13:16.027 701 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-03-29 09:13:16.027 701 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-03-29 09:13:16.028 701 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-03-29 09:13:18.478 701 INFO rally.api [-] Building 'html' report for the following verification(s): 'c87d1922-6be7-4a6f-a212-71cfa3dcdf53' 2022-03-29 09:13:18.502 701 INFO rally.api [-] The report has been successfully built. 2022-03-29 09:13:19.836 703 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2022-03-29 09:13:19.837 703 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2022-03-29 09:13:19.837 703 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2022-03-29 09:13:21.989 703 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): 'c87d1922-6be7-4a6f-a212-71cfa3dcdf53' 2022-03-29 09:13:21.997 703 INFO rally.api [-] The report has been successfully built.