2021-01-31 00:08:01.206 23 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-01-31 00:08:01.207 23 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-01-31 00:08:01.207 23 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-01-31 00:08:04.291 23 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-01-31 00:08:04.291 23 ERROR rally.cli.cliutils Traceback (most recent call last): 2021-01-31 00:08:04.291 23 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2021-01-31 00:08:04.291 23 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2021-01-31 00:08:04.291 23 ERROR rally.cli.cliutils File "", line 2, in destroy 2021-01-31 00:08:04.291 23 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2021-01-31 00:08:04.291 23 ERROR rally.cli.cliutils return f(*args, **kwargs) 2021-01-31 00:08:04.291 23 ERROR rally.cli.cliutils File "", line 2, in destroy 2021-01-31 00:08:04.291 23 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2021-01-31 00:08:04.291 23 ERROR rally.cli.cliutils return f(*args, **kwargs) 2021-01-31 00:08:04.291 23 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2021-01-31 00:08:04.291 23 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2021-01-31 00:08:04.291 23 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2021-01-31 00:08:04.291 23 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2021-01-31 00:08:04.291 23 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2021-01-31 00:08:04.291 23 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2021-01-31 00:08:04.291 23 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2021-01-31 00:08:04.291 23 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2021-01-31 00:08:04.291 23 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2021-01-31 00:08:04.291 23 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2021-01-31 00:08:04.291 23 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2021-01-31 00:08:04.291 23 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2021-01-31 00:08:04.291 23 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2021-01-31 00:08:04.291 23 ERROR rally.cli.cliutils 2021-01-31 00:08:06.334 25 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-01-31 00:08:06.335 25 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-01-31 00:08:06.335 25 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-01-31 00:08:11.311 27 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-01-31 00:08:11.311 27 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-01-31 00:08:11.311 27 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-01-31 00:08:17.876 30 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-01-31 00:08:17.876 30 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-01-31 00:08:17.877 30 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-01-31 00:08:20.054 33 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-01-31 00:08:20.054 33 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-01-31 00:08:20.055 33 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-01-31 00:08:22.838 33 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-01-31 00:08:22.838 33 ERROR rally.cli.cliutils Traceback (most recent call last): 2021-01-31 00:08:22.838 33 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2021-01-31 00:08:22.838 33 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2021-01-31 00:08:22.838 33 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2021-01-31 00:08:22.838 33 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2021-01-31 00:08:22.838 33 ERROR rally.cli.cliutils return f(*args, **kwargs) 2021-01-31 00:08:22.838 33 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2021-01-31 00:08:22.838 33 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2021-01-31 00:08:22.838 33 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2021-01-31 00:08:22.838 33 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2021-01-31 00:08:22.838 33 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2021-01-31 00:08:22.838 33 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2021-01-31 00:08:22.838 33 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2021-01-31 00:08:22.838 33 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2021-01-31 00:08:22.838 33 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2021-01-31 00:08:22.838 33 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2021-01-31 00:08:22.838 33 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2021-01-31 00:08:22.838 33 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2021-01-31 00:08:22.838 33 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2021-01-31 00:08:22.838 33 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2021-01-31 00:08:22.838 33 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2021-01-31 00:08:22.838 33 ERROR rally.cli.cliutils 2021-01-31 00:08:24.912 35 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-01-31 00:08:24.913 35 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-01-31 00:08:24.913 35 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-01-31 00:08:27.645 35 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2021-01-31 00:08:27.701 35 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-be8cfd53-b36d-4bdb-b119-eb90d2d1c854/repo. 2021-01-31 00:08:27.994 35 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-be8cfd53-b36d-4bdb-b119-eb90d2d1c854/repo'... done. Note: switching to '04839aad0bc78c3acf54a5e9c6b27fc66368c7c9'. 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-01-31 00:08:28.039 35 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'tags/24.0.0-208-g04839aad0 ' 2021-01-31 00:08:28.049 35 RALLYDEBUG rally.verification.utils [-] Subprocess output: '04839aad0bc78c3acf54a5e9c6b27fc66368c7c9 ' 2021-01-31 00:08:28.071 35 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2021-01-31 00:08:28.160 35 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2021-01-31 00:08:29.141 35 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=be8cfd53-b36d-4bdb-b119-eb90d2d1c854) has been successfully created! 2021-01-31 00:08:31.412 43 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-01-31 00:08:31.412 43 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-01-31 00:08:31.413 43 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-01-31 00:08:37.125 46 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-01-31 00:08:37.125 46 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-01-31 00:08:37.126 46 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-01-31 00:08:39.989 46 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=be8cfd53-b36d-4bdb-b119-eb90d2d1c854) for deployment 'opnfv-rally' (UUID=145d575f-1383-4ede-b257-95ea425f97dd). 2021-01-31 00:08:40.839 46 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=be8cfd53-b36d-4bdb-b119-eb90d2d1c854) has been successfully configured for deployment 'opnfv-rally' (UUID=145d575f-1383-4ede-b257-95ea425f97dd)! 2021-01-31 00:08:51.130 51 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-01-31 00:08:51.131 51 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-01-31 00:08:51.132 51 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-01-31 00:08:53.962 51 INFO rally.api [-] Starting verification (UUID=e6df2eab-6df8-48b9-840e-57f5ff881daa) for deployment 'opnfv-rally' (UUID=145d575f-1383-4ede-b257-95ea425f97dd) by verifier 'opnfv-tempest' (UUID=be8cfd53-b36d-4bdb-b119-eb90d2d1c854). 2021-01-31 00:08:54.931 51 RALLYDEBUG rally_openstack.verification.tempest.context [-] Creating role 'ResellerAdmin'. 2021-01-31 00:08:54.998 51 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2021-01-31 00:08:54.998 51 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-be8cfd53-b36d-4bdb-b119-eb90d2d1c854/for-deployment-145d575f-1383-4ede-b257-95ea425f97dd/tempest.log' to option 'log_file'. 2021-01-31 00:08:54.999 51 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-be8cfd53-b36d-4bdb-b119-eb90d2d1c854/for-deployment-145d575f-1383-4ede-b257-95ea425f97dd/tempest.log 2021-01-31 00:08:55.000 51 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2021-01-31 00:08:55.000 51 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-be8cfd53-b36d-4bdb-b119-eb90d2d1c854/for-deployment-145d575f-1383-4ede-b257-95ea425f97dd/lock_files' to option 'lock_path'. 2021-01-31 00:08:55.001 51 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-be8cfd53-b36d-4bdb-b119-eb90d2d1c854/for-deployment-145d575f-1383-4ede-b257-95ea425f97dd/lock_files 2021-01-31 00:08:55.001 51 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is already configured in Tempest config file. img_dir = /home/opnfv/functest/images 2021-01-31 00:08:55.002 51 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-01-31 00:08:55.002 51 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = fd35cbdf-dfe3-4e32-88c1-ece2ef322a2a 2021-01-31 00:08:55.003 51 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = a3437be7-395d-48c9-b9a2-957441d7d70e 2021-01-31 00:08:55.003 51 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = 881763e5-fe2d-45af-aaa5-265dd2f0290b 2021-01-31 00:08:55.004 51 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = e2f8ea08-fc58-42f5-92af-f9923d5c0eac 2021-01-31 00:08:55.243 51 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2021-01-31 00:08:55.244 51 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = tempest_slow-net_31e40cda-4c2d-4bfe-9e37-828a6b0915a3 2021-01-31 00:08:55.245 51 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2021-01-31 00:08:55.370 51 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2021-01-31 00:08:55.410 51 RALLYDEBUG rally_openstack.verification.tempest.context [-] There is no flavor with the mentioned properties. 2021-01-31 00:08:55.410 51 RALLYDEBUG rally_openstack.verification.tempest.context [-] Creating flavor 'rally_verify_e6df2eab_VL1NFZxH' with the following properties: RAM = 64MB, VCPUs = 1, disk = 5GB. 2021-01-31 00:08:55.454 51 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_e6df2eab_VL1NFZxH' (ID = f0c3e130-23fd-490d-9a4e-b21b168eadb0) has been successfully created! 2021-01-31 00:08:55.455 51 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value 'f0c3e130-23fd-490d-9a4e-b21b168eadb0' to option 'instance_type'. 2021-01-31 00:08:55.455 51 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = f0c3e130-23fd-490d-9a4e-b21b168eadb0 2021-01-31 00:08:55.457 51 INFO rally.task.context [-] Verification be8cfd53-b36d-4bdb-b119-eb90d2d1c854 | Context tempest@default setup() finished in 0.94 sec 2021-01-31 00:08:55.458 51 INFO rally.task.context [-] Verification be8cfd53-b36d-4bdb-b119-eb90d2d1c854 | Context testr@default setup() finished in 0.50 msec 2021-01-31 00:08:55.458 51 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --serial --load-list /tmp/bd035ed2-146a-4bba-880e-e4c8e34d88f2'. 2021-01-31 00:09:01.051 51 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_volume_swap.TestMultiAttachVolumeSwap ... skip: b'Swapping volumes is not supported.' 2021-01-31 00:09:01.053 51 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_volume_swap.TestVolumeSwap ... skip: b'Swapping volumes is not supported.' 2021-01-31 00:10:23.829 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_device_tagging.TaggedBootDevicesTest.test_tagged_boot_devices ... success [74.458s] 2021-01-31 00:11:55.850 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_device_tagging.TaggedBootDevicesTest_v242.test_tagged_boot_devices ... success [72.692s] 2021-01-31 00:12:58.406 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_rebuild_server_with_volume_attached ... success [30.873s] 2021-01-31 00:13:11.649 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_personality.ServerPersonalityTestJSON ... skip: b'Nova personality feature disabled' 2021-01-31 00:13:11.655 51 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_rescue.ServerBootFromVolumeStableRescueTest ... skip: b'Stable rescue not available.' 2021-01-31 00:14:39.586 51 INFO opnfv-tempest [-] {0} tempest.api.compute.volumes.test_attach_volume.AttachVolumeShelveTestJSON.test_attach_volume_shelved_or_offload_server ... success [79.996s] 2021-01-31 00:15:58.234 51 INFO opnfv-tempest [-] {0} tempest.api.compute.volumes.test_attach_volume.AttachVolumeShelveTestJSON.test_detach_volume_shelved_or_offload_server ... success [78.610s] 2021-01-31 00:17:07.731 51 INFO opnfv-tempest [-] {0} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_attach_detach_volume ... success [51.525s] 2021-01-31 00:17:16.026 51 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_sync.ContainerSyncTest ... skip: b'ContainerSyncTest skipped as swift is not available' 2021-01-31 00:17:16.032 51 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_sync_middleware.ContainerSyncMiddlewareTest ... skip: b'ContainerSyncMiddlewareTest skipped as swift is not available' 2021-01-31 00:17:31.857 51 INFO opnfv-tempest [-] {0} tempest.scenario.test_aggregates_basic_ops.TestAggregatesBasicOps.test_aggregate_basic_ops ... success [1.240s] 2021-01-31 00:17:46.817 51 INFO opnfv-tempest [-] {0} tempest.scenario.test_encrypted_cinder_volumes.TestEncryptedCinderVolumes ... skip: b'Encrypted volume attach is not supported' 2021-01-31 00:17:46.821 51 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-01-31 00:18:46.388 51 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_cold_migration ... success [56.063s] 2021-01-31 00:19:45.812 51 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_cold_migration_revert ... success [59.387s] 2021-01-31 00:20:32.598 51 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_live_migration ... success [46.755s] 2021-01-31 00:21:12.760 51 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_pause_unpause ... success [40.138s] 2021-01-31 00:21:56.861 51 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_reboot ... success [44.078s] 2021-01-31 00:22:44.268 51 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_rebuild ... success [47.386s] 2021-01-31 00:23:37.635 51 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_resize ... success [53.342s] 2021-01-31 00:24:28.334 51 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_stop_start ... success [50.668s] 2021-01-31 00:25:06.429 51 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_suspend_resume ... success [38.072s] 2021-01-31 00:26:17.860 51 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_connectivity_between_vms_on_different_networks ... success [66.111s] 2021-01-31 00:28:51.474 51 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_mtu_sized_frames ... fail [153.581s] 2021-01-31 00:30:00.291 51 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_port_security_macspoofing_port ... success [68.781s] 2021-01-31 00:30:53.649 51 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_preserve_preexisting_port ... success [53.336s] 2021-01-31 00:31:41.995 51 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_router_rescheduling ... success [48.316s] 2021-01-31 00:32:19.237 51 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_subnet_details ... success [37.221s] 2021-01-31 00:33:20.820 51 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_update_instance_port_admin_state ... success [61.531s] 2021-01-31 00:34:06.054 51 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_update_router_admin_state ... success [45.208s] 2021-01-31 00:35:18.401 51 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_v6.TestGettingAddress.test_dhcp6_stateless_from_os ... success [66.971s] 2021-01-31 00:36:40.546 51 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_v6.TestGettingAddress.test_dualnet_dhcp6_stateless_from_os ... success [82.138s] 2021-01-31 00:38:12.615 51 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_v6.TestGettingAddress.test_dualnet_multi_prefix_dhcpv6_stateless ... success [92.045s] 2021-01-31 00:39:40.375 51 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_v6.TestGettingAddress.test_dualnet_multi_prefix_slaac ... success [87.744s] 2021-01-31 00:40:58.278 51 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_v6.TestGettingAddress.test_dualnet_slaac_from_os ... success [77.880s] 2021-01-31 00:42:11.414 51 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_v6.TestGettingAddress.test_multi_prefix_dhcpv6_stateless ... success [73.107s] 2021-01-31 00:43:25.772 51 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_v6.TestGettingAddress.test_multi_prefix_slaac ... success [74.336s] 2021-01-31 00:44:29.299 51 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_v6.TestGettingAddress.test_slaac_from_os ... success [63.513s] 2021-01-31 00:44:31.339 51 INFO opnfv-tempest [-] {0} tempest.scenario.test_object_storage_basic_ops.TestObjectStorageBasicOps ... skip: b'TestObjectStorageBasicOps skipped as swift is not available' 2021-01-31 00:45:36.074 51 INFO opnfv-tempest [-] {0} tempest.scenario.test_security_groups_basic_ops.TestSecurityGroupsBasicOps.test_boot_into_disabled_port_security_network_without_secgroup ... success [59.989s] 2021-01-31 00:46:14.654 51 INFO opnfv-tempest [-] {0} tempest.scenario.test_security_groups_basic_ops.TestSecurityGroupsBasicOps.test_multiple_security_groups ... success [38.571s] 2021-01-31 00:47:01.816 51 INFO opnfv-tempest [-] {0} tempest.scenario.test_security_groups_basic_ops.TestSecurityGroupsBasicOps.test_port_security_disable_security_group ... fail [47.132s] 2021-01-31 00:47:54.754 51 INFO opnfv-tempest [-] {0} tempest.scenario.test_security_groups_basic_ops.TestSecurityGroupsBasicOps.test_port_update_new_security_group ... success [52.911s] 2021-01-31 00:48:22.758 51 INFO opnfv-tempest [-] {0} tempest.scenario.test_server_advanced_ops.TestServerAdvancedOps.test_server_sequence_suspend_resume ... success [23.301s] 2021-01-31 00:49:48.122 51 INFO opnfv-tempest [-] {0} tempest.scenario.test_shelve_instance.TestShelveInstance.test_shelve_instance ... success [75.835s] 2021-01-31 00:50:33.965 51 INFO opnfv-tempest [-] {0} tempest.scenario.test_shelve_instance.TestShelveInstance.test_shelve_volume_backed_instance ... success [45.825s] 2021-01-31 00:52:42.103 51 INFO opnfv-tempest [-] {0} tempest.scenario.test_snapshot_pattern.TestSnapshotPattern.test_snapshot_pattern ... success [113.018s] 2021-01-31 00:54:35.084 51 INFO opnfv-tempest [-] {0} tempest.scenario.test_stamp_pattern.TestStampPattern.test_stamp_pattern ... success [97.736s] 2021-01-31 00:55:28.047 51 INFO opnfv-tempest [-] {0} tempest.scenario.test_volume_backup_restore.TestVolumeBackupRestore.test_volume_backup_restore ... success [37.901s] 2021-01-31 00:56:16.027 51 INFO opnfv-tempest [-] {0} tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_create_server_from_volume_snapshot ... success [26.536s] 2021-01-31 00:57:35.971 51 INFO opnfv-tempest [-] {0} tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_volume_boot_pattern ... success [79.914s] 2021-01-31 00:57:49.840 51 INFO opnfv-tempest [-] {0} tempest.scenario.test_volume_migrate_attached.TestVolumeMigrateRetypeAttached ... skip: b'Cinder multi-backend feature disabled' 2021-01-31 00:57:50.475 51 INFO rally.task.context [-] Verification be8cfd53-b36d-4bdb-b119-eb90d2d1c854 | Context testr@default cleanup() started 2021-01-31 00:57:50.476 51 INFO rally.task.context [-] Verification be8cfd53-b36d-4bdb-b119-eb90d2d1c854 | Context testr@default cleanup() finished in 0.59 msec 2021-01-31 00:57:50.476 51 INFO rally.task.context [-] Verification be8cfd53-b36d-4bdb-b119-eb90d2d1c854 | Context tempest@default cleanup() started 2021-01-31 00:57:51.009 51 RALLYDEBUG rally_openstack.verification.tempest.context [-] Deleting role 'ResellerAdmin'. 2021-01-31 00:57:51.117 51 RALLYDEBUG rally_openstack.verification.tempest.context [-] Role 'ResellerAdmin' has been deleted. 2021-01-31 00:57:51.145 51 RALLYDEBUG rally_openstack.verification.tempest.context [-] Deleting flavor 'rally_verify_e6df2eab_VL1NFZxH'. 2021-01-31 00:57:51.410 51 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_e6df2eab_VL1NFZxH' has been deleted. 2021-01-31 00:57:51.412 51 RALLYDEBUG rally_openstack.verification.tempest.context [-] Removing value 'f0c3e130-23fd-490d-9a4e-b21b168eadb0' of option 'instance_type' from Tempest config file. 2021-01-31 00:57:51.412 51 RALLYDEBUG rally_openstack.verification.tempest.context [-] Value 'f0c3e130-23fd-490d-9a4e-b21b168eadb0' has been removed. 2021-01-31 00:57:51.414 51 INFO rally.task.context [-] Verification be8cfd53-b36d-4bdb-b119-eb90d2d1c854 | Context tempest@default cleanup() finished in 0.94 sec 2021-01-31 00:57:51.442 51 INFO rally.api [-] Verification (UUID=e6df2eab-6df8-48b9-840e-57f5ff881daa) has been successfully finished for deployment 'opnfv-rally' (UUID=145d575f-1383-4ede-b257-95ea425f97dd)! 2021-01-31 00:57:53.857 782 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-01-31 00:57:53.857 782 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-01-31 00:57:53.857 782 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-01-31 00:57:55.641 784 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-01-31 00:57:55.641 784 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-01-31 00:57:55.642 784 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-01-31 00:57:58.353 784 INFO rally.api [-] Building 'html' report for the following verification(s): 'e6df2eab-6df8-48b9-840e-57f5ff881daa' 2021-01-31 00:57:58.373 784 INFO rally.api [-] The report has been successfully built. 2021-01-31 00:58:00.241 786 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-01-31 00:58:00.241 786 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-01-31 00:58:00.241 786 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-01-31 00:58:02.935 786 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): 'e6df2eab-6df8-48b9-840e-57f5ff881daa' 2021-01-31 00:58:02.940 786 INFO rally.api [-] The report has been successfully built.