2020-09-29 08:54:07.990 6 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-29 08:54:07.990 6 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-29 08:54:07.990 6 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-29 08:54:10.174 6 ERROR rally.cli.cliutils [-] Unexpected exception in CLI: rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2020-09-29 08:54:10.174 6 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-09-29 08:54:10.174 6 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-09-29 08:54:10.174 6 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-09-29 08:54:10.174 6 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-09-29 08:54:10.174 6 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2020-09-29 08:54:10.174 6 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-09-29 08:54:10.174 6 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-09-29 08:54:10.174 6 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-09-29 08:54:10.174 6 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-09-29 08:54:10.174 6 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2020-09-29 08:54:10.174 6 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2020-09-29 08:54:10.174 6 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2020-09-29 08:54:10.174 6 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2020-09-29 08:54:10.174 6 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2020-09-29 08:54:10.174 6 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2020-09-29 08:54:10.174 6 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2020-09-29 08:54:10.174 6 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2020-09-29 08:54:10.174 6 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-09-29 08:54:10.174 6 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-09-29 08:54:10.174 6 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 519, in env_get 2020-09-29 08:54:10.174 6 ERROR rally.cli.cliutils criteria="uuid or name is %s" % uuid_or_name, table="envs") 2020-09-29 08:54:10.174 6 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2020-09-29 08:54:10.174 6 ERROR rally.cli.cliutils 2020-09-29 08:54:11.780 8 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-29 08:54:11.781 8 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-29 08:54:11.781 8 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-29 08:54:16.480 10 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-29 08:54:16.480 10 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-29 08:54:16.480 10 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-29 08:54:21.259 13 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-29 08:54:21.260 13 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-29 08:54:21.260 13 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-29 08:54:22.710 15 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-29 08:54:22.711 15 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-29 08:54:22.711 15 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-29 08:54:25.053 15 ERROR rally.cli.cliutils [-] Unexpected exception in CLI: rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2020-09-29 08:54:25.053 15 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-09-29 08:54:25.053 15 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-09-29 08:54:25.053 15 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-09-29 08:54:25.053 15 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2020-09-29 08:54:25.053 15 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-09-29 08:54:25.053 15 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-09-29 08:54:25.053 15 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 236, in delete_verifier 2020-09-29 08:54:25.053 15 ERROR rally.cli.cliutils force=force) 2020-09-29 08:54:25.053 15 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2020-09-29 08:54:25.053 15 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2020-09-29 08:54:25.053 15 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2020-09-29 08:54:25.053 15 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2020-09-29 08:54:25.053 15 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2020-09-29 08:54:25.053 15 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2020-09-29 08:54:25.053 15 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-09-29 08:54:25.053 15 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-09-29 08:54:25.053 15 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2020-09-29 08:54:25.053 15 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2020-09-29 08:54:25.053 15 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 677, in _verifier_get 2020-09-29 08:54:25.053 15 ERROR rally.cli.cliutils criteria="name or uuid is %s" % verifier_id, table="verifiers") 2020-09-29 08:54:25.053 15 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2020-09-29 08:54:25.053 15 ERROR rally.cli.cliutils 2020-09-29 08:54:26.588 17 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-29 08:54:26.589 17 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-29 08:54:26.589 17 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-29 08:54:28.654 17 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2020-09-29 08:54:28.773 17 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-4aee060d-4b72-4004-8263-32d2e1abb2a0/repo. 2020-09-29 08:54:29.108 17 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-4aee060d-4b72-4004-8263-32d2e1abb2a0/repo'... done. Note: checking out '134bf9998c70c1a819f03c9f7b1ea592b914df6e'. You are in 'detached HEAD' state. You can look around, make experimental changes and commit them, and you can discard any commits you make in this state without impacting any branches by performing another checkout. If you want to create a new branch to retain commits you create, you may do so (now or later) by using -b with the checkout command again. Example: git checkout -b ' 2020-09-29 08:54:29.121 17 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'tags/22.0.0-1-g134bf9998 ' 2020-09-29 08:54:29.132 17 RALLYDEBUG rally.verification.utils [-] Subprocess output: '134bf9998c70c1a819f03c9f7b1ea592b914df6e ' 2020-09-29 08:54:29.151 17 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2020-09-29 08:54:29.224 17 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2020-09-29 08:54:29.913 17 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=4aee060d-4b72-4004-8263-32d2e1abb2a0) has been successfully created! 2020-09-29 08:54:31.553 25 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-29 08:54:31.554 25 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-29 08:54:31.554 25 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-29 08:54:36.234 28 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-29 08:54:36.234 28 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-29 08:54:36.234 28 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-29 08:54:38.457 28 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=4aee060d-4b72-4004-8263-32d2e1abb2a0) for deployment 'opnfv-rally' (UUID=2ecd02e5-9080-4d83-9a19-4e9f12b9eda7). 2020-09-29 08:54:39.073 28 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=4aee060d-4b72-4004-8263-32d2e1abb2a0) has been successfully configured for deployment 'opnfv-rally' (UUID=2ecd02e5-9080-4d83-9a19-4e9f12b9eda7)! 2020-09-29 08:54:47.404 32 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-29 08:54:47.405 32 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-29 08:54:47.405 32 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-29 08:54:49.864 32 INFO rally.api [-] Starting verification (UUID=c9e2b2b7-783b-4d76-9099-56bb158d1fff) for deployment 'opnfv-rally' (UUID=2ecd02e5-9080-4d83-9a19-4e9f12b9eda7) by verifier 'opnfv-tempest' (UUID=4aee060d-4b72-4004-8263-32d2e1abb2a0). 2020-09-29 08:54:50.588 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2020-09-29 08:54:50.589 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-4aee060d-4b72-4004-8263-32d2e1abb2a0/for-deployment-2ecd02e5-9080-4d83-9a19-4e9f12b9eda7/tempest.log' to option 'log_file'. 2020-09-29 08:54:50.589 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-4aee060d-4b72-4004-8263-32d2e1abb2a0/for-deployment-2ecd02e5-9080-4d83-9a19-4e9f12b9eda7/tempest.log 2020-09-29 08:54:50.590 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2020-09-29 08:54:50.590 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-4aee060d-4b72-4004-8263-32d2e1abb2a0/for-deployment-2ecd02e5-9080-4d83-9a19-4e9f12b9eda7/lock_files' to option 'lock_path'. 2020-09-29 08:54:50.590 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-4aee060d-4b72-4004-8263-32d2e1abb2a0/for-deployment-2ecd02e5-9080-4d83-9a19-4e9f12b9eda7/lock_files 2020-09-29 08:54:50.590 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is already configured in Tempest config file. img_dir = /home/opnfv/functest/images 2020-09-29 08:54:50.591 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_file' is already configured in Tempest config file. img_file = cirros-0.4.0-x86_64-disk.img 2020-09-29 08:54:50.591 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = 229aef6a-0eb4-4e3b-a7b1-a237df008e72 2020-09-29 08:54:50.591 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = af58616e-7901-4a81-a229-1c492cd0ac7b 2020-09-29 08:54:50.592 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = c81ddf78-7a46-401e-b94e-6212871a2508 2020-09-29 08:54:50.592 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = 46502c6c-b896-45bc-9c8f-1b503f4e6d29 2020-09-29 08:54:50.834 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2020-09-29 08:54:50.835 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = tempest_octavia-net_cf6b339b-adcd-47ca-b0d4-52638f8ee7e7 2020-09-29 08:54:50.836 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2020-09-29 08:54:50.929 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2020-09-29 08:54:50.966 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] The following flavor discovered: 'rally_verify_0b757646_zMFjiBWk'. Using flavor 'rally_verify_0b757646_zMFjiBWk' (ID = 26847c79-861b-4cc0-8135-0eb6bf92fa99) for the tests. 2020-09-29 08:54:50.966 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '26847c79-861b-4cc0-8135-0eb6bf92fa99' to option 'instance_type'. 2020-09-29 08:54:50.966 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = 26847c79-861b-4cc0-8135-0eb6bf92fa99 2020-09-29 08:54:50.968 32 INFO rally.task.context [-] Verification 4aee060d-4b72-4004-8263-32d2e1abb2a0 | Context tempest@default setup() finished in 0.85 sec 2020-09-29 08:54:50.968 32 INFO rally.task.context [-] Verification 4aee060d-4b72-4004-8263-32d2e1abb2a0 | Context testr@default setup() finished in 0.31 msec 2020-09-29 08:54:50.969 32 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --concurrency 2 --load-list /tmp/c78c6ced-1fe3-4eef-84cd-1ee82bbab71b'. 2020-09-29 08:55:04.277 32 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_flavor.FlavorAPITest.test_flavor_create ... success [0.671s] 2020-09-29 08:55:05.134 32 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_flavor.FlavorAPITest.test_flavor_delete ... success [0.856s] 2020-09-29 08:55:07.422 32 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_flavor.FlavorAPITest.test_flavor_list ... success [2.286s] 2020-09-29 08:55:07.871 32 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_flavor.FlavorAPITest.test_flavor_show ... success [0.449s] 2020-09-29 08:55:08.268 32 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_flavor.FlavorAPITest.test_flavor_update ... success [0.398s] 2020-09-29 08:55:30.924 32 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_flavor_capabilities.FlavorCapabilitiesAPITest.test_flavor_capabilities_list ... success [0.816s] 2020-09-29 08:56:01.823 32 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_flavor_profile.FlavorProfileAPITest.test_flavor_profile_create ... success [0.519s] 2020-09-29 08:56:01.980 32 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_flavor_profile.FlavorProfileAPITest.test_flavor_profile_delete ... success [0.157s] 2020-09-29 08:56:02.455 32 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_flavor_profile.FlavorProfileAPITest.test_flavor_profile_list ... success [0.473s] 2020-09-29 08:56:02.573 32 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_flavor_profile.FlavorProfileAPITest.test_flavor_profile_show ... success [0.119s] 2020-09-29 08:56:02.725 32 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_flavor_profile.FlavorProfileAPITest.test_flavor_profile_update ... success [0.151s] 2020-09-29 08:57:17.342 32 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_amphora.AmphoraAPITest.test_amphora_failover ... success [60.985s] 2020-09-29 08:57:17.556 32 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_amphora.AmphoraAPITest.test_amphora_update ... success [0.215s] 2020-09-29 08:57:34.950 32 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_listener.ListenerAPITest.test_listener_create ... success [5.556s] 2020-09-29 08:57:45.914 32 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_listener.ListenerAPITest.test_listener_delete ... success [10.963s] 2020-09-29 08:59:08.912 32 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_healthmonitor.HealthMonitorAPITest.test_healthmonitor_create ... success [21.627s] 2020-09-29 08:59:30.465 32 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_healthmonitor.HealthMonitorAPITest.test_healthmonitor_delete ... success [21.554s] 2020-09-29 08:59:40.151 32 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_listener.ListenerAPITest.test_listener_list ... success [114.221s] 2020-09-29 08:59:45.927 32 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_listener.ListenerAPITest.test_listener_show ... success [5.777s] 2020-09-29 09:00:02.123 32 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_listener.ListenerAPITest.test_listener_show_stats ... success [16.195s] 2020-09-29 09:00:18.415 32 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_listener.ListenerAPITest.test_listener_update ... success [16.289s] 2020-09-29 09:00:38.880 32 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_healthmonitor.HealthMonitorAPITest.test_healthmonitor_list ... success [68.403s] 2020-09-29 09:01:00.736 32 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_healthmonitor.HealthMonitorAPITest.test_healthmonitor_show ... success [21.855s] 2020-09-29 09:01:27.740 32 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_healthmonitor.HealthMonitorAPITest.test_healthmonitor_update ... success [27.002s] 2020-09-29 09:02:13.971 32 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_pool.PoolAPITest.test_pool_create_standalone ... success [5.591s] 2020-09-29 09:02:24.826 32 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_pool.PoolAPITest.test_pool_create_with_listener ... success [10.853s] 2020-09-29 09:02:35.917 32 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_pool.PoolAPITest.test_pool_delete ... success [11.091s] 2020-09-29 09:03:21.958 32 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_l7policy.L7PolicyAPITest.test_l7policy_create_redirect_pool ... success [5.844s] 2020-09-29 09:03:27.606 32 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_l7policy.L7PolicyAPITest.test_l7policy_create_redirect_url ... success [5.647s] 2020-09-29 09:03:33.321 32 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_l7policy.L7PolicyAPITest.test_l7policy_create_reject ... success [5.715s] 2020-09-29 09:03:44.455 32 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_l7policy.L7PolicyAPITest.test_l7policy_delete ... success [11.133s] 2020-09-29 09:03:58.684 32 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_pool.PoolAPITest.test_pool_list ... success [82.755s] 2020-09-29 09:04:04.701 32 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_pool.PoolAPITest.test_pool_show ... success [6.019s] 2020-09-29 09:04:21.902 32 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_pool.PoolAPITest.test_pool_update ... success [17.199s] 2020-09-29 09:04:31.857 32 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_l7policy.L7PolicyAPITest.test_l7policy_list ... success [47.391s] 2020-09-29 09:04:48.871 32 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_l7policy.L7PolicyAPITest.test_l7policy_show ... success [17.015s] 2020-09-29 09:05:11.390 32 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_l7policy.L7PolicyAPITest.test_l7policy_update ... success [22.515s] 2020-09-29 09:06:39.990 32 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.scenario.v2.test_healthmonitor.HealthMonitorScenarioTest.test_healthmonitor_CRUD ... success [16.100s] 2020-09-29 09:07:07.763 32 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-09-29 09:07:16.645 32 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_l7rule.L7RuleAPITest.test_l7rule_create ... success [5.990s] 2020-09-29 09:07:27.968 32 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_l7rule.L7RuleAPITest.test_l7rule_delete ... success [11.323s] 2020-09-29 09:08:16.475 32 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_l7rule.L7RuleAPITest.test_l7rule_list ... success [48.494s] 2020-09-29 09:08:22.961 32 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_l7rule.L7RuleAPITest.test_l7rule_show ... success [6.491s] 2020-09-29 09:08:34.528 32 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_l7rule.L7RuleAPITest.test_l7rule_update ... success [11.565s] 2020-09-29 09:08:38.477 32 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.scenario.v2.test_l7rule.L7RuleScenarioTest.test_l7rule_CRUD ... success [16.505s] 2020-09-29 09:10:30.156 32 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.scenario.v2.test_load_balancer.LoadBalancerScenarioTest.test_load_balancer_ipv4_CRUD ... success [77.295s] 2020-09-29 09:10:30.157 32 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-09-29 09:10:39.600 32 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_load_balancer.LoadBalancerAPITest.test_load_balancer_delete ... success [62.708s] 2020-09-29 09:11:42.125 32 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_load_balancer.LoadBalancerAPITest.test_load_balancer_delete_cascade ... success [62.524s] 2020-09-29 09:12:09.817 32 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.scenario.v2.test_member.MemberScenarioTest.test_member_CRUD ... success [17.041s] 2020-09-29 09:13:44.947 32 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_load_balancer.LoadBalancerAPITest.test_load_balancer_failover ... success [122.819s] 2020-09-29 09:14:49.220 32 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_load_balancer.LoadBalancerAPITest.test_load_balancer_ipv4_create ... success [64.274s] 2020-09-29 09:14:49.221 32 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-09-29 09:15:30.567 32 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.scenario.v2.test_traffic_ops.TrafficOperationsScenarioTest.test_basic_traffic ... success [42.363s] 2020-09-29 09:16:39.861 32 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.scenario.v2.test_traffic_ops.TrafficOperationsScenarioTest.test_healthmonitor_traffic ... success [69.285s] 2020-09-29 09:18:10.513 32 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_load_balancer.LoadBalancerAPITest.test_load_balancer_list ... success [201.277s] 2020-09-29 09:18:34.270 32 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.scenario.v2.test_traffic_ops.TrafficOperationsScenarioTest.test_l7policies_and_l7rules ... success [114.399s] 2020-09-29 09:18:34.271 32 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-09-29 09:19:12.696 32 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_load_balancer.LoadBalancerAPITest.test_load_balancer_show ... success [62.192s] 2020-09-29 09:20:15.231 32 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_load_balancer.LoadBalancerAPITest.test_load_balancer_show_stats ... success [62.531s] 2020-09-29 09:21:27.427 32 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_load_balancer.LoadBalancerAPITest.test_load_balancer_show_status ... success [72.198s] 2020-09-29 09:22:39.514 32 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_load_balancer.LoadBalancerAPITest.test_load_balancer_update ... success [72.083s] 2020-09-29 09:24:31.273 32 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_member.MemberAPITest.test_member_batch_update ... success [23.402s] 2020-09-29 09:24:42.606 32 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_member.MemberAPITest.test_member_delete ... success [11.334s] 2020-09-29 09:25:32.403 32 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_member.MemberAPITest.test_member_list ... success [49.787s] 2020-09-29 09:25:38.783 32 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_member.MemberAPITest.test_member_show ... success [6.382s] 2020-09-29 09:25:56.042 32 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_member.MemberAPITest.test_member_update ... success [17.256s] 2020-09-29 09:26:57.212 32 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_provider.ProviderAPITest.test_provider_list ... success [0.209s] 2020-09-29 09:29:03.059 32 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.scenario.v2.test_amphora.AmphoraScenarioTest.test_amphora_list_and_show ... success [57.818s] 2020-09-29 09:30:49.386 32 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.scenario.v2.test_l7policy.L7PolicyScenarioTest.test_l7policy_CRUD ... success [16.367s] 2020-09-29 09:32:46.336 32 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.scenario.v2.test_listener.ListenerScenarioTest.test_listener_CRUD ... success [16.446s] 2020-09-29 09:34:37.178 32 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.scenario.v2.test_pool.PoolScenarioTest.test_pool_standalone_CRUD ... success [16.287s] 2020-09-29 09:34:53.355 32 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.scenario.v2.test_pool.PoolScenarioTest.test_pool_with_listener_CRUD ... success [16.176s] 2020-09-29 09:35:14.886 32 INFO rally.task.context [-] Verification 4aee060d-4b72-4004-8263-32d2e1abb2a0 | Context testr@default cleanup() started 2020-09-29 09:35:14.887 32 INFO rally.task.context [-] Verification 4aee060d-4b72-4004-8263-32d2e1abb2a0 | Context testr@default cleanup() finished in 0.81 msec 2020-09-29 09:35:14.888 32 INFO rally.task.context [-] Verification 4aee060d-4b72-4004-8263-32d2e1abb2a0 | Context tempest@default cleanup() started 2020-09-29 09:35:15.050 32 INFO rally.task.context [-] Verification 4aee060d-4b72-4004-8263-32d2e1abb2a0 | Context tempest@default cleanup() finished in 0.16 sec 2020-09-29 09:35:15.075 32 INFO rally.api [-] Verification (UUID=c9e2b2b7-783b-4d76-9099-56bb158d1fff) has been successfully finished for deployment 'opnfv-rally' (UUID=2ecd02e5-9080-4d83-9a19-4e9f12b9eda7)! 2020-09-29 09:35:16.718 59 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-29 09:35:16.719 59 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-29 09:35:16.719 59 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-29 09:35:18.123 60 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-29 09:35:18.124 60 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-29 09:35:18.124 60 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-29 09:35:20.220 60 INFO rally.api [-] Building 'html' report for the following verification(s): 'c9e2b2b7-783b-4d76-9099-56bb158d1fff' 2020-09-29 09:35:20.247 60 INFO rally.api [-] The report has been successfully built. 2020-09-29 09:35:21.748 62 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-09-29 09:35:21.749 62 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-09-29 09:35:21.749 62 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-09-29 09:35:23.712 62 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): 'c9e2b2b7-783b-4d76-9099-56bb158d1fff' 2020-09-29 09:35:23.719 62 INFO rally.api [-] The report has been successfully built.