2021-08-17 10:23:23.889 8 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-08-17 10:23:23.889 8 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-08-17 10:23:23.890 8 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-08-17 10:23:26.733 8 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-08-17 10:23:26.733 8 ERROR rally.cli.cliutils Traceback (most recent call last): 2021-08-17 10:23:26.733 8 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2021-08-17 10:23:26.733 8 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2021-08-17 10:23:26.733 8 ERROR rally.cli.cliutils File "", line 2, in destroy 2021-08-17 10:23:26.733 8 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2021-08-17 10:23:26.733 8 ERROR rally.cli.cliutils return f(*args, **kwargs) 2021-08-17 10:23:26.733 8 ERROR rally.cli.cliutils File "", line 2, in destroy 2021-08-17 10:23:26.733 8 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2021-08-17 10:23:26.733 8 ERROR rally.cli.cliutils return f(*args, **kwargs) 2021-08-17 10:23:26.733 8 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2021-08-17 10:23:26.733 8 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2021-08-17 10:23:26.733 8 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2021-08-17 10:23:26.733 8 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2021-08-17 10:23:26.733 8 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2021-08-17 10:23:26.733 8 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2021-08-17 10:23:26.733 8 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2021-08-17 10:23:26.733 8 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2021-08-17 10:23:26.733 8 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2021-08-17 10:23:26.733 8 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2021-08-17 10:23:26.733 8 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2021-08-17 10:23:26.733 8 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2021-08-17 10:23:26.733 8 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2021-08-17 10:23:26.733 8 ERROR rally.cli.cliutils 2021-08-17 10:23:28.724 10 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-08-17 10:23:28.724 10 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-08-17 10:23:28.724 10 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-08-17 10:23:33.982 12 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-08-17 10:23:33.982 12 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-08-17 10:23:33.983 12 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-08-17 10:23:39.894 15 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-08-17 10:23:39.894 15 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-08-17 10:23:39.894 15 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-08-17 10:23:41.675 18 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-08-17 10:23:41.675 18 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-08-17 10:23:41.675 18 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-08-17 10:23:44.552 18 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-08-17 10:23:44.552 18 ERROR rally.cli.cliutils Traceback (most recent call last): 2021-08-17 10:23:44.552 18 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2021-08-17 10:23:44.552 18 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2021-08-17 10:23:44.552 18 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2021-08-17 10:23:44.552 18 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2021-08-17 10:23:44.552 18 ERROR rally.cli.cliutils return f(*args, **kwargs) 2021-08-17 10:23:44.552 18 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2021-08-17 10:23:44.552 18 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2021-08-17 10:23:44.552 18 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2021-08-17 10:23:44.552 18 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2021-08-17 10:23:44.552 18 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2021-08-17 10:23:44.552 18 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2021-08-17 10:23:44.552 18 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2021-08-17 10:23:44.552 18 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2021-08-17 10:23:44.552 18 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2021-08-17 10:23:44.552 18 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2021-08-17 10:23:44.552 18 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2021-08-17 10:23:44.552 18 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2021-08-17 10:23:44.552 18 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2021-08-17 10:23:44.552 18 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2021-08-17 10:23:44.552 18 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2021-08-17 10:23:44.552 18 ERROR rally.cli.cliutils 2021-08-17 10:23:46.538 20 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-08-17 10:23:46.538 20 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-08-17 10:23:46.539 20 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-08-17 10:23:49.304 20 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2021-08-17 10:23:49.351 20 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-e8a6f582-8528-4e7b-994f-5a7f12b4adab/repo. 2021-08-17 10:23:49.697 20 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-e8a6f582-8528-4e7b-994f-5a7f12b4adab/repo'... done. Note: switching to '92f671c9d18fa88ac044c4ef9c403e40f35f973f'. You are in 'detached HEAD' state. You can look around, make experimental changes and commit them, and you can discard any commits you make in this state without impacting any branches by switching back to a branch. If you want to create a new branch to retain commits you create, you may do so (now or later) by using -c with the switch command. Example: git switch -c Or undo this operation with: git switch - Turn off this advice by setting config variable advice.detachedHead to false ' 2021-08-17 10:23:49.745 20 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'tags/24.0.0-208-g92f671c9d ' 2021-08-17 10:23:49.754 20 RALLYDEBUG rally.verification.utils [-] Subprocess output: '92f671c9d18fa88ac044c4ef9c403e40f35f973f ' 2021-08-17 10:23:49.766 20 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2021-08-17 10:23:49.838 20 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2021-08-17 10:23:50.718 20 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=e8a6f582-8528-4e7b-994f-5a7f12b4adab) has been successfully created! 2021-08-17 10:23:52.753 28 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-08-17 10:23:52.753 28 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-08-17 10:23:52.754 28 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-08-17 10:23:59.308 31 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-08-17 10:23:59.308 31 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-08-17 10:23:59.308 31 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-08-17 10:24:02.230 31 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=e8a6f582-8528-4e7b-994f-5a7f12b4adab) for deployment 'opnfv-rally' (UUID=65d2314a-2f86-49ce-813f-6a9b0e6c5eea). 2021-08-17 10:24:02.776 31 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=e8a6f582-8528-4e7b-994f-5a7f12b4adab) has been successfully configured for deployment 'opnfv-rally' (UUID=65d2314a-2f86-49ce-813f-6a9b0e6c5eea)! 2021-08-17 10:24:13.795 36 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-08-17 10:24:13.796 36 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-08-17 10:24:13.796 36 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-08-17 10:24:16.889 36 INFO rally.api [-] Starting verification (UUID=6fd05e39-b082-4200-8f1e-5a660b6ee035) for deployment 'opnfv-rally' (UUID=65d2314a-2f86-49ce-813f-6a9b0e6c5eea) by verifier 'opnfv-tempest' (UUID=e8a6f582-8528-4e7b-994f-5a7f12b4adab). 2021-08-17 10:24:17.714 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2021-08-17 10:24:17.714 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-e8a6f582-8528-4e7b-994f-5a7f12b4adab/for-deployment-65d2314a-2f86-49ce-813f-6a9b0e6c5eea/tempest.log' to option 'log_file'. 2021-08-17 10:24:17.715 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-e8a6f582-8528-4e7b-994f-5a7f12b4adab/for-deployment-65d2314a-2f86-49ce-813f-6a9b0e6c5eea/tempest.log 2021-08-17 10:24:17.715 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2021-08-17 10:24:17.716 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-e8a6f582-8528-4e7b-994f-5a7f12b4adab/for-deployment-65d2314a-2f86-49ce-813f-6a9b0e6c5eea/lock_files' to option 'lock_path'. 2021-08-17 10:24:17.716 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-e8a6f582-8528-4e7b-994f-5a7f12b4adab/for-deployment-65d2314a-2f86-49ce-813f-6a9b0e6c5eea/lock_files 2021-08-17 10:24:17.716 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is already configured in Tempest config file. img_dir = /home/opnfv/functest/images 2021-08-17 10:24:17.717 36 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-08-17 10:24:17.717 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = 33f2b1a6-5112-4b37-aa4a-ad3a0c7835a6 2021-08-17 10:24:17.718 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = 9ed36f56-0a57-4150-a5b8-7ec599fe6af4 2021-08-17 10:24:17.718 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = bba33cd9-de9a-432f-8aa9-082ab8f2c67b 2021-08-17 10:24:17.719 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = f0761418-c6aa-4dd5-8e9b-386405aaa278 2021-08-17 10:24:17.965 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2021-08-17 10:24:17.966 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = tempest_slow-net_e7002ae4-b031-4109-99ec-44190429e3a1 2021-08-17 10:24:17.967 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2021-08-17 10:24:18.080 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2021-08-17 10:24:18.125 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] The following flavor discovered: 'rally_verify_c445dfaf_IkghRtTX'. Using flavor 'rally_verify_c445dfaf_IkghRtTX' (ID = 91e8085e-431e-47ee-9702-9ffd10d5551f) for the tests. 2021-08-17 10:24:18.125 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '91e8085e-431e-47ee-9702-9ffd10d5551f' to option 'instance_type'. 2021-08-17 10:24:18.126 36 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = 91e8085e-431e-47ee-9702-9ffd10d5551f 2021-08-17 10:24:18.127 36 INFO rally.task.context [-] Verification e8a6f582-8528-4e7b-994f-5a7f12b4adab | Context tempest@default setup() finished in 1.02 sec 2021-08-17 10:24:18.128 36 INFO rally.task.context [-] Verification e8a6f582-8528-4e7b-994f-5a7f12b4adab | Context testr@default setup() finished in 0.55 msec 2021-08-17 10:24:18.129 36 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --serial --load-list /tmp/1954a2f9-9650-4146-8ee1-bf324fccc8b3'. 2021-08-17 10:24:23.609 36 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_volume_swap.TestMultiAttachVolumeSwap ... skip: b'Swapping volumes is not supported.' 2021-08-17 10:24:23.610 36 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_volume_swap.TestVolumeSwap ... skip: b'Swapping volumes is not supported.' 2021-08-17 10:27:45.203 36 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_device_tagging.TaggedBootDevicesTest.test_tagged_boot_devices ... success [195.407s] 2021-08-17 10:29:11.288 36 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_device_tagging.TaggedBootDevicesTest_v242.test_tagged_boot_devices ... success [72.426s] 2021-08-17 10:30:07.210 36 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_rebuild_server_with_volume_attached ... success [30.510s] 2021-08-17 10:30:18.362 36 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_personality.ServerPersonalityTestJSON ... skip: b'Nova personality feature disabled' 2021-08-17 10:30:18.365 36 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_rescue.ServerBootFromVolumeStableRescueTest ... skip: b'Stable rescue not available.' 2021-08-17 10:31:34.520 36 INFO opnfv-tempest [-] {0} tempest.api.compute.volumes.test_attach_volume.AttachVolumeShelveTestJSON.test_attach_volume_shelved_or_offload_server ... success [70.666s] 2021-08-17 10:32:44.211 36 INFO opnfv-tempest [-] {0} tempest.api.compute.volumes.test_attach_volume.AttachVolumeShelveTestJSON.test_detach_volume_shelved_or_offload_server ... success [69.669s] 2021-08-17 10:33:58.489 36 INFO opnfv-tempest [-] {0} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_attach_detach_volume ... success [61.459s] 2021-08-17 10:44:09.047 36 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_sync.ContainerSyncTest.test_container_synchronization ... skip [602.407s]: b"Marked as unstable and skipped because of bug: https://launchpad.net/bugs/1317133, failure was: !=:\nreference = {'tempest-TestSyncObject-61405249': {'bytes': 31,\n 'content_type': 'application/json',\n 'hash': 'd89ddbaa4925321f2807bf670154cea6',\n 'last_modified': '2021-08-17T10:34:06.638Z',\n 'name': 'tempest-TestSyncObject-61405249'}}\nactual = {'tempest-TestSyncObject-1331332069': {'bytes': 33,\n 'content_type': 'application/json',\n 'hash': '07f11680a7bf3052b101a2b2e302e6c0',\n 'last_modified': '2021-08-17T10:34:06.686Z',\n 'name': 'tempest-TestSyncObject-1331332069'}}\n: Different object lists in containers." 2021-08-17 10:44:16.109 36 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' 2021-08-17 10:44:30.638 36 INFO opnfv-tempest [-] {0} tempest.scenario.test_aggregates_basic_ops.TestAggregatesBasicOps.test_aggregate_basic_ops ... success [1.247s] 2021-08-17 10:44:38.633 36 INFO opnfv-tempest [-] {0} tempest.scenario.test_encrypted_cinder_volumes.TestEncryptedCinderVolumes ... skip: b'Encrypted volume attach is not supported' 2021-08-17 10:44:38.635 36 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-08-17 10:46:00.752 36 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_cold_migration ... fail [81.118s] 2021-08-17 10:47:50.278 36 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_cold_migration_revert ... success [109.491s] 2021-08-17 10:48:45.241 36 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_live_migration ... success [54.941s] 2021-08-17 10:49:29.562 36 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_pause_unpause ... success [44.300s] 2021-08-17 10:50:32.475 36 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_reboot ... success [62.888s] 2021-08-17 10:52:33.345 36 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_rebuild ... success [120.843s] 2021-08-17 10:53:48.828 36 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_resize ... success [75.458s] 2021-08-17 10:54:41.826 36 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_stop_start ... success [52.974s] 2021-08-17 10:55:24.792 36 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_suspend_resume ... success [42.950s] 2021-08-17 10:56:38.227 36 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_connectivity_between_vms_on_different_networks ... success [70.635s] 2021-08-17 10:57:11.343 36 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_mtu_sized_frames ... success [33.099s] 2021-08-17 10:58:20.134 36 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_port_security_macspoofing_port ... success [68.768s] 2021-08-17 10:58:58.335 36 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_preserve_preexisting_port ... success [38.185s] 2021-08-17 10:59:51.520 36 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_router_rescheduling ... success [53.161s] 2021-08-17 11:00:33.339 36 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_subnet_details ... success [41.802s] 2021-08-17 11:01:34.786 36 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_update_instance_port_admin_state ... success [61.423s] 2021-08-17 11:02:20.667 36 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_update_router_admin_state ... success [45.860s] 2021-08-17 11:04:18.541 36 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_v6.TestGettingAddress.test_dhcp6_stateless_from_os ... success [115.572s] 2021-08-17 11:06:48.606 36 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_v6.TestGettingAddress.test_dualnet_dhcp6_stateless_from_os ... success [150.046s] 2021-08-17 11:10:19.517 36 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_v6.TestGettingAddress.test_dualnet_multi_prefix_dhcpv6_stateless ... success [210.889s] 2021-08-17 11:11:38.131 36 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_v6.TestGettingAddress.test_dualnet_multi_prefix_slaac ... success [78.592s] 2021-08-17 11:14:17.204 36 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_v6.TestGettingAddress.test_dualnet_slaac_from_os ... success [159.052s] 2021-08-17 11:16:46.932 36 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_v6.TestGettingAddress.test_multi_prefix_dhcpv6_stateless ... success [149.708s] 2021-08-17 11:17:48.062 36 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_v6.TestGettingAddress.test_multi_prefix_slaac ... success [61.116s] 2021-08-17 11:19:15.526 36 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_v6.TestGettingAddress.test_slaac_from_os ... success [87.449s] 2021-08-17 11:19:18.318 36 INFO opnfv-tempest [-] {0} tempest.scenario.test_object_storage_basic_ops.TestObjectStorageBasicOps.test_swift_acl_anonymous_download ... success [0.298s] 2021-08-17 11:20:11.009 36 INFO opnfv-tempest [-] {0} tempest.scenario.test_security_groups_basic_ops.TestSecurityGroupsBasicOps.test_boot_into_disabled_port_security_network_without_secgroup ... success [49.878s] 2021-08-17 11:20:46.656 36 INFO opnfv-tempest [-] {0} tempest.scenario.test_security_groups_basic_ops.TestSecurityGroupsBasicOps.test_multiple_security_groups ... success [35.636s] 2021-08-17 11:21:36.185 36 INFO opnfv-tempest [-] {0} tempest.scenario.test_security_groups_basic_ops.TestSecurityGroupsBasicOps.test_port_security_disable_security_group ... success [49.508s] 2021-08-17 11:22:29.824 36 INFO opnfv-tempest [-] {0} tempest.scenario.test_security_groups_basic_ops.TestSecurityGroupsBasicOps.test_port_update_new_security_group ... success [53.634s] 2021-08-17 11:22:58.693 36 INFO opnfv-tempest [-] {0} tempest.scenario.test_server_advanced_ops.TestServerAdvancedOps.test_server_sequence_suspend_resume ... success [26.520s] 2021-08-17 11:24:00.664 36 INFO opnfv-tempest [-] {0} tempest.scenario.test_shelve_instance.TestShelveInstance.test_shelve_instance ... success [57.125s] 2021-08-17 11:24:39.490 36 INFO opnfv-tempest [-] {0} tempest.scenario.test_shelve_instance.TestShelveInstance.test_shelve_volume_backed_instance ... success [38.816s] 2021-08-17 11:26:07.449 36 INFO opnfv-tempest [-] {0} tempest.scenario.test_snapshot_pattern.TestSnapshotPattern.test_snapshot_pattern ... success [80.113s] 2021-08-17 11:27:36.267 36 INFO opnfv-tempest [-] {0} tempest.scenario.test_stamp_pattern.TestStampPattern.test_stamp_pattern ... success [80.881s] 2021-08-17 11:28:16.871 36 INFO opnfv-tempest [-] {0} tempest.scenario.test_volume_backup_restore.TestVolumeBackupRestore.test_volume_backup_restore ... success [32.865s] 2021-08-17 11:28:50.285 36 INFO opnfv-tempest [-] {0} tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_create_server_from_volume_snapshot ... success [21.724s] 2021-08-17 11:29:58.352 36 INFO opnfv-tempest [-] {0} tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_volume_boot_pattern ... success [68.049s] 2021-08-17 11:30:06.369 36 INFO opnfv-tempest [-] {0} tempest.scenario.test_volume_migrate_attached.TestVolumeMigrateRetypeAttached ... skip: b'Cinder multi-backend feature disabled' 2021-08-17 11:30:06.920 36 INFO rally.task.context [-] Verification e8a6f582-8528-4e7b-994f-5a7f12b4adab | Context testr@default cleanup() started 2021-08-17 11:30:06.921 36 INFO rally.task.context [-] Verification e8a6f582-8528-4e7b-994f-5a7f12b4adab | Context testr@default cleanup() finished in 0.88 msec 2021-08-17 11:30:06.922 36 INFO rally.task.context [-] Verification e8a6f582-8528-4e7b-994f-5a7f12b4adab | Context tempest@default cleanup() started 2021-08-17 11:30:07.131 36 INFO rally.task.context [-] Verification e8a6f582-8528-4e7b-994f-5a7f12b4adab | Context tempest@default cleanup() finished in 0.21 sec 2021-08-17 11:30:07.152 36 INFO rally.api [-] Verification (UUID=6fd05e39-b082-4200-8f1e-5a660b6ee035) has been successfully finished for deployment 'opnfv-rally' (UUID=65d2314a-2f86-49ce-813f-6a9b0e6c5eea)! 2021-08-17 11:30:09.332 1348 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-08-17 11:30:09.332 1348 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-08-17 11:30:09.332 1348 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-08-17 11:30:10.828 1350 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-08-17 11:30:10.829 1350 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-08-17 11:30:10.829 1350 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-08-17 11:30:13.659 1350 INFO rally.api [-] Building 'html' report for the following verification(s): '6fd05e39-b082-4200-8f1e-5a660b6ee035' 2021-08-17 11:30:13.679 1350 INFO rally.api [-] The report has been successfully built. 2021-08-17 11:30:15.206 1352 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-08-17 11:30:15.206 1352 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-08-17 11:30:15.207 1352 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-08-17 11:30:17.398 1352 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): '6fd05e39-b082-4200-8f1e-5a660b6ee035' 2021-08-17 11:30:17.402 1352 INFO rally.api [-] The report has been successfully built.