2020-07-28 16:15:20.768 7 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-28 16:15:20.768 7 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-28 16:15:20.768 7 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-28 16:15:23.363 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-28 16:15:23.363 7 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-07-28 16:15:23.363 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-07-28 16:15:23.363 7 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-07-28 16:15:23.363 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-07-28 16:15:23.363 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2020-07-28 16:15:23.363 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-07-28 16:15:23.363 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-07-28 16:15:23.363 7 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-07-28 16:15:23.363 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-07-28 16:15:23.363 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2020-07-28 16:15:23.363 7 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2020-07-28 16:15:23.363 7 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2020-07-28 16:15:23.363 7 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2020-07-28 16:15:23.363 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2020-07-28 16:15:23.363 7 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2020-07-28 16:15:23.363 7 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2020-07-28 16:15:23.363 7 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2020-07-28 16:15:23.363 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-07-28 16:15:23.363 7 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-07-28 16:15:23.363 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2020-07-28 16:15:23.363 7 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-07-28 16:15:23.363 7 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2020-07-28 16:15:23.363 7 ERROR rally.cli.cliutils 2020-07-28 16:15:25.136 9 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-28 16:15:25.136 9 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-28 16:15:25.137 9 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-28 16:15:29.779 11 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-28 16:15:29.780 11 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-28 16:15:29.780 11 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-28 16:15:34.693 14 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-28 16:15:34.693 14 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-28 16:15:34.694 14 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-28 16:15:36.359 17 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-28 16:15:36.359 17 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-28 16:15:36.359 17 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-28 16:15:38.795 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-28 16:15:38.795 17 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-07-28 16:15:38.795 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-07-28 16:15:38.795 17 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-07-28 16:15:38.795 17 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2020-07-28 16:15:38.795 17 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-07-28 16:15:38.795 17 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-07-28 16:15:38.795 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2020-07-28 16:15:38.795 17 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2020-07-28 16:15:38.795 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2020-07-28 16:15:38.795 17 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2020-07-28 16:15:38.795 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2020-07-28 16:15:38.795 17 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2020-07-28 16:15:38.795 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2020-07-28 16:15:38.795 17 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2020-07-28 16:15:38.795 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-07-28 16:15:38.795 17 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-07-28 16:15:38.795 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2020-07-28 16:15:38.795 17 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2020-07-28 16:15:38.795 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2020-07-28 16:15:38.795 17 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-07-28 16:15:38.795 17 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2020-07-28 16:15:38.795 17 ERROR rally.cli.cliutils 2020-07-28 16:15:40.632 19 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-28 16:15:40.633 19 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-28 16:15:40.633 19 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-28 16:15:42.940 19 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2020-07-28 16:15:43.011 19 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-b1a4f7ca-2e50-4f05-910b-bd34b2188d8b/repo. 2020-07-28 16:15:43.275 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-b1a4f7ca-2e50-4f05-910b-bd34b2188d8b/repo'... done. Note: switching to '8da0d7e7dda3b23b5de1ed71e418ed53310bd455'. 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-28 16:15:43.289 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'tags/24.0.0-1-g8da0d7e7d ' 2020-07-28 16:15:43.298 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: '8da0d7e7dda3b23b5de1ed71e418ed53310bd455 ' 2020-07-28 16:15:43.321 19 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2020-07-28 16:15:43.382 19 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2020-07-28 16:15:44.181 19 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=b1a4f7ca-2e50-4f05-910b-bd34b2188d8b) has been successfully created! 2020-07-28 16:15:45.984 27 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-28 16:15:45.985 27 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-28 16:15:45.985 27 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-28 16:15:50.758 30 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-28 16:15:50.758 30 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-28 16:15:50.758 30 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-28 16:15:52.965 30 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=b1a4f7ca-2e50-4f05-910b-bd34b2188d8b) for deployment 'opnfv-rally' (UUID=f740ad4b-8fec-4437-a155-8ef4229de07e). 2020-07-28 16:15:53.585 30 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=b1a4f7ca-2e50-4f05-910b-bd34b2188d8b) has been successfully configured for deployment 'opnfv-rally' (UUID=f740ad4b-8fec-4437-a155-8ef4229de07e)! 2020-07-28 16:16:03.491 35 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-28 16:16:03.492 35 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-28 16:16:03.492 35 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-28 16:16:05.897 35 INFO rally.api [-] Starting verification (UUID=a4851a30-044d-4862-ba71-8bb039143654) for deployment 'opnfv-rally' (UUID=f740ad4b-8fec-4437-a155-8ef4229de07e) by verifier 'opnfv-tempest' (UUID=b1a4f7ca-2e50-4f05-910b-bd34b2188d8b). 2020-07-28 16:16:06.615 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2020-07-28 16:16:06.615 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-b1a4f7ca-2e50-4f05-910b-bd34b2188d8b/for-deployment-f740ad4b-8fec-4437-a155-8ef4229de07e/tempest.log' to option 'log_file'. 2020-07-28 16:16:06.615 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-b1a4f7ca-2e50-4f05-910b-bd34b2188d8b/for-deployment-f740ad4b-8fec-4437-a155-8ef4229de07e/tempest.log 2020-07-28 16:16:06.616 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2020-07-28 16:16:06.616 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-b1a4f7ca-2e50-4f05-910b-bd34b2188d8b/for-deployment-f740ad4b-8fec-4437-a155-8ef4229de07e/lock_files' to option 'lock_path'. 2020-07-28 16:16:06.617 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-b1a4f7ca-2e50-4f05-910b-bd34b2188d8b/for-deployment-f740ad4b-8fec-4437-a155-8ef4229de07e/lock_files 2020-07-28 16:16:06.617 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-28 16:16:06.617 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-28 16:16:06.618 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = 505b0fd4-32ce-4599-b86f-d4ed04bcc94f 2020-07-28 16:16:06.618 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = 033e91a1-9de2-42f7-9b34-a494276d2077 2020-07-28 16:16:06.619 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = 86b518fd-caf5-4b30-9424-d153da536599 2020-07-28 16:16:06.619 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = 1aeb3c35-5d7f-4d3a-af1a-525c68b094b5 2020-07-28 16:16:06.837 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2020-07-28 16:16:06.838 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = tempest_octavia-net_3eefec12-6b3f-4622-a809-bddb2c9af06a 2020-07-28 16:16:06.839 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2020-07-28 16:16:06.918 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2020-07-28 16:16:06.967 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] The following flavor discovered: 'rally_verify_48b5dc2c_TXvakhpJ'. Using flavor 'rally_verify_48b5dc2c_TXvakhpJ' (ID = 89d23c7a-73f2-46b0-b4f5-a0f5c7572dee) for the tests. 2020-07-28 16:16:06.967 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '89d23c7a-73f2-46b0-b4f5-a0f5c7572dee' to option 'instance_type'. 2020-07-28 16:16:06.968 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = 89d23c7a-73f2-46b0-b4f5-a0f5c7572dee 2020-07-28 16:16:06.969 35 INFO rally.task.context [-] Verification b1a4f7ca-2e50-4f05-910b-bd34b2188d8b | Context tempest@default setup() finished in 0.83 sec 2020-07-28 16:16:06.970 35 INFO rally.task.context [-] Verification b1a4f7ca-2e50-4f05-910b-bd34b2188d8b | Context testr@default setup() finished in 0.54 msec 2020-07-28 16:16:06.970 35 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --concurrency 2 --load-list /tmp/c3076716-d588-46e6-85ba-32cbd8a5679e'. 2020-07-28 16:16:22.447 35 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_flavor_capabilities.FlavorCapabilitiesAPITest.test_flavor_capabilities_list ... success [0.564s] 2020-07-28 16:16:47.074 35 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_flavor_profile.FlavorProfileAPITest.test_flavor_profile_create ... success [0.455s] 2020-07-28 16:16:47.760 35 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_flavor_profile.FlavorProfileAPITest.test_flavor_profile_delete ... success [0.686s] 2020-07-28 16:16:48.887 35 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_flavor_profile.FlavorProfileAPITest.test_flavor_profile_list ... success [1.123s] 2020-07-28 16:16:49.165 35 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_flavor_profile.FlavorProfileAPITest.test_flavor_profile_show ... success [0.280s] 2020-07-28 16:16:49.465 35 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_flavor_profile.FlavorProfileAPITest.test_flavor_profile_update ... success [0.299s] 2020-07-28 16:18:22.486 35 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_amphora.AmphoraAPITest.test_amphora_failover ... success [60.964s] 2020-07-28 16:18:22.705 35 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_amphora.AmphoraAPITest.test_amphora_update ... success [0.220s] 2020-07-28 16:18:30.854 35 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_healthmonitor.HealthMonitorAPITest.test_healthmonitor_create ... success [21.887s] 2020-07-28 16:18:50.675 35 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_flavor.FlavorAPITest.test_flavor_create ... success [0.210s] 2020-07-28 16:18:50.816 35 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_flavor.FlavorAPITest.test_flavor_delete ... success [0.140s] 2020-07-28 16:18:51.287 35 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_flavor.FlavorAPITest.test_flavor_list ... success [0.469s] 2020-07-28 16:18:51.400 35 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_flavor.FlavorAPITest.test_flavor_show ... success [0.114s] 2020-07-28 16:18:51.552 35 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_flavor.FlavorAPITest.test_flavor_update ... success [0.151s] 2020-07-28 16:18:52.393 35 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_healthmonitor.HealthMonitorAPITest.test_healthmonitor_delete ... success [21.538s] 2020-07-28 16:19:55.750 35 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_healthmonitor.HealthMonitorAPITest.test_healthmonitor_list ... success [63.342s] 2020-07-28 16:20:17.550 35 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_healthmonitor.HealthMonitorAPITest.test_healthmonitor_show ... success [21.799s] 2020-07-28 16:20:24.908 35 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_l7rule.L7RuleAPITest.test_l7rule_create ... success [5.984s] 2020-07-28 16:20:36.322 35 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_l7rule.L7RuleAPITest.test_l7rule_delete ... success [11.415s] 2020-07-28 16:20:44.596 35 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_healthmonitor.HealthMonitorAPITest.test_healthmonitor_update ... success [27.043s] 2020-07-28 16:21:25.052 35 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_l7rule.L7RuleAPITest.test_l7rule_list ... success [48.718s] 2020-07-28 16:21:31.312 35 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_l7rule.L7RuleAPITest.test_l7rule_show ... success [6.263s] 2020-07-28 16:21:42.926 35 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_l7rule.L7RuleAPITest.test_l7rule_update ... success [11.612s] 2020-07-28 16:22:21.844 35 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_l7policy.L7PolicyAPITest.test_l7policy_create_redirect_pool ... success [5.910s] 2020-07-28 16:22:27.522 35 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_l7policy.L7PolicyAPITest.test_l7policy_create_redirect_url ... success [5.677s] 2020-07-28 16:22:33.188 35 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_l7policy.L7PolicyAPITest.test_l7policy_create_reject ... success [5.664s] 2020-07-28 16:22:44.292 35 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_l7policy.L7PolicyAPITest.test_l7policy_delete ... success [11.104s] 2020-07-28 16:23:31.887 35 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_l7policy.L7PolicyAPITest.test_l7policy_list ... success [47.581s] 2020-07-28 16:23:48.974 35 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_l7policy.L7PolicyAPITest.test_l7policy_show ... success [17.088s] 2020-07-28 16:24:02.840 35 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_member.MemberAPITest.test_member_batch_update ... success [23.596s] 2020-07-28 16:24:11.529 35 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_l7policy.L7PolicyAPITest.test_l7policy_update ... success [22.550s] 2020-07-28 16:24:14.092 35 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_member.MemberAPITest.test_member_delete ... success [11.253s] 2020-07-28 16:25:03.284 35 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_member.MemberAPITest.test_member_list ... success [49.183s] 2020-07-28 16:25:11.424 35 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_member.MemberAPITest.test_member_show ... success [8.143s] 2020-07-28 16:25:38.806 35 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_member.MemberAPITest.test_member_update ... success [27.381s] 2020-07-28 16:26:01.507 35 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_listener.ListenerAPITest.test_listener_create ... success [5.621s] 2020-07-28 16:26:12.296 35 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_listener.ListenerAPITest.test_listener_create_on_same_port ... success [10.787s] 2020-07-28 16:26:23.252 35 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_listener.ListenerAPITest.test_listener_delete ... success [10.957s] 2020-07-28 16:27:49.788 35 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_pool.PoolAPITest.test_pool_create_standalone ... success [5.569s] 2020-07-28 16:28:00.587 35 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_pool.PoolAPITest.test_pool_create_with_listener ... success [10.798s] 2020-07-28 16:28:01.246 35 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_listener.ListenerAPITest.test_listener_list ... success [97.978s] 2020-07-28 16:28:11.840 35 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_pool.PoolAPITest.test_pool_delete ... success [11.252s] 2020-07-28 16:28:12.263 35 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_listener.ListenerAPITest.test_listener_show ... success [11.024s] 2020-07-28 16:28:28.569 35 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_listener.ListenerAPITest.test_listener_show_stats ... success [16.303s] 2020-07-28 16:28:44.919 35 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_listener.ListenerAPITest.test_listener_update ... success [16.349s] 2020-07-28 16:29:49.654 35 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_pool.PoolAPITest.test_pool_list ... success [97.804s] 2020-07-28 16:29:55.633 35 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_pool.PoolAPITest.test_pool_show ... success [5.981s] 2020-07-28 16:30:12.866 35 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_pool.PoolAPITest.test_pool_update ... success [17.229s] 2020-07-28 16:30:37.887 35 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_load_balancer.LoadBalancerAPITest.test_load_balancer_delete ... success [62.454s] 2020-07-28 16:31:11.922 35 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_provider.ProviderAPITest.test_provider_list ... success [0.248s] 2020-07-28 16:31:39.897 35 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_load_balancer.LoadBalancerAPITest.test_load_balancer_delete_cascade ... success [62.008s] 2020-07-28 16:33:23.763 35 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.scenario.v2.test_amphora.AmphoraScenarioTest.test_amphora_list_and_show ... success [58.057s] 2020-07-28 16:33:35.173 35 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_load_balancer.LoadBalancerAPITest.test_load_balancer_failover ... success [115.275s] 2020-07-28 16:33:45.606 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-28 16:34:37.844 35 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_load_balancer.LoadBalancerAPITest.test_load_balancer_ipv4_create ... success [62.669s] 2020-07-28 16:34:37.845 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-07-28 16:35:15.391 35 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.scenario.v2.test_listener.ListenerScenarioTest.test_listener_CRUD ... success [21.555s] 2020-07-28 16:37:22.270 35 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.scenario.v2.test_member.MemberScenarioTest.test_member_CRUD ... success [17.330s] 2020-07-28 16:37:22.271 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-28 16:37:22.272 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-28 16:37:44.862 35 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_load_balancer.LoadBalancerAPITest.test_load_balancer_list ... success [187.004s] 2020-07-28 16:38:46.804 35 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_load_balancer.LoadBalancerAPITest.test_load_balancer_show ... success [61.943s] 2020-07-28 16:39:18.131 35 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.scenario.v2.test_pool.PoolScenarioTest.test_pool_standalone_CRUD ... success [16.101s] 2020-07-28 16:39:34.320 35 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.scenario.v2.test_pool.PoolScenarioTest.test_pool_with_listener_CRUD ... success [16.186s] 2020-07-28 16:39:49.030 35 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_load_balancer.LoadBalancerAPITest.test_load_balancer_show_stats ... success [62.227s] 2020-07-28 16:40:51.197 35 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_load_balancer.LoadBalancerAPITest.test_load_balancer_show_status ... success [62.164s] 2020-07-28 16:41:53.269 35 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_load_balancer.LoadBalancerAPITest.test_load_balancer_update ... success [62.072s] 2020-07-28 16:43:17.978 35 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.scenario.v2.test_healthmonitor.HealthMonitorScenarioTest.test_healthmonitor_CRUD ... success [16.028s] 2020-07-28 16:45:03.792 35 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.scenario.v2.test_l7policy.L7PolicyScenarioTest.test_l7policy_CRUD ... success [16.299s] 2020-07-28 16:47:01.018 35 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.scenario.v2.test_l7rule.L7RuleScenarioTest.test_l7rule_CRUD ... success [16.294s] 2020-07-28 16:48:36.683 35 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.scenario.v2.test_load_balancer.LoadBalancerScenarioTest.test_load_balancer_ipv4_CRUD ... success [62.234s] 2020-07-28 16:48:36.684 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-07-28 16:51:32.032 35 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.scenario.v2.test_traffic_ops.TrafficOperationsScenarioTest.test_basic_traffic ... success [38.956s] 2020-07-28 16:52:01.069 35 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.scenario.v2.test_traffic_ops.TrafficOperationsScenarioTest.test_basic_udp_traffic ... success [29.032s] 2020-07-28 16:53:05.528 35 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.scenario.v2.test_traffic_ops.TrafficOperationsScenarioTest.test_healthmonitor_traffic ... success [64.453s] 2020-07-28 16:54:15.047 35 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.scenario.v2.test_traffic_ops.TrafficOperationsScenarioTest.test_healthmonitor_udp_traffic ... success [69.514s] 2020-07-28 16:56:07.413 35 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.scenario.v2.test_traffic_ops.TrafficOperationsScenarioTest.test_l7policies_and_l7rules ... success [112.353s] 2020-07-28 16:56:07.414 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-28 16:56:07.415 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-28 16:57:17.125 35 INFO rally.task.context [-] Verification b1a4f7ca-2e50-4f05-910b-bd34b2188d8b | Context testr@default cleanup() started 2020-07-28 16:57:17.125 35 INFO rally.task.context [-] Verification b1a4f7ca-2e50-4f05-910b-bd34b2188d8b | Context testr@default cleanup() finished in 0.87 msec 2020-07-28 16:57:17.126 35 INFO rally.task.context [-] Verification b1a4f7ca-2e50-4f05-910b-bd34b2188d8b | Context tempest@default cleanup() started 2020-07-28 16:57:17.287 35 INFO rally.task.context [-] Verification b1a4f7ca-2e50-4f05-910b-bd34b2188d8b | Context tempest@default cleanup() finished in 0.16 sec 2020-07-28 16:57:17.312 35 INFO rally.api [-] Verification (UUID=a4851a30-044d-4862-ba71-8bb039143654) has been successfully finished for deployment 'opnfv-rally' (UUID=f740ad4b-8fec-4437-a155-8ef4229de07e)! 2020-07-28 16:57:18.978 64 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-28 16:57:18.979 64 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-28 16:57:18.979 64 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-28 16:57:20.534 66 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-28 16:57:20.534 66 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-28 16:57:20.534 66 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-28 16:57:22.558 66 INFO rally.api [-] Building 'html' report for the following verification(s): 'a4851a30-044d-4862-ba71-8bb039143654' 2020-07-28 16:57:22.577 66 INFO rally.api [-] The report has been successfully built. 2020-07-28 16:57:23.977 68 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-28 16:57:23.978 68 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-28 16:57:23.978 68 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-28 16:57:25.845 68 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): 'a4851a30-044d-4862-ba71-8bb039143654' 2020-07-28 16:57:25.850 68 INFO rally.api [-] The report has been successfully built.