2020-07-02 17:25:57.361 6 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-02 17:25:57.361 6 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-02 17:25:57.362 6 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-02 17:25:59.576 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-07-02 17:25:59.576 6 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-07-02 17:25:59.576 6 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-07-02 17:25:59.576 6 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-07-02 17:25:59.576 6 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-07-02 17:25:59.576 6 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2020-07-02 17:25:59.576 6 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-07-02 17:25:59.576 6 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-07-02 17:25:59.576 6 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-07-02 17:25:59.576 6 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-07-02 17:25:59.576 6 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2020-07-02 17:25:59.576 6 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2020-07-02 17:25:59.576 6 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2020-07-02 17:25:59.576 6 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2020-07-02 17:25:59.576 6 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2020-07-02 17:25:59.576 6 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2020-07-02 17:25:59.576 6 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2020-07-02 17:25:59.576 6 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2020-07-02 17:25:59.576 6 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-07-02 17:25:59.576 6 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-07-02 17:25:59.576 6 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 519, in env_get 2020-07-02 17:25:59.576 6 ERROR rally.cli.cliutils criteria="uuid or name is %s" % uuid_or_name, table="envs") 2020-07-02 17:25:59.576 6 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2020-07-02 17:25:59.576 6 ERROR rally.cli.cliutils 2020-07-02 17:26:01.138 8 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-02 17:26:01.139 8 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-02 17:26:01.139 8 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-02 17:26:04.966 10 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-02 17:26:04.966 10 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-02 17:26:04.966 10 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-02 17:26:09.314 13 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-02 17:26:09.315 13 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-02 17:26:09.315 13 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-02 17:26:10.693 15 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-02 17:26:10.693 15 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-02 17:26:10.694 15 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-02 17:26:12.635 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-07-02 17:26:12.635 15 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-07-02 17:26:12.635 15 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-07-02 17:26:12.635 15 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-07-02 17:26:12.635 15 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2020-07-02 17:26:12.635 15 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-07-02 17:26:12.635 15 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-07-02 17:26:12.635 15 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 236, in delete_verifier 2020-07-02 17:26:12.635 15 ERROR rally.cli.cliutils force=force) 2020-07-02 17:26:12.635 15 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2020-07-02 17:26:12.635 15 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2020-07-02 17:26:12.635 15 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2020-07-02 17:26:12.635 15 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2020-07-02 17:26:12.635 15 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2020-07-02 17:26:12.635 15 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2020-07-02 17:26:12.635 15 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-07-02 17:26:12.635 15 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-07-02 17:26:12.635 15 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2020-07-02 17:26:12.635 15 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2020-07-02 17:26:12.635 15 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 677, in _verifier_get 2020-07-02 17:26:12.635 15 ERROR rally.cli.cliutils criteria="name or uuid is %s" % verifier_id, table="verifiers") 2020-07-02 17:26:12.635 15 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2020-07-02 17:26:12.635 15 ERROR rally.cli.cliutils 2020-07-02 17:26:14.116 17 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-02 17:26:14.116 17 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-02 17:26:14.116 17 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-02 17:26:16.034 17 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2020-07-02 17:26:16.118 17 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-08f4c35d-a819-44f1-a9cb-8f302d28868a/repo. 2020-07-02 17:26:16.406 17 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-08f4c35d-a819-44f1-a9cb-8f302d28868a/repo'... done. Note: checking out '23a45ae7f8da2fa1cfd31651ad9da6758fee4a90'. 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-02 17:26:16.423 17 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'tags/22.0.0-1-g23a45ae7f ' 2020-07-02 17:26:16.435 17 RALLYDEBUG rally.verification.utils [-] Subprocess output: '23a45ae7f8da2fa1cfd31651ad9da6758fee4a90 ' 2020-07-02 17:26:16.461 17 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2020-07-02 17:26:16.535 17 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2020-07-02 17:26:17.163 17 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=08f4c35d-a819-44f1-a9cb-8f302d28868a) has been successfully created! 2020-07-02 17:26:18.673 25 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-02 17:26:18.673 25 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-02 17:26:18.674 25 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-02 17:26:22.720 28 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-02 17:26:22.721 28 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-02 17:26:22.721 28 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-02 17:26:24.693 28 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=08f4c35d-a819-44f1-a9cb-8f302d28868a) for deployment 'opnfv-rally' (UUID=0c0d9f82-1759-40a2-94d0-c0fcd4d07f6c). 2020-07-02 17:26:25.092 28 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=08f4c35d-a819-44f1-a9cb-8f302d28868a) has been successfully configured for deployment 'opnfv-rally' (UUID=0c0d9f82-1759-40a2-94d0-c0fcd4d07f6c)! 2020-07-02 17:26:32.794 32 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-02 17:26:32.795 32 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-02 17:26:32.795 32 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-02 17:26:35.007 32 INFO rally.api [-] Starting verification (UUID=6d455f31-5fae-46b0-bde0-257a9101e128) for deployment 'opnfv-rally' (UUID=0c0d9f82-1759-40a2-94d0-c0fcd4d07f6c) by verifier 'opnfv-tempest' (UUID=08f4c35d-a819-44f1-a9cb-8f302d28868a). 2020-07-02 17:26:35.713 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2020-07-02 17:26:35.714 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-08f4c35d-a819-44f1-a9cb-8f302d28868a/for-deployment-0c0d9f82-1759-40a2-94d0-c0fcd4d07f6c/tempest.log' to option 'log_file'. 2020-07-02 17:26:35.714 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-08f4c35d-a819-44f1-a9cb-8f302d28868a/for-deployment-0c0d9f82-1759-40a2-94d0-c0fcd4d07f6c/tempest.log 2020-07-02 17:26:35.714 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2020-07-02 17:26:35.715 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-08f4c35d-a819-44f1-a9cb-8f302d28868a/for-deployment-0c0d9f82-1759-40a2-94d0-c0fcd4d07f6c/lock_files' to option 'lock_path'. 2020-07-02 17:26:35.715 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-08f4c35d-a819-44f1-a9cb-8f302d28868a/for-deployment-0c0d9f82-1759-40a2-94d0-c0fcd4d07f6c/lock_files 2020-07-02 17:26:35.715 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is already configured in Tempest config file. img_dir = /home/opnfv/functest/images 2020-07-02 17:26:35.716 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-07-02 17:26:35.716 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = 62329722-d1b3-4095-b504-d8c656c50ff4 2020-07-02 17:26:35.717 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = 1bfdde30-3453-4805-a0fa-856b517df64b 2020-07-02 17:26:35.717 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = 08f383be-428b-4cf6-8687-e8ff88df4539 2020-07-02 17:26:35.718 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = 15ba0036-1ad2-44fe-9828-3c42c8a22a38 2020-07-02 17:26:35.930 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2020-07-02 17:26:35.931 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = tempest_octavia-net_e71521c5-bff5-4055-9a79-f74718926ab9 2020-07-02 17:26:35.932 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2020-07-02 17:26:35.999 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2020-07-02 17:26:36.034 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] The following flavor discovered: 'rally_verify_7de7de77_2q2i9GrA'. Using flavor 'rally_verify_7de7de77_2q2i9GrA' (ID = 08ca4328-55e2-4aa7-9666-68eadf99ae48) for the tests. 2020-07-02 17:26:36.035 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '08ca4328-55e2-4aa7-9666-68eadf99ae48' to option 'instance_type'. 2020-07-02 17:26:36.035 32 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = 08ca4328-55e2-4aa7-9666-68eadf99ae48 2020-07-02 17:26:36.036 32 INFO rally.task.context [-] Verification 08f4c35d-a819-44f1-a9cb-8f302d28868a | Context tempest@default setup() finished in 0.83 sec 2020-07-02 17:26:36.037 32 INFO rally.task.context [-] Verification 08f4c35d-a819-44f1-a9cb-8f302d28868a | Context testr@default setup() finished in 0.29 msec 2020-07-02 17:26:36.037 32 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --concurrency 2 --load-list /tmp/7f5d8760-3132-4a92-97c2-a6b24acd4c1b'. 2020-07-02 17:28:01.391 32 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_healthmonitor.HealthMonitorAPITest.test_healthmonitor_create ... success [21.636s] 2020-07-02 17:28:17.962 32 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_healthmonitor.HealthMonitorAPITest.test_healthmonitor_delete ... success [16.566s] 2020-07-02 17:28:35.136 32 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_amphora.AmphoraAPITest.test_amphora_failover ... success [50.862s] 2020-07-02 17:28:35.347 32 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_amphora.AmphoraAPITest.test_amphora_update ... success [0.212s] 2020-07-02 17:29:06.233 32 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_flavor.FlavorAPITest.test_flavor_create ... success [0.197s] 2020-07-02 17:29:06.365 32 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_flavor.FlavorAPITest.test_flavor_delete ... success [0.130s] 2020-07-02 17:29:06.830 32 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_flavor.FlavorAPITest.test_flavor_list ... success [0.464s] 2020-07-02 17:29:06.947 32 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_flavor.FlavorAPITest.test_flavor_show ... success [0.117s] 2020-07-02 17:29:07.096 32 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_flavor.FlavorAPITest.test_flavor_update ... success [0.148s] 2020-07-02 17:29:21.294 32 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_healthmonitor.HealthMonitorAPITest.test_healthmonitor_list ... success [63.318s] 2020-07-02 17:29:24.575 32 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_flavor_capabilities.FlavorCapabilitiesAPITest.test_flavor_capabilities_list ... success [0.269s] 2020-07-02 17:29:43.123 32 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_healthmonitor.HealthMonitorAPITest.test_healthmonitor_show ... success [21.826s] 2020-07-02 17:29:55.290 32 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_flavor_profile.FlavorProfileAPITest.test_flavor_profile_create ... success [0.283s] 2020-07-02 17:29:55.462 32 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_flavor_profile.FlavorProfileAPITest.test_flavor_profile_delete ... success [0.171s] 2020-07-02 17:29:55.915 32 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_flavor_profile.FlavorProfileAPITest.test_flavor_profile_list ... success [0.450s] 2020-07-02 17:29:56.040 32 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_flavor_profile.FlavorProfileAPITest.test_flavor_profile_show ... success [0.127s] 2020-07-02 17:29:56.191 32 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_flavor_profile.FlavorProfileAPITest.test_flavor_profile_update ... success [0.150s] 2020-07-02 17:30:10.275 32 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_healthmonitor.HealthMonitorAPITest.test_healthmonitor_update ... success [27.153s] 2020-07-02 17:31:37.265 32 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_l7policy.L7PolicyAPITest.test_l7policy_create_redirect_pool ... success [5.889s] 2020-07-02 17:31:42.964 32 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_l7policy.L7PolicyAPITest.test_l7policy_create_redirect_url ... success [5.698s] 2020-07-02 17:31:48.680 32 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_l7policy.L7PolicyAPITest.test_l7policy_create_reject ... success [5.715s] 2020-07-02 17:31:48.800 32 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_l7rule.L7RuleAPITest.test_l7rule_create ... success [5.970s] 2020-07-02 17:31:59.838 32 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_l7policy.L7PolicyAPITest.test_l7policy_delete ... success [11.158s] 2020-07-02 17:32:00.245 32 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_l7rule.L7RuleAPITest.test_l7rule_delete ... success [11.443s] 2020-07-02 17:32:47.433 32 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_l7policy.L7PolicyAPITest.test_l7policy_list ... success [47.585s] 2020-07-02 17:32:48.704 32 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_l7rule.L7RuleAPITest.test_l7rule_list ... success [48.450s] 2020-07-02 17:32:55.101 32 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_l7rule.L7RuleAPITest.test_l7rule_show ... success [6.399s] 2020-07-02 17:33:04.525 32 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_l7policy.L7PolicyAPITest.test_l7policy_show ... success [17.090s] 2020-07-02 17:33:06.940 32 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_l7rule.L7RuleAPITest.test_l7rule_update ... success [11.837s] 2020-07-02 17:33:27.161 32 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_l7policy.L7PolicyAPITest.test_l7policy_update ... success [22.636s] 2020-07-02 17:35:20.363 32 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_listener.ListenerAPITest.test_listener_create ... success [5.544s] 2020-07-02 17:35:31.223 32 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_listener.ListenerAPITest.test_listener_delete ... success [10.860s] 2020-07-02 17:35:39.172 32 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_member.MemberAPITest.test_member_batch_update ... success [23.441s] 2020-07-02 17:35:50.444 32 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_member.MemberAPITest.test_member_delete ... success [11.273s] 2020-07-02 17:36:39.791 32 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_member.MemberAPITest.test_member_list ... success [49.334s] 2020-07-02 17:36:46.404 32 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_member.MemberAPITest.test_member_show ... success [6.618s] 2020-07-02 17:37:03.687 32 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_member.MemberAPITest.test_member_update ... success [17.282s] 2020-07-02 17:37:13.771 32 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_listener.ListenerAPITest.test_listener_list ... success [102.533s] 2020-07-02 17:37:24.630 32 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_listener.ListenerAPITest.test_listener_show ... success [10.860s] 2020-07-02 17:37:40.733 32 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_listener.ListenerAPITest.test_listener_show_stats ... success [16.101s] 2020-07-02 17:37:51.923 32 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_listener.ListenerAPITest.test_listener_update ... success [11.189s] 2020-07-02 17:39:13.951 32 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_pool.PoolAPITest.test_pool_create_standalone ... success [5.496s] 2020-07-02 17:39:24.683 32 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_pool.PoolAPITest.test_pool_create_with_listener ... success [10.730s] 2020-07-02 17:39:35.820 32 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_pool.PoolAPITest.test_pool_delete ... success [11.137s] 2020-07-02 17:39:42.546 32 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_load_balancer.LoadBalancerAPITest.test_load_balancer_delete ... success [62.265s] 2020-07-02 17:40:44.825 32 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_load_balancer.LoadBalancerAPITest.test_load_balancer_delete_cascade ... success [62.276s] 2020-07-02 17:40:48.561 32 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_pool.PoolAPITest.test_pool_list ... success [72.730s] 2020-07-02 17:40:54.534 32 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_pool.PoolAPITest.test_pool_show ... success [5.975s] 2020-07-02 17:41:11.909 32 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_pool.PoolAPITest.test_pool_update ... success [17.374s] 2020-07-02 17:42:04.783 32 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_provider.ProviderAPITest.test_provider_list ... success [0.226s] 2020-07-02 17:42:27.304 32 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_load_balancer.LoadBalancerAPITest.test_load_balancer_failover ... success [102.477s] 2020-07-02 17:43:29.158 32 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_load_balancer.LoadBalancerAPITest.test_load_balancer_ipv4_create ... success [61.853s] 2020-07-02 17:43:29.159 32 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-07-02 17:44:17.588 32 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.scenario.v2.test_amphora.AmphoraScenarioTest.test_amphora_list_and_show ... fail [62.540s] 2020-07-02 17:46:06.721 32 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.scenario.v2.test_l7policy.L7PolicyScenarioTest.test_l7policy_CRUD ... success [16.501s] 2020-07-02 17:46:24.303 32 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_load_balancer.LoadBalancerAPITest.test_load_balancer_list ... success [175.132s] 2020-07-02 17:47:26.330 32 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_load_balancer.LoadBalancerAPITest.test_load_balancer_show ... success [62.029s] 2020-07-02 17:48:02.522 32 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.scenario.v2.test_l7rule.L7RuleScenarioTest.test_l7rule_CRUD ... success [16.556s] 2020-07-02 17:48:28.636 32 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_load_balancer.LoadBalancerAPITest.test_load_balancer_show_stats ... success [62.305s] 2020-07-02 17:49:34.774 32 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_load_balancer.LoadBalancerAPITest.test_load_balancer_show_status ... success [66.138s] 2020-07-02 17:49:41.895 32 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.scenario.v2.test_load_balancer.LoadBalancerScenarioTest.test_load_balancer_ipv4_CRUD ... success [56.864s] 2020-07-02 17:49:41.896 32 INFO opnfv-tempest [-] {0} 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-02 17:50:36.926 32 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_load_balancer.LoadBalancerAPITest.test_load_balancer_update ... success [62.150s] 2020-07-02 17:51:25.948 32 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.scenario.v2.test_member.MemberScenarioTest.test_member_CRUD ... success [17.031s] 2020-07-02 17:52:11.324 32 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.scenario.v2.test_healthmonitor.HealthMonitorScenarioTest.test_healthmonitor_CRUD ... success [16.111s] 2020-07-02 17:52:37.501 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-07-02 17:53:57.934 32 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.scenario.v2.test_listener.ListenerScenarioTest.test_listener_CRUD ... success [16.419s] 2020-07-02 17:54:34.100 32 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.scenario.v2.test_traffic_ops.TrafficOperationsScenarioTest.test_basic_traffic ... success [39.043s] 2020-07-02 17:55:38.204 32 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.scenario.v2.test_traffic_ops.TrafficOperationsScenarioTest.test_healthmonitor_traffic ... success [64.097s] 2020-07-02 17:55:46.488 32 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.scenario.v2.test_pool.PoolScenarioTest.test_pool_standalone_CRUD ... success [16.168s] 2020-07-02 17:56:02.778 32 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.scenario.v2.test_pool.PoolScenarioTest.test_pool_with_listener_CRUD ... success [16.289s] 2020-07-02 17:57:34.040 32 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.scenario.v2.test_traffic_ops.TrafficOperationsScenarioTest.test_l7policies_and_l7rules ... success [115.825s] 2020-07-02 17:57:34.041 32 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-02 17:58:32.574 32 INFO rally.task.context [-] Verification 08f4c35d-a819-44f1-a9cb-8f302d28868a | Context testr@default cleanup() started 2020-07-02 17:58:32.575 32 INFO rally.task.context [-] Verification 08f4c35d-a819-44f1-a9cb-8f302d28868a | Context testr@default cleanup() finished in 0.74 msec 2020-07-02 17:58:32.575 32 INFO rally.task.context [-] Verification 08f4c35d-a819-44f1-a9cb-8f302d28868a | Context tempest@default cleanup() started 2020-07-02 17:58:32.761 32 INFO rally.task.context [-] Verification 08f4c35d-a819-44f1-a9cb-8f302d28868a | Context tempest@default cleanup() finished in 0.19 sec 2020-07-02 17:58:32.783 32 INFO rally.api [-] Verification (UUID=6d455f31-5fae-46b0-bde0-257a9101e128) has been successfully finished for deployment 'opnfv-rally' (UUID=0c0d9f82-1759-40a2-94d0-c0fcd4d07f6c)! 2020-07-02 17:58:34.249 59 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-02 17:58:34.249 59 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-02 17:58:34.249 59 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-02 17:58:35.594 60 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-02 17:58:35.594 60 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-02 17:58:35.594 60 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-02 17:58:37.582 60 INFO rally.api [-] Building 'html' report for the following verification(s): '6d455f31-5fae-46b0-bde0-257a9101e128' 2020-07-02 17:58:37.611 60 INFO rally.api [-] The report has been successfully built. 2020-07-02 17:58:39.064 62 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-02 17:58:39.065 62 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-02 17:58:39.065 62 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-02 17:58:41.028 62 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): '6d455f31-5fae-46b0-bde0-257a9101e128' 2020-07-02 17:58:41.034 62 INFO rally.api [-] The report has been successfully built.