2020-05-03 13:38:21.184 7 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-05-03 13:38:21.185 7 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-05-03 13:38:21.185 7 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-05-03 13:38:23.818 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-05-03 13:38:23.818 7 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-05-03 13:38:23.818 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-05-03 13:38:23.818 7 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-05-03 13:38:23.818 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-05-03 13:38:23.818 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2020-05-03 13:38:23.818 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-05-03 13:38:23.818 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-05-03 13:38:23.818 7 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-05-03 13:38:23.818 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-05-03 13:38:23.818 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2020-05-03 13:38:23.818 7 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2020-05-03 13:38:23.818 7 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2020-05-03 13:38:23.818 7 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2020-05-03 13:38:23.818 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2020-05-03 13:38:23.818 7 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2020-05-03 13:38:23.818 7 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2020-05-03 13:38:23.818 7 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2020-05-03 13:38:23.818 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-05-03 13:38:23.818 7 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-05-03 13:38:23.818 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2020-05-03 13:38:23.818 7 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-05-03 13:38:23.818 7 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2020-05-03 13:38:23.818 7 ERROR rally.cli.cliutils 2020-05-03 13:38:25.734 9 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-05-03 13:38:25.734 9 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-05-03 13:38:25.734 9 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-05-03 13:38:30.372 11 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-05-03 13:38:30.372 11 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-05-03 13:38:30.372 11 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-05-03 13:38:35.451 14 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-05-03 13:38:35.451 14 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-05-03 13:38:35.451 14 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-05-03 13:38:36.874 17 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-05-03 13:38:36.875 17 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-05-03 13:38:36.875 17 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-05-03 13:38:38.928 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-05-03 13:38:38.928 17 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-05-03 13:38:38.928 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-05-03 13:38:38.928 17 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-05-03 13:38:38.928 17 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2020-05-03 13:38:38.928 17 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-05-03 13:38:38.928 17 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-05-03 13:38:38.928 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2020-05-03 13:38:38.928 17 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2020-05-03 13:38:38.928 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2020-05-03 13:38:38.928 17 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2020-05-03 13:38:38.928 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2020-05-03 13:38:38.928 17 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2020-05-03 13:38:38.928 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2020-05-03 13:38:38.928 17 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2020-05-03 13:38:38.928 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-05-03 13:38:38.928 17 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-05-03 13:38:38.928 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2020-05-03 13:38:38.928 17 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2020-05-03 13:38:38.928 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2020-05-03 13:38:38.928 17 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-05-03 13:38:38.928 17 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2020-05-03 13:38:38.928 17 ERROR rally.cli.cliutils 2020-05-03 13:38:40.655 19 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-05-03 13:38:40.656 19 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-05-03 13:38:40.656 19 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-05-03 13:38:42.859 19 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2020-05-03 13:38:42.934 19 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-c5110f7b-353e-4aba-a5e8-d3eb9bed4084/repo. 2020-05-03 13:38:43.151 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-c5110f7b-353e-4aba-a5e8-d3eb9bed4084/repo'... done. Note: switching to 'c73e6b11dcc1fcd878ff62e353441a5c8c794c83'. 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-05-03 13:38:43.164 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'tags/24.0.0 ' 2020-05-03 13:38:43.173 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'c73e6b11dcc1fcd878ff62e353441a5c8c794c83 ' 2020-05-03 13:38:43.196 19 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2020-05-03 13:38:43.258 19 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2020-05-03 13:38:44.071 19 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=c5110f7b-353e-4aba-a5e8-d3eb9bed4084) has been successfully created! 2020-05-03 13:38:45.814 27 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-05-03 13:38:45.814 27 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-05-03 13:38:45.814 27 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-05-03 13:38:50.465 30 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-05-03 13:38:50.466 30 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-05-03 13:38:50.466 30 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-05-03 13:38:52.821 30 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=c5110f7b-353e-4aba-a5e8-d3eb9bed4084) for deployment 'opnfv-rally' (UUID=3907ad2d-c330-48c4-8e4c-aca4907ca66a). 2020-05-03 13:38:53.394 30 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=c5110f7b-353e-4aba-a5e8-d3eb9bed4084) has been successfully configured for deployment 'opnfv-rally' (UUID=3907ad2d-c330-48c4-8e4c-aca4907ca66a)! 2020-05-03 13:39:02.386 35 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-05-03 13:39:02.387 35 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-05-03 13:39:02.387 35 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-05-03 13:39:04.601 35 INFO rally.api [-] Starting verification (UUID=f772d11e-db33-4dd2-9fb4-c26d1114571e) for deployment 'opnfv-rally' (UUID=3907ad2d-c330-48c4-8e4c-aca4907ca66a) by verifier 'opnfv-tempest' (UUID=c5110f7b-353e-4aba-a5e8-d3eb9bed4084). 2020-05-03 13:39:05.368 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2020-05-03 13:39:05.369 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-c5110f7b-353e-4aba-a5e8-d3eb9bed4084/for-deployment-3907ad2d-c330-48c4-8e4c-aca4907ca66a/tempest.log' to option 'log_file'. 2020-05-03 13:39:05.369 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-c5110f7b-353e-4aba-a5e8-d3eb9bed4084/for-deployment-3907ad2d-c330-48c4-8e4c-aca4907ca66a/tempest.log 2020-05-03 13:39:05.369 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2020-05-03 13:39:05.370 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-c5110f7b-353e-4aba-a5e8-d3eb9bed4084/for-deployment-3907ad2d-c330-48c4-8e4c-aca4907ca66a/lock_files' to option 'lock_path'. 2020-05-03 13:39:05.370 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-c5110f7b-353e-4aba-a5e8-d3eb9bed4084/for-deployment-3907ad2d-c330-48c4-8e4c-aca4907ca66a/lock_files 2020-05-03 13:39:05.370 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is already configured in Tempest config file. img_dir = /home/opnfv/functest/images 2020-05-03 13:39:05.371 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-05-03 13:39:05.371 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = a0d06668-e9e1-4ef0-97dc-d87273f518e4 2020-05-03 13:39:05.371 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = 59989857-b1a8-4afb-b8bd-adcae3351330 2020-05-03 13:39:05.372 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = e8ab2140-71a3-4e1b-ae8d-c2899c78d652 2020-05-03 13:39:05.372 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = 5d16ece0-29d3-41bf-8547-4caae78b6fac 2020-05-03 13:39:05.582 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2020-05-03 13:39:05.583 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = tempest_octavia-net_24de384d-7a6f-48e8-9fce-aed9c8adb76d 2020-05-03 13:39:05.584 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2020-05-03 13:39:05.680 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2020-05-03 13:39:05.719 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] The following flavor discovered: 'rally_verify_8dd2d5f2_VbQQ6kO7'. Using flavor 'rally_verify_8dd2d5f2_VbQQ6kO7' (ID = fa1388b7-2d72-4010-8f62-af49e65abb70) for the tests. 2020-05-03 13:39:05.719 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value 'fa1388b7-2d72-4010-8f62-af49e65abb70' to option 'instance_type'. 2020-05-03 13:39:05.720 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = fa1388b7-2d72-4010-8f62-af49e65abb70 2020-05-03 13:39:05.721 35 INFO rally.task.context [-] Verification c5110f7b-353e-4aba-a5e8-d3eb9bed4084 | Context tempest@default setup() finished in 0.88 sec 2020-05-03 13:39:05.722 35 INFO rally.task.context [-] Verification c5110f7b-353e-4aba-a5e8-d3eb9bed4084 | Context testr@default setup() finished in 0.44 msec 2020-05-03 13:39:05.722 35 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --concurrency 2 --load-list /tmp/66da8dd3-6c74-4efa-ba07-0fe5ddf56ec1'. 2020-05-03 13:39:17.301 35 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_availability_zone.AvailabilityZoneAPITest ... fail 2020-05-03 13:39:17.683 35 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_amphora.AmphoraAPITest ... fail 2020-05-03 13:39:21.049 35 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_availability_zone_capabilities.AvailabilityZoneCapabilitiesAPITest.test_availability_zone_capabilities_list ... success [0.381s] 2020-05-03 13:39:21.149 35 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_flavor.FlavorAPITest.test_flavor_create ... success [0.285s] 2020-05-03 13:39:21.296 35 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_flavor.FlavorAPITest.test_flavor_delete ... success [0.145s] 2020-05-03 13:39:21.800 35 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_flavor.FlavorAPITest.test_flavor_list ... success [0.501s] 2020-05-03 13:39:21.917 35 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_flavor.FlavorAPITest.test_flavor_show ... success [0.118s] 2020-05-03 13:39:22.053 35 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_flavor.FlavorAPITest.test_flavor_update ... success [0.135s] 2020-05-03 13:39:28.202 35 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_availability_zone_profile.AvailabilityZoneProfileAPITest.test_availability_zone_profile_create ... fail [0.762s] 2020-05-03 13:39:28.532 35 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_availability_zone_profile.AvailabilityZoneProfileAPITest.test_availability_zone_profile_delete ... fail [0.327s] 2020-05-03 13:39:28.696 35 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_availability_zone_profile.AvailabilityZoneProfileAPITest.test_availability_zone_profile_list ... fail [0.163s] 2020-05-03 13:39:28.868 35 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_availability_zone_profile.AvailabilityZoneProfileAPITest.test_availability_zone_profile_show ... fail [0.169s] 2020-05-03 13:39:29.044 35 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_availability_zone_profile.AvailabilityZoneProfileAPITest.test_availability_zone_profile_update ... fail [0.174s] 2020-05-03 13:39:32.961 35 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_healthmonitor.HealthMonitorAPITest ... fail 2020-05-03 13:39:36.479 35 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_flavor_capabilities.FlavorCapabilitiesAPITest.test_flavor_capabilities_list ... success [0.403s] 2020-05-03 13:39:40.173 35 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_l7policy.L7PolicyAPITest ... fail 2020-05-03 13:39:43.499 35 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_load_balancer.LoadBalancerAPITest.test_load_balancer_delete ... fail [0.452s] 2020-05-03 13:39:43.526 35 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_flavor_profile.FlavorProfileAPITest.test_flavor_profile_create ... success [0.283s] 2020-05-03 13:39:43.678 35 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_flavor_profile.FlavorProfileAPITest.test_flavor_profile_delete ... success [0.151s] 2020-05-03 13:39:44.146 35 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_load_balancer.LoadBalancerAPITest.test_load_balancer_delete_cascade ... fail [0.644s] 2020-05-03 13:39:44.160 35 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_flavor_profile.FlavorProfileAPITest.test_flavor_profile_list ... success [0.480s] 2020-05-03 13:39:44.262 35 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_flavor_profile.FlavorProfileAPITest.test_flavor_profile_show ... success [0.103s] 2020-05-03 13:39:44.391 35 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_load_balancer.LoadBalancerAPITest.test_load_balancer_failover ... fail [0.242s] 2020-05-03 13:39:44.425 35 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_flavor_profile.FlavorProfileAPITest.test_flavor_profile_update ... success [0.162s] 2020-05-03 13:39:45.133 35 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_load_balancer.LoadBalancerAPITest.test_load_balancer_ipv4_create ... fail [0.742s] 2020-05-03 13:39:45.523 35 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_load_balancer.LoadBalancerAPITest.test_load_balancer_ipv6_create ... fail [0.387s] 2020-05-03 13:39:45.854 35 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_load_balancer.LoadBalancerAPITest.test_load_balancer_list ... fail [0.331s] 2020-05-03 13:39:46.156 35 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_load_balancer.LoadBalancerAPITest.test_load_balancer_show ... fail [0.299s] 2020-05-03 13:39:46.720 35 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_load_balancer.LoadBalancerAPITest.test_load_balancer_show_stats ... fail [0.563s] 2020-05-03 13:39:47.090 35 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_load_balancer.LoadBalancerAPITest.test_load_balancer_show_status ... fail [0.368s] 2020-05-03 13:39:47.664 35 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_load_balancer.LoadBalancerAPITest.test_load_balancer_update ... fail [0.574s] 2020-05-03 13:39:55.585 35 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_l7rule.L7RuleAPITest ... fail 2020-05-03 13:39:58.981 35 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_member.MemberAPITest ... fail 2020-05-03 13:40:02.423 35 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_listener.ListenerAPITest ... fail 2020-05-03 13:40:02.485 35 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_provider.ProviderAPITest.test_provider_list ... success [0.262s] 2020-05-03 13:40:10.032 35 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_pool.PoolAPITest ... fail 2020-05-03 13:40:10.563 35 INFO rally.task.context [-] Verification c5110f7b-353e-4aba-a5e8-d3eb9bed4084 | Context testr@default cleanup() started 2020-05-03 13:40:10.564 35 INFO rally.task.context [-] Verification c5110f7b-353e-4aba-a5e8-d3eb9bed4084 | Context testr@default cleanup() finished in 0.88 msec 2020-05-03 13:40:10.564 35 INFO rally.task.context [-] Verification c5110f7b-353e-4aba-a5e8-d3eb9bed4084 | Context tempest@default cleanup() started 2020-05-03 13:40:10.775 35 INFO rally.task.context [-] Verification c5110f7b-353e-4aba-a5e8-d3eb9bed4084 | Context tempest@default cleanup() finished in 0.21 sec 2020-05-03 13:40:10.823 35 INFO rally.api [-] Verification (UUID=f772d11e-db33-4dd2-9fb4-c26d1114571e) has been successfully finished for deployment 'opnfv-rally' (UUID=3907ad2d-c330-48c4-8e4c-aca4907ca66a)! 2020-05-03 13:40:12.949 44 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-05-03 13:40:12.949 44 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-05-03 13:40:12.950 44 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-05-03 13:40:14.724 46 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-05-03 13:40:14.724 46 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-05-03 13:40:14.724 46 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-05-03 13:40:17.108 46 INFO rally.api [-] Building 'html' report for the following verification(s): 'f772d11e-db33-4dd2-9fb4-c26d1114571e' 2020-05-03 13:40:17.133 46 INFO rally.api [-] The report has been successfully built. 2020-05-03 13:40:18.829 48 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-05-03 13:40:18.830 48 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-05-03 13:40:18.830 48 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-05-03 13:40:21.130 48 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): 'f772d11e-db33-4dd2-9fb4-c26d1114571e' 2020-05-03 13:40:21.136 48 INFO rally.api [-] The report has been successfully built.