2020-06-07 09:10:45.699 7 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-07 09:10:45.700 7 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-07 09:10:45.700 7 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-07 09:10:48.204 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-07 09:10:48.204 7 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-06-07 09:10:48.204 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-06-07 09:10:48.204 7 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-06-07 09:10:48.204 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-06-07 09:10:48.204 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2020-06-07 09:10:48.204 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-06-07 09:10:48.204 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-06-07 09:10:48.204 7 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-06-07 09:10:48.204 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-06-07 09:10:48.204 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2020-06-07 09:10:48.204 7 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2020-06-07 09:10:48.204 7 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2020-06-07 09:10:48.204 7 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2020-06-07 09:10:48.204 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2020-06-07 09:10:48.204 7 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2020-06-07 09:10:48.204 7 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2020-06-07 09:10:48.204 7 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2020-06-07 09:10:48.204 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-06-07 09:10:48.204 7 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-06-07 09:10:48.204 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2020-06-07 09:10:48.204 7 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-06-07 09:10:48.204 7 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2020-06-07 09:10:48.204 7 ERROR rally.cli.cliutils 2020-06-07 09:10:50.003 9 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-07 09:10:50.003 9 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-07 09:10:50.004 9 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-07 09:10:54.307 11 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-07 09:10:54.307 11 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-07 09:10:54.307 11 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-07 09:10:59.197 14 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-07 09:10:59.198 14 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-07 09:10:59.198 14 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-07 09:11:00.820 17 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-07 09:11:00.820 17 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-07 09:11:00.821 17 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-07 09:11:03.103 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-07 09:11:03.103 17 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-06-07 09:11:03.103 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-06-07 09:11:03.103 17 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-06-07 09:11:03.103 17 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2020-06-07 09:11:03.103 17 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-06-07 09:11:03.103 17 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-06-07 09:11:03.103 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2020-06-07 09:11:03.103 17 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2020-06-07 09:11:03.103 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2020-06-07 09:11:03.103 17 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2020-06-07 09:11:03.103 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2020-06-07 09:11:03.103 17 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2020-06-07 09:11:03.103 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2020-06-07 09:11:03.103 17 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2020-06-07 09:11:03.103 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-06-07 09:11:03.103 17 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-06-07 09:11:03.103 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2020-06-07 09:11:03.103 17 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2020-06-07 09:11:03.103 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2020-06-07 09:11:03.103 17 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-06-07 09:11:03.103 17 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2020-06-07 09:11:03.103 17 ERROR rally.cli.cliutils 2020-06-07 09:11:04.837 19 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-07 09:11:04.837 19 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-07 09:11:04.837 19 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-07 09:11:07.098 19 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2020-06-07 09:11:07.226 19 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-3c6bf8a4-681c-4098-9db2-8a9fd40d25a5/repo. 2020-06-07 09:11:07.518 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-3c6bf8a4-681c-4098-9db2-8a9fd40d25a5/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-06-07 09:11:07.530 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'tags/24.0.0 ' 2020-06-07 09:11:07.538 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'c73e6b11dcc1fcd878ff62e353441a5c8c794c83 ' 2020-06-07 09:11:07.562 19 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2020-06-07 09:11:07.614 19 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2020-06-07 09:11:08.476 19 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=3c6bf8a4-681c-4098-9db2-8a9fd40d25a5) has been successfully created! 2020-06-07 09:11:10.224 27 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-07 09:11:10.225 27 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-07 09:11:10.225 27 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-07 09:11:15.132 30 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-07 09:11:15.132 30 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-07 09:11:15.132 30 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-07 09:11:17.501 30 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=3c6bf8a4-681c-4098-9db2-8a9fd40d25a5) for deployment 'opnfv-rally' (UUID=91ec6dd6-cc77-485a-a23b-8cf15cddaa63). 2020-06-07 09:11:19.517 30 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=3c6bf8a4-681c-4098-9db2-8a9fd40d25a5) has been successfully configured for deployment 'opnfv-rally' (UUID=91ec6dd6-cc77-485a-a23b-8cf15cddaa63)! 2020-06-07 09:11:28.825 35 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-07 09:11:28.826 35 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-07 09:11:28.826 35 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-07 09:11:31.221 35 INFO rally.api [-] Starting verification (UUID=2029ba40-d50c-49d0-9835-02cfe174cad2) for deployment 'opnfv-rally' (UUID=91ec6dd6-cc77-485a-a23b-8cf15cddaa63) by verifier 'opnfv-tempest' (UUID=3c6bf8a4-681c-4098-9db2-8a9fd40d25a5). 2020-06-07 09:11:32.072 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2020-06-07 09:11:32.073 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-3c6bf8a4-681c-4098-9db2-8a9fd40d25a5/for-deployment-91ec6dd6-cc77-485a-a23b-8cf15cddaa63/tempest.log' to option 'log_file'. 2020-06-07 09:11:32.073 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-3c6bf8a4-681c-4098-9db2-8a9fd40d25a5/for-deployment-91ec6dd6-cc77-485a-a23b-8cf15cddaa63/tempest.log 2020-06-07 09:11:32.074 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2020-06-07 09:11:32.074 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-3c6bf8a4-681c-4098-9db2-8a9fd40d25a5/for-deployment-91ec6dd6-cc77-485a-a23b-8cf15cddaa63/lock_files' to option 'lock_path'. 2020-06-07 09:11:32.074 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-3c6bf8a4-681c-4098-9db2-8a9fd40d25a5/for-deployment-91ec6dd6-cc77-485a-a23b-8cf15cddaa63/lock_files 2020-06-07 09:11:32.075 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is already configured in Tempest config file. img_dir = /home/opnfv/functest/images 2020-06-07 09:11:32.075 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-06-07 09:11:32.076 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = 4542c6bf-d507-4d26-9c77-55d7ff1b9554 2020-06-07 09:11:32.076 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = 0e05e077-abac-4d37-90b4-7e7af6a14aa5 2020-06-07 09:11:32.077 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = 53d8df5e-4e70-4dec-9bfa-377f2feab276 2020-06-07 09:11:32.077 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = 721f5708-5eae-467f-bd6a-97a9f65d5fa9 2020-06-07 09:11:32.384 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2020-06-07 09:11:32.385 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = tempest_octavia-net_2d2b5e2f-9b88-4f06-bb51-f2d1c4284dcb 2020-06-07 09:11:32.385 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2020-06-07 09:11:32.480 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2020-06-07 09:11:32.536 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] The following flavor discovered: 'rally_verify_8f10da1c_pxhGCf0U'. Using flavor 'rally_verify_8f10da1c_pxhGCf0U' (ID = 0d08090d-425c-41d8-9f5d-d7c96e2a6a07) for the tests. 2020-06-07 09:11:32.537 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '0d08090d-425c-41d8-9f5d-d7c96e2a6a07' to option 'instance_type'. 2020-06-07 09:11:32.537 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = 0d08090d-425c-41d8-9f5d-d7c96e2a6a07 2020-06-07 09:11:32.539 35 INFO rally.task.context [-] Verification 3c6bf8a4-681c-4098-9db2-8a9fd40d25a5 | Context tempest@default setup() finished in 0.99 sec 2020-06-07 09:11:32.540 35 INFO rally.task.context [-] Verification 3c6bf8a4-681c-4098-9db2-8a9fd40d25a5 | Context testr@default setup() finished in 0.50 msec 2020-06-07 09:11:32.540 35 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --concurrency 2 --load-list /tmp/5ca87531-b037-42b4-8f5d-fd7313ca9286'. 2020-06-07 09:13:05.591 35 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_l7policy.L7PolicyAPITest.test_l7policy_create_redirect_pool ... success [5.849s] 2020-06-07 09:13:11.257 35 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_l7policy.L7PolicyAPITest.test_l7policy_create_redirect_url ... success [5.665s] 2020-06-07 09:13:16.897 35 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_l7policy.L7PolicyAPITest.test_l7policy_create_reject ... success [5.639s] 2020-06-07 09:13:28.184 35 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_l7policy.L7PolicyAPITest.test_l7policy_delete ... success [11.286s] 2020-06-07 09:13:39.488 35 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_amphora.AmphoraAPITest.test_amphora_failover ... success [50.848s] 2020-06-07 09:13:39.699 35 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_amphora.AmphoraAPITest.test_amphora_update ... success [0.212s] 2020-06-07 09:14:06.389 35 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_flavor.FlavorAPITest.test_flavor_create ... success [0.272s] 2020-06-07 09:14:06.548 35 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_flavor.FlavorAPITest.test_flavor_delete ... success [0.158s] 2020-06-07 09:14:07.047 35 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_flavor.FlavorAPITest.test_flavor_list ... success [0.497s] 2020-06-07 09:14:07.164 35 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_flavor.FlavorAPITest.test_flavor_show ... success [0.115s] 2020-06-07 09:14:07.308 35 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_flavor.FlavorAPITest.test_flavor_update ... success [0.144s] 2020-06-07 09:14:15.829 35 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_l7policy.L7PolicyAPITest.test_l7policy_list ... success [47.638s] 2020-06-07 09:14:24.157 35 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_flavor_capabilities.FlavorCapabilitiesAPITest.test_flavor_capabilities_list ... success [0.283s] 2020-06-07 09:14:32.936 35 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_l7policy.L7PolicyAPITest.test_l7policy_show ... success [17.105s] 2020-06-07 09:14:42.575 35 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_flavor_profile.FlavorProfileAPITest.test_flavor_profile_create ... success [0.331s] 2020-06-07 09:14:42.721 35 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_flavor_profile.FlavorProfileAPITest.test_flavor_profile_delete ... success [0.144s] 2020-06-07 09:14:43.203 35 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_flavor_profile.FlavorProfileAPITest.test_flavor_profile_list ... success [0.480s] 2020-06-07 09:14:43.323 35 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_flavor_profile.FlavorProfileAPITest.test_flavor_profile_show ... success [0.120s] 2020-06-07 09:14:43.506 35 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_flavor_profile.FlavorProfileAPITest.test_flavor_profile_update ... success [0.182s] 2020-06-07 09:14:55.663 35 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_l7policy.L7PolicyAPITest.test_l7policy_update ... success [22.727s] 2020-06-07 09:16:17.784 35 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_healthmonitor.HealthMonitorAPITest.test_healthmonitor_create ... success [21.601s] 2020-06-07 09:16:39.315 35 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_healthmonitor.HealthMonitorAPITest.test_healthmonitor_delete ... success [21.530s] 2020-06-07 09:17:00.881 35 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_l7rule.L7RuleAPITest.test_l7rule_create ... success [5.977s] 2020-06-07 09:17:12.263 35 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_l7rule.L7RuleAPITest.test_l7rule_delete ... success [11.379s] 2020-06-07 09:17:42.606 35 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_healthmonitor.HealthMonitorAPITest.test_healthmonitor_list ... success [63.278s] 2020-06-07 09:18:00.957 35 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_l7rule.L7RuleAPITest.test_l7rule_list ... success [48.682s] 2020-06-07 09:18:04.353 35 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_healthmonitor.HealthMonitorAPITest.test_healthmonitor_show ... success [21.745s] 2020-06-07 09:18:07.189 35 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_l7rule.L7RuleAPITest.test_l7rule_show ... success [6.236s] 2020-06-07 09:18:18.861 35 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_l7rule.L7RuleAPITest.test_l7rule_update ... success [11.672s] 2020-06-07 09:18:31.378 35 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_healthmonitor.HealthMonitorAPITest.test_healthmonitor_update ... success [27.022s] 2020-06-07 09:20:20.294 35 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_listener.ListenerAPITest.test_listener_create ... success [5.592s] 2020-06-07 09:20:28.274 35 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_member.MemberAPITest.test_member_batch_update ... success [23.214s] 2020-06-07 09:20:31.108 35 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_listener.ListenerAPITest.test_listener_create_on_same_port ... success [10.813s] 2020-06-07 09:20:39.593 35 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_member.MemberAPITest.test_member_delete ... success [11.321s] 2020-06-07 09:20:42.072 35 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_listener.ListenerAPITest.test_listener_delete ... success [10.964s] 2020-06-07 09:21:29.176 35 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_member.MemberAPITest.test_member_list ... success [49.572s] 2020-06-07 09:21:35.518 35 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_member.MemberAPITest.test_member_show ... success [6.346s] 2020-06-07 09:21:47.636 35 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_member.MemberAPITest.test_member_update ... success [12.115s] 2020-06-07 09:22:19.800 35 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_listener.ListenerAPITest.test_listener_list ... success [97.715s] 2020-06-07 09:22:35.945 35 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_listener.ListenerAPITest.test_listener_show ... success [16.146s] 2020-06-07 09:22:47.259 35 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_listener.ListenerAPITest.test_listener_show_stats ... success [11.313s] 2020-06-07 09:22:48.083 35 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_provider.ProviderAPITest.test_provider_list ... success [0.192s] 2020-06-07 09:23:03.716 35 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_listener.ListenerAPITest.test_listener_update ... success [16.457s] 2020-06-07 09:24:55.465 35 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_load_balancer.LoadBalancerAPITest.test_load_balancer_delete ... success [62.232s] 2020-06-07 09:24:56.301 35 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.scenario.v2.test_amphora.AmphoraScenarioTest.test_amphora_list_and_show ... success [57.633s] 2020-06-07 09:25:12.635 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-06-07 09:25:57.438 35 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_load_balancer.LoadBalancerAPITest.test_load_balancer_delete_cascade ... success [61.972s] 2020-06-07 09:26:37.172 35 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.scenario.v2.test_l7policy.L7PolicyScenarioTest.test_l7policy_CRUD ... success [16.197s] 2020-06-07 09:27:50.434 35 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_load_balancer.LoadBalancerAPITest.test_load_balancer_failover ... success [112.992s] 2020-06-07 09:28:26.457 35 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.scenario.v2.test_listener.ListenerScenarioTest.test_listener_CRUD ... success [21.510s] 2020-06-07 09:28:52.291 35 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_load_balancer.LoadBalancerAPITest.test_load_balancer_ipv4_create ... success [61.856s] 2020-06-07 09:28:52.292 35 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-07 09:31:53.410 35 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_load_balancer.LoadBalancerAPITest.test_load_balancer_list ... success [181.105s] 2020-06-07 09:32:55.489 35 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_load_balancer.LoadBalancerAPITest.test_load_balancer_show ... success [62.080s] 2020-06-07 09:33:58.269 35 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_load_balancer.LoadBalancerAPITest.test_load_balancer_show_stats ... success [62.781s] 2020-06-07 09:35:00.325 35 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_load_balancer.LoadBalancerAPITest.test_load_balancer_show_status ... success [62.054s] 2020-06-07 09:36:02.425 35 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_load_balancer.LoadBalancerAPITest.test_load_balancer_update ... success [62.098s] 2020-06-07 09:37:20.542 35 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_pool.PoolAPITest.test_pool_create_standalone ... success [5.509s] 2020-06-07 09:37:26.250 35 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_pool.PoolAPITest.test_pool_create_with_listener ... success [5.706s] 2020-06-07 09:37:37.374 35 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_pool.PoolAPITest.test_pool_delete ... success [11.123s] 2020-06-07 09:39:09.866 35 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_pool.PoolAPITest.test_pool_list ... success [92.479s] 2020-06-07 09:39:15.923 35 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_pool.PoolAPITest.test_pool_show ... success [6.061s] 2020-06-07 09:39:33.264 35 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_pool.PoolAPITest.test_pool_update ... success [17.337s] 2020-06-07 09:41:36.982 35 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.scenario.v2.test_healthmonitor.HealthMonitorScenarioTest.test_healthmonitor_CRUD ... success [15.993s] 2020-06-07 09:43:27.537 35 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.scenario.v2.test_l7rule.L7RuleScenarioTest.test_l7rule_CRUD ... success [16.234s] 2020-06-07 09:45:12.267 35 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.scenario.v2.test_load_balancer.LoadBalancerScenarioTest.test_load_balancer_ipv4_CRUD ... success [72.885s] 2020-06-07 09:45:12.268 35 INFO opnfv-tempest [-] {1} 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-07 09:46:59.225 35 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.scenario.v2.test_member.MemberScenarioTest.test_member_CRUD ... success [17.402s] 2020-06-07 09:46:59.226 35 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.scenario.v2.test_member.MemberScenarioTest.test_mixed_member_create ... skip [0.000s]: b'IPv6 testing is disabled' 2020-06-07 09:46:59.227 35 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.scenario.v2.test_member.MemberScenarioTest.test_mixed_udp_member_create ... skip [0.000s]: b'IPv6 testing is disabled' 2020-06-07 09:48:55.533 35 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.scenario.v2.test_pool.PoolScenarioTest.test_pool_standalone_CRUD ... success [16.112s] 2020-06-07 09:49:11.830 35 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.scenario.v2.test_pool.PoolScenarioTest.test_pool_with_listener_CRUD ... success [16.295s] 2020-06-07 09:52:12.058 35 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.scenario.v2.test_traffic_ops.TrafficOperationsScenarioTest.test_basic_traffic ... success [33.994s] 2020-06-07 09:52:40.942 35 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.scenario.v2.test_traffic_ops.TrafficOperationsScenarioTest.test_basic_udp_traffic ... success [28.881s] 2020-06-07 09:53:50.822 35 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.scenario.v2.test_traffic_ops.TrafficOperationsScenarioTest.test_healthmonitor_traffic ... success [69.869s] 2020-06-07 09:55:00.539 35 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.scenario.v2.test_traffic_ops.TrafficOperationsScenarioTest.test_healthmonitor_udp_traffic ... success [69.713s] 2020-06-07 09:56:53.111 35 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.scenario.v2.test_traffic_ops.TrafficOperationsScenarioTest.test_l7policies_and_l7rules ... success [112.562s] 2020-06-07 09:56:53.112 35 INFO opnfv-tempest [-] {1} 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-07 09:56:53.112 35 INFO opnfv-tempest [-] {1} 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-07 09:57:59.458 35 INFO rally.task.context [-] Verification 3c6bf8a4-681c-4098-9db2-8a9fd40d25a5 | Context testr@default cleanup() started 2020-06-07 09:57:59.459 35 INFO rally.task.context [-] Verification 3c6bf8a4-681c-4098-9db2-8a9fd40d25a5 | Context testr@default cleanup() finished in 0.86 msec 2020-06-07 09:57:59.460 35 INFO rally.task.context [-] Verification 3c6bf8a4-681c-4098-9db2-8a9fd40d25a5 | Context tempest@default cleanup() started 2020-06-07 09:57:59.644 35 INFO rally.task.context [-] Verification 3c6bf8a4-681c-4098-9db2-8a9fd40d25a5 | Context tempest@default cleanup() finished in 0.18 sec 2020-06-07 09:57:59.670 35 INFO rally.api [-] Verification (UUID=2029ba40-d50c-49d0-9835-02cfe174cad2) has been successfully finished for deployment 'opnfv-rally' (UUID=91ec6dd6-cc77-485a-a23b-8cf15cddaa63)! 2020-06-07 09:58:01.369 64 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-07 09:58:01.369 64 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-07 09:58:01.369 64 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-07 09:58:02.870 66 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-07 09:58:02.870 66 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-07 09:58:02.870 66 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-07 09:58:04.771 66 INFO rally.api [-] Building 'html' report for the following verification(s): '2029ba40-d50c-49d0-9835-02cfe174cad2' 2020-06-07 09:58:04.790 66 INFO rally.api [-] The report has been successfully built. 2020-06-07 09:58:06.291 68 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-07 09:58:06.292 68 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-07 09:58:06.292 68 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-07 09:58:08.352 68 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): '2029ba40-d50c-49d0-9835-02cfe174cad2' 2020-06-07 09:58:08.357 68 INFO rally.api [-] The report has been successfully built.