2020-07-02 16:44:29.704 6 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-02 16:44:29.704 6 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-02 16:44:29.704 6 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-02 16:44:32.632 6 ERROR rally.cli.cliutils [-] Unexpected exception in CLI: rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2020-07-02 16:44:32.632 6 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-07-02 16:44:32.632 6 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-07-02 16:44:32.632 6 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-07-02 16:44:32.632 6 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-07-02 16:44:32.632 6 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2020-07-02 16:44:32.632 6 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-07-02 16:44:32.632 6 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-07-02 16:44:32.632 6 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-07-02 16:44:32.632 6 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-07-02 16:44:32.632 6 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2020-07-02 16:44:32.632 6 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2020-07-02 16:44:32.632 6 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2020-07-02 16:44:32.632 6 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2020-07-02 16:44:32.632 6 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2020-07-02 16:44:32.632 6 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2020-07-02 16:44:32.632 6 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2020-07-02 16:44:32.632 6 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2020-07-02 16:44:32.632 6 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-07-02 16:44:32.632 6 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-07-02 16:44:32.632 6 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 519, in env_get 2020-07-02 16:44:32.632 6 ERROR rally.cli.cliutils criteria="uuid or name is %s" % uuid_or_name, table="envs") 2020-07-02 16:44:32.632 6 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2020-07-02 16:44:32.632 6 ERROR rally.cli.cliutils 2020-07-02 16:44:34.309 8 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-02 16:44:34.309 8 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-02 16:44:34.309 8 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-02 16:44:38.719 10 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-02 16:44:38.719 10 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-02 16:44:38.720 10 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-02 16:44:43.227 13 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-02 16:44:43.228 13 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-02 16:44:43.228 13 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-02 16:44:44.553 15 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-02 16:44:44.554 15 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-02 16:44:44.554 15 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-02 16:44:46.749 15 ERROR rally.cli.cliutils [-] Unexpected exception in CLI: rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2020-07-02 16:44:46.749 15 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-07-02 16:44:46.749 15 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-07-02 16:44:46.749 15 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-07-02 16:44:46.749 15 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2020-07-02 16:44:46.749 15 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-07-02 16:44:46.749 15 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-07-02 16:44:46.749 15 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 236, in delete_verifier 2020-07-02 16:44:46.749 15 ERROR rally.cli.cliutils force=force) 2020-07-02 16:44:46.749 15 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2020-07-02 16:44:46.749 15 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2020-07-02 16:44:46.749 15 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2020-07-02 16:44:46.749 15 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2020-07-02 16:44:46.749 15 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2020-07-02 16:44:46.749 15 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2020-07-02 16:44:46.749 15 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-07-02 16:44:46.749 15 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-07-02 16:44:46.749 15 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2020-07-02 16:44:46.749 15 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2020-07-02 16:44:46.749 15 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 677, in _verifier_get 2020-07-02 16:44:46.749 15 ERROR rally.cli.cliutils criteria="name or uuid is %s" % verifier_id, table="verifiers") 2020-07-02 16:44:46.749 15 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2020-07-02 16:44:46.749 15 ERROR rally.cli.cliutils 2020-07-02 16:44:48.429 17 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-02 16:44:48.429 17 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-02 16:44:48.429 17 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-02 16:44:50.438 17 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2020-07-02 16:44:50.506 17 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-672f295f-3d45-4f9c-85c0-53429b0ad3b3/repo. 2020-07-02 16:44:50.885 17 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-672f295f-3d45-4f9c-85c0-53429b0ad3b3/repo'... done. Note: checking out '23a45ae7f8da2fa1cfd31651ad9da6758fee4a90'. You are in 'detached HEAD' state. You can look around, make experimental changes and commit them, and you can discard any commits you make in this state without impacting any branches by performing another checkout. If you want to create a new branch to retain commits you create, you may do so (now or later) by using -b with the checkout command again. Example: git checkout -b ' 2020-07-02 16:44:50.898 17 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'tags/22.0.0-1-g23a45ae7f ' 2020-07-02 16:44:50.911 17 RALLYDEBUG rally.verification.utils [-] Subprocess output: '23a45ae7f8da2fa1cfd31651ad9da6758fee4a90 ' 2020-07-02 16:44:50.938 17 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2020-07-02 16:44:51.004 17 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2020-07-02 16:44:51.690 17 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=672f295f-3d45-4f9c-85c0-53429b0ad3b3) has been successfully created! 2020-07-02 16:44:53.311 25 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-02 16:44:53.312 25 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-02 16:44:53.312 25 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-02 16:44:57.866 28 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-02 16:44:57.866 28 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-02 16:44:57.866 28 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-02 16:44:59.978 28 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=672f295f-3d45-4f9c-85c0-53429b0ad3b3) for deployment 'opnfv-rally' (UUID=69d3ae3c-fa55-4c20-9bdd-4e7f9c2ad486). 2020-07-02 16:45:00.464 28 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=672f295f-3d45-4f9c-85c0-53429b0ad3b3) has been successfully configured for deployment 'opnfv-rally' (UUID=69d3ae3c-fa55-4c20-9bdd-4e7f9c2ad486)! 2020-07-02 16:45:09.842 32 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-02 16:45:09.842 32 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-02 16:45:09.843 32 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-02 16:45:12.113 32 INFO rally.api [-] Starting verification (UUID=7de7de77-d922-4009-95e7-f8d9ed586835) for deployment 'opnfv-rally' (UUID=69d3ae3c-fa55-4c20-9bdd-4e7f9c2ad486) by verifier 'opnfv-tempest' (UUID=672f295f-3d45-4f9c-85c0-53429b0ad3b3). 2020-07-02 16:45:13.000 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2020-07-02 16:45:13.001 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-672f295f-3d45-4f9c-85c0-53429b0ad3b3/for-deployment-69d3ae3c-fa55-4c20-9bdd-4e7f9c2ad486/tempest.log' to option 'log_file'. 2020-07-02 16:45:13.001 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-672f295f-3d45-4f9c-85c0-53429b0ad3b3/for-deployment-69d3ae3c-fa55-4c20-9bdd-4e7f9c2ad486/tempest.log 2020-07-02 16:45:13.002 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2020-07-02 16:45:13.002 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-672f295f-3d45-4f9c-85c0-53429b0ad3b3/for-deployment-69d3ae3c-fa55-4c20-9bdd-4e7f9c2ad486/lock_files' to option 'lock_path'. 2020-07-02 16:45:13.002 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-672f295f-3d45-4f9c-85c0-53429b0ad3b3/for-deployment-69d3ae3c-fa55-4c20-9bdd-4e7f9c2ad486/lock_files 2020-07-02 16:45:13.003 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is already configured in Tempest config file. img_dir = /home/opnfv/functest/images 2020-07-02 16:45:13.003 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_file' is already configured in Tempest config file. img_file = cirros-0.4.0-x86_64-disk.img 2020-07-02 16:45:13.004 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = 4dbb804c-07ca-4b3a-8e3a-5982c3d45ebd 2020-07-02 16:45:13.004 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = a04ddaa2-5511-4d30-baaa-13ef5e3898de 2020-07-02 16:45:13.004 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = f52beb60-c2ce-4fd6-bb45-f4b4e548aaec 2020-07-02 16:45:13.005 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = 5dcf2544-1819-4436-a837-4830ada6225b 2020-07-02 16:45:13.366 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2020-07-02 16:45:13.367 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = tempest_slow-net_32f0af50-279b-4b95-97cd-d30b3754e407 2020-07-02 16:45:13.367 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2020-07-02 16:45:13.474 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2020-07-02 16:45:13.665 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] There is no flavor with the mentioned properties. 2020-07-02 16:45:13.666 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Creating flavor 'rally_verify_7de7de77_2q2i9GrA' with the following properties: RAM = 64MB, VCPUs = 1, disk = 5GB. 2020-07-02 16:45:13.694 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_7de7de77_2q2i9GrA' (ID = 08ca4328-55e2-4aa7-9666-68eadf99ae48) has been successfully created! 2020-07-02 16:45:13.694 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '08ca4328-55e2-4aa7-9666-68eadf99ae48' to option 'instance_type'. 2020-07-02 16:45:13.695 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = 08ca4328-55e2-4aa7-9666-68eadf99ae48 2020-07-02 16:45:13.697 32 INFO rally.task.context [-] Verification 672f295f-3d45-4f9c-85c0-53429b0ad3b3 | Context tempest@default setup() finished in 1.31 sec 2020-07-02 16:45:13.697 32 INFO rally.task.context [-] Verification 672f295f-3d45-4f9c-85c0-53429b0ad3b3 | Context testr@default setup() finished in 0.27 msec 2020-07-02 16:45:13.697 32 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --serial --load-list /tmp/0e8ca10a-0658-404a-8738-2b3ba83cb691'. 2020-07-02 16:45:18.143 32 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_volume_swap.TestMultiAttachVolumeSwap ... skip: b"('Swapping volumes is not supported.',)" 2020-07-02 16:45:18.144 32 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_volume_swap.TestVolumeSwap ... skip: b"('Swapping volumes is not supported.',)" 2020-07-02 16:46:45.154 32 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_device_tagging.TaggedBootDevicesTest.test_tagged_boot_devices ... success [81.393s] 2020-07-02 16:48:29.266 32 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_device_tagging.TaggedBootDevicesTest_v242.test_tagged_boot_devices ... success [85.977s] 2020-07-02 16:49:43.434 32 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_rebuild_server_with_volume_attached ... success [36.936s] 2020-07-02 16:49:56.056 32 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_personality.ServerPersonalityTestJSON ... skip: b"('Nova personality feature disabled',)" 2020-07-02 16:51:13.785 32 INFO opnfv-tempest [-] {0} tempest.api.compute.volumes.test_attach_volume.AttachVolumeShelveTestJSON.test_attach_volume_shelved_or_offload_server ... success [70.857s] 2020-07-02 16:52:25.954 32 INFO opnfv-tempest [-] {0} tempest.api.compute.volumes.test_attach_volume.AttachVolumeShelveTestJSON.test_detach_volume_shelved_or_offload_server ... success [72.147s] 2020-07-02 16:53:51.697 32 INFO opnfv-tempest [-] {0} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_attach_detach_volume ... success [63.351s] 2020-07-02 16:54:01.224 32 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_sync.ContainerSyncTest.test_container_synchronization ... skip [0.001s]: b'Skipped until bug: https://launchpad.net/bugs/1317133 is resolved.' 2020-07-02 16:54:08.672 32 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_container_sync_middleware.ContainerSyncMiddlewareTest.test_container_synchronization ... skip [0.003s]: b'Skipped because object extension: container_sync is not enabled' 2020-07-02 16:54:28.633 32 INFO opnfv-tempest [-] {0} tempest.scenario.test_aggregates_basic_ops.TestAggregatesBasicOps.test_aggregate_basic_ops ... success [1.048s] 2020-07-02 16:54:45.589 32 INFO opnfv-tempest [-] {0} tempest.scenario.test_encrypted_cinder_volumes.TestEncryptedCinderVolumes ... skip: b"('Encrypted volume attach is not supported',)" 2020-07-02 16:54:45.591 32 INFO opnfv-tempest [-] {0} tempest.scenario.test_minbw_allocation_placement.MinBwAllocationPlacementTest ... skip: b"('Skipped as no physnet is available in config for placement based QoS allocation.',)" 2020-07-02 16:55:55.096 32 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_cold_migration ... success [68.250s] 2020-07-02 16:55:55.097 32 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_cold_migration_revert ... skip [0.002s]: b'Skipped until bug: https://launchpad.net/bugs/1836595 is resolved.' 2020-07-02 16:56:53.446 32 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_live_migration ... success [58.332s] 2020-07-02 16:57:53.723 32 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_pause_unpause ... success [60.256s] 2020-07-02 16:58:44.908 32 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_reboot ... success [51.168s] 2020-07-02 16:59:50.646 32 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_rebuild ... success [65.727s] 2020-07-02 17:00:47.578 32 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_resize ... success [56.918s] 2020-07-02 17:01:34.165 32 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_stop_start ... success [46.571s] 2020-07-02 17:02:14.085 32 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_suspend_resume ... success [39.905s] 2020-07-02 17:03:38.495 32 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_connectivity_between_vms_on_different_networks ... success [82.052s] 2020-07-02 17:04:21.637 32 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_mtu_sized_frames ... success [43.127s] 2020-07-02 17:05:33.655 32 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_port_security_macspoofing_port ... success [71.998s] 2020-07-02 17:06:30.463 32 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_preserve_preexisting_port ... success [56.790s] 2020-07-02 17:07:23.086 32 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_router_rescheduling ... success [52.605s] 2020-07-02 17:08:00.744 32 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_subnet_details ... success [37.646s] 2020-07-02 17:09:07.966 32 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_update_instance_port_admin_state ... success [67.200s] 2020-07-02 17:10:00.810 32 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_update_router_admin_state ... success [52.823s] 2020-07-02 17:11:35.029 32 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_v6.TestGettingAddress.test_dhcp6_stateless_from_os ... success [91.453s] 2020-07-02 17:12:55.529 32 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_v6.TestGettingAddress.test_dualnet_dhcp6_stateless_from_os ... success [80.480s] 2020-07-02 17:14:37.643 32 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_v6.TestGettingAddress.test_dualnet_multi_prefix_dhcpv6_stateless ... success [102.098s] 2020-07-02 17:16:20.412 32 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_v6.TestGettingAddress.test_dualnet_multi_prefix_slaac ... success [102.744s] 2020-07-02 17:17:59.536 32 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_v6.TestGettingAddress.test_dualnet_slaac_from_os ... success [99.107s] 2020-07-02 17:19:14.688 32 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_v6.TestGettingAddress.test_multi_prefix_dhcpv6_stateless ... success [75.138s] 2020-07-02 17:20:58.904 32 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_v6.TestGettingAddress.test_multi_prefix_slaac ... success [104.200s] 2020-07-02 17:22:20.961 32 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_v6.TestGettingAddress.test_slaac_from_os ... success [82.044s] 2020-07-02 17:22:23.709 32 INFO opnfv-tempest [-] {0} tempest.scenario.test_object_storage_basic_ops.TestObjectStorageBasicOps.test_swift_acl_anonymous_download ... success [0.200s] 2020-07-02 17:23:39.351 32 INFO opnfv-tempest [-] {0} tempest.scenario.test_security_groups_basic_ops.TestSecurityGroupsBasicOps.test_boot_into_disabled_port_security_network_without_secgroup ... success [72.259s] 2020-07-02 17:25:02.507 32 INFO opnfv-tempest [-] {0} tempest.scenario.test_security_groups_basic_ops.TestSecurityGroupsBasicOps.test_multiple_security_groups ... success [83.144s] 2020-07-02 17:25:54.293 32 INFO opnfv-tempest [-] {0} tempest.scenario.test_security_groups_basic_ops.TestSecurityGroupsBasicOps.test_port_security_disable_security_group ... success [51.775s] 2020-07-02 17:26:57.757 32 INFO opnfv-tempest [-] {0} tempest.scenario.test_security_groups_basic_ops.TestSecurityGroupsBasicOps.test_port_update_new_security_group ... success [63.448s] 2020-07-02 17:27:30.601 32 INFO opnfv-tempest [-] {0} tempest.scenario.test_server_advanced_ops.TestServerAdvancedOps.test_server_sequence_suspend_resume ... success [29.428s] 2020-07-02 17:28:37.896 32 INFO opnfv-tempest [-] {0} tempest.scenario.test_shelve_instance.TestShelveInstance.test_shelve_instance ... success [61.097s] 2020-07-02 17:29:26.106 32 INFO opnfv-tempest [-] {0} tempest.scenario.test_shelve_instance.TestShelveInstance.test_shelve_volume_backed_instance ... success [48.203s] 2020-07-02 17:30:58.908 32 INFO opnfv-tempest [-] {0} tempest.scenario.test_snapshot_pattern.TestSnapshotPattern.test_snapshot_pattern ... success [75.072s] 2020-07-02 17:32:39.152 32 INFO opnfv-tempest [-] {0} tempest.scenario.test_stamp_pattern.TestStampPattern.test_stamp_pattern ... success [89.372s] 2020-07-02 17:33:34.922 32 INFO opnfv-tempest [-] {0} tempest.scenario.test_volume_backup_restore.TestVolumeBackupRestore.test_volume_backup_restore ... success [45.179s] 2020-07-02 17:34:26.380 32 INFO opnfv-tempest [-] {0} tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_create_server_from_volume_snapshot ... success [25.953s] 2020-07-02 17:35:52.381 32 INFO opnfv-tempest [-] {0} tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_volume_boot_pattern ... success [85.985s] 2020-07-02 17:36:08.175 32 INFO opnfv-tempest [-] {0} tempest.scenario.test_volume_migrate_attached.TestVolumeMigrateRetypeAttached ... skip: b"('Cinder multi-backend feature disabled',)" 2020-07-02 17:36:08.837 32 INFO rally.task.context [-] Verification 672f295f-3d45-4f9c-85c0-53429b0ad3b3 | Context testr@default cleanup() started 2020-07-02 17:36:08.838 32 INFO rally.task.context [-] Verification 672f295f-3d45-4f9c-85c0-53429b0ad3b3 | Context testr@default cleanup() finished in 0.73 msec 2020-07-02 17:36:08.838 32 INFO rally.task.context [-] Verification 672f295f-3d45-4f9c-85c0-53429b0ad3b3 | Context tempest@default cleanup() started 2020-07-02 17:36:09.006 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Deleting flavor 'rally_verify_7de7de77_2q2i9GrA'. 2020-07-02 17:36:09.161 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_7de7de77_2q2i9GrA' has been deleted. 2020-07-02 17:36:09.162 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Removing value '08ca4328-55e2-4aa7-9666-68eadf99ae48' of option 'instance_type' from Tempest config file. 2020-07-02 17:36:09.162 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Value '08ca4328-55e2-4aa7-9666-68eadf99ae48' has been removed. 2020-07-02 17:36:09.168 32 INFO rally.task.context [-] Verification 672f295f-3d45-4f9c-85c0-53429b0ad3b3 | Context tempest@default cleanup() finished in 0.33 sec 2020-07-02 17:36:09.194 32 INFO rally.api [-] Verification (UUID=7de7de77-d922-4009-95e7-f8d9ed586835) has been successfully finished for deployment 'opnfv-rally' (UUID=69d3ae3c-fa55-4c20-9bdd-4e7f9c2ad486)! 2020-07-02 17:36:10.837 678 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-02 17:36:10.837 678 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-02 17:36:10.837 678 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-02 17:36:12.305 679 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-02 17:36:12.305 679 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-02 17:36:12.305 679 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-02 17:36:14.575 679 INFO rally.api [-] Building 'html' report for the following verification(s): '7de7de77-d922-4009-95e7-f8d9ed586835' 2020-07-02 17:36:14.605 679 INFO rally.api [-] The report has been successfully built. 2020-07-02 17:36:16.093 681 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-02 17:36:16.093 681 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-02 17:36:16.093 681 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-02 17:36:18.202 681 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): '7de7de77-d922-4009-95e7-f8d9ed586835' 2020-07-02 17:36:18.208 681 INFO rally.api [-] The report has been successfully built.