2020-07-15 00:27:32.198 7 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-15 00:27:32.198 7 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-15 00:27:32.198 7 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-15 00:27:34.318 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-07-15 00:27:34.318 7 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-07-15 00:27:34.318 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-07-15 00:27:34.318 7 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-07-15 00:27:34.318 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-07-15 00:27:34.318 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2020-07-15 00:27:34.318 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-07-15 00:27:34.318 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-07-15 00:27:34.318 7 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-07-15 00:27:34.318 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-07-15 00:27:34.318 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2020-07-15 00:27:34.318 7 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2020-07-15 00:27:34.318 7 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2020-07-15 00:27:34.318 7 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2020-07-15 00:27:34.318 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2020-07-15 00:27:34.318 7 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2020-07-15 00:27:34.318 7 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2020-07-15 00:27:34.318 7 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2020-07-15 00:27:34.318 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-07-15 00:27:34.318 7 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-07-15 00:27:34.318 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 519, in env_get 2020-07-15 00:27:34.318 7 ERROR rally.cli.cliutils criteria="uuid or name is %s" % uuid_or_name, table="envs") 2020-07-15 00:27:34.318 7 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2020-07-15 00:27:34.318 7 ERROR rally.cli.cliutils 2020-07-15 00:27:35.843 9 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-15 00:27:35.844 9 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-15 00:27:35.844 9 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-15 00:27:39.786 11 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-15 00:27:39.787 11 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-15 00:27:39.787 11 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-15 00:27:43.834 14 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-15 00:27:43.834 14 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-15 00:27:43.834 14 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-15 00:27:45.257 16 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-15 00:27:45.257 16 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-15 00:27:45.257 16 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-15 00:27:47.206 16 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-07-15 00:27:47.206 16 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-07-15 00:27:47.206 16 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-07-15 00:27:47.206 16 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-07-15 00:27:47.206 16 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2020-07-15 00:27:47.206 16 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-07-15 00:27:47.206 16 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-07-15 00:27:47.206 16 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 236, in delete_verifier 2020-07-15 00:27:47.206 16 ERROR rally.cli.cliutils force=force) 2020-07-15 00:27:47.206 16 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2020-07-15 00:27:47.206 16 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2020-07-15 00:27:47.206 16 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2020-07-15 00:27:47.206 16 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2020-07-15 00:27:47.206 16 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2020-07-15 00:27:47.206 16 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2020-07-15 00:27:47.206 16 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-07-15 00:27:47.206 16 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-07-15 00:27:47.206 16 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2020-07-15 00:27:47.206 16 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2020-07-15 00:27:47.206 16 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 677, in _verifier_get 2020-07-15 00:27:47.206 16 ERROR rally.cli.cliutils criteria="name or uuid is %s" % verifier_id, table="verifiers") 2020-07-15 00:27:47.206 16 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2020-07-15 00:27:47.206 16 ERROR rally.cli.cliutils 2020-07-15 00:27:48.684 18 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-15 00:27:48.684 18 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-15 00:27:48.685 18 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-15 00:27:50.657 18 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2020-07-15 00:27:50.739 18 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-7f833b36-b99e-4059-92f1-3dc4d5b1fe60/repo. 2020-07-15 00:27:51.039 18 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-7f833b36-b99e-4059-92f1-3dc4d5b1fe60/repo'... done. Note: checking out '6d4861c8715e9c7af7cc479f97e8b8ed22b012a7'. 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-07-15 00:27:51.053 18 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'tags/22.0.0-1-g6d4861c87 ' 2020-07-15 00:27:51.063 18 RALLYDEBUG rally.verification.utils [-] Subprocess output: '6d4861c8715e9c7af7cc479f97e8b8ed22b012a7 ' 2020-07-15 00:27:51.089 18 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2020-07-15 00:27:51.159 18 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2020-07-15 00:27:51.777 18 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=7f833b36-b99e-4059-92f1-3dc4d5b1fe60) has been successfully created! 2020-07-15 00:27:53.332 26 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-15 00:27:53.332 26 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-15 00:27:53.332 26 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-15 00:27:57.465 29 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-15 00:27:57.465 29 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-15 00:27:57.465 29 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-15 00:27:59.589 29 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=7f833b36-b99e-4059-92f1-3dc4d5b1fe60) for deployment 'opnfv-rally' (UUID=1c09df2c-a444-4e03-82fb-f87065f7abd5). 2020-07-15 00:27:59.964 29 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=7f833b36-b99e-4059-92f1-3dc4d5b1fe60) has been successfully configured for deployment 'opnfv-rally' (UUID=1c09df2c-a444-4e03-82fb-f87065f7abd5)! 2020-07-15 00:28:08.078 33 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-15 00:28:08.078 33 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-15 00:28:08.078 33 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-15 00:28:10.068 33 INFO rally.api [-] Starting verification (UUID=a6ed189e-b9f0-4e47-8071-2f1dc95f780a) for deployment 'opnfv-rally' (UUID=1c09df2c-a444-4e03-82fb-f87065f7abd5) by verifier 'opnfv-tempest' (UUID=7f833b36-b99e-4059-92f1-3dc4d5b1fe60). 2020-07-15 00:28:10.779 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2020-07-15 00:28:10.779 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-7f833b36-b99e-4059-92f1-3dc4d5b1fe60/for-deployment-1c09df2c-a444-4e03-82fb-f87065f7abd5/tempest.log' to option 'log_file'. 2020-07-15 00:28:10.780 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-7f833b36-b99e-4059-92f1-3dc4d5b1fe60/for-deployment-1c09df2c-a444-4e03-82fb-f87065f7abd5/tempest.log 2020-07-15 00:28:10.780 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2020-07-15 00:28:10.780 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-7f833b36-b99e-4059-92f1-3dc4d5b1fe60/for-deployment-1c09df2c-a444-4e03-82fb-f87065f7abd5/lock_files' to option 'lock_path'. 2020-07-15 00:28:10.780 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-7f833b36-b99e-4059-92f1-3dc4d5b1fe60/for-deployment-1c09df2c-a444-4e03-82fb-f87065f7abd5/lock_files 2020-07-15 00:28:10.780 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is already configured in Tempest config file. img_dir = /home/opnfv/functest/images 2020-07-15 00:28:10.781 33 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-07-15 00:28:10.781 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = 1d95d713-2ea4-4ce5-be82-f7a7aad18e08 2020-07-15 00:28:10.781 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = 5e503fea-5a66-4b46-8781-9e97d0e1e477 2020-07-15 00:28:10.782 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = 7285ec52-7b7c-4172-89e7-197b93d50461 2020-07-15 00:28:10.782 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = a160c56c-ac27-4dd2-a0e1-6b443e571e68 2020-07-15 00:28:10.984 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2020-07-15 00:28:10.984 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = tempest_octavia-net_e4353311-68b4-4fb5-b2a9-fa887956e533 2020-07-15 00:28:10.985 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2020-07-15 00:28:11.075 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2020-07-15 00:28:11.114 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] There is no flavor with the mentioned properties. 2020-07-15 00:28:11.114 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Creating flavor 'rally_verify_a6ed189e_YxkkfNtw' with the following properties: RAM = 64MB, VCPUs = 1, disk = 5GB. 2020-07-15 00:28:11.147 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_a6ed189e_YxkkfNtw' (ID = 3821b03a-4d95-4939-9d43-a696f4171acb) has been successfully created! 2020-07-15 00:28:11.147 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '3821b03a-4d95-4939-9d43-a696f4171acb' to option 'instance_type'. 2020-07-15 00:28:11.148 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = 3821b03a-4d95-4939-9d43-a696f4171acb 2020-07-15 00:28:11.149 33 INFO rally.task.context [-] Verification 7f833b36-b99e-4059-92f1-3dc4d5b1fe60 | Context tempest@default setup() finished in 0.90 sec 2020-07-15 00:28:11.150 33 INFO rally.task.context [-] Verification 7f833b36-b99e-4059-92f1-3dc4d5b1fe60 | Context testr@default setup() finished in 0.29 msec 2020-07-15 00:28:11.150 33 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --concurrency 2 --load-list /tmp/40a88f66-1616-4493-8d98-9c930d7544ef'. 2020-07-15 00:28:22.149 33 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_flavor.FlavorAPITest.test_flavor_create ... success [0.204s] 2020-07-15 00:28:22.298 33 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_flavor.FlavorAPITest.test_flavor_delete ... success [0.148s] 2020-07-15 00:28:22.815 33 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_flavor.FlavorAPITest.test_flavor_list ... success [0.514s] 2020-07-15 00:28:22.935 33 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_flavor.FlavorAPITest.test_flavor_show ... success [0.121s] 2020-07-15 00:28:23.109 33 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_flavor.FlavorAPITest.test_flavor_update ... success [0.174s] 2020-07-15 00:28:41.087 33 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_flavor_capabilities.FlavorCapabilitiesAPITest.test_flavor_capabilities_list ... success [0.282s] 2020-07-15 00:29:04.396 33 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_flavor_profile.FlavorProfileAPITest.test_flavor_profile_create ... success [0.279s] 2020-07-15 00:29:04.544 33 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_flavor_profile.FlavorProfileAPITest.test_flavor_profile_delete ... success [0.146s] 2020-07-15 00:29:05.039 33 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_flavor_profile.FlavorProfileAPITest.test_flavor_profile_list ... success [0.492s] 2020-07-15 00:29:05.151 33 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_flavor_profile.FlavorProfileAPITest.test_flavor_profile_show ... success [0.114s] 2020-07-15 00:29:05.317 33 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_flavor_profile.FlavorProfileAPITest.test_flavor_profile_update ... success [0.164s] 2020-07-15 00:30:19.915 33 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_amphora.AmphoraAPITest.test_amphora_failover ... success [60.927s] 2020-07-15 00:30:20.127 33 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_amphora.AmphoraAPITest.test_amphora_update ... success [0.214s] 2020-07-15 00:30:36.037 33 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_healthmonitor.HealthMonitorAPITest.test_healthmonitor_create ... success [21.564s] 2020-07-15 00:30:57.612 33 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_healthmonitor.HealthMonitorAPITest.test_healthmonitor_delete ... success [21.575s] 2020-07-15 00:31:55.243 33 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_l7policy.L7PolicyAPITest.test_l7policy_create_redirect_pool ... success [5.834s] 2020-07-15 00:31:55.927 33 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_healthmonitor.HealthMonitorAPITest.test_healthmonitor_list ... success [58.300s] 2020-07-15 00:32:00.856 33 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_l7policy.L7PolicyAPITest.test_l7policy_create_redirect_url ... success [5.611s] 2020-07-15 00:32:06.479 33 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_l7policy.L7PolicyAPITest.test_l7policy_create_reject ... success [5.623s] 2020-07-15 00:32:17.552 33 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_l7policy.L7PolicyAPITest.test_l7policy_delete ... success [11.072s] 2020-07-15 00:32:17.681 33 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_healthmonitor.HealthMonitorAPITest.test_healthmonitor_show ... success [21.751s] 2020-07-15 00:32:44.889 33 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_healthmonitor.HealthMonitorAPITest.test_healthmonitor_update ... success [27.207s] 2020-07-15 00:33:05.225 33 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_l7policy.L7PolicyAPITest.test_l7policy_list ... success [47.660s] 2020-07-15 00:33:22.196 33 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_l7policy.L7PolicyAPITest.test_l7policy_show ... success [16.968s] 2020-07-15 00:33:44.687 33 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_l7policy.L7PolicyAPITest.test_l7policy_update ... success [22.491s] 2020-07-15 00:34:32.345 33 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_l7rule.L7RuleAPITest.test_l7rule_create ... success [5.999s] 2020-07-15 00:34:43.651 33 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_l7rule.L7RuleAPITest.test_l7rule_delete ... success [11.305s] 2020-07-15 00:35:32.187 33 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_l7rule.L7RuleAPITest.test_l7rule_list ... success [48.527s] 2020-07-15 00:35:36.564 33 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_listener.ListenerAPITest.test_listener_create ... success [10.608s] 2020-07-15 00:35:38.394 33 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_l7rule.L7RuleAPITest.test_l7rule_show ... success [6.208s] 2020-07-15 00:35:47.379 33 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_listener.ListenerAPITest.test_listener_delete ... success [10.813s] 2020-07-15 00:35:49.969 33 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_l7rule.L7RuleAPITest.test_l7rule_update ... success [11.574s] 2020-07-15 00:37:35.804 33 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_listener.ListenerAPITest.test_listener_list ... success [108.414s] 2020-07-15 00:37:46.701 33 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_listener.ListenerAPITest.test_listener_show ... success [10.897s] 2020-07-15 00:38:02.806 33 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_listener.ListenerAPITest.test_listener_show_stats ... success [16.102s] 2020-07-15 00:38:19.045 33 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_listener.ListenerAPITest.test_listener_update ... success [16.238s] 2020-07-15 00:38:20.910 33 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_member.MemberAPITest.test_member_batch_update ... success [23.141s] 2020-07-15 00:38:32.237 33 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_member.MemberAPITest.test_member_delete ... success [11.326s] 2020-07-15 00:39:21.799 33 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_member.MemberAPITest.test_member_list ... success [49.552s] 2020-07-15 00:39:28.291 33 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_member.MemberAPITest.test_member_show ... success [6.496s] 2020-07-15 00:39:45.504 33 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_member.MemberAPITest.test_member_update ... success [17.210s] 2020-07-15 00:40:06.754 33 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_load_balancer.LoadBalancerAPITest.test_load_balancer_delete ... success [62.165s] 2020-07-15 00:41:09.418 33 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_load_balancer.LoadBalancerAPITest.test_load_balancer_delete_cascade ... success [62.663s] 2020-07-15 00:42:41.957 33 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.scenario.v2.test_amphora.AmphoraScenarioTest.test_amphora_list_and_show ... success [57.889s] 2020-07-15 00:43:12.379 33 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_load_balancer.LoadBalancerAPITest.test_load_balancer_failover ... success [122.957s] 2020-07-15 00:44:24.489 33 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_load_balancer.LoadBalancerAPITest.test_load_balancer_ipv4_create ... success [72.110s] 2020-07-15 00:44:24.491 33 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-07-15 00:44:28.369 33 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.scenario.v2.test_healthmonitor.HealthMonitorScenarioTest.test_healthmonitor_CRUD ... success [16.000s] 2020-07-15 00:45:01.903 33 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-07-15 00:46:32.325 33 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.scenario.v2.test_listener.ListenerScenarioTest.test_listener_CRUD ... success [21.550s] 2020-07-15 00:47:25.047 33 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_load_balancer.LoadBalancerAPITest.test_load_balancer_list ... success [180.546s] 2020-07-15 00:48:24.170 33 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.scenario.v2.test_load_balancer.LoadBalancerScenarioTest.test_load_balancer_ipv4_CRUD ... success [67.488s] 2020-07-15 00:48:24.171 33 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-07-15 00:48:37.442 33 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_load_balancer.LoadBalancerAPITest.test_load_balancer_show ... success [72.395s] 2020-07-15 00:49:39.951 33 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_load_balancer.LoadBalancerAPITest.test_load_balancer_show_stats ... success [62.512s] 2020-07-15 00:50:47.826 33 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_load_balancer.LoadBalancerAPITest.test_load_balancer_show_status ... success [67.873s] 2020-07-15 00:52:10.424 33 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_load_balancer.LoadBalancerAPITest.test_load_balancer_update ... success [82.596s] 2020-07-15 00:53:31.465 33 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_pool.PoolAPITest.test_pool_create_standalone ... success [5.679s] 2020-07-15 00:53:37.117 33 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_pool.PoolAPITest.test_pool_create_with_listener ... success [5.651s] 2020-07-15 00:53:48.230 33 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_pool.PoolAPITest.test_pool_delete ... success [11.111s] 2020-07-15 00:55:11.274 33 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_pool.PoolAPITest.test_pool_list ... success [83.031s] 2020-07-15 00:55:17.451 33 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_pool.PoolAPITest.test_pool_show ... success [6.181s] 2020-07-15 00:55:34.809 33 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_pool.PoolAPITest.test_pool_update ... success [17.354s] 2020-07-15 00:56:29.477 33 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_provider.ProviderAPITest.test_provider_list ... success [0.212s] 2020-07-15 00:58:03.007 33 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.scenario.v2.test_l7policy.L7PolicyScenarioTest.test_l7policy_CRUD ... success [16.338s] 2020-07-15 01:00:02.735 33 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.scenario.v2.test_l7rule.L7RuleScenarioTest.test_l7rule_CRUD ... success [16.397s] 2020-07-15 01:01:53.192 33 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.scenario.v2.test_member.MemberScenarioTest.test_member_CRUD ... success [16.907s] 2020-07-15 01:03:47.015 33 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.scenario.v2.test_pool.PoolScenarioTest.test_pool_standalone_CRUD ... success [16.168s] 2020-07-15 01:04:03.216 33 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.scenario.v2.test_pool.PoolScenarioTest.test_pool_with_listener_CRUD ... success [16.200s] 2020-07-15 01:07:02.278 33 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.scenario.v2.test_traffic_ops.TrafficOperationsScenarioTest.test_basic_traffic ... success [44.080s] 2020-07-15 01:08:11.428 33 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.scenario.v2.test_traffic_ops.TrafficOperationsScenarioTest.test_healthmonitor_traffic ... success [69.141s] 2020-07-15 01:10:01.815 33 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.scenario.v2.test_traffic_ops.TrafficOperationsScenarioTest.test_l7policies_and_l7rules ... success [110.377s] 2020-07-15 01:10:01.816 33 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-07-15 01:10:50.810 33 INFO rally.task.context [-] Verification 7f833b36-b99e-4059-92f1-3dc4d5b1fe60 | Context testr@default cleanup() started 2020-07-15 01:10:50.810 33 INFO rally.task.context [-] Verification 7f833b36-b99e-4059-92f1-3dc4d5b1fe60 | Context testr@default cleanup() finished in 0.72 msec 2020-07-15 01:10:50.811 33 INFO rally.task.context [-] Verification 7f833b36-b99e-4059-92f1-3dc4d5b1fe60 | Context tempest@default cleanup() started 2020-07-15 01:10:50.965 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Deleting flavor 'rally_verify_a6ed189e_YxkkfNtw'. 2020-07-15 01:10:51.079 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_a6ed189e_YxkkfNtw' has been deleted. 2020-07-15 01:10:51.080 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Removing value '3821b03a-4d95-4939-9d43-a696f4171acb' of option 'instance_type' from Tempest config file. 2020-07-15 01:10:51.080 33 RALLYDEBUG rally_openstack.verification.tempest.context [-] Value '3821b03a-4d95-4939-9d43-a696f4171acb' has been removed. 2020-07-15 01:10:51.083 33 INFO rally.task.context [-] Verification 7f833b36-b99e-4059-92f1-3dc4d5b1fe60 | Context tempest@default cleanup() finished in 0.27 sec 2020-07-15 01:10:51.104 33 INFO rally.api [-] Verification (UUID=a6ed189e-b9f0-4e47-8071-2f1dc95f780a) has been successfully finished for deployment 'opnfv-rally' (UUID=1c09df2c-a444-4e03-82fb-f87065f7abd5)! 2020-07-15 01:10:52.703 60 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-15 01:10:52.703 60 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-15 01:10:52.703 60 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-15 01:10:54.114 61 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-15 01:10:54.114 61 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-15 01:10:54.114 61 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-15 01:10:56.072 61 INFO rally.api [-] Building 'html' report for the following verification(s): 'a6ed189e-b9f0-4e47-8071-2f1dc95f780a' 2020-07-15 01:10:56.102 61 INFO rally.api [-] The report has been successfully built. 2020-07-15 01:10:57.528 63 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-15 01:10:57.529 63 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-15 01:10:57.529 63 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-15 01:10:59.359 63 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): 'a6ed189e-b9f0-4e47-8071-2f1dc95f780a' 2020-07-15 01:10:59.366 63 INFO rally.api [-] The report has been successfully built.