2020-09-19 08:32:13.036 7 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-19 08:32:13.041 7 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-19 08:32:13.042 7 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-19 08:32:32.571 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-09-19 08:32:32.571 7 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-09-19 08:32:32.571 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-09-19 08:32:32.571 7 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-09-19 08:32:32.571 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-09-19 08:32:32.571 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2020-09-19 08:32:32.571 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-09-19 08:32:32.571 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-09-19 08:32:32.571 7 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-09-19 08:32:32.571 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-09-19 08:32:32.571 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2020-09-19 08:32:32.571 7 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2020-09-19 08:32:32.571 7 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2020-09-19 08:32:32.571 7 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2020-09-19 08:32:32.571 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2020-09-19 08:32:32.571 7 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2020-09-19 08:32:32.571 7 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2020-09-19 08:32:32.571 7 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2020-09-19 08:32:32.571 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-09-19 08:32:32.571 7 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-09-19 08:32:32.571 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 519, in env_get 2020-09-19 08:32:32.571 7 ERROR rally.cli.cliutils criteria="uuid or name is %s" % uuid_or_name, table="envs") 2020-09-19 08:32:32.571 7 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2020-09-19 08:32:32.571 7 ERROR rally.cli.cliutils 2020-09-19 08:32:44.912 14 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-19 08:32:44.917 14 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-19 08:32:44.919 14 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-19 08:33:17.421 21 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-19 08:33:17.426 21 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-19 08:33:17.427 21 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-19 08:33:52.453 31 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-19 08:33:52.459 31 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-19 08:33:52.460 31 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-19 08:34:04.313 37 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-19 08:34:04.319 37 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-19 08:34:04.321 37 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-19 08:34:22.980 37 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-19 08:34:22.980 37 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-09-19 08:34:22.980 37 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-09-19 08:34:22.980 37 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-09-19 08:34:22.980 37 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2020-09-19 08:34:22.980 37 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-09-19 08:34:22.980 37 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-09-19 08:34:22.980 37 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 236, in delete_verifier 2020-09-19 08:34:22.980 37 ERROR rally.cli.cliutils force=force) 2020-09-19 08:34:22.980 37 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2020-09-19 08:34:22.980 37 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2020-09-19 08:34:22.980 37 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2020-09-19 08:34:22.980 37 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2020-09-19 08:34:22.980 37 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2020-09-19 08:34:22.980 37 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2020-09-19 08:34:22.980 37 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-09-19 08:34:22.980 37 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-09-19 08:34:22.980 37 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2020-09-19 08:34:22.980 37 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2020-09-19 08:34:22.980 37 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 677, in _verifier_get 2020-09-19 08:34:22.980 37 ERROR rally.cli.cliutils criteria="name or uuid is %s" % verifier_id, table="verifiers") 2020-09-19 08:34:22.980 37 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2020-09-19 08:34:22.980 37 ERROR rally.cli.cliutils 2020-09-19 08:34:34.929 44 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-19 08:34:34.935 44 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-19 08:34:34.937 44 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-19 08:34:52.785 44 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2020-09-19 08:34:53.218 44 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-a6a3ce21-6107-45cf-b2b1-46c6c82db312/repo. 2020-09-19 08:34:54.033 44 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-a6a3ce21-6107-45cf-b2b1-46c6c82db312/repo'... done. Note: checking out 'd7b38317ad1ca2955432acdc7449562d08aba75d'. 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 performing another checkout. If you want to create a new branch to retain commits you create, you may do so (now or later) by using -b with the checkout command again. Example: git checkout -b ' 2020-09-19 08:34:54.130 44 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'tags/22.0.0-1-gd7b38317a ' 2020-09-19 08:34:54.188 44 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'd7b38317ad1ca2955432acdc7449562d08aba75d ' 2020-09-19 08:34:54.250 44 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2020-09-19 08:34:54.765 44 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2020-09-19 08:35:00.407 44 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=a6a3ce21-6107-45cf-b2b1-46c6c82db312) has been successfully created! 2020-09-19 08:35:13.513 70 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-19 08:35:13.519 70 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-19 08:35:13.520 70 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-19 08:35:44.714 80 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-19 08:35:44.719 80 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-19 08:35:44.720 80 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-19 08:36:03.532 80 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=a6a3ce21-6107-45cf-b2b1-46c6c82db312) for deployment 'opnfv-rally' (UUID=f5dd36ba-0cfe-417a-b977-a9b70829a232). 2020-09-19 08:36:04.842 80 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=a6a3ce21-6107-45cf-b2b1-46c6c82db312) has been successfully configured for deployment 'opnfv-rally' (UUID=f5dd36ba-0cfe-417a-b977-a9b70829a232)! 2020-09-19 08:37:12.104 95 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-19 08:37:12.109 95 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-19 08:37:12.111 95 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-19 08:37:30.605 95 INFO rally.api [-] Starting verification (UUID=efcfd84a-71e8-4a93-b9cf-d9e5546010d5) for deployment 'opnfv-rally' (UUID=f5dd36ba-0cfe-417a-b977-a9b70829a232) by verifier 'opnfv-tempest' (UUID=a6a3ce21-6107-45cf-b2b1-46c6c82db312). 2020-09-19 08:37:34.814 95 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2020-09-19 08:37:34.816 95 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-a6a3ce21-6107-45cf-b2b1-46c6c82db312/for-deployment-f5dd36ba-0cfe-417a-b977-a9b70829a232/tempest.log' to option 'log_file'. 2020-09-19 08:37:34.818 95 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-a6a3ce21-6107-45cf-b2b1-46c6c82db312/for-deployment-f5dd36ba-0cfe-417a-b977-a9b70829a232/tempest.log 2020-09-19 08:37:34.819 95 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2020-09-19 08:37:34.820 95 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-a6a3ce21-6107-45cf-b2b1-46c6c82db312/for-deployment-f5dd36ba-0cfe-417a-b977-a9b70829a232/lock_files' to option 'lock_path'. 2020-09-19 08:37:34.822 95 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-a6a3ce21-6107-45cf-b2b1-46c6c82db312/for-deployment-f5dd36ba-0cfe-417a-b977-a9b70829a232/lock_files 2020-09-19 08:37:34.823 95 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is already configured in Tempest config file. img_dir = /home/opnfv/functest/images 2020-09-19 08:37:34.824 95 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-19 08:37:34.826 95 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = de002f94-7adb-402f-859a-b3f0623cd205 2020-09-19 08:37:34.827 95 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = 07831a18-3183-45da-92e0-c1dd87c6cda1 2020-09-19 08:37:34.830 95 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = 1a26b552-2229-4970-a01b-5168a25a3643 2020-09-19 08:37:34.833 95 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = 1861e324-ad19-4257-8847-1920091dc1ce 2020-09-19 08:37:35.249 95 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2020-09-19 08:37:35.251 95 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = tempest_octavia-net_645a039a-6a91-4e90-9de0-5a50776bceb8 2020-09-19 08:37:35.255 95 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2020-09-19 08:37:35.882 95 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2020-09-19 08:37:35.957 95 RALLYDEBUG rally_openstack.verification.tempest.context [-] The following flavor discovered: 'rally_verify_6b132faa_UuTtOK1N'. Using flavor 'rally_verify_6b132faa_UuTtOK1N' (ID = 8a85fafa-47bd-4bfc-8716-ba5beedf5f9d) for the tests. 2020-09-19 08:37:35.959 95 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '8a85fafa-47bd-4bfc-8716-ba5beedf5f9d' to option 'instance_type'. 2020-09-19 08:37:35.960 95 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = 8a85fafa-47bd-4bfc-8716-ba5beedf5f9d 2020-09-19 08:37:35.968 95 INFO rally.task.context [-] Verification a6a3ce21-6107-45cf-b2b1-46c6c82db312 | Context tempest@default setup() finished in 4.46 sec 2020-09-19 08:37:35.971 95 INFO rally.task.context [-] Verification a6a3ce21-6107-45cf-b2b1-46c6c82db312 | Context testr@default setup() finished in 1.21 msec 2020-09-19 08:37:35.972 95 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --concurrency 2 --load-list /tmp/dcb327b6-bd2a-42bd-8e92-0edeb5f804a3'. 2020-09-19 08:38:30.024 95 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_flavor.FlavorAPITest.test_flavor_create ... success [0.806s] 2020-09-19 08:38:30.637 95 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_flavor.FlavorAPITest.test_flavor_delete ... success [0.623s] 2020-09-19 08:38:32.673 95 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_flavor.FlavorAPITest.test_flavor_list ... success [2.026s] 2020-09-19 08:38:33.132 95 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_flavor.FlavorAPITest.test_flavor_show ... success [0.463s] 2020-09-19 08:38:33.728 95 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_flavor.FlavorAPITest.test_flavor_update ... success [0.595s] 2020-09-19 08:40:12.864 95 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_healthmonitor.HealthMonitorAPITest.test_healthmonitor_create ... success [17.010s] 2020-09-19 08:40:29.733 95 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_healthmonitor.HealthMonitorAPITest.test_healthmonitor_delete ... success [16.859s] 2020-09-19 08:40:44.052 95 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_amphora.AmphoraAPITest.test_amphora_failover ... success [71.341s] 2020-09-19 08:40:44.376 95 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_amphora.AmphoraAPITest.test_amphora_update ... success [0.329s] 2020-09-19 08:41:19.551 95 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_flavor_capabilities.FlavorCapabilitiesAPITest.test_flavor_capabilities_list ... success [0.376s] 2020-09-19 08:41:19.819 95 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_healthmonitor.HealthMonitorAPITest.test_healthmonitor_list ... success [50.013s] 2020-09-19 08:41:38.300 95 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_flavor_profile.FlavorProfileAPITest.test_flavor_profile_create ... success [0.356s] 2020-09-19 08:41:38.624 95 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_flavor_profile.FlavorProfileAPITest.test_flavor_profile_delete ... success [0.317s] 2020-09-19 08:41:39.536 95 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_flavor_profile.FlavorProfileAPITest.test_flavor_profile_list ... success [0.899s] 2020-09-19 08:41:39.741 95 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_flavor_profile.FlavorProfileAPITest.test_flavor_profile_show ... success [0.213s] 2020-09-19 08:41:40.051 95 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_flavor_profile.FlavorProfileAPITest.test_flavor_profile_update ... success [0.302s] 2020-09-19 08:41:42.125 95 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_healthmonitor.HealthMonitorAPITest.test_healthmonitor_show ... success [22.306s] 2020-09-19 08:42:04.759 95 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_healthmonitor.HealthMonitorAPITest.test_healthmonitor_update ... success [22.625s] 2020-09-19 08:43:06.764 95 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_listener.ListenerAPITest.test_listener_create ... success [5.781s] 2020-09-19 08:43:17.827 95 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_listener.ListenerAPITest.test_listener_delete ... success [11.058s] 2020-09-19 08:43:45.164 95 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_l7policy.L7PolicyAPITest.test_l7policy_create_redirect_pool ... success [6.024s] 2020-09-19 08:43:51.033 95 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_l7policy.L7PolicyAPITest.test_l7policy_create_redirect_url ... success [5.865s] 2020-09-19 08:43:56.885 95 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_l7policy.L7PolicyAPITest.test_l7policy_create_reject ... success [5.849s] 2020-09-19 08:44:08.199 95 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_l7policy.L7PolicyAPITest.test_l7policy_delete ... success [11.308s] 2020-09-19 08:44:52.750 95 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_listener.ListenerAPITest.test_listener_list ... success [94.820s] 2020-09-19 08:44:57.351 95 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_l7policy.L7PolicyAPITest.test_l7policy_list ... success [49.076s] 2020-09-19 08:45:08.949 95 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_listener.ListenerAPITest.test_listener_show ... success [16.228s] 2020-09-19 08:45:15.014 95 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_l7policy.L7PolicyAPITest.test_l7policy_show ... success [17.666s] 2020-09-19 08:45:20.435 95 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_listener.ListenerAPITest.test_listener_show_stats ... success [11.475s] 2020-09-19 08:45:37.073 95 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_listener.ListenerAPITest.test_listener_update ... success [16.630s] 2020-09-19 08:45:38.155 95 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_l7policy.L7PolicyAPITest.test_l7policy_update ... success [23.136s] 2020-09-19 08:47:42.466 95 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_load_balancer.LoadBalancerAPITest.test_load_balancer_delete ... success [62.737s] 2020-09-19 08:47:50.608 95 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_l7rule.L7RuleAPITest.test_l7rule_create ... success [6.090s] 2020-09-19 08:48:02.327 95 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_l7rule.L7RuleAPITest.test_l7rule_delete ... success [11.715s] 2020-09-19 08:48:52.864 95 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_l7rule.L7RuleAPITest.test_l7rule_list ... success [50.475s] 2020-09-19 08:48:55.457 95 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_load_balancer.LoadBalancerAPITest.test_load_balancer_delete_cascade ... success [72.981s] 2020-09-19 08:48:59.262 95 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_l7rule.L7RuleAPITest.test_l7rule_show ... success [6.416s] 2020-09-19 08:49:11.233 95 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_l7rule.L7RuleAPITest.test_l7rule_update ... success [11.961s] 2020-09-19 08:50:48.729 95 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_load_balancer.LoadBalancerAPITest.test_load_balancer_failover ... success [113.262s] 2020-09-19 08:51:42.436 95 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_member.MemberAPITest.test_member_batch_update ... success [23.732s] 2020-09-19 08:51:53.922 95 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_member.MemberAPITest.test_member_delete ... success [11.495s] 2020-09-19 08:51:55.177 95 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_load_balancer.LoadBalancerAPITest.test_load_balancer_ipv4_create ... success [66.442s] 2020-09-19 08:51:55.187 95 INFO opnfv-tempest [-] {0} 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-19 08:52:45.462 95 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_member.MemberAPITest.test_member_list ... success [51.475s] 2020-09-19 08:52:52.034 95 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_member.MemberAPITest.test_member_show ... success [6.596s] 2020-09-19 08:53:14.738 95 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_member.MemberAPITest.test_member_update ... success [22.685s] 2020-09-19 08:54:57.256 95 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_load_balancer.LoadBalancerAPITest.test_load_balancer_list ... success [182.020s] 2020-09-19 08:55:59.690 95 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_load_balancer.LoadBalancerAPITest.test_load_balancer_show ... success [62.453s] 2020-09-19 08:56:20.899 95 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.scenario.v2.test_amphora.AmphoraScenarioTest.test_amphora_list_and_show ... success [58.444s] 2020-09-19 08:57:02.776 95 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_load_balancer.LoadBalancerAPITest.test_load_balancer_show_stats ... success [63.080s] 2020-09-19 08:58:05.442 95 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_load_balancer.LoadBalancerAPITest.test_load_balancer_show_status ... success [62.661s] 2020-09-19 08:58:09.513 95 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.scenario.v2.test_l7rule.L7RuleScenarioTest.test_l7rule_CRUD ... success [16.900s] 2020-09-19 08:59:18.051 95 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_load_balancer.LoadBalancerAPITest.test_load_balancer_update ... success [72.598s] 2020-09-19 08:59:58.662 95 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.scenario.v2.test_load_balancer.LoadBalancerScenarioTest.test_load_balancer_ipv4_CRUD ... success [67.594s] 2020-09-19 08:59:58.671 95 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-19 09:00:47.890 95 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_pool.PoolAPITest.test_pool_create_standalone ... success [5.770s] 2020-09-19 09:00:53.743 95 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_pool.PoolAPITest.test_pool_create_with_listener ... success [5.848s] 2020-09-19 09:01:05.123 95 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_pool.PoolAPITest.test_pool_delete ... success [11.373s] 2020-09-19 09:01:55.103 95 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.scenario.v2.test_member.MemberScenarioTest.test_member_CRUD ... success [12.341s] 2020-09-19 09:02:24.489 95 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_pool.PoolAPITest.test_pool_list ... success [79.303s] 2020-09-19 09:02:30.855 95 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_pool.PoolAPITest.test_pool_show ... success [6.385s] 2020-09-19 09:02:48.654 95 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_pool.PoolAPITest.test_pool_update ... success [17.779s] 2020-09-19 09:03:42.575 95 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_provider.ProviderAPITest.test_provider_list ... success [0.339s] 2020-09-19 09:04:07.012 95 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.scenario.v2.test_pool.PoolScenarioTest.test_pool_standalone_CRUD ... success [16.523s] 2020-09-19 09:04:23.626 95 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.scenario.v2.test_pool.PoolScenarioTest.test_pool_with_listener_CRUD ... success [16.610s] 2020-09-19 09:05:10.644 95 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.scenario.v2.test_healthmonitor.HealthMonitorScenarioTest.test_healthmonitor_CRUD ... success [11.263s] 2020-09-19 09:05:33.886 95 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-19 09:07:11.969 95 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.scenario.v2.test_l7policy.L7PolicyScenarioTest.test_l7policy_CRUD ... success [16.725s] 2020-09-19 09:07:35.729 95 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.scenario.v2.test_traffic_ops.TrafficOperationsScenarioTest.test_basic_traffic ... success [34.870s] 2020-09-19 09:08:43.461 95 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.scenario.v2.test_traffic_ops.TrafficOperationsScenarioTest.test_healthmonitor_traffic ... success [67.682s] 2020-09-19 09:09:12.294 95 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.scenario.v2.test_listener.ListenerScenarioTest.test_listener_CRUD ... success [22.118s] 2020-09-19 09:10:41.751 95 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.scenario.v2.test_traffic_ops.TrafficOperationsScenarioTest.test_l7policies_and_l7rules ... success [118.222s] 2020-09-19 09:10:41.759 95 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.scenario.v2.test_traffic_ops.TrafficOperationsScenarioTest.test_mixed_ipv4_ipv6_members_traffic ... skip [0.001s]: b'Mixed IPv4/IPv6 member test requires IPv6.' 2020-09-19 09:11:42.585 95 INFO rally.task.context [-] Verification a6a3ce21-6107-45cf-b2b1-46c6c82db312 | Context testr@default cleanup() started 2020-09-19 09:11:42.588 95 INFO rally.task.context [-] Verification a6a3ce21-6107-45cf-b2b1-46c6c82db312 | Context testr@default cleanup() finished in 3.91 msec 2020-09-19 09:11:42.592 95 INFO rally.task.context [-] Verification a6a3ce21-6107-45cf-b2b1-46c6c82db312 | Context tempest@default cleanup() started 2020-09-19 09:11:43.078 95 INFO rally.task.context [-] Verification a6a3ce21-6107-45cf-b2b1-46c6c82db312 | Context tempest@default cleanup() finished in 0.49 sec 2020-09-19 09:11:43.163 95 INFO rally.api [-] Verification (UUID=efcfd84a-71e8-4a93-b9cf-d9e5546010d5) has been successfully finished for deployment 'opnfv-rally' (UUID=f5dd36ba-0cfe-417a-b977-a9b70829a232)! 2020-09-19 09:11:55.905 143 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-19 09:11:55.909 143 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-19 09:11:55.911 143 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-19 09:12:09.082 146 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-19 09:12:09.087 146 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-19 09:12:09.088 146 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-19 09:12:28.107 146 INFO rally.api [-] Building 'html' report for the following verification(s): 'efcfd84a-71e8-4a93-b9cf-d9e5546010d5' 2020-09-19 09:12:28.332 146 INFO rally.api [-] The report has been successfully built. 2020-09-19 09:12:39.898 153 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-19 09:12:39.903 153 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-19 09:12:39.905 153 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-19 09:12:57.648 153 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): 'efcfd84a-71e8-4a93-b9cf-d9e5546010d5' 2020-09-19 09:12:57.701 153 INFO rally.api [-] The report has been successfully built.