2020-06-06 09:01:53.928 7 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-06 09:01:53.928 7 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-06 09:01:53.928 7 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-06 09:01:56.298 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-06 09:01:56.298 7 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-06-06 09:01:56.298 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-06-06 09:01:56.298 7 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-06-06 09:01:56.298 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-06-06 09:01:56.298 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2020-06-06 09:01:56.298 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-06-06 09:01:56.298 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-06-06 09:01:56.298 7 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-06-06 09:01:56.298 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-06-06 09:01:56.298 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2020-06-06 09:01:56.298 7 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2020-06-06 09:01:56.298 7 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2020-06-06 09:01:56.298 7 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2020-06-06 09:01:56.298 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2020-06-06 09:01:56.298 7 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2020-06-06 09:01:56.298 7 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2020-06-06 09:01:56.298 7 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2020-06-06 09:01:56.298 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-06-06 09:01:56.298 7 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-06-06 09:01:56.298 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2020-06-06 09:01:56.298 7 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-06-06 09:01:56.298 7 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2020-06-06 09:01:56.298 7 ERROR rally.cli.cliutils 2020-06-06 09:01:57.991 9 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-06 09:01:57.991 9 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-06 09:01:57.992 9 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-06 09:02:02.367 11 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-06 09:02:02.367 11 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-06 09:02:02.367 11 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-06 09:02:07.368 14 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-06 09:02:07.368 14 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-06 09:02:07.369 14 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-06 09:02:08.988 17 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-06 09:02:08.988 17 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-06 09:02:08.988 17 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-06 09:02:11.367 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-06 09:02:11.367 17 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-06-06 09:02:11.367 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-06-06 09:02:11.367 17 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-06-06 09:02:11.367 17 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2020-06-06 09:02:11.367 17 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-06-06 09:02:11.367 17 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-06-06 09:02:11.367 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2020-06-06 09:02:11.367 17 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2020-06-06 09:02:11.367 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2020-06-06 09:02:11.367 17 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2020-06-06 09:02:11.367 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2020-06-06 09:02:11.367 17 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2020-06-06 09:02:11.367 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2020-06-06 09:02:11.367 17 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2020-06-06 09:02:11.367 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-06-06 09:02:11.367 17 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-06-06 09:02:11.367 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2020-06-06 09:02:11.367 17 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2020-06-06 09:02:11.367 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2020-06-06 09:02:11.367 17 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-06-06 09:02:11.367 17 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2020-06-06 09:02:11.367 17 ERROR rally.cli.cliutils 2020-06-06 09:02:13.197 19 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-06 09:02:13.197 19 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-06 09:02:13.197 19 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-06 09:02:15.373 19 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2020-06-06 09:02:15.448 19 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-c8da316f-6a13-4d29-9006-634929f785f1/repo. 2020-06-06 09:02:15.705 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-c8da316f-6a13-4d29-9006-634929f785f1/repo'... done. ' 2020-06-06 09:02:15.717 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'heads/master ' 2020-06-06 09:02:15.739 19 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2020-06-06 09:02:15.805 19 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2020-06-06 09:02:16.543 19 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=c8da316f-6a13-4d29-9006-634929f785f1) has been successfully created! 2020-06-06 09:02:18.306 26 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-06 09:02:18.306 26 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-06 09:02:18.306 26 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-06 09:02:23.097 29 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-06 09:02:23.097 29 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-06 09:02:23.097 29 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-06 09:02:25.327 29 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=c8da316f-6a13-4d29-9006-634929f785f1) for deployment 'opnfv-rally' (UUID=a0736529-3b6a-42ee-8fe1-0975a82786aa). 2020-06-06 09:02:26.100 29 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=c8da316f-6a13-4d29-9006-634929f785f1) has been successfully configured for deployment 'opnfv-rally' (UUID=a0736529-3b6a-42ee-8fe1-0975a82786aa)! 2020-06-06 09:02:35.544 34 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-06 09:02:35.545 34 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-06 09:02:35.545 34 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-06 09:02:37.965 34 INFO rally.api [-] Starting verification (UUID=f9279019-4145-418a-b279-c88192006373) for deployment 'opnfv-rally' (UUID=a0736529-3b6a-42ee-8fe1-0975a82786aa) by verifier 'opnfv-tempest' (UUID=c8da316f-6a13-4d29-9006-634929f785f1). 2020-06-06 09:02:38.765 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2020-06-06 09:02:38.765 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-c8da316f-6a13-4d29-9006-634929f785f1/for-deployment-a0736529-3b6a-42ee-8fe1-0975a82786aa/tempest.log' to option 'log_file'. 2020-06-06 09:02:38.766 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-c8da316f-6a13-4d29-9006-634929f785f1/for-deployment-a0736529-3b6a-42ee-8fe1-0975a82786aa/tempest.log 2020-06-06 09:02:38.766 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2020-06-06 09:02:38.766 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-c8da316f-6a13-4d29-9006-634929f785f1/for-deployment-a0736529-3b6a-42ee-8fe1-0975a82786aa/lock_files' to option 'lock_path'. 2020-06-06 09:02:38.767 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-c8da316f-6a13-4d29-9006-634929f785f1/for-deployment-a0736529-3b6a-42ee-8fe1-0975a82786aa/lock_files 2020-06-06 09:02:38.767 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-06 09:02:38.767 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-06 09:02:38.768 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = 13dd0a23-66f4-462b-9baf-4df454211795 2020-06-06 09:02:38.768 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = d73e08ca-c73c-472d-a87e-2ce8bb094d3f 2020-06-06 09:02:38.769 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = 204af75d-41b9-457c-a24e-f81b6186c372 2020-06-06 09:02:38.769 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = 6594790e-ff39-437c-92eb-6098fc607262 2020-06-06 09:02:39.036 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2020-06-06 09:02:39.037 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = tempest_octavia-net_0ca93ddf-918e-4609-9c71-cfb00a54af7b 2020-06-06 09:02:39.038 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2020-06-06 09:02:39.137 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2020-06-06 09:02:39.176 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] The following flavor discovered: 'rally_verify_8914d0b8_htnBPvtd'. Using flavor 'rally_verify_8914d0b8_htnBPvtd' (ID = a9395e2d-79a3-4521-a605-36ddbda1e2b5) for the tests. 2020-06-06 09:02:39.177 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value 'a9395e2d-79a3-4521-a605-36ddbda1e2b5' to option 'instance_type'. 2020-06-06 09:02:39.177 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = a9395e2d-79a3-4521-a605-36ddbda1e2b5 2020-06-06 09:02:39.178 34 INFO rally.task.context [-] Verification c8da316f-6a13-4d29-9006-634929f785f1 | Context tempest@default setup() finished in 0.96 sec 2020-06-06 09:02:39.179 34 INFO rally.task.context [-] Verification c8da316f-6a13-4d29-9006-634929f785f1 | Context testr@default setup() finished in 0.43 msec 2020-06-06 09:02:39.180 34 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --concurrency 2 --load-list /tmp/e1649167-959c-46d6-88d8-d95be0de2d79'. 2020-06-06 09:02:55.470 34 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_flavor.FlavorAPITest.test_flavor_create ... success [0.549s] 2020-06-06 09:02:56.020 34 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_flavor.FlavorAPITest.test_flavor_delete ... success [0.548s] 2020-06-06 09:02:58.077 34 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_flavor.FlavorAPITest.test_flavor_list ... success [2.054s] 2020-06-06 09:02:58.647 34 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_flavor.FlavorAPITest.test_flavor_show ... success [0.572s] 2020-06-06 09:02:59.250 34 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_flavor.FlavorAPITest.test_flavor_update ... success [0.603s] 2020-06-06 09:04:46.640 34 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_amphora.AmphoraAPITest.test_amphora_failover ... success [50.768s] 2020-06-06 09:04:50.983 34 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_l7policy.L7PolicyAPITest.test_l7policy_create_redirect_pool ... success [5.859s] 2020-06-06 09:04:56.637 34 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_l7policy.L7PolicyAPITest.test_l7policy_create_redirect_url ... success [5.654s] 2020-06-06 09:05:02.339 34 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_l7policy.L7PolicyAPITest.test_l7policy_create_reject ... success [5.702s] 2020-06-06 09:05:13.480 34 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_l7policy.L7PolicyAPITest.test_l7policy_delete ... success [11.141s] 2020-06-06 09:05:59.268 34 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_amphora.AmphoraAPITest.test_amphora_list_and_show ... success [72.623s] 2020-06-06 09:05:59.473 34 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_amphora.AmphoraAPITest.test_amphora_update ... success [0.208s] 2020-06-06 09:06:00.952 34 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_l7policy.L7PolicyAPITest.test_l7policy_list ... success [47.459s] 2020-06-06 09:06:17.856 34 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_l7policy.L7PolicyAPITest.test_l7policy_show ... success [16.904s] 2020-06-06 09:06:23.862 34 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_flavor_capabilities.FlavorCapabilitiesAPITest.test_flavor_capabilities_list ... success [0.371s] 2020-06-06 09:06:40.450 34 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_l7policy.L7PolicyAPITest.test_l7policy_update ... success [22.591s] 2020-06-06 09:06:43.206 34 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_flavor_profile.FlavorProfileAPITest.test_flavor_profile_create ... success [0.368s] 2020-06-06 09:06:43.355 34 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_flavor_profile.FlavorProfileAPITest.test_flavor_profile_delete ... success [0.146s] 2020-06-06 09:06:43.773 34 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_flavor_profile.FlavorProfileAPITest.test_flavor_profile_list ... success [0.416s] 2020-06-06 09:06:43.882 34 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_flavor_profile.FlavorProfileAPITest.test_flavor_profile_show ... success [0.111s] 2020-06-06 09:06:44.025 34 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_flavor_profile.FlavorProfileAPITest.test_flavor_profile_update ... success [0.142s] 2020-06-06 09:08:27.360 34 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_healthmonitor.HealthMonitorAPITest.test_healthmonitor_create ... success [21.603s] 2020-06-06 09:08:35.864 34 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_listener.ListenerAPITest.test_listener_create ... success [10.632s] 2020-06-06 09:08:46.679 34 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_listener.ListenerAPITest.test_listener_create_on_same_port ... success [10.813s] 2020-06-06 09:08:48.850 34 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_healthmonitor.HealthMonitorAPITest.test_healthmonitor_delete ... success [21.489s] 2020-06-06 09:08:57.579 34 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_listener.ListenerAPITest.test_listener_delete ... success [10.899s] 2020-06-06 09:09:46.765 34 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_healthmonitor.HealthMonitorAPITest.test_healthmonitor_list ... success [57.903s] 2020-06-06 09:10:08.350 34 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_healthmonitor.HealthMonitorAPITest.test_healthmonitor_show ... success [21.582s] 2020-06-06 09:10:30.345 34 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_listener.ListenerAPITest.test_listener_list ... success [92.752s] 2020-06-06 09:10:35.325 34 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_healthmonitor.HealthMonitorAPITest.test_healthmonitor_update ... success [26.973s] 2020-06-06 09:10:46.486 34 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_listener.ListenerAPITest.test_listener_show ... success [16.141s] 2020-06-06 09:11:02.803 34 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_listener.ListenerAPITest.test_listener_show_stats ... success [16.316s] 2020-06-06 09:11:14.155 34 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_listener.ListenerAPITest.test_listener_update ... success [11.320s] 2020-06-06 09:12:17.061 34 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_l7rule.L7RuleAPITest.test_l7rule_create ... success [6.007s] 2020-06-06 09:12:28.306 34 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_l7rule.L7RuleAPITest.test_l7rule_delete ... success [11.244s] 2020-06-06 09:13:17.002 34 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_l7rule.L7RuleAPITest.test_l7rule_list ... success [48.685s] 2020-06-06 09:13:23.160 34 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_l7rule.L7RuleAPITest.test_l7rule_show ... success [6.162s] 2020-06-06 09:13:30.558 34 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_member.MemberAPITest.test_member_batch_update ... success [23.118s] 2020-06-06 09:13:34.779 34 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_l7rule.L7RuleAPITest.test_l7rule_update ... success [11.618s] 2020-06-06 09:13:41.774 34 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_member.MemberAPITest.test_member_delete ... success [11.218s] 2020-06-06 09:14:30.897 34 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_member.MemberAPITest.test_member_list ... success [49.113s] 2020-06-06 09:14:37.239 34 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_member.MemberAPITest.test_member_show ... success [6.344s] 2020-06-06 09:14:54.322 34 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_member.MemberAPITest.test_member_update ... success [17.081s] 2020-06-06 09:15:32.393 34 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_load_balancer.LoadBalancerAPITest.test_load_balancer_delete ... success [62.163s] 2020-06-06 09:16:34.395 34 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_load_balancer.LoadBalancerAPITest.test_load_balancer_delete_cascade ... success [62.000s] 2020-06-06 09:16:55.969 34 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_pool.PoolAPITest.test_pool_create_standalone ... success [5.500s] 2020-06-06 09:17:01.624 34 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_pool.PoolAPITest.test_pool_create_with_listener ... success [5.655s] 2020-06-06 09:17:12.677 34 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_pool.PoolAPITest.test_pool_delete ... success [11.052s] 2020-06-06 09:18:27.423 34 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_load_balancer.LoadBalancerAPITest.test_load_balancer_failover ... success [113.026s] 2020-06-06 09:18:45.050 34 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_pool.PoolAPITest.test_pool_list ... success [92.358s] 2020-06-06 09:18:51.061 34 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_pool.PoolAPITest.test_pool_show ... success [6.015s] 2020-06-06 09:19:08.364 34 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_pool.PoolAPITest.test_pool_update ... success [17.299s] 2020-06-06 09:19:29.238 34 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_load_balancer.LoadBalancerAPITest.test_load_balancer_ipv4_create ... success [61.814s] 2020-06-06 09:19:29.239 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-06 09:21:18.532 34 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.scenario.v2.test_l7policy.L7PolicyScenarioTest.test_l7policy_CRUD ... success [16.283s] 2020-06-06 09:22:24.091 34 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_load_balancer.LoadBalancerAPITest.test_load_balancer_list ... success [174.843s] 2020-06-06 09:23:11.691 34 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.scenario.v2.test_l7rule.L7RuleScenarioTest.test_l7rule_CRUD ... success [16.341s] 2020-06-06 09:23:27.755 34 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_load_balancer.LoadBalancerAPITest.test_load_balancer_show ... success [63.664s] 2020-06-06 09:24:30.288 34 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_load_balancer.LoadBalancerAPITest.test_load_balancer_show_stats ... success [62.533s] 2020-06-06 09:25:08.372 34 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.scenario.v2.test_listener.ListenerScenarioTest.test_listener_CRUD ... success [21.477s] 2020-06-06 09:25:32.396 34 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_load_balancer.LoadBalancerAPITest.test_load_balancer_show_status ... success [62.108s] 2020-06-06 09:26:45.867 34 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_load_balancer.LoadBalancerAPITest.test_load_balancer_update ... success [73.467s] 2020-06-06 09:27:02.596 34 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_provider.ProviderAPITest.test_provider_list ... success [0.186s] 2020-06-06 09:27:15.639 34 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.scenario.v2.test_member.MemberScenarioTest.test_member_CRUD ... success [17.555s] 2020-06-06 09:27:15.640 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-06 09:27:15.642 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-06 09:28:31.814 34 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.scenario.v2.test_healthmonitor.HealthMonitorScenarioTest.test_healthmonitor_CRUD ... success [15.943s] 2020-06-06 09:28:57.938 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-06 09:29:15.982 34 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.scenario.v2.test_pool.PoolScenarioTest.test_pool_standalone_CRUD ... success [16.266s] 2020-06-06 09:29:32.126 34 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.scenario.v2.test_pool.PoolScenarioTest.test_pool_with_listener_CRUD ... success [16.143s] 2020-06-06 09:30:12.840 34 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.scenario.v2.test_load_balancer.LoadBalancerScenarioTest.test_load_balancer_ipv4_CRUD ... success [68.034s] 2020-06-06 09:30:12.841 34 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-06 09:32:32.731 34 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.scenario.v2.test_traffic_ops.TrafficOperationsScenarioTest.test_basic_traffic ... success [34.248s] 2020-06-06 09:33:01.754 34 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.scenario.v2.test_traffic_ops.TrafficOperationsScenarioTest.test_basic_udp_traffic ... success [29.022s] 2020-06-06 09:34:12.375 34 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.scenario.v2.test_traffic_ops.TrafficOperationsScenarioTest.test_healthmonitor_traffic ... success [70.611s] 2020-06-06 09:35:23.226 34 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.scenario.v2.test_traffic_ops.TrafficOperationsScenarioTest.test_healthmonitor_udp_traffic ... success [70.845s] 2020-06-06 09:37:16.020 34 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.scenario.v2.test_traffic_ops.TrafficOperationsScenarioTest.test_l7policies_and_l7rules ... success [112.783s] 2020-06-06 09:37:16.021 34 INFO opnfv-tempest [-] {0} 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-06 09:37:16.021 34 INFO opnfv-tempest [-] {0} 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-06 09:38:17.583 34 INFO rally.task.context [-] Verification c8da316f-6a13-4d29-9006-634929f785f1 | Context testr@default cleanup() started 2020-06-06 09:38:17.584 34 INFO rally.task.context [-] Verification c8da316f-6a13-4d29-9006-634929f785f1 | Context testr@default cleanup() finished in 0.83 msec 2020-06-06 09:38:17.584 34 INFO rally.task.context [-] Verification c8da316f-6a13-4d29-9006-634929f785f1 | Context tempest@default cleanup() started 2020-06-06 09:38:17.792 34 INFO rally.task.context [-] Verification c8da316f-6a13-4d29-9006-634929f785f1 | Context tempest@default cleanup() finished in 0.21 sec 2020-06-06 09:38:17.822 34 INFO rally.api [-] Verification (UUID=f9279019-4145-418a-b279-c88192006373) has been successfully finished for deployment 'opnfv-rally' (UUID=a0736529-3b6a-42ee-8fe1-0975a82786aa)! 2020-06-06 09:38:20.087 63 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-06 09:38:20.088 63 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-06 09:38:20.088 63 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-06 09:38:21.651 65 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-06 09:38:21.652 65 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-06 09:38:21.652 65 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-06 09:38:24.200 65 INFO rally.api [-] Building 'html' report for the following verification(s): 'f9279019-4145-418a-b279-c88192006373' 2020-06-06 09:38:24.223 65 INFO rally.api [-] The report has been successfully built. 2020-06-06 09:38:25.816 67 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-06 09:38:25.816 67 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-06 09:38:25.817 67 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-06 09:38:27.917 67 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): 'f9279019-4145-418a-b279-c88192006373' 2020-06-06 09:38:27.923 67 INFO rally.api [-] The report has been successfully built.