2021-03-06 00:58:50.724 24 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-03-06 00:58:50.725 24 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-03-06 00:58:50.725 24 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-03-06 00:58:53.483 24 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-03-06 00:58:53.483 24 ERROR rally.cli.cliutils Traceback (most recent call last): 2021-03-06 00:58:53.483 24 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2021-03-06 00:58:53.483 24 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2021-03-06 00:58:53.483 24 ERROR rally.cli.cliutils File "", line 2, in destroy 2021-03-06 00:58:53.483 24 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2021-03-06 00:58:53.483 24 ERROR rally.cli.cliutils return f(*args, **kwargs) 2021-03-06 00:58:53.483 24 ERROR rally.cli.cliutils File "", line 2, in destroy 2021-03-06 00:58:53.483 24 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2021-03-06 00:58:53.483 24 ERROR rally.cli.cliutils return f(*args, **kwargs) 2021-03-06 00:58:53.483 24 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2021-03-06 00:58:53.483 24 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2021-03-06 00:58:53.483 24 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2021-03-06 00:58:53.483 24 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2021-03-06 00:58:53.483 24 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2021-03-06 00:58:53.483 24 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2021-03-06 00:58:53.483 24 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2021-03-06 00:58:53.483 24 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2021-03-06 00:58:53.483 24 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2021-03-06 00:58:53.483 24 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2021-03-06 00:58:53.483 24 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2021-03-06 00:58:53.483 24 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2021-03-06 00:58:53.483 24 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2021-03-06 00:58:53.483 24 ERROR rally.cli.cliutils 2021-03-06 00:58:55.344 26 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-03-06 00:58:55.345 26 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-03-06 00:58:55.345 26 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-03-06 00:59:00.285 28 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-03-06 00:59:00.286 28 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-03-06 00:59:00.286 28 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-03-06 00:59:07.072 31 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-03-06 00:59:07.072 31 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-03-06 00:59:07.073 31 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-03-06 00:59:08.865 34 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-03-06 00:59:08.865 34 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-03-06 00:59:08.866 34 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-03-06 00:59:11.627 34 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-03-06 00:59:11.627 34 ERROR rally.cli.cliutils Traceback (most recent call last): 2021-03-06 00:59:11.627 34 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2021-03-06 00:59:11.627 34 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2021-03-06 00:59:11.627 34 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2021-03-06 00:59:11.627 34 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2021-03-06 00:59:11.627 34 ERROR rally.cli.cliutils return f(*args, **kwargs) 2021-03-06 00:59:11.627 34 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2021-03-06 00:59:11.627 34 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2021-03-06 00:59:11.627 34 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2021-03-06 00:59:11.627 34 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2021-03-06 00:59:11.627 34 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2021-03-06 00:59:11.627 34 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2021-03-06 00:59:11.627 34 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2021-03-06 00:59:11.627 34 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2021-03-06 00:59:11.627 34 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2021-03-06 00:59:11.627 34 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2021-03-06 00:59:11.627 34 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2021-03-06 00:59:11.627 34 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2021-03-06 00:59:11.627 34 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2021-03-06 00:59:11.627 34 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2021-03-06 00:59:11.627 34 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2021-03-06 00:59:11.627 34 ERROR rally.cli.cliutils 2021-03-06 00:59:13.558 36 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-03-06 00:59:13.559 36 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-03-06 00:59:13.559 36 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-03-06 00:59:16.273 36 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2021-03-06 00:59:16.328 36 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-b319be44-d569-4ff1-b572-5cbedef9d95f/repo. 2021-03-06 00:59:16.636 36 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-b319be44-d569-4ff1-b572-5cbedef9d95f/repo'... done. Note: switching to 'f98ccea1465b7e25a706ffdefe89126d8c8674e4'. 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-03-06 00:59:16.682 36 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'tags/24.0.0-208-gf98ccea14 ' 2021-03-06 00:59:16.691 36 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'f98ccea1465b7e25a706ffdefe89126d8c8674e4 ' 2021-03-06 00:59:16.712 36 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2021-03-06 00:59:16.783 36 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2021-03-06 00:59:17.710 36 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=b319be44-d569-4ff1-b572-5cbedef9d95f) has been successfully created! 2021-03-06 00:59:20.052 44 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-03-06 00:59:20.052 44 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-03-06 00:59:20.052 44 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-03-06 00:59:26.564 47 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-03-06 00:59:26.565 47 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-03-06 00:59:26.565 47 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-03-06 00:59:29.243 47 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=b319be44-d569-4ff1-b572-5cbedef9d95f) for deployment 'opnfv-rally' (UUID=0c4abc16-1b19-4d1e-9fc2-e6a0ded07127). 2021-03-06 00:59:30.201 47 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=b319be44-d569-4ff1-b572-5cbedef9d95f) has been successfully configured for deployment 'opnfv-rally' (UUID=0c4abc16-1b19-4d1e-9fc2-e6a0ded07127)! 2021-03-06 00:59:40.705 52 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-03-06 00:59:40.705 52 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-03-06 00:59:40.705 52 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-03-06 00:59:43.504 52 INFO rally.api [-] Starting verification (UUID=4d089ee5-6c9c-4aec-a3f3-34fda7d8d102) for deployment 'opnfv-rally' (UUID=0c4abc16-1b19-4d1e-9fc2-e6a0ded07127) by verifier 'opnfv-tempest' (UUID=b319be44-d569-4ff1-b572-5cbedef9d95f). 2021-03-06 00:59:44.467 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Creating role 'ResellerAdmin'. 2021-03-06 00:59:44.549 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2021-03-06 00:59:44.550 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-b319be44-d569-4ff1-b572-5cbedef9d95f/for-deployment-0c4abc16-1b19-4d1e-9fc2-e6a0ded07127/tempest.log' to option 'log_file'. 2021-03-06 00:59:44.550 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-b319be44-d569-4ff1-b572-5cbedef9d95f/for-deployment-0c4abc16-1b19-4d1e-9fc2-e6a0ded07127/tempest.log 2021-03-06 00:59:44.551 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2021-03-06 00:59:44.551 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-b319be44-d569-4ff1-b572-5cbedef9d95f/for-deployment-0c4abc16-1b19-4d1e-9fc2-e6a0ded07127/lock_files' to option 'lock_path'. 2021-03-06 00:59:44.552 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-b319be44-d569-4ff1-b572-5cbedef9d95f/for-deployment-0c4abc16-1b19-4d1e-9fc2-e6a0ded07127/lock_files 2021-03-06 00:59:44.552 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is already configured in Tempest config file. img_dir = /home/opnfv/functest/images 2021-03-06 00:59:44.553 52 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-03-06 00:59:44.553 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = 9d60eab7-437a-4da4-b902-d58759b96269 2021-03-06 00:59:44.553 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = 119cce24-a854-4247-afb3-c1ccccaaa3a2 2021-03-06 00:59:44.554 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = 45b47055-5eb0-428a-998e-aeaac052338e 2021-03-06 00:59:44.555 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = a32ca7ff-b63f-438b-b4fc-180106e3b592 2021-03-06 00:59:44.889 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2021-03-06 00:59:44.890 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = tempest_slow-net_2a49b8f3-dd8a-4e73-a18a-8f4040f78178 2021-03-06 00:59:44.890 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2021-03-06 00:59:44.983 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2021-03-06 00:59:45.030 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] There is no flavor with the mentioned properties. 2021-03-06 00:59:45.031 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Creating flavor 'rally_verify_4d089ee5_8av1S0it' with the following properties: RAM = 64MB, VCPUs = 1, disk = 5GB. 2021-03-06 00:59:45.094 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_4d089ee5_8av1S0it' (ID = 17403a18-1b00-4a80-8ea4-68a7cf2550bd) has been successfully created! 2021-03-06 00:59:45.094 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '17403a18-1b00-4a80-8ea4-68a7cf2550bd' to option 'instance_type'. 2021-03-06 00:59:45.095 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = 17403a18-1b00-4a80-8ea4-68a7cf2550bd 2021-03-06 00:59:45.097 52 INFO rally.task.context [-] Verification b319be44-d569-4ff1-b572-5cbedef9d95f | Context tempest@default setup() finished in 1.03 sec 2021-03-06 00:59:45.098 52 INFO rally.task.context [-] Verification b319be44-d569-4ff1-b572-5cbedef9d95f | Context testr@default setup() finished in 0.56 msec 2021-03-06 00:59:45.098 52 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --serial --load-list /tmp/0beafeb1-f6c9-47d6-8a62-85236a1b189f'. 2021-03-06 00:59:50.624 52 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_volume_swap.TestMultiAttachVolumeSwap ... skip: b'Swapping volumes is not supported.' 2021-03-06 00:59:50.625 52 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_volume_swap.TestVolumeSwap ... skip: b'Swapping volumes is not supported.' 2021-03-06 01:01:30.644 52 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_device_tagging.TaggedBootDevicesTest.test_tagged_boot_devices ... success [90.056s] 2021-03-06 01:03:19.204 52 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_device_tagging.TaggedBootDevicesTest_v242.test_tagged_boot_devices ... success [86.046s] 2021-03-06 01:04:52.952 52 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_rebuild_server_with_volume_attached ... success [54.451s] 2021-03-06 01:05:09.818 52 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_personality.ServerPersonalityTestJSON ... skip: b'Nova personality feature disabled' 2021-03-06 01:05:09.823 52 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_rescue.ServerBootFromVolumeStableRescueTest ... skip: b'Stable rescue not available.' 2021-03-06 01:06:58.060 52 INFO opnfv-tempest [-] {0} tempest.api.compute.volumes.test_attach_volume.AttachVolumeShelveTestJSON.test_attach_volume_shelved_or_offload_server ... success [98.978s] 2021-03-06 01:08:42.648 52 INFO opnfv-tempest [-] {0} tempest.api.compute.volumes.test_attach_volume.AttachVolumeShelveTestJSON.test_detach_volume_shelved_or_offload_server ... success [104.551s] 2021-03-06 01:11:04.941 52 INFO opnfv-tempest [-] {0} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_attach_detach_volume ... success [121.212s] 2021-03-06 01:11:15.774 52 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_sync.ContainerSyncTest ... skip: b'ContainerSyncTest skipped as swift is not available' 2021-03-06 01:11:15.777 52 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_sync_middleware.ContainerSyncMiddlewareTest ... skip: b'ContainerSyncMiddlewareTest skipped as swift is not available' 2021-03-06 01:11:36.955 52 INFO opnfv-tempest [-] {0} tempest.scenario.test_aggregates_basic_ops.TestAggregatesBasicOps.test_aggregate_basic_ops ... success [1.838s] 2021-03-06 01:11:54.769 52 INFO opnfv-tempest [-] {0} tempest.scenario.test_encrypted_cinder_volumes.TestEncryptedCinderVolumes ... skip: b'Encrypted volume attach is not supported' 2021-03-06 01:11:54.775 52 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-03-06 01:13:05.777 52 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_cold_migration ... success [67.322s] 2021-03-06 01:14:21.226 52 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_cold_migration_revert ... success [75.402s] 2021-03-06 01:15:15.218 52 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_live_migration ... success [53.974s] 2021-03-06 01:16:02.352 52 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_pause_unpause ... success [47.108s] 2021-03-06 01:16:57.344 52 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_reboot ... success [54.967s] 2021-03-06 01:17:56.332 52 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_rebuild ... success [58.956s] 2021-03-06 01:18:57.087 52 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_resize ... success [60.733s] 2021-03-06 01:19:53.812 52 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_stop_start ... success [56.696s] 2021-03-06 01:20:41.493 52 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_suspend_resume ... success [47.642s] 2021-03-06 01:22:09.306 52 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_connectivity_between_vms_on_different_networks ... success [82.130s] 2021-03-06 01:24:55.433 52 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_mtu_sized_frames ... fail [166.093s] 2021-03-06 01:26:50.644 52 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_port_security_macspoofing_port ... success [115.176s] 2021-03-06 01:27:53.458 52 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_preserve_preexisting_port ... success [62.794s] 2021-03-06 01:28:53.441 52 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_router_rescheduling ... success [59.952s] 2021-03-06 01:29:42.766 52 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_subnet_details ... success [49.308s] 2021-03-06 01:30:58.489 52 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_update_instance_port_admin_state ... success [75.690s] 2021-03-06 01:31:52.207 52 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_update_router_admin_state ... success [53.680s] 2021-03-06 01:33:15.443 52 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_v6.TestGettingAddress.test_dhcp6_stateless_from_os ... success [77.419s] 2021-03-06 01:34:51.790 52 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_v6.TestGettingAddress.test_dualnet_dhcp6_stateless_from_os ... success [96.321s] 2021-03-06 01:36:41.301 52 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_v6.TestGettingAddress.test_dualnet_multi_prefix_dhcpv6_stateless ... success [109.476s] 2021-03-06 01:38:33.828 52 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_v6.TestGettingAddress.test_dualnet_multi_prefix_slaac ... success [112.495s] 2021-03-06 01:40:14.905 52 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_v6.TestGettingAddress.test_dualnet_slaac_from_os ... success [101.042s] 2021-03-06 01:41:47.866 52 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_v6.TestGettingAddress.test_multi_prefix_dhcpv6_stateless ... success [92.943s] 2021-03-06 01:43:21.188 52 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_v6.TestGettingAddress.test_multi_prefix_slaac ... success [93.297s] 2021-03-06 01:44:37.369 52 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_v6.TestGettingAddress.test_slaac_from_os ... success [76.160s] 2021-03-06 01:44:39.512 52 INFO opnfv-tempest [-] {0} tempest.scenario.test_object_storage_basic_ops.TestObjectStorageBasicOps ... skip: b'TestObjectStorageBasicOps skipped as swift is not available' 2021-03-06 01:45:57.383 52 INFO opnfv-tempest [-] {0} tempest.scenario.test_security_groups_basic_ops.TestSecurityGroupsBasicOps.test_boot_into_disabled_port_security_network_without_secgroup ... success [72.855s] 2021-03-06 01:46:43.779 52 INFO opnfv-tempest [-] {0} tempest.scenario.test_security_groups_basic_ops.TestSecurityGroupsBasicOps.test_multiple_security_groups ... success [46.385s] 2021-03-06 01:47:47.262 52 INFO opnfv-tempest [-] {0} tempest.scenario.test_security_groups_basic_ops.TestSecurityGroupsBasicOps.test_port_security_disable_security_group ... success [63.460s] 2021-03-06 01:48:52.288 52 INFO opnfv-tempest [-] {0} tempest.scenario.test_security_groups_basic_ops.TestSecurityGroupsBasicOps.test_port_update_new_security_group ... success [64.992s] 2021-03-06 01:49:27.750 52 INFO opnfv-tempest [-] {0} tempest.scenario.test_server_advanced_ops.TestServerAdvancedOps.test_server_sequence_suspend_resume ... success [30.379s] 2021-03-06 01:51:14.341 52 INFO opnfv-tempest [-] {0} tempest.scenario.test_shelve_instance.TestShelveInstance.test_shelve_instance ... success [95.747s] 2021-03-06 01:52:08.648 52 INFO opnfv-tempest [-] {0} tempest.scenario.test_shelve_instance.TestShelveInstance.test_shelve_volume_backed_instance ... success [54.301s] 2021-03-06 01:54:41.501 52 INFO opnfv-tempest [-] {0} tempest.scenario.test_snapshot_pattern.TestSnapshotPattern.test_snapshot_pattern ... success [133.880s] 2021-03-06 01:57:06.065 52 INFO opnfv-tempest [-] {0} tempest.scenario.test_stamp_pattern.TestStampPattern.test_stamp_pattern ... success [125.723s] 2021-03-06 01:58:11.635 52 INFO opnfv-tempest [-] {0} tempest.scenario.test_volume_backup_restore.TestVolumeBackupRestore.test_volume_backup_restore ... success [47.220s] 2021-03-06 01:59:13.768 52 INFO opnfv-tempest [-] {0} tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_create_server_from_volume_snapshot ... success [35.312s] 2021-03-06 02:01:04.729 52 INFO opnfv-tempest [-] {0} tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_volume_boot_pattern ... success [110.912s] 2021-03-06 02:01:22.183 52 INFO opnfv-tempest [-] {0} tempest.scenario.test_volume_migrate_attached.TestVolumeMigrateRetypeAttached ... skip: b'Cinder multi-backend feature disabled' 2021-03-06 02:01:22.859 52 INFO rally.task.context [-] Verification b319be44-d569-4ff1-b572-5cbedef9d95f | Context testr@default cleanup() started 2021-03-06 02:01:22.860 52 INFO rally.task.context [-] Verification b319be44-d569-4ff1-b572-5cbedef9d95f | Context testr@default cleanup() finished in 0.93 msec 2021-03-06 02:01:22.860 52 INFO rally.task.context [-] Verification b319be44-d569-4ff1-b572-5cbedef9d95f | Context tempest@default cleanup() started 2021-03-06 02:01:23.453 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Deleting role 'ResellerAdmin'. 2021-03-06 02:01:23.573 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Role 'ResellerAdmin' has been deleted. 2021-03-06 02:01:23.611 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Deleting flavor 'rally_verify_4d089ee5_8av1S0it'. 2021-03-06 02:01:23.887 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_4d089ee5_8av1S0it' has been deleted. 2021-03-06 02:01:23.889 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Removing value '17403a18-1b00-4a80-8ea4-68a7cf2550bd' of option 'instance_type' from Tempest config file. 2021-03-06 02:01:23.889 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Value '17403a18-1b00-4a80-8ea4-68a7cf2550bd' has been removed. 2021-03-06 02:01:23.891 52 INFO rally.task.context [-] Verification b319be44-d569-4ff1-b572-5cbedef9d95f | Context tempest@default cleanup() finished in 1.03 sec 2021-03-06 02:01:23.922 52 INFO rally.api [-] Verification (UUID=4d089ee5-6c9c-4aec-a3f3-34fda7d8d102) has been successfully finished for deployment 'opnfv-rally' (UUID=0c4abc16-1b19-4d1e-9fc2-e6a0ded07127)! 2021-03-06 02:01:26.108 820 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-03-06 02:01:26.109 820 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-03-06 02:01:26.109 820 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-03-06 02:01:28.113 822 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-03-06 02:01:28.114 822 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-03-06 02:01:28.114 822 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-03-06 02:01:30.866 822 INFO rally.api [-] Building 'html' report for the following verification(s): '4d089ee5-6c9c-4aec-a3f3-34fda7d8d102' 2021-03-06 02:01:30.904 822 INFO rally.api [-] The report has been successfully built. 2021-03-06 02:01:32.895 824 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-03-06 02:01:32.895 824 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-03-06 02:01:32.895 824 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-03-06 02:01:35.742 824 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): '4d089ee5-6c9c-4aec-a3f3-34fda7d8d102' 2021-03-06 02:01:35.746 824 INFO rally.api [-] The report has been successfully built.