2020-06-04 19:19:12.633 7 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-04 19:19:12.634 7 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-04 19:19:12.634 7 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-04 19:19:15.006 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-04 19:19:15.006 7 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-06-04 19:19:15.006 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-06-04 19:19:15.006 7 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-06-04 19:19:15.006 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-06-04 19:19:15.006 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2020-06-04 19:19:15.006 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-06-04 19:19:15.006 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-06-04 19:19:15.006 7 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-06-04 19:19:15.006 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-06-04 19:19:15.006 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2020-06-04 19:19:15.006 7 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2020-06-04 19:19:15.006 7 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2020-06-04 19:19:15.006 7 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2020-06-04 19:19:15.006 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2020-06-04 19:19:15.006 7 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2020-06-04 19:19:15.006 7 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2020-06-04 19:19:15.006 7 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2020-06-04 19:19:15.006 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-06-04 19:19:15.006 7 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-06-04 19:19:15.006 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2020-06-04 19:19:15.006 7 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-06-04 19:19:15.006 7 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2020-06-04 19:19:15.006 7 ERROR rally.cli.cliutils 2020-06-04 19:19:16.682 9 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-04 19:19:16.682 9 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-04 19:19:16.682 9 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-04 19:19:20.920 11 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-04 19:19:20.920 11 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-04 19:19:20.920 11 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-04 19:19:25.378 14 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-04 19:19:25.378 14 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-04 19:19:25.379 14 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-04 19:19:26.984 17 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-04 19:19:26.984 17 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-04 19:19:26.985 17 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-04 19:19:29.287 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-04 19:19:29.287 17 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-06-04 19:19:29.287 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-06-04 19:19:29.287 17 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-06-04 19:19:29.287 17 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2020-06-04 19:19:29.287 17 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-06-04 19:19:29.287 17 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-06-04 19:19:29.287 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2020-06-04 19:19:29.287 17 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2020-06-04 19:19:29.287 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2020-06-04 19:19:29.287 17 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2020-06-04 19:19:29.287 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2020-06-04 19:19:29.287 17 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2020-06-04 19:19:29.287 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2020-06-04 19:19:29.287 17 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2020-06-04 19:19:29.287 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-06-04 19:19:29.287 17 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-06-04 19:19:29.287 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2020-06-04 19:19:29.287 17 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2020-06-04 19:19:29.287 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2020-06-04 19:19:29.287 17 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-06-04 19:19:29.287 17 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2020-06-04 19:19:29.287 17 ERROR rally.cli.cliutils 2020-06-04 19:19:31.170 19 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-04 19:19:31.170 19 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-04 19:19:31.170 19 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-04 19:19:33.498 19 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2020-06-04 19:19:33.566 19 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-e81c113f-5d48-4ff7-b8f6-be9cd8bbd0ee/repo. 2020-06-04 19:19:33.867 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-e81c113f-5d48-4ff7-b8f6-be9cd8bbd0ee/repo'... done. ' 2020-06-04 19:19:33.879 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'heads/master ' 2020-06-04 19:19:33.900 19 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2020-06-04 19:19:33.963 19 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2020-06-04 19:19:34.860 19 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=e81c113f-5d48-4ff7-b8f6-be9cd8bbd0ee) has been successfully created! 2020-06-04 19:19:36.554 26 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-04 19:19:36.554 26 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-04 19:19:36.555 26 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-04 19:19:41.326 29 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-04 19:19:41.326 29 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-04 19:19:41.326 29 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-04 19:19:43.662 29 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=e81c113f-5d48-4ff7-b8f6-be9cd8bbd0ee) for deployment 'opnfv-rally' (UUID=81ba82fd-7d6b-452f-bf52-6e7a47aa4b8b). 2020-06-04 19:19:44.081 29 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=e81c113f-5d48-4ff7-b8f6-be9cd8bbd0ee) has been successfully configured for deployment 'opnfv-rally' (UUID=81ba82fd-7d6b-452f-bf52-6e7a47aa4b8b)! 2020-06-04 19:19:53.938 34 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-04 19:19:53.939 34 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-04 19:19:53.939 34 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-04 19:19:56.346 34 INFO rally.api [-] Starting verification (UUID=4a012ce7-3218-42bd-9c61-97d0ab194c11) for deployment 'opnfv-rally' (UUID=81ba82fd-7d6b-452f-bf52-6e7a47aa4b8b) by verifier 'opnfv-tempest' (UUID=e81c113f-5d48-4ff7-b8f6-be9cd8bbd0ee). 2020-06-04 19:19:57.145 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2020-06-04 19:19:57.146 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-e81c113f-5d48-4ff7-b8f6-be9cd8bbd0ee/for-deployment-81ba82fd-7d6b-452f-bf52-6e7a47aa4b8b/tempest.log' to option 'log_file'. 2020-06-04 19:19:57.146 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-e81c113f-5d48-4ff7-b8f6-be9cd8bbd0ee/for-deployment-81ba82fd-7d6b-452f-bf52-6e7a47aa4b8b/tempest.log 2020-06-04 19:19:57.146 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2020-06-04 19:19:57.147 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-e81c113f-5d48-4ff7-b8f6-be9cd8bbd0ee/for-deployment-81ba82fd-7d6b-452f-bf52-6e7a47aa4b8b/lock_files' to option 'lock_path'. 2020-06-04 19:19:57.147 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-e81c113f-5d48-4ff7-b8f6-be9cd8bbd0ee/for-deployment-81ba82fd-7d6b-452f-bf52-6e7a47aa4b8b/lock_files 2020-06-04 19:19:57.147 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-04 19:19:57.148 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-04 19:19:57.148 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = df4cafe2-72bb-4adf-87b8-a5dbcaee1ae4 2020-06-04 19:19:57.148 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = e53cdf56-f9d6-4418-9ed8-46bc3bb10f79 2020-06-04 19:19:57.149 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = 90c4db7e-4176-4665-a81c-d657f87339fe 2020-06-04 19:19:57.150 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = 7f49104b-9378-4182-9570-63e86d9f2de0 2020-06-04 19:19:57.416 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2020-06-04 19:19:57.417 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = tempest_octavia-net_a187047d-9d11-480d-ada2-452c86beff66 2020-06-04 19:19:57.418 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2020-06-04 19:19:57.507 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2020-06-04 19:19:57.550 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] There is no flavor with the mentioned properties. 2020-06-04 19:19:57.550 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Creating flavor 'rally_verify_4a012ce7_Roqm72iR' with the following properties: RAM = 64MB, VCPUs = 1, disk = 5GB. 2020-06-04 19:19:57.586 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_4a012ce7_Roqm72iR' (ID = e182b0ff-8740-475b-8c3f-55b5e8772fa6) has been successfully created! 2020-06-04 19:19:57.586 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value 'e182b0ff-8740-475b-8c3f-55b5e8772fa6' to option 'instance_type'. 2020-06-04 19:19:57.586 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = e182b0ff-8740-475b-8c3f-55b5e8772fa6 2020-06-04 19:19:57.587 34 INFO rally.task.context [-] Verification e81c113f-5d48-4ff7-b8f6-be9cd8bbd0ee | Context tempest@default setup() finished in 0.98 sec 2020-06-04 19:19:57.587 34 INFO rally.task.context [-] Verification e81c113f-5d48-4ff7-b8f6-be9cd8bbd0ee | Context testr@default setup() finished in 0.25 msec 2020-06-04 19:19:57.588 34 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --concurrency 3 --load-list /tmp/915f7b70-809b-4e9e-9576-1071861276fa'. 2020-06-04 19:20:14.359 34 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_flavor_capabilities.FlavorCapabilitiesAPITest.test_flavor_capabilities_list ... success [0.844s] 2020-06-04 19:20:36.496 34 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_flavor_profile.FlavorProfileAPITest.test_flavor_profile_create ... success [0.381s] 2020-06-04 19:20:36.634 34 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_flavor_profile.FlavorProfileAPITest.test_flavor_profile_delete ... success [0.136s] 2020-06-04 19:20:37.100 34 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_flavor_profile.FlavorProfileAPITest.test_flavor_profile_list ... success [0.464s] 2020-06-04 19:20:37.199 34 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_flavor_profile.FlavorProfileAPITest.test_flavor_profile_show ... success [0.100s] 2020-06-04 19:20:37.343 34 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_flavor_profile.FlavorProfileAPITest.test_flavor_profile_update ... success [0.145s] 2020-06-04 19:21:36.149 34 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_healthmonitor.HealthMonitorAPITest.test_healthmonitor_create ... success [21.630s] 2020-06-04 19:21:57.785 34 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_healthmonitor.HealthMonitorAPITest.test_healthmonitor_delete ... success [21.636s] 2020-06-04 19:22:05.648 34 INFO opnfv-tempest [-] {2} octavia_tempest_plugin.tests.api.v2.test_amphora.AmphoraAPITest.test_amphora_failover ... success [50.887s] 2020-06-04 19:22:14.960 34 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_l7policy.L7PolicyAPITest.test_l7policy_create_redirect_pool ... success [5.799s] 2020-06-04 19:22:20.558 34 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_l7policy.L7PolicyAPITest.test_l7policy_create_redirect_url ... success [5.598s] 2020-06-04 19:22:26.192 34 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_l7policy.L7PolicyAPITest.test_l7policy_create_reject ... success [5.632s] 2020-06-04 19:22:37.322 34 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_l7policy.L7PolicyAPITest.test_l7policy_delete ... success [11.130s] 2020-06-04 19:23:05.913 34 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_healthmonitor.HealthMonitorAPITest.test_healthmonitor_list ... success [68.115s] 2020-06-04 19:23:08.106 34 INFO opnfv-tempest [-] {2} octavia_tempest_plugin.tests.api.v2.test_amphora.AmphoraAPITest.test_amphora_list_and_show ... success [62.456s] 2020-06-04 19:23:08.284 34 INFO opnfv-tempest [-] {2} octavia_tempest_plugin.tests.api.v2.test_amphora.AmphoraAPITest.test_amphora_update ... success [0.178s] 2020-06-04 19:23:24.720 34 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_l7policy.L7PolicyAPITest.test_l7policy_list ... success [47.387s] 2020-06-04 19:23:27.586 34 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_healthmonitor.HealthMonitorAPITest.test_healthmonitor_show ... success [21.671s] 2020-06-04 19:23:32.580 34 INFO opnfv-tempest [-] {2} octavia_tempest_plugin.tests.api.v2.test_flavor.FlavorAPITest.test_flavor_create ... success [0.208s] 2020-06-04 19:23:32.721 34 INFO opnfv-tempest [-] {2} octavia_tempest_plugin.tests.api.v2.test_flavor.FlavorAPITest.test_flavor_delete ... success [0.139s] 2020-06-04 19:23:33.155 34 INFO opnfv-tempest [-] {2} octavia_tempest_plugin.tests.api.v2.test_flavor.FlavorAPITest.test_flavor_list ... success [0.432s] 2020-06-04 19:23:33.242 34 INFO opnfv-tempest [-] {2} octavia_tempest_plugin.tests.api.v2.test_flavor.FlavorAPITest.test_flavor_show ... success [0.088s] 2020-06-04 19:23:33.364 34 INFO opnfv-tempest [-] {2} octavia_tempest_plugin.tests.api.v2.test_flavor.FlavorAPITest.test_flavor_update ... success [0.122s] 2020-06-04 19:23:41.752 34 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_l7policy.L7PolicyAPITest.test_l7policy_show ... success [17.032s] 2020-06-04 19:23:54.502 34 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_healthmonitor.HealthMonitorAPITest.test_healthmonitor_update ... success [26.913s] 2020-06-04 19:24:04.089 34 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_l7policy.L7PolicyAPITest.test_l7policy_update ... success [22.336s] 2020-06-04 19:25:17.545 34 INFO opnfv-tempest [-] {2} octavia_tempest_plugin.tests.api.v2.test_l7rule.L7RuleAPITest.test_l7rule_create ... success [5.891s] 2020-06-04 19:25:28.842 34 INFO opnfv-tempest [-] {2} octavia_tempest_plugin.tests.api.v2.test_l7rule.L7RuleAPITest.test_l7rule_delete ... success [11.295s] 2020-06-04 19:25:43.880 34 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_load_balancer.LoadBalancerAPITest.test_load_balancer_delete ... success [82.328s] 2020-06-04 19:26:02.452 34 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_listener.ListenerAPITest.test_listener_create ... success [10.616s] 2020-06-04 19:26:13.194 34 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_listener.ListenerAPITest.test_listener_create_on_same_port ... success [10.740s] 2020-06-04 19:26:17.342 34 INFO opnfv-tempest [-] {2} octavia_tempest_plugin.tests.api.v2.test_l7rule.L7RuleAPITest.test_l7rule_list ... success [48.492s] 2020-06-04 19:26:23.482 34 INFO opnfv-tempest [-] {2} octavia_tempest_plugin.tests.api.v2.test_l7rule.L7RuleAPITest.test_l7rule_show ... success [6.141s] 2020-06-04 19:26:24.095 34 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_listener.ListenerAPITest.test_listener_delete ... success [10.900s] 2020-06-04 19:26:35.082 34 INFO opnfv-tempest [-] {2} octavia_tempest_plugin.tests.api.v2.test_l7rule.L7RuleAPITest.test_l7rule_update ... success [11.598s] 2020-06-04 19:26:46.826 34 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_load_balancer.LoadBalancerAPITest.test_load_balancer_delete_cascade ... success [62.945s] 2020-06-04 19:27:56.966 34 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_listener.ListenerAPITest.test_listener_list ... success [92.858s] 2020-06-04 19:28:02.869 34 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_listener.ListenerAPITest.test_listener_show ... success [5.905s] 2020-06-04 19:28:19.266 34 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_listener.ListenerAPITest.test_listener_show_stats ... success [16.394s] 2020-06-04 19:28:30.519 34 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_listener.ListenerAPITest.test_listener_update ... success [11.254s] 2020-06-04 19:28:40.570 34 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_load_balancer.LoadBalancerAPITest.test_load_balancer_failover ... success [113.742s] 2020-06-04 19:28:58.617 34 INFO opnfv-tempest [-] {2} octavia_tempest_plugin.tests.api.v2.test_member.MemberAPITest.test_member_batch_update ... success [24.486s] 2020-06-04 19:29:10.060 34 INFO opnfv-tempest [-] {2} octavia_tempest_plugin.tests.api.v2.test_member.MemberAPITest.test_member_delete ... success [11.443s] 2020-06-04 19:29:42.555 34 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_load_balancer.LoadBalancerAPITest.test_load_balancer_ipv4_create ... success [61.984s] 2020-06-04 19:29:42.556 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-04 19:29:59.348 34 INFO opnfv-tempest [-] {2} octavia_tempest_plugin.tests.api.v2.test_member.MemberAPITest.test_member_list ... success [49.277s] 2020-06-04 19:30:05.996 34 INFO opnfv-tempest [-] {2} octavia_tempest_plugin.tests.api.v2.test_member.MemberAPITest.test_member_show ... success [6.652s] 2020-06-04 19:30:23.118 34 INFO opnfv-tempest [-] {2} octavia_tempest_plugin.tests.api.v2.test_member.MemberAPITest.test_member_update ... success [17.120s] 2020-06-04 19:30:24.719 34 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_pool.PoolAPITest.test_pool_create_standalone ... success [5.643s] 2020-06-04 19:30:35.507 34 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_pool.PoolAPITest.test_pool_create_with_listener ... success [10.786s] 2020-06-04 19:30:46.755 34 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_pool.PoolAPITest.test_pool_delete ... success [11.246s] 2020-06-04 19:32:19.925 34 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_pool.PoolAPITest.test_pool_list ... success [93.161s] 2020-06-04 19:32:26.032 34 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_pool.PoolAPITest.test_pool_show ... success [6.109s] 2020-06-04 19:32:43.215 34 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_pool.PoolAPITest.test_pool_update ... success [17.180s] 2020-06-04 19:32:43.656 34 INFO opnfv-tempest [-] {2} octavia_tempest_plugin.tests.scenario.v2.test_listener.ListenerScenarioTest.test_listener_CRUD ... success [16.370s] 2020-06-04 19:32:45.959 34 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_load_balancer.LoadBalancerAPITest.test_load_balancer_list ... success [183.392s] 2020-06-04 19:33:49.375 34 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_load_balancer.LoadBalancerAPITest.test_load_balancer_show ... success [63.418s] 2020-06-04 19:34:30.154 34 INFO opnfv-tempest [-] {2} octavia_tempest_plugin.tests.scenario.v2.test_load_balancer.LoadBalancerScenarioTest.test_load_balancer_ipv4_CRUD ... success [67.303s] 2020-06-04 19:34:30.155 34 INFO opnfv-tempest [-] {2} 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-04 19:34:51.617 34 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_load_balancer.LoadBalancerAPITest.test_load_balancer_show_stats ... success [62.242s] 2020-06-04 19:34:55.719 34 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.scenario.v2.test_l7policy.L7PolicyScenarioTest.test_l7policy_CRUD ... success [16.267s] 2020-06-04 19:35:54.757 34 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_load_balancer.LoadBalancerAPITest.test_load_balancer_show_status ... success [63.140s] 2020-06-04 19:36:04.178 34 INFO opnfv-tempest [-] {2} octavia_tempest_plugin.tests.scenario.v2.test_pool.PoolScenarioTest.test_pool_standalone_CRUD ... success [16.073s] 2020-06-04 19:36:20.336 34 INFO opnfv-tempest [-] {2} octavia_tempest_plugin.tests.scenario.v2.test_pool.PoolScenarioTest.test_pool_with_listener_CRUD ... success [16.156s] 2020-06-04 19:37:03.725 34 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.scenario.v2.test_member.MemberScenarioTest.test_member_CRUD ... success [17.372s] 2020-06-04 19:37:03.727 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-04 19:37:03.728 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-04 19:37:08.219 34 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_load_balancer.LoadBalancerAPITest.test_load_balancer_update ... success [73.458s] 2020-06-04 19:37:26.179 34 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_provider.ProviderAPITest.test_provider_list ... success [0.236s] 2020-06-04 19:38:55.709 34 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.scenario.v2.test_healthmonitor.HealthMonitorScenarioTest.test_healthmonitor_CRUD ... success [15.953s] 2020-06-04 19:39:15.505 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-04 19:40:40.710 34 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.scenario.v2.test_l7rule.L7RuleScenarioTest.test_l7rule_CRUD ... success [16.315s] 2020-06-04 19:43:45.300 34 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.scenario.v2.test_traffic_ops.TrafficOperationsScenarioTest.test_basic_traffic ... success [34.953s] 2020-06-04 19:44:14.062 34 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.scenario.v2.test_traffic_ops.TrafficOperationsScenarioTest.test_basic_udp_traffic ... success [28.764s] 2020-06-04 19:45:23.659 34 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.scenario.v2.test_traffic_ops.TrafficOperationsScenarioTest.test_healthmonitor_traffic ... success [69.589s] 2020-06-04 19:46:32.856 34 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.scenario.v2.test_traffic_ops.TrafficOperationsScenarioTest.test_healthmonitor_udp_traffic ... success [69.189s] 2020-06-04 19:48:25.135 34 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.scenario.v2.test_traffic_ops.TrafficOperationsScenarioTest.test_l7policies_and_l7rules ... success [112.265s] 2020-06-04 19:48:25.136 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-04 19:48:25.137 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-04 19:49:32.445 34 INFO rally.task.context [-] Verification e81c113f-5d48-4ff7-b8f6-be9cd8bbd0ee | Context testr@default cleanup() started 2020-06-04 19:49:32.446 34 INFO rally.task.context [-] Verification e81c113f-5d48-4ff7-b8f6-be9cd8bbd0ee | Context testr@default cleanup() finished in 0.62 msec 2020-06-04 19:49:32.446 34 INFO rally.task.context [-] Verification e81c113f-5d48-4ff7-b8f6-be9cd8bbd0ee | Context tempest@default cleanup() started 2020-06-04 19:49:32.616 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Deleting flavor 'rally_verify_4a012ce7_Roqm72iR'. 2020-06-04 19:49:32.763 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_4a012ce7_Roqm72iR' has been deleted. 2020-06-04 19:49:32.764 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Removing value 'e182b0ff-8740-475b-8c3f-55b5e8772fa6' of option 'instance_type' from Tempest config file. 2020-06-04 19:49:32.765 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Value 'e182b0ff-8740-475b-8c3f-55b5e8772fa6' has been removed. 2020-06-04 19:49:32.770 34 INFO rally.task.context [-] Verification e81c113f-5d48-4ff7-b8f6-be9cd8bbd0ee | Context tempest@default cleanup() finished in 0.32 sec 2020-06-04 19:49:32.797 34 INFO rally.api [-] Verification (UUID=4a012ce7-3218-42bd-9c61-97d0ab194c11) has been successfully finished for deployment 'opnfv-rally' (UUID=81ba82fd-7d6b-452f-bf52-6e7a47aa4b8b)! 2020-06-04 19:49:34.533 66 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-04 19:49:34.533 66 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-04 19:49:34.534 66 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-04 19:49:36.129 68 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-04 19:49:36.130 68 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-04 19:49:36.130 68 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-04 19:49:38.195 68 INFO rally.api [-] Building 'html' report for the following verification(s): '4a012ce7-3218-42bd-9c61-97d0ab194c11' 2020-06-04 19:49:38.216 68 INFO rally.api [-] The report has been successfully built. 2020-06-04 19:49:39.810 70 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-06-04 19:49:39.810 70 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-06-04 19:49:39.810 70 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-06-04 19:49:41.859 70 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): '4a012ce7-3218-42bd-9c61-97d0ab194c11' 2020-06-04 19:49:41.864 70 INFO rally.api [-] The report has been successfully built.