2020-07-04 08:58:57.965 7 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-04 08:58:57.966 7 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-04 08:58:57.966 7 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-04 08:59:00.262 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-07-04 08:59:00.262 7 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-07-04 08:59:00.262 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-07-04 08:59:00.262 7 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-07-04 08:59:00.262 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-07-04 08:59:00.262 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2020-07-04 08:59:00.262 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-07-04 08:59:00.262 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-07-04 08:59:00.262 7 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-07-04 08:59:00.262 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-07-04 08:59:00.262 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2020-07-04 08:59:00.262 7 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2020-07-04 08:59:00.262 7 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2020-07-04 08:59:00.262 7 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2020-07-04 08:59:00.262 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2020-07-04 08:59:00.262 7 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2020-07-04 08:59:00.262 7 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2020-07-04 08:59:00.262 7 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2020-07-04 08:59:00.262 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-07-04 08:59:00.262 7 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-07-04 08:59:00.262 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2020-07-04 08:59:00.262 7 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-07-04 08:59:00.262 7 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2020-07-04 08:59:00.262 7 ERROR rally.cli.cliutils 2020-07-04 08:59:02.072 9 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-04 08:59:02.072 9 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-04 08:59:02.072 9 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-04 08:59:05.896 11 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-04 08:59:05.897 11 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-04 08:59:05.897 11 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-04 08:59:10.206 14 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-04 08:59:10.206 14 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-04 08:59:10.206 14 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-04 08:59:11.655 17 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-04 08:59:11.655 17 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-04 08:59:11.655 17 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-04 08:59:13.706 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-07-04 08:59:13.706 17 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-07-04 08:59:13.706 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-07-04 08:59:13.706 17 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-07-04 08:59:13.706 17 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2020-07-04 08:59:13.706 17 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-07-04 08:59:13.706 17 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-07-04 08:59:13.706 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2020-07-04 08:59:13.706 17 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2020-07-04 08:59:13.706 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2020-07-04 08:59:13.706 17 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2020-07-04 08:59:13.706 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2020-07-04 08:59:13.706 17 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2020-07-04 08:59:13.706 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2020-07-04 08:59:13.706 17 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2020-07-04 08:59:13.706 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-07-04 08:59:13.706 17 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-07-04 08:59:13.706 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2020-07-04 08:59:13.706 17 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2020-07-04 08:59:13.706 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2020-07-04 08:59:13.706 17 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-07-04 08:59:13.706 17 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2020-07-04 08:59:13.706 17 ERROR rally.cli.cliutils 2020-07-04 08:59:15.296 19 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-04 08:59:15.297 19 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-04 08:59:15.297 19 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-04 08:59:17.468 19 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2020-07-04 08:59:17.539 19 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-fef43a13-f424-4ee2-9a7a-79ece53329a6/repo. 2020-07-04 08:59:17.796 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-fef43a13-f424-4ee2-9a7a-79ece53329a6/repo'... done. Note: switching to '537bf665f54089bb155b56d8ea1e34ba364dbb74'. 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-07-04 08:59:17.811 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'tags/24.0.0-1-g537bf665f ' 2020-07-04 08:59:17.821 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: '537bf665f54089bb155b56d8ea1e34ba364dbb74 ' 2020-07-04 08:59:17.842 19 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2020-07-04 08:59:17.917 19 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2020-07-04 08:59:18.635 19 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=fef43a13-f424-4ee2-9a7a-79ece53329a6) has been successfully created! 2020-07-04 08:59:20.227 27 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-04 08:59:20.228 27 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-04 08:59:20.228 27 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-04 08:59:24.356 30 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-04 08:59:24.356 30 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-04 08:59:24.356 30 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-04 08:59:26.480 30 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=fef43a13-f424-4ee2-9a7a-79ece53329a6) for deployment 'opnfv-rally' (UUID=b2f4ea10-5e22-47f4-a391-9548b8f82702). 2020-07-04 08:59:26.940 30 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=fef43a13-f424-4ee2-9a7a-79ece53329a6) has been successfully configured for deployment 'opnfv-rally' (UUID=b2f4ea10-5e22-47f4-a391-9548b8f82702)! 2020-07-04 08:59:35.534 35 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-04 08:59:35.535 35 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-04 08:59:35.535 35 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-04 08:59:37.630 35 INFO rally.api [-] Starting verification (UUID=397733a7-21a1-4a9f-b287-377e9e7924eb) for deployment 'opnfv-rally' (UUID=b2f4ea10-5e22-47f4-a391-9548b8f82702) by verifier 'opnfv-tempest' (UUID=fef43a13-f424-4ee2-9a7a-79ece53329a6). 2020-07-04 08:59:38.286 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2020-07-04 08:59:38.287 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-fef43a13-f424-4ee2-9a7a-79ece53329a6/for-deployment-b2f4ea10-5e22-47f4-a391-9548b8f82702/tempest.log' to option 'log_file'. 2020-07-04 08:59:38.287 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-fef43a13-f424-4ee2-9a7a-79ece53329a6/for-deployment-b2f4ea10-5e22-47f4-a391-9548b8f82702/tempest.log 2020-07-04 08:59:38.287 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2020-07-04 08:59:38.287 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-fef43a13-f424-4ee2-9a7a-79ece53329a6/for-deployment-b2f4ea10-5e22-47f4-a391-9548b8f82702/lock_files' to option 'lock_path'. 2020-07-04 08:59:38.288 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-fef43a13-f424-4ee2-9a7a-79ece53329a6/for-deployment-b2f4ea10-5e22-47f4-a391-9548b8f82702/lock_files 2020-07-04 08:59:38.288 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is already configured in Tempest config file. img_dir = /home/opnfv/functest/images 2020-07-04 08:59:38.288 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-07-04 08:59:38.288 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = b1c615b6-3064-428b-963c-948795cdd9bd 2020-07-04 08:59:38.289 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = c79a5c19-be4b-400c-a663-3898a3af4b56 2020-07-04 08:59:38.289 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = 7e77675e-3641-4ff4-ab3d-b0273f54d626 2020-07-04 08:59:38.290 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = 74749b09-1597-4f74-a48f-490292b2804d 2020-07-04 08:59:38.512 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2020-07-04 08:59:38.513 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = tempest_octavia-net_d971158d-0d3c-4e90-a978-c1b5a23dd76a 2020-07-04 08:59:38.513 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2020-07-04 08:59:38.581 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2020-07-04 08:59:38.619 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] There is no flavor with the mentioned properties. 2020-07-04 08:59:38.620 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Creating flavor 'rally_verify_397733a7_pohBtBkD' with the following properties: RAM = 64MB, VCPUs = 1, disk = 5GB. 2020-07-04 08:59:38.659 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_397733a7_pohBtBkD' (ID = f9a42e88-b2d6-4539-9067-c2d4d0d88433) has been successfully created! 2020-07-04 08:59:38.659 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value 'f9a42e88-b2d6-4539-9067-c2d4d0d88433' to option 'instance_type'. 2020-07-04 08:59:38.660 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = f9a42e88-b2d6-4539-9067-c2d4d0d88433 2020-07-04 08:59:38.661 35 INFO rally.task.context [-] Verification fef43a13-f424-4ee2-9a7a-79ece53329a6 | Context tempest@default setup() finished in 0.82 sec 2020-07-04 08:59:38.662 35 INFO rally.task.context [-] Verification fef43a13-f424-4ee2-9a7a-79ece53329a6 | Context testr@default setup() finished in 0.36 msec 2020-07-04 08:59:38.662 35 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --concurrency 2 --load-list /tmp/35cefde6-ce27-431c-9030-ed9441282c8d'. 2020-07-04 08:59:50.051 35 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_flavor.FlavorAPITest.test_flavor_create ... success [0.214s] 2020-07-04 08:59:50.204 35 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_flavor.FlavorAPITest.test_flavor_delete ... success [0.153s] 2020-07-04 08:59:50.719 35 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_flavor.FlavorAPITest.test_flavor_list ... success [0.512s] 2020-07-04 08:59:50.835 35 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_flavor.FlavorAPITest.test_flavor_show ... success [0.116s] 2020-07-04 08:59:50.953 35 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_flavor.FlavorAPITest.test_flavor_update ... success [0.119s] 2020-07-04 09:01:31.831 35 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_healthmonitor.HealthMonitorAPITest.test_healthmonitor_create ... success [21.561s] 2020-07-04 09:01:33.435 35 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_amphora.AmphoraAPITest.test_amphora_failover ... success [50.771s] 2020-07-04 09:01:33.791 35 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_amphora.AmphoraAPITest.test_amphora_update ... success [0.356s] 2020-07-04 09:01:53.255 35 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_healthmonitor.HealthMonitorAPITest.test_healthmonitor_delete ... success [21.424s] 2020-07-04 09:01:55.282 35 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_flavor_capabilities.FlavorCapabilitiesAPITest.test_flavor_capabilities_list ... success [0.260s] 2020-07-04 09:02:11.141 35 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_flavor_profile.FlavorProfileAPITest.test_flavor_profile_create ... success [0.235s] 2020-07-04 09:02:11.260 35 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_flavor_profile.FlavorProfileAPITest.test_flavor_profile_delete ... success [0.118s] 2020-07-04 09:02:11.668 35 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_flavor_profile.FlavorProfileAPITest.test_flavor_profile_list ... success [0.405s] 2020-07-04 09:02:11.745 35 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_flavor_profile.FlavorProfileAPITest.test_flavor_profile_show ... success [0.079s] 2020-07-04 09:02:11.880 35 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_flavor_profile.FlavorProfileAPITest.test_flavor_profile_update ... success [0.135s] 2020-07-04 09:02:56.384 35 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_healthmonitor.HealthMonitorAPITest.test_healthmonitor_list ... success [63.118s] 2020-07-04 09:03:18.110 35 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_healthmonitor.HealthMonitorAPITest.test_healthmonitor_show ... success [21.724s] 2020-07-04 09:03:38.961 35 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_load_balancer.LoadBalancerAPITest.test_load_balancer_delete ... success [62.410s] 2020-07-04 09:03:44.982 35 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_healthmonitor.HealthMonitorAPITest.test_healthmonitor_update ... success [26.867s] 2020-07-04 09:04:40.969 35 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_load_balancer.LoadBalancerAPITest.test_load_balancer_delete_cascade ... success [62.006s] 2020-07-04 09:05:23.539 35 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_l7policy.L7PolicyAPITest.test_l7policy_create_redirect_pool ... success [5.722s] 2020-07-04 09:05:29.175 35 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_l7policy.L7PolicyAPITest.test_l7policy_create_redirect_url ... success [5.635s] 2020-07-04 09:05:34.738 35 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_l7policy.L7PolicyAPITest.test_l7policy_create_reject ... success [5.562s] 2020-07-04 09:05:45.860 35 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_l7policy.L7PolicyAPITest.test_l7policy_delete ... success [11.121s] 2020-07-04 09:06:33.481 35 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_l7policy.L7PolicyAPITest.test_l7policy_list ... success [47.607s] 2020-07-04 09:06:33.508 35 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_load_balancer.LoadBalancerAPITest.test_load_balancer_failover ... success [112.536s] 2020-07-04 09:06:50.571 35 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_l7policy.L7PolicyAPITest.test_l7policy_show ... success [17.091s] 2020-07-04 09:07:12.959 35 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_l7policy.L7PolicyAPITest.test_l7policy_update ... success [22.385s] 2020-07-04 09:07:35.483 35 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_load_balancer.LoadBalancerAPITest.test_load_balancer_ipv4_create ... success [61.974s] 2020-07-04 09:07:35.485 35 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_load_balancer.LoadBalancerAPITest.test_load_balancer_ipv6_create ... skip [0.000s]: b'IPv6 testing is disabled' 2020-07-04 09:09:24.900 35 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_l7rule.L7RuleAPITest.test_l7rule_create ... success [5.955s] 2020-07-04 09:09:36.200 35 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_l7rule.L7RuleAPITest.test_l7rule_delete ... success [11.297s] 2020-07-04 09:10:21.421 35 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_load_balancer.LoadBalancerAPITest.test_load_balancer_list ... success [165.925s] 2020-07-04 09:10:24.508 35 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_l7rule.L7RuleAPITest.test_l7rule_list ... success [48.300s] 2020-07-04 09:10:30.721 35 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_l7rule.L7RuleAPITest.test_l7rule_show ... success [6.216s] 2020-07-04 09:10:42.244 35 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_l7rule.L7RuleAPITest.test_l7rule_update ... success [11.521s] 2020-07-04 09:11:23.745 35 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_load_balancer.LoadBalancerAPITest.test_load_balancer_show ... success [62.326s] 2020-07-04 09:12:25.572 35 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_load_balancer.LoadBalancerAPITest.test_load_balancer_show_stats ... success [61.827s] 2020-07-04 09:12:38.914 35 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_listener.ListenerAPITest.test_listener_create ... success [5.492s] 2020-07-04 09:12:49.646 35 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_listener.ListenerAPITest.test_listener_create_on_same_port ... success [10.730s] 2020-07-04 09:13:00.502 35 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_listener.ListenerAPITest.test_listener_delete ... success [10.855s] 2020-07-04 09:13:27.692 35 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_load_balancer.LoadBalancerAPITest.test_load_balancer_show_status ... success [62.118s] 2020-07-04 09:14:33.320 35 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_listener.ListenerAPITest.test_listener_list ... success [92.808s] 2020-07-04 09:14:39.317 35 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_listener.ListenerAPITest.test_listener_show ... success [5.997s] 2020-07-04 09:14:49.987 35 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_load_balancer.LoadBalancerAPITest.test_load_balancer_update ... success [82.294s] 2020-07-04 09:15:00.725 35 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_listener.ListenerAPITest.test_listener_show_stats ... success [21.406s] 2020-07-04 09:15:22.144 35 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_listener.ListenerAPITest.test_listener_update ... success [21.418s] 2020-07-04 09:17:00.169 35 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.scenario.v2.test_amphora.AmphoraScenarioTest.test_amphora_list_and_show ... success [58.015s] 2020-07-04 09:17:45.127 35 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_member.MemberAPITest.test_member_batch_update ... success [27.438s] 2020-07-04 09:17:56.332 35 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_member.MemberAPITest.test_member_delete ... success [11.206s] 2020-07-04 09:18:33.954 35 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.scenario.v2.test_healthmonitor.HealthMonitorScenarioTest.test_healthmonitor_CRUD ... success [15.982s] 2020-07-04 09:18:45.794 35 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_member.MemberAPITest.test_member_list ... success [49.451s] 2020-07-04 09:18:52.318 35 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_member.MemberAPITest.test_member_show ... success [6.526s] 2020-07-04 09:18:53.116 35 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.scenario.v2.test_ipv6_traffic_ops.IPv6TrafficOperationsScenarioTest ... skip: b'IPv6 traffic ops tests require Octavia IPv6 testing enabled' 2020-07-04 09:19:14.522 35 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_member.MemberAPITest.test_member_update ... success [22.201s] 2020-07-04 09:20:17.837 35 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.scenario.v2.test_l7policy.L7PolicyScenarioTest.test_l7policy_CRUD ... success [16.188s] 2020-07-04 09:21:19.196 35 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_pool.PoolAPITest.test_pool_create_standalone ... success [5.524s] 2020-07-04 09:21:24.845 35 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_pool.PoolAPITest.test_pool_create_with_listener ... success [5.649s] 2020-07-04 09:21:35.947 35 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_pool.PoolAPITest.test_pool_delete ... success [11.100s] 2020-07-04 09:21:54.689 35 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.scenario.v2.test_load_balancer.LoadBalancerScenarioTest.test_load_balancer_ipv4_CRUD ... success [61.347s] 2020-07-04 09:21:54.690 35 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-07-04 09:22:53.518 35 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_pool.PoolAPITest.test_pool_list ... success [77.559s] 2020-07-04 09:22:59.516 35 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_pool.PoolAPITest.test_pool_show ... success [5.999s] 2020-07-04 09:23:16.730 35 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_pool.PoolAPITest.test_pool_update ... success [17.211s] 2020-07-04 09:23:43.828 35 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.scenario.v2.test_member.MemberScenarioTest.test_member_CRUD ... success [17.175s] 2020-07-04 09:23:43.830 35 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-07-04 09:23:43.831 35 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-07-04 09:24:03.718 35 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_provider.ProviderAPITest.test_provider_list ... success [0.203s] 2020-07-04 09:25:46.075 35 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.scenario.v2.test_l7rule.L7RuleScenarioTest.test_l7rule_CRUD ... success [16.331s] 2020-07-04 09:26:45.208 35 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.scenario.v2.test_traffic_ops.TrafficOperationsScenarioTest.test_basic_traffic ... success [36.294s] 2020-07-04 09:27:13.877 35 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.scenario.v2.test_traffic_ops.TrafficOperationsScenarioTest.test_basic_udp_traffic ... success [28.669s] 2020-07-04 09:27:50.457 35 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.scenario.v2.test_listener.ListenerScenarioTest.test_listener_CRUD ... success [21.440s] 2020-07-04 09:28:18.261 35 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.scenario.v2.test_traffic_ops.TrafficOperationsScenarioTest.test_healthmonitor_traffic ... success [64.375s] 2020-07-04 09:29:24.505 35 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.scenario.v2.test_pool.PoolScenarioTest.test_pool_standalone_CRUD ... success [16.126s] 2020-07-04 09:29:37.630 35 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.scenario.v2.test_traffic_ops.TrafficOperationsScenarioTest.test_healthmonitor_udp_traffic ... success [79.360s] 2020-07-04 09:29:40.693 35 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.scenario.v2.test_pool.PoolScenarioTest.test_pool_with_listener_CRUD ... success [16.188s] 2020-07-04 09:31:29.968 35 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.scenario.v2.test_traffic_ops.TrafficOperationsScenarioTest.test_l7policies_and_l7rules ... success [112.328s] 2020-07-04 09:31:29.969 35 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-07-04 09:31:29.969 35 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-07-04 09:32:35.115 35 INFO rally.task.context [-] Verification fef43a13-f424-4ee2-9a7a-79ece53329a6 | Context testr@default cleanup() started 2020-07-04 09:32:35.115 35 INFO rally.task.context [-] Verification fef43a13-f424-4ee2-9a7a-79ece53329a6 | Context testr@default cleanup() finished in 0.79 msec 2020-07-04 09:32:35.116 35 INFO rally.task.context [-] Verification fef43a13-f424-4ee2-9a7a-79ece53329a6 | Context tempest@default cleanup() started 2020-07-04 09:32:35.285 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Deleting flavor 'rally_verify_397733a7_pohBtBkD'. 2020-07-04 09:32:35.439 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_397733a7_pohBtBkD' has been deleted. 2020-07-04 09:32:35.440 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Removing value 'f9a42e88-b2d6-4539-9067-c2d4d0d88433' of option 'instance_type' from Tempest config file. 2020-07-04 09:32:35.440 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Value 'f9a42e88-b2d6-4539-9067-c2d4d0d88433' has been removed. 2020-07-04 09:32:35.446 35 INFO rally.task.context [-] Verification fef43a13-f424-4ee2-9a7a-79ece53329a6 | Context tempest@default cleanup() finished in 0.33 sec 2020-07-04 09:32:35.471 35 INFO rally.api [-] Verification (UUID=397733a7-21a1-4a9f-b287-377e9e7924eb) has been successfully finished for deployment 'opnfv-rally' (UUID=b2f4ea10-5e22-47f4-a391-9548b8f82702)! 2020-07-04 09:32:37.307 64 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-04 09:32:37.307 64 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-04 09:32:37.307 64 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-04 09:32:38.753 66 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-04 09:32:38.753 66 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-04 09:32:38.753 66 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-04 09:32:40.945 66 INFO rally.api [-] Building 'html' report for the following verification(s): '397733a7-21a1-4a9f-b287-377e9e7924eb' 2020-07-04 09:32:40.970 66 INFO rally.api [-] The report has been successfully built. 2020-07-04 09:32:42.565 68 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-04 09:32:42.565 68 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-04 09:32:42.565 68 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-04 09:32:44.702 68 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): '397733a7-21a1-4a9f-b287-377e9e7924eb' 2020-07-04 09:32:44.706 68 INFO rally.api [-] The report has been successfully built.