2020-06-24 13:25:56.009 7 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-24 13:25:56.010 7 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-24 13:25:56.010 7 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-24 13:25:58.265 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-24 13:25:58.265 7 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-06-24 13:25:58.265 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-06-24 13:25:58.265 7 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-06-24 13:25:58.265 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-06-24 13:25:58.265 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2020-06-24 13:25:58.265 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-06-24 13:25:58.265 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-06-24 13:25:58.265 7 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-06-24 13:25:58.265 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-06-24 13:25:58.265 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2020-06-24 13:25:58.265 7 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2020-06-24 13:25:58.265 7 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2020-06-24 13:25:58.265 7 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2020-06-24 13:25:58.265 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2020-06-24 13:25:58.265 7 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2020-06-24 13:25:58.265 7 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2020-06-24 13:25:58.265 7 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2020-06-24 13:25:58.265 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-06-24 13:25:58.265 7 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-06-24 13:25:58.265 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2020-06-24 13:25:58.265 7 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-06-24 13:25:58.265 7 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2020-06-24 13:25:58.265 7 ERROR rally.cli.cliutils 2020-06-24 13:26:00.070 9 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-24 13:26:00.070 9 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-24 13:26:00.071 9 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-24 13:26:04.528 11 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-24 13:26:04.529 11 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-24 13:26:04.529 11 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-24 13:26:09.041 14 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-24 13:26:09.042 14 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-24 13:26:09.042 14 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-24 13:26:10.510 17 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-24 13:26:10.510 17 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-24 13:26:10.510 17 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-24 13:26:12.713 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-24 13:26:12.713 17 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-06-24 13:26:12.713 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-06-24 13:26:12.713 17 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-06-24 13:26:12.713 17 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2020-06-24 13:26:12.713 17 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-06-24 13:26:12.713 17 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-06-24 13:26:12.713 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2020-06-24 13:26:12.713 17 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2020-06-24 13:26:12.713 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2020-06-24 13:26:12.713 17 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2020-06-24 13:26:12.713 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2020-06-24 13:26:12.713 17 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2020-06-24 13:26:12.713 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2020-06-24 13:26:12.713 17 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2020-06-24 13:26:12.713 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-06-24 13:26:12.713 17 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-06-24 13:26:12.713 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2020-06-24 13:26:12.713 17 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2020-06-24 13:26:12.713 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2020-06-24 13:26:12.713 17 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-06-24 13:26:12.713 17 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2020-06-24 13:26:12.713 17 ERROR rally.cli.cliutils 2020-06-24 13:26:14.305 19 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-24 13:26:14.306 19 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-24 13:26:14.306 19 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-24 13:26:16.522 19 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2020-06-24 13:26:16.586 19 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-f402ec74-32ab-4511-a791-29ae987b9c58/repo. 2020-06-24 13:26:16.811 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-f402ec74-32ab-4511-a791-29ae987b9c58/repo'... done. Note: switching to 'c73e6b11dcc1fcd878ff62e353441a5c8c794c83'. You are in 'detached HEAD' state. You can look around, make experimental changes and commit them, and you can discard any commits you make in this state without impacting any branches by switching back to a branch. If you want to create a new branch to retain commits you create, you may do so (now or later) by using -c with the switch command. Example: git switch -c Or undo this operation with: git switch - Turn off this advice by setting config variable advice.detachedHead to false ' 2020-06-24 13:26:16.822 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'tags/24.0.0 ' 2020-06-24 13:26:16.829 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'c73e6b11dcc1fcd878ff62e353441a5c8c794c83 ' 2020-06-24 13:26:16.846 19 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2020-06-24 13:26:16.910 19 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2020-06-24 13:26:17.648 19 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=f402ec74-32ab-4511-a791-29ae987b9c58) has been successfully created! 2020-06-24 13:26:19.280 27 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-24 13:26:19.280 27 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-24 13:26:19.280 27 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-24 13:26:23.780 30 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-24 13:26:23.781 30 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-24 13:26:23.781 30 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-24 13:26:25.845 30 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=f402ec74-32ab-4511-a791-29ae987b9c58) for deployment 'opnfv-rally' (UUID=055882c0-2e5c-426a-a862-3115279183a0). 2020-06-24 13:26:26.234 30 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=f402ec74-32ab-4511-a791-29ae987b9c58) has been successfully configured for deployment 'opnfv-rally' (UUID=055882c0-2e5c-426a-a862-3115279183a0)! 2020-06-24 13:26:34.480 35 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-24 13:26:34.481 35 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-24 13:26:34.481 35 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-24 13:26:36.600 35 INFO rally.api [-] Starting verification (UUID=71ad19a0-cb93-4967-8937-a24f05f931a4) for deployment 'opnfv-rally' (UUID=055882c0-2e5c-426a-a862-3115279183a0) by verifier 'opnfv-tempest' (UUID=f402ec74-32ab-4511-a791-29ae987b9c58). 2020-06-24 13:26:37.224 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2020-06-24 13:26:37.225 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-f402ec74-32ab-4511-a791-29ae987b9c58/for-deployment-055882c0-2e5c-426a-a862-3115279183a0/tempest.log' to option 'log_file'. 2020-06-24 13:26:37.225 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-f402ec74-32ab-4511-a791-29ae987b9c58/for-deployment-055882c0-2e5c-426a-a862-3115279183a0/tempest.log 2020-06-24 13:26:37.226 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2020-06-24 13:26:37.226 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-f402ec74-32ab-4511-a791-29ae987b9c58/for-deployment-055882c0-2e5c-426a-a862-3115279183a0/lock_files' to option 'lock_path'. 2020-06-24 13:26:37.226 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-f402ec74-32ab-4511-a791-29ae987b9c58/for-deployment-055882c0-2e5c-426a-a862-3115279183a0/lock_files 2020-06-24 13:26:37.227 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is already configured in Tempest config file. img_dir = /home/opnfv/functest/images 2020-06-24 13:26:37.227 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-06-24 13:26:37.227 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = c22347f5-7582-47e1-b0d4-5f17fd6fde72 2020-06-24 13:26:37.228 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = f91b569d-eabb-49bc-9817-deda193b11a0 2020-06-24 13:26:37.228 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = bf9de311-394e-43da-9d78-30b7277d40df 2020-06-24 13:26:37.229 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = aade1a19-78c7-40cd-91a9-cd81d5e7bd32 2020-06-24 13:26:37.452 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2020-06-24 13:26:37.453 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = tempest_octavia-net_6b6ba119-572f-48d6-9852-9cfefa96ee5f 2020-06-24 13:26:37.453 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2020-06-24 13:26:37.551 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2020-06-24 13:26:37.588 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] The following flavor discovered: 'rally_verify_b8618823_b3O7w4rJ'. Using flavor 'rally_verify_b8618823_b3O7w4rJ' (ID = cec7c3dd-93b0-4d21-b700-8e62cc49daa2) for the tests. 2020-06-24 13:26:37.588 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value 'cec7c3dd-93b0-4d21-b700-8e62cc49daa2' to option 'instance_type'. 2020-06-24 13:26:37.588 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = cec7c3dd-93b0-4d21-b700-8e62cc49daa2 2020-06-24 13:26:37.589 35 INFO rally.task.context [-] Verification f402ec74-32ab-4511-a791-29ae987b9c58 | Context tempest@default setup() finished in 0.80 sec 2020-06-24 13:26:37.590 35 INFO rally.task.context [-] Verification f402ec74-32ab-4511-a791-29ae987b9c58 | Context testr@default setup() finished in 0.27 msec 2020-06-24 13:26:37.590 35 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --concurrency 2 --load-list /tmp/9a93f2f7-6f4a-47ba-b34e-316327a8a0cc'. 2020-06-24 13:26:50.428 35 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_flavor_capabilities.FlavorCapabilitiesAPITest.test_flavor_capabilities_list ... success [0.268s] 2020-06-24 13:27:05.910 35 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_flavor_profile.FlavorProfileAPITest.test_flavor_profile_create ... success [0.278s] 2020-06-24 13:27:06.063 35 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_flavor_profile.FlavorProfileAPITest.test_flavor_profile_delete ... success [0.150s] 2020-06-24 13:27:06.528 35 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_flavor_profile.FlavorProfileAPITest.test_flavor_profile_list ... success [0.463s] 2020-06-24 13:27:06.634 35 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_flavor_profile.FlavorProfileAPITest.test_flavor_profile_show ... success [0.109s] 2020-06-24 13:27:06.809 35 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_flavor_profile.FlavorProfileAPITest.test_flavor_profile_update ... success [0.173s] 2020-06-24 13:28:38.767 35 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_l7rule.L7RuleAPITest.test_l7rule_create ... success [5.873s] 2020-06-24 13:28:42.130 35 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_amphora.AmphoraAPITest.test_amphora_failover ... success [50.776s] 2020-06-24 13:28:42.304 35 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_amphora.AmphoraAPITest.test_amphora_update ... success [0.174s] 2020-06-24 13:28:50.001 35 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_l7rule.L7RuleAPITest.test_l7rule_delete ... success [11.232s] 2020-06-24 13:29:15.374 35 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_flavor.FlavorAPITest.test_flavor_create ... success [0.189s] 2020-06-24 13:29:15.514 35 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_flavor.FlavorAPITest.test_flavor_delete ... success [0.140s] 2020-06-24 13:29:15.952 35 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_flavor.FlavorAPITest.test_flavor_list ... success [0.434s] 2020-06-24 13:29:16.066 35 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_flavor.FlavorAPITest.test_flavor_show ... success [0.116s] 2020-06-24 13:29:16.200 35 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_flavor.FlavorAPITest.test_flavor_update ... success [0.133s] 2020-06-24 13:29:38.711 35 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_l7rule.L7RuleAPITest.test_l7rule_list ... success [48.698s] 2020-06-24 13:29:44.943 35 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_l7rule.L7RuleAPITest.test_l7rule_show ... success [6.235s] 2020-06-24 13:29:56.575 35 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_l7rule.L7RuleAPITest.test_l7rule_update ... success [11.630s] 2020-06-24 13:30:45.284 35 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_healthmonitor.HealthMonitorAPITest.test_healthmonitor_create ... success [21.526s] 2020-06-24 13:31:06.814 35 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_healthmonitor.HealthMonitorAPITest.test_healthmonitor_delete ... success [21.530s] 2020-06-24 13:31:51.761 35 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_listener.ListenerAPITest.test_listener_create ... success [5.493s] 2020-06-24 13:32:02.560 35 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_listener.ListenerAPITest.test_listener_create_on_same_port ... success [10.799s] 2020-06-24 13:32:13.463 35 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_listener.ListenerAPITest.test_listener_delete ... success [10.902s] 2020-06-24 13:32:15.064 35 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_healthmonitor.HealthMonitorAPITest.test_healthmonitor_list ... success [68.235s] 2020-06-24 13:32:36.745 35 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_healthmonitor.HealthMonitorAPITest.test_healthmonitor_show ... success [21.677s] 2020-06-24 13:33:03.850 35 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_healthmonitor.HealthMonitorAPITest.test_healthmonitor_update ... success [27.103s] 2020-06-24 13:33:46.083 35 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_listener.ListenerAPITest.test_listener_list ... success [92.606s] 2020-06-24 13:33:51.917 35 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_listener.ListenerAPITest.test_listener_show ... success [5.835s] 2020-06-24 13:34:08.222 35 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_listener.ListenerAPITest.test_listener_show_stats ... success [16.304s] 2020-06-24 13:34:24.609 35 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_listener.ListenerAPITest.test_listener_update ... success [16.387s] 2020-06-24 13:34:36.143 35 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_l7policy.L7PolicyAPITest.test_l7policy_create_redirect_pool ... success [5.698s] 2020-06-24 13:34:41.712 35 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_l7policy.L7PolicyAPITest.test_l7policy_create_redirect_url ... success [5.568s] 2020-06-24 13:34:47.369 35 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_l7policy.L7PolicyAPITest.test_l7policy_create_reject ... success [5.657s] 2020-06-24 13:34:58.399 35 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_l7policy.L7PolicyAPITest.test_l7policy_delete ... success [11.029s] 2020-06-24 13:35:51.040 35 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_l7policy.L7PolicyAPITest.test_l7policy_list ... success [52.629s] 2020-06-24 13:36:07.928 35 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_l7policy.L7PolicyAPITest.test_l7policy_show ... success [16.887s] 2020-06-24 13:36:26.876 35 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_load_balancer.LoadBalancerAPITest.test_load_balancer_delete ... success [62.291s] 2020-06-24 13:36:30.431 35 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_l7policy.L7PolicyAPITest.test_l7policy_update ... success [22.500s] 2020-06-24 13:37:44.200 35 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_load_balancer.LoadBalancerAPITest.test_load_balancer_delete_cascade ... success [77.323s] 2020-06-24 13:39:07.444 35 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_member.MemberAPITest.test_member_batch_update ... success [23.053s] 2020-06-24 13:39:18.634 35 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_member.MemberAPITest.test_member_delete ... success [11.191s] 2020-06-24 13:39:38.479 35 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_load_balancer.LoadBalancerAPITest.test_load_balancer_failover ... success [114.275s] 2020-06-24 13:40:07.999 35 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_member.MemberAPITest.test_member_list ... success [49.351s] 2020-06-24 13:40:14.225 35 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_member.MemberAPITest.test_member_show ... success [6.231s] 2020-06-24 13:40:30.141 35 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_load_balancer.LoadBalancerAPITest.test_load_balancer_ipv4_create ... success [51.662s] 2020-06-24 13:40:30.142 35 INFO opnfv-tempest [-] {0} 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-24 13:40:31.295 35 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_member.MemberAPITest.test_member_update ... success [17.067s] 2020-06-24 13:41:31.737 35 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_provider.ProviderAPITest.test_provider_list ... success [0.217s] 2020-06-24 13:42:56.023 35 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.scenario.v2.test_l7policy.L7PolicyScenarioTest.test_l7policy_CRUD ... success [16.277s] 2020-06-24 13:43:35.641 35 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_load_balancer.LoadBalancerAPITest.test_load_balancer_list ... success [185.489s] 2020-06-24 13:44:37.728 35 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_load_balancer.LoadBalancerAPITest.test_load_balancer_show ... success [62.088s] 2020-06-24 13:44:51.191 35 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.scenario.v2.test_l7rule.L7RuleScenarioTest.test_l7rule_CRUD ... success [16.327s] 2020-06-24 13:45:39.688 35 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_load_balancer.LoadBalancerAPITest.test_load_balancer_show_stats ... success [61.957s] 2020-06-24 13:46:33.074 35 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.scenario.v2.test_load_balancer.LoadBalancerScenarioTest.test_load_balancer_ipv4_CRUD ... success [70.409s] 2020-06-24 13:46:33.076 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-06-24 13:46:41.797 35 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_load_balancer.LoadBalancerAPITest.test_load_balancer_show_status ... success [62.107s] 2020-06-24 13:47:54.175 35 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_load_balancer.LoadBalancerAPITest.test_load_balancer_update ... success [72.375s] 2020-06-24 13:48:01.179 35 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.scenario.v2.test_pool.PoolScenarioTest.test_pool_standalone_CRUD ... success [16.145s] 2020-06-24 13:48:17.401 35 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.scenario.v2.test_pool.PoolScenarioTest.test_pool_with_listener_CRUD ... success [16.221s] 2020-06-24 13:49:16.709 35 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_pool.PoolAPITest.test_pool_create_standalone ... success [5.579s] 2020-06-24 13:49:22.343 35 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_pool.PoolAPITest.test_pool_create_with_listener ... success [5.633s] 2020-06-24 13:49:33.414 35 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_pool.PoolAPITest.test_pool_delete ... success [11.070s] 2020-06-24 13:51:06.172 35 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_pool.PoolAPITest.test_pool_list ... success [92.745s] 2020-06-24 13:51:12.195 35 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_pool.PoolAPITest.test_pool_show ... success [6.025s] 2020-06-24 13:51:29.463 35 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_pool.PoolAPITest.test_pool_update ... success [17.263s] 2020-06-24 13:51:33.220 35 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.scenario.v2.test_traffic_ops.TrafficOperationsScenarioTest.test_basic_traffic ... success [39.048s] 2020-06-24 13:52:06.981 35 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.scenario.v2.test_traffic_ops.TrafficOperationsScenarioTest.test_basic_udp_traffic ... success [33.759s] 2020-06-24 13:53:16.679 35 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.scenario.v2.test_traffic_ops.TrafficOperationsScenarioTest.test_healthmonitor_traffic ... success [69.691s] 2020-06-24 13:54:10.554 35 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.scenario.v2.test_amphora.AmphoraScenarioTest.test_amphora_list_and_show ... success [57.800s] 2020-06-24 13:54:33.908 35 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.scenario.v2.test_traffic_ops.TrafficOperationsScenarioTest.test_healthmonitor_udp_traffic ... success [77.222s] 2020-06-24 13:55:43.878 35 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.scenario.v2.test_healthmonitor.HealthMonitorScenarioTest.test_healthmonitor_CRUD ... success [15.946s] 2020-06-24 13:56:03.216 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-06-24 13:56:31.098 35 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.scenario.v2.test_traffic_ops.TrafficOperationsScenarioTest.test_l7policies_and_l7rules ... success [117.176s] 2020-06-24 13:56:31.099 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-06-24 13:56:31.099 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-06-24 13:57:32.967 35 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.scenario.v2.test_listener.ListenerScenarioTest.test_listener_CRUD ... success [21.467s] 2020-06-24 13:59:46.782 35 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.scenario.v2.test_member.MemberScenarioTest.test_member_CRUD ... success [17.297s] 2020-06-24 13:59:46.783 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-06-24 13:59:46.784 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-06-24 14:00:23.391 35 INFO rally.task.context [-] Verification f402ec74-32ab-4511-a791-29ae987b9c58 | Context testr@default cleanup() started 2020-06-24 14:00:23.392 35 INFO rally.task.context [-] Verification f402ec74-32ab-4511-a791-29ae987b9c58 | Context testr@default cleanup() finished in 0.79 msec 2020-06-24 14:00:23.392 35 INFO rally.task.context [-] Verification f402ec74-32ab-4511-a791-29ae987b9c58 | Context tempest@default cleanup() started 2020-06-24 14:00:23.581 35 INFO rally.task.context [-] Verification f402ec74-32ab-4511-a791-29ae987b9c58 | Context tempest@default cleanup() finished in 0.19 sec 2020-06-24 14:00:23.603 35 INFO rally.api [-] Verification (UUID=71ad19a0-cb93-4967-8937-a24f05f931a4) has been successfully finished for deployment 'opnfv-rally' (UUID=055882c0-2e5c-426a-a862-3115279183a0)! 2020-06-24 14:00:25.387 64 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-24 14:00:25.387 64 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-24 14:00:25.388 64 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-24 14:00:27.023 66 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-24 14:00:27.023 66 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-24 14:00:27.023 66 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-24 14:00:29.237 66 INFO rally.api [-] Building 'html' report for the following verification(s): '71ad19a0-cb93-4967-8937-a24f05f931a4' 2020-06-24 14:00:29.260 66 INFO rally.api [-] The report has been successfully built. 2020-06-24 14:00:30.985 68 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-24 14:00:30.985 68 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-24 14:00:30.985 68 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-24 14:00:33.184 68 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): '71ad19a0-cb93-4967-8937-a24f05f931a4' 2020-06-24 14:00:33.190 68 INFO rally.api [-] The report has been successfully built.