2020-11-28 12:47:11.142 7 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-11-28 12:47:11.142 7 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-11-28 12:47:11.143 7 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-11-28 12:47:13.650 7 ERROR rally.cli.cliutils [-] Unexpected exception in CLI: rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2020-11-28 12:47:13.650 7 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-11-28 12:47:13.650 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-11-28 12:47:13.650 7 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-11-28 12:47:13.650 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-11-28 12:47:13.650 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2020-11-28 12:47:13.650 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-11-28 12:47:13.650 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-11-28 12:47:13.650 7 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-11-28 12:47:13.650 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-11-28 12:47:13.650 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2020-11-28 12:47:13.650 7 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2020-11-28 12:47:13.650 7 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2020-11-28 12:47:13.650 7 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2020-11-28 12:47:13.650 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2020-11-28 12:47:13.650 7 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2020-11-28 12:47:13.650 7 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2020-11-28 12:47:13.650 7 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2020-11-28 12:47:13.650 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-11-28 12:47:13.650 7 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-11-28 12:47:13.650 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2020-11-28 12:47:13.650 7 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-11-28 12:47:13.650 7 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2020-11-28 12:47:13.650 7 ERROR rally.cli.cliutils 2020-11-28 12:47:15.500 9 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-11-28 12:47:15.500 9 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-11-28 12:47:15.501 9 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-11-28 12:47:20.073 11 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-11-28 12:47:20.074 11 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-11-28 12:47:20.074 11 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-11-28 12:47:25.347 14 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-11-28 12:47:25.348 14 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-11-28 12:47:25.348 14 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-11-28 12:47:27.114 17 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-11-28 12:47:27.114 17 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-11-28 12:47:27.114 17 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-11-28 12:47:29.567 17 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-11-28 12:47:29.567 17 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-11-28 12:47:29.567 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-11-28 12:47:29.567 17 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-11-28 12:47:29.567 17 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2020-11-28 12:47:29.567 17 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-11-28 12:47:29.567 17 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-11-28 12:47:29.567 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2020-11-28 12:47:29.567 17 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2020-11-28 12:47:29.567 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2020-11-28 12:47:29.567 17 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2020-11-28 12:47:29.567 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2020-11-28 12:47:29.567 17 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2020-11-28 12:47:29.567 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2020-11-28 12:47:29.567 17 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2020-11-28 12:47:29.567 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-11-28 12:47:29.567 17 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-11-28 12:47:29.567 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2020-11-28 12:47:29.567 17 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2020-11-28 12:47:29.567 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2020-11-28 12:47:29.567 17 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-11-28 12:47:29.567 17 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2020-11-28 12:47:29.567 17 ERROR rally.cli.cliutils 2020-11-28 12:47:31.561 19 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-11-28 12:47:31.561 19 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-11-28 12:47:31.562 19 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-11-28 12:47:34.030 19 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2020-11-28 12:47:34.180 19 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-646bfa78-f723-422f-8dfa-c74a8ffd04aa/repo. 2020-11-28 12:47:34.549 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-646bfa78-f723-422f-8dfa-c74a8ffd04aa/repo'... done. Note: switching to '59bbab45dec3ab559259e98cba1bb93307aa58bf'. 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 ' 2020-11-28 12:47:34.565 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'tags/24.0.0-1-g59bbab45d ' 2020-11-28 12:47:34.575 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: '59bbab45dec3ab559259e98cba1bb93307aa58bf ' 2020-11-28 12:47:34.599 19 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2020-11-28 12:47:34.646 19 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2020-11-28 12:47:35.534 19 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=646bfa78-f723-422f-8dfa-c74a8ffd04aa) has been successfully created! 2020-11-28 12:47:37.444 27 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-11-28 12:47:37.445 27 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-11-28 12:47:37.445 27 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-11-28 12:47:42.628 30 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-11-28 12:47:42.628 30 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-11-28 12:47:42.629 30 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-11-28 12:47:45.000 30 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=646bfa78-f723-422f-8dfa-c74a8ffd04aa) for deployment 'opnfv-rally' (UUID=7d5b9ec5-582f-4ef5-a92a-9cbb14693587). 2020-11-28 12:47:45.501 30 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=646bfa78-f723-422f-8dfa-c74a8ffd04aa) has been successfully configured for deployment 'opnfv-rally' (UUID=7d5b9ec5-582f-4ef5-a92a-9cbb14693587)! 2020-11-28 12:47:55.103 35 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-11-28 12:47:55.103 35 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-11-28 12:47:55.103 35 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-11-28 12:47:57.923 35 INFO rally.api [-] Starting verification (UUID=fa902c0a-4d86-4c15-9943-8cc33473078e) for deployment 'opnfv-rally' (UUID=7d5b9ec5-582f-4ef5-a92a-9cbb14693587) by verifier 'opnfv-tempest' (UUID=646bfa78-f723-422f-8dfa-c74a8ffd04aa). 2020-11-28 12:47:58.633 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2020-11-28 12:47:58.634 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-646bfa78-f723-422f-8dfa-c74a8ffd04aa/for-deployment-7d5b9ec5-582f-4ef5-a92a-9cbb14693587/tempest.log' to option 'log_file'. 2020-11-28 12:47:58.635 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-646bfa78-f723-422f-8dfa-c74a8ffd04aa/for-deployment-7d5b9ec5-582f-4ef5-a92a-9cbb14693587/tempest.log 2020-11-28 12:47:58.635 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2020-11-28 12:47:58.636 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-646bfa78-f723-422f-8dfa-c74a8ffd04aa/for-deployment-7d5b9ec5-582f-4ef5-a92a-9cbb14693587/lock_files' to option 'lock_path'. 2020-11-28 12:47:58.636 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-646bfa78-f723-422f-8dfa-c74a8ffd04aa/for-deployment-7d5b9ec5-582f-4ef5-a92a-9cbb14693587/lock_files 2020-11-28 12:47:58.636 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is already configured in Tempest config file. img_dir = /home/opnfv/functest/images 2020-11-28 12:47:58.637 35 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-11-28 12:47:58.637 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = b12b912f-120a-4a63-9a4d-2f9ad611dd1c 2020-11-28 12:47:58.638 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = f0b4a79f-a0d4-41e3-87db-09eca9b537db 2020-11-28 12:47:58.638 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = 0691d5f6-6800-4863-ad0e-c199fc385d0b 2020-11-28 12:47:58.639 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = ac100514-e49f-409f-80fb-8dbdc81f4772 2020-11-28 12:47:58.896 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2020-11-28 12:47:58.896 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = tempest_slow-net_df7b70ed-7353-4995-9a53-15dcc088438b 2020-11-28 12:47:58.897 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2020-11-28 12:47:58.979 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2020-11-28 12:47:59.035 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] There is no flavor with the mentioned properties. 2020-11-28 12:47:59.035 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Creating flavor 'rally_verify_fa902c0a_QvUXMdnQ' with the following properties: RAM = 64MB, VCPUs = 1, disk = 5GB. 2020-11-28 12:47:59.072 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_fa902c0a_QvUXMdnQ' (ID = d8dc28cb-a9e6-4033-9ada-87025621082b) has been successfully created! 2020-11-28 12:47:59.072 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value 'd8dc28cb-a9e6-4033-9ada-87025621082b' to option 'instance_type'. 2020-11-28 12:47:59.072 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = d8dc28cb-a9e6-4033-9ada-87025621082b 2020-11-28 12:47:59.073 35 INFO rally.task.context [-] Verification 646bfa78-f723-422f-8dfa-c74a8ffd04aa | Context tempest@default setup() finished in 0.96 sec 2020-11-28 12:47:59.073 35 INFO rally.task.context [-] Verification 646bfa78-f723-422f-8dfa-c74a8ffd04aa | Context testr@default setup() finished in 0.19 msec 2020-11-28 12:47:59.073 35 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --serial --load-list /tmp/6c0edc5e-4cda-41ef-85b3-5da58e7c0dd7'. 2020-11-28 12:48:03.923 35 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_volume_swap.TestMultiAttachVolumeSwap ... skip: b'Swapping volumes is not supported.' 2020-11-28 12:48:03.923 35 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_volume_swap.TestVolumeSwap ... skip: b'Swapping volumes is not supported.' 2020-11-28 12:49:37.336 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_device_tagging.TaggedBootDevicesTest.test_tagged_boot_devices ... success [86.297s] 2020-11-28 12:51:09.141 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_device_tagging.TaggedBootDevicesTest_v242.test_tagged_boot_devices ... success [74.372s] 2020-11-28 12:52:25.449 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_rebuild_server_with_volume_attached ... success [33.718s] 2020-11-28 12:52:39.371 35 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_personality.ServerPersonalityTestJSON ... skip: b'Nova personality feature disabled' 2020-11-28 12:53:59.150 35 INFO opnfv-tempest [-] {0} tempest.api.compute.volumes.test_attach_volume.AttachVolumeShelveTestJSON.test_attach_volume_shelved_or_offload_server ... success [74.003s] 2020-11-28 12:55:13.322 35 INFO opnfv-tempest [-] {0} tempest.api.compute.volumes.test_attach_volume.AttachVolumeShelveTestJSON.test_detach_volume_shelved_or_offload_server ... success [74.155s] 2020-11-28 12:57:25.040 35 INFO opnfv-tempest [-] {0} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_attach_detach_volume ... success [110.545s] 2020-11-28 12:57:38.711 35 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-11-28 12:57:47.755 35 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' 2020-11-28 12:58:13.443 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_aggregates_basic_ops.TestAggregatesBasicOps.test_aggregate_basic_ops ... success [1.191s] 2020-11-28 12:58:28.071 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_encrypted_cinder_volumes.TestEncryptedCinderVolumes ... skip: b'Encrypted volume attach is not supported' 2020-11-28 12:58:28.071 35 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-11-28 12:59:34.197 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_cold_migration ... success [64.728s] 2020-11-28 12:59:34.198 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_cold_migration_revert ... skip [0.001s]: b'Skipped until bug: https://launchpad.net/bugs/1836595 is resolved.' 2020-11-28 13:00:33.315 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_live_migration ... success [59.095s] 2020-11-28 13:01:20.159 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_pause_unpause ... success [46.823s] 2020-11-28 13:02:20.987 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_reboot ... success [60.815s] 2020-11-28 13:03:10.362 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_rebuild ... success [49.358s] 2020-11-28 13:04:12.099 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_resize ... success [61.717s] 2020-11-28 13:05:07.565 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_stop_start ... success [55.445s] 2020-11-28 13:05:56.522 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_advanced_server_ops.TestNetworkAdvancedServerOps.test_server_connectivity_suspend_resume ... success [48.944s] 2020-11-28 13:07:17.178 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_connectivity_between_vms_on_different_networks ... success [78.017s] 2020-11-28 13:07:56.465 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_mtu_sized_frames ... success [39.269s] 2020-11-28 13:09:12.043 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_port_security_macspoofing_port ... success [75.558s] 2020-11-28 13:10:04.378 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_preserve_preexisting_port ... success [52.319s] 2020-11-28 13:10:56.128 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_router_rescheduling ... success [51.726s] 2020-11-28 13:11:33.383 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_subnet_details ... success [37.241s] 2020-11-28 13:12:35.409 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_update_instance_port_admin_state ... success [62.002s] 2020-11-28 13:13:17.953 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_update_router_admin_state ... success [42.524s] 2020-11-28 13:14:33.846 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_v6.TestGettingAddress.test_dhcp6_stateless_from_os ... success [71.529s] 2020-11-28 13:15:52.597 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_v6.TestGettingAddress.test_dualnet_dhcp6_stateless_from_os ... success [78.736s] 2020-11-28 13:17:25.018 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_v6.TestGettingAddress.test_dualnet_multi_prefix_dhcpv6_stateless ... success [92.400s] 2020-11-28 13:18:52.778 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_v6.TestGettingAddress.test_dualnet_multi_prefix_slaac ... success [87.742s] 2020-11-28 13:20:16.946 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_v6.TestGettingAddress.test_dualnet_slaac_from_os ... success [84.148s] 2020-11-28 13:21:30.797 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_v6.TestGettingAddress.test_multi_prefix_dhcpv6_stateless ... success [73.835s] 2020-11-28 13:22:40.471 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_v6.TestGettingAddress.test_multi_prefix_slaac ... success [69.660s] 2020-11-28 13:23:44.856 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_network_v6.TestGettingAddress.test_slaac_from_os ... success [64.369s] 2020-11-28 13:23:48.271 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_object_storage_basic_ops.TestObjectStorageBasicOps.test_swift_acl_anonymous_download ... success [0.262s] 2020-11-28 13:24:48.869 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_security_groups_basic_ops.TestSecurityGroupsBasicOps.test_boot_into_disabled_port_security_network_without_secgroup ... success [57.235s] 2020-11-28 13:25:27.438 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_security_groups_basic_ops.TestSecurityGroupsBasicOps.test_multiple_security_groups ... success [38.558s] 2020-11-28 13:26:21.818 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_security_groups_basic_ops.TestSecurityGroupsBasicOps.test_port_security_disable_security_group ... success [54.368s] 2020-11-28 13:27:18.016 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_security_groups_basic_ops.TestSecurityGroupsBasicOps.test_port_update_new_security_group ... success [56.185s] 2020-11-28 13:27:44.431 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_server_advanced_ops.TestServerAdvancedOps.test_server_sequence_suspend_resume ... success [23.630s] 2020-11-28 13:28:47.023 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_shelve_instance.TestShelveInstance.test_shelve_instance ... success [55.214s] 2020-11-28 13:29:32.741 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_shelve_instance.TestShelveInstance.test_shelve_volume_backed_instance ... success [45.705s] 2020-11-28 13:30:57.525 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_snapshot_pattern.TestSnapshotPattern.test_snapshot_pattern ... success [71.423s] 2020-11-28 13:32:30.734 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_stamp_pattern.TestStampPattern.test_stamp_pattern ... success [80.668s] 2020-11-28 13:33:16.452 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_volume_backup_restore.TestVolumeBackupRestore.test_volume_backup_restore ... success [34.204s] 2020-11-28 13:33:57.228 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_create_server_from_volume_snapshot ... success [22.924s] 2020-11-28 13:35:20.412 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_volume_boot_pattern ... success [83.168s] 2020-11-28 13:35:31.931 35 INFO opnfv-tempest [-] {0} tempest.scenario.test_volume_migrate_attached.TestVolumeMigrateRetypeAttached ... skip: b'Cinder multi-backend feature disabled' 2020-11-28 13:35:32.576 35 INFO rally.task.context [-] Verification 646bfa78-f723-422f-8dfa-c74a8ffd04aa | Context testr@default cleanup() started 2020-11-28 13:35:32.577 35 INFO rally.task.context [-] Verification 646bfa78-f723-422f-8dfa-c74a8ffd04aa | Context testr@default cleanup() finished in 0.81 msec 2020-11-28 13:35:32.577 35 INFO rally.task.context [-] Verification 646bfa78-f723-422f-8dfa-c74a8ffd04aa | Context tempest@default cleanup() started 2020-11-28 13:35:32.782 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Deleting flavor 'rally_verify_fa902c0a_QvUXMdnQ'. 2020-11-28 13:35:32.965 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_fa902c0a_QvUXMdnQ' has been deleted. 2020-11-28 13:35:32.966 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Removing value 'd8dc28cb-a9e6-4033-9ada-87025621082b' of option 'instance_type' from Tempest config file. 2020-11-28 13:35:32.967 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Value 'd8dc28cb-a9e6-4033-9ada-87025621082b' has been removed. 2020-11-28 13:35:32.979 35 INFO rally.task.context [-] Verification 646bfa78-f723-422f-8dfa-c74a8ffd04aa | Context tempest@default cleanup() finished in 0.40 sec 2020-11-28 13:35:33.007 35 INFO rally.api [-] Verification (UUID=fa902c0a-4d86-4c15-9943-8cc33473078e) has been successfully finished for deployment 'opnfv-rally' (UUID=7d5b9ec5-582f-4ef5-a92a-9cbb14693587)! 2020-11-28 13:35:35.320 694 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-11-28 13:35:35.321 694 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-11-28 13:35:35.321 694 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-11-28 13:35:36.862 696 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-11-28 13:35:36.863 696 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-11-28 13:35:36.863 696 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-11-28 13:35:39.785 696 INFO rally.api [-] Building 'html' report for the following verification(s): 'fa902c0a-4d86-4c15-9943-8cc33473078e' 2020-11-28 13:35:39.808 696 INFO rally.api [-] The report has been successfully built. 2020-11-28 13:35:41.341 698 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-11-28 13:35:41.342 698 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-11-28 13:35:41.342 698 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-11-28 13:35:43.434 698 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): 'fa902c0a-4d86-4c15-9943-8cc33473078e' 2020-11-28 13:35:43.439 698 INFO rally.api [-] The report has been successfully built.