2020-11-28 12:58:09.324 7 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-11-28 12:58:09.324 7 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-11-28 12:58:09.324 7 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-11-28 12:58:12.169 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-11-28 12:58:12.169 7 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-11-28 12:58:12.169 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-11-28 12:58:12.169 7 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-11-28 12:58:12.169 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-11-28 12:58:12.169 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2020-11-28 12:58:12.169 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-11-28 12:58:12.169 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-11-28 12:58:12.169 7 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-11-28 12:58:12.169 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-11-28 12:58:12.169 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2020-11-28 12:58:12.169 7 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2020-11-28 12:58:12.169 7 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2020-11-28 12:58:12.169 7 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2020-11-28 12:58:12.169 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2020-11-28 12:58:12.169 7 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2020-11-28 12:58:12.169 7 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2020-11-28 12:58:12.169 7 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2020-11-28 12:58:12.169 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-11-28 12:58:12.169 7 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-11-28 12:58:12.169 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2020-11-28 12:58:12.169 7 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-11-28 12:58:12.169 7 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2020-11-28 12:58:12.169 7 ERROR rally.cli.cliutils 2020-11-28 12:58:14.190 9 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-11-28 12:58:14.191 9 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-11-28 12:58:14.191 9 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-11-28 12:58:18.820 11 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-11-28 12:58:18.821 11 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-11-28 12:58:18.821 11 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-11-28 12:58:23.791 14 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-11-28 12:58:23.792 14 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-11-28 12:58:23.792 14 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-11-28 12:58:25.453 17 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-11-28 12:58:25.453 17 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-11-28 12:58:25.454 17 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-11-28 12:58:27.884 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-11-28 12:58:27.884 17 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-11-28 12:58:27.884 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-11-28 12:58:27.884 17 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-11-28 12:58:27.884 17 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2020-11-28 12:58:27.884 17 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-11-28 12:58:27.884 17 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-11-28 12:58:27.884 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2020-11-28 12:58:27.884 17 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2020-11-28 12:58:27.884 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2020-11-28 12:58:27.884 17 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2020-11-28 12:58:27.884 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2020-11-28 12:58:27.884 17 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2020-11-28 12:58:27.884 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2020-11-28 12:58:27.884 17 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2020-11-28 12:58:27.884 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-11-28 12:58:27.884 17 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-11-28 12:58:27.884 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2020-11-28 12:58:27.884 17 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2020-11-28 12:58:27.884 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2020-11-28 12:58:27.884 17 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-11-28 12:58:27.884 17 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2020-11-28 12:58:27.884 17 ERROR rally.cli.cliutils 2020-11-28 12:58:29.825 19 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-11-28 12:58:29.825 19 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-11-28 12:58:29.826 19 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-11-28 12:58:32.036 19 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2020-11-28 12:58:32.104 19 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-1769182c-a347-4fb6-ae47-a6044fb85a43/repo. 2020-11-28 12:58:32.384 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-1769182c-a347-4fb6-ae47-a6044fb85a43/repo'... done. Note: switching to '59bbab45dec3ab559259e98cba1bb93307aa58bf'. 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-11-28 12:58:32.399 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'tags/24.0.0-1-g59bbab45d ' 2020-11-28 12:58:32.410 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: '59bbab45dec3ab559259e98cba1bb93307aa58bf ' 2020-11-28 12:58:32.428 19 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2020-11-28 12:58:32.477 19 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2020-11-28 12:58:33.302 19 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=1769182c-a347-4fb6-ae47-a6044fb85a43) has been successfully created! 2020-11-28 12:58:35.142 27 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-11-28 12:58:35.143 27 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-11-28 12:58:35.143 27 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-11-28 12:58:41.465 30 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-11-28 12:58:41.466 30 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-11-28 12:58:41.466 30 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-11-28 12:58:43.922 30 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=1769182c-a347-4fb6-ae47-a6044fb85a43) for deployment 'opnfv-rally' (UUID=eaf1ab42-0a03-43f4-b7ff-0afd54d866bd). 2020-11-28 12:58:44.521 30 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=1769182c-a347-4fb6-ae47-a6044fb85a43) has been successfully configured for deployment 'opnfv-rally' (UUID=eaf1ab42-0a03-43f4-b7ff-0afd54d866bd)! 2020-11-28 12:58:54.563 35 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-11-28 12:58:54.564 35 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-11-28 12:58:54.564 35 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-11-28 12:58:57.034 35 INFO rally.api [-] Starting verification (UUID=907d50e0-0ffe-4da3-b7d0-66ffab42e480) for deployment 'opnfv-rally' (UUID=eaf1ab42-0a03-43f4-b7ff-0afd54d866bd) by verifier 'opnfv-tempest' (UUID=1769182c-a347-4fb6-ae47-a6044fb85a43). 2020-11-28 12:58:57.769 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2020-11-28 12:58:57.769 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-1769182c-a347-4fb6-ae47-a6044fb85a43/for-deployment-eaf1ab42-0a03-43f4-b7ff-0afd54d866bd/tempest.log' to option 'log_file'. 2020-11-28 12:58:57.770 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-1769182c-a347-4fb6-ae47-a6044fb85a43/for-deployment-eaf1ab42-0a03-43f4-b7ff-0afd54d866bd/tempest.log 2020-11-28 12:58:57.770 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2020-11-28 12:58:57.770 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-1769182c-a347-4fb6-ae47-a6044fb85a43/for-deployment-eaf1ab42-0a03-43f4-b7ff-0afd54d866bd/lock_files' to option 'lock_path'. 2020-11-28 12:58:57.770 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-1769182c-a347-4fb6-ae47-a6044fb85a43/for-deployment-eaf1ab42-0a03-43f4-b7ff-0afd54d866bd/lock_files 2020-11-28 12:58:57.770 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is already configured in Tempest config file. img_dir = /home/opnfv/functest/images 2020-11-28 12:58:57.771 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-11-28 12:58:57.771 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = a24965d2-1511-415a-85d0-69533bbe1b6e 2020-11-28 12:58:57.771 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = d86add65-f5cc-4001-a093-5086d45075b3 2020-11-28 12:58:57.771 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = 872d8087-e108-4360-8735-dfe8ca7f4085 2020-11-28 12:58:57.772 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = 8d8adfb1-6361-4d13-aa18-dade0b4fc34e 2020-11-28 12:58:57.978 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2020-11-28 12:58:57.979 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = tempest_octavia-net_72647e5e-e5ef-4c16-b9f4-e38b27b07f30 2020-11-28 12:58:57.979 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2020-11-28 12:58:58.071 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2020-11-28 12:58:58.116 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] The following flavor discovered: 'rally_verify_fa902c0a_QvUXMdnQ'. Using flavor 'rally_verify_fa902c0a_QvUXMdnQ' (ID = d8dc28cb-a9e6-4033-9ada-87025621082b) for the tests. 2020-11-28 12:58:58.117 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value 'd8dc28cb-a9e6-4033-9ada-87025621082b' to option 'instance_type'. 2020-11-28 12:58:58.117 35 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = d8dc28cb-a9e6-4033-9ada-87025621082b 2020-11-28 12:58:58.118 35 INFO rally.task.context [-] Verification 1769182c-a347-4fb6-ae47-a6044fb85a43 | Context tempest@default setup() finished in 0.84 sec 2020-11-28 12:58:58.118 35 INFO rally.task.context [-] Verification 1769182c-a347-4fb6-ae47-a6044fb85a43 | Context testr@default setup() finished in 0.27 msec 2020-11-28 12:58:58.118 35 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --concurrency 2 --load-list /tmp/966ae58b-69c6-4123-b33f-c65bbee47384'. 2020-11-28 12:59:11.082 35 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_flavor_capabilities.FlavorCapabilitiesAPITest.test_flavor_capabilities_list ... success [0.332s] 2020-11-28 12:59:41.226 35 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_amphora.AmphoraAPITest ... fail 2020-11-28 12:59:50.712 35 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_flavor.FlavorAPITest.test_flavor_create ... success [0.195s] 2020-11-28 12:59:50.853 35 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_flavor.FlavorAPITest.test_flavor_delete ... success [0.139s] 2020-11-28 12:59:51.336 35 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_flavor.FlavorAPITest.test_flavor_list ... success [0.483s] 2020-11-28 12:59:51.438 35 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_flavor.FlavorAPITest.test_flavor_show ... success [0.103s] 2020-11-28 12:59:51.567 35 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_flavor.FlavorAPITest.test_flavor_update ... success [0.129s] 2020-11-28 13:00:02.770 35 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_l7rule.L7RuleAPITest ... fail 2020-11-28 13:00:09.181 35 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_flavor_profile.FlavorProfileAPITest.test_flavor_profile_create ... success [0.371s] 2020-11-28 13:00:09.311 35 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_flavor_profile.FlavorProfileAPITest.test_flavor_profile_delete ... success [0.129s] 2020-11-28 13:00:09.741 35 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_flavor_profile.FlavorProfileAPITest.test_flavor_profile_list ... success [0.427s] 2020-11-28 13:00:09.858 35 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_flavor_profile.FlavorProfileAPITest.test_flavor_profile_show ... success [0.118s] 2020-11-28 13:00:10.008 35 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_flavor_profile.FlavorProfileAPITest.test_flavor_profile_update ... success [0.148s] 2020-11-28 13:00:21.804 35 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_load_balancer.LoadBalancerAPITest.test_load_balancer_delete ... fail [12.709s] 2020-11-28 13:00:35.796 35 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_load_balancer.LoadBalancerAPITest.test_load_balancer_delete_cascade ... fail [13.992s] 2020-11-28 13:00:49.615 35 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_load_balancer.LoadBalancerAPITest.test_load_balancer_failover ... fail [13.817s] 2020-11-28 13:00:57.166 35 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_healthmonitor.HealthMonitorAPITest ... fail 2020-11-28 13:01:01.201 35 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_load_balancer.LoadBalancerAPITest.test_load_balancer_ipv4_create ... fail [11.582s] 2020-11-28 13:01:01.202 35 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-11-28 13:01:19.036 35 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_load_balancer.LoadBalancerAPITest.test_load_balancer_list ... fail [17.835s] 2020-11-28 13:01:30.352 35 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_load_balancer.LoadBalancerAPITest.test_load_balancer_show ... fail [11.316s] 2020-11-28 13:01:38.283 35 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_l7policy.L7PolicyAPITest ... fail 2020-11-28 13:01:42.065 35 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_load_balancer.LoadBalancerAPITest.test_load_balancer_show_stats ... fail [11.713s] 2020-11-28 13:01:55.488 35 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_load_balancer.LoadBalancerAPITest.test_load_balancer_show_status ... fail [13.421s] 2020-11-28 13:02:06.795 35 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_load_balancer.LoadBalancerAPITest.test_load_balancer_update ... fail [11.306s] 2020-11-28 13:02:13.228 35 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_listener.ListenerAPITest ... fail 2020-11-28 13:02:51.333 35 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_member.MemberAPITest ... fail 2020-11-28 13:03:26.607 35 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.scenario.v2.test_amphora.AmphoraScenarioTest ... fail 2020-11-28 13:03:39.153 35 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_pool.PoolAPITest ... fail 2020-11-28 13:03:49.158 35 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_provider.ProviderAPITest.test_provider_list ... success [0.252s] 2020-11-28 13:04:06.509 35 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.scenario.v2.test_l7policy.L7PolicyScenarioTest ... fail 2020-11-28 13:04:39.797 35 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.scenario.v2.test_healthmonitor.HealthMonitorScenarioTest ... fail 2020-11-28 13:04:39.798 35 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-11-28 13:04:42.599 35 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.scenario.v2.test_listener.ListenerScenarioTest ... fail 2020-11-28 13:05:14.790 35 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.scenario.v2.test_l7rule.L7RuleScenarioTest ... fail 2020-11-28 13:05:15.403 35 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.scenario.v2.test_pool.PoolScenarioTest ... fail 2020-11-28 13:05:39.103 35 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.scenario.v2.test_load_balancer.LoadBalancerScenarioTest.test_load_balancer_ipv4_CRUD ... fail [17.427s] 2020-11-28 13:05:39.104 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-11-28 13:06:23.768 35 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.scenario.v2.test_member.MemberScenarioTest ... fail 2020-11-28 13:08:10.571 35 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.scenario.v2.test_traffic_ops.TrafficOperationsScenarioTest ... fail 2020-11-28 13:08:11.223 35 INFO rally.task.context [-] Verification 1769182c-a347-4fb6-ae47-a6044fb85a43 | Context testr@default cleanup() started 2020-11-28 13:08:11.223 35 INFO rally.task.context [-] Verification 1769182c-a347-4fb6-ae47-a6044fb85a43 | Context testr@default cleanup() finished in 0.74 msec 2020-11-28 13:08:11.224 35 INFO rally.task.context [-] Verification 1769182c-a347-4fb6-ae47-a6044fb85a43 | Context tempest@default cleanup() started 2020-11-28 13:08:11.436 35 INFO rally.task.context [-] Verification 1769182c-a347-4fb6-ae47-a6044fb85a43 | Context tempest@default cleanup() finished in 0.21 sec 2020-11-28 13:08:11.461 35 INFO rally.api [-] Verification (UUID=907d50e0-0ffe-4da3-b7d0-66ffab42e480) has been successfully finished for deployment 'opnfv-rally' (UUID=eaf1ab42-0a03-43f4-b7ff-0afd54d866bd)! 2020-11-28 13:08:13.401 64 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-11-28 13:08:13.401 64 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-11-28 13:08:13.401 64 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-11-28 13:08:15.093 66 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-11-28 13:08:15.094 66 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-11-28 13:08:15.094 66 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-11-28 13:08:17.531 66 INFO rally.api [-] Building 'html' report for the following verification(s): '907d50e0-0ffe-4da3-b7d0-66ffab42e480' 2020-11-28 13:08:17.557 66 INFO rally.api [-] The report has been successfully built. 2020-11-28 13:08:19.412 68 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-11-28 13:08:19.413 68 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-11-28 13:08:19.413 68 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-11-28 13:08:21.618 68 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): '907d50e0-0ffe-4da3-b7d0-66ffab42e480' 2020-11-28 13:08:21.625 68 INFO rally.api [-] The report has been successfully built.