2020-09-03 15:13:15.263 10 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-03 15:13:15.269 10 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-03 15:13:15.271 10 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-03 15:13:38.265 10 ERROR rally.cli.cliutils [-] Unexpected exception in CLI: rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2020-09-03 15:13:38.265 10 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-09-03 15:13:38.265 10 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-09-03 15:13:38.265 10 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-09-03 15:13:38.265 10 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-09-03 15:13:38.265 10 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2020-09-03 15:13:38.265 10 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-09-03 15:13:38.265 10 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-09-03 15:13:38.265 10 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-09-03 15:13:38.265 10 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-09-03 15:13:38.265 10 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2020-09-03 15:13:38.265 10 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2020-09-03 15:13:38.265 10 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2020-09-03 15:13:38.265 10 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2020-09-03 15:13:38.265 10 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2020-09-03 15:13:38.265 10 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2020-09-03 15:13:38.265 10 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2020-09-03 15:13:38.265 10 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2020-09-03 15:13:38.265 10 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-09-03 15:13:38.265 10 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-09-03 15:13:38.265 10 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2020-09-03 15:13:38.265 10 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-09-03 15:13:38.265 10 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2020-09-03 15:13:38.265 10 ERROR rally.cli.cliutils 2020-09-03 15:13:52.697 16 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-03 15:13:52.703 16 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-03 15:13:52.704 16 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-03 15:14:32.439 22 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-03 15:14:32.446 22 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-03 15:14:32.447 22 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-03 15:15:16.588 31 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-03 15:15:16.594 31 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-03 15:15:16.596 31 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-03 15:15:31.865 40 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-03 15:15:31.872 40 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-03 15:15:31.874 40 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-03 15:15:56.031 40 ERROR rally.cli.cliutils [-] Unexpected exception in CLI: rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2020-09-03 15:15:56.031 40 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-09-03 15:15:56.031 40 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-09-03 15:15:56.031 40 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-09-03 15:15:56.031 40 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2020-09-03 15:15:56.031 40 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-09-03 15:15:56.031 40 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-09-03 15:15:56.031 40 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2020-09-03 15:15:56.031 40 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2020-09-03 15:15:56.031 40 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2020-09-03 15:15:56.031 40 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2020-09-03 15:15:56.031 40 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2020-09-03 15:15:56.031 40 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2020-09-03 15:15:56.031 40 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2020-09-03 15:15:56.031 40 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2020-09-03 15:15:56.031 40 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-09-03 15:15:56.031 40 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-09-03 15:15:56.031 40 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2020-09-03 15:15:56.031 40 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2020-09-03 15:15:56.031 40 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2020-09-03 15:15:56.031 40 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-09-03 15:15:56.031 40 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2020-09-03 15:15:56.031 40 ERROR rally.cli.cliutils 2020-09-03 15:16:11.806 46 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-03 15:16:11.812 46 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-03 15:16:11.814 46 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-03 15:16:34.294 46 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2020-09-03 15:16:34.761 46 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-1325acce-3857-4bf2-96c8-4a6b2a9d20f3/repo. 2020-09-03 15:16:35.501 46 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-1325acce-3857-4bf2-96c8-4a6b2a9d20f3/repo'... done. Note: switching to '8d8712d666fb4eb783769d2847e848d3944b9980'. 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-09-03 15:16:35.605 46 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'tags/24.0.0-1-g8d8712d66 ' 2020-09-03 15:16:35.666 46 RALLYDEBUG rally.verification.utils [-] Subprocess output: '8d8712d666fb4eb783769d2847e848d3944b9980 ' 2020-09-03 15:16:35.728 46 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2020-09-03 15:16:36.278 46 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2020-09-03 15:16:42.830 46 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=1325acce-3857-4bf2-96c8-4a6b2a9d20f3) has been successfully created! 2020-09-03 15:16:57.760 71 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-03 15:16:57.766 71 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-03 15:16:57.768 71 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-03 15:17:40.572 80 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-03 15:17:40.578 80 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-03 15:17:40.579 80 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-03 15:18:04.393 80 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=1325acce-3857-4bf2-96c8-4a6b2a9d20f3) for deployment 'opnfv-rally' (UUID=26efbd4b-78ea-40bf-aa82-9c078a6306cd). 2020-09-03 15:18:05.890 80 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=1325acce-3857-4bf2-96c8-4a6b2a9d20f3) has been successfully configured for deployment 'opnfv-rally' (UUID=26efbd4b-78ea-40bf-aa82-9c078a6306cd)! 2020-09-03 15:19:28.283 97 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-03 15:19:28.289 97 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-03 15:19:28.290 97 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-03 15:19:50.767 97 INFO rally.api [-] Starting verification (UUID=56db3e2a-8857-44a8-a7f3-3863f4db4ba9) for deployment 'opnfv-rally' (UUID=26efbd4b-78ea-40bf-aa82-9c078a6306cd) by verifier 'opnfv-tempest' (UUID=1325acce-3857-4bf2-96c8-4a6b2a9d20f3). 2020-09-03 15:19:55.231 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2020-09-03 15:19:55.233 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-1325acce-3857-4bf2-96c8-4a6b2a9d20f3/for-deployment-26efbd4b-78ea-40bf-aa82-9c078a6306cd/tempest.log' to option 'log_file'. 2020-09-03 15:19:55.235 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-1325acce-3857-4bf2-96c8-4a6b2a9d20f3/for-deployment-26efbd4b-78ea-40bf-aa82-9c078a6306cd/tempest.log 2020-09-03 15:19:55.236 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2020-09-03 15:19:55.238 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-1325acce-3857-4bf2-96c8-4a6b2a9d20f3/for-deployment-26efbd4b-78ea-40bf-aa82-9c078a6306cd/lock_files' to option 'lock_path'. 2020-09-03 15:19:55.239 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-1325acce-3857-4bf2-96c8-4a6b2a9d20f3/for-deployment-26efbd4b-78ea-40bf-aa82-9c078a6306cd/lock_files 2020-09-03 15:19:55.240 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is already configured in Tempest config file. img_dir = /home/opnfv/functest/images 2020-09-03 15:19:55.242 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_file' is already configured in Tempest config file. img_file = cirros-0.4.0-x86_64-disk.img 2020-09-03 15:19:55.243 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = 604a7028-96e9-4bdc-b7a3-569c7a4aa0e8 2020-09-03 15:19:55.244 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = ec469b50-1028-4a2c-a519-71a744a1a63d 2020-09-03 15:19:55.247 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = 572ed9d1-8960-4518-ba54-c27770d7c083 2020-09-03 15:19:55.249 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = 63aca9f1-df11-44a5-bba5-c979907d9d32 2020-09-03 15:19:55.560 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2020-09-03 15:19:55.562 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = tempest_octavia-net_86414b6b-0916-469b-b771-0dcd102a9968 2020-09-03 15:19:55.566 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2020-09-03 15:19:56.368 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2020-09-03 15:19:56.439 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] There is no flavor with the mentioned properties. 2020-09-03 15:19:56.442 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Creating flavor 'rally_verify_56db3e2a_G7vaYOr4' with the following properties: RAM = 64MB, VCPUs = 1, disk = 5GB. 2020-09-03 15:19:56.513 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_56db3e2a_G7vaYOr4' (ID = a5ba096d-e367-48ee-982a-4fa356bebf76) has been successfully created! 2020-09-03 15:19:56.515 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value 'a5ba096d-e367-48ee-982a-4fa356bebf76' to option 'instance_type'. 2020-09-03 15:19:56.517 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = a5ba096d-e367-48ee-982a-4fa356bebf76 2020-09-03 15:19:56.527 97 INFO rally.task.context [-] Verification 1325acce-3857-4bf2-96c8-4a6b2a9d20f3 | Context tempest@default setup() finished in 4.62 sec 2020-09-03 15:19:56.531 97 INFO rally.task.context [-] Verification 1325acce-3857-4bf2-96c8-4a6b2a9d20f3 | Context testr@default setup() finished in 1.33 msec 2020-09-03 15:19:56.533 97 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --concurrency 2 --load-list /tmp/6815b92c-c3bd-487f-aec4-1920f3ed1f6a'. 2020-09-03 15:20:48.319 97 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_flavor.FlavorAPITest.test_flavor_create ... success [0.448s] 2020-09-03 15:20:48.820 97 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_flavor.FlavorAPITest.test_flavor_delete ... success [0.524s] 2020-09-03 15:20:50.561 97 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_flavor.FlavorAPITest.test_flavor_list ... success [1.732s] 2020-09-03 15:20:50.970 97 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_flavor.FlavorAPITest.test_flavor_show ... success [0.410s] 2020-09-03 15:20:51.482 97 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_flavor.FlavorAPITest.test_flavor_update ... success [0.513s] 2020-09-03 15:21:13.676 97 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_flavor_capabilities.FlavorCapabilitiesAPITest.test_flavor_capabilities_list ... success [0.447s] 2020-09-03 15:22:31.765 97 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_amphora.AmphoraAPITest.test_amphora_failover ... success [51.067s] 2020-09-03 15:22:32.042 97 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_amphora.AmphoraAPITest.test_amphora_update ... success [0.281s] 2020-09-03 15:22:55.965 97 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_flavor_profile.FlavorProfileAPITest.test_flavor_profile_create ... success [0.408s] 2020-09-03 15:22:56.231 97 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_flavor_profile.FlavorProfileAPITest.test_flavor_profile_delete ... success [0.260s] 2020-09-03 15:22:57.038 97 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_flavor_profile.FlavorProfileAPITest.test_flavor_profile_list ... success [0.793s] 2020-09-03 15:22:57.234 97 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_flavor_profile.FlavorProfileAPITest.test_flavor_profile_show ... success [0.200s] 2020-09-03 15:22:57.513 97 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_flavor_profile.FlavorProfileAPITest.test_flavor_profile_update ... success [0.274s] 2020-09-03 15:23:05.085 97 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_l7rule.L7RuleAPITest.test_l7rule_create ... success [6.136s] 2020-09-03 15:23:16.758 97 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_l7rule.L7RuleAPITest.test_l7rule_delete ... success [11.660s] 2020-09-03 15:24:06.544 97 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_l7rule.L7RuleAPITest.test_l7rule_list ... success [49.723s] 2020-09-03 15:24:12.944 97 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_l7rule.L7RuleAPITest.test_l7rule_show ... success [6.419s] 2020-09-03 15:24:24.784 97 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_l7rule.L7RuleAPITest.test_l7rule_update ... success [11.833s] 2020-09-03 15:24:25.355 97 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_healthmonitor.HealthMonitorAPITest.test_healthmonitor_create ... success [16.874s] 2020-09-03 15:24:42.213 97 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_healthmonitor.HealthMonitorAPITest.test_healthmonitor_delete ... success [16.849s] 2020-09-03 15:25:47.358 97 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_healthmonitor.HealthMonitorAPITest.test_healthmonitor_list ... success [65.046s] 2020-09-03 15:25:59.541 97 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_healthmonitor.HealthMonitorAPITest.test_healthmonitor_show ... success [12.196s] 2020-09-03 15:26:16.947 97 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_healthmonitor.HealthMonitorAPITest.test_healthmonitor_update ... success [17.388s] 2020-09-03 15:26:29.143 97 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_load_balancer.LoadBalancerAPITest.test_load_balancer_delete ... success [62.793s] 2020-09-03 15:27:32.023 97 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_load_balancer.LoadBalancerAPITest.test_load_balancer_delete_cascade ... success [62.872s] 2020-09-03 15:27:50.602 97 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_l7policy.L7PolicyAPITest.test_l7policy_create_redirect_pool ... success [5.983s] 2020-09-03 15:27:56.424 97 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_l7policy.L7PolicyAPITest.test_l7policy_create_redirect_url ... success [5.820s] 2020-09-03 15:28:02.269 97 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_l7policy.L7PolicyAPITest.test_l7policy_create_reject ... success [5.836s] 2020-09-03 15:28:13.557 97 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_l7policy.L7PolicyAPITest.test_l7policy_delete ... success [11.284s] 2020-09-03 15:29:02.432 97 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_l7policy.L7PolicyAPITest.test_l7policy_list ... success [48.793s] 2020-09-03 15:29:19.873 97 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_l7policy.L7PolicyAPITest.test_l7policy_show ... success [17.446s] 2020-09-03 15:29:25.392 97 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_load_balancer.LoadBalancerAPITest.test_load_balancer_failover ... success [113.356s] 2020-09-03 15:29:42.925 97 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_l7policy.L7PolicyAPITest.test_l7policy_update ... success [23.034s] 2020-09-03 15:32:19.897 97 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_load_balancer.LoadBalancerAPITest.test_load_balancer_ipv4_create ... fail [174.442s] 2020-09-03 15:32:19.912 97 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_load_balancer.LoadBalancerAPITest.test_load_balancer_ipv6_create ... skip [0.001s]: b'IPv6 testing is disabled' 2020-09-03 15:35:19.050 97 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_load_balancer.LoadBalancerAPITest.test_load_balancer_list ... fail [179.105s] 2020-09-03 15:36:22.368 97 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_load_balancer.LoadBalancerAPITest.test_load_balancer_show ... success [63.322s] 2020-09-03 15:36:35.052 97 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_listener.ListenerAPITest.test_listener_create ... fail [306.048s] 2020-09-03 15:36:46.023 97 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_listener.ListenerAPITest.test_listener_create_on_same_port ... success [10.988s] 2020-09-03 15:36:57.162 97 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_listener.ListenerAPITest.test_listener_delete ... success [11.132s] 2020-09-03 15:37:25.094 97 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_load_balancer.LoadBalancerAPITest.test_load_balancer_show_stats ... success [62.728s] 2020-09-03 15:40:19.037 97 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_load_balancer.LoadBalancerAPITest.test_load_balancer_show_status ... fail [173.891s] 2020-09-03 15:41:22.649 97 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_load_balancer.LoadBalancerAPITest.test_load_balancer_update ... success [63.616s] 2020-09-03 15:43:01.148 97 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_pool.PoolAPITest.test_pool_create_standalone ... success [5.622s] 2020-09-03 15:43:31.476 97 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_listener.ListenerAPITest.test_listener_list ... fail [394.138s] 2020-09-03 15:48:09.547 97 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_pool.PoolAPITest.test_pool_create_with_listener ... fail [308.261s] 2020-09-03 15:48:20.976 97 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_pool.PoolAPITest.test_pool_delete ... success [11.440s] 2020-09-03 15:48:39.339 97 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_listener.ListenerAPITest.test_listener_show ... fail [307.733s] 2020-09-03 15:49:50.473 97 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_pool.PoolAPITest.test_pool_list ... success [89.409s] 2020-09-03 15:49:56.886 97 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_pool.PoolAPITest.test_pool_show ... success [6.439s] 2020-09-03 15:50:14.577 97 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_pool.PoolAPITest.test_pool_update ... success [17.668s] 2020-09-03 15:51:06.065 97 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_provider.ProviderAPITest.test_provider_list ... success [0.278s] 2020-09-03 15:53:13.849 97 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.scenario.v2.test_amphora.AmphoraScenarioTest.test_amphora_list_and_show ... success [58.369s] 2020-09-03 15:53:52.982 97 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_listener.ListenerAPITest.test_listener_show_stats ... fail [313.527s] 2020-09-03 15:54:40.877 97 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.scenario.v2.test_healthmonitor.HealthMonitorScenarioTest.test_healthmonitor_CRUD ... success [11.240s] 2020-09-03 15:56:07.612 97 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.scenario.v2.test_load_balancer.LoadBalancerScenarioTest.test_load_balancer_ipv4_CRUD ... success [57.626s] 2020-09-03 15:56:07.621 97 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.scenario.v2.test_load_balancer.LoadBalancerScenarioTest.test_load_balancer_ipv6_CRUD ... skip [0.001s]: b'IPv6 testing is disabled' 2020-09-03 15:57:45.587 97 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.scenario.v2.test_member.MemberScenarioTest.test_member_CRUD ... success [17.626s] 2020-09-03 15:57:45.600 97 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.scenario.v2.test_member.MemberScenarioTest.test_mixed_member_create ... skip [0.001s]: b'IPv6 testing is disabled' 2020-09-03 15:57:45.612 97 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.scenario.v2.test_member.MemberScenarioTest.test_mixed_udp_member_create ... skip [0.001s]: b'IPv6 testing is disabled' 2020-09-03 15:59:07.279 97 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_listener.ListenerAPITest.test_listener_update ... fail [314.164s] 2020-09-03 15:59:45.262 97 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.scenario.v2.test_pool.PoolScenarioTest.test_pool_standalone_CRUD ... success [16.532s] 2020-09-03 16:00:01.809 97 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.scenario.v2.test_pool.PoolScenarioTest.test_pool_with_listener_CRUD ... success [16.537s] 2020-09-03 16:01:24.523 97 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_member.MemberAPITest.test_member_batch_update ... success [23.869s] 2020-09-03 16:01:35.996 97 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_member.MemberAPITest.test_member_delete ... success [11.472s] 2020-09-03 16:02:27.076 97 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_member.MemberAPITest.test_member_list ... success [51.006s] 2020-09-03 16:02:33.615 97 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_member.MemberAPITest.test_member_show ... success [6.559s] 2020-09-03 16:07:43.647 97 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_member.MemberAPITest.test_member_update ... fail [309.934s] 2020-09-03 16:08:44.870 97 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-09-03 16:10:10.934 97 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.scenario.v2.test_l7policy.L7PolicyScenarioTest.test_l7policy_CRUD ... success [16.718s] 2020-09-03 16:12:03.463 97 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.scenario.v2.test_l7rule.L7RuleScenarioTest.test_l7rule_CRUD ... success [16.680s] 2020-09-03 16:18:54.916 97 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.scenario.v2.test_listener.ListenerScenarioTest.test_listener_CRUD ... fail [319.240s] 2020-09-03 16:22:02.308 97 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.scenario.v2.test_traffic_ops.TrafficOperationsScenarioTest.test_basic_traffic ... success [35.285s] 2020-09-03 16:22:31.631 97 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.scenario.v2.test_traffic_ops.TrafficOperationsScenarioTest.test_basic_udp_traffic ... success [29.318s] 2020-09-03 16:28:15.771 97 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.scenario.v2.test_traffic_ops.TrafficOperationsScenarioTest.test_healthmonitor_traffic ... fail [344.002s] 2020-09-03 16:34:00.200 97 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.scenario.v2.test_traffic_ops.TrafficOperationsScenarioTest.test_healthmonitor_udp_traffic ... fail [344.305s] 2020-09-03 16:35:55.939 97 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.scenario.v2.test_traffic_ops.TrafficOperationsScenarioTest.test_l7policies_and_l7rules ... success [115.643s] 2020-09-03 16:35:55.946 97 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.scenario.v2.test_traffic_ops.TrafficOperationsScenarioTest.test_mixed_ipv4_ipv6_members_traffic ... skip [0.002s]: b'Mixed IPv4/IPv6 member test requires IPv6.' 2020-09-03 16:35:55.952 97 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.scenario.v2.test_traffic_ops.TrafficOperationsScenarioTest.test_mixed_ipv4_ipv6_members_udp_traffic ... skip [0.001s]: b'Mixed IPv4/IPv6 member test requires IPv6.' 2020-09-03 16:37:03.176 97 INFO rally.task.context [-] Verification 1325acce-3857-4bf2-96c8-4a6b2a9d20f3 | Context testr@default cleanup() started 2020-09-03 16:37:03.178 97 INFO rally.task.context [-] Verification 1325acce-3857-4bf2-96c8-4a6b2a9d20f3 | Context testr@default cleanup() finished in 2.15 msec 2020-09-03 16:37:03.180 97 INFO rally.task.context [-] Verification 1325acce-3857-4bf2-96c8-4a6b2a9d20f3 | Context tempest@default cleanup() started 2020-09-03 16:37:03.580 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Deleting flavor 'rally_verify_56db3e2a_G7vaYOr4'. 2020-09-03 16:37:03.758 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_56db3e2a_G7vaYOr4' has been deleted. 2020-09-03 16:37:03.763 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Removing value 'a5ba096d-e367-48ee-982a-4fa356bebf76' of option 'instance_type' from Tempest config file. 2020-09-03 16:37:03.765 97 RALLYDEBUG rally_openstack.verification.tempest.context [-] Value 'a5ba096d-e367-48ee-982a-4fa356bebf76' has been removed. 2020-09-03 16:37:03.800 97 INFO rally.task.context [-] Verification 1325acce-3857-4bf2-96c8-4a6b2a9d20f3 | Context tempest@default cleanup() finished in 0.62 sec 2020-09-03 16:37:03.914 97 INFO rally.api [-] Verification (UUID=56db3e2a-8857-44a8-a7f3-3863f4db4ba9) has been successfully finished for deployment 'opnfv-rally' (UUID=26efbd4b-78ea-40bf-aa82-9c078a6306cd)! 2020-09-03 16:37:19.196 150 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-03 16:37:19.202 150 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-03 16:37:19.204 150 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-03 16:37:34.028 156 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-03 16:37:34.034 156 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-03 16:37:34.035 156 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-03 16:37:56.522 156 INFO rally.api [-] Building 'html' report for the following verification(s): '56db3e2a-8857-44a8-a7f3-3863f4db4ba9' 2020-09-03 16:37:56.730 156 INFO rally.api [-] The report has been successfully built. 2020-09-03 16:38:09.793 162 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-03 16:38:09.798 162 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-03 16:38:09.800 162 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-03 16:38:30.150 162 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): '56db3e2a-8857-44a8-a7f3-3863f4db4ba9' 2020-09-03 16:38:30.217 162 INFO rally.api [-] The report has been successfully built.