2020-07-31 14:21:23.063 7 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-31 14:21:23.063 7 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-31 14:21:23.063 7 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-31 14:21:25.582 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-31 14:21:25.582 7 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-07-31 14:21:25.582 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-07-31 14:21:25.582 7 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-07-31 14:21:25.582 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-07-31 14:21:25.582 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2020-07-31 14:21:25.582 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-07-31 14:21:25.582 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-07-31 14:21:25.582 7 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-07-31 14:21:25.582 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-07-31 14:21:25.582 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2020-07-31 14:21:25.582 7 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2020-07-31 14:21:25.582 7 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2020-07-31 14:21:25.582 7 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2020-07-31 14:21:25.582 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2020-07-31 14:21:25.582 7 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2020-07-31 14:21:25.582 7 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2020-07-31 14:21:25.582 7 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2020-07-31 14:21:25.582 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-07-31 14:21:25.582 7 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-07-31 14:21:25.582 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2020-07-31 14:21:25.582 7 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-07-31 14:21:25.582 7 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2020-07-31 14:21:25.582 7 ERROR rally.cli.cliutils 2020-07-31 14:21:27.447 9 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-31 14:21:27.447 9 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-31 14:21:27.447 9 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-31 14:21:32.049 11 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-31 14:21:32.050 11 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-31 14:21:32.050 11 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-31 14:21:37.008 14 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-31 14:21:37.008 14 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-31 14:21:37.008 14 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-31 14:21:38.635 17 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-31 14:21:38.636 17 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-31 14:21:38.636 17 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-31 14:21:41.000 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-31 14:21:41.000 17 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-07-31 14:21:41.000 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-07-31 14:21:41.000 17 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-07-31 14:21:41.000 17 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2020-07-31 14:21:41.000 17 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-07-31 14:21:41.000 17 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-07-31 14:21:41.000 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2020-07-31 14:21:41.000 17 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2020-07-31 14:21:41.000 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2020-07-31 14:21:41.000 17 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2020-07-31 14:21:41.000 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2020-07-31 14:21:41.000 17 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2020-07-31 14:21:41.000 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2020-07-31 14:21:41.000 17 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2020-07-31 14:21:41.000 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-07-31 14:21:41.000 17 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-07-31 14:21:41.000 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2020-07-31 14:21:41.000 17 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2020-07-31 14:21:41.000 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2020-07-31 14:21:41.000 17 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-07-31 14:21:41.000 17 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2020-07-31 14:21:41.000 17 ERROR rally.cli.cliutils 2020-07-31 14:21:43.014 19 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-31 14:21:43.014 19 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-31 14:21:43.014 19 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-31 14:21:45.372 19 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2020-07-31 14:21:45.450 19 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-9a64ef04-defd-4c88-b606-8424faceda5b/repo. 2020-07-31 14:21:45.812 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-9a64ef04-defd-4c88-b606-8424faceda5b/repo'... done. Note: switching to '312b48e98e8e4268ccef26ec32593bd78c9d8624'. 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-31 14:21:45.827 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'tags/24.0.0-1-g312b48e98 ' 2020-07-31 14:21:45.834 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: '312b48e98e8e4268ccef26ec32593bd78c9d8624 ' 2020-07-31 14:21:45.856 19 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2020-07-31 14:21:45.922 19 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2020-07-31 14:21:46.816 19 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=9a64ef04-defd-4c88-b606-8424faceda5b) has been successfully created! 2020-07-31 14:21:48.719 27 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-31 14:21:48.720 27 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-31 14:21:48.720 27 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-31 14:21:53.854 30 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-31 14:21:53.854 30 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-31 14:21:53.855 30 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-31 14:21:56.239 30 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=9a64ef04-defd-4c88-b606-8424faceda5b) for deployment 'opnfv-rally' (UUID=8a740998-f444-4a6b-9769-3141d593c97b). 2020-07-31 14:21:56.747 30 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=9a64ef04-defd-4c88-b606-8424faceda5b) has been successfully configured for deployment 'opnfv-rally' (UUID=8a740998-f444-4a6b-9769-3141d593c97b)! 2020-07-31 14:22:07.890 35 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-31 14:22:07.891 35 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-31 14:22:07.891 35 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-31 14:22:10.399 35 INFO rally.api [-] Starting verification (UUID=d68f0512-3786-47d3-b1b5-459337e26bba) for deployment 'opnfv-rally' (UUID=8a740998-f444-4a6b-9769-3141d593c97b) by verifier 'opnfv-tempest' (UUID=9a64ef04-defd-4c88-b606-8424faceda5b). 2020-07-31 14:22:11.130 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2020-07-31 14:22:11.131 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-9a64ef04-defd-4c88-b606-8424faceda5b/for-deployment-8a740998-f444-4a6b-9769-3141d593c97b/tempest.log' to option 'log_file'. 2020-07-31 14:22:11.131 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-9a64ef04-defd-4c88-b606-8424faceda5b/for-deployment-8a740998-f444-4a6b-9769-3141d593c97b/tempest.log 2020-07-31 14:22:11.131 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2020-07-31 14:22:11.132 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-9a64ef04-defd-4c88-b606-8424faceda5b/for-deployment-8a740998-f444-4a6b-9769-3141d593c97b/lock_files' to option 'lock_path'. 2020-07-31 14:22:11.133 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-9a64ef04-defd-4c88-b606-8424faceda5b/for-deployment-8a740998-f444-4a6b-9769-3141d593c97b/lock_files 2020-07-31 14:22:11.133 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-31 14:22:11.134 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-31 14:22:11.134 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = 29a089f1-41c6-4321-94e2-69fd89d03e94 2020-07-31 14:22:11.135 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = 468b6b3f-74b7-417b-bf2a-d56e06f79bae 2020-07-31 14:22:11.136 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = a860265e-0496-4bf5-8cbb-f6ecf33e9733 2020-07-31 14:22:11.136 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = f0a621d7-f0fd-4832-8580-04e093a561c8 2020-07-31 14:22:11.379 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2020-07-31 14:22:11.379 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = tempest_octavia-net_20334424-48ff-420b-96b3-a3417b7fba7c 2020-07-31 14:22:11.380 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2020-07-31 14:22:11.498 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2020-07-31 14:22:11.541 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] There is no flavor with the mentioned properties. 2020-07-31 14:22:11.542 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Creating flavor 'rally_verify_d68f0512_Mg8lmU3O' with the following properties: RAM = 64MB, VCPUs = 1, disk = 5GB. 2020-07-31 14:22:11.615 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_d68f0512_Mg8lmU3O' (ID = afb1b13b-55d8-4960-9351-a00db81603a5) has been successfully created! 2020-07-31 14:22:11.616 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value 'afb1b13b-55d8-4960-9351-a00db81603a5' to option 'instance_type'. 2020-07-31 14:22:11.616 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = afb1b13b-55d8-4960-9351-a00db81603a5 2020-07-31 14:22:11.618 35 INFO rally.task.context [-] Verification 9a64ef04-defd-4c88-b606-8424faceda5b | Context tempest@default setup() finished in 0.98 sec 2020-07-31 14:22:11.619 35 INFO rally.task.context [-] Verification 9a64ef04-defd-4c88-b606-8424faceda5b | Context testr@default setup() finished in 0.51 msec 2020-07-31 14:22:11.619 35 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --concurrency 2 --load-list /tmp/f51e9cc9-a5e1-4979-a6b3-cd60326f7699'. 2020-07-31 14:22:26.364 35 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_flavor.FlavorAPITest.test_flavor_create ... success [0.388s] 2020-07-31 14:22:26.783 35 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_flavor.FlavorAPITest.test_flavor_delete ... success [0.418s] 2020-07-31 14:22:28.366 35 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_flavor.FlavorAPITest.test_flavor_list ... success [1.579s] 2020-07-31 14:22:28.691 35 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_flavor.FlavorAPITest.test_flavor_show ... success [0.326s] 2020-07-31 14:22:29.118 35 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_flavor.FlavorAPITest.test_flavor_update ... success [0.427s] 2020-07-31 14:22:55.195 35 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_flavor_profile.FlavorProfileAPITest.test_flavor_profile_create ... success [0.416s] 2020-07-31 14:22:55.542 35 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_flavor_profile.FlavorProfileAPITest.test_flavor_profile_delete ... success [0.345s] 2020-07-31 14:22:56.269 35 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_flavor_profile.FlavorProfileAPITest.test_flavor_profile_list ... success [0.724s] 2020-07-31 14:22:56.384 35 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_flavor_profile.FlavorProfileAPITest.test_flavor_profile_show ... success [0.117s] 2020-07-31 14:22:56.548 35 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_flavor_profile.FlavorProfileAPITest.test_flavor_profile_update ... success [0.163s] 2020-07-31 14:24:17.954 35 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_amphora.AmphoraAPITest.test_amphora_failover ... success [50.875s] 2020-07-31 14:24:18.161 35 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_amphora.AmphoraAPITest.test_amphora_update ... success [0.208s] 2020-07-31 14:24:36.269 35 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_listener.ListenerAPITest.test_listener_create ... success [10.757s] 2020-07-31 14:24:45.404 35 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_flavor_capabilities.FlavorCapabilitiesAPITest.test_flavor_capabilities_list ... success [0.350s] 2020-07-31 14:24:47.039 35 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_listener.ListenerAPITest.test_listener_create_on_same_port ... success [10.770s] 2020-07-31 14:24:57.950 35 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_listener.ListenerAPITest.test_listener_delete ... success [10.910s] 2020-07-31 14:26:28.577 35 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_healthmonitor.HealthMonitorAPITest.test_healthmonitor_create ... success [21.575s] 2020-07-31 14:26:45.909 35 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_listener.ListenerAPITest.test_listener_list ... success [107.946s] 2020-07-31 14:26:50.137 35 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_healthmonitor.HealthMonitorAPITest.test_healthmonitor_delete ... success [21.560s] 2020-07-31 14:26:57.034 35 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_listener.ListenerAPITest.test_listener_show ... success [11.130s] 2020-07-31 14:27:13.412 35 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_listener.ListenerAPITest.test_listener_show_stats ... success [16.374s] 2020-07-31 14:27:29.776 35 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_listener.ListenerAPITest.test_listener_update ... success [16.364s] 2020-07-31 14:27:58.448 35 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_healthmonitor.HealthMonitorAPITest.test_healthmonitor_list ... success [68.298s] 2020-07-31 14:28:20.264 35 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_healthmonitor.HealthMonitorAPITest.test_healthmonitor_show ... success [21.819s] 2020-07-31 14:28:47.326 35 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_healthmonitor.HealthMonitorAPITest.test_healthmonitor_update ... success [27.055s] 2020-07-31 14:29:47.551 35 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_member.MemberAPITest.test_member_batch_update ... success [23.294s] 2020-07-31 14:29:58.950 35 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_member.MemberAPITest.test_member_delete ... success [11.400s] 2020-07-31 14:30:21.929 35 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_l7policy.L7PolicyAPITest.test_l7policy_create_redirect_pool ... success [5.880s] 2020-07-31 14:30:27.603 35 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_l7policy.L7PolicyAPITest.test_l7policy_create_redirect_url ... success [5.673s] 2020-07-31 14:30:33.254 35 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_l7policy.L7PolicyAPITest.test_l7policy_create_reject ... success [5.650s] 2020-07-31 14:30:44.432 35 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_l7policy.L7PolicyAPITest.test_l7policy_delete ... success [11.176s] 2020-07-31 14:30:48.807 35 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_member.MemberAPITest.test_member_list ... success [49.847s] 2020-07-31 14:30:55.449 35 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_member.MemberAPITest.test_member_show ... success [6.646s] 2020-07-31 14:31:12.967 35 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_member.MemberAPITest.test_member_update ... success [17.517s] 2020-07-31 14:31:31.943 35 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_l7policy.L7PolicyAPITest.test_l7policy_list ... success [47.500s] 2020-07-31 14:31:48.967 35 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_l7policy.L7PolicyAPITest.test_l7policy_show ... success [17.024s] 2020-07-31 14:32:11.488 35 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_l7policy.L7PolicyAPITest.test_l7policy_update ... success [22.518s] 2020-07-31 14:33:27.152 35 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_pool.PoolAPITest.test_pool_create_standalone ... success [5.560s] 2020-07-31 14:33:37.938 35 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_pool.PoolAPITest.test_pool_create_with_listener ... success [10.784s] 2020-07-31 14:33:49.157 35 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_pool.PoolAPITest.test_pool_delete ... success [11.220s] 2020-07-31 14:34:35.656 35 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_l7rule.L7RuleAPITest.test_l7rule_create ... success [5.960s] 2020-07-31 14:34:47.049 35 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_l7rule.L7RuleAPITest.test_l7rule_delete ... success [11.392s] 2020-07-31 14:35:27.572 35 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_pool.PoolAPITest.test_pool_list ... success [98.404s] 2020-07-31 14:35:33.715 35 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_pool.PoolAPITest.test_pool_show ... success [6.147s] 2020-07-31 14:35:35.823 35 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_l7rule.L7RuleAPITest.test_l7rule_list ... success [48.765s] 2020-07-31 14:35:42.202 35 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_l7rule.L7RuleAPITest.test_l7rule_show ... success [6.382s] 2020-07-31 14:35:51.069 35 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_pool.PoolAPITest.test_pool_update ... success [17.349s] 2020-07-31 14:35:53.785 35 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_l7rule.L7RuleAPITest.test_l7rule_update ... success [11.580s] 2020-07-31 14:38:11.630 35 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_load_balancer.LoadBalancerAPITest.test_load_balancer_delete ... success [63.087s] 2020-07-31 14:39:03.651 35 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.scenario.v2.test_amphora.AmphoraScenarioTest.test_amphora_list_and_show ... success [70.942s] 2020-07-31 14:39:13.509 35 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_load_balancer.LoadBalancerAPITest.test_load_balancer_delete_cascade ... success [61.877s] 2020-07-31 14:40:47.198 35 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.scenario.v2.test_healthmonitor.HealthMonitorScenarioTest.test_healthmonitor_CRUD ... success [16.044s] 2020-07-31 14:41:16.289 35 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_load_balancer.LoadBalancerAPITest.test_load_balancer_failover ... success [122.776s] 2020-07-31 14:42:19.072 35 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_load_balancer.LoadBalancerAPITest.test_load_balancer_ipv4_create ... success [62.784s] 2020-07-31 14:42:19.074 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-31 14:42:41.181 35 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.scenario.v2.test_l7policy.L7PolicyScenarioTest.test_l7policy_CRUD ... success [16.365s] 2020-07-31 14:44:41.399 35 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.scenario.v2.test_l7rule.L7RuleScenarioTest.test_l7rule_CRUD ... success [16.335s] 2020-07-31 14:45:19.417 35 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_load_balancer.LoadBalancerAPITest.test_load_balancer_list ... success [180.333s] 2020-07-31 14:46:21.480 35 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_load_balancer.LoadBalancerAPITest.test_load_balancer_show ... success [62.065s] 2020-07-31 14:46:38.774 35 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.scenario.v2.test_listener.ListenerScenarioTest.test_listener_CRUD ... success [21.516s] 2020-07-31 14:47:23.676 35 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_load_balancer.LoadBalancerAPITest.test_load_balancer_show_stats ... success [62.194s] 2020-07-31 14:48:25.819 35 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_load_balancer.LoadBalancerAPITest.test_load_balancer_show_status ... success [62.142s] 2020-07-31 14:49:17.913 35 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_load_balancer.LoadBalancerAPITest.test_load_balancer_update ... success [52.093s] 2020-07-31 14:49:32.498 35 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_provider.ProviderAPITest.test_provider_list ... success [0.263s] 2020-07-31 14:49:35.184 35 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.scenario.v2.test_traffic_ops.TrafficOperationsScenarioTest.test_basic_traffic ... success [34.259s] 2020-07-31 14:49:41.051 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-31 14:50:04.305 35 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.scenario.v2.test_traffic_ops.TrafficOperationsScenarioTest.test_basic_udp_traffic ... success [29.119s] 2020-07-31 14:50:57.003 35 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.scenario.v2.test_load_balancer.LoadBalancerScenarioTest.test_load_balancer_ipv4_CRUD ... success [67.008s] 2020-07-31 14:50:57.004 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-31 14:51:08.909 35 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.scenario.v2.test_traffic_ops.TrafficOperationsScenarioTest.test_healthmonitor_traffic ... success [64.596s] 2020-07-31 14:52:28.731 35 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.scenario.v2.test_traffic_ops.TrafficOperationsScenarioTest.test_healthmonitor_udp_traffic ... success [79.815s] 2020-07-31 14:52:42.088 35 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.scenario.v2.test_member.MemberScenarioTest.test_member_CRUD ... success [17.263s] 2020-07-31 14:52:42.089 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-31 14:52:42.090 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-31 14:54:21.045 35 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.scenario.v2.test_traffic_ops.TrafficOperationsScenarioTest.test_l7policies_and_l7rules ... success [112.303s] 2020-07-31 14:54:21.047 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-07-31 14:54:21.048 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-07-31 14:54:42.539 35 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.scenario.v2.test_pool.PoolScenarioTest.test_pool_standalone_CRUD ... success [16.152s] 2020-07-31 14:54:58.750 35 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.scenario.v2.test_pool.PoolScenarioTest.test_pool_with_listener_CRUD ... success [16.209s] 2020-07-31 14:55:26.696 35 INFO rally.task.context [-] Verification 9a64ef04-defd-4c88-b606-8424faceda5b | Context testr@default cleanup() started 2020-07-31 14:55:26.697 35 INFO rally.task.context [-] Verification 9a64ef04-defd-4c88-b606-8424faceda5b | Context testr@default cleanup() finished in 0.52 msec 2020-07-31 14:55:26.697 35 INFO rally.task.context [-] Verification 9a64ef04-defd-4c88-b606-8424faceda5b | Context tempest@default cleanup() started 2020-07-31 14:55:26.858 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Deleting flavor 'rally_verify_d68f0512_Mg8lmU3O'. 2020-07-31 14:55:27.059 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_d68f0512_Mg8lmU3O' has been deleted. 2020-07-31 14:55:27.060 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Removing value 'afb1b13b-55d8-4960-9351-a00db81603a5' of option 'instance_type' from Tempest config file. 2020-07-31 14:55:27.060 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Value 'afb1b13b-55d8-4960-9351-a00db81603a5' has been removed. 2020-07-31 14:55:27.067 35 INFO rally.task.context [-] Verification 9a64ef04-defd-4c88-b606-8424faceda5b | Context tempest@default cleanup() finished in 0.37 sec 2020-07-31 14:55:27.098 35 INFO rally.api [-] Verification (UUID=d68f0512-3786-47d3-b1b5-459337e26bba) has been successfully finished for deployment 'opnfv-rally' (UUID=8a740998-f444-4a6b-9769-3141d593c97b)! 2020-07-31 14:55:28.823 64 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-31 14:55:28.823 64 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-31 14:55:28.823 64 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-31 14:55:30.271 66 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-31 14:55:30.271 66 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-31 14:55:30.271 66 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-31 14:55:32.130 66 INFO rally.api [-] Building 'html' report for the following verification(s): 'd68f0512-3786-47d3-b1b5-459337e26bba' 2020-07-31 14:55:32.149 66 INFO rally.api [-] The report has been successfully built. 2020-07-31 14:55:33.596 68 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-31 14:55:33.596 68 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-31 14:55:33.596 68 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-31 14:55:35.450 68 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): 'd68f0512-3786-47d3-b1b5-459337e26bba' 2020-07-31 14:55:35.454 68 INFO rally.api [-] The report has been successfully built.