2020-07-10 12:48:42.074 7 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-10 12:48:42.074 7 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-10 12:48:42.075 7 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-10 12:48:44.643 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-10 12:48:44.643 7 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-07-10 12:48:44.643 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-07-10 12:48:44.643 7 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-07-10 12:48:44.643 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-07-10 12:48:44.643 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2020-07-10 12:48:44.643 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-07-10 12:48:44.643 7 ERROR rally.cli.cliutils File "", line 2, in destroy 2020-07-10 12:48:44.643 7 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-07-10 12:48:44.643 7 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-07-10 12:48:44.643 7 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2020-07-10 12:48:44.643 7 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2020-07-10 12:48:44.643 7 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2020-07-10 12:48:44.643 7 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2020-07-10 12:48:44.643 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2020-07-10 12:48:44.643 7 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2020-07-10 12:48:44.643 7 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2020-07-10 12:48:44.643 7 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2020-07-10 12:48:44.643 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-07-10 12:48:44.643 7 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-07-10 12:48:44.643 7 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2020-07-10 12:48:44.643 7 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-07-10 12:48:44.643 7 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2020-07-10 12:48:44.643 7 ERROR rally.cli.cliutils 2020-07-10 12:48:46.185 9 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-10 12:48:46.185 9 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-10 12:48:46.185 9 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-10 12:48:50.456 11 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-10 12:48:50.456 11 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-10 12:48:50.456 11 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-10 12:48:54.899 14 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-10 12:48:54.900 14 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-10 12:48:54.900 14 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-10 12:48:56.268 17 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-10 12:48:56.268 17 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-10 12:48:56.268 17 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-10 12:48:58.558 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-07-10 12:48:58.558 17 ERROR rally.cli.cliutils Traceback (most recent call last): 2020-07-10 12:48:58.558 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2020-07-10 12:48:58.558 17 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2020-07-10 12:48:58.558 17 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2020-07-10 12:48:58.558 17 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2020-07-10 12:48:58.558 17 ERROR rally.cli.cliutils return f(*args, **kwargs) 2020-07-10 12:48:58.558 17 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2020-07-10 12:48:58.558 17 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2020-07-10 12:48:58.558 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2020-07-10 12:48:58.558 17 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2020-07-10 12:48:58.558 17 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2020-07-10 12:48:58.558 17 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2020-07-10 12:48:58.558 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2020-07-10 12:48:58.558 17 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2020-07-10 12:48:58.558 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2020-07-10 12:48:58.558 17 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2020-07-10 12:48:58.558 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2020-07-10 12:48:58.558 17 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2020-07-10 12:48:58.558 17 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2020-07-10 12:48:58.558 17 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2020-07-10 12:48:58.558 17 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2020-07-10 12:48:58.558 17 ERROR rally.cli.cliutils 2020-07-10 12:49:00.187 19 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-10 12:49:00.188 19 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-10 12:49:00.188 19 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-10 12:49:02.579 19 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2020-07-10 12:49:02.647 19 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-034a1e0e-0b4d-409e-a735-a4b5e26220ac/repo. 2020-07-10 12:49:02.847 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-034a1e0e-0b4d-409e-a735-a4b5e26220ac/repo'... done. ' 2020-07-10 12:49:02.862 19 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'heads/master ' 2020-07-10 12:49:02.888 19 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2020-07-10 12:49:02.966 19 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2020-07-10 12:49:03.654 19 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=034a1e0e-0b4d-409e-a735-a4b5e26220ac) has been successfully created! 2020-07-10 12:49:05.353 26 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-10 12:49:05.353 26 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-10 12:49:05.353 26 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-10 12:49:09.908 29 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-10 12:49:09.908 29 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-10 12:49:09.908 29 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-10 12:49:12.237 29 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=034a1e0e-0b4d-409e-a735-a4b5e26220ac) for deployment 'opnfv-rally' (UUID=299a0f35-8529-4b67-b21f-7f71b252e408). 2020-07-10 12:49:12.729 29 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=034a1e0e-0b4d-409e-a735-a4b5e26220ac) has been successfully configured for deployment 'opnfv-rally' (UUID=299a0f35-8529-4b67-b21f-7f71b252e408)! 2020-07-10 12:49:21.243 34 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-10 12:49:21.243 34 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-10 12:49:21.243 34 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-10 12:49:23.776 34 INFO rally.api [-] Starting verification (UUID=3519398d-ce36-4536-865a-85805a3e7f0d) for deployment 'opnfv-rally' (UUID=299a0f35-8529-4b67-b21f-7f71b252e408) by verifier 'opnfv-tempest' (UUID=034a1e0e-0b4d-409e-a735-a4b5e26220ac). 2020-07-10 12:49:24.433 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2020-07-10 12:49:24.434 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-034a1e0e-0b4d-409e-a735-a4b5e26220ac/for-deployment-299a0f35-8529-4b67-b21f-7f71b252e408/tempest.log' to option 'log_file'. 2020-07-10 12:49:24.434 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-034a1e0e-0b4d-409e-a735-a4b5e26220ac/for-deployment-299a0f35-8529-4b67-b21f-7f71b252e408/tempest.log 2020-07-10 12:49:24.434 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2020-07-10 12:49:24.435 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-034a1e0e-0b4d-409e-a735-a4b5e26220ac/for-deployment-299a0f35-8529-4b67-b21f-7f71b252e408/lock_files' to option 'lock_path'. 2020-07-10 12:49:24.435 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-034a1e0e-0b4d-409e-a735-a4b5e26220ac/for-deployment-299a0f35-8529-4b67-b21f-7f71b252e408/lock_files 2020-07-10 12:49:24.435 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is already configured in Tempest config file. img_dir = /home/opnfv/functest/images 2020-07-10 12:49:24.435 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_file' is already configured in Tempest config file. img_file = cirros-0.4.0-x86_64-disk.img 2020-07-10 12:49:24.436 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = 060a93df-c303-4f08-92f2-176eeaa992e9 2020-07-10 12:49:24.436 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = abcdc587-5a98-475a-b85e-066736e5c8e9 2020-07-10 12:49:24.436 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = 03f9f0b6-9d77-4901-b147-5a3abc5ff4a2 2020-07-10 12:49:24.437 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = b60a34a4-571b-40ba-aefa-83fe8716f02c 2020-07-10 12:49:24.704 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2020-07-10 12:49:24.705 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = tempest_octavia-net_c51f3188-bf0d-467d-acf5-8eba8ce8e510 2020-07-10 12:49:24.705 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2020-07-10 12:49:24.801 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2020-07-10 12:49:24.842 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] There is no flavor with the mentioned properties. 2020-07-10 12:49:24.842 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Creating flavor 'rally_verify_3519398d_e3omFisB' with the following properties: RAM = 64MB, VCPUs = 1, disk = 5GB. 2020-07-10 12:49:24.882 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_3519398d_e3omFisB' (ID = 911093d9-6c18-4151-9ca7-a50317c8ed6f) has been successfully created! 2020-07-10 12:49:24.882 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '911093d9-6c18-4151-9ca7-a50317c8ed6f' to option 'instance_type'. 2020-07-10 12:49:24.883 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = 911093d9-6c18-4151-9ca7-a50317c8ed6f 2020-07-10 12:49:24.884 34 INFO rally.task.context [-] Verification 034a1e0e-0b4d-409e-a735-a4b5e26220ac | Context tempest@default setup() finished in 0.92 sec 2020-07-10 12:49:24.885 34 INFO rally.task.context [-] Verification 034a1e0e-0b4d-409e-a735-a4b5e26220ac | Context testr@default setup() finished in 0.51 msec 2020-07-10 12:49:24.886 34 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --concurrency 2 --load-list /tmp/8318567a-b640-4893-a718-520a792634a3'. 2020-07-10 12:51:11.501 34 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_healthmonitor.HealthMonitorAPITest.test_healthmonitor_create ... success [21.690s] 2020-07-10 12:51:32.985 34 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_healthmonitor.HealthMonitorAPITest.test_healthmonitor_delete ... success [21.483s] 2020-07-10 12:51:40.589 34 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_amphora.AmphoraAPITest.test_amphora_failover ... success [50.776s] 2020-07-10 12:52:38.475 34 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_amphora.AmphoraAPITest.test_amphora_list_and_show ... success [57.883s] 2020-07-10 12:52:38.651 34 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_amphora.AmphoraAPITest.test_amphora_update ... success [0.180s] 2020-07-10 12:52:41.327 34 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_healthmonitor.HealthMonitorAPITest.test_healthmonitor_list ... success [68.331s] 2020-07-10 12:53:03.040 34 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_healthmonitor.HealthMonitorAPITest.test_healthmonitor_show ... success [21.711s] 2020-07-10 12:53:08.485 34 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_flavor.FlavorAPITest.test_flavor_create ... success [0.210s] 2020-07-10 12:53:08.647 34 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_flavor.FlavorAPITest.test_flavor_delete ... success [0.161s] 2020-07-10 12:53:09.144 34 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_flavor.FlavorAPITest.test_flavor_list ... success [0.494s] 2020-07-10 12:53:09.404 34 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_flavor.FlavorAPITest.test_flavor_show ... success [0.261s] 2020-07-10 12:53:09.544 34 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_flavor.FlavorAPITest.test_flavor_update ... success [0.140s] 2020-07-10 12:53:26.569 34 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_flavor_capabilities.FlavorCapabilitiesAPITest.test_flavor_capabilities_list ... success [0.284s] 2020-07-10 12:53:30.069 34 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_healthmonitor.HealthMonitorAPITest.test_healthmonitor_update ... success [27.025s] 2020-07-10 12:53:45.375 34 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_flavor_profile.FlavorProfileAPITest.test_flavor_profile_create ... success [0.529s] 2020-07-10 12:53:45.533 34 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_flavor_profile.FlavorProfileAPITest.test_flavor_profile_delete ... success [0.156s] 2020-07-10 12:53:46.010 34 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_flavor_profile.FlavorProfileAPITest.test_flavor_profile_list ... success [0.474s] 2020-07-10 12:53:46.116 34 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_flavor_profile.FlavorProfileAPITest.test_flavor_profile_show ... success [0.107s] 2020-07-10 12:53:46.256 34 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_flavor_profile.FlavorProfileAPITest.test_flavor_profile_update ... success [0.139s] 2020-07-10 12:55:06.504 34 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_l7rule.L7RuleAPITest.test_l7rule_create ... success [5.910s] 2020-07-10 12:55:13.891 34 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_l7policy.L7PolicyAPITest.test_l7policy_create_redirect_pool ... success [5.922s] 2020-07-10 12:55:17.840 34 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_l7rule.L7RuleAPITest.test_l7rule_delete ... success [11.334s] 2020-07-10 12:55:19.591 34 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_l7policy.L7PolicyAPITest.test_l7policy_create_redirect_url ... success [5.699s] 2020-07-10 12:55:25.302 34 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_l7policy.L7PolicyAPITest.test_l7policy_create_reject ... success [5.710s] 2020-07-10 12:55:36.515 34 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_l7policy.L7PolicyAPITest.test_l7policy_delete ... success [11.211s] 2020-07-10 12:56:06.478 34 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_l7rule.L7RuleAPITest.test_l7rule_list ... success [48.625s] 2020-07-10 12:56:12.699 34 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_l7rule.L7RuleAPITest.test_l7rule_show ... success [6.227s] 2020-07-10 12:56:24.322 34 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_l7policy.L7PolicyAPITest.test_l7policy_list ... success [47.798s] 2020-07-10 12:56:24.368 34 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_l7rule.L7RuleAPITest.test_l7rule_update ... success [11.669s] 2020-07-10 12:56:42.163 34 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_l7policy.L7PolicyAPITest.test_l7policy_show ... success [17.839s] 2020-07-10 12:57:04.837 34 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_l7policy.L7PolicyAPITest.test_l7policy_update ... success [22.673s] 2020-07-10 12:58:23.219 34 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_load_balancer.LoadBalancerAPITest.test_load_balancer_delete ... success [63.031s] 2020-07-10 12:58:57.231 34 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_listener.ListenerAPITest.test_listener_create ... success [10.595s] 2020-07-10 12:59:08.012 34 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_listener.ListenerAPITest.test_listener_create_on_same_port ... success [10.780s] 2020-07-10 12:59:18.913 34 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_listener.ListenerAPITest.test_listener_delete ... success [10.900s] 2020-07-10 12:59:25.313 34 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_load_balancer.LoadBalancerAPITest.test_load_balancer_delete_cascade ... success [62.091s] 2020-07-10 13:00:56.585 34 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_listener.ListenerAPITest.test_listener_list ... success [97.657s] 2020-07-10 13:01:07.654 34 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_listener.ListenerAPITest.test_listener_show ... success [11.071s] 2020-07-10 13:01:18.115 34 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_load_balancer.LoadBalancerAPITest.test_load_balancer_failover ... success [112.799s] 2020-07-10 13:01:24.055 34 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_listener.ListenerAPITest.test_listener_show_stats ... success [16.399s] 2020-07-10 13:01:35.384 34 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_listener.ListenerAPITest.test_listener_update ... success [11.328s] 2020-07-10 13:02:20.324 34 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_load_balancer.LoadBalancerAPITest.test_load_balancer_ipv4_create ... success [62.208s] 2020-07-10 13:02:20.325 34 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_load_balancer.LoadBalancerAPITest.test_load_balancer_ipv6_create ... skip [0.000s]: b'IPv6 testing is disabled' 2020-07-10 13:03:50.994 34 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_member.MemberAPITest.test_member_batch_update ... success [23.064s] 2020-07-10 13:04:02.333 34 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_member.MemberAPITest.test_member_delete ... success [11.340s] 2020-07-10 13:04:51.934 34 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_member.MemberAPITest.test_member_list ... success [49.589s] 2020-07-10 13:04:58.469 34 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_member.MemberAPITest.test_member_show ... success [6.539s] 2020-07-10 13:05:15.675 34 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_load_balancer.LoadBalancerAPITest.test_load_balancer_list ... success [175.344s] 2020-07-10 13:05:15.683 34 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_member.MemberAPITest.test_member_update ... success [17.213s] 2020-07-10 13:06:18.046 34 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_load_balancer.LoadBalancerAPITest.test_load_balancer_show ... success [62.372s] 2020-07-10 13:07:18.415 34 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_pool.PoolAPITest.test_pool_create_standalone ... success [5.601s] 2020-07-10 13:07:20.017 34 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_load_balancer.LoadBalancerAPITest.test_load_balancer_show_stats ... success [61.970s] 2020-07-10 13:07:24.176 34 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_pool.PoolAPITest.test_pool_create_with_listener ... success [5.760s] 2020-07-10 13:07:35.374 34 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_pool.PoolAPITest.test_pool_delete ... success [11.196s] 2020-07-10 13:08:22.623 34 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_load_balancer.LoadBalancerAPITest.test_load_balancer_show_status ... success [62.604s] 2020-07-10 13:09:08.304 34 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_pool.PoolAPITest.test_pool_list ... success [92.923s] 2020-07-10 13:09:14.393 34 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_pool.PoolAPITest.test_pool_show ... success [6.089s] 2020-07-10 13:09:31.861 34 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.api.v2.test_pool.PoolAPITest.test_pool_update ... success [17.463s] 2020-07-10 13:09:34.890 34 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_load_balancer.LoadBalancerAPITest.test_load_balancer_update ... success [72.262s] 2020-07-10 13:09:50.908 34 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.api.v2.test_provider.ProviderAPITest.test_provider_list ... success [0.227s] 2020-07-10 13:10:15.469 34 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.scenario.v2.test_ipv6_traffic_ops.IPv6TrafficOperationsScenarioTest ... skip: b'IPv6 traffic ops tests require Octavia IPv6 testing enabled' 2020-07-10 13:11:20.163 34 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.scenario.v2.test_healthmonitor.HealthMonitorScenarioTest.test_healthmonitor_CRUD ... success [16.020s] 2020-07-10 13:11:31.180 34 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.scenario.v2.test_l7policy.L7PolicyScenarioTest.test_l7policy_CRUD ... success [16.344s] 2020-07-10 13:13:10.585 34 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.scenario.v2.test_listener.ListenerScenarioTest.test_listener_CRUD ... success [21.646s] 2020-07-10 13:13:22.132 34 INFO opnfv-tempest [-] {0} octavia_tempest_plugin.tests.scenario.v2.test_l7rule.L7RuleScenarioTest.test_l7rule_CRUD ... success [16.449s] 2020-07-10 13:14:50.603 34 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.scenario.v2.test_load_balancer.LoadBalancerScenarioTest.test_load_balancer_ipv4_CRUD ... success [67.011s] 2020-07-10 13:14:50.605 34 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-10 13:16:36.917 34 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.scenario.v2.test_member.MemberScenarioTest.test_member_CRUD ... success [17.495s] 2020-07-10 13:16:36.918 34 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.scenario.v2.test_member.MemberScenarioTest.test_mixed_member_create ... skip [0.000s]: b'IPv6 testing is disabled' 2020-07-10 13:16:36.919 34 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.scenario.v2.test_member.MemberScenarioTest.test_mixed_udp_member_create ... skip [0.000s]: b'IPv6 testing is disabled' 2020-07-10 13:18:33.311 34 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.scenario.v2.test_pool.PoolScenarioTest.test_pool_standalone_CRUD ... success [16.230s] 2020-07-10 13:18:49.690 34 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.scenario.v2.test_pool.PoolScenarioTest.test_pool_with_listener_CRUD ... success [16.379s] 2020-07-10 13:21:34.882 34 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.scenario.v2.test_traffic_ops.TrafficOperationsScenarioTest.test_basic_traffic ... success [34.117s] 2020-07-10 13:22:04.080 34 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.scenario.v2.test_traffic_ops.TrafficOperationsScenarioTest.test_basic_udp_traffic ... success [29.194s] 2020-07-10 13:23:09.158 34 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.scenario.v2.test_traffic_ops.TrafficOperationsScenarioTest.test_healthmonitor_traffic ... success [65.069s] 2020-07-10 13:24:18.978 34 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.scenario.v2.test_traffic_ops.TrafficOperationsScenarioTest.test_healthmonitor_udp_traffic ... success [69.813s] 2020-07-10 13:26:11.844 34 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.scenario.v2.test_traffic_ops.TrafficOperationsScenarioTest.test_l7policies_and_l7rules ... success [112.853s] 2020-07-10 13:26:11.846 34 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.scenario.v2.test_traffic_ops.TrafficOperationsScenarioTest.test_mixed_ipv4_ipv6_members_traffic ... skip [0.000s]: b'Mixed IPv4/IPv6 member test requires IPv6.' 2020-07-10 13:26:11.847 34 INFO opnfv-tempest [-] {1} octavia_tempest_plugin.tests.scenario.v2.test_traffic_ops.TrafficOperationsScenarioTest.test_mixed_ipv4_ipv6_members_udp_traffic ... skip [0.000s]: b'Mixed IPv4/IPv6 member test requires IPv6.' 2020-07-10 13:27:16.731 34 INFO rally.task.context [-] Verification 034a1e0e-0b4d-409e-a735-a4b5e26220ac | Context testr@default cleanup() started 2020-07-10 13:27:16.732 34 INFO rally.task.context [-] Verification 034a1e0e-0b4d-409e-a735-a4b5e26220ac | Context testr@default cleanup() finished in 0.80 msec 2020-07-10 13:27:16.733 34 INFO rally.task.context [-] Verification 034a1e0e-0b4d-409e-a735-a4b5e26220ac | Context tempest@default cleanup() started 2020-07-10 13:27:16.923 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Deleting flavor 'rally_verify_3519398d_e3omFisB'. 2020-07-10 13:27:17.135 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_3519398d_e3omFisB' has been deleted. 2020-07-10 13:27:17.135 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Removing value '911093d9-6c18-4151-9ca7-a50317c8ed6f' of option 'instance_type' from Tempest config file. 2020-07-10 13:27:17.136 34 RALLYDEBUG rally_openstack.verification.tempest.context [-] Value '911093d9-6c18-4151-9ca7-a50317c8ed6f' has been removed. 2020-07-10 13:27:17.147 34 INFO rally.task.context [-] Verification 034a1e0e-0b4d-409e-a735-a4b5e26220ac | Context tempest@default cleanup() finished in 0.41 sec 2020-07-10 13:27:17.185 34 INFO rally.api [-] Verification (UUID=3519398d-ce36-4536-865a-85805a3e7f0d) has been successfully finished for deployment 'opnfv-rally' (UUID=299a0f35-8529-4b67-b21f-7f71b252e408)! 2020-07-10 13:27:19.453 63 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-10 13:27:19.453 63 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-10 13:27:19.453 63 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-10 13:27:21.101 65 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-10 13:27:21.102 65 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-10 13:27:21.102 65 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-10 13:27:24.152 65 INFO rally.api [-] Building 'html' report for the following verification(s): '3519398d-ce36-4536-865a-85805a3e7f0d' 2020-07-10 13:27:24.181 65 INFO rally.api [-] The report has been successfully built. 2020-07-10 13:27:25.806 67 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2020-07-10 13:27:25.806 67 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2020-07-10 13:27:25.806 67 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2020-07-10 13:27:28.262 67 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): '3519398d-ce36-4536-865a-85805a3e7f0d' 2020-07-10 13:27:28.267 67 INFO rally.api [-] The report has been successfully built.