2020-06-16 09:34:37.996 7 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-16 09:34:37.996 7 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-16 09:34:37.997 7 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-16 09:34:40.694 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-06-16 09:34:40.694 7 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-06-16 09:34:40.694 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-06-16 09:34:40.694 7 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-06-16 09:34:40.694 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-06-16 09:34:40.694 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2020-06-16 09:34:40.694 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-06-16 09:34:40.694 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-06-16 09:34:40.694 7 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-06-16 09:34:40.694 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-06-16 09:34:40.694 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2020-06-16 09:34:40.694 7 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2020-06-16 09:34:40.694 7 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2020-06-16 09:34:40.694 7 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2020-06-16 09:34:40.694 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2020-06-16 09:34:40.694 7 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2020-06-16 09:34:40.694 7 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2020-06-16 09:34:40.694 7 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2020-06-16 09:34:40.694 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-06-16 09:34:40.694 7 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-06-16 09:34:40.694 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2020-06-16 09:34:40.694 7 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-06-16 09:34:40.694 7 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2020-06-16 09:34:40.694 7 ERROR rally.cli.cliutils 2020-06-16 09:34:42.559 9 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-16 09:34:42.560 9 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-16 09:34:42.560 9 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-16 09:34:47.300 11 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-16 09:34:47.301 11 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-16 09:34:47.301 11 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-16 09:34:52.517 14 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-16 09:34:52.518 14 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-16 09:34:52.518 14 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-16 09:34:54.073 17 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-16 09:34:54.074 17 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-16 09:34:54.074 17 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-16 09:34:56.598 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-06-16 09:34:56.598 17 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-06-16 09:34:56.598 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-06-16 09:34:56.598 17 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-06-16 09:34:56.598 17 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2020-06-16 09:34:56.598 17 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-06-16 09:34:56.598 17 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-06-16 09:34:56.598 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2020-06-16 09:34:56.598 17 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2020-06-16 09:34:56.598 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2020-06-16 09:34:56.598 17 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2020-06-16 09:34:56.598 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2020-06-16 09:34:56.598 17 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2020-06-16 09:34:56.598 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2020-06-16 09:34:56.598 17 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2020-06-16 09:34:56.598 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-06-16 09:34:56.598 17 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-06-16 09:34:56.598 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2020-06-16 09:34:56.598 17 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2020-06-16 09:34:56.598 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2020-06-16 09:34:56.598 17 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-06-16 09:34:56.598 17 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2020-06-16 09:34:56.598 17 ERROR rally.cli.cliutils 2020-06-16 09:34:58.421 19 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-16 09:34:58.422 19 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-16 09:34:58.422 19 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-16 09:35:00.889 19 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2020-06-16 09:35:00.960 19 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-68de7d91-62dc-4ed7-932c-3d109c920c32/repo. 2020-06-16 09:35:01.178 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-68de7d91-62dc-4ed7-932c-3d109c920c32/repo'... done. ' 2020-06-16 09:35:01.188 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'heads/master ' 2020-06-16 09:35:01.211 19 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2020-06-16 09:35:01.302 19 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2020-06-16 09:35:02.178 19 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=68de7d91-62dc-4ed7-932c-3d109c920c32) has been successfully created! 2020-06-16 09:35:04.060 26 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-16 09:35:04.061 26 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-16 09:35:04.061 26 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-16 09:35:08.962 29 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-16 09:35:08.962 29 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-16 09:35:08.963 29 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-16 09:35:11.478 29 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=68de7d91-62dc-4ed7-932c-3d109c920c32) for deployment 'opnfv-rally' (UUID=a7f414b2-f47c-42fe-bdae-4d8591f09f9b). 2020-06-16 09:35:11.988 29 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=68de7d91-62dc-4ed7-932c-3d109c920c32) has been successfully configured for deployment 'opnfv-rally' (UUID=a7f414b2-f47c-42fe-bdae-4d8591f09f9b)! 2020-06-16 09:35:21.510 34 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-16 09:35:21.511 34 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-16 09:35:21.511 34 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-16 09:35:24.192 34 INFO rally.api [-] Starting verification (UUID=3f12f2ee-ac6d-4693-bcce-fc5c15ab8b9a) for deployment 'opnfv-rally' (UUID=a7f414b2-f47c-42fe-bdae-4d8591f09f9b) by verifier 'opnfv-tempest' (UUID=68de7d91-62dc-4ed7-932c-3d109c920c32). 2020-06-16 09:35:24.857 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2020-06-16 09:35:24.858 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-68de7d91-62dc-4ed7-932c-3d109c920c32/for-deployment-a7f414b2-f47c-42fe-bdae-4d8591f09f9b/tempest.log' to option 'log_file'. 2020-06-16 09:35:24.858 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-68de7d91-62dc-4ed7-932c-3d109c920c32/for-deployment-a7f414b2-f47c-42fe-bdae-4d8591f09f9b/tempest.log 2020-06-16 09:35:24.858 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2020-06-16 09:35:24.859 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-68de7d91-62dc-4ed7-932c-3d109c920c32/for-deployment-a7f414b2-f47c-42fe-bdae-4d8591f09f9b/lock_files' to option 'lock_path'. 2020-06-16 09:35:24.859 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-68de7d91-62dc-4ed7-932c-3d109c920c32/for-deployment-a7f414b2-f47c-42fe-bdae-4d8591f09f9b/lock_files 2020-06-16 09:35:24.859 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is already configured in Tempest config file. img_dir = /home/opnfv/functest/images 2020-06-16 09:35:24.859 34 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-06-16 09:35:24.860 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = fec3e1ec-4adb-4df9-86f6-c5eca65dd56b 2020-06-16 09:35:24.860 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = dcf5d5b7-822a-444a-b226-f7c5754cd834 2020-06-16 09:35:24.861 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = 729998e0-f11c-4a98-b075-86e9f77eb94a 2020-06-16 09:35:24.861 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = 2e123c99-ec26-4618-bdbc-89ad1a77d354 2020-06-16 09:35:25.122 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2020-06-16 09:35:25.122 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = tempest_octavia-net_32c0bd26-047b-46cc-87ee-b275be239c3a 2020-06-16 09:35:25.123 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2020-06-16 09:35:25.220 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2020-06-16 09:35:25.259 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] The following flavor discovered: 'rally_verify_a7067560_RYauRRFv'. Using flavor 'rally_verify_a7067560_RYauRRFv' (ID = d19db21d-5319-4188-82ec-d81f4a8005c3) for the tests. 2020-06-16 09:35:25.259 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value 'd19db21d-5319-4188-82ec-d81f4a8005c3' to option 'instance_type'. 2020-06-16 09:35:25.260 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = d19db21d-5319-4188-82ec-d81f4a8005c3 2020-06-16 09:35:25.261 34 INFO rally.task.context [-] Verification 68de7d91-62dc-4ed7-932c-3d109c920c32 | Context tempest@default setup() finished in 0.85 sec 2020-06-16 09:35:25.262 34 INFO rally.task.context [-] Verification 68de7d91-62dc-4ed7-932c-3d109c920c32 | Context testr@default setup() finished in 0.41 msec 2020-06-16 09:35:25.262 34 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --concurrency 2 --load-list /tmp/9331ef71-8b0b-4eb6-bb36-4d16d579760a'. 2020-06-16 09:35:41.288 34 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_flavor.FlavorAPITest.test_flavor_create ... success [0.328s] 2020-06-16 09:35:41.444 34 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_flavor.FlavorAPITest.test_flavor_delete ... success [0.155s] 2020-06-16 09:35:42.090 34 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_flavor.FlavorAPITest.test_flavor_list ... success [0.643s] 2020-06-16 09:35:42.253 34 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_flavor.FlavorAPITest.test_flavor_show ... success [0.165s] 2020-06-16 09:35:42.431 34 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_flavor.FlavorAPITest.test_flavor_update ... success [0.178s] 2020-06-16 09:36:01.318 34 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_flavor_capabilities.FlavorCapabilitiesAPITest.test_flavor_capabilities_list ... success [0.637s] 2020-06-16 09:36:19.246 34 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_flavor_profile.FlavorProfileAPITest.test_flavor_profile_create ... success [0.391s] 2020-06-16 09:36:19.388 34 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_flavor_profile.FlavorProfileAPITest.test_flavor_profile_delete ... success [0.140s] 2020-06-16 09:36:19.787 34 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_flavor_profile.FlavorProfileAPITest.test_flavor_profile_list ... success [0.396s] 2020-06-16 09:36:19.888 34 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_flavor_profile.FlavorProfileAPITest.test_flavor_profile_show ... success [0.102s] 2020-06-16 09:36:20.033 34 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_flavor_profile.FlavorProfileAPITest.test_flavor_profile_update ... success [0.144s] 2020-06-16 09:37:50.006 34 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_amphora.AmphoraAPITest.test_amphora_failover ... success [81.310s] 2020-06-16 09:38:01.899 34 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_healthmonitor.HealthMonitorAPITest.test_healthmonitor_create ... success [21.577s] 2020-06-16 09:38:23.364 34 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_healthmonitor.HealthMonitorAPITest.test_healthmonitor_delete ... success [21.463s] 2020-06-16 09:38:57.546 34 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_amphora.AmphoraAPITest.test_amphora_list_and_show ... success [67.536s] 2020-06-16 09:38:57.761 34 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_amphora.AmphoraAPITest.test_amphora_update ... success [0.220s] 2020-06-16 09:39:26.232 34 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_healthmonitor.HealthMonitorAPITest.test_healthmonitor_list ... success [62.855s] 2020-06-16 09:39:48.114 34 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_healthmonitor.HealthMonitorAPITest.test_healthmonitor_show ... success [21.879s] 2020-06-16 09:40:15.087 34 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_healthmonitor.HealthMonitorAPITest.test_healthmonitor_update ... success [26.969s] 2020-06-16 09:40:40.175 34 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_l7policy.L7PolicyAPITest.test_l7policy_create_redirect_pool ... success [5.766s] 2020-06-16 09:40:45.812 34 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_l7policy.L7PolicyAPITest.test_l7policy_create_redirect_url ... success [5.635s] 2020-06-16 09:40:51.471 34 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_l7policy.L7PolicyAPITest.test_l7policy_create_reject ... success [5.659s] 2020-06-16 09:41:02.500 34 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_l7policy.L7PolicyAPITest.test_l7policy_delete ... success [11.029s] 2020-06-16 09:41:49.824 34 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_l7policy.L7PolicyAPITest.test_l7policy_list ... success [47.308s] 2020-06-16 09:41:52.415 34 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_l7rule.L7RuleAPITest.test_l7rule_create ... success [5.979s] 2020-06-16 09:42:03.668 34 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_l7rule.L7RuleAPITest.test_l7rule_delete ... success [11.252s] 2020-06-16 09:42:06.837 34 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_l7policy.L7PolicyAPITest.test_l7policy_show ... success [17.014s] 2020-06-16 09:42:29.313 34 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_l7policy.L7PolicyAPITest.test_l7policy_update ... success [22.474s] 2020-06-16 09:42:51.916 34 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_l7rule.L7RuleAPITest.test_l7rule_list ... success [48.239s] 2020-06-16 09:42:58.072 34 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_l7rule.L7RuleAPITest.test_l7rule_show ... success [6.159s] 2020-06-16 09:43:09.659 34 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_l7rule.L7RuleAPITest.test_l7rule_update ... success [11.585s] 2020-06-16 09:44:21.993 34 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_listener.ListenerAPITest.test_listener_create ... success [10.588s] 2020-06-16 09:44:32.724 34 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_listener.ListenerAPITest.test_listener_create_on_same_port ... success [10.728s] 2020-06-16 09:44:43.566 34 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_listener.ListenerAPITest.test_listener_delete ... success [10.841s] 2020-06-16 09:45:10.251 34 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_load_balancer.LoadBalancerAPITest.test_load_balancer_delete ... success [62.534s] 2020-06-16 09:46:21.407 34 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_listener.ListenerAPITest.test_listener_list ... success [97.833s] 2020-06-16 09:46:22.259 34 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_load_balancer.LoadBalancerAPITest.test_load_balancer_delete_cascade ... success [72.004s] 2020-06-16 09:46:32.353 34 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_listener.ListenerAPITest.test_listener_show ... success [10.945s] 2020-06-16 09:46:48.777 34 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_listener.ListenerAPITest.test_listener_show_stats ... success [16.422s] 2020-06-16 09:47:05.048 34 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_listener.ListenerAPITest.test_listener_update ... success [16.271s] 2020-06-16 09:48:25.528 34 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_load_balancer.LoadBalancerAPITest.test_load_balancer_failover ... success [123.270s] 2020-06-16 09:49:25.148 34 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_member.MemberAPITest.test_member_batch_update ... success [26.390s] 2020-06-16 09:49:27.785 34 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_load_balancer.LoadBalancerAPITest.test_load_balancer_ipv4_create ... success [62.252s] 2020-06-16 09:49:27.786 34 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_load_balancer.LoadBalancerAPITest.test_load_balancer_ipv6_create ... skip [0.000s]: b'IPv6 testing is disabled' 2020-06-16 09:49:36.407 34 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_member.MemberAPITest.test_member_delete ... success [11.259s] 2020-06-16 09:50:25.767 34 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_member.MemberAPITest.test_member_list ... success [49.349s] 2020-06-16 09:50:32.178 34 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_member.MemberAPITest.test_member_show ... success [6.414s] 2020-06-16 09:50:49.282 34 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_member.MemberAPITest.test_member_update ... success [17.100s] 2020-06-16 09:51:47.641 34 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_provider.ProviderAPITest.test_provider_list ... success [0.180s] 2020-06-16 09:52:32.497 34 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_load_balancer.LoadBalancerAPITest.test_load_balancer_list ... success [184.702s] 2020-06-16 09:53:30.774 34 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.scenario.v2.test_l7rule.L7RuleScenarioTest.test_l7rule_CRUD ... success [16.256s] 2020-06-16 09:53:36.023 34 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_load_balancer.LoadBalancerAPITest.test_load_balancer_show ... success [63.528s] 2020-06-16 09:54:38.227 34 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_load_balancer.LoadBalancerAPITest.test_load_balancer_show_stats ... success [62.204s] 2020-06-16 09:55:31.621 34 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.scenario.v2.test_listener.ListenerScenarioTest.test_listener_CRUD ... success [21.419s] 2020-06-16 09:55:43.653 34 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_load_balancer.LoadBalancerAPITest.test_load_balancer_show_status ... success [65.422s] 2020-06-16 09:56:55.691 34 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_load_balancer.LoadBalancerAPITest.test_load_balancer_update ... success [72.038s] 2020-06-16 09:57:15.050 34 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.scenario.v2.test_load_balancer.LoadBalancerScenarioTest.test_load_balancer_ipv4_CRUD ... success [67.061s] 2020-06-16 09:57:15.051 34 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.scenario.v2.test_load_balancer.LoadBalancerScenarioTest.test_load_balancer_ipv6_CRUD ... skip [0.000s]: b'IPv6 testing is disabled' 2020-06-16 09:58:13.276 34 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_pool.PoolAPITest.test_pool_create_standalone ... success [5.560s] 2020-06-16 09:58:18.926 34 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_pool.PoolAPITest.test_pool_create_with_listener ... success [5.651s] 2020-06-16 09:58:30.036 34 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_pool.PoolAPITest.test_pool_delete ... success [11.108s] 2020-06-16 09:59:07.657 34 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.scenario.v2.test_member.MemberScenarioTest.test_member_CRUD ... success [20.350s] 2020-06-16 09:59:07.658 34 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.scenario.v2.test_member.MemberScenarioTest.test_mixed_member_create ... skip [0.000s]: b'IPv6 testing is disabled' 2020-06-16 09:59:07.659 34 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.scenario.v2.test_member.MemberScenarioTest.test_mixed_udp_member_create ... skip [0.000s]: b'IPv6 testing is disabled' 2020-06-16 10:00:07.678 34 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_pool.PoolAPITest.test_pool_list ... success [97.628s] 2020-06-16 10:00:13.678 34 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_pool.PoolAPITest.test_pool_show ... success [6.003s] 2020-06-16 10:00:30.834 34 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_pool.PoolAPITest.test_pool_update ... success [17.151s] 2020-06-16 10:01:07.802 34 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.scenario.v2.test_pool.PoolScenarioTest.test_pool_standalone_CRUD ... success [16.104s] 2020-06-16 10:01:24.028 34 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.scenario.v2.test_pool.PoolScenarioTest.test_pool_with_listener_CRUD ... success [16.226s] 2020-06-16 10:02:44.578 34 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.scenario.v2.test_healthmonitor.HealthMonitorScenarioTest.test_healthmonitor_CRUD ... success [15.994s] 2020-06-16 10:03:04.949 34 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.scenario.v2.test_ipv6_traffic_ops.IPv6TrafficOperationsScenarioTest ... skip: b'IPv6 traffic ops tests require Octavia IPv6 testing enabled' 2020-06-16 10:04:32.082 34 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.scenario.v2.test_traffic_ops.TrafficOperationsScenarioTest.test_basic_traffic ... success [39.107s] 2020-06-16 10:04:39.701 34 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.scenario.v2.test_l7policy.L7PolicyScenarioTest.test_l7policy_CRUD ... success [16.299s] 2020-06-16 10:05:01.011 34 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.scenario.v2.test_traffic_ops.TrafficOperationsScenarioTest.test_basic_udp_traffic ... success [28.929s] 2020-06-16 10:06:05.855 34 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.scenario.v2.test_traffic_ops.TrafficOperationsScenarioTest.test_healthmonitor_traffic ... success [64.837s] 2020-06-16 10:07:35.791 34 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.scenario.v2.test_traffic_ops.TrafficOperationsScenarioTest.test_healthmonitor_udp_traffic ... success [89.928s] 2020-06-16 10:09:29.145 34 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.scenario.v2.test_traffic_ops.TrafficOperationsScenarioTest.test_l7policies_and_l7rules ... success [113.342s] 2020-06-16 10:09:29.146 34 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.scenario.v2.test_traffic_ops.TrafficOperationsScenarioTest.test_mixed_ipv4_ipv6_members_traffic ... skip [0.000s]: b'Mixed IPv4/IPv6 member test requires IPv6.' 2020-06-16 10:09:29.147 34 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.scenario.v2.test_traffic_ops.TrafficOperationsScenarioTest.test_mixed_ipv4_ipv6_members_udp_traffic ... skip [0.000s]: b'Mixed IPv4/IPv6 member test requires IPv6.' 2020-06-16 10:10:34.913 34 INFO rally.task.context [-] Verification 68de7d91-62dc-4ed7-932c-3d109c920c32 | Context testr@default cleanup() started 2020-06-16 10:10:34.914 34 INFO rally.task.context [-] Verification 68de7d91-62dc-4ed7-932c-3d109c920c32 | Context testr@default cleanup() finished in 0.77 msec 2020-06-16 10:10:34.914 34 INFO rally.task.context [-] Verification 68de7d91-62dc-4ed7-932c-3d109c920c32 | Context tempest@default cleanup() started 2020-06-16 10:10:35.120 34 INFO rally.task.context [-] Verification 68de7d91-62dc-4ed7-932c-3d109c920c32 | Context tempest@default cleanup() finished in 0.20 sec 2020-06-16 10:10:35.162 34 INFO rally.api [-] Verification (UUID=3f12f2ee-ac6d-4693-bcce-fc5c15ab8b9a) has been successfully finished for deployment 'opnfv-rally' (UUID=a7f414b2-f47c-42fe-bdae-4d8591f09f9b)! 2020-06-16 10:10:37.409 63 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-16 10:10:37.409 63 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-16 10:10:37.409 63 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-16 10:10:39.088 65 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-16 10:10:39.089 65 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-16 10:10:39.089 65 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-16 10:10:42.076 65 INFO rally.api [-] Building 'html' report for the following verification(s): '3f12f2ee-ac6d-4693-bcce-fc5c15ab8b9a' 2020-06-16 10:10:42.122 65 INFO rally.api [-] The report has been successfully built. 2020-06-16 10:10:43.608 67 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-16 10:10:43.608 67 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-16 10:10:43.608 67 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-16 10:10:45.791 67 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): '3f12f2ee-ac6d-4693-bcce-fc5c15ab8b9a' 2020-06-16 10:10:45.796 67 INFO rally.api [-] The report has been successfully built.