2020-05-14 23:47:26.330 7 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-05-14 23:47:26.331 7 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-05-14 23:47:26.331 7 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-05-14 23:47:28.518 7 ERROR rally.cli.cliutils [-] Unexpected exception in CLI: rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2020-05-14 23:47:28.518 7 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-05-14 23:47:28.518 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-05-14 23:47:28.518 7 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-05-14 23:47:28.518 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-05-14 23:47:28.518 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2020-05-14 23:47:28.518 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-05-14 23:47:28.518 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-05-14 23:47:28.518 7 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-05-14 23:47:28.518 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-05-14 23:47:28.518 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2020-05-14 23:47:28.518 7 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2020-05-14 23:47:28.518 7 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2020-05-14 23:47:28.518 7 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2020-05-14 23:47:28.518 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2020-05-14 23:47:28.518 7 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2020-05-14 23:47:28.518 7 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2020-05-14 23:47:28.518 7 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2020-05-14 23:47:28.518 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-05-14 23:47:28.518 7 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-05-14 23:47:28.518 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2020-05-14 23:47:28.518 7 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-05-14 23:47:28.518 7 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2020-05-14 23:47:28.518 7 ERROR rally.cli.cliutils 2020-05-14 23:47:30.156 9 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-05-14 23:47:30.157 9 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-05-14 23:47:30.157 9 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-05-14 23:47:34.379 11 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-05-14 23:47:34.379 11 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-05-14 23:47:34.379 11 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-05-14 23:47:39.148 14 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-05-14 23:47:39.149 14 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-05-14 23:47:39.149 14 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-05-14 23:47:40.575 17 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-05-14 23:47:40.575 17 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-05-14 23:47:40.576 17 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-05-14 23:47:42.610 17 ERROR rally.cli.cliutils [-] Unexpected exception in CLI: rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2020-05-14 23:47:42.610 17 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-05-14 23:47:42.610 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-05-14 23:47:42.610 17 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-05-14 23:47:42.610 17 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2020-05-14 23:47:42.610 17 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-05-14 23:47:42.610 17 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-05-14 23:47:42.610 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2020-05-14 23:47:42.610 17 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2020-05-14 23:47:42.610 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2020-05-14 23:47:42.610 17 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2020-05-14 23:47:42.610 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2020-05-14 23:47:42.610 17 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2020-05-14 23:47:42.610 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2020-05-14 23:47:42.610 17 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2020-05-14 23:47:42.610 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-05-14 23:47:42.610 17 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-05-14 23:47:42.610 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2020-05-14 23:47:42.610 17 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2020-05-14 23:47:42.610 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2020-05-14 23:47:42.610 17 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-05-14 23:47:42.610 17 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2020-05-14 23:47:42.610 17 ERROR rally.cli.cliutils 2020-05-14 23:47:44.189 19 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-05-14 23:47:44.189 19 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-05-14 23:47:44.190 19 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-05-14 23:47:46.174 19 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2020-05-14 23:47:46.240 19 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-fd4430f4-b45f-43ef-a35a-c9374b42ad6f/repo. 2020-05-14 23:47:46.447 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-fd4430f4-b45f-43ef-a35a-c9374b42ad6f/repo'... done. Note: switching to 'c73e6b11dcc1fcd878ff62e353441a5c8c794c83'. You are in 'detached HEAD' state. You can look around, make experimental changes and commit them, and you can discard any commits you make in this state without impacting any branches by switching back to a branch. If you want to create a new branch to retain commits you create, you may do so (now or later) by using -c with the switch command. Example: git switch -c Or undo this operation with: git switch - Turn off this advice by setting config variable advice.detachedHead to false ' 2020-05-14 23:47:46.460 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'tags/24.0.0 ' 2020-05-14 23:47:46.470 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'c73e6b11dcc1fcd878ff62e353441a5c8c794c83 ' 2020-05-14 23:47:46.493 19 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2020-05-14 23:47:46.554 19 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2020-05-14 23:47:47.285 19 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=fd4430f4-b45f-43ef-a35a-c9374b42ad6f) has been successfully created! 2020-05-14 23:47:48.941 27 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-05-14 23:47:48.942 27 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-05-14 23:47:48.942 27 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-05-14 23:47:53.170 30 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-05-14 23:47:53.170 30 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-05-14 23:47:53.170 30 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-05-14 23:47:55.285 30 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=fd4430f4-b45f-43ef-a35a-c9374b42ad6f) for deployment 'opnfv-rally' (UUID=c8cd5903-3263-4ebf-811c-db062ae763c5). 2020-05-14 23:47:59.660 30 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=fd4430f4-b45f-43ef-a35a-c9374b42ad6f) has been successfully configured for deployment 'opnfv-rally' (UUID=c8cd5903-3263-4ebf-811c-db062ae763c5)! 2020-05-14 23:48:07.916 35 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-05-14 23:48:07.917 35 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-05-14 23:48:07.917 35 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-05-14 23:48:10.006 35 INFO rally.api [-] Starting verification (UUID=81279978-8f3f-4d70-8d62-e2f76e674347) for deployment 'opnfv-rally' (UUID=c8cd5903-3263-4ebf-811c-db062ae763c5) by verifier 'opnfv-tempest' (UUID=fd4430f4-b45f-43ef-a35a-c9374b42ad6f). 2020-05-14 23:48:10.613 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2020-05-14 23:48:10.614 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-fd4430f4-b45f-43ef-a35a-c9374b42ad6f/for-deployment-c8cd5903-3263-4ebf-811c-db062ae763c5/tempest.log' to option 'log_file'. 2020-05-14 23:48:10.614 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-fd4430f4-b45f-43ef-a35a-c9374b42ad6f/for-deployment-c8cd5903-3263-4ebf-811c-db062ae763c5/tempest.log 2020-05-14 23:48:10.614 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2020-05-14 23:48:10.615 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-fd4430f4-b45f-43ef-a35a-c9374b42ad6f/for-deployment-c8cd5903-3263-4ebf-811c-db062ae763c5/lock_files' to option 'lock_path'. 2020-05-14 23:48:10.615 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-fd4430f4-b45f-43ef-a35a-c9374b42ad6f/for-deployment-c8cd5903-3263-4ebf-811c-db062ae763c5/lock_files 2020-05-14 23:48:10.615 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is already configured in Tempest config file. img_dir = /home/opnfv/functest/images 2020-05-14 23:48:10.615 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_file' is already configured in Tempest config file. img_file = cirros-0.4.0-x86_64-disk.img 2020-05-14 23:48:10.616 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = d220665f-5da3-4c15-9741-c4471eb347da 2020-05-14 23:48:10.616 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = 995641ce-02ef-40aa-b300-b1e6e785014c 2020-05-14 23:48:10.617 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = b66fdc22-fceb-4c23-bc53-1f52785b7d42 2020-05-14 23:48:10.617 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = e584aaac-0ab6-43ba-a0bf-8af60a2b2bad 2020-05-14 23:48:13.845 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2020-05-14 23:48:13.846 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = tempest_octavia-net_35226d08-6e6e-4240-9abc-09cda66f2341 2020-05-14 23:48:13.846 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2020-05-14 23:48:13.950 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2020-05-14 23:48:14.068 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] There is no flavor with the mentioned properties. 2020-05-14 23:48:14.069 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Creating flavor 'rally_verify_81279978_tDMb8GBK' with the following properties: RAM = 64MB, VCPUs = 1, disk = 5GB. 2020-05-14 23:48:14.100 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_81279978_tDMb8GBK' (ID = cf8b7f7a-3b97-4389-9ced-1eb4a5139118) has been successfully created! 2020-05-14 23:48:14.101 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value 'cf8b7f7a-3b97-4389-9ced-1eb4a5139118' to option 'instance_type'. 2020-05-14 23:48:14.101 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = cf8b7f7a-3b97-4389-9ced-1eb4a5139118 2020-05-14 23:48:14.103 35 INFO rally.task.context [-] Verification fd4430f4-b45f-43ef-a35a-c9374b42ad6f | Context tempest@default setup() finished in 3.91 sec 2020-05-14 23:48:14.104 35 INFO rally.task.context [-] Verification fd4430f4-b45f-43ef-a35a-c9374b42ad6f | Context testr@default setup() finished in 0.68 msec 2020-05-14 23:48:14.105 35 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --concurrency 3 --load-list /tmp/f1bd3bd9-d150-41c3-be27-010299f83e39'. 2020-05-14 23:48:45.494 35 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_flavor.FlavorAPITest.test_flavor_create ... success [0.230s] 2020-05-14 23:48:45.658 35 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_flavor.FlavorAPITest.test_flavor_delete ... success [0.163s] 2020-05-14 23:48:46.159 35 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_flavor.FlavorAPITest.test_flavor_list ... success [0.499s] 2020-05-14 23:48:46.260 35 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_flavor.FlavorAPITest.test_flavor_show ... success [0.102s] 2020-05-14 23:48:46.387 35 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_flavor.FlavorAPITest.test_flavor_update ... success [0.126s] 2020-05-14 23:50:23.755 35 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_l7rule.L7RuleAPITest.test_l7rule_create ... success [6.012s] 2020-05-14 23:50:35.046 35 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_l7rule.L7RuleAPITest.test_l7rule_delete ... success [11.291s] 2020-05-14 23:50:39.590 35 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_flavor_profile.FlavorProfileAPITest.test_flavor_profile_create ... success [0.267s] 2020-05-14 23:50:39.728 35 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_flavor_profile.FlavorProfileAPITest.test_flavor_profile_delete ... success [0.137s] 2020-05-14 23:50:40.162 35 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_flavor_profile.FlavorProfileAPITest.test_flavor_profile_list ... success [0.432s] 2020-05-14 23:50:40.277 35 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_flavor_profile.FlavorProfileAPITest.test_flavor_profile_show ... success [0.115s] 2020-05-14 23:50:40.414 35 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_flavor_profile.FlavorProfileAPITest.test_flavor_profile_update ... success [0.136s] 2020-05-14 23:51:13.902 35 INFO opnfv-tempest [-] {2} octavia_tempest_plugin.tests.api.v2.test_amphora.AmphoraAPITest.test_amphora_failover ... success [70.877s] 2020-05-14 23:51:14.096 35 INFO opnfv-tempest [-] {2} octavia_tempest_plugin.tests.api.v2.test_amphora.AmphoraAPITest.test_amphora_update ... success [0.194s] 2020-05-14 23:51:23.323 35 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_l7rule.L7RuleAPITest.test_l7rule_list ... success [48.264s] 2020-05-14 23:51:29.587 35 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_l7rule.L7RuleAPITest.test_l7rule_show ... success [6.269s] 2020-05-14 23:51:41.231 35 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_l7rule.L7RuleAPITest.test_l7rule_update ... success [11.642s] 2020-05-14 23:53:20.983 35 INFO opnfv-tempest [-] {2} octavia_tempest_plugin.tests.api.v2.test_flavor_capabilities.FlavorCapabilitiesAPITest.test_flavor_capabilities_list ... success [0.359s] 2020-05-14 23:54:13.632 35 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_l7policy.L7PolicyAPITest.test_l7policy_create_redirect_pool ... success [5.719s] 2020-05-14 23:54:19.273 35 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_l7policy.L7PolicyAPITest.test_l7policy_create_redirect_url ... success [5.640s] 2020-05-14 23:54:24.949 35 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_l7policy.L7PolicyAPITest.test_l7policy_create_reject ... success [5.674s] 2020-05-14 23:54:36.079 35 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_l7policy.L7PolicyAPITest.test_l7policy_delete ... success [11.131s] 2020-05-14 23:55:23.662 35 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_l7policy.L7PolicyAPITest.test_l7policy_list ... success [47.571s] 2020-05-14 23:55:40.667 35 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_l7policy.L7PolicyAPITest.test_l7policy_show ... success [17.006s] 2020-05-14 23:56:03.272 35 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_l7policy.L7PolicyAPITest.test_l7policy_update ... success [22.601s] 2020-05-14 23:56:51.704 35 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_member.MemberAPITest.test_member_batch_update ... success [42.636s] 2020-05-14 23:56:54.594 35 INFO opnfv-tempest [-] {2} octavia_tempest_plugin.tests.api.v2.test_healthmonitor.HealthMonitorAPITest.test_healthmonitor_create ... success [21.529s] 2020-05-14 23:57:03.020 35 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_member.MemberAPITest.test_member_delete ... success [11.317s] 2020-05-14 23:57:16.025 35 INFO opnfv-tempest [-] {2} octavia_tempest_plugin.tests.api.v2.test_healthmonitor.HealthMonitorAPITest.test_healthmonitor_delete ... success [21.432s] 2020-05-14 23:57:52.302 35 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_member.MemberAPITest.test_member_list ... success [49.269s] 2020-05-14 23:58:08.246 35 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_member.MemberAPITest.test_member_show ... success [15.948s] 2020-05-14 23:58:23.977 35 INFO opnfv-tempest [-] {2} octavia_tempest_plugin.tests.api.v2.test_healthmonitor.HealthMonitorAPITest.test_healthmonitor_list ... success [67.938s] 2020-05-14 23:58:36.731 35 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_member.MemberAPITest.test_member_update ... success [28.482s] 2020-05-14 23:58:45.773 35 INFO opnfv-tempest [-] {2} octavia_tempest_plugin.tests.api.v2.test_healthmonitor.HealthMonitorAPITest.test_healthmonitor_show ... success [21.793s] 2020-05-14 23:59:12.991 35 INFO opnfv-tempest [-] {2} octavia_tempest_plugin.tests.api.v2.test_healthmonitor.HealthMonitorAPITest.test_healthmonitor_update ... success [27.216s] 2020-05-15 00:00:07.536 35 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_listener.ListenerAPITest.test_listener_create ... success [10.544s] 2020-05-15 00:00:18.283 35 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_listener.ListenerAPITest.test_listener_create_on_same_port ... success [10.748s] 2020-05-15 00:00:39.370 35 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_listener.ListenerAPITest.test_listener_delete ... success [21.085s] 2020-05-15 00:01:24.502 35 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_provider.ProviderAPITest.test_provider_list ... success [0.248s] 2020-05-15 00:03:06.564 35 INFO opnfv-tempest [-] {2} octavia_tempest_plugin.tests.api.v2.test_pool.PoolAPITest.test_pool_create_standalone ... success [5.738s] 2020-05-15 00:03:07.600 35 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_listener.ListenerAPITest.test_listener_list ... success [148.215s] 2020-05-15 00:03:12.264 35 INFO opnfv-tempest [-] {2} octavia_tempest_plugin.tests.api.v2.test_pool.PoolAPITest.test_pool_create_with_listener ... success [5.698s] 2020-05-15 00:03:18.627 35 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_listener.ListenerAPITest.test_listener_show ... success [11.026s] 2020-05-15 00:03:23.346 35 INFO opnfv-tempest [-] {2} octavia_tempest_plugin.tests.api.v2.test_pool.PoolAPITest.test_pool_delete ... success [11.080s] 2020-05-15 00:03:39.963 35 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_listener.ListenerAPITest.test_listener_show_stats ... success [21.334s] 2020-05-15 00:04:01.460 35 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_listener.ListenerAPITest.test_listener_update ... success [21.497s] 2020-05-15 00:05:29.505 35 INFO opnfv-tempest [-] {2} octavia_tempest_plugin.tests.api.v2.test_pool.PoolAPITest.test_pool_list ... success [126.152s] 2020-05-15 00:05:35.606 35 INFO opnfv-tempest [-] {2} octavia_tempest_plugin.tests.api.v2.test_pool.PoolAPITest.test_pool_show ... success [6.103s] 2020-05-15 00:05:52.788 35 INFO opnfv-tempest [-] {2} octavia_tempest_plugin.tests.api.v2.test_pool.PoolAPITest.test_pool_update ... success [17.179s] 2020-05-15 00:06:27.009 35 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.scenario.v2.test_amphora.AmphoraScenarioTest.test_amphora_list_and_show ... success [102.732s] 2020-05-15 00:08:37.029 35 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_load_balancer.LoadBalancerAPITest.test_load_balancer_delete ... success [113.127s] 2020-05-15 00:10:25.205 35 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_load_balancer.LoadBalancerAPITest.test_load_balancer_delete_cascade ... success [108.172s] 2020-05-15 00:10:32.687 35 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.scenario.v2.test_l7policy.L7PolicyScenarioTest.test_l7policy_CRUD ... success [16.272s] 2020-05-15 00:10:39.818 35 INFO opnfv-tempest [-] {2} octavia_tempest_plugin.tests.scenario.v2.test_healthmonitor.HealthMonitorScenarioTest.test_healthmonitor_CRUD ... success [15.955s] 2020-05-15 00:13:26.946 35 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_load_balancer.LoadBalancerAPITest.test_load_balancer_failover ... success [181.737s] 2020-05-15 00:14:44.442 35 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.scenario.v2.test_l7rule.L7RuleScenarioTest.test_l7rule_CRUD ... success [16.323s] 2020-05-15 00:14:59.416 35 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_load_balancer.LoadBalancerAPITest.test_load_balancer_ipv4_create ... success [92.471s] 2020-05-15 00:14:59.417 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-05-15 00:15:18.362 35 INFO opnfv-tempest [-] {2} octavia_tempest_plugin.tests.scenario.v2.test_member.MemberScenarioTest.test_member_CRUD ... success [28.785s] 2020-05-15 00:15:18.363 35 INFO opnfv-tempest [-] {2} octavia_tempest_plugin.tests.scenario.v2.test_member.MemberScenarioTest.test_mixed_member_create ... skip [0.000s]: b'IPv6 testing is disabled' 2020-05-15 00:15:18.364 35 INFO opnfv-tempest [-] {2} octavia_tempest_plugin.tests.scenario.v2.test_member.MemberScenarioTest.test_mixed_udp_member_create ... skip [0.000s]: b'IPv6 testing is disabled' 2020-05-15 00:18:34.004 35 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.scenario.v2.test_load_balancer.LoadBalancerScenarioTest.test_load_balancer_ipv4_CRUD ... success [110.422s] 2020-05-15 00:18:34.005 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-05-15 00:19:38.407 35 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_load_balancer.LoadBalancerAPITest.test_load_balancer_list ... success [278.982s] 2020-05-15 00:21:07.409 35 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_load_balancer.LoadBalancerAPITest.test_load_balancer_show ... success [89.000s] 2020-05-15 00:22:05.792 35 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.scenario.v2.test_pool.PoolScenarioTest.test_pool_standalone_CRUD ... success [16.050s] 2020-05-15 00:22:07.851 35 INFO opnfv-tempest [-] {2} octavia_tempest_plugin.tests.scenario.v2.test_traffic_ops.TrafficOperationsScenarioTest.test_basic_traffic ... success [68.910s] 2020-05-15 00:22:22.047 35 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.scenario.v2.test_pool.PoolScenarioTest.test_pool_with_listener_CRUD ... success [16.255s] 2020-05-15 00:22:49.579 35 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_load_balancer.LoadBalancerAPITest.test_load_balancer_show_stats ... success [102.169s] 2020-05-15 00:22:59.634 35 INFO opnfv-tempest [-] {2} octavia_tempest_plugin.tests.scenario.v2.test_traffic_ops.TrafficOperationsScenarioTest.test_basic_udp_traffic ... success [51.784s] 2020-05-15 00:24:08.499 35 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_load_balancer.LoadBalancerAPITest.test_load_balancer_show_status ... success [78.920s] 2020-05-15 00:24:31.914 35 INFO opnfv-tempest [-] {2} octavia_tempest_plugin.tests.scenario.v2.test_traffic_ops.TrafficOperationsScenarioTest.test_healthmonitor_traffic ... success [92.275s] 2020-05-15 00:25:37.529 35 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_load_balancer.LoadBalancerAPITest.test_load_balancer_update ... success [89.026s] 2020-05-15 00:26:14.352 35 INFO opnfv-tempest [-] {2} octavia_tempest_plugin.tests.scenario.v2.test_traffic_ops.TrafficOperationsScenarioTest.test_healthmonitor_udp_traffic ... success [102.427s] 2020-05-15 00:26:57.009 35 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-05-15 00:28:40.004 35 INFO opnfv-tempest [-] {2} octavia_tempest_plugin.tests.scenario.v2.test_traffic_ops.TrafficOperationsScenarioTest.test_l7policies_and_l7rules ... success [145.644s] 2020-05-15 00:28:40.005 35 INFO opnfv-tempest [-] {2} 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-05-15 00:28:40.005 35 INFO opnfv-tempest [-] {2} 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-05-15 00:29:08.067 35 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.scenario.v2.test_listener.ListenerScenarioTest.test_listener_CRUD ... success [16.434s] 2020-05-15 00:31:58.678 35 INFO rally.task.context [-] Verification fd4430f4-b45f-43ef-a35a-c9374b42ad6f | Context testr@default cleanup() started 2020-05-15 00:31:58.679 35 INFO rally.task.context [-] Verification fd4430f4-b45f-43ef-a35a-c9374b42ad6f | Context testr@default cleanup() finished in 0.80 msec 2020-05-15 00:31:58.680 35 INFO rally.task.context [-] Verification fd4430f4-b45f-43ef-a35a-c9374b42ad6f | Context tempest@default cleanup() started 2020-05-15 00:31:58.882 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Deleting flavor 'rally_verify_81279978_tDMb8GBK'. 2020-05-15 00:31:59.087 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_81279978_tDMb8GBK' has been deleted. 2020-05-15 00:31:59.088 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Removing value 'cf8b7f7a-3b97-4389-9ced-1eb4a5139118' of option 'instance_type' from Tempest config file. 2020-05-15 00:31:59.089 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Value 'cf8b7f7a-3b97-4389-9ced-1eb4a5139118' has been removed. 2020-05-15 00:31:59.095 35 INFO rally.task.context [-] Verification fd4430f4-b45f-43ef-a35a-c9374b42ad6f | Context tempest@default cleanup() finished in 0.42 sec 2020-05-15 00:31:59.129 35 INFO rally.api [-] Verification (UUID=81279978-8f3f-4d70-8d62-e2f76e674347) has been successfully finished for deployment 'opnfv-rally' (UUID=c8cd5903-3263-4ebf-811c-db062ae763c5)! 2020-05-15 00:32:01.191 67 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-05-15 00:32:01.191 67 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-05-15 00:32:01.191 67 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-05-15 00:32:02.881 69 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-05-15 00:32:02.882 69 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-05-15 00:32:02.882 69 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-05-15 00:32:05.539 69 INFO rally.api [-] Building 'html' report for the following verification(s): '81279978-8f3f-4d70-8d62-e2f76e674347' 2020-05-15 00:32:05.561 69 INFO rally.api [-] The report has been successfully built. 2020-05-15 00:32:07.197 71 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-05-15 00:32:07.197 71 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-05-15 00:32:07.197 71 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-05-15 00:32:09.298 71 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): '81279978-8f3f-4d70-8d62-e2f76e674347' 2020-05-15 00:32:09.303 71 INFO rally.api [-] The report has been successfully built.