2020-08-10 16:08:33.205 10 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-08-10 16:08:33.210 10 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-08-10 16:08:33.212 10 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-08-10 16:08:55.763 10 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-08-10 16:08:55.763 10 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-08-10 16:08:55.763 10 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-08-10 16:08:55.763 10 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-08-10 16:08:55.763 10 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-08-10 16:08:55.763 10 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2020-08-10 16:08:55.763 10 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-08-10 16:08:55.763 10 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-08-10 16:08:55.763 10 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-08-10 16:08:55.763 10 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-08-10 16:08:55.763 10 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2020-08-10 16:08:55.763 10 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2020-08-10 16:08:55.763 10 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2020-08-10 16:08:55.763 10 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2020-08-10 16:08:55.763 10 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2020-08-10 16:08:55.763 10 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2020-08-10 16:08:55.763 10 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2020-08-10 16:08:55.763 10 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2020-08-10 16:08:55.763 10 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-08-10 16:08:55.763 10 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-08-10 16:08:55.763 10 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2020-08-10 16:08:55.763 10 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-08-10 16:08:55.763 10 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2020-08-10 16:08:55.763 10 ERROR rally.cli.cliutils 2020-08-10 16:09:09.941 16 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-08-10 16:09:09.947 16 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-08-10 16:09:09.948 16 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-08-10 16:09:49.261 22 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-08-10 16:09:49.269 22 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-08-10 16:09:49.271 22 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-08-10 16:10:30.581 31 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-08-10 16:10:30.587 31 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-08-10 16:10:30.588 31 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-08-10 16:10:44.228 40 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-08-10 16:10:44.234 40 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-08-10 16:10:44.235 40 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-08-10 16:11:05.887 40 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-08-10 16:11:05.887 40 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-08-10 16:11:05.887 40 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-08-10 16:11:05.887 40 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-08-10 16:11:05.887 40 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2020-08-10 16:11:05.887 40 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-08-10 16:11:05.887 40 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-08-10 16:11:05.887 40 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2020-08-10 16:11:05.887 40 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2020-08-10 16:11:05.887 40 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2020-08-10 16:11:05.887 40 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2020-08-10 16:11:05.887 40 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2020-08-10 16:11:05.887 40 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2020-08-10 16:11:05.887 40 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2020-08-10 16:11:05.887 40 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2020-08-10 16:11:05.887 40 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-08-10 16:11:05.887 40 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-08-10 16:11:05.887 40 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2020-08-10 16:11:05.887 40 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2020-08-10 16:11:05.887 40 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2020-08-10 16:11:05.887 40 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-08-10 16:11:05.887 40 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2020-08-10 16:11:05.887 40 ERROR rally.cli.cliutils 2020-08-10 16:11:20.138 46 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-08-10 16:11:20.143 46 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-08-10 16:11:20.144 46 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-08-10 16:11:42.280 46 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2020-08-10 16:11:42.688 46 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-7b2be7db-52bb-42d6-866c-61f0e2bee442/repo. 2020-08-10 16:11:43.435 46 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-7b2be7db-52bb-42d6-866c-61f0e2bee442/repo'... done. Note: switching to '7cf317646c216b70fd060027d67c7aedf746bf6d'. 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-08-10 16:11:43.538 46 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'tags/24.0.0-1-g7cf317646 ' 2020-08-10 16:11:43.597 46 RALLYDEBUG rally.verification.utils [-] Subprocess output: '7cf317646c216b70fd060027d67c7aedf746bf6d ' 2020-08-10 16:11:43.657 46 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2020-08-10 16:11:44.237 46 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2020-08-10 16:11:50.922 46 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=7b2be7db-52bb-42d6-866c-61f0e2bee442) has been successfully created! 2020-08-10 16:12:05.040 71 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-08-10 16:12:05.046 71 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-08-10 16:12:05.047 71 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-08-10 16:12:42.219 80 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-08-10 16:12:42.225 80 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-08-10 16:12:42.226 80 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-08-10 16:13:04.228 80 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=7b2be7db-52bb-42d6-866c-61f0e2bee442) for deployment 'opnfv-rally' (UUID=c211a055-2374-40ea-bfe0-ab92819144fb). 2020-08-10 16:13:05.660 80 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=7b2be7db-52bb-42d6-866c-61f0e2bee442) has been successfully configured for deployment 'opnfv-rally' (UUID=c211a055-2374-40ea-bfe0-ab92819144fb)! 2020-08-10 16:14:24.444 97 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-08-10 16:14:24.450 97 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-08-10 16:14:24.452 97 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-08-10 16:14:46.866 97 INFO rally.api [-] Starting verification (UUID=15094633-28a8-477c-8859-514d87d3e056) for deployment 'opnfv-rally' (UUID=c211a055-2374-40ea-bfe0-ab92819144fb) by verifier 'opnfv-tempest' (UUID=7b2be7db-52bb-42d6-866c-61f0e2bee442). 2020-08-10 16:14:51.149 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2020-08-10 16:14:51.152 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-7b2be7db-52bb-42d6-866c-61f0e2bee442/for-deployment-c211a055-2374-40ea-bfe0-ab92819144fb/tempest.log' to option 'log_file'. 2020-08-10 16:14:51.153 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-7b2be7db-52bb-42d6-866c-61f0e2bee442/for-deployment-c211a055-2374-40ea-bfe0-ab92819144fb/tempest.log 2020-08-10 16:14:51.155 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2020-08-10 16:14:51.157 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-7b2be7db-52bb-42d6-866c-61f0e2bee442/for-deployment-c211a055-2374-40ea-bfe0-ab92819144fb/lock_files' to option 'lock_path'. 2020-08-10 16:14:51.158 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-7b2be7db-52bb-42d6-866c-61f0e2bee442/for-deployment-c211a055-2374-40ea-bfe0-ab92819144fb/lock_files 2020-08-10 16:14:51.160 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is already configured in Tempest config file. img_dir = /home/opnfv/functest/images 2020-08-10 16:14:51.162 97 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-08-10 16:14:51.164 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = 2216d7da-0f3a-44aa-b920-98f319eb76e7 2020-08-10 16:14:51.166 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = 93364a51-1fef-4c88-a326-00b83e289ee9 2020-08-10 16:14:51.169 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = c6f62134-7da6-4193-a3fb-215bee8fc7e1 2020-08-10 16:14:51.173 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = 2ccc9a8c-4885-462c-8784-696e893719b4 2020-08-10 16:14:51.535 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2020-08-10 16:14:51.537 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = tempest_octavia-net_6c20a305-3290-49e3-b3b6-6147e6033d8a 2020-08-10 16:14:51.541 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2020-08-10 16:14:52.312 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2020-08-10 16:14:52.392 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] There is no flavor with the mentioned properties. 2020-08-10 16:14:52.394 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Creating flavor 'rally_verify_15094633_XLuhdyRk' with the following properties: RAM = 64MB, VCPUs = 1, disk = 5GB. 2020-08-10 16:14:52.455 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_15094633_XLuhdyRk' (ID = 42f4b6d2-9288-4c45-9163-70427d38f010) has been successfully created! 2020-08-10 16:14:52.457 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '42f4b6d2-9288-4c45-9163-70427d38f010' to option 'instance_type'. 2020-08-10 16:14:52.458 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = 42f4b6d2-9288-4c45-9163-70427d38f010 2020-08-10 16:14:52.465 97 INFO rally.task.context [-] Verification 7b2be7db-52bb-42d6-866c-61f0e2bee442 | Context tempest@default setup() finished in 4.54 sec 2020-08-10 16:14:52.468 97 INFO rally.task.context [-] Verification 7b2be7db-52bb-42d6-866c-61f0e2bee442 | Context testr@default setup() finished in 1.15 msec 2020-08-10 16:14:52.469 97 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --concurrency 2 --load-list /tmp/c08db674-820c-48f4-9e0f-ff9674382df9'. 2020-08-10 16:15:42.370 97 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_flavor_capabilities.FlavorCapabilitiesAPITest.test_flavor_capabilities_list ... success [0.665s] 2020-08-10 16:17:18.579 97 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_healthmonitor.HealthMonitorAPITest.test_healthmonitor_create ... success [22.328s] 2020-08-10 16:17:30.375 97 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_healthmonitor.HealthMonitorAPITest.test_healthmonitor_delete ... success [11.811s] 2020-08-10 16:17:47.095 97 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_amphora.AmphoraAPITest.test_amphora_failover ... success [61.116s] 2020-08-10 16:17:47.395 97 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_amphora.AmphoraAPITest.test_amphora_update ... success [0.306s] 2020-08-10 16:18:13.977 97 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_flavor.FlavorAPITest.test_flavor_create ... success [0.373s] 2020-08-10 16:18:14.235 97 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_flavor.FlavorAPITest.test_flavor_delete ... success [0.251s] 2020-08-10 16:18:15.047 97 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_flavor.FlavorAPITest.test_flavor_list ... success [0.798s] 2020-08-10 16:18:15.233 97 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_flavor.FlavorAPITest.test_flavor_show ... success [0.191s] 2020-08-10 16:18:15.488 97 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_flavor.FlavorAPITest.test_flavor_update ... success [0.253s] 2020-08-10 16:18:35.464 97 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_healthmonitor.HealthMonitorAPITest.test_healthmonitor_list ... success [64.996s] 2020-08-10 16:18:38.936 97 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_flavor_profile.FlavorProfileAPITest.test_flavor_profile_create ... success [0.325s] 2020-08-10 16:18:39.205 97 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_flavor_profile.FlavorProfileAPITest.test_flavor_profile_delete ... success [0.261s] 2020-08-10 16:18:39.999 97 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_flavor_profile.FlavorProfileAPITest.test_flavor_profile_list ... success [0.780s] 2020-08-10 16:18:40.200 97 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_flavor_profile.FlavorProfileAPITest.test_flavor_profile_show ... success [0.208s] 2020-08-10 16:18:40.468 97 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_flavor_profile.FlavorProfileAPITest.test_flavor_profile_update ... success [0.262s] 2020-08-10 16:18:47.575 97 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_healthmonitor.HealthMonitorAPITest.test_healthmonitor_show ... success [12.112s] 2020-08-10 16:18:59.967 97 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_healthmonitor.HealthMonitorAPITest.test_healthmonitor_update ... success [12.377s] 2020-08-10 16:20:06.213 97 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_listener.ListenerAPITest.test_listener_create ... success [10.866s] 2020-08-10 16:20:17.203 97 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_listener.ListenerAPITest.test_listener_create_on_same_port ... success [10.982s] 2020-08-10 16:20:28.279 97 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_listener.ListenerAPITest.test_listener_delete ... success [11.071s] 2020-08-10 16:20:28.390 97 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_l7policy.L7PolicyAPITest.test_l7policy_create_redirect_pool ... success [5.981s] 2020-08-10 16:20:34.191 97 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_l7policy.L7PolicyAPITest.test_l7policy_create_redirect_url ... success [5.796s] 2020-08-10 16:20:40.110 97 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_l7policy.L7PolicyAPITest.test_l7policy_create_reject ... success [5.913s] 2020-08-10 16:20:51.379 97 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_l7policy.L7PolicyAPITest.test_l7policy_delete ... success [11.266s] 2020-08-10 16:21:45.445 97 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_l7policy.L7PolicyAPITest.test_l7policy_list ... success [53.996s] 2020-08-10 16:22:02.829 97 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_l7policy.L7PolicyAPITest.test_l7policy_show ... success [17.377s] 2020-08-10 16:22:02.993 97 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_listener.ListenerAPITest.test_listener_list ... success [94.632s] 2020-08-10 16:22:09.102 97 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_listener.ListenerAPITest.test_listener_show ... success [6.121s] 2020-08-10 16:22:25.703 97 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_listener.ListenerAPITest.test_listener_show_stats ... success [16.577s] 2020-08-10 16:22:25.873 97 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_l7policy.L7PolicyAPITest.test_l7policy_update ... success [23.026s] 2020-08-10 16:22:47.559 97 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_listener.ListenerAPITest.test_listener_update ... success [21.861s] 2020-08-10 16:23:43.602 97 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_provider.ProviderAPITest.test_provider_list ... success [0.299s] 2020-08-10 16:24:31.585 97 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_l7rule.L7RuleAPITest.test_l7rule_create ... success [6.066s] 2020-08-10 16:24:43.134 97 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_l7rule.L7RuleAPITest.test_l7rule_delete ... success [11.543s] 2020-08-10 16:25:05.706 97 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.scenario.v2.test_healthmonitor.HealthMonitorScenarioTest.test_healthmonitor_CRUD ... success [11.291s] 2020-08-10 16:25:26.368 97 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-08-10 16:25:32.769 97 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_l7rule.L7RuleAPITest.test_l7rule_list ... success [49.582s] 2020-08-10 16:25:39.172 97 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_l7rule.L7RuleAPITest.test_l7rule_show ... success [6.417s] 2020-08-10 16:25:51.165 97 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_l7rule.L7RuleAPITest.test_l7rule_update ... success [11.986s] 2020-08-10 16:26:53.332 97 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.scenario.v2.test_l7rule.L7RuleScenarioTest.test_l7rule_CRUD ... success [16.690s] 2020-08-10 16:27:55.013 97 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_load_balancer.LoadBalancerAPITest.test_load_balancer_delete ... success [62.828s] 2020-08-10 16:28:57.015 97 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.scenario.v2.test_listener.ListenerScenarioTest.test_listener_CRUD ... success [21.978s] 2020-08-10 16:28:57.583 97 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_load_balancer.LoadBalancerAPITest.test_load_balancer_delete_cascade ... success [62.566s] 2020-08-10 16:30:34.390 97 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.scenario.v2.test_load_balancer.LoadBalancerScenarioTest.test_load_balancer_ipv4_CRUD ... success [58.172s] 2020-08-10 16:30:34.402 97 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.scenario.v2.test_load_balancer.LoadBalancerScenarioTest.test_load_balancer_ipv6_CRUD ... skip [0.002s]: b'IPv6 testing is disabled' 2020-08-10 16:30:50.644 97 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_load_balancer.LoadBalancerAPITest.test_load_balancer_failover ... success [113.040s] 2020-08-10 16:31:53.249 97 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_load_balancer.LoadBalancerAPITest.test_load_balancer_ipv4_create ... success [62.600s] 2020-08-10 16:31:53.256 97 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_load_balancer.LoadBalancerAPITest.test_load_balancer_ipv6_create ... skip [0.001s]: b'IPv6 testing is disabled' 2020-08-10 16:33:49.802 97 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.scenario.v2.test_traffic_ops.TrafficOperationsScenarioTest.test_basic_traffic ... success [45.378s] 2020-08-10 16:34:19.044 97 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.scenario.v2.test_traffic_ops.TrafficOperationsScenarioTest.test_basic_udp_traffic ... success [29.238s] 2020-08-10 16:34:49.913 97 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_load_balancer.LoadBalancerAPITest.test_load_balancer_list ... success [176.588s] 2020-08-10 16:35:26.024 97 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.scenario.v2.test_traffic_ops.TrafficOperationsScenarioTest.test_healthmonitor_traffic ... success [66.919s] 2020-08-10 16:35:52.281 97 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_load_balancer.LoadBalancerAPITest.test_load_balancer_show ... success [62.386s] 2020-08-10 16:36:44.550 97 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_load_balancer.LoadBalancerAPITest.test_load_balancer_show_stats ... success [52.272s] 2020-08-10 16:36:47.018 97 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.scenario.v2.test_traffic_ops.TrafficOperationsScenarioTest.test_healthmonitor_udp_traffic ... success [80.966s] 2020-08-10 16:37:47.243 97 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_load_balancer.LoadBalancerAPITest.test_load_balancer_show_status ... success [62.677s] 2020-08-10 16:38:47.158 97 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.scenario.v2.test_traffic_ops.TrafficOperationsScenarioTest.test_l7policies_and_l7rules ... success [120.043s] 2020-08-10 16:38:47.166 97 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.scenario.v2.test_traffic_ops.TrafficOperationsScenarioTest.test_mixed_ipv4_ipv6_members_traffic ... skip [0.002s]: b'Mixed IPv4/IPv6 member test requires IPv6.' 2020-08-10 16:38:47.178 97 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.scenario.v2.test_traffic_ops.TrafficOperationsScenarioTest.test_mixed_ipv4_ipv6_members_udp_traffic ... skip [0.001s]: b'Mixed IPv4/IPv6 member test requires IPv6.' 2020-08-10 16:38:49.803 97 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_load_balancer.LoadBalancerAPITest.test_load_balancer_update ... success [62.550s] 2020-08-10 16:40:33.594 97 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_member.MemberAPITest.test_member_batch_update ... success [23.520s] 2020-08-10 16:40:45.027 97 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_member.MemberAPITest.test_member_delete ... success [11.435s] 2020-08-10 16:41:35.911 97 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_member.MemberAPITest.test_member_list ... success [50.809s] 2020-08-10 16:41:42.342 97 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_member.MemberAPITest.test_member_show ... success [6.456s] 2020-08-10 16:41:59.787 97 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_member.MemberAPITest.test_member_update ... success [17.430s] 2020-08-10 16:43:55.549 97 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_pool.PoolAPITest.test_pool_create_standalone ... success [5.735s] 2020-08-10 16:44:01.350 97 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_pool.PoolAPITest.test_pool_create_with_listener ... success [5.795s] 2020-08-10 16:44:12.715 97 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_pool.PoolAPITest.test_pool_delete ... success [11.360s] 2020-08-10 16:45:47.069 97 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_pool.PoolAPITest.test_pool_list ... success [94.271s] 2020-08-10 16:45:53.245 97 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_pool.PoolAPITest.test_pool_show ... success [6.198s] 2020-08-10 16:46:11.001 97 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_pool.PoolAPITest.test_pool_update ... success [17.736s] 2020-08-10 16:48:34.411 97 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.scenario.v2.test_amphora.AmphoraScenarioTest.test_amphora_list_and_show ... success [47.871s] 2020-08-10 16:50:22.019 97 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.scenario.v2.test_l7policy.L7PolicyScenarioTest.test_l7policy_CRUD ... success [16.649s] 2020-08-10 16:52:26.440 97 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.scenario.v2.test_member.MemberScenarioTest.test_member_CRUD ... success [17.741s] 2020-08-10 16:52:26.450 97 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.scenario.v2.test_member.MemberScenarioTest.test_mixed_member_create ... skip [0.001s]: b'IPv6 testing is disabled' 2020-08-10 16:52:26.458 97 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.scenario.v2.test_member.MemberScenarioTest.test_mixed_udp_member_create ... skip [0.001s]: b'IPv6 testing is disabled' 2020-08-10 16:54:27.625 97 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.scenario.v2.test_pool.PoolScenarioTest.test_pool_standalone_CRUD ... success [16.489s] 2020-08-10 16:54:44.191 97 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.scenario.v2.test_pool.PoolScenarioTest.test_pool_with_listener_CRUD ... success [16.561s] 2020-08-10 16:55:05.972 97 INFO rally.task.context [-] Verification 7b2be7db-52bb-42d6-866c-61f0e2bee442 | Context testr@default cleanup() started 2020-08-10 16:55:05.976 97 INFO rally.task.context [-] Verification 7b2be7db-52bb-42d6-866c-61f0e2bee442 | Context testr@default cleanup() finished in 3.86 msec 2020-08-10 16:55:05.980 97 INFO rally.task.context [-] Verification 7b2be7db-52bb-42d6-866c-61f0e2bee442 | Context tempest@default cleanup() started 2020-08-10 16:55:06.398 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Deleting flavor 'rally_verify_15094633_XLuhdyRk'. 2020-08-10 16:55:06.620 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_15094633_XLuhdyRk' has been deleted. 2020-08-10 16:55:06.625 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Removing value '42f4b6d2-9288-4c45-9163-70427d38f010' of option 'instance_type' from Tempest config file. 2020-08-10 16:55:06.626 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Value '42f4b6d2-9288-4c45-9163-70427d38f010' has been removed. 2020-08-10 16:55:06.658 97 INFO rally.task.context [-] Verification 7b2be7db-52bb-42d6-866c-61f0e2bee442 | Context tempest@default cleanup() finished in 0.68 sec 2020-08-10 16:55:06.742 97 INFO rally.api [-] Verification (UUID=15094633-28a8-477c-8859-514d87d3e056) has been successfully finished for deployment 'opnfv-rally' (UUID=c211a055-2374-40ea-bfe0-ab92819144fb)! 2020-08-10 16:55:21.492 150 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-08-10 16:55:21.498 150 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-08-10 16:55:21.499 150 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-08-10 16:55:36.335 156 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-08-10 16:55:36.341 156 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-08-10 16:55:36.343 156 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-08-10 16:55:58.223 156 INFO rally.api [-] Building 'html' report for the following verification(s): '15094633-28a8-477c-8859-514d87d3e056' 2020-08-10 16:55:58.446 156 INFO rally.api [-] The report has been successfully built. 2020-08-10 16:56:12.566 162 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-08-10 16:56:12.572 162 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-08-10 16:56:12.574 162 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-08-10 16:56:34.239 162 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): '15094633-28a8-477c-8859-514d87d3e056' 2020-08-10 16:56:34.305 162 INFO rally.api [-] The report has been successfully built.