2020-06-17 11:25:09.476 7 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-17 11:25:09.476 7 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-17 11:25:09.477 7 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-17 11:25:11.808 7 ERROR rally.cli.cliutils [-] Unexpected exception in CLI: rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2020-06-17 11:25:11.808 7 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-06-17 11:25:11.808 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-06-17 11:25:11.808 7 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-06-17 11:25:11.808 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-06-17 11:25:11.808 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2020-06-17 11:25:11.808 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-06-17 11:25:11.808 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-06-17 11:25:11.808 7 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-06-17 11:25:11.808 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-06-17 11:25:11.808 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2020-06-17 11:25:11.808 7 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2020-06-17 11:25:11.808 7 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2020-06-17 11:25:11.808 7 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2020-06-17 11:25:11.808 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2020-06-17 11:25:11.808 7 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2020-06-17 11:25:11.808 7 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2020-06-17 11:25:11.808 7 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2020-06-17 11:25:11.808 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-06-17 11:25:11.808 7 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-06-17 11:25:11.808 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2020-06-17 11:25:11.808 7 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-06-17 11:25:11.808 7 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2020-06-17 11:25:11.808 7 ERROR rally.cli.cliutils 2020-06-17 11:25:13.482 9 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-17 11:25:13.482 9 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-17 11:25:13.483 9 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-17 11:25:17.849 11 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-17 11:25:17.850 11 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-17 11:25:17.850 11 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-17 11:25:22.954 14 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-17 11:25:22.954 14 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-17 11:25:22.954 14 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-17 11:25:24.466 17 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-17 11:25:24.467 17 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-17 11:25:24.467 17 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-17 11:25:26.778 17 ERROR rally.cli.cliutils [-] Unexpected exception in CLI: rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2020-06-17 11:25:26.778 17 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-06-17 11:25:26.778 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-06-17 11:25:26.778 17 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-06-17 11:25:26.778 17 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2020-06-17 11:25:26.778 17 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-06-17 11:25:26.778 17 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-06-17 11:25:26.778 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2020-06-17 11:25:26.778 17 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2020-06-17 11:25:26.778 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2020-06-17 11:25:26.778 17 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2020-06-17 11:25:26.778 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2020-06-17 11:25:26.778 17 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2020-06-17 11:25:26.778 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2020-06-17 11:25:26.778 17 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2020-06-17 11:25:26.778 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-06-17 11:25:26.778 17 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-06-17 11:25:26.778 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2020-06-17 11:25:26.778 17 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2020-06-17 11:25:26.778 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2020-06-17 11:25:26.778 17 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-06-17 11:25:26.778 17 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2020-06-17 11:25:26.778 17 ERROR rally.cli.cliutils 2020-06-17 11:25:28.333 19 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-17 11:25:28.334 19 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-17 11:25:28.334 19 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-17 11:25:30.577 19 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2020-06-17 11:25:30.644 19 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-5f3d3ac7-fa07-4c01-b43b-9c236d919a53/repo. 2020-06-17 11:25:30.838 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-5f3d3ac7-fa07-4c01-b43b-9c236d919a53/repo'... done. ' 2020-06-17 11:25:30.853 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'heads/master ' 2020-06-17 11:25:30.878 19 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2020-06-17 11:25:30.937 19 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2020-06-17 11:25:31.655 19 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=5f3d3ac7-fa07-4c01-b43b-9c236d919a53) has been successfully created! 2020-06-17 11:25:33.277 26 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-17 11:25:33.278 26 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-17 11:25:33.278 26 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-17 11:25:38.221 29 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-17 11:25:38.221 29 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-17 11:25:38.222 29 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-17 11:25:40.577 29 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=5f3d3ac7-fa07-4c01-b43b-9c236d919a53) for deployment 'opnfv-rally' (UUID=c4e16805-67fc-4240-9e8b-4f39d38f3dae). 2020-06-17 11:25:41.403 29 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=5f3d3ac7-fa07-4c01-b43b-9c236d919a53) has been successfully configured for deployment 'opnfv-rally' (UUID=c4e16805-67fc-4240-9e8b-4f39d38f3dae)! 2020-06-17 11:25:49.962 34 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-17 11:25:49.962 34 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-17 11:25:49.963 34 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-17 11:25:52.630 34 INFO rally.api [-] Starting verification (UUID=923b2a71-bc7b-462b-a05c-fb20e18a99f9) for deployment 'opnfv-rally' (UUID=c4e16805-67fc-4240-9e8b-4f39d38f3dae) by verifier 'opnfv-tempest' (UUID=5f3d3ac7-fa07-4c01-b43b-9c236d919a53). 2020-06-17 11:25:53.251 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2020-06-17 11:25:53.252 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-5f3d3ac7-fa07-4c01-b43b-9c236d919a53/for-deployment-c4e16805-67fc-4240-9e8b-4f39d38f3dae/tempest.log' to option 'log_file'. 2020-06-17 11:25:53.252 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-5f3d3ac7-fa07-4c01-b43b-9c236d919a53/for-deployment-c4e16805-67fc-4240-9e8b-4f39d38f3dae/tempest.log 2020-06-17 11:25:53.252 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2020-06-17 11:25:53.252 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-5f3d3ac7-fa07-4c01-b43b-9c236d919a53/for-deployment-c4e16805-67fc-4240-9e8b-4f39d38f3dae/lock_files' to option 'lock_path'. 2020-06-17 11:25:53.253 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-5f3d3ac7-fa07-4c01-b43b-9c236d919a53/for-deployment-c4e16805-67fc-4240-9e8b-4f39d38f3dae/lock_files 2020-06-17 11:25:53.253 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is already configured in Tempest config file. img_dir = /home/opnfv/functest/images 2020-06-17 11:25:53.253 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_file' is already configured in Tempest config file. img_file = cirros-0.4.0-x86_64-disk.img 2020-06-17 11:25:53.254 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = b72987c4-3821-442c-88e4-cf91d55c7414 2020-06-17 11:25:53.254 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = ce65dfd2-11f0-457f-af7a-b5d204d20607 2020-06-17 11:25:53.254 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = db5395ed-9a6b-40ba-9baa-b80e945b1221 2020-06-17 11:25:53.255 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = c7facb21-c066-4d9e-b8fc-7f1c8bb8ef55 2020-06-17 11:25:53.478 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2020-06-17 11:25:53.479 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = tempest_octavia-net_a8bf120c-cb74-4c75-a35e-13764e333d5b 2020-06-17 11:25:53.479 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2020-06-17 11:25:53.574 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2020-06-17 11:25:53.612 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] The following flavor discovered: 'rally_verify_36f85315_2IuvrgfK'. Using flavor 'rally_verify_36f85315_2IuvrgfK' (ID = 7ef92676-ccd6-46b3-a4cc-31b780532976) for the tests. 2020-06-17 11:25:53.612 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '7ef92676-ccd6-46b3-a4cc-31b780532976' to option 'instance_type'. 2020-06-17 11:25:53.613 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = 7ef92676-ccd6-46b3-a4cc-31b780532976 2020-06-17 11:25:53.614 34 INFO rally.task.context [-] Verification 5f3d3ac7-fa07-4c01-b43b-9c236d919a53 | Context tempest@default setup() finished in 0.80 sec 2020-06-17 11:25:53.614 34 INFO rally.task.context [-] Verification 5f3d3ac7-fa07-4c01-b43b-9c236d919a53 | Context testr@default setup() finished in 0.32 msec 2020-06-17 11:25:53.615 34 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --concurrency 2 --load-list /tmp/d16888fe-a335-406a-a305-4c95bde702a5'. 2020-06-17 11:26:04.936 34 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_flavor.FlavorAPITest.test_flavor_create ... success [0.192s] 2020-06-17 11:26:05.054 34 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_flavor.FlavorAPITest.test_flavor_delete ... success [0.118s] 2020-06-17 11:26:05.455 34 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_flavor.FlavorAPITest.test_flavor_list ... success [0.397s] 2020-06-17 11:26:05.539 34 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_flavor.FlavorAPITest.test_flavor_show ... success [0.085s] 2020-06-17 11:26:05.684 34 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_flavor.FlavorAPITest.test_flavor_update ... success [0.145s] 2020-06-17 11:26:22.397 34 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_flavor_profile.FlavorProfileAPITest.test_flavor_profile_create ... success [0.360s] 2020-06-17 11:26:22.548 34 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_flavor_profile.FlavorProfileAPITest.test_flavor_profile_delete ... success [0.150s] 2020-06-17 11:26:23.028 34 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_flavor_profile.FlavorProfileAPITest.test_flavor_profile_list ... success [0.477s] 2020-06-17 11:26:23.154 34 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_flavor_profile.FlavorProfileAPITest.test_flavor_profile_show ... success [0.127s] 2020-06-17 11:26:23.295 34 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_flavor_profile.FlavorProfileAPITest.test_flavor_profile_update ... success [0.141s] 2020-06-17 11:27:46.742 34 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_amphora.AmphoraAPITest.test_amphora_failover ... success [50.788s] 2020-06-17 11:27:48.094 34 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_l7policy.L7PolicyAPITest.test_l7policy_create_redirect_pool ... success [5.706s] 2020-06-17 11:27:53.722 34 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_l7policy.L7PolicyAPITest.test_l7policy_create_redirect_url ... success [5.628s] 2020-06-17 11:27:59.407 34 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_l7policy.L7PolicyAPITest.test_l7policy_create_reject ... success [5.683s] 2020-06-17 11:28:10.460 34 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_l7policy.L7PolicyAPITest.test_l7policy_delete ... success [11.053s] 2020-06-17 11:28:44.245 34 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_amphora.AmphoraAPITest.test_amphora_list_and_show ... success [57.501s] 2020-06-17 11:28:44.430 34 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_amphora.AmphoraAPITest.test_amphora_update ... success [0.186s] 2020-06-17 11:28:57.916 34 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_l7policy.L7PolicyAPITest.test_l7policy_list ... success [47.440s] 2020-06-17 11:29:07.105 34 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_flavor_capabilities.FlavorCapabilitiesAPITest.test_flavor_capabilities_list ... success [0.284s] 2020-06-17 11:29:14.816 34 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_l7policy.L7PolicyAPITest.test_l7policy_show ... success [16.902s] 2020-06-17 11:29:37.280 34 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_l7policy.L7PolicyAPITest.test_l7policy_update ... success [22.463s] 2020-06-17 11:30:37.506 34 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_healthmonitor.HealthMonitorAPITest.test_healthmonitor_create ... success [21.487s] 2020-06-17 11:30:58.980 34 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_healthmonitor.HealthMonitorAPITest.test_healthmonitor_delete ... success [21.472s] 2020-06-17 11:31:43.090 34 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_l7rule.L7RuleAPITest.test_l7rule_create ... success [5.839s] 2020-06-17 11:31:54.407 34 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_l7rule.L7RuleAPITest.test_l7rule_delete ... success [11.316s] 2020-06-17 11:32:07.161 34 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_healthmonitor.HealthMonitorAPITest.test_healthmonitor_list ... success [68.169s] 2020-06-17 11:32:28.867 34 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_healthmonitor.HealthMonitorAPITest.test_healthmonitor_show ... success [21.705s] 2020-06-17 11:32:42.936 34 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_l7rule.L7RuleAPITest.test_l7rule_list ... success [48.516s] 2020-06-17 11:32:49.026 34 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_l7rule.L7RuleAPITest.test_l7rule_show ... success [6.094s] 2020-06-17 11:32:55.793 34 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_healthmonitor.HealthMonitorAPITest.test_healthmonitor_update ... success [26.922s] 2020-06-17 11:33:00.736 34 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_l7rule.L7RuleAPITest.test_l7rule_update ... success [11.707s] 2020-06-17 11:34:25.286 34 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_load_balancer.LoadBalancerAPITest.test_load_balancer_delete ... success [62.734s] 2020-06-17 11:35:01.589 34 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_listener.ListenerAPITest.test_listener_create ... success [10.586s] 2020-06-17 11:35:12.339 34 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_listener.ListenerAPITest.test_listener_create_on_same_port ... success [10.749s] 2020-06-17 11:35:23.182 34 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_listener.ListenerAPITest.test_listener_delete ... success [10.844s] 2020-06-17 11:35:27.972 34 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_load_balancer.LoadBalancerAPITest.test_load_balancer_delete_cascade ... success [62.687s] 2020-06-17 11:36:56.421 34 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_listener.ListenerAPITest.test_listener_list ... success [93.227s] 2020-06-17 11:37:02.375 34 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_listener.ListenerAPITest.test_listener_show ... success [5.955s] 2020-06-17 11:37:18.714 34 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_listener.ListenerAPITest.test_listener_show_stats ... success [16.335s] 2020-06-17 11:37:21.261 34 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_load_balancer.LoadBalancerAPITest.test_load_balancer_failover ... success [113.284s] 2020-06-17 11:37:35.078 34 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_listener.ListenerAPITest.test_listener_update ... success [16.365s] 2020-06-17 11:38:23.221 34 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_load_balancer.LoadBalancerAPITest.test_load_balancer_ipv4_create ... success [61.960s] 2020-06-17 11:38:23.222 34 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_load_balancer.LoadBalancerAPITest.test_load_balancer_ipv6_create ... skip [0.000s]: b'IPv6 testing is disabled' 2020-06-17 11:38:28.746 34 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_provider.ProviderAPITest.test_provider_list ... success [0.164s] 2020-06-17 11:40:03.039 34 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.scenario.v2.test_l7policy.L7PolicyScenarioTest.test_l7policy_CRUD ... success [16.251s] 2020-06-17 11:41:28.607 34 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_load_balancer.LoadBalancerAPITest.test_load_balancer_list ... success [185.374s] 2020-06-17 11:41:59.376 34 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.scenario.v2.test_l7rule.L7RuleScenarioTest.test_l7rule_CRUD ... success [16.327s] 2020-06-17 11:42:30.506 34 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_load_balancer.LoadBalancerAPITest.test_load_balancer_show ... success [61.899s] 2020-06-17 11:43:32.700 34 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_load_balancer.LoadBalancerAPITest.test_load_balancer_show_stats ... success [62.194s] 2020-06-17 11:44:01.346 34 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.scenario.v2.test_listener.ListenerScenarioTest.test_listener_CRUD ... success [21.819s] 2020-06-17 11:44:45.162 34 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_load_balancer.LoadBalancerAPITest.test_load_balancer_show_status ... success [72.461s] 2020-06-17 11:45:57.441 34 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_load_balancer.LoadBalancerAPITest.test_load_balancer_update ... success [72.277s] 2020-06-17 11:46:02.301 34 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.scenario.v2.test_load_balancer.LoadBalancerScenarioTest.test_load_balancer_ipv4_CRUD ... success [83.380s] 2020-06-17 11:46:02.302 34 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-06-17 11:47:38.413 34 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_member.MemberAPITest.test_member_batch_update ... success [23.432s] 2020-06-17 11:47:49.159 34 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.scenario.v2.test_member.MemberScenarioTest.test_member_CRUD ... success [17.280s] 2020-06-17 11:47:49.160 34 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-06-17 11:47:49.160 34 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-06-17 11:47:49.661 34 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_member.MemberAPITest.test_member_delete ... success [11.247s] 2020-06-17 11:48:39.068 34 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_member.MemberAPITest.test_member_list ... success [49.396s] 2020-06-17 11:48:45.525 34 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_member.MemberAPITest.test_member_show ... success [6.461s] 2020-06-17 11:49:02.608 34 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_member.MemberAPITest.test_member_update ... success [17.081s] 2020-06-17 11:51:10.991 34 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_pool.PoolAPITest.test_pool_create_standalone ... success [5.597s] 2020-06-17 11:51:16.689 34 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_pool.PoolAPITest.test_pool_create_with_listener ... success [5.697s] 2020-06-17 11:51:27.893 34 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_pool.PoolAPITest.test_pool_delete ... success [11.202s] 2020-06-17 11:53:01.121 34 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_pool.PoolAPITest.test_pool_list ... success [93.216s] 2020-06-17 11:53:07.175 34 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_pool.PoolAPITest.test_pool_show ... success [6.056s] 2020-06-17 11:53:24.502 34 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_pool.PoolAPITest.test_pool_update ... success [17.328s] 2020-06-17 11:55:24.801 34 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.scenario.v2.test_healthmonitor.HealthMonitorScenarioTest.test_healthmonitor_CRUD ... success [15.973s] 2020-06-17 11:55:46.025 34 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-06-17 11:57:05.080 34 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.scenario.v2.test_pool.PoolScenarioTest.test_pool_standalone_CRUD ... success [16.108s] 2020-06-17 11:57:21.324 34 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.scenario.v2.test_pool.PoolScenarioTest.test_pool_with_listener_CRUD ... success [16.243s] 2020-06-17 12:00:22.061 34 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.scenario.v2.test_traffic_ops.TrafficOperationsScenarioTest.test_basic_traffic ... success [34.174s] 2020-06-17 12:00:50.926 34 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.scenario.v2.test_traffic_ops.TrafficOperationsScenarioTest.test_basic_udp_traffic ... success [28.860s] 2020-06-17 12:02:00.520 34 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.scenario.v2.test_traffic_ops.TrafficOperationsScenarioTest.test_healthmonitor_traffic ... success [69.586s] 2020-06-17 12:03:10.130 34 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.scenario.v2.test_traffic_ops.TrafficOperationsScenarioTest.test_healthmonitor_udp_traffic ... success [69.603s] 2020-06-17 12:05:02.991 34 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.scenario.v2.test_traffic_ops.TrafficOperationsScenarioTest.test_l7policies_and_l7rules ... success [112.845s] 2020-06-17 12:05:02.992 34 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.scenario.v2.test_traffic_ops.TrafficOperationsScenarioTest.test_mixed_ipv4_ipv6_members_traffic ... skip [0.000s]: b'Mixed IPv4/IPv6 member test requires IPv6.' 2020-06-17 12:05:02.992 34 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.scenario.v2.test_traffic_ops.TrafficOperationsScenarioTest.test_mixed_ipv4_ipv6_members_udp_traffic ... skip [0.000s]: b'Mixed IPv4/IPv6 member test requires IPv6.' 2020-06-17 12:06:04.455 34 INFO rally.task.context [-] Verification 5f3d3ac7-fa07-4c01-b43b-9c236d919a53 | Context testr@default cleanup() started 2020-06-17 12:06:04.455 34 INFO rally.task.context [-] Verification 5f3d3ac7-fa07-4c01-b43b-9c236d919a53 | Context testr@default cleanup() finished in 0.68 msec 2020-06-17 12:06:04.456 34 INFO rally.task.context [-] Verification 5f3d3ac7-fa07-4c01-b43b-9c236d919a53 | Context tempest@default cleanup() started 2020-06-17 12:06:04.678 34 INFO rally.task.context [-] Verification 5f3d3ac7-fa07-4c01-b43b-9c236d919a53 | Context tempest@default cleanup() finished in 0.22 sec 2020-06-17 12:06:04.703 34 INFO rally.api [-] Verification (UUID=923b2a71-bc7b-462b-a05c-fb20e18a99f9) has been successfully finished for deployment 'opnfv-rally' (UUID=c4e16805-67fc-4240-9e8b-4f39d38f3dae)! 2020-06-17 12:06:06.610 63 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-17 12:06:06.610 63 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-17 12:06:06.610 63 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-17 12:06:08.249 65 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-17 12:06:08.250 65 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-17 12:06:08.250 65 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-17 12:06:10.424 65 INFO rally.api [-] Building 'html' report for the following verification(s): '923b2a71-bc7b-462b-a05c-fb20e18a99f9' 2020-06-17 12:06:10.444 65 INFO rally.api [-] The report has been successfully built. 2020-06-17 12:06:12.055 67 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-17 12:06:12.056 67 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-17 12:06:12.056 67 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-17 12:06:14.331 67 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): '923b2a71-bc7b-462b-a05c-fb20e18a99f9' 2020-06-17 12:06:14.336 67 INFO rally.api [-] The report has been successfully built.