2021-03-05 23:55:54.497 24 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-03-05 23:55:54.497 24 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-03-05 23:55:54.498 24 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-03-05 23:55:57.352 24 ERROR rally.cli.cliutils [-] Unexpected exception in CLI: rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2021-03-05 23:55:57.352 24 ERROR rally.cli.cliutils Traceback (most recent call last): 2021-03-05 23:55:57.352 24 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2021-03-05 23:55:57.352 24 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2021-03-05 23:55:57.352 24 ERROR rally.cli.cliutils File "", line 2, in destroy 2021-03-05 23:55:57.352 24 ERROR rally.cli.cliutils File "/src/rally/rally/cli/envutils.py", line 135, in default_from_global 2021-03-05 23:55:57.352 24 ERROR rally.cli.cliutils return f(*args, **kwargs) 2021-03-05 23:55:57.352 24 ERROR rally.cli.cliutils File "", line 2, in destroy 2021-03-05 23:55:57.352 24 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2021-03-05 23:55:57.352 24 ERROR rally.cli.cliutils return f(*args, **kwargs) 2021-03-05 23:55:57.352 24 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/deployment.py", line 154, in destroy 2021-03-05 23:55:57.352 24 ERROR rally.cli.cliutils api.deployment.destroy(deployment=deployment) 2021-03-05 23:55:57.352 24 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 115, in destroy 2021-03-05 23:55:57.352 24 ERROR rally.cli.cliutils deploy = objects.Deployment.get(deployment) 2021-03-05 23:55:57.352 24 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/deploy.py", line 124, in get 2021-03-05 23:55:57.352 24 ERROR rally.cli.cliutils return Deployment(env_mgr.EnvManager.get(deploy)) 2021-03-05 23:55:57.352 24 ERROR rally.cli.cliutils File "/src/rally/rally/env/env_mgr.py", line 212, in get 2021-03-05 23:55:57.352 24 ERROR rally.cli.cliutils return cls(db.env_get(uuid_or_name)) 2021-03-05 23:55:57.352 24 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2021-03-05 23:55:57.352 24 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2021-03-05 23:55:57.352 24 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 518, in env_get 2021-03-05 23:55:57.352 24 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2021-03-05 23:55:57.352 24 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for uuid or name is opnfv-rally not found in table envs 2021-03-05 23:55:57.352 24 ERROR rally.cli.cliutils 2021-03-05 23:55:59.384 26 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-03-05 23:55:59.385 26 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-03-05 23:55:59.385 26 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-03-05 23:56:04.712 28 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-03-05 23:56:04.712 28 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-03-05 23:56:04.712 28 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-03-05 23:56:11.492 31 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-03-05 23:56:11.493 31 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-03-05 23:56:11.493 31 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-03-05 23:56:13.389 34 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-03-05 23:56:13.390 34 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-03-05 23:56:13.390 34 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-03-05 23:56:16.160 34 ERROR rally.cli.cliutils [-] Unexpected exception in CLI: rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2021-03-05 23:56:16.160 34 ERROR rally.cli.cliutils Traceback (most recent call last): 2021-03-05 23:56:16.160 34 ERROR rally.cli.cliutils File "/src/rally/rally/cli/cliutils.py", line 657, in run 2021-03-05 23:56:16.160 34 ERROR rally.cli.cliutils ret = fn(*fn_args, **fn_kwargs) 2021-03-05 23:56:16.160 34 ERROR rally.cli.cliutils File "", line 2, in delete_verifier 2021-03-05 23:56:16.160 34 ERROR rally.cli.cliutils File "/src/rally/rally/plugins/__init__.py", line 59, in ensure_plugins_are_loaded 2021-03-05 23:56:16.160 34 ERROR rally.cli.cliutils return f(*args, **kwargs) 2021-03-05 23:56:16.160 34 ERROR rally.cli.cliutils File "/src/rally/rally/cli/commands/verify.py", line 234, in delete_verifier 2021-03-05 23:56:16.160 34 ERROR rally.cli.cliutils api.verifier.delete(verifier_id=verifier_id, 2021-03-05 23:56:16.160 34 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 690, in delete 2021-03-05 23:56:16.160 34 ERROR rally.cli.cliutils verifier = self._get(verifier_id) 2021-03-05 23:56:16.160 34 ERROR rally.cli.cliutils File "/src/rally/rally/api.py", line 664, in _get 2021-03-05 23:56:16.160 34 ERROR rally.cli.cliutils return objects.Verifier.get(verifier_id) 2021-03-05 23:56:16.160 34 ERROR rally.cli.cliutils File "/src/rally/rally/common/objects/verifier.py", line 69, in get 2021-03-05 23:56:16.160 34 ERROR rally.cli.cliutils return cls(db.verifier_get(verifier_id)) 2021-03-05 23:56:16.160 34 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 133, in wrapper 2021-03-05 23:56:16.160 34 ERROR rally.cli.cliutils result = f(session, *args, **kwargs) 2021-03-05 23:56:16.160 34 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 667, in verifier_get 2021-03-05 23:56:16.160 34 ERROR rally.cli.cliutils return _verifier_get(session, verifier_id) 2021-03-05 23:56:16.160 34 ERROR rally.cli.cliutils File "/src/rally/rally/common/db/api.py", line 676, in _verifier_get 2021-03-05 23:56:16.160 34 ERROR rally.cli.cliutils raise exceptions.DBRecordNotFound( 2021-03-05 23:56:16.160 34 ERROR rally.cli.cliutils rally.exceptions.DBRecordNotFound: Record for name or uuid is opnfv-tempest not found in table verifiers 2021-03-05 23:56:16.160 34 ERROR rally.cli.cliutils 2021-03-05 23:56:18.056 36 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-03-05 23:56:18.056 36 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-03-05 23:56:18.056 36 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-03-05 23:56:20.695 36 INFO rally.api [-] Creating verifier 'opnfv-tempest'. 2021-03-05 23:56:20.744 36 RALLYDEBUG rally.verification.manager [-] Cloning verifier repo from /src/tempest into /root/.rally/verification/verifier-b04d3b2a-7421-4565-9d6f-6bd04c72e0b3/repo. 2021-03-05 23:56:21.006 36 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'Cloning into '/root/.rally/verification/verifier-b04d3b2a-7421-4565-9d6f-6bd04c72e0b3/repo'... done. Note: switching to 'f98ccea1465b7e25a706ffdefe89126d8c8674e4'. You are in 'detached HEAD' state. You can look around, make experimental changes and commit them, and you can discard any commits you make in this state without impacting any branches by switching back to a branch. If you want to create a new branch to retain commits you create, you may do so (now or later) by using -c with the switch command. Example: git switch -c Or undo this operation with: git switch - Turn off this advice by setting config variable advice.detachedHead to false ' 2021-03-05 23:56:21.069 36 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'tags/24.0.0-208-gf98ccea14 ' 2021-03-05 23:56:21.082 36 RALLYDEBUG rally.verification.utils [-] Subprocess output: 'f98ccea1465b7e25a706ffdefe89126d8c8674e4 ' 2021-03-05 23:56:21.102 36 RALLYDEBUG rally.verification.manager [-] Checking system-wide packages for verifier. 2021-03-05 23:56:21.190 36 RALLYDEBUG rally.plugins.verification.testr [-] Initializing testr. 2021-03-05 23:56:22.121 36 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=b04d3b2a-7421-4565-9d6f-6bd04c72e0b3) has been successfully created! 2021-03-05 23:56:24.282 44 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-03-05 23:56:24.282 44 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-03-05 23:56:24.282 44 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-03-05 23:56:30.868 47 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-03-05 23:56:30.868 47 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-03-05 23:56:30.868 47 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-03-05 23:56:33.692 47 INFO rally.api [-] Configuring verifier 'opnfv-tempest' (UUID=b04d3b2a-7421-4565-9d6f-6bd04c72e0b3) for deployment 'opnfv-rally' (UUID=a218c08e-3270-4642-8ed1-5d245a3f216a). 2021-03-05 23:56:34.708 47 INFO rally.api [-] Verifier 'opnfv-tempest' (UUID=b04d3b2a-7421-4565-9d6f-6bd04c72e0b3) has been successfully configured for deployment 'opnfv-rally' (UUID=a218c08e-3270-4642-8ed1-5d245a3f216a)! 2021-03-05 23:56:45.076 52 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-03-05 23:56:45.077 52 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-03-05 23:56:45.077 52 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-03-05 23:56:47.743 52 INFO rally.api [-] Starting verification (UUID=24d46d58-400b-4a1a-96c1-8886981813aa) for deployment 'opnfv-rally' (UUID=a218c08e-3270-4642-8ed1-5d245a3f216a) by verifier 'opnfv-tempest' (UUID=b04d3b2a-7421-4565-9d6f-6bd04c72e0b3). 2021-03-05 23:56:48.814 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Creating role 'ResellerAdmin'. 2021-03-05 23:56:48.889 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' from 'DEFAULT' section is not configured. 2021-03-05 23:56:48.889 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-b04d3b2a-7421-4565-9d6f-6bd04c72e0b3/for-deployment-a218c08e-3270-4642-8ed1-5d245a3f216a/tempest.log' to option 'log_file'. 2021-03-05 23:56:48.890 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'log_file' is configured. log_file = /root/.rally/verification/verifier-b04d3b2a-7421-4565-9d6f-6bd04c72e0b3/for-deployment-a218c08e-3270-4642-8ed1-5d245a3f216a/tempest.log 2021-03-05 23:56:48.894 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' from 'oslo_concurrency' section is not configured. 2021-03-05 23:56:48.895 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '/root/.rally/verification/verifier-b04d3b2a-7421-4565-9d6f-6bd04c72e0b3/for-deployment-a218c08e-3270-4642-8ed1-5d245a3f216a/lock_files' to option 'lock_path'. 2021-03-05 23:56:48.895 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'lock_path' is configured. lock_path = /root/.rally/verification/verifier-b04d3b2a-7421-4565-9d6f-6bd04c72e0b3/for-deployment-a218c08e-3270-4642-8ed1-5d245a3f216a/lock_files 2021-03-05 23:56:48.896 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'img_dir' is already configured in Tempest config file. img_dir = /home/opnfv/functest/images 2021-03-05 23:56:48.896 52 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 2021-03-05 23:56:48.896 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref' is already configured in Tempest config file. image_ref = 064d21c9-3334-4a8c-a4b8-e51912cad8b0 2021-03-05 23:56:48.897 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'image_ref_alt' is already configured in Tempest config file. image_ref_alt = 41d04b0f-ccb4-4d66-98e5-f93eadfe30d0 2021-03-05 23:56:48.898 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref' is already configured in Tempest config file. flavor_ref = 7ed5a88f-bf10-4352-bbe0-5c3cc0d2fb8b 2021-03-05 23:56:48.899 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'flavor_ref_alt' is already configured in Tempest config file. flavor_ref_alt = f874c2e2-3f6d-4953-8452-36adf649ae8b 2021-03-05 23:56:49.171 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Shared networks found. 'fixed_network_name' option should be configured. 2021-03-05 23:56:49.172 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'fixed_network_name' is already configured in Tempest config file. fixed_network_name = tempest_full-net_30f9519c-b992-4efc-8e07-e872210245f3 2021-03-05 23:56:49.172 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' from 'orchestration' section is not configured. 2021-03-05 23:56:49.264 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Trying to discover a flavor with the following properties: RAM = 64MB, VCPUs = 1, disk >= 5GiB. 2021-03-05 23:56:49.311 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] There is no flavor with the mentioned properties. 2021-03-05 23:56:49.312 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Creating flavor 'rally_verify_24d46d58_F53alWNk' with the following properties: RAM = 64MB, VCPUs = 1, disk = 5GB. 2021-03-05 23:56:49.353 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_24d46d58_F53alWNk' (ID = 0499c81f-5390-4ab6-9446-cbb85d9c3bc6) has been successfully created! 2021-03-05 23:56:49.354 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Setting value '0499c81f-5390-4ab6-9446-cbb85d9c3bc6' to option 'instance_type'. 2021-03-05 23:56:49.354 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Option 'instance_type' is configured. instance_type = 0499c81f-5390-4ab6-9446-cbb85d9c3bc6 2021-03-05 23:56:49.356 52 INFO rally.task.context [-] Verification b04d3b2a-7421-4565-9d6f-6bd04c72e0b3 | Context tempest@default setup() finished in 1.06 sec 2021-03-05 23:56:49.358 52 INFO rally.task.context [-] Verification b04d3b2a-7421-4565-9d6f-6bd04c72e0b3 | Context testr@default setup() finished in 1.45 msec 2021-03-05 23:56:49.358 52 RALLYDEBUG rally.plugins.verification.testr [-] Test(s) started by the command: 'stestr run --subunit --concurrency 4 --load-list /tmp/d1b642d4-46d5-493a-82d5-bfe3daa364a2'. 2021-03-05 23:57:04.635 52 INFO opnfv-tempest [-] {1} tempest.api.compute.admin.test_agents.AgentsAdminTestJSON.test_create_agent ... success [0.141s] 2021-03-05 23:57:04.736 52 INFO opnfv-tempest [-] {1} tempest.api.compute.admin.test_agents.AgentsAdminTestJSON.test_delete_agent ... success [0.103s] 2021-03-05 23:57:04.824 52 INFO opnfv-tempest [-] {1} tempest.api.compute.admin.test_agents.AgentsAdminTestJSON.test_list_agents ... success [0.087s] 2021-03-05 23:57:04.976 52 INFO opnfv-tempest [-] {1} tempest.api.compute.admin.test_agents.AgentsAdminTestJSON.test_list_agents_with_filter ... success [0.150s] 2021-03-05 23:57:05.065 52 INFO opnfv-tempest [-] {1} tempest.api.compute.admin.test_agents.AgentsAdminTestJSON.test_update_agent ... success [0.089s] 2021-03-05 23:57:19.448 52 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_aggregates.AggregatesAdminTestJSON.test_aggregate_add_host_create_server_with_az ... success [14.653s] 2021-03-05 23:57:21.160 52 INFO opnfv-tempest [-] {1} tempest.api.compute.admin.test_aggregates.AggregatesAdminTestV241.test_create_update_show_aggregate_add_remove_host ... success [10.002s] 2021-03-05 23:57:22.228 52 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_aggregates.AggregatesAdminTestJSON.test_aggregate_add_host_get_details ... success [2.781s] 2021-03-05 23:57:22.307 52 INFO opnfv-tempest [-] {2} tempest.api.compute.admin.test_delete_server.DeleteServersAdminTestJSON.test_admin_delete_servers_of_others ... success [18.214s] 2021-03-05 23:57:23.403 52 INFO opnfv-tempest [-] {1} tempest.api.compute.admin.test_fixed_ips.FixedIPsTestJson ... skip: b'FixedIPsTestJson skipped as neutron is available' 2021-03-05 23:57:23.409 52 INFO opnfv-tempest [-] {1} tempest.api.compute.admin.test_fixed_ips_negative.FixedIPsNegativeTestJson ... skip: b'FixedIPsNegativeTestJson skipped as neutron is available' 2021-03-05 23:57:23.864 52 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_aggregates.AggregatesAdminTestJSON.test_aggregate_add_host_list ... success [1.636s] 2021-03-05 23:57:24.767 52 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_aggregates.AggregatesAdminTestJSON.test_aggregate_add_remove_host ... success [0.903s] 2021-03-05 23:57:24.920 52 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_aggregates.AggregatesAdminTestJSON.test_aggregate_create_delete ... success [0.154s] 2021-03-05 23:57:25.076 52 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_aggregates.AggregatesAdminTestJSON.test_aggregate_create_delete_with_az ... success [0.154s] 2021-03-05 23:57:25.285 52 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_aggregates.AggregatesAdminTestJSON.test_aggregate_create_update_metadata_get_details ... success [0.208s] 2021-03-05 23:57:25.500 52 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_aggregates.AggregatesAdminTestJSON.test_aggregate_create_update_with_az ... success [0.212s] 2021-03-05 23:57:25.632 52 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_aggregates.AggregatesAdminTestJSON.test_aggregate_create_verify_entry_in_list ... success [0.123s] 2021-03-05 23:57:26.502 52 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_add_existent_host ... success [21.585s] 2021-03-05 23:57:26.812 52 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_add_host_as_user ... success [0.307s] 2021-03-05 23:57:27.067 52 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_add_non_exist_host ... success [0.255s] 2021-03-05 23:57:27.089 52 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_create_aggregate_name_length_exceeds_255 ... success [0.020s] 2021-03-05 23:57:27.113 52 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_create_aggregate_name_length_less_than_1 ... success [0.024s] 2021-03-05 23:57:27.150 52 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_create_as_user ... success [0.036s] 2021-03-05 23:57:27.284 52 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_create_with_existent_aggregate_name ... success [0.133s] 2021-03-05 23:57:27.393 52 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_delete_as_user ... success [0.108s] 2021-03-05 23:57:27.414 52 INFO opnfv-tempest [-] {1} tempest.api.compute.admin.test_flavors_extra_specs_negative.FlavorsExtraSpecsNegativeTestJSON.test_flavor_get_nonexistent_key ... success [0.186s] 2021-03-05 23:57:27.440 52 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_delete_with_invalid_id ... success [0.044s] 2021-03-05 23:57:27.445 52 INFO opnfv-tempest [-] {1} tempest.api.compute.admin.test_flavors_extra_specs_negative.FlavorsExtraSpecsNegativeTestJSON.test_flavor_non_admin_set_keys ... success [0.027s] 2021-03-05 23:57:27.527 52 INFO opnfv-tempest [-] {1} tempest.api.compute.admin.test_flavors_extra_specs_negative.FlavorsExtraSpecsNegativeTestJSON.test_flavor_non_admin_unset_keys ... success [0.081s] 2021-03-05 23:57:27.604 52 INFO opnfv-tempest [-] {1} tempest.api.compute.admin.test_flavors_extra_specs_negative.FlavorsExtraSpecsNegativeTestJSON.test_flavor_non_admin_update_specific_key ... success [0.077s] 2021-03-05 23:57:27.642 52 INFO opnfv-tempest [-] {1} tempest.api.compute.admin.test_flavors_extra_specs_negative.FlavorsExtraSpecsNegativeTestJSON.test_flavor_unset_nonexistent_key ... success [0.036s] 2021-03-05 23:57:27.670 52 INFO opnfv-tempest [-] {1} tempest.api.compute.admin.test_flavors_extra_specs_negative.FlavorsExtraSpecsNegativeTestJSON.test_flavor_update_mismatch_key ... success [0.027s] 2021-03-05 23:57:27.691 52 INFO opnfv-tempest [-] {1} tempest.api.compute.admin.test_flavors_extra_specs_negative.FlavorsExtraSpecsNegativeTestJSON.test_flavor_update_more_key ... success [0.021s] 2021-03-05 23:57:27.699 52 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_get_details_as_user ... success [0.260s] 2021-03-05 23:57:27.735 52 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_get_details_with_invalid_id ... success [0.035s] 2021-03-05 23:57:27.760 52 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_list_as_user ... success [0.023s] 2021-03-05 23:57:28.181 52 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_remove_host_as_user ... success [0.420s] 2021-03-05 23:57:28.311 52 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_aggregates_negative.AggregatesAdminNegativeTestJSON.test_aggregate_remove_nonexistent_host ... success [0.133s] 2021-03-05 23:57:35.724 52 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_auto_allocate_network.AutoAllocateNetworkTest ... skip: b"Found shared networks: [{'id': 'fa57251a-d4f5-4ce9-8769-12ade814af83', 'name': 'tempest_full-net_30f9519c-b992-4efc-8e07-e872210245f3', 'tenant_id': 'd4a08c006b174b66bdaab1c072d31215', 'admin_state_up': True, 'mtu': 8950, 'status': 'ACTIVE', 'subnets': ['a56664b1-b5f0-4e05-a313-79346645e754'], 'shared': True, 'availability_zone_hints': [], 'availability_zones': ['nova'], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'router:external': False, 'description': '', 'port_security_enabled': True, 'tags': [], 'created_at': '2021-03-05T23:55:43Z', 'updated_at': '2021-03-05T23:55:44Z', 'revision_number': 2, 'project_id': 'd4a08c006b174b66bdaab1c072d31215'}]" 2021-03-05 23:57:36.481 52 INFO opnfv-tempest [-] {1} tempest.api.compute.admin.test_quotas.QuotasAdminTestV257.test_get_updated_quotas ... success [2.514s] 2021-03-05 23:57:39.628 52 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_availability_zone.AZAdminV2TestJSON.test_get_availability_zone_list ... success [0.216s] 2021-03-05 23:57:39.697 52 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_availability_zone.AZAdminV2TestJSON.test_get_availability_zone_list_detail ... success [0.070s] 2021-03-05 23:57:42.146 52 INFO opnfv-tempest [-] {2} tempest.api.compute.admin.test_delete_server.DeleteServersAdminTestJSON.test_delete_server_while_in_error_state ... success [19.834s] 2021-03-05 23:57:46.368 52 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_availability_zone_negative.AZAdminNegativeTestJSON.test_get_availability_zone_list_detail_with_non_admin_user ... success [0.238s] 2021-03-05 23:57:48.442 52 INFO opnfv-tempest [-] {2} tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON.test_create_flavor_using_string_ram ... success [0.345s] 2021-03-05 23:57:48.643 52 INFO opnfv-tempest [-] {2} tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON.test_create_flavor_verify_entry_in_list_details ... success [0.199s] 2021-03-05 23:57:48.778 52 INFO opnfv-tempest [-] {2} tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON.test_create_flavor_with_int_id ... success [0.133s] 2021-03-05 23:57:48.927 52 INFO opnfv-tempest [-] {2} tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON.test_create_flavor_with_none_id ... success [0.148s] 2021-03-05 23:57:49.069 52 INFO opnfv-tempest [-] {2} tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON.test_create_flavor_with_uuid_id ... success [0.140s] 2021-03-05 23:57:49.536 52 INFO opnfv-tempest [-] {2} tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON.test_create_list_flavor_without_extra_data ... success [0.466s] 2021-03-05 23:57:49.741 52 INFO opnfv-tempest [-] {2} tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON.test_create_server_with_non_public_flavor ... success [0.204s] 2021-03-05 23:57:50.411 52 INFO opnfv-tempest [-] {2} tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON.test_is_public_string_variations ... success [0.663s] 2021-03-05 23:57:50.712 52 INFO opnfv-tempest [-] {2} tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON.test_list_non_public_flavor ... success [0.296s] 2021-03-05 23:57:50.939 52 INFO opnfv-tempest [-] {2} tempest.api.compute.admin.test_flavors.FlavorsAdminTestJSON.test_list_public_flavor_with_other_user ... success [0.223s] 2021-03-05 23:57:53.279 52 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_flavors_microversions.FlavorsV261TestJSON.test_crud_flavor ... success [0.907s] 2021-03-05 23:57:57.606 52 INFO opnfv-tempest [-] {2} tempest.api.compute.admin.test_hypervisor.HypervisorAdminUnderV252Test.test_get_hypervisor_show_servers ... success [0.501s] 2021-03-05 23:57:57.714 52 INFO opnfv-tempest [-] {1} tempest.api.compute.admin.test_server_diagnostics.ServerDiagnosticsTest.test_get_server_diagnostics ... success [14.988s] 2021-03-05 23:57:57.884 52 INFO opnfv-tempest [-] {2} tempest.api.compute.admin.test_hypervisor.HypervisorAdminUnderV252Test.test_search_hypervisor ... success [0.278s] 2021-03-05 23:57:59.969 52 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_hypervisor.HypervisorAdminTestJSON.test_get_hypervisor_list ... success [0.536s] 2021-03-05 23:58:00.250 52 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_hypervisor.HypervisorAdminTestJSON.test_get_hypervisor_list_details ... success [0.281s] 2021-03-05 23:58:00.542 52 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_hypervisor.HypervisorAdminTestJSON.test_get_hypervisor_show_details ... success [0.286s] 2021-03-05 23:58:00.580 52 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_hypervisor.HypervisorAdminTestJSON.test_get_hypervisor_stats ... success [0.035s] 2021-03-05 23:58:02.123 52 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_hypervisor.HypervisorAdminTestJSON.test_get_hypervisor_uptime ... success [1.525s] 2021-03-05 23:58:04.461 52 INFO opnfv-tempest [-] {2} tempest.api.compute.admin.test_hypervisor.HypervisorAdminV228Test.test_get_list_hypervisor_details ... success [0.446s] 2021-03-05 23:58:07.106 52 INFO opnfv-tempest [-] {1} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_get_flavor ... success [0.272s] 2021-03-05 23:58:07.194 52 INFO opnfv-tempest [-] {1} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors ... success [0.083s] 2021-03-05 23:58:07.287 52 INFO opnfv-tempest [-] {1} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_detailed_filter_by_min_disk ... success [0.089s] 2021-03-05 23:58:07.382 52 INFO opnfv-tempest [-] {1} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_detailed_filter_by_min_ram ... success [0.095s] 2021-03-05 23:58:07.423 52 INFO opnfv-tempest [-] {1} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_detailed_limit_results ... success [0.037s] 2021-03-05 23:58:07.509 52 INFO opnfv-tempest [-] {1} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_detailed_using_marker ... success [0.085s] 2021-03-05 23:58:07.590 52 INFO opnfv-tempest [-] {1} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_filter_by_min_disk ... success [0.076s] 2021-03-05 23:58:07.674 52 INFO opnfv-tempest [-] {1} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_filter_by_min_ram ... success [0.078s] 2021-03-05 23:58:07.714 52 INFO opnfv-tempest [-] {1} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_limit_results ... success [0.036s] 2021-03-05 23:58:07.801 52 INFO opnfv-tempest [-] {1} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_using_marker ... success [0.084s] 2021-03-05 23:58:07.889 52 INFO opnfv-tempest [-] {1} tempest.api.compute.flavors.test_flavors.FlavorsV2TestJSON.test_list_flavors_with_detail ... success [0.084s] 2021-03-05 23:58:08.780 52 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_instance_usage_audit_log.InstanceUsageAuditLogTestJSON.test_get_instance_usage_audit_log ... success [0.243s] 2021-03-05 23:58:08.831 52 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_instance_usage_audit_log.InstanceUsageAuditLogTestJSON.test_list_instance_usage_audit_logs ... success [0.048s] 2021-03-05 23:58:11.994 52 INFO opnfv-tempest [-] {2} tempest.api.compute.admin.test_keypairs_v210.KeyPairsV210TestJSON.test_admin_manage_keypairs_for_other_users ... success [1.244s] 2021-03-05 23:58:18.546 52 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_live_migration.LiveMigrationRemoteConsolesV26Test.test_live_migration_serial_console ... skip [0.001s]: b'Serial console not supported.' 2021-03-05 23:58:21.262 52 INFO opnfv-tempest [-] {2} tempest.api.compute.admin.test_live_migration.LiveAutoBlockMigrationV225Test.test_iscsi_volume ... skip [0.001s]: b'Block Live migration not available' 2021-03-05 23:58:21.265 52 INFO opnfv-tempest [-] {2} tempest.api.compute.admin.test_live_migration.LiveAutoBlockMigrationV225Test.test_live_block_migration ... skip [0.000s]: b'Block Live migration not available' 2021-03-05 23:58:21.269 52 INFO opnfv-tempest [-] {2} tempest.api.compute.admin.test_live_migration.LiveAutoBlockMigrationV225Test.test_live_block_migration_paused ... skip [0.000s]: b'Block Live migration not available' 2021-03-05 23:58:21.270 52 INFO opnfv-tempest [-] {2} tempest.api.compute.admin.test_live_migration.LiveAutoBlockMigrationV225Test.test_volume_backed_live_migration ... skip [0.001s]: b'Volume-backed live migration not available' 2021-03-05 23:58:32.947 52 INFO opnfv-tempest [-] {2} tempest.api.compute.admin.test_live_migration.LiveMigrationTest.test_iscsi_volume ... skip [0.001s]: b'Block Live migration not available' 2021-03-05 23:58:32.949 52 INFO opnfv-tempest [-] {2} tempest.api.compute.admin.test_live_migration.LiveMigrationTest.test_live_block_migration ... skip [0.001s]: b'Block Live migration not available' 2021-03-05 23:58:32.952 52 INFO opnfv-tempest [-] {2} tempest.api.compute.admin.test_live_migration.LiveMigrationTest.test_live_block_migration_paused ... skip [0.001s]: b'Block Live migration not available' 2021-03-05 23:58:32.956 52 INFO opnfv-tempest [-] {2} tempest.api.compute.admin.test_live_migration.LiveMigrationTest.test_volume_backed_live_migration ... skip [0.001s]: b'Volume-backed live migration not available' 2021-03-05 23:58:37.367 52 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_create_server.ServersWithSpecificFlavorTestJSON.test_verify_created_server_ephemeral_disk ... success [48.130s] 2021-03-05 23:58:57.170 52 INFO opnfv-tempest [-] {2} tempest.api.compute.admin.test_live_migration_negative.LiveMigrationNegativeTest.test_invalid_host_for_migration ... success [14.929s] 2021-03-05 23:58:58.791 52 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_flavors_access.FlavorsAccessTestJSON.test_flavor_access_add_remove ... success [0.973s] 2021-03-05 23:58:58.972 52 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_flavors_access.FlavorsAccessTestJSON.test_flavor_access_list_with_private_flavor ... success [0.180s] 2021-03-05 23:59:02.937 52 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_migrations.MigrationsAdminTest.test_cold_migration ... success [35.701s] 2021-03-05 23:59:03.112 52 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_migrations.MigrationsAdminTest.test_list_migrations ... success [0.170s] 2021-03-05 23:59:06.862 52 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_images.ImagesTestJSON.test_create_image_from_paused_server ... success [53.220s] 2021-03-05 23:59:07.220 52 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_flavors_access_negative.FlavorsAccessNegativeTestJSON.test_add_flavor_access_duplicate ... success [0.926s] 2021-03-05 23:59:07.554 52 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_flavors_access_negative.FlavorsAccessNegativeTestJSON.test_flavor_access_list_with_public_flavor ... success [0.332s] 2021-03-05 23:59:07.874 52 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_flavors_access_negative.FlavorsAccessNegativeTestJSON.test_flavor_non_admin_add ... success [0.315s] 2021-03-05 23:59:08.470 52 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_flavors_access_negative.FlavorsAccessNegativeTestJSON.test_flavor_non_admin_remove ... success [0.591s] 2021-03-05 23:59:08.759 52 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_flavors_access_negative.FlavorsAccessNegativeTestJSON.test_remove_flavor_access_not_found ... success [0.289s] 2021-03-05 23:59:13.561 52 INFO opnfv-tempest [-] {2} tempest.api.compute.admin.test_live_migration_negative.LiveMigrationNegativeTest.test_live_block_migration_suspended ... success [16.378s] 2021-03-05 23:59:16.473 52 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_flavors_extra_specs.FlavorsExtraSpecsTestJSON.test_flavor_non_admin_get_all_keys ... success [0.237s] 2021-03-05 23:59:16.562 52 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_flavors_extra_specs.FlavorsExtraSpecsTestJSON.test_flavor_non_admin_get_specific_key ... success [0.087s] 2021-03-05 23:59:16.885 52 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_flavors_extra_specs.FlavorsExtraSpecsTestJSON.test_flavor_set_get_update_show_unset_keys ... success [0.320s] 2021-03-05 23:59:24.071 52 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_flavors_microversions.FlavorsV255TestJSON.test_crud_flavor ... success [0.777s] 2021-03-05 23:59:29.689 52 INFO opnfv-tempest [-] {2} tempest.api.compute.admin.test_quotas.QuotasAdminTestJSON.test_delete_quota ... success [1.680s] 2021-03-05 23:59:29.853 52 INFO opnfv-tempest [-] {2} tempest.api.compute.admin.test_quotas.QuotasAdminTestJSON.test_get_default_quotas ... success [0.165s] 2021-03-05 23:59:32.112 52 INFO opnfv-tempest [-] {2} tempest.api.compute.admin.test_quotas.QuotasAdminTestJSON.test_get_updated_quotas ... success [2.254s] 2021-03-05 23:59:32.445 52 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_floating_ips_bulk.FloatingIPsBulkAdminTestJSON ... skip: b'nova-network is gone' 2021-03-05 23:59:33.102 52 INFO opnfv-tempest [-] {2} tempest.api.compute.admin.test_quotas.QuotasAdminTestJSON.test_update_all_quota_resources_for_tenant ... success [0.989s] 2021-03-05 23:59:36.661 52 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_hosts.HostsAdminTestJSON.test_list_hosts ... success [0.394s] 2021-03-05 23:59:36.723 52 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_hosts.HostsAdminTestJSON.test_list_hosts_with_a_blank_zone ... success [0.059s] 2021-03-05 23:59:36.782 52 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_hosts.HostsAdminTestJSON.test_list_hosts_with_nonexistent_zone ... success [0.056s] 2021-03-05 23:59:36.922 52 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_hosts.HostsAdminTestJSON.test_list_hosts_with_zone ... success [0.136s] 2021-03-05 23:59:38.497 52 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_hosts.HostsAdminTestJSON.test_show_host_detail ... success [1.563s] 2021-03-05 23:59:45.401 52 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_list_hosts_with_non_admin_user ... success [0.244s] 2021-03-05 23:59:45.427 52 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_reboot_host_with_non_admin_user ... success [0.027s] 2021-03-05 23:59:45.468 52 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_reboot_nonexistent_host ... success [0.038s] 2021-03-05 23:59:45.500 52 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_show_host_detail_with_non_admin_user ... success [0.031s] 2021-03-05 23:59:45.532 52 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_show_host_detail_with_nonexistent_hostname ... success [0.031s] 2021-03-05 23:59:45.560 52 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_shutdown_host_with_non_admin_user ... success [0.028s] 2021-03-05 23:59:45.594 52 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_shutdown_nonexistent_host ... success [0.033s] 2021-03-05 23:59:45.616 52 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_startup_host_with_non_admin_user ... success [0.022s] 2021-03-05 23:59:45.649 52 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_startup_nonexistent_host ... success [0.032s] 2021-03-05 23:59:45.668 52 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_update_host_with_invalid_maintenance_mode ... success [0.018s] 2021-03-05 23:59:45.687 52 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_update_host_with_invalid_status ... success [0.018s] 2021-03-05 23:59:45.723 52 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_update_host_with_non_admin_user ... success [0.034s] 2021-03-05 23:59:45.744 52 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_update_host_without_param ... success [0.020s] 2021-03-05 23:59:45.777 52 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_hosts_negative.HostsAdminNegativeTestJSON.test_update_nonexistent_host ... success [0.035s] 2021-03-05 23:59:46.202 52 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_migrations.MigrationsAdminTest.test_list_migrations_in_flavor_resize_situation ... success [43.067s] 2021-03-05 23:59:51.552 52 INFO opnfv-tempest [-] {2} tempest.api.compute.admin.test_security_groups.SecurityGroupsTestAdminJSON.test_list_security_groups_list_all_tenants_filter ... success [12.374s] 2021-03-05 23:59:52.027 52 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestJSON.test_get_hypervisor_list_details_with_non_admin_user ... success [0.238s] 2021-03-05 23:59:52.050 52 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestJSON.test_get_hypervisor_list_with_non_admin_user ... success [0.026s] 2021-03-05 23:59:52.075 52 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestJSON.test_get_hypervisor_stats_with_non_admin_user ... success [0.021s] 2021-03-05 23:59:52.559 52 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestJSON.test_get_hypervisor_uptime_with_non_admin_user ... success [0.480s] 2021-03-05 23:59:52.586 52 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestJSON.test_get_nonexistent_hypervisor_uptime ... success [0.025s] 2021-03-05 23:59:52.840 52 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestJSON.test_show_hypervisor_with_non_admin_user ... success [0.254s] 2021-03-05 23:59:52.880 52 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeTestJSON.test_show_nonexistent_hypervisor ... success [0.036s] 2021-03-05 23:59:59.565 52 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeUnderV252Test.test_search_hypervisor_with_non_admin_user ... success [0.631s] 2021-03-05 23:59:59.602 52 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeUnderV252Test.test_search_nonexistent_hypervisor ... success [0.032s] 2021-03-05 23:59:59.850 52 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeUnderV252Test.test_show_servers_with_non_admin_user ... success [0.245s] 2021-03-05 23:59:59.892 52 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_hypervisor_negative.HypervisorAdminNegativeUnderV252Test.test_show_servers_with_nonexistent_hypervisor ... success [0.041s] 2021-03-06 00:00:06.335 52 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_instance_usage_audit_log_negative.InstanceUsageAuditLogNegativeTestJSON.test_get_instance_usage_audit_logs_with_invalid_time ... success [0.133s] 2021-03-06 00:00:06.544 52 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_instance_usage_audit_log_negative.InstanceUsageAuditLogNegativeTestJSON.test_instance_usage_audit_logs_with_nonadmin_user ... success [0.208s] 2021-03-06 00:00:10.941 52 INFO opnfv-tempest [-] {2} tempest.api.compute.admin.test_server_diagnostics_negative.ServerDiagnosticsNegativeTest.test_get_server_diagnostics_by_non_admin ... success [13.748s] 2021-03-06 00:00:13.033 52 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_networks.NetworksTest.test_get_network ... success [0.648s] 2021-03-06 00:00:13.327 52 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_networks.NetworksTest.test_list_all_networks ... success [0.292s] 2021-03-06 00:00:22.483 52 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_quotas_negative.QuotasAdminNegativeTest.test_create_server_when_cpu_quota_is_full ... success [3.133s] 2021-03-06 00:00:24.447 52 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_quotas_negative.QuotasAdminNegativeTest.test_create_server_when_instances_quota_is_full ... success [1.957s] 2021-03-06 00:00:26.726 52 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_quotas_negative.QuotasAdminNegativeTest.test_create_server_when_memory_quota_is_full ... success [2.272s] 2021-03-06 00:00:26.761 52 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_quotas_negative.QuotasAdminNegativeTest.test_update_quota_normal_user ... success [0.032s] 2021-03-06 00:00:32.304 52 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_migrations.MigrationsAdminTest.test_resize_server_revert_deleted_flavor ... success [46.074s] 2021-03-06 00:00:33.356 52 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_quotas_negative.QuotasSecurityGroupAdminNegativeTest.test_security_groups_exceed_limit ... skip [0.003s]: b'Skipped until bug: https://launchpad.net/bugs/1186354 is resolved.' 2021-03-06 00:00:33.362 52 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_quotas_negative.QuotasSecurityGroupAdminNegativeTest.test_security_groups_rules_exceed_limit ... skip [0.002s]: b'Skipped until bug: https://launchpad.net/bugs/1186354 is resolved.' 2021-03-06 00:00:34.085 52 INFO opnfv-tempest [-] {2} tempest.api.compute.admin.test_servers_negative.ServersAdminNegativeTestJSON.test_migrate_non_existent_server ... success [0.245s] 2021-03-06 00:00:47.706 52 INFO opnfv-tempest [-] {2} tempest.api.compute.admin.test_servers_negative.ServersAdminNegativeTestJSON.test_migrate_server_invalid_state ... success [13.611s] 2021-03-06 00:00:47.722 52 INFO opnfv-tempest [-] {2} tempest.api.compute.admin.test_servers_negative.ServersAdminNegativeTestJSON.test_reset_state_server_invalid_state ... success [0.020s] 2021-03-06 00:00:47.746 52 INFO opnfv-tempest [-] {2} tempest.api.compute.admin.test_servers_negative.ServersAdminNegativeTestJSON.test_reset_state_server_invalid_type ... success [0.023s] 2021-03-06 00:00:47.767 52 INFO opnfv-tempest [-] {2} tempest.api.compute.admin.test_servers_negative.ServersAdminNegativeTestJSON.test_reset_state_server_nonexistent_server ... success [0.019s] 2021-03-06 00:00:48.427 52 INFO opnfv-tempest [-] {2} tempest.api.compute.admin.test_servers_negative.ServersAdminNegativeTestJSON.test_resize_server_using_overlimit_ram ... success [0.659s] 2021-03-06 00:00:49.036 52 INFO opnfv-tempest [-] {2} tempest.api.compute.admin.test_servers_negative.ServersAdminNegativeTestJSON.test_resize_server_using_overlimit_vcpus ... success [0.608s] 2021-03-06 00:00:56.606 52 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_images.ImagesTestJSON.test_create_image_from_stopped_server ... success [109.708s] 2021-03-06 00:01:09.506 52 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_servers_on_multinodes.ServersOnMultiNodesTest.test_create_server_with_scheduler_hint_group_affinity ... success [18.910s] 2021-03-06 00:01:18.982 52 INFO opnfv-tempest [-] {2} tempest.api.compute.admin.test_simple_tenant_usage.TenantUsagesTestJSON.test_get_usage_tenant ... success [0.142s] 2021-03-06 00:01:19.048 52 INFO opnfv-tempest [-] {2} tempest.api.compute.admin.test_simple_tenant_usage.TenantUsagesTestJSON.test_get_usage_tenant_with_non_admin_user ... success [0.065s] 2021-03-06 00:01:19.695 52 INFO opnfv-tempest [-] {2} tempest.api.compute.admin.test_simple_tenant_usage.TenantUsagesTestJSON.test_list_usage_all_tenants ... success [0.647s] 2021-03-06 00:01:24.682 52 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_servers_on_multinodes.ServersOnMultiNodesTest.test_create_server_with_scheduler_hint_group_anti_affinity ... success [15.160s] 2021-03-06 00:01:28.851 52 INFO opnfv-tempest [-] {2} tempest.api.compute.admin.test_simple_tenant_usage_negative.TenantUsagesNegativeTestJSON.test_get_usage_tenant_with_empty_tenant_id ... success [0.152s] 2021-03-06 00:01:28.879 52 INFO opnfv-tempest [-] {2} tempest.api.compute.admin.test_simple_tenant_usage_negative.TenantUsagesNegativeTestJSON.test_get_usage_tenant_with_invalid_date ... success [0.029s] 2021-03-06 00:01:29.038 52 INFO opnfv-tempest [-] {2} tempest.api.compute.admin.test_simple_tenant_usage_negative.TenantUsagesNegativeTestJSON.test_list_usage_all_tenants_with_non_admin_user ... success [0.157s] 2021-03-06 00:01:31.124 52 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_migrations.MigrationsAdminTest.test_revert_cold_migration ... success [58.807s] 2021-03-06 00:01:37.217 52 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_servers_on_multinodes.ServersOnMultiNodesTest.test_create_servers_on_different_hosts ... success [12.529s] 2021-03-06 00:01:43.758 52 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_images.ImagesTestJSON.test_create_image_from_suspended_server ... success [47.145s] 2021-03-06 00:01:49.474 52 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_servers_on_multinodes.ServersOnMultiNodesTest.test_create_servers_on_different_hosts_with_list_of_servers ... success [12.248s] 2021-03-06 00:01:54.424 52 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_quotas.QuotaClassesAdminTestJSON.test_update_default_quotas ... success [0.476s] 2021-03-06 00:02:02.086 52 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_servers_on_multinodes.ServersOnMultiNodesTest.test_create_servers_on_same_host ... fail [12.596s] 2021-03-06 00:02:03.196 52 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_quotas.QuotasAdminTestV236.test_get_updated_quotas ... success [2.458s] 2021-03-06 00:02:03.558 52 INFO opnfv-tempest [-] {1} tempest.api.compute.images.test_images.ImagesTestJSON.test_delete_saving_image ... success [19.793s] 2021-03-06 00:02:14.738 52 INFO opnfv-tempest [-] {1} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_create ... success [0.785s] 2021-03-06 00:02:15.498 52 INFO opnfv-tempest [-] {1} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_create_with_optional_cidr ... success [0.756s] 2021-03-06 00:02:16.805 52 INFO opnfv-tempest [-] {1} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_create_with_optional_group_id ... success [1.303s] 2021-03-06 00:02:18.230 52 INFO opnfv-tempest [-] {1} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_delete_when_peer_group_deleted ... success [1.424s] 2021-03-06 00:02:19.305 52 INFO opnfv-tempest [-] {1} tempest.api.compute.security_groups.test_security_group_rules.SecurityGroupRulesTestJSON.test_security_group_rules_list ... success [1.069s] 2021-03-06 00:02:20.581 52 INFO opnfv-tempest [-] {2} tempest.api.compute.floating_ips.test_floating_ips_actions.FloatingIPsAssociationTestJSON.test_associate_already_associated_floating_ip ... success [24.762s] 2021-03-06 00:02:27.609 52 INFO opnfv-tempest [-] {2} tempest.api.compute.floating_ips.test_floating_ips_actions.FloatingIPsAssociationTestJSON.test_associate_disassociate_floating_ip ... success [7.034s] 2021-03-06 00:02:29.173 52 INFO opnfv-tempest [-] {1} tempest.api.compute.security_groups.test_security_group_rules_negative.SecurityGroupRulesNegativeTestJSON.test_create_security_group_rule_duplicate ... success [1.313s] 2021-03-06 00:02:29.486 52 INFO opnfv-tempest [-] {1} tempest.api.compute.security_groups.test_security_group_rules_negative.SecurityGroupRulesNegativeTestJSON.test_create_security_group_rule_with_invalid_from_port ... success [0.308s] 2021-03-06 00:02:29.513 52 INFO opnfv-tempest [-] {1} tempest.api.compute.security_groups.test_security_group_rules_negative.SecurityGroupRulesNegativeTestJSON.test_create_security_group_rule_with_invalid_id ... success [0.025s] 2021-03-06 00:02:29.958 52 INFO opnfv-tempest [-] {1} tempest.api.compute.security_groups.test_security_group_rules_negative.SecurityGroupRulesNegativeTestJSON.test_create_security_group_rule_with_invalid_ip_protocol ... success [0.444s] 2021-03-06 00:02:30.669 52 INFO opnfv-tempest [-] {1} tempest.api.compute.security_groups.test_security_group_rules_negative.SecurityGroupRulesNegativeTestJSON.test_create_security_group_rule_with_invalid_port_range ... success [0.710s] 2021-03-06 00:02:31.002 52 INFO opnfv-tempest [-] {1} tempest.api.compute.security_groups.test_security_group_rules_negative.SecurityGroupRulesNegativeTestJSON.test_create_security_group_rule_with_invalid_to_port ... success [0.319s] 2021-03-06 00:02:31.074 52 INFO opnfv-tempest [-] {1} tempest.api.compute.security_groups.test_security_group_rules_negative.SecurityGroupRulesNegativeTestJSON.test_create_security_group_rule_with_non_existent_id ... success [0.078s] 2021-03-06 00:02:31.150 52 INFO opnfv-tempest [-] {1} tempest.api.compute.security_groups.test_security_group_rules_negative.SecurityGroupRulesNegativeTestJSON.test_delete_security_group_rule_with_non_existent_id ... success [0.076s] 2021-03-06 00:02:36.445 52 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_server_diagnostics.ServerDiagnosticsV248Test.test_get_server_diagnostics ... success [27.064s] 2021-03-06 00:02:38.358 52 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_services.ServicesAdminTestJSON.test_get_service_by_host_name ... success [0.367s] 2021-03-06 00:02:38.433 52 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_services.ServicesAdminTestJSON.test_get_service_by_service_binary_name ... success [0.072s] 2021-03-06 00:02:38.511 52 INFO opnfv-tempest [-] {3} tempest.api.compute.admin.test_services.ServicesAdminTestJSON.test_list_services ... success [0.076s] 2021-03-06 00:02:39.631 52 INFO opnfv-tempest [-] {1} tempest.api.compute.security_groups.test_security_groups_negative.SecurityGroupsNegativeTestJSON.test_delete_nonexistent_security_group ... success [0.503s] 2021-03-06 00:02:39.647 52 INFO opnfv-tempest [-] {1} tempest.api.compute.security_groups.test_security_groups_negative.SecurityGroupsNegativeTestJSON.test_delete_security_group_without_passing_id ... success [0.018s] 2021-03-06 00:02:40.046 52 INFO opnfv-tempest [-] {1} tempest.api.compute.security_groups.test_security_groups_negative.SecurityGroupsNegativeTestJSON.test_delete_the_default_security_group ... success [0.396s] 2021-03-06 00:02:40.055 52 INFO opnfv-tempest [-] {1} tempest.api.compute.security_groups.test_security_groups_negative.SecurityGroupsNegativeTestJSON.test_security_group_create_with_duplicate_name ... skip [0.001s]: b'Neutron allows duplicate names for security groups' 2021-03-06 00:02:40.056 52 INFO opnfv-tempest [-] {1} tempest.api.compute.security_groups.test_security_groups_negative.SecurityGroupsNegativeTestJSON.test_security_group_create_with_invalid_group_description ... skip [0.001s]: b'Skipped until bug: https://launchpad.net/bugs/1161411 is resolved.' 2021-03-06 00:02:40.058 52 INFO opnfv-tempest [-] {1} tempest.api.compute.security_groups.test_security_groups_negative.SecurityGroupsNegativeTestJSON.test_security_group_create_with_invalid_group_name ... skip [0.001s]: b'Skipped until bug: https://launchpad.net/bugs/1161411 is resolved.' 2021-03-06 00:02:40.110 52 INFO opnfv-tempest [-] {1} tempest.api.compute.security_groups.test_security_groups_negative.SecurityGroupsNegativeTestJSON.test_security_group_get_nonexistent_group ... success [0.055s] 2021-03-06 00:02:40.161 52 INFO opnfv-tempest [-] {1} tempest.api.compute.security_groups.test_security_groups_negative.SecurityGroupsNegativeTestJSON.test_update_non_existent_security_group ... success [0.049s] 2021-03-06 00:02:40.176 52 INFO opnfv-tempest [-] {1} tempest.api.compute.security_groups.test_security_groups_negative.SecurityGroupsNegativeTestJSON.test_update_security_group_with_invalid_sg_des ... skip [0.001s]: b'Neutron does not check the security group description' 2021-03-06 00:02:40.177 52 INFO opnfv-tempest [-] {1} tempest.api.compute.security_groups.test_security_groups_negative.SecurityGroupsNegativeTestJSON.test_update_security_group_with_invalid_sg_id ... skip [0.000s]: b'Neutron does not check the security group ID' 2021-03-06 00:02:40.178 52 INFO opnfv-tempest [-] {1} tempest.api.compute.security_groups.test_security_groups_negative.SecurityGroupsNegativeTestJSON.test_update_security_group_with_invalid_sg_name ... skip [0.001s]: b'Neutron does not check the security group name' 2021-03-06 00:02:55.992 52 INFO opnfv-tempest [-] {3} tempest.api.compute.floating_ips.test_floating_ips_actions.FloatingIPsTestJSON.test_allocate_floating_ip ... success [5.409s] 2021-03-06 00:03:00.324 52 INFO opnfv-tempest [-] {3} tempest.api.compute.floating_ips.test_floating_ips_actions.FloatingIPsTestJSON.test_delete_floating_ip ... success [4.329s] 2021-03-06 00:03:16.906 52 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_servers.ServersAdminTestJSON.test_create_server_with_scheduling_hint ... success [12.185s] 2021-03-06 00:03:17.185 52 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_servers.ServersAdminTestJSON.test_list_servers_by_admin ... success [0.282s] 2021-03-06 00:03:19.985 52 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_servers.ServersAdminTestJSON.test_list_servers_by_admin_with_all_tenants ... success [2.800s] 2021-03-06 00:03:20.679 52 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_servers.ServersAdminTestJSON.test_list_servers_by_admin_with_specified_tenant ... success [0.690s] 2021-03-06 00:03:20.717 52 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_servers.ServersAdminTestJSON.test_list_servers_detailed_filter_by_invalid_status ... success [0.036s] 2021-03-06 00:03:21.236 52 INFO opnfv-tempest [-] {3} tempest.api.compute.floating_ips.test_list_floating_ips_negative.FloatingIPDetailsNegativeTestJSON.test_get_nonexistent_floating_ip_details ... success [0.242s] 2021-03-06 00:03:21.684 52 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_servers.ServersAdminTestJSON.test_list_servers_filter_by_error_status ... success [0.962s] 2021-03-06 00:03:22.256 52 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_servers.ServersAdminTestJSON.test_list_servers_filter_by_exist_host ... success [0.564s] 2021-03-06 00:03:24.942 52 INFO opnfv-tempest [-] {2} tempest.api.compute.floating_ips.test_floating_ips_actions_negative.FloatingIPsAssociationNegativeTestJSON.test_associate_ip_to_server_with_floating_ip ... success [15.636s] 2021-03-06 00:03:24.962 52 INFO opnfv-tempest [-] {2} tempest.api.compute.floating_ips.test_floating_ips_actions_negative.FloatingIPsAssociationNegativeTestJSON.test_associate_ip_to_server_without_passing_floating_ip ... success [0.022s] 2021-03-06 00:03:25.262 52 INFO opnfv-tempest [-] {2} tempest.api.compute.floating_ips.test_floating_ips_actions_negative.FloatingIPsAssociationNegativeTestJSON.test_associate_nonexistent_floating_ip ... success [0.298s] 2021-03-06 00:03:25.357 52 INFO opnfv-tempest [-] {2} tempest.api.compute.floating_ips.test_floating_ips_actions_negative.FloatingIPsAssociationNegativeTestJSON.test_dissociate_nonexistent_floating_ip ... success [0.092s] 2021-03-06 00:03:33.518 52 INFO opnfv-tempest [-] {3} tempest.api.compute.images.test_image_metadata_negative.ImagesMetadataNegativeTestJSON.test_delete_nonexistent_image_metadata_item ... success [0.181s] 2021-03-06 00:03:33.572 52 INFO opnfv-tempest [-] {3} tempest.api.compute.images.test_image_metadata_negative.ImagesMetadataNegativeTestJSON.test_get_nonexistent_image_metadata_item ... success [0.052s] 2021-03-06 00:03:33.623 52 INFO opnfv-tempest [-] {3} tempest.api.compute.images.test_image_metadata_negative.ImagesMetadataNegativeTestJSON.test_list_nonexistent_image_metadata ... success [0.050s] 2021-03-06 00:03:33.668 52 INFO opnfv-tempest [-] {3} tempest.api.compute.images.test_image_metadata_negative.ImagesMetadataNegativeTestJSON.test_set_nonexistent_image_metadata ... success [0.045s] 2021-03-06 00:03:33.715 52 INFO opnfv-tempest [-] {3} tempest.api.compute.images.test_image_metadata_negative.ImagesMetadataNegativeTestJSON.test_set_nonexistent_image_metadata_item ... success [0.047s] 2021-03-06 00:03:33.767 52 INFO opnfv-tempest [-] {3} tempest.api.compute.images.test_image_metadata_negative.ImagesMetadataNegativeTestJSON.test_update_nonexistent_image_metadata ... success [0.051s] 2021-03-06 00:03:37.290 52 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_attach_interfaces.AttachInterfacesTestJSON.test_create_list_show_delete_interfaces_by_fixed_ip ... success [44.699s] 2021-03-06 00:03:37.951 52 INFO opnfv-tempest [-] {3} tempest.api.compute.images.test_images_negative.ImagesDeleteNegativeTestJSON.test_delete_image_blank_id ... success [0.229s] 2021-03-06 00:03:37.993 52 INFO opnfv-tempest [-] {3} tempest.api.compute.images.test_images_negative.ImagesDeleteNegativeTestJSON.test_delete_image_negative_image_id ... success [0.042s] 2021-03-06 00:03:38.052 52 INFO opnfv-tempest [-] {3} tempest.api.compute.images.test_images_negative.ImagesDeleteNegativeTestJSON.test_delete_image_non_hex_string_id ... success [0.055s] 2021-03-06 00:03:38.091 52 INFO opnfv-tempest [-] {3} tempest.api.compute.images.test_images_negative.ImagesDeleteNegativeTestJSON.test_delete_image_with_id_over_character_limit ... success [0.035s] 2021-03-06 00:03:38.140 52 INFO opnfv-tempest [-] {3} tempest.api.compute.images.test_images_negative.ImagesDeleteNegativeTestJSON.test_delete_image_with_invalid_image_id ... success [0.046s] 2021-03-06 00:03:38.184 52 INFO opnfv-tempest [-] {3} tempest.api.compute.images.test_images_negative.ImagesDeleteNegativeTestJSON.test_delete_non_existent_image ... success [0.039s] 2021-03-06 00:03:47.993 52 INFO opnfv-tempest [-] {2} tempest.api.compute.floating_ips.test_floating_ips_actions_negative.FloatingIPsNegativeTestJSON.test_allocate_floating_ip_from_nonexistent_pool ... success [0.065s] 2021-03-06 00:03:48.098 52 INFO opnfv-tempest [-] {2} tempest.api.compute.floating_ips.test_floating_ips_actions_negative.FloatingIPsNegativeTestJSON.test_delete_nonexistent_floating_ip ... success [0.105s] 2021-03-06 00:04:05.162 52 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_servers.ServersAdminTestJSON.test_rebuild_server_in_error_state ... success [42.894s] 2021-03-06 00:04:17.622 52 INFO opnfv-tempest [-] {2} tempest.api.compute.images.test_images_negative.ImagesNegativeTestJSON.test_create_image_from_deleted_server ... success [17.901s] 2021-03-06 00:04:17.645 52 INFO opnfv-tempest [-] {2} tempest.api.compute.images.test_images_negative.ImagesNegativeTestJSON.test_create_image_from_invalid_server ... success [0.021s] 2021-03-06 00:04:17.668 52 INFO opnfv-tempest [-] {2} tempest.api.compute.images.test_images_negative.ImagesNegativeTestJSON.test_create_image_specify_uuid_35_characters_or_less ... success [0.021s] 2021-03-06 00:04:17.694 52 INFO opnfv-tempest [-] {2} tempest.api.compute.images.test_images_negative.ImagesNegativeTestJSON.test_create_image_specify_uuid_37_characters_or_more ... success [0.023s] 2021-03-06 00:04:20.562 52 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_servers.ServersAdminTestJSON.test_reset_network_inject_network_info ... success [15.395s] 2021-03-06 00:04:21.329 52 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_servers.ServersAdminTestJSON.test_reset_state_server ... success [0.770s] 2021-03-06 00:04:33.554 52 INFO opnfv-tempest [-] {3} tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_delete_image ... success [37.180s] 2021-03-06 00:04:34.973 52 INFO opnfv-tempest [-] {2} tempest.api.compute.images.test_images_oneserver_negative.ImagesOneServerNegativeTestJSON.test_create_image_specify_invalid_metadata ... success [0.526s] 2021-03-06 00:04:35.156 52 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_attach_interfaces.AttachInterfacesTestJSON.test_create_list_show_delete_interfaces_by_network_port ... success [57.849s] 2021-03-06 00:04:35.469 52 INFO opnfv-tempest [-] {2} tempest.api.compute.images.test_images_oneserver_negative.ImagesOneServerNegativeTestJSON.test_create_image_specify_metadata_over_limits ... success [0.495s] 2021-03-06 00:04:36.011 52 INFO opnfv-tempest [-] {2} tempest.api.compute.images.test_images_oneserver_negative.ImagesOneServerNegativeTestJSON.test_create_image_specify_name_over_character_limit ... success [0.538s] 2021-03-06 00:04:45.817 52 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_services_negative.ServicesAdminNegativeTestJSON.test_get_service_by_invalid_params ... success [0.524s] 2021-03-06 00:04:45.947 52 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_services_negative.ServicesAdminNegativeTestJSON.test_get_service_by_invalid_service_and_valid_host ... success [0.126s] 2021-03-06 00:04:46.116 52 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_services_negative.ServicesAdminNegativeTestJSON.test_get_service_with_valid_service_and_invalid_host ... success [0.165s] 2021-03-06 00:04:46.341 52 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_services_negative.ServicesAdminNegativeTestJSON.test_list_services_with_non_admin_user ... success [0.221s] 2021-03-06 00:04:52.458 52 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_services_negative.ServicesAdminNegativeV253TestJSON.test_disable_log_reason_with_invalid_service_id ... success [0.173s] 2021-03-06 00:04:52.494 52 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_services_negative.ServicesAdminNegativeV253TestJSON.test_disable_service_with_invalid_service_id ... success [0.036s] 2021-03-06 00:04:52.534 52 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_services_negative.ServicesAdminNegativeV253TestJSON.test_enable_service_with_invalid_service_id ... success [0.039s] 2021-03-06 00:04:52.691 52 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_services_negative.ServicesAdminNegativeV253TestJSON.test_get_service_by_invalid_params ... success [0.154s] 2021-03-06 00:04:52.832 52 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_services_negative.ServicesAdminNegativeV253TestJSON.test_get_service_by_invalid_service_and_valid_host ... success [0.140s] 2021-03-06 00:04:52.966 52 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_services_negative.ServicesAdminNegativeV253TestJSON.test_get_service_with_valid_service_and_invalid_host ... success [0.135s] 2021-03-06 00:04:53.219 52 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_services_negative.ServicesAdminNegativeV253TestJSON.test_list_services_with_non_admin_user ... success [0.252s] 2021-03-06 00:04:55.785 52 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_volumes_negative.UpdateMultiattachVolumeNegativeTest ... skip: b'Volume multi-attach is not available.' 2021-03-06 00:05:02.245 52 INFO opnfv-tempest [-] {2} tempest.api.compute.images.test_images_oneserver_negative.ImagesOneServerNegativeTestJSON.test_create_second_image_when_first_image_is_being_saved ... success [26.221s] 2021-03-06 00:05:09.236 52 INFO opnfv-tempest [-] {3} tempest.api.compute.images.test_images_oneserver.ImagesOneServerTestJSON.test_create_image_specify_multibyte_character_image_name ... success [35.674s] 2021-03-06 00:05:20.513 52 INFO opnfv-tempest [-] {2} tempest.api.compute.images.test_images_oneserver_negative.ImagesOneServerNegativeTestJSON.test_delete_image_that_is_not_yet_active ... success [18.258s] 2021-03-06 00:05:23.210 52 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_volumes_negative.VolumesAdminNegativeTest.test_update_attached_volume_with_nonexistent_volume_in_body ... success [6.520s] 2021-03-06 00:05:25.004 52 INFO opnfv-tempest [-] {0} tempest.api.compute.admin.test_volumes_negative.VolumesAdminNegativeTest.test_update_attached_volume_with_nonexistent_volume_in_uri ... success [1.790s] 2021-03-06 00:05:31.382 52 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_availability_zone.AZV2TestJSON.test_get_availability_zone_list_with_non_admin_user ... success [0.231s] 2021-03-06 00:05:36.230 52 INFO opnfv-tempest [-] {0} tempest.api.compute.certificates.test_certificates.CertificatesV2TestJSON ... skip: b'Nova cert is not available' 2021-03-06 00:05:41.733 52 INFO opnfv-tempest [-] {0} tempest.api.compute.flavors.test_flavors_negative.FlavorsV2NegativeTest.test_boot_with_low_ram ... success [3.234s] 2021-03-06 00:05:44.916 52 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_attach_interfaces.AttachInterfacesTestJSON.test_reassign_port_between_servers ... success [69.747s] 2021-03-06 00:06:06.278 52 INFO opnfv-tempest [-] {0} tempest.api.compute.floating_ips.test_list_floating_ips.FloatingIPDetailsTestJSON.test_get_floating_ip_details ... success [4.967s] 2021-03-06 00:06:06.546 52 INFO opnfv-tempest [-] {0} tempest.api.compute.floating_ips.test_list_floating_ips.FloatingIPDetailsTestJSON.test_list_floating_ip_pools ... success [0.265s] 2021-03-06 00:06:06.882 52 INFO opnfv-tempest [-] {0} tempest.api.compute.floating_ips.test_list_floating_ips.FloatingIPDetailsTestJSON.test_list_floating_ips ... success [0.331s] 2021-03-06 00:06:15.060 52 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_host_name_is_same_as_server_name ... success [6.760s] 2021-03-06 00:06:15.250 52 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_list_servers ... success [0.188s] 2021-03-06 00:06:15.635 52 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_list_servers_with_detail ... success [0.384s] 2021-03-06 00:06:15.759 52 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_verify_created_server_vcpus ... success [0.123s] 2021-03-06 00:06:15.761 52 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_create_server.ServersTestBootFromVolume.test_verify_server_details ... success [0.002s] 2021-03-06 00:06:26.913 52 INFO opnfv-tempest [-] {0} tempest.api.compute.images.test_image_metadata.ImagesMetadataTestJSON.test_delete_image_metadata_item ... success [0.876s] 2021-03-06 00:06:27.383 52 INFO opnfv-tempest [-] {0} tempest.api.compute.images.test_image_metadata.ImagesMetadataTestJSON.test_get_image_metadata_item ... success [0.468s] 2021-03-06 00:06:27.816 52 INFO opnfv-tempest [-] {0} tempest.api.compute.images.test_image_metadata.ImagesMetadataTestJSON.test_list_image_metadata ... success [0.432s] 2021-03-06 00:06:28.640 52 INFO opnfv-tempest [-] {0} tempest.api.compute.images.test_image_metadata.ImagesMetadataTestJSON.test_set_image_metadata ... success [0.824s] 2021-03-06 00:06:29.573 52 INFO opnfv-tempest [-] {0} tempest.api.compute.images.test_image_metadata.ImagesMetadataTestJSON.test_set_image_metadata_item ... success [0.931s] 2021-03-06 00:06:30.461 52 INFO opnfv-tempest [-] {0} tempest.api.compute.images.test_image_metadata.ImagesMetadataTestJSON.test_update_image_metadata ... success [0.886s] 2021-03-06 00:06:36.438 52 INFO opnfv-tempest [-] {0} tempest.api.compute.images.test_list_images.ListImagesTestJSON.test_get_image ... success [0.156s] 2021-03-06 00:06:36.578 52 INFO opnfv-tempest [-] {0} tempest.api.compute.images.test_list_images.ListImagesTestJSON.test_list_images ... success [0.136s] 2021-03-06 00:06:36.753 52 INFO opnfv-tempest [-] {0} tempest.api.compute.images.test_list_images.ListImagesTestJSON.test_list_images_with_detail ... success [0.168s] 2021-03-06 00:06:40.866 52 INFO opnfv-tempest [-] {0} tempest.api.compute.keypairs.test_keypairs.KeyPairsV2TestJSON.test_get_keypair_detail ... success [0.404s] 2021-03-06 00:06:41.203 52 INFO opnfv-tempest [-] {0} tempest.api.compute.keypairs.test_keypairs.KeyPairsV2TestJSON.test_keypair_create_delete ... success [0.334s] 2021-03-06 00:06:41.308 52 INFO opnfv-tempest [-] {0} tempest.api.compute.keypairs.test_keypairs.KeyPairsV2TestJSON.test_keypair_create_with_pub_key ... success [0.107s] 2021-03-06 00:06:42.288 52 INFO opnfv-tempest [-] {0} tempest.api.compute.keypairs.test_keypairs.KeyPairsV2TestJSON.test_keypairs_create_list_delete ... success [0.975s] 2021-03-06 00:06:42.556 52 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_attach_interfaces.AttachInterfacesUnderV243Test.test_add_remove_fixed_ip ... success [38.853s] 2021-03-06 00:06:46.418 52 INFO opnfv-tempest [-] {0} tempest.api.compute.keypairs.test_keypairs_v22.KeyPairsV22TestJSON.test_get_keypair_detail ... success [0.392s] 2021-03-06 00:06:46.804 52 INFO opnfv-tempest [-] {0} tempest.api.compute.keypairs.test_keypairs_v22.KeyPairsV22TestJSON.test_keypair_create_delete ... success [0.382s] 2021-03-06 00:06:46.928 52 INFO opnfv-tempest [-] {0} tempest.api.compute.keypairs.test_keypairs_v22.KeyPairsV22TestJSON.test_keypair_create_with_pub_key ... success [0.121s] 2021-03-06 00:06:47.753 52 INFO opnfv-tempest [-] {0} tempest.api.compute.keypairs.test_keypairs_v22.KeyPairsV22TestJSON.test_keypairs_create_list_delete ... success [0.817s] 2021-03-06 00:06:48.075 52 INFO opnfv-tempest [-] {0} tempest.api.compute.keypairs.test_keypairs_v22.KeyPairsV22TestJSON.test_keypairsv22_create_list_show ... success [0.316s] 2021-03-06 00:06:48.418 52 INFO opnfv-tempest [-] {0} tempest.api.compute.keypairs.test_keypairs_v22.KeyPairsV22TestJSON.test_keypairsv22_create_list_show_with_type ... success [0.338s] 2021-03-06 00:06:52.559 52 INFO opnfv-tempest [-] {0} tempest.api.compute.limits.test_absolute_limits.AbsoluteLimitsTestJSON.test_absLimits_get ... success [0.274s] 2021-03-06 00:06:55.815 52 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_active_server ... success [19.476s] 2021-03-06 00:07:15.058 52 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_list_security_groups_by_server ... success [16.209s] 2021-03-06 00:07:15.698 52 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_security_group_create_get_delete ... success [0.645s] 2021-03-06 00:07:19.494 52 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_security_groups_create_list_delete ... success [3.786s] 2021-03-06 00:07:19.577 52 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_server_while_in_attached_volume ... success [23.755s] 2021-03-06 00:07:21.693 52 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_server_while_in_building_state ... success [2.126s] 2021-03-06 00:07:22.769 52 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_host_name_is_same_as_server_name ... success [5.092s] 2021-03-06 00:07:22.966 52 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers ... success [0.194s] 2021-03-06 00:07:23.403 52 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_list_servers_with_detail ... success [0.434s] 2021-03-06 00:07:23.538 52 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_created_server_vcpus ... success [0.132s] 2021-03-06 00:07:23.539 52 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server.ServersTestManualDisk.test_verify_server_details ... success [0.001s] 2021-03-06 00:07:25.652 52 INFO opnfv-tempest [-] {3} tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_filter_by_changes_since ... success [0.116s] 2021-03-06 00:07:25.744 52 INFO opnfv-tempest [-] {3} tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_filter_by_name ... success [0.092s] 2021-03-06 00:07:25.855 52 INFO opnfv-tempest [-] {3} tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_filter_by_server_id ... success [0.111s] 2021-03-06 00:07:26.086 52 INFO opnfv-tempest [-] {3} tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_filter_by_server_ref ... success [0.228s] 2021-03-06 00:07:26.278 52 INFO opnfv-tempest [-] {3} tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_filter_by_status ... success [0.187s] 2021-03-06 00:07:26.400 52 INFO opnfv-tempest [-] {3} tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_filter_by_type ... success [0.124s] 2021-03-06 00:07:26.495 52 INFO opnfv-tempest [-] {3} tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_limit_results ... success [0.093s] 2021-03-06 00:07:26.644 52 INFO opnfv-tempest [-] {3} tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_with_detail_filter_by_changes_since ... success [0.148s] 2021-03-06 00:07:26.749 52 INFO opnfv-tempest [-] {3} tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_with_detail_filter_by_name ... success [0.102s] 2021-03-06 00:07:26.963 52 INFO opnfv-tempest [-] {3} tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_with_detail_filter_by_server_ref ... success [0.213s] 2021-03-06 00:07:27.160 52 INFO opnfv-tempest [-] {3} tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_with_detail_filter_by_status ... success [0.193s] 2021-03-06 00:07:27.352 52 INFO opnfv-tempest [-] {3} tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_with_detail_filter_by_type ... success [0.187s] 2021-03-06 00:07:27.455 52 INFO opnfv-tempest [-] {3} tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON.test_list_images_with_detail_limit_results ... success [0.099s] 2021-03-06 00:07:40.106 52 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_server_while_in_pause_state ... success [18.404s] 2021-03-06 00:07:46.152 52 INFO opnfv-tempest [-] {3} tempest.api.compute.images.test_list_image_filters_negative.ListImageFiltersNegativeTestJSON.test_get_nonexistent_image ... success [0.203s] 2021-03-06 00:07:47.857 52 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_server_security_groups ... success [28.355s] 2021-03-06 00:07:48.387 52 INFO opnfv-tempest [-] {0} tempest.api.compute.security_groups.test_security_groups.SecurityGroupsTestJSON.test_update_security_groups ... success [0.538s] 2021-03-06 00:07:50.197 52 INFO opnfv-tempest [-] {3} tempest.api.compute.keypairs.test_keypairs_negative.KeyPairsNegativeTestJSON.test_create_keypair_invalid_name ... success [0.131s] 2021-03-06 00:07:50.260 52 INFO opnfv-tempest [-] {3} tempest.api.compute.keypairs.test_keypairs_negative.KeyPairsNegativeTestJSON.test_create_keypair_when_public_key_bits_exceeds_maximum ... success [0.061s] 2021-03-06 00:07:50.629 52 INFO opnfv-tempest [-] {3} tempest.api.compute.keypairs.test_keypairs_negative.KeyPairsNegativeTestJSON.test_create_keypair_with_duplicate_name ... success [0.367s] 2021-03-06 00:07:50.650 52 INFO opnfv-tempest [-] {3} tempest.api.compute.keypairs.test_keypairs_negative.KeyPairsNegativeTestJSON.test_create_keypair_with_empty_name_string ... success [0.021s] 2021-03-06 00:07:50.717 52 INFO opnfv-tempest [-] {3} tempest.api.compute.keypairs.test_keypairs_negative.KeyPairsNegativeTestJSON.test_create_keypair_with_empty_public_key ... success [0.067s] 2021-03-06 00:07:50.744 52 INFO opnfv-tempest [-] {3} tempest.api.compute.keypairs.test_keypairs_negative.KeyPairsNegativeTestJSON.test_create_keypair_with_long_keynames ... success [0.024s] 2021-03-06 00:07:50.802 52 INFO opnfv-tempest [-] {3} tempest.api.compute.keypairs.test_keypairs_negative.KeyPairsNegativeTestJSON.test_keypair_create_with_invalid_pub_key ... success [0.058s] 2021-03-06 00:07:50.845 52 INFO opnfv-tempest [-] {3} tempest.api.compute.keypairs.test_keypairs_negative.KeyPairsNegativeTestJSON.test_keypair_delete_nonexistent_key ... success [0.042s] 2021-03-06 00:07:56.670 52 INFO opnfv-tempest [-] {3} tempest.api.compute.limits.test_absolute_limits_negative.AbsoluteLimitsNegativeTestJSON.test_max_metadata_exceed_limit ... success [2.068s] 2021-03-06 00:08:15.411 52 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_instance_actions_negative.InstanceActionsNegativeTestJSON.test_get_instance_action_invalid_request ... success [0.094s] 2021-03-06 00:08:15.445 52 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_instance_actions_negative.InstanceActionsNegativeTestJSON.test_list_instance_actions_non_existent_server ... success [0.032s] 2021-03-06 00:08:28.807 52 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server_multi_nic.ServersTestMultiNic.test_verify_duplicate_network_nics ... success [40.309s] 2021-03-06 00:08:29.739 52 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_host_name_is_same_as_server_name ... success [5.621s] 2021-03-06 00:08:30.041 52 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers ... success [0.302s] 2021-03-06 00:08:30.436 52 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_list_servers_with_detail ... success [0.394s] 2021-03-06 00:08:30.560 52 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_created_server_vcpus ... success [0.123s] 2021-03-06 00:08:30.564 52 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_create_server.ServersTestJSON.test_verify_server_details ... success [0.004s] 2021-03-06 00:08:44.400 52 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_flavor ... success [0.433s] 2021-03-06 00:08:44.827 52 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_image ... success [0.422s] 2021-03-06 00:08:45.307 52 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_server_name ... success [0.478s] 2021-03-06 00:08:46.307 52 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_filter_by_server_status ... success [0.995s] 2021-03-06 00:08:46.840 52 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_detailed_limit_results ... success [0.530s] 2021-03-06 00:08:47.019 52 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_active_status ... success [0.176s] 2021-03-06 00:08:47.409 52 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_exceed_limit ... success [0.387s] 2021-03-06 00:08:47.599 52 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_flavor ... success [0.186s] 2021-03-06 00:08:47.793 52 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_image ... success [0.189s] 2021-03-06 00:08:47.899 52 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_limit ... success [0.102s] 2021-03-06 00:08:48.081 52 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_server_name ... success [0.177s] 2021-03-06 00:09:01.389 52 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_create_server_multi_nic.ServersTestMultiNic.test_verify_multiple_nics_order ... success [32.572s] 2021-03-06 00:09:28.621 52 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_shutoff_status ... success [40.528s] 2021-03-06 00:09:28.653 52 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filter_by_zero_limit ... success [0.037s] 2021-03-06 00:09:29.220 52 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON.test_get_instance_action ... success [0.079s] 2021-03-06 00:09:29.715 52 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filtered_by_ip ... success [1.057s] 2021-03-06 00:09:31.341 52 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filtered_by_ip_regex ... success [1.626s] 2021-03-06 00:09:31.876 52 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filtered_by_name_regex ... success [0.532s] 2021-03-06 00:09:32.225 52 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_list_server_filters.ListServerFiltersTestJSON.test_list_servers_filtered_by_name_wildcard ... success [0.349s] 2021-03-06 00:09:33.545 52 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_instance_actions.InstanceActionsTestJSON.test_list_instance_actions ... success [4.322s] 2021-03-06 00:09:36.054 52 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_server_while_in_shelved_state ... success [115.920s] 2021-03-06 00:09:43.099 52 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_device_tagging.TaggedAttachmentsTest.test_tagged_attachment ... success [44.027s] 2021-03-06 00:09:51.955 52 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_multiple_create_negative.MultipleCreateNegativeTestJSON.test_max_count_less_than_min_count ... success [0.951s] 2021-03-06 00:09:52.760 52 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_multiple_create_negative.MultipleCreateNegativeTestJSON.test_max_count_less_than_one ... success [0.803s] 2021-03-06 00:09:53.682 52 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_multiple_create_negative.MultipleCreateNegativeTestJSON.test_max_count_non_integer ... success [0.921s] 2021-03-06 00:09:54.648 52 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_multiple_create_negative.MultipleCreateNegativeTestJSON.test_min_count_less_than_one ... success [0.962s] 2021-03-06 00:09:55.590 52 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_multiple_create_negative.MultipleCreateNegativeTestJSON.test_min_count_non_integer ... success [0.941s] 2021-03-06 00:10:06.197 52 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_instance_actions.InstanceActionsV221TestJSON.test_get_list_deleted_instance_actions ... success [20.839s] 2021-03-06 00:10:17.020 52 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_changes_since_future_date ... success [0.113s] 2021-03-06 00:10:17.049 52 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_changes_since_invalid_date ... success [0.028s] 2021-03-06 00:10:17.570 52 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_greater_than_actual_count ... success [0.517s] 2021-03-06 00:10:17.594 52 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_pass_negative_value ... success [0.021s] 2021-03-06 00:10:17.616 52 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_limits_pass_string ... success [0.019s] 2021-03-06 00:10:17.812 52 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_flavor ... success [0.193s] 2021-03-06 00:10:17.935 52 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_image ... success [0.122s] 2021-03-06 00:10:18.041 52 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_by_non_existing_server_name ... success [0.106s] 2021-03-06 00:10:18.424 52 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_detail_server_is_deleted ... success [0.383s] 2021-03-06 00:10:18.458 52 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_status_non_existing ... success [0.032s] 2021-03-06 00:10:18.628 52 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_list_servers_negative.ListServersNegativeTestJSON.test_list_servers_with_a_deleted_server ... success [0.167s] 2021-03-06 00:10:24.882 52 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_change_server_password ... skip [0.001s]: b'Change password not available.' 2021-03-06 00:10:25.467 52 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_personality.ServerPersonalityTestJSON ... skip: b'Nova personality feature disabled' 2021-03-06 00:10:26.836 52 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_multiple_create.MultipleCreateTestJSON.test_multiple_create ... success [13.740s] 2021-03-06 00:10:41.956 52 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_multiple_create.MultipleCreateTestJSON.test_multiple_create_with_reservation_return ... success [15.114s] 2021-03-06 00:10:54.576 52 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_server_while_in_shutoff_state ... success [78.481s] 2021-03-06 00:11:07.042 52 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_addresses_negative.ServerAddressesNegativeTestJSON.test_list_server_addresses_by_network_neg ... success [0.072s] 2021-03-06 00:11:07.067 52 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_addresses_negative.ServerAddressesNegativeTestJSON.test_list_server_addresses_invalid_server_id ... success [0.021s] 2021-03-06 00:11:14.135 52 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_server_while_in_suspended_state ... success [19.558s] 2021-03-06 00:11:32.529 52 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_password.ServerPasswordTestJSON.test_delete_server_password ... success [0.148s] 2021-03-06 00:11:32.621 52 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_password.ServerPasswordTestJSON.test_get_server_password ... success [0.087s] 2021-03-06 00:11:54.077 52 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_rescue.ServerRescueTestJSONUnderV235.test_rescued_vm_add_remove_security_group ... success [2.607s] 2021-03-06 00:11:55.765 52 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_tags.ServerTagsTestJSON.test_check_tag_existence ... success [0.328s] 2021-03-06 00:11:56.325 52 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_tags.ServerTagsTestJSON.test_create_delete_tag ... success [0.559s] 2021-03-06 00:11:56.983 52 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_tags.ServerTagsTestJSON.test_delete_all_tags ... success [0.653s] 2021-03-06 00:11:57.687 52 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_server_tags.ServerTagsTestJSON.test_update_all_tags ... success [0.702s] 2021-03-06 00:12:06.305 52 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_server_rescue.ServerRescueTestJSONUnderV235.test_rescued_vm_associate_dissociate_floating_ip ... success [12.227s] 2021-03-06 00:12:22.690 52 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers.ServerShowV247Test.test_show_server ... success [2.129s] 2021-03-06 00:12:24.190 52 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_create_backup ... success [119.267s] 2021-03-06 00:12:31.116 52 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_get_console_output ... success [6.926s] 2021-03-06 00:12:45.031 52 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_servers_microversions.ServerShowV254Test.test_rebuild_server ... success [38.604s] 2021-03-06 00:12:46.083 52 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_server_while_in_verify_resize_state ... success [91.926s] 2021-03-06 00:12:58.652 52 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_get_console_output_server_id_in_shutoff_status ... success [27.524s] 2021-03-06 00:13:00.391 52 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers.ServerShowV247Test.test_update_rebuild_list_server ... success [37.687s] 2021-03-06 00:13:16.093 52 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_get_console_output_with_unlimited_size ... success [17.430s] 2021-03-06 00:13:16.705 52 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_get_vnc_console ... success [0.616s] 2021-03-06 00:13:26.244 52 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_server_specify_multibyte_character_name ... success [11.481s] 2021-03-06 00:13:26.492 52 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_lock_unlock_server ... success [9.779s] 2021-03-06 00:13:28.495 52 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_server_with_admin_password ... success [2.251s] 2021-03-06 00:13:30.271 52 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_pause_unpause_server ... success [3.781s] 2021-03-06 00:13:32.080 52 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_servers_microversions.ServerShowV257Test.test_rebuild_server ... success [39.507s] 2021-03-06 00:13:40.961 52 INFO opnfv-tempest [-] {1} tempest.api.compute.servers.test_virtual_interfaces_negative.VirtualInterfacesNegativeTestJSON ... skip: b'nova-network is gone' 2021-03-06 00:13:43.544 52 INFO opnfv-tempest [-] {1} tempest.api.compute.test_extensions.ExtensionsTest.test_get_extension ... success [0.200s] 2021-03-06 00:13:43.585 52 INFO opnfv-tempest [-] {1} tempest.api.compute.test_extensions.ExtensionsTest.test_list_extensions ... success [0.041s] 2021-03-06 00:13:45.783 52 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_hard ... success [15.506s] 2021-03-06 00:13:45.889 52 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_server_with_ipv6_addr_only ... success [17.382s] 2021-03-06 00:13:46.287 52 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_reboot_server_soft ... skip [0.503s]: b'Skipped until bug: https://launchpad.net/bugs/1014647 is resolved.' 2021-03-06 00:14:07.317 52 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_specify_keypair ... success [21.425s] 2021-03-06 00:14:19.035 52 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_disk_config.ServerDiskConfigTestJSON.test_rebuild_server_with_auto_disk_config ... success [82.704s] 2021-03-06 00:14:21.856 52 INFO opnfv-tempest [-] {1} tempest.api.compute.volumes.test_attach_volume_negative.AttachVolumeNegativeTest.test_attach_attached_volume_to_different_server ... success [32.758s] 2021-03-06 00:14:39.552 52 INFO opnfv-tempest [-] {1} tempest.api.compute.volumes.test_attach_volume_negative.AttachVolumeNegativeTest.test_attach_attached_volume_to_same_server ... success [17.690s] 2021-03-06 00:14:42.751 52 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers.ServersTestJSON.test_create_with_existing_server_name ... success [35.421s] 2021-03-06 00:14:56.637 52 INFO opnfv-tempest [-] {1} tempest.api.compute.volumes.test_attach_volume_negative.AttachVolumeNegativeTest.test_delete_attached_volume ... success [17.076s] 2021-03-06 00:14:58.994 52 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_access_server_address ... success [16.244s] 2021-03-06 00:15:12.879 52 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_rebuild_server ... success [86.576s] 2021-03-06 00:15:19.327 52 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v2.test_tokens_negative.TokensAdminTestNegative ... skip: b'Identity api v2 is not enabled' 2021-03-06 00:15:19.331 52 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v2.test_users_negative.UsersNegativeTestJSON ... skip: b'Identity api v2 is not enabled' 2021-03-06 00:15:26.053 52 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v3.test_default_project_id.TestDefaultProjectId.test_default_project_id ... success [3.061s] 2021-03-06 00:15:32.660 52 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v3.test_domains_negative.DomainsNegativeTestJSON.test_create_domain_with_empty_name ... success [0.114s] 2021-03-06 00:15:32.780 52 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v3.test_domains_negative.DomainsNegativeTestJSON.test_create_domain_with_name_length_over_64 ... success [0.125s] 2021-03-06 00:15:33.405 52 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v3.test_domains_negative.DomainsNegativeTestJSON.test_delete_active_domain ... success [0.624s] 2021-03-06 00:15:33.597 52 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v3.test_domains_negative.DomainsNegativeTestJSON.test_delete_non_existent_domain ... success [0.192s] 2021-03-06 00:15:34.284 52 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v3.test_domains_negative.DomainsNegativeTestJSON.test_domain_create_duplicate ... success [0.688s] 2021-03-06 00:15:42.172 52 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v3.test_endpoints.EndPointsTestJSON.test_create_list_show_delete_endpoint ... success [0.630s] 2021-03-06 00:15:42.505 52 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v3.test_endpoints.EndPointsTestJSON.test_list_endpoints ... success [0.325s] 2021-03-06 00:15:43.228 52 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_disk_config.ServerDiskConfigTestJSON.test_rebuild_server_with_manual_disk_config ... success [84.174s] 2021-03-06 00:15:43.292 52 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v3.test_endpoints.EndPointsTestJSON.test_update_endpoint ... success [0.792s] 2021-03-06 00:15:50.585 52 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v3.test_list_projects.ListProjectsTestJSON.test_list_projects_with_enabled ... success [0.213s] 2021-03-06 00:15:50.722 52 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v3.test_list_projects.ListProjectsTestJSON.test_list_projects_with_parent ... success [0.135s] 2021-03-06 00:15:57.936 52 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v3.test_oauth_consumers.OAUTHConsumersV3Test.test_create_and_show_consumer ... success [0.331s] 2021-03-06 00:15:58.415 52 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v3.test_oauth_consumers.OAUTHConsumersV3Test.test_delete_consumer ... success [0.474s] 2021-03-06 00:15:58.787 52 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v3.test_oauth_consumers.OAUTHConsumersV3Test.test_list_consumers ... success [0.367s] 2021-03-06 00:15:59.057 52 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v3.test_oauth_consumers.OAUTHConsumersV3Test.test_update_consumer ... success [0.269s] 2021-03-06 00:16:00.223 52 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_rebuild_server_in_stop_state ... success [47.328s] 2021-03-06 00:16:05.397 52 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v3.test_policies.PoliciesTestJSON.test_create_update_delete_policy ... success [0.416s] 2021-03-06 00:16:05.993 52 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v3.test_policies.PoliciesTestJSON.test_list_policies ... success [0.594s] 2021-03-06 00:16:12.111 52 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_remove_server_all_security_groups ... success [11.888s] 2021-03-06 00:16:12.839 52 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v3.test_projects_negative.ProjectsNegativeTestJSON.test_project_delete_by_unauthorized_user ... success [0.718s] 2021-03-06 00:16:19.650 52 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v3.test_regions.RegionsTestJSON.test_create_region_with_specific_id ... success [0.174s] 2021-03-06 00:16:19.954 52 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers.ServersTestJSON.test_update_server_name ... success [80.930s] 2021-03-06 00:16:20.265 52 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v3.test_regions.RegionsTestJSON.test_create_update_get_delete_region ... success [0.611s] 2021-03-06 00:16:20.388 52 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v3.test_regions.RegionsTestJSON.test_list_regions ... success [0.124s] 2021-03-06 00:16:20.616 52 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v3.test_regions.RegionsTestJSON.test_list_regions_filter_by_parent_region_id ... success [0.228s] 2021-03-06 00:16:28.859 52 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_assignments_for_domain_roles ... success [0.569s] 2021-03-06 00:16:29.927 52 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_assignments_for_implied_roles_create_delete ... success [1.065s] 2021-03-06 00:16:30.394 52 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_domain_roles_create_delete ... success [0.466s] 2021-03-06 00:16:30.775 52 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_grant_list_revoke_role_to_group_on_domain ... success [0.377s] 2021-03-06 00:16:32.042 52 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_grant_list_revoke_role_to_group_on_project ... success [1.262s] 2021-03-06 00:16:32.500 52 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_grant_list_revoke_role_to_user_on_domain ... success [0.455s] 2021-03-06 00:16:32.908 52 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_grant_list_revoke_role_to_user_on_project ... success [0.405s] 2021-03-06 00:16:35.169 52 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_implied_domain_roles ... success [2.263s] 2021-03-06 00:16:35.833 52 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_implied_roles_create_check_show_delete ... success [0.661s] 2021-03-06 00:16:36.020 52 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_resize_server_confirm ... success [23.903s] 2021-03-06 00:16:36.700 52 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_list_all_implied_roles ... success [0.859s] 2021-03-06 00:16:36.820 52 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_list_roles ... success [0.121s] 2021-03-06 00:16:37.206 52 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_role_create_update_show_list ... success [0.379s] 2021-03-06 00:16:38.146 52 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v3.test_roles.RolesV3TestJSON.test_roles_hierarchy ... success [0.934s] 2021-03-06 00:16:46.480 52 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v3.test_services.ServicesTestJSON.test_create_service_without_description ... success [0.224s] 2021-03-06 00:16:47.049 52 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v3.test_services.ServicesTestJSON.test_create_update_get_service ... success [0.567s] 2021-03-06 00:16:47.461 52 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_numeric_server_name ... success [1.106s] 2021-03-06 00:16:47.767 52 INFO opnfv-tempest [-] {1} tempest.api.identity.admin.v3.test_services.ServicesTestJSON.test_list_services ... success [0.715s] 2021-03-06 00:16:50.339 52 INFO opnfv-tempest [-] {1} tempest.api.identity.v2.test_ec2_credentials.EC2CredentialsTest ... skip: b'Identity api v2 is not enabled' 2021-03-06 00:16:50.463 52 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_from_non_bootable_volume ... success [2.998s] 2021-03-06 00:16:52.850 52 INFO opnfv-tempest [-] {1} tempest.api.identity.v3.test_catalog.IdentityCatalogTest.test_catalog_standardization ... success [0.114s] 2021-03-06 00:16:53.644 52 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_invalid_bdm_in_2nd_dict ... success [3.180s] 2021-03-06 00:16:54.227 52 INFO opnfv-tempest [-] {1} tempest.api.image.v1.test_image_members_negative.ImageMembersNegativeTest ... skip: b'Glance API v1 not supported' 2021-03-06 00:16:54.691 52 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_metadata_exceeds_length_limit ... success [1.041s] 2021-03-06 00:16:55.684 52 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_name_length_exceeds_256 ... success [0.986s] 2021-03-06 00:16:56.756 52 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_flavor ... success [1.071s] 2021-03-06 00:16:57.064 52 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images_metadefs_namespace_properties.MetadataNamespacePropertiesTest.test_basic_meta_def_namespace_property ... success [0.522s] 2021-03-06 00:16:57.750 52 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_image ... success [0.989s] 2021-03-06 00:16:58.739 52 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_invalid_network_uuid ... success [0.990s] 2021-03-06 00:17:00.285 52 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_non_existent_keypair ... success [1.540s] 2021-03-06 00:17:01.160 52 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images_metadefs_namespace_tags.MetadataNamespaceTagsTest.test_create_list_delete_namespace_tags ... success [0.431s] 2021-03-06 00:17:01.464 52 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images_metadefs_namespace_tags.MetadataNamespaceTagsTest.test_create_update_delete_tag ... success [0.302s] 2021-03-06 00:17:01.652 52 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_with_nonexistent_security_group ... success [1.363s] 2021-03-06 00:17:02.165 52 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_non_existent_server ... success [0.512s] 2021-03-06 00:17:03.545 52 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_server_pass_id_exceeding_length_limit ... success [1.378s] 2021-03-06 00:17:04.724 52 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_delete_server_pass_negative_id ... success [1.174s] 2021-03-06 00:17:05.479 52 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_image_null_id ... success [0.159s] 2021-03-06 00:17:05.505 52 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_force_delete_nonexistent_server_id ... success [0.778s] 2021-03-06 00:17:05.510 52 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_non_existing_image ... success [0.028s] 2021-03-06 00:17:05.673 52 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_delete_protected_image ... success [0.160s] 2021-03-06 00:17:05.879 52 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_delete_deleted_image ... success [0.205s] 2021-03-06 00:17:05.896 52 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_image_null_id ... success [0.015s] 2021-03-06 00:17:05.925 52 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_get_non_existent_image ... success [0.027s] 2021-03-06 00:17:05.949 52 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_register_with_invalid_container_format ... success [0.019s] 2021-03-06 00:17:05.971 52 INFO opnfv-tempest [-] {1} tempest.api.image.v2.test_images_negative.ImagesNegativeTest.test_register_with_invalid_disk_format ... success [0.021s] 2021-03-06 00:17:06.093 52 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_get_console_output_of_non_existent_server ... success [0.584s] 2021-03-06 00:17:06.681 52 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_get_non_existent_server ... success [0.588s] 2021-03-06 00:17:08.271 52 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_invalid_access_ip_v4_address ... success [1.588s] 2021-03-06 00:17:09.328 52 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_invalid_ip_v6_address ... success [1.057s] 2021-03-06 00:17:09.874 52 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_pause_non_existent_server ... success [0.545s] 2021-03-06 00:17:13.433 52 INFO opnfv-tempest [-] {1} tempest.api.network.admin.test_external_network_extension.ExternalNetworksTestJSON.test_create_external_network ... success [1.538s] 2021-03-06 00:17:13.549 52 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_disk_config.ServerDiskConfigTestJSON.test_resize_server_from_auto_to_manual ... success [90.280s] 2021-03-06 00:17:13.868 52 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_pause_paused_server ... success [3.993s] 2021-03-06 00:17:13.869 52 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_personality_file_contents_not_encoded ... skip [0.001s]: b'Nova personality feature disabled' 2021-03-06 00:17:14.456 52 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_reboot_deleted_server ... success [0.586s] 2021-03-06 00:17:15.167 52 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_reboot_non_existent_server ... success [0.708s] 2021-03-06 00:17:15.785 52 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_deleted_server ... success [0.614s] 2021-03-06 00:17:16.764 52 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_rebuild_non_existent_server ... success [0.978s] 2021-03-06 00:17:17.330 52 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_resize_nonexistent_server ... success [0.566s] 2021-03-06 00:17:18.092 52 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_resize_server_with_non_existent_flavor ... success [0.760s] 2021-03-06 00:17:18.619 52 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_resize_server_with_null_flavor ... success [0.524s] 2021-03-06 00:17:19.917 52 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_restore_nonexistent_server_id ... success [1.295s] 2021-03-06 00:17:20.504 52 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_restore_server_invalid_state ... success [0.584s] 2021-03-06 00:17:20.925 52 INFO opnfv-tempest [-] {1} tempest.api.network.admin.test_external_network_extension.ExternalNetworksTestJSON.test_delete_external_networks_with_floating_ip ... success [7.486s] 2021-03-06 00:17:21.021 52 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_resume_non_existent_server ... success [0.517s] 2021-03-06 00:17:22.011 52 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_resume_server_invalid_state ... success [0.989s] 2021-03-06 00:17:22.706 52 INFO opnfv-tempest [-] {1} tempest.api.network.admin.test_external_network_extension.ExternalNetworksTestJSON.test_list_external_networks ... success [1.784s] 2021-03-06 00:17:23.341 52 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_server_name_blank ... success [1.326s] 2021-03-06 00:17:24.165 52 INFO opnfv-tempest [-] {1} tempest.api.network.admin.test_external_network_extension.ExternalNetworksTestJSON.test_show_external_networks_attribute ... success [1.458s] 2021-03-06 00:17:24.190 52 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_shelve_non_existent_server ... success [0.845s] 2021-03-06 00:17:25.849 52 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_resize_server_confirm_from_stopped ... success [49.812s] 2021-03-06 00:17:26.230 52 INFO opnfv-tempest [-] {1} tempest.api.network.admin.test_external_network_extension.ExternalNetworksTestJSON.test_update_external_network ... success [2.066s] 2021-03-06 00:17:29.429 52 INFO opnfv-tempest [-] {1} tempest.api.network.admin.test_metering_extensions.MeteringTestJSON ... skip: b'metering extension not enabled.' 2021-03-06 00:17:42.898 52 INFO opnfv-tempest [-] {1} tempest.api.network.admin.test_routers.RoutersAdminTest.test_create_router_set_gateway_with_fixed_ip ... success [9.819s] 2021-03-06 00:17:43.933 52 INFO opnfv-tempest [-] {1} tempest.api.network.admin.test_routers.RoutersAdminTest.test_create_router_setting_project_id ... success [1.031s] 2021-03-06 00:17:48.916 52 INFO opnfv-tempest [-] {1} tempest.api.network.admin.test_routers.RoutersAdminTest.test_create_router_with_default_snat_value ... success [4.978s] 2021-03-06 00:17:58.460 52 INFO opnfv-tempest [-] {1} tempest.api.network.admin.test_routers.RoutersAdminTest.test_create_router_with_snat_explicit ... success [9.539s] 2021-03-06 00:18:04.839 52 INFO opnfv-tempest [-] {1} tempest.api.network.admin.test_routers.RoutersAdminTest.test_update_router_reset_gateway_without_snat ... success [6.376s] 2021-03-06 00:18:10.059 52 INFO opnfv-tempest [-] {1} tempest.api.network.admin.test_routers.RoutersAdminTest.test_update_router_set_gateway ... success [5.214s] 2021-03-06 00:18:15.024 52 INFO opnfv-tempest [-] {1} tempest.api.network.admin.test_routers.RoutersAdminTest.test_update_router_set_gateway_with_snat_explicit ... success [4.960s] 2021-03-06 00:18:19.696 52 INFO opnfv-tempest [-] {1} tempest.api.network.admin.test_routers.RoutersAdminTest.test_update_router_set_gateway_without_snat ... success [4.671s] 2021-03-06 00:18:23.391 52 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_resize_server_revert ... success [57.523s] 2021-03-06 00:18:25.369 52 INFO opnfv-tempest [-] {1} tempest.api.network.admin.test_routers.RoutersAdminTest.test_update_router_unset_gateway ... success [5.672s] 2021-03-06 00:18:42.396 52 INFO opnfv-tempest [-] {1} tempest.api.network.admin.test_routers.RoutersIpV6AdminTest.test_create_router_set_gateway_with_fixed_ip ... success [10.431s] 2021-03-06 00:18:43.537 52 INFO opnfv-tempest [-] {1} tempest.api.network.admin.test_routers.RoutersIpV6AdminTest.test_create_router_setting_project_id ... success [1.141s] 2021-03-06 00:18:48.055 52 INFO opnfv-tempest [-] {1} tempest.api.network.admin.test_routers.RoutersIpV6AdminTest.test_create_router_with_default_snat_value ... success [4.515s] 2021-03-06 00:18:48.955 52 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_disk_config.ServerDiskConfigTestJSON.test_resize_server_from_manual_to_auto ... success [95.364s] 2021-03-06 00:18:58.008 52 INFO opnfv-tempest [-] {1} tempest.api.network.admin.test_routers.RoutersIpV6AdminTest.test_create_router_with_snat_explicit ... success [9.950s] 2021-03-06 00:19:04.257 52 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_disk_config.ServerDiskConfigTestJSON.test_update_server_from_auto_to_manual ... success [15.298s] 2021-03-06 00:19:04.614 52 INFO opnfv-tempest [-] {1} tempest.api.network.admin.test_routers.RoutersIpV6AdminTest.test_update_router_reset_gateway_without_snat ... success [6.606s] 2021-03-06 00:19:09.827 52 INFO opnfv-tempest [-] {1} tempest.api.network.admin.test_routers.RoutersIpV6AdminTest.test_update_router_set_gateway ... success [5.211s] 2021-03-06 00:19:15.285 52 INFO opnfv-tempest [-] {1} tempest.api.network.admin.test_routers.RoutersIpV6AdminTest.test_update_router_set_gateway_with_snat_explicit ... success [5.454s] 2021-03-06 00:19:18.168 52 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_resize_server_revert_with_volume_attached ... success [54.761s] 2021-03-06 00:19:20.444 52 INFO opnfv-tempest [-] {1} tempest.api.network.admin.test_routers.RoutersIpV6AdminTest.test_update_router_set_gateway_without_snat ... success [5.157s] 2021-03-06 00:19:25.704 52 INFO opnfv-tempest [-] {1} tempest.api.network.admin.test_routers.RoutersIpV6AdminTest.test_update_router_unset_gateway ... success [5.255s] 2021-03-06 00:19:29.881 52 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_shelve_shelved_server ... success [125.644s] 2021-03-06 00:19:30.383 52 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_stop_non_existent_server ... success [0.512s] 2021-03-06 00:19:31.060 52 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_suspend_non_existent_server ... success [0.677s] 2021-03-06 00:19:34.720 52 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_novnc.NoVNCConsoleTestJSON.test_novnc ... fail [0.152s] 2021-03-06 00:19:34.785 52 INFO opnfv-tempest [-] {1} tempest.api.network.admin.test_routers_dvr.RoutersTestDVR.test_centralized_router_creation ... success [1.173s] 2021-03-06 00:19:35.156 52 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_novnc.NoVNCConsoleTestJSON.test_novnc_bad_token ... success [0.438s] 2021-03-06 00:19:36.772 52 INFO opnfv-tempest [-] {1} tempest.api.network.admin.test_routers_dvr.RoutersTestDVR.test_centralized_router_update_to_dvr ... success [1.980s] 2021-03-06 00:19:37.448 52 INFO opnfv-tempest [-] {1} tempest.api.network.admin.test_routers_dvr.RoutersTestDVR.test_distributed_router_creation ... success [0.672s] 2021-03-06 00:19:37.585 52 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_suspend_server_invalid_state ... success [6.509s] 2021-03-06 00:19:38.416 52 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_unpause_non_existent_server ... success [0.826s] 2021-03-06 00:19:39.689 52 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_unpause_server_invalid_state ... success [1.268s] 2021-03-06 00:19:40.583 52 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_unshelve_non_existent_server ... success [0.890s] 2021-03-06 00:19:41.188 52 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_unshelve_server_invalid_state ... success [0.600s] 2021-03-06 00:19:41.766 52 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_name_of_non_existent_server ... success [0.570s] 2021-03-06 00:19:42.281 52 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_server_name_length_exceeds_256 ... success [0.504s] 2021-03-06 00:19:42.803 52 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_update_server_set_empty_name ... success [0.520s] 2021-03-06 00:19:47.736 52 INFO opnfv-tempest [-] {1} tempest.api.network.admin.test_routers_negative.RoutersAdminNegativeIpV6Test.test_router_set_gateway_used_ip_returns_409 ... success [4.017s] 2021-03-06 00:19:58.237 52 INFO opnfv-tempest [-] {1} tempest.api.network.admin.test_routers_negative.RoutersAdminNegativeTest.test_router_set_gateway_used_ip_returns_409 ... success [4.251s] 2021-03-06 00:19:58.871 52 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses ... success [0.090s] 2021-03-06 00:19:59.043 52 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_server_addresses.ServerAddressesTestJSON.test_list_server_addresses_by_network ... success [0.171s] 2021-03-06 00:20:14.213 52 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestMultiTenantJSON.test_delete_a_server_of_another_tenant ... success [0.765s] 2021-03-06 00:20:14.554 52 INFO opnfv-tempest [-] {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestMultiTenantJSON.test_update_server_of_another_tenant ... success [0.340s] 2021-03-06 00:20:19.376 52 INFO opnfv-tempest [-] {1} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_floating_ip_specifying_a_fixed_ip_address ... success [5.420s] 2021-03-06 00:20:23.960 52 INFO opnfv-tempest [-] {3} tempest.api.compute.test_networks.ComputeNetworksTest ... skip: b'nova-network is not available.' 2021-03-06 00:20:23.963 52 INFO opnfv-tempest [-] {3} tempest.api.compute.volumes.test_attach_volume.AttachVolumeMultiAttachTest ... skip: b'Volume multi-attach is not available.' 2021-03-06 00:20:28.567 52 INFO opnfv-tempest [-] {1} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_list_show_update_delete_floating_ip ... success [9.187s] 2021-03-06 00:20:31.631 52 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_resize_volume_backed_server_confirm ... success [73.432s] 2021-03-06 00:20:31.972 52 INFO opnfv-tempest [-] {3} tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON.test_volume_list ... success [0.135s] 2021-03-06 00:20:32.122 52 INFO opnfv-tempest [-] {3} tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON.test_volume_list_param_limit ... success [0.147s] 2021-03-06 00:20:32.388 52 INFO opnfv-tempest [-] {3} tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON.test_volume_list_param_offset_and_limit ... success [0.266s] 2021-03-06 00:20:32.651 52 INFO opnfv-tempest [-] {3} tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON.test_volume_list_with_detail_param_limit ... success [0.260s] 2021-03-06 00:20:33.055 52 INFO opnfv-tempest [-] {3} tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON.test_volume_list_with_detail_param_offset_and_limit ... success [0.400s] 2021-03-06 00:20:33.195 52 INFO opnfv-tempest [-] {3} tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON.test_volume_list_with_details ... success [0.136s] 2021-03-06 00:20:39.072 52 INFO opnfv-tempest [-] {1} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_create_update_floatingip_with_port_multiple_ip_address ... success [10.498s] 2021-03-06 00:20:41.001 52 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v2.test_services.ServicesTestJSON ... skip: b'Identity api v2 is not enabled' 2021-03-06 00:20:41.006 52 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v2.test_tokens.TokensTestJSON ... skip: b'Identity api v2 is not enabled' 2021-03-06 00:20:46.748 52 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_application_credentials.ApplicationCredentialsV3AdminTest.test_create_application_credential_with_roles ... success [1.858s] 2021-03-06 00:20:47.504 52 INFO opnfv-tempest [-] {1} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_floating_ip_delete_port ... success [8.431s] 2021-03-06 00:20:54.257 52 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_endpoint_groups.EndPointGroupsTest.test_create_list_show_check_delete_endpoint_group ... success [0.916s] 2021-03-06 00:20:54.815 52 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_endpoint_groups.EndPointGroupsTest.test_update_endpoint_group ... success [0.557s] 2021-03-06 00:21:01.668 52 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_list_projects.ListProjectsStaticTestJSON.test_list_projects ... success [0.255s] 2021-03-06 00:21:02.060 52 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_list_projects.ListProjectsStaticTestJSON.test_list_projects_with_domains ... success [0.385s] 2021-03-06 00:21:02.353 52 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_list_projects.ListProjectsStaticTestJSON.test_list_projects_with_name ... success [0.291s] 2021-03-06 00:21:10.584 52 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_list_users.UsersV3TestJSON.test_get_user ... success [0.145s] 2021-03-06 00:21:10.656 52 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_list_users.UsersV3TestJSON.test_list_user_domains ... success [0.071s] 2021-03-06 00:21:10.887 52 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_list_users.UsersV3TestJSON.test_list_users ... success [0.226s] 2021-03-06 00:21:10.970 52 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_list_users.UsersV3TestJSON.test_list_users_with_name ... success [0.083s] 2021-03-06 00:21:11.043 52 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_list_users.UsersV3TestJSON.test_list_users_with_not_enabled ... success [0.072s] 2021-03-06 00:21:15.039 52 INFO opnfv-tempest [-] {1} tempest.api.network.test_floating_ips.FloatingIPTestJSON.test_floating_ip_update_different_router ... success [27.532s] 2021-03-06 00:21:19.904 52 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_shelve_paused_server ... success [48.261s] 2021-03-06 00:21:20.166 52 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_projects.ProjectsTestJSON.test_associate_user_to_project ... success [1.138s] 2021-03-06 00:21:20.991 52 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_projects.ProjectsTestJSON.test_create_is_domain_project ... success [0.823s] 2021-03-06 00:21:21.544 52 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_projects.ProjectsTestJSON.test_project_create_enabled ... success [0.551s] 2021-03-06 00:21:21.984 52 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_projects.ProjectsTestJSON.test_project_create_not_enabled ... success [0.436s] 2021-03-06 00:21:22.387 52 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_projects.ProjectsTestJSON.test_project_create_with_description ... success [0.402s] 2021-03-06 00:21:23.402 52 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_projects.ProjectsTestJSON.test_project_create_with_domain ... success [1.012s] 2021-03-06 00:21:24.756 52 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_projects.ProjectsTestJSON.test_project_create_with_parent ... success [1.351s] 2021-03-06 00:21:25.284 52 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_projects.ProjectsTestJSON.test_project_get_equals_list ... success [0.526s] 2021-03-06 00:21:25.831 52 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_projects.ProjectsTestJSON.test_project_update_desc ... success [0.545s] 2021-03-06 00:21:26.379 52 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_projects.ProjectsTestJSON.test_project_update_enable ... success [0.547s] 2021-03-06 00:21:26.966 52 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_projects.ProjectsTestJSON.test_project_update_name ... success [0.583s] 2021-03-06 00:21:33.466 52 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_projects_negative.ProjectsNegativeStaticTestJSON.test_create_project_by_unauthorized_user ... success [0.176s] 2021-03-06 00:21:33.597 52 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_projects_negative.ProjectsNegativeStaticTestJSON.test_create_project_with_empty_name ... success [0.127s] 2021-03-06 00:21:33.750 52 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_projects_negative.ProjectsNegativeStaticTestJSON.test_create_projects_name_length_over_64 ... success [0.149s] 2021-03-06 00:21:33.833 52 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_projects_negative.ProjectsNegativeStaticTestJSON.test_delete_non_existent_project ... success [0.081s] 2021-03-06 00:21:33.968 52 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_projects_negative.ProjectsNegativeStaticTestJSON.test_list_projects_by_unauthorized_user ... success [0.131s] 2021-03-06 00:21:34.482 52 INFO opnfv-tempest [-] {3} tempest.api.identity.admin.v3.test_projects_negative.ProjectsNegativeStaticTestJSON.test_project_create_duplicate ... success [0.511s] 2021-03-06 00:21:36.912 52 INFO opnfv-tempest [-] {3} tempest.api.identity.v2.test_api_discovery.TestApiDiscovery ... skip: b'Identity api v2 is not enabled' 2021-03-06 00:21:36.916 52 INFO opnfv-tempest [-] {3} tempest.api.identity.v2.test_extension.ExtensionTestJSON ... skip: b'Identity api v2 is not enabled' 2021-03-06 00:21:43.506 52 INFO opnfv-tempest [-] {3} tempest.api.identity.v3.test_users.IdentityV3UsersTest.test_password_history_check_self_service_api ... fail [4.134s] 2021-03-06 00:21:45.216 52 INFO opnfv-tempest [-] {3} tempest.api.identity.v3.test_users.IdentityV3UsersTest.test_user_account_lockout ... fail [1.715s] 2021-03-06 00:21:50.733 52 INFO opnfv-tempest [-] {1} tempest.api.network.test_routers.RoutersIpV6Test.test_add_multiple_router_interfaces ... success [21.586s] 2021-03-06 00:21:57.412 52 INFO opnfv-tempest [-] {3} tempest.api.identity.v3.test_users.IdentityV3UsersTest.test_user_update_own_password ... fail [12.189s] 2021-03-06 00:22:04.154 52 INFO opnfv-tempest [-] {1} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_port_id ... success [13.420s] 2021-03-06 00:22:08.283 52 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images.ListUserImagesTest.test_get_image_schema ... success [0.014s] 2021-03-06 00:22:08.300 52 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images.ListUserImagesTest.test_get_images_schema ... success [0.014s] 2021-03-06 00:22:08.431 52 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_image_param_owner ... success [0.127s] 2021-03-06 00:22:08.520 52 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_container_format ... success [0.084s] 2021-03-06 00:22:08.608 52 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_disk_format ... success [0.084s] 2021-03-06 00:22:08.680 52 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_limit ... success [0.068s] 2021-03-06 00:22:08.777 52 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_min_max_size ... success [0.097s] 2021-03-06 00:22:08.833 52 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_name ... success [0.056s] 2021-03-06 00:22:08.931 52 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_size ... success [0.097s] 2021-03-06 00:22:09.060 52 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_sort ... success [0.127s] 2021-03-06 00:22:09.193 52 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_sort_key_dir ... success [0.133s] 2021-03-06 00:22:09.326 52 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_status ... success [0.131s] 2021-03-06 00:22:09.389 52 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_tag ... success [0.061s] 2021-03-06 00:22:09.481 52 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_images_param_visibility ... success [0.088s] 2021-03-06 00:22:09.618 52 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images.ListUserImagesTest.test_list_no_params ... success [0.132s] 2021-03-06 00:22:15.914 52 INFO opnfv-tempest [-] {1} tempest.api.network.test_routers.RoutersIpV6Test.test_add_remove_router_interface_with_subnet_id ... success [11.754s] 2021-03-06 00:22:21.438 52 INFO opnfv-tempest [-] {1} tempest.api.network.test_routers.RoutersIpV6Test.test_create_show_list_update_delete_router ... success [5.522s] 2021-03-06 00:22:22.788 52 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images_member_negative.ImagesMemberNegativeTest.test_image_share_invalid_status ... success [0.656s] 2021-03-06 00:22:23.203 52 INFO opnfv-tempest [-] {3} tempest.api.image.v2.test_images_member_negative.ImagesMemberNegativeTest.test_image_share_owner_cannot_accept ... success [0.405s] 2021-03-06 00:22:31.474 52 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_shelve_unshelve_server ... success [71.546s] 2021-03-06 00:22:34.461 52 INFO opnfv-tempest [-] {1} tempest.api.network.test_routers.RoutersIpV6Test.test_router_interface_port_update_with_fixed_ip ... success [13.022s] 2021-03-06 00:22:35.193 52 INFO opnfv-tempest [-] {3} tempest.api.network.admin.test_dhcp_agent_scheduler.DHCPAgentSchedulersTestJSON.test_add_remove_network_from_dhcp_agent ... success [2.171s] 2021-03-06 00:22:35.227 52 INFO opnfv-tempest [-] {3} tempest.api.network.admin.test_dhcp_agent_scheduler.DHCPAgentSchedulersTestJSON.test_list_dhcp_agent_hosting_network ... success [0.032s] 2021-03-06 00:22:35.514 52 INFO opnfv-tempest [-] {3} tempest.api.network.admin.test_dhcp_agent_scheduler.DHCPAgentSchedulersTestJSON.test_list_networks_hosted_by_one_dhcp ... success [0.282s] 2021-03-06 00:22:51.110 52 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_stop_start_server ... success [19.638s] 2021-03-06 00:22:58.080 52 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_suspend_resume_server ... success [6.960s] 2021-03-06 00:22:58.790 52 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_server_rescue.ServerRescueTestJSON.test_rescue_unrescue_instance ... success [82.225s] 2021-03-06 00:23:05.177 52 INFO opnfv-tempest [-] {3} tempest.api.network.admin.test_floating_ips_admin_actions.FloatingIPAdminTestJSON.test_create_list_show_floating_ip_with_tenant_id_by_admin ... success [5.865s] 2021-03-06 00:23:13.197 52 INFO opnfv-tempest [-] {3} tempest.api.network.admin.test_floating_ips_admin_actions.FloatingIPAdminTestJSON.test_list_floating_ips_from_admin_and_nonadmin ... success [8.016s] 2021-03-06 00:23:15.855 52 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_server_rescue.ServerStableDeviceRescueTest ... skip: b'Stable rescue not available.' 2021-03-06 00:23:18.339 52 INFO opnfv-tempest [-] {2} tempest.api.compute.servers.test_servers.ServerShowV263Test.test_show_update_rebuild_list_server ... skip [0.000s]: b'``[compute]/certified_image_ref`` required to test image certificate validation.' 2021-03-06 00:23:23.157 52 INFO opnfv-tempest [-] {2} tempest.api.compute.test_quotas.QuotasTestJSON.test_compare_tenant_quotas_with_default_quotas ... success [0.685s] 2021-03-06 00:23:23.390 52 INFO opnfv-tempest [-] {2} tempest.api.compute.test_quotas.QuotasTestJSON.test_get_default_quotas ... success [0.233s] 2021-03-06 00:23:23.745 52 INFO opnfv-tempest [-] {1} tempest.api.network.test_routers.RoutersIpV6Test.test_update_delete_extra_route ... success [49.276s] 2021-03-06 00:23:23.847 52 INFO opnfv-tempest [-] {2} tempest.api.compute.test_quotas.QuotasTestJSON.test_get_quotas ... success [0.456s] 2021-03-06 00:23:25.927 52 INFO opnfv-tempest [-] {1} tempest.api.network.test_routers.RoutersIpV6Test.test_update_router_admin_state ... success [2.185s] 2021-03-06 00:23:36.714 52 INFO opnfv-tempest [-] {3} tempest.api.network.admin.test_negative_quotas.QuotasNegativeTest.test_network_quota_exceeding ... success [3.926s] 2021-03-06 00:23:44.110 52 INFO opnfv-tempest [-] {1} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_add_router_interfaces_on_overlapping_subnets_returns_400 ... success [11.148s] 2021-03-06 00:23:44.203 52 INFO opnfv-tempest [-] {1} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_delete_non_existent_router_returns_404 ... success [0.094s] 2021-03-06 00:23:44.221 52 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_group.ServerGroupTestJSON.test_create_delete_multiple_server_groups_with_same_name_policy ... success [0.890s] 2021-03-06 00:23:44.423 52 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_group.ServerGroupTestJSON.test_create_delete_server_group_with_affinity_policy ... success [0.203s] 2021-03-06 00:23:44.630 52 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_group.ServerGroupTestJSON.test_create_delete_server_group_with_anti_affinity_policy ... success [0.207s] 2021-03-06 00:23:44.767 52 INFO opnfv-tempest [-] {1} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_router_add_gateway_invalid_network_returns_404 ... success [0.562s] 2021-03-06 00:23:45.983 52 INFO opnfv-tempest [-] {3} tempest.api.network.admin.test_ports.PortsAdminExtendedAttrsIpV6TestJSON.test_create_port_binding_ext_attr ... success [1.913s] 2021-03-06 00:23:47.089 52 INFO opnfv-tempest [-] {1} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_router_add_gateway_net_not_external_returns_400 ... success [2.320s] 2021-03-06 00:23:49.981 52 INFO opnfv-tempest [-] {3} tempest.api.network.admin.test_ports.PortsAdminExtendedAttrsIpV6TestJSON.test_list_ports_binding_ext_attr ... success [3.994s] 2021-03-06 00:23:51.420 52 INFO opnfv-tempest [-] {3} tempest.api.network.admin.test_ports.PortsAdminExtendedAttrsIpV6TestJSON.test_show_port_binding_ext_attr ... success [1.437s] 2021-03-06 00:23:53.811 52 INFO opnfv-tempest [-] {1} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_router_remove_interface_in_use_returns_409 ... success [6.721s] 2021-03-06 00:23:53.894 52 INFO opnfv-tempest [-] {1} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_show_non_existent_router_returns_404 ... success [0.082s] 2021-03-06 00:23:53.979 52 INFO opnfv-tempest [-] {1} tempest.api.network.test_routers_negative.RoutersNegativeTest.test_update_non_existent_router_returns_404 ... success [0.082s] 2021-03-06 00:23:54.283 52 INFO opnfv-tempest [-] {3} tempest.api.network.admin.test_ports.PortsAdminExtendedAttrsIpV6TestJSON.test_update_port_binding_ext_attr ... success [2.862s] 2021-03-06 00:24:01.489 52 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_group.ServerGroupTestJSON.test_create_server_with_scheduler_hint_group ... success [16.847s] 2021-03-06 00:24:01.553 52 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_group.ServerGroupTestJSON.test_list_server_groups ... success [0.068s] 2021-03-06 00:24:01.628 52 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_group.ServerGroupTestJSON.test_show_server_group ... success [0.074s] 2021-03-06 00:24:02.881 52 INFO opnfv-tempest [-] {3} tempest.api.network.admin.test_quotas.QuotasTest.test_quotas ... success [1.519s] 2021-03-06 00:24:03.055 52 INFO opnfv-tempest [-] {3} tempest.api.network.admin.test_quotas.QuotasTest.test_show_quota_details ... success [0.174s] 2021-03-06 00:24:08.114 52 INFO opnfv-tempest [-] {3} tempest.api.network.test_agent_management_negative.AgentManagementNegativeTest.test_list_agents_non_admin ... success [0.159s] 2021-03-06 00:24:10.830 52 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_additional_default_security_group_fails ... success [0.257s] 2021-03-06 00:24:11.844 52 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_duplicate_security_group_rule_fails ... success [1.011s] 2021-03-06 00:24:12.458 52 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_security_group_rule_with_bad_ethertype ... success [0.614s] 2021-03-06 00:24:12.958 52 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_security_group_rule_with_bad_protocol ... success [0.499s] 2021-03-06 00:24:13.473 52 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_security_group_rule_with_bad_remote_ip_prefix ... success [0.512s] 2021-03-06 00:24:14.853 52 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_security_group_rule_with_invalid_ports ... success [1.376s] 2021-03-06 00:24:15.333 52 INFO opnfv-tempest [-] {2} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_list_get_volume_attachments ... success [39.991s] 2021-03-06 00:24:15.879 52 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_security_group_rule_with_non_existent_remote_groupid ... success [1.021s] 2021-03-06 00:24:15.968 52 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_security_group_rule_with_non_existent_security_group ... success [0.086s] 2021-03-06 00:24:17.083 52 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_security_group_rule_with_remote_ip_and_group ... success [1.114s] 2021-03-06 00:24:17.754 52 INFO opnfv-tempest [-] {3} tempest.api.network.test_allowed_address_pair.AllowedAddressPairIpV6TestJSON.test_create_list_port_with_address_pair ... success [2.803s] 2021-03-06 00:24:17.971 52 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_security_group_rule_wrong_ip_prefix_version ... success [0.884s] 2021-03-06 00:24:18.454 52 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_create_security_group_update_name_default ... success [0.476s] 2021-03-06 00:24:18.483 52 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_delete_non_existent_security_group ... success [0.025s] 2021-03-06 00:24:18.513 52 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_show_non_existent_security_group ... success [0.027s] 2021-03-06 00:24:18.542 52 INFO opnfv-tempest [-] {1} tempest.api.network.test_security_groups_negative.NegativeSecGroupIPv6Test.test_show_non_existent_security_group_rule ... success [0.026s] 2021-03-06 00:24:20.841 52 INFO opnfv-tempest [-] {3} tempest.api.network.test_allowed_address_pair.AllowedAddressPairIpV6TestJSON.test_update_port_with_address_pair ... success [3.086s] 2021-03-06 00:24:22.902 52 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_delete_server_metadata_item ... success [0.379s] 2021-03-06 00:24:23.176 52 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_get_server_metadata_item ... success [0.273s] 2021-03-06 00:24:23.430 52 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_list_server_metadata ... success [0.253s] 2021-03-06 00:24:24.000 52 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_set_server_metadata ... success [0.569s] 2021-03-06 00:24:24.484 52 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_set_server_metadata_item ... success [0.482s] 2021-03-06 00:24:24.763 52 INFO opnfv-tempest [-] {3} tempest.api.network.test_allowed_address_pair.AllowedAddressPairIpV6TestJSON.test_update_port_with_cidr_address_pair ... success [3.918s] 2021-03-06 00:24:24.902 52 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_update_metadata_empty_body ... success [0.416s] 2021-03-06 00:24:25.522 52 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_metadata.ServerMetadataTestJSON.test_update_server_metadata ... success [0.620s] 2021-03-06 00:24:29.458 52 INFO opnfv-tempest [-] {1} tempest.api.network.test_tags.TagsExtTest.test_create_check_list_and_delete_tags ... success [3.757s] 2021-03-06 00:24:29.991 52 INFO opnfv-tempest [-] {3} tempest.api.network.test_allowed_address_pair.AllowedAddressPairIpV6TestJSON.test_update_port_with_multiple_ip_mac_address_pair ... success [5.224s] 2021-03-06 00:24:32.091 52 INFO opnfv-tempest [-] {1} tempest.api.network.test_tags.TagsExtTest.test_update_and_delete_all_tags ... success [2.626s] 2021-03-06 00:24:38.164 52 INFO opnfv-tempest [-] {1} tempest.api.network.test_tags.TagsTest ... skip: b'tag extension not enabled.' 2021-03-06 00:24:38.170 52 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_account_quotas_negative.AccountQuotasNegativeTest ... skip: b'AccountQuotasNegativeTest skipped as swift is not available' 2021-03-06 00:24:38.178 52 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_container_acl_negative.ObjectACLsNegativeTest ... skip: b'ObjectACLsNegativeTest skipped as swift is not available' 2021-03-06 00:24:38.179 52 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_container_services.ContainerTest ... skip: b'ContainerTest skipped as swift is not available' 2021-03-06 00:24:38.181 52 INFO opnfv-tempest [-] {1} tempest.api.object_storage.test_object_formpost.ObjectFormPostTest ... skip: b'ObjectFormPostTest skipped as swift is not available' 2021-03-06 00:24:40.237 52 INFO opnfv-tempest [-] {2} tempest.api.compute.volumes.test_volume_snapshots.VolumesSnapshotsTestJSON.test_volume_snapshot_create_get_list_delete ... success [8.737s] 2021-03-06 00:24:42.476 52 INFO opnfv-tempest [-] {3} tempest.api.network.test_allowed_address_pair.AllowedAddressPairTestJSON.test_create_list_port_with_address_pair ... success [2.151s] 2021-03-06 00:24:42.487 52 INFO opnfv-tempest [-] {1} tempest.api.volume.admin.test_group_types.GroupTypesTest.test_group_type_create_list_update_show ... success [0.627s] 2021-03-06 00:24:44.792 52 INFO opnfv-tempest [-] {2} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_invalid_size ... success [0.301s] 2021-03-06 00:24:44.814 52 INFO opnfv-tempest [-] {2} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_zero ... success [0.021s] 2021-03-06 00:24:44.838 52 INFO opnfv-tempest [-] {2} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_create_volume_without_passing_size ... success [0.024s] 2021-03-06 00:24:44.944 52 INFO opnfv-tempest [-] {2} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_delete_invalid_volume_id ... success [0.105s] 2021-03-06 00:24:44.967 52 INFO opnfv-tempest [-] {2} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_delete_volume_without_passing_volume_id ... success [0.021s] 2021-03-06 00:24:44.993 52 INFO opnfv-tempest [-] {2} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_get_volume_without_passing_volume_id ... success [0.025s] 2021-03-06 00:24:45.089 52 INFO opnfv-tempest [-] {2} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_volume_delete_nonexistent_volume_id ... success [0.095s] 2021-03-06 00:24:45.204 52 INFO opnfv-tempest [-] {2} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_volume_get_nonexistent_volume_id ... success [0.112s] 2021-03-06 00:24:45.984 52 INFO opnfv-tempest [-] {3} tempest.api.network.test_allowed_address_pair.AllowedAddressPairTestJSON.test_update_port_with_address_pair ... success [3.502s] 2021-03-06 00:24:47.003 52 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v2.test_endpoints.EndPointsTestJSON ... skip: b'Identity api v2 is not enabled' 2021-03-06 00:24:47.008 52 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v2.test_roles.RolesTestJSON ... skip: b'Identity api v2 is not enabled' 2021-03-06 00:24:47.011 52 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v2.test_roles_negative.RolesNegativeTestJSON ... skip: b'Identity api v2 is not enabled' 2021-03-06 00:24:47.015 52 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v2.test_tenants.TenantsTestJSON ... skip: b'Identity api v2 is not enabled' 2021-03-06 00:24:49.250 52 INFO opnfv-tempest [-] {3} tempest.api.network.test_allowed_address_pair.AllowedAddressPairTestJSON.test_update_port_with_cidr_address_pair ... success [3.262s] 2021-03-06 00:24:51.558 52 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v3.test_credentials.CredentialsTestJSON.test_credentials_create_get_update_delete ... success [0.464s] 2021-03-06 00:24:52.108 52 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v3.test_credentials.CredentialsTestJSON.test_credentials_list_delete ... success [0.547s] 2021-03-06 00:24:54.122 52 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_create_server_metadata_blank_key ... success [0.507s] 2021-03-06 00:24:54.151 52 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_delete_metadata_non_existent_server ... success [0.028s] 2021-03-06 00:24:54.180 52 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_list_server_metadata_non_existent_server ... success [0.028s] 2021-03-06 00:24:54.734 52 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_metadata_items_limit ... success [0.551s] 2021-03-06 00:24:54.845 52 INFO opnfv-tempest [-] {3} tempest.api.network.test_allowed_address_pair.AllowedAddressPairTestJSON.test_update_port_with_multiple_ip_mac_address_pair ... success [5.597s] 2021-03-06 00:24:55.743 52 INFO opnfv-tempest [-] {1} tempest.api.volume.admin.test_snapshot_manage.SnapshotManageAdminTest.test_unmanage_manage_snapshot ... success [7.395s] 2021-03-06 00:24:56.867 52 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_server_create_metadata_key_too_long ... success [2.125s] 2021-03-06 00:24:56.902 52 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_server_metadata_non_existent_server ... success [0.033s] 2021-03-06 00:24:56.934 52 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_set_metadata_non_existent_server ... success [0.029s] 2021-03-06 00:24:56.957 52 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_set_server_metadata_blank_key ... success [0.021s] 2021-03-06 00:24:56.981 52 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_set_server_metadata_missing_metadata ... success [0.020s] 2021-03-06 00:24:57.010 52 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_update_metadata_non_existent_server ... success [0.027s] 2021-03-06 00:24:57.035 52 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_update_metadata_with_blank_key ... success [0.022s] 2021-03-06 00:24:57.112 52 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_metadata_negative.ServerMetadataNegativeTestJSON.test_wrong_key_passed_in_body ... success [0.074s] 2021-03-06 00:25:00.373 52 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v3.test_domain_configuration.DomainConfigurationTestJSON.test_create_domain_config_and_show_config_groups_and_options ... success [1.741s] 2021-03-06 00:25:01.501 52 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v3.test_domain_configuration.DomainConfigurationTestJSON.test_create_update_and_delete_domain_config ... success [1.122s] 2021-03-06 00:25:02.865 52 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v3.test_domain_configuration.DomainConfigurationTestJSON.test_create_update_and_delete_domain_config_groups_and_opts ... success [1.361s] 2021-03-06 00:25:03.439 52 INFO opnfv-tempest [-] {3} tempest.api.network.test_extensions.ExtensionsTestJSON.test_list_show_extensions ... success [1.021s] 2021-03-06 00:25:04.895 52 INFO opnfv-tempest [-] {1} tempest.api.volume.admin.test_user_messages.UserMessagesTest.test_delete_message ... success [1.313s] 2021-03-06 00:25:05.585 52 INFO opnfv-tempest [-] {1} tempest.api.volume.admin.test_user_messages.UserMessagesTest.test_list_show_messages ... success [0.687s] 2021-03-06 00:25:06.411 52 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v3.test_domain_configuration.DomainConfigurationTestJSON.test_show_default_group_config_and_options ... success [3.535s] 2021-03-06 00:25:10.426 52 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_network ... success [2.891s] 2021-03-06 00:25:13.225 52 INFO opnfv-tempest [-] {1} tempest.api.volume.admin.test_volume_pools.VolumePoolsAdminTestsJSON.test_get_pools_with_details ... success [0.352s] 2021-03-06 00:25:13.267 52 INFO opnfv-tempest [-] {1} tempest.api.volume.admin.test_volume_pools.VolumePoolsAdminTestsJSON.test_get_pools_without_details ... success [0.042s] 2021-03-06 00:25:14.568 52 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v3.test_inherits.InheritsV3TestJSON.test_inherit_assign_check_revoke_roles_on_projects_group ... success [0.718s] 2021-03-06 00:25:14.707 52 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_port ... success [4.275s] 2021-03-06 00:25:15.197 52 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v3.test_inherits.InheritsV3TestJSON.test_inherit_assign_check_revoke_roles_on_projects_user ... success [0.629s] 2021-03-06 00:25:15.880 52 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v3.test_inherits.InheritsV3TestJSON.test_inherit_assign_list_check_revoke_roles_on_domains_group ... success [0.680s] 2021-03-06 00:25:15.977 52 INFO opnfv-tempest [-] {1} tempest.api.volume.admin.test_volume_retype.VolumeRetypeWithMigrationTest ... skip: b'Cinder multi-backend feature disabled' 2021-03-06 00:25:16.772 52 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v3.test_inherits.InheritsV3TestJSON.test_inherit_assign_list_check_revoke_roles_on_domains_user ... success [0.887s] 2021-03-06 00:25:18.192 52 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v3.test_inherits.InheritsV3TestJSON.test_inherit_assign_list_revoke_user_roles_on_domain ... success [1.415s] 2021-03-06 00:25:19.397 52 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v3.test_inherits.InheritsV3TestJSON.test_inherit_assign_list_revoke_user_roles_on_project_tree ... success [1.200s] 2021-03-06 00:25:22.057 52 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.BulkNetworkOpsIpV6Test.test_bulk_create_delete_subnet ... success [7.344s] 2021-03-06 00:25:24.464 52 INFO opnfv-tempest [-] {1} tempest.api.volume.admin.test_volume_retype.VolumeRetypeWithoutMigrationTest.test_available_volume_retype ... success [3.728s] 2021-03-06 00:25:34.797 52 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v3.test_tokens.TokensV3TestJSON.test_get_available_domain_scopes ... success [6.614s] 2021-03-06 00:25:35.302 52 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v3.test_tokens.TokensV3TestJSON.test_get_available_project_scopes ... success [0.503s] 2021-03-06 00:25:38.292 52 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v3.test_tokens.TokensV3TestJSON.test_rescope_token ... success [2.985s] 2021-03-06 00:25:38.621 52 INFO opnfv-tempest [-] {1} tempest.api.volume.admin.test_volume_type_access.VolumeTypesAccessTest.test_volume_type_access_add ... success [2.434s] 2021-03-06 00:25:38.873 52 INFO opnfv-tempest [-] {1} tempest.api.volume.admin.test_volume_type_access.VolumeTypesAccessTest.test_volume_type_access_list ... success [0.251s] 2021-03-06 00:25:42.057 52 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksIpV6TestAttrs.test_create_delete_slaac_subnet_with_ports ... success [4.356s] 2021-03-06 00:25:45.887 52 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksIpV6TestAttrs.test_create_delete_stateless_subnet_with_ports ... success [3.827s] 2021-03-06 00:25:50.240 52 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_get_trusts_all ... success [4.020s] 2021-03-06 00:25:51.206 52 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksIpV6TestAttrs.test_create_delete_subnet_with_v6_attributes_slaac ... success [5.317s] 2021-03-06 00:25:52.397 52 INFO opnfv-tempest [-] {1} tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_crud_with_volume_type_and_extra_specs ... success [3.877s] 2021-03-06 00:25:52.499 52 INFO opnfv-tempest [-] {1} tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_type_create_get_delete ... success [0.102s] 2021-03-06 00:25:53.089 52 INFO opnfv-tempest [-] {1} tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_type_encryption_create_get_update_delete ... success [0.586s] 2021-03-06 00:25:53.141 52 INFO opnfv-tempest [-] {1} tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_type_list ... success [0.050s] 2021-03-06 00:25:53.350 52 INFO opnfv-tempest [-] {1} tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_type_update ... success [0.201s] 2021-03-06 00:25:53.562 52 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_get_trusts_query ... success [3.319s] 2021-03-06 00:25:56.413 52 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksIpV6TestAttrs.test_create_delete_subnet_with_v6_attributes_stateful ... success [5.204s] 2021-03-06 00:25:57.691 52 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_trust_expire ... success [4.121s] 2021-03-06 00:26:01.055 52 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_trust_expire_invalid ... success [3.356s] 2021-03-06 00:26:01.991 52 INFO opnfv-tempest [-] {3} tempest.api.network.test_networks.NetworksIpV6TestAttrs.test_create_delete_subnet_with_v6_attributes_stateless ... success [5.573s] 2021-03-06 00:26:02.477 52 INFO opnfv-tempest [-] {1} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_create_invalid_body ... success [0.026s] 2021-03-06 00:26:02.497 52 INFO opnfv-tempest [-] {1} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_create_none_body ... success [0.020s] 2021-03-06 00:26:02.599 52 INFO opnfv-tempest [-] {1} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_create_nonexistent_type_id ... success [0.101s] 2021-03-06 00:26:02.635 52 INFO opnfv-tempest [-] {1} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_delete_nonexistent_volume_type_id ... success [0.035s] 2021-03-06 00:26:02.670 52 INFO opnfv-tempest [-] {1} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_get_nonexistent_extra_spec_name ... success [0.035s] 2021-03-06 00:26:02.704 52 INFO opnfv-tempest [-] {1} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_get_nonexistent_volume_type_id ... success [0.034s] 2021-03-06 00:26:02.740 52 INFO opnfv-tempest [-] {1} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_list_nonexistent_volume_type_id ... success [0.035s] 2021-03-06 00:26:02.761 52 INFO opnfv-tempest [-] {1} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_update_multiple_extra_spec ... success [0.019s] 2021-03-06 00:26:02.782 52 INFO opnfv-tempest [-] {1} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_update_no_body ... success [0.020s] 2021-03-06 00:26:02.878 52 INFO opnfv-tempest [-] {1} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_update_none_extra_spec_id ... success [0.095s] 2021-03-06 00:26:02.981 52 INFO opnfv-tempest [-] {1} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_update_nonexistent_extra_spec_id ... success [0.103s] 2021-03-06 00:26:05.226 52 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_trust_impersonate ... success [4.177s] 2021-03-06 00:26:09.551 52 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v3.test_trusts.TrustsV3TestJSON.test_trust_noimpersonate ... success [4.317s] 2021-03-06 00:26:10.350 52 INFO opnfv-tempest [-] {1} tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_create_volume_with_private_volume_type ... success [0.556s] 2021-03-06 00:26:10.372 52 INFO opnfv-tempest [-] {1} tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_create_with_empty_name ... success [0.018s] 2021-03-06 00:26:10.401 52 INFO opnfv-tempest [-] {1} tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_delete_nonexistent_type_id ... success [0.029s] 2021-03-06 00:26:10.435 52 INFO opnfv-tempest [-] {1} tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_get_nonexistent_type_id ... success [0.031s] 2021-03-06 00:26:17.408 52 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v3.test_users.UsersV3TestJSON.test_get_user ... success [1.288s] 2021-03-06 00:26:20.470 52 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v3.test_users.UsersV3TestJSON.test_list_user_projects ... success [3.058s] 2021-03-06 00:26:24.870 52 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v3.test_users.UsersV3TestJSON.test_password_history_not_enforced_in_admin_reset ... success [4.396s] 2021-03-06 00:26:27.808 52 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v3.test_users.UsersV3TestJSON.test_update_user_password ... success [2.939s] 2021-03-06 00:26:29.456 52 INFO opnfv-tempest [-] {2} tempest.api.identity.admin.v3.test_users.UsersV3TestJSON.test_user_update ... success [1.645s] 2021-03-06 00:26:31.785 52 INFO opnfv-tempest [-] {2} tempest.api.identity.v2.test_tenants.IdentityTenantsTest ... skip: b'Identity api v2 is not enabled' 2021-03-06 00:26:31.790 52 INFO opnfv-tempest [-] {2} tempest.api.identity.v2.test_tokens.TokensTest ... skip: b'Identity api v2 is not enabled' 2021-03-06 00:26:31.798 52 INFO opnfv-tempest [-] {2} tempest.api.image.v1.test_image_members.ImageMembersTest ... skip: b'Glance API v1 not supported' 2021-03-06 00:26:31.801 52 INFO opnfv-tempest [-] {2} tempest.api.image.v1.test_images.CreateRegisterImagesTest ... skip: b'Glance API v1 not supported' 2021-03-06 00:26:31.805 52 INFO opnfv-tempest [-] {2} tempest.api.image.v1.test_images.UpdateImageMetaTest ... skip: b'Glance API v1 not supported' 2021-03-06 00:26:31.808 52 INFO opnfv-tempest [-] {2} tempest.api.image.v1.test_images_negative.CreateDeleteImagesNegativeTest ... skip: b'Glance API v1 not supported' 2021-03-06 00:26:35.984 52 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_rescue_negative.ServerRescueNegativeTestJSON.test_rescue_non_existent_server ... success [0.026s] 2021-03-06 00:26:36.307 52 INFO opnfv-tempest [-] {2} tempest.api.image.v2.admin.test_images.BasicOperationsImagesAdminTest.test_create_image_owner_param ... success [0.520s] 2021-03-06 00:26:36.594 52 INFO opnfv-tempest [-] {2} tempest.api.image.v2.admin.test_images.BasicOperationsImagesAdminTest.test_update_image_owner_param ... success [0.286s] 2021-03-06 00:26:37.832 52 INFO opnfv-tempest [-] {3} tempest.api.network.test_routers.RoutersTest.test_add_multiple_router_interfaces ... success [24.242s] 2021-03-06 00:26:39.874 52 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_rescue_negative.ServerRescueNegativeTestJSON.test_rescue_paused_instance ... success [3.887s] 2021-03-06 00:26:43.430 52 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_deactivate_reactivate_image ... success [1.480s] 2021-03-06 00:26:43.695 52 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_delete_image ... success [0.255s] 2021-03-06 00:26:44.419 52 INFO opnfv-tempest [-] {1} tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_force_detach_volume ... success [24.153s] 2021-03-06 00:26:45.191 52 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_register_upload_get_image_file ... success [1.497s] 2021-03-06 00:26:45.347 52 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images.BasicOperationsImagesTest.test_update_image ... success [0.152s] 2021-03-06 00:26:48.664 52 INFO opnfv-tempest [-] {1} tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_force_delete_when_volume_is_attaching ... success [4.246s] 2021-03-06 00:26:51.249 52 INFO opnfv-tempest [-] {3} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_port_id ... success [13.415s] 2021-03-06 00:26:51.803 52 INFO opnfv-tempest [-] {1} tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_force_delete_when_volume_is_creating ... success [3.139s] 2021-03-06 00:26:54.542 52 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images_member.ImagesMemberTest.test_get_image_member ... success [0.878s] 2021-03-06 00:26:54.559 52 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images_member.ImagesMemberTest.test_get_image_member_schema ... success [0.014s] 2021-03-06 00:26:54.577 52 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images_member.ImagesMemberTest.test_get_image_members_schema ... success [0.016s] 2021-03-06 00:26:55.123 52 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images_member.ImagesMemberTest.test_image_share_accept ... success [0.540s] 2021-03-06 00:26:55.608 52 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images_member.ImagesMemberTest.test_image_share_reject ... success [0.480s] 2021-03-06 00:26:56.075 52 INFO opnfv-tempest [-] {1} tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_force_delete_when_volume_is_error ... success [4.271s] 2021-03-06 00:26:56.106 52 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images_member.ImagesMemberTest.test_remove_image_member ... success [0.496s] 2021-03-06 00:26:59.253 52 INFO opnfv-tempest [-] {1} tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_force_delete_when_volume_is_maintenance ... success [3.177s] 2021-03-06 00:27:02.049 52 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images_metadefs_namespaces.MetadataNamespacesTest.test_basic_metadata_definition_namespaces ... success [0.874s] 2021-03-06 00:27:02.710 52 INFO opnfv-tempest [-] {3} tempest.api.network.test_routers.RoutersTest.test_add_remove_router_interface_with_subnet_id ... success [11.458s] 2021-03-06 00:27:03.144 52 INFO opnfv-tempest [-] {1} tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_reset_status ... success [3.890s] 2021-03-06 00:27:06.147 52 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images_metadefs_schema.MetadataSchemaTest.test_get_metadata_namespace_schema ... success [0.224s] 2021-03-06 00:27:06.162 52 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images_metadefs_schema.MetadataSchemaTest.test_get_metadata_namespaces_schema ... success [0.012s] 2021-03-06 00:27:06.175 52 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images_metadefs_schema.MetadataSchemaTest.test_get_metadata_object_schema ... success [0.012s] 2021-03-06 00:27:06.193 52 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images_metadefs_schema.MetadataSchemaTest.test_get_metadata_objects_schema ... success [0.016s] 2021-03-06 00:27:06.206 52 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images_metadefs_schema.MetadataSchemaTest.test_get_metadata_properties_schema ... success [0.012s] 2021-03-06 00:27:06.220 52 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images_metadefs_schema.MetadataSchemaTest.test_get_metadata_property_schema ... success [0.013s] 2021-03-06 00:27:06.237 52 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images_metadefs_schema.MetadataSchemaTest.test_get_metadata_resource_type_schema ... success [0.015s] 2021-03-06 00:27:06.257 52 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images_metadefs_schema.MetadataSchemaTest.test_get_metadata_resources_types_schema ... success [0.018s] 2021-03-06 00:27:06.274 52 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images_metadefs_schema.MetadataSchemaTest.test_get_metadata_tag_schema ... success [0.013s] 2021-03-06 00:27:06.288 52 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images_metadefs_schema.MetadataSchemaTest.test_get_metadata_tags_schema ... success [0.012s] 2021-03-06 00:27:09.469 52 INFO opnfv-tempest [-] {3} tempest.api.network.test_routers.RoutersTest.test_create_show_list_update_delete_router ... success [6.751s] 2021-03-06 00:27:10.726 52 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images_tags.ImagesTagsTest.test_update_delete_tags_for_image ... success [0.597s] 2021-03-06 00:27:15.719 52 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images_tags_negative.ImagesTagsNegativeTest.test_delete_non_existing_tag ... success [0.465s] 2021-03-06 00:27:15.756 52 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_images_tags_negative.ImagesTagsNegativeTest.test_update_tags_for_non_existing_image ... success [0.036s] 2021-03-06 00:27:17.197 52 INFO opnfv-tempest [-] {1} tempest.api.volume.test_extensions.ExtensionsTestJSON.test_list_extensions ... success [0.282s] 2021-03-06 00:27:19.839 52 INFO opnfv-tempest [-] {2} tempest.api.image.v2.test_versions.VersionsTest.test_list_versions ... success [0.011s] 2021-03-06 00:27:21.321 52 INFO opnfv-tempest [-] {2} tempest.api.network.admin.test_metering_extensions.MeteringIpV6TestJSON ... skip: b'metering extension not enabled.' 2021-03-06 00:27:22.842 52 INFO opnfv-tempest [-] {3} tempest.api.network.test_routers.RoutersTest.test_router_interface_port_update_with_fixed_ip ... success [13.369s] 2021-03-06 00:27:25.788 52 INFO opnfv-tempest [-] {1} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_crud_snapshot_metadata ... success [0.446s] 2021-03-06 00:27:26.184 52 INFO opnfv-tempest [-] {1} tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON.test_update_show_snapshot_metadata_item ... success [0.392s] 2021-03-06 00:27:29.192 52 INFO opnfv-tempest [-] {2} tempest.api.network.test_extra_dhcp_options.ExtraDHCPOptionsIpV6TestJSON.test_create_list_port_with_extra_dhcp_options ... success [2.052s] 2021-03-06 00:27:30.142 52 INFO opnfv-tempest [-] {2} tempest.api.network.test_extra_dhcp_options.ExtraDHCPOptionsIpV6TestJSON.test_update_show_port_with_extra_dhcp_options ... success [0.949s] 2021-03-06 00:27:36.002 52 INFO opnfv-tempest [-] {1} tempest.api.volume.test_versions.VersionsTest.test_list_versions ... success [0.018s] 2021-03-06 00:27:36.963 52 INFO opnfv-tempest [-] {1} tempest.api.volume.test_versions.VersionsTest.test_show_version ... success [0.959s] 2021-03-06 00:27:43.158 52 INFO opnfv-tempest [-] {2} tempest.api.network.test_extra_dhcp_options.ExtraDHCPOptionsTestJSON.test_create_list_port_with_extra_dhcp_options ... success [2.279s] 2021-03-06 00:27:44.108 52 INFO opnfv-tempest [-] {2} tempest.api.network.test_extra_dhcp_options.ExtraDHCPOptionsTestJSON.test_update_show_port_with_extra_dhcp_options ... success [0.947s] 2021-03-06 00:27:44.459 52 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volume_absolute_limits.AbsoluteLimitsTests.test_get_volume_absolute_limits ... success [0.077s] 2021-03-06 00:27:52.852 52 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_rescue_negative.ServerRescueNegativeTestJSON.test_rescued_vm_attach_volume ... success [72.956s] 2021-03-06 00:27:58.083 52 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volume_transfers.VolumesTransfersTest.test_create_get_list_accept_volume_transfer ... success [4.764s] 2021-03-06 00:28:02.542 52 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volume_transfers.VolumesTransfersTest.test_create_list_delete_volume_transfer ... success [4.451s] 2021-03-06 00:28:03.632 52 INFO opnfv-tempest [-] {2} tempest.api.network.test_floating_ips_negative.FloatingIPNegativeTestJSON.test_associate_floatingip_port_ext_net_unreachable ... success [3.228s] 2021-03-06 00:28:03.889 52 INFO opnfv-tempest [-] {2} tempest.api.network.test_floating_ips_negative.FloatingIPNegativeTestJSON.test_create_floatingip_in_private_network ... success [0.258s] 2021-03-06 00:28:06.303 52 INFO opnfv-tempest [-] {2} tempest.api.network.test_floating_ips_negative.FloatingIPNegativeTestJSON.test_create_floatingip_with_port_ext_net_unreachable ... success [2.412s] 2021-03-06 00:28:14.175 52 INFO opnfv-tempest [-] {3} tempest.api.network.test_routers.RoutersTest.test_update_delete_extra_route ... success [51.329s] 2021-03-06 00:28:16.790 52 INFO opnfv-tempest [-] {3} tempest.api.network.test_routers.RoutersTest.test_update_router_admin_state ... success [2.618s] 2021-03-06 00:28:21.760 52 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_network ... success [3.619s] 2021-03-06 00:28:22.337 52 INFO opnfv-tempest [-] {3} tempest.api.network.test_service_providers.ServiceProvidersTest.test_service_providers_list ... success [0.180s] 2021-03-06 00:28:23.961 52 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_account_bulk.BulkTest ... skip: b'BulkTest skipped as swift is not available' 2021-03-06 00:28:23.966 52 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_account_services_negative.AccountNegativeTest ... skip: b'AccountNegativeTest skipped as swift is not available' 2021-03-06 00:28:23.970 52 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_container_quotas.ContainerQuotasTest ... skip: b'ContainerQuotasTest skipped as swift is not available' 2021-03-06 00:28:23.975 52 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_container_services_negative.ContainerNegativeTest ... skip: b'ContainerNegativeTest skipped as swift is not available' 2021-03-06 00:28:23.978 52 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_crossdomain.CrossdomainTest ... skip: b'CrossdomainTest skipped as swift is not available' 2021-03-06 00:28:23.982 52 INFO opnfv-tempest [-] {3} tempest.api.object_storage.test_object_slo.ObjectSloTest ... skip: b'ObjectSloTest skipped as swift is not available' 2021-03-06 00:28:25.489 52 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_port ... success [3.726s] 2021-03-06 00:28:29.714 52 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.BulkNetworkOpsTest.test_bulk_create_delete_subnet ... success [4.223s] 2021-03-06 00:28:32.325 52 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_attach_detach_volume_to_instance ... success [19.524s] 2021-03-06 00:28:48.272 52 INFO opnfv-tempest [-] {3} tempest.api.volume.admin.test_group_snapshots.GroupSnapshotsTest.test_create_group_from_group_snapshot ... success [20.549s] 2021-03-06 00:28:49.777 52 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksIpV6Test.test_create_delete_subnet_all_attributes ... success [5.055s] 2021-03-06 00:28:52.614 52 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_get_volume_attachment ... success [20.289s] 2021-03-06 00:28:53.008 52 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_reserve_unreserve_volume ... success [0.397s] 2021-03-06 00:28:53.359 52 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_bootable ... success [0.350s] 2021-03-06 00:28:53.750 52 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_readonly_update ... success [0.390s] 2021-03-06 00:28:55.279 52 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksIpV6Test.test_create_delete_subnet_with_allocation_pools ... success [5.502s] 2021-03-06 00:28:56.751 52 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksIpV6Test.test_create_delete_subnet_with_default_gw ... success [1.470s] 2021-03-06 00:29:01.902 52 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksIpV6Test.test_create_delete_subnet_with_dhcp_enabled ... success [5.149s] 2021-03-06 00:29:03.082 52 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksIpV6Test.test_create_delete_subnet_with_gw ... success [1.181s] 2021-03-06 00:29:08.122 52 INFO opnfv-tempest [-] {3} tempest.api.volume.admin.test_group_snapshots.GroupSnapshotsTest.test_delete_group_snapshots_following_updated_volumes ... success [19.843s] 2021-03-06 00:29:08.693 52 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksIpV6Test.test_create_delete_subnet_with_gw_and_allocation_pools ... success [5.606s] 2021-03-06 00:29:11.583 52 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_rescue_negative.ServerRescueNegativeTestJSON.test_rescued_vm_detach_volume ... success [78.703s] 2021-03-06 00:29:11.686 52 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_rescue_negative.ServerRescueNegativeTestJSON.test_rescued_vm_reboot ... success [0.110s] 2021-03-06 00:29:11.767 52 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_server_rescue_negative.ServerRescueNegativeTestJSON.test_rescued_vm_rebuild ... success [0.081s] 2021-03-06 00:29:14.175 52 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksIpV6Test.test_create_delete_subnet_with_host_routes_and_dns_nameservers ... success [5.483s] 2021-03-06 00:29:19.955 52 INFO opnfv-tempest [-] {3} tempest.api.volume.admin.test_group_snapshots.GroupSnapshotsTest.test_group_snapshot_create_show_list_delete ... success [11.830s] 2021-03-06 00:29:20.607 52 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksIpV6Test.test_create_delete_subnet_without_gateway ... success [6.430s] 2021-03-06 00:29:23.007 52 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksIpV6Test.test_create_list_subnet_with_no_gw64_one_network ... success [2.395s] 2021-03-06 00:29:29.414 52 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksIpV6Test.test_create_update_delete_network_subnet ... success [6.407s] 2021-03-06 00:29:37.131 52 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksIpV6Test.test_create_update_network_description ... success [7.715s] 2021-03-06 00:29:41.838 52 INFO opnfv-tempest [-] {3} tempest.api.volume.admin.test_groups.GroupsTest.test_group_create_show_list_delete ... fail [14.933s] 2021-03-06 00:29:43.212 52 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksIpV6Test.test_delete_network_with_subnet ... success [6.078s] 2021-03-06 00:29:43.555 52 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksIpV6Test.test_external_network_visibility ... success [0.343s] 2021-03-06 00:29:43.855 52 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksIpV6Test.test_list_networks ... success [0.299s] 2021-03-06 00:29:44.067 52 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksIpV6Test.test_list_networks_fields ... success [0.207s] 2021-03-06 00:29:44.216 52 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksIpV6Test.test_list_subnets ... success [0.147s] 2021-03-06 00:29:44.318 52 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksIpV6Test.test_list_subnets_fields ... success [0.102s] 2021-03-06 00:29:44.485 52 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksIpV6Test.test_show_network ... success [0.165s] 2021-03-06 00:29:44.652 52 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksIpV6Test.test_show_network_fields ... success [0.166s] 2021-03-06 00:29:45.084 52 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksIpV6Test.test_show_subnet ... success [0.430s] 2021-03-06 00:29:45.162 52 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksIpV6Test.test_show_subnet_fields ... success [0.077s] 2021-03-06 00:29:47.517 52 INFO opnfv-tempest [-] {0} tempest.api.compute.servers.test_virtual_interfaces.VirtualInterfacesTestJSON ... skip: b'nova-network is gone' 2021-03-06 00:29:51.235 52 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksIpV6Test.test_update_subnet_gw_dns_host_routes_dhcp ... success [6.070s] 2021-03-06 00:29:52.041 52 INFO opnfv-tempest [-] {0} tempest.api.compute.test_tenant_networks.ComputeTenantNetworksTest.test_list_show_tenant_networks ... success [0.601s] 2021-03-06 00:29:56.267 52 INFO opnfv-tempest [-] {0} tempest.api.compute.test_versions.TestVersions.test_get_version_details ... success [0.035s] 2021-03-06 00:29:56.280 52 INFO opnfv-tempest [-] {0} tempest.api.compute.test_versions.TestVersions.test_list_api_versions ... success [0.013s] 2021-03-06 00:30:00.032 52 INFO opnfv-tempest [-] {3} tempest.api.volume.admin.test_groups.GroupsTest.test_group_update ... success [18.192s] 2021-03-06 00:30:03.461 52 INFO opnfv-tempest [-] {0} tempest.api.compute.volumes.test_volumes_get.VolumesGetTestJSON.test_volume_create_get_delete ... success [3.321s] 2021-03-06 00:30:03.893 52 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_actions.VolumesActionsTest.test_volume_upload ... success [70.132s] 2021-03-06 00:30:10.317 52 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v2.test_tenant_negative.TenantsNegativeTestJSON ... skip: b'Identity api v2 is not enabled' 2021-03-06 00:30:10.325 52 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v2.test_users.UsersTestJSON ... skip: b'Identity api v2 is not enabled' 2021-03-06 00:30:15.027 52 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_create_domain_with_disabled_status ... success [0.444s] 2021-03-06 00:30:15.735 52 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_create_domain_without_description ... success [0.704s] 2021-03-06 00:30:16.357 52 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_all_attributes ... success [5.470s] 2021-03-06 00:30:16.585 52 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_create_update_delete_domain ... success [0.843s] 2021-03-06 00:30:18.397 52 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_domain_delete_cascades_content ... success [1.804s] 2021-03-06 00:30:18.479 52 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_list_domains ... success [0.079s] 2021-03-06 00:30:18.552 52 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_list_domains_filter_by_enabled ... success [0.069s] 2021-03-06 00:30:18.629 52 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_domains.DomainsTestJSON.test_list_domains_filter_by_name ... success [0.073s] 2021-03-06 00:30:22.381 52 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_allocation_pools ... success [6.020s] 2021-03-06 00:30:22.664 52 INFO opnfv-tempest [-] {3} tempest.api.volume.admin.test_volume_manage.VolumeManageAdminTest.test_unmanage_manage_volume ... fail [15.844s] 2021-03-06 00:30:26.678 52 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_endpoints_negative.EndpointsNegativeTestJSON.test_create_with_enabled_False ... success [0.153s] 2021-03-06 00:30:26.738 52 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_endpoints_negative.EndpointsNegativeTestJSON.test_create_with_enabled_True ... success [0.060s] 2021-03-06 00:30:27.507 52 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_dhcp_enabled ... success [5.122s] 2021-03-06 00:30:27.537 52 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_endpoints_negative.EndpointsNegativeTestJSON.test_update_with_enabled_False ... success [0.797s] 2021-03-06 00:30:27.961 52 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_endpoints_negative.EndpointsNegativeTestJSON.test_update_with_enabled_True ... success [0.424s] 2021-03-06 00:30:29.526 52 INFO opnfv-tempest [-] {3} tempest.api.volume.admin.test_volume_quota_classes.VolumeQuotaClassesTest.test_show_default_quota ... success [0.347s] 2021-03-06 00:30:30.478 52 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_gw ... success [2.964s] 2021-03-06 00:30:30.829 52 INFO opnfv-tempest [-] {3} tempest.api.volume.admin.test_volume_quota_classes.VolumeQuotaClassesTest.test_update_default_quota ... success [1.302s] 2021-03-06 00:30:35.662 52 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_groups.GroupsV3TestJSON.test_group_create_update_get ... success [0.653s] 2021-03-06 00:30:35.739 52 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_gw_and_allocation_pools ... success [5.263s] 2021-03-06 00:30:37.361 52 INFO opnfv-tempest [-] {3} tempest.api.volume.admin.test_volume_services_negative.VolumeServicesNegativeTest.test_disable_log_reason_with_no_reason ... success [0.019s] 2021-03-06 00:30:37.392 52 INFO opnfv-tempest [-] {3} tempest.api.volume.admin.test_volume_services_negative.VolumeServicesNegativeTest.test_disable_service_with_invalid_binary ... success [0.031s] 2021-03-06 00:30:37.422 52 INFO opnfv-tempest [-] {3} tempest.api.volume.admin.test_volume_services_negative.VolumeServicesNegativeTest.test_enable_service_with_invalid_host ... success [0.028s] 2021-03-06 00:30:37.456 52 INFO opnfv-tempest [-] {3} tempest.api.volume.admin.test_volume_services_negative.VolumeServicesNegativeTest.test_freeze_host_with_invalid_host ... success [0.032s] 2021-03-06 00:30:37.490 52 INFO opnfv-tempest [-] {3} tempest.api.volume.admin.test_volume_services_negative.VolumeServicesNegativeTest.test_thaw_host_with_invalid_host ... success [0.030s] 2021-03-06 00:30:39.541 52 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_groups.GroupsV3TestJSON.test_group_users_add_list_delete ... success [3.874s] 2021-03-06 00:30:40.430 52 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_groups.GroupsV3TestJSON.test_list_groups ... success [0.890s] 2021-03-06 00:30:41.703 52 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_with_host_routes_and_dns_nameservers ... success [5.960s] 2021-03-06 00:30:42.169 52 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_groups.GroupsV3TestJSON.test_list_user_groups ... success [1.732s] 2021-03-06 00:30:43.187 52 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_backup.VolumesBackupsTest.test_backup_create_attached_volume ... success [32.668s] 2021-03-06 00:30:46.702 52 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_create_delete_subnet_without_gateway ... success [4.993s] 2021-03-06 00:30:50.777 52 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_project_tags.IdentityV3ProjectTagsTest.test_list_update_delete_project_tags ... success [1.546s] 2021-03-06 00:30:51.279 52 INFO opnfv-tempest [-] {3} tempest.api.volume.admin.test_volume_snapshot_quotas_negative.VolumeSnapshotQuotasNegativeTestJSON.test_quota_volume_gigabytes_snapshots ... success [0.425s] 2021-03-06 00:30:51.413 52 INFO opnfv-tempest [-] {3} tempest.api.volume.admin.test_volume_snapshot_quotas_negative.VolumeSnapshotQuotasNegativeTestJSON.test_quota_volume_snapshots ... success [0.133s] 2021-03-06 00:30:52.115 52 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_create_update_delete_network_subnet ... success [5.411s] 2021-03-06 00:30:53.546 52 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_create_update_network_description ... success [1.429s] 2021-03-06 00:30:58.591 52 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_delete_network_with_subnet ... success [5.044s] 2021-03-06 00:30:58.895 52 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_external_network_visibility ... success [0.302s] 2021-03-06 00:30:59.162 52 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_list_networks ... success [0.266s] 2021-03-06 00:30:59.415 52 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_users_negative.UsersNegativeTest.test_authentication_for_disabled_user ... success [1.904s] 2021-03-06 00:30:59.425 52 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_list_networks_fields ... success [0.262s] 2021-03-06 00:30:59.575 52 INFO opnfv-tempest [-] {0} tempest.api.identity.admin.v3.test_users_negative.UsersNegativeTest.test_create_user_for_non_existent_domain ... success [0.157s] 2021-03-06 00:30:59.581 52 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_list_subnets ... success [0.152s] 2021-03-06 00:30:59.663 52 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_list_subnets_fields ... success [0.080s] 2021-03-06 00:30:59.850 52 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_show_network ... success [0.186s] 2021-03-06 00:31:00.051 52 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_show_network_fields ... success [0.200s] 2021-03-06 00:31:00.137 52 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_show_subnet ... success [0.086s] 2021-03-06 00:31:00.223 52 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_show_subnet_fields ... success [0.085s] 2021-03-06 00:31:02.043 52 INFO opnfv-tempest [-] {0} tempest.api.identity.v2.test_users.IdentityUsersTest ... skip: b'Identity api v2 is not enabled' 2021-03-06 00:31:04.691 52 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_media_types ... success [0.086s] 2021-03-06 00:31:04.718 52 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_resources ... success [0.025s] 2021-03-06 00:31:04.747 52 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_api_version_statuses ... success [0.028s] 2021-03-06 00:31:04.758 52 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_identity_v3_existence ... success [0.009s] 2021-03-06 00:31:04.769 52 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_api_discovery.TestApiDiscovery.test_list_api_versions ... success [0.009s] 2021-03-06 00:31:06.311 52 INFO opnfv-tempest [-] {3} tempest.api.volume.admin.test_volume_types_extra_specs.VolumeTypesExtraSpecsTest.test_volume_type_extra_spec_create_get_delete ... success [0.341s] 2021-03-06 00:31:06.491 52 INFO opnfv-tempest [-] {3} tempest.api.volume.admin.test_volume_types_extra_specs.VolumeTypesExtraSpecsTest.test_volume_type_extra_specs_list ... success [0.178s] 2021-03-06 00:31:06.651 52 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks.NetworksTest.test_update_subnet_gw_dns_host_routes_dhcp ... success [6.424s] 2021-03-06 00:31:06.975 52 INFO opnfv-tempest [-] {3} tempest.api.volume.admin.test_volume_types_extra_specs.VolumeTypesExtraSpecsTest.test_volume_type_extra_specs_update ... success [0.482s] 2021-03-06 00:31:10.186 52 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_application_credentials.ApplicationCredentialsV3Test.test_create_application_credential ... success [1.551s] 2021-03-06 00:31:10.843 52 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_application_credentials.ApplicationCredentialsV3Test.test_create_application_credential_expires ... success [0.653s] 2021-03-06 00:31:12.117 52 INFO opnfv-tempest [-] {3} tempest.api.volume.test_availability_zone.AvailabilityZoneTestJSON.test_get_availability_zone_list ... success [0.245s] 2021-03-06 00:31:12.314 52 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_application_credentials.ApplicationCredentialsV3Test.test_list_application_credentials ... success [1.466s] 2021-03-06 00:31:13.761 52 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_application_credentials.ApplicationCredentialsV3Test.test_query_application_credentials ... success [1.446s] 2021-03-06 00:31:15.993 52 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_create_port_on_non_existent_network ... success [0.266s] 2021-03-06 00:31:16.049 52 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_delete_non_existent_network ... success [0.055s] 2021-03-06 00:31:16.110 52 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_delete_non_existent_port ... success [0.060s] 2021-03-06 00:31:16.167 52 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_delete_non_existent_subnet ... success [0.056s] 2021-03-06 00:31:16.207 52 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_show_non_existent_network ... success [0.038s] 2021-03-06 00:31:16.255 52 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_show_non_existent_port ... success [0.048s] 2021-03-06 00:31:16.304 52 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_show_non_existent_subnet ... success [0.047s] 2021-03-06 00:31:16.342 52 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_update_non_existent_network ... success [0.037s] 2021-03-06 00:31:16.390 52 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_update_non_existent_port ... success [0.048s] 2021-03-06 00:31:16.440 52 INFO opnfv-tempest [-] {2} tempest.api.network.test_networks_negative.NetworksNegativeTestJSON.test_update_non_existent_subnet ... success [0.049s] 2021-03-06 00:31:17.510 52 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_domains.DefaultDomainTestJSON.test_default_domain_exists ... success [0.065s] 2021-03-06 00:31:22.489 52 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_backup.VolumesBackupsTest.test_bootable_volume_backup_and_restore ... success [39.285s] 2021-03-06 00:31:22.490 52 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_backup.VolumesBackupsTest.test_volume_backup_create_get_detailed_list_restore_delete ... skip [0.001s]: b'ceph does not support arbitrary container names' 2021-03-06 00:31:23.941 52 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_projects.IdentityV3ProjectsTest.test_list_projects_returns_only_authorized_projects ... success [1.132s] 2021-03-06 00:31:26.217 52 INFO opnfv-tempest [-] {2} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_bulk_port ... success [4.577s] 2021-03-06 00:31:29.202 52 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_tokens.TokensV3Test.test_create_token ... success [0.417s] 2021-03-06 00:31:30.186 52 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_tokens.TokensV3Test.test_token_auth_creation_existence_deletion ... success [0.982s] 2021-03-06 00:31:31.004 52 INFO opnfv-tempest [-] {0} tempest.api.identity.v3.test_tokens.TokensV3Test.test_validate_token ... success [0.817s] 2021-03-06 00:31:32.295 52 INFO opnfv-tempest [-] {2} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_in_allowed_allocation_pools ... success [6.075s] 2021-03-06 00:31:32.788 52 INFO opnfv-tempest [-] {0} tempest.api.image.v1.test_images.ListImagesTest ... skip: b'Glance API v1 not supported' 2021-03-06 00:31:32.793 52 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.ImportImagesTest ... skip: b'ImportImagesTest skipped as image import is not available' 2021-03-06 00:31:37.307 52 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volume_delete_cascade.VolumesDeleteCascade.test_volume_delete_cascade ... success [21.289s] 2021-03-06 00:31:37.308 52 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volume_delete_cascade.VolumesDeleteCascade.test_volume_from_snapshot_cascade_delete ... skip [0.000s]: b'Skip because of Bug#1677525' 2021-03-06 00:31:37.395 52 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_backup.VolumesBackupsV39Test.test_update_backup ... success [6.584s] 2021-03-06 00:31:37.759 52 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images.ListSharedImagesTest.test_list_images_param_member_status ... success [1.247s] 2021-03-06 00:31:38.821 52 INFO opnfv-tempest [-] {2} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_port_with_no_securitygroups ... success [6.523s] 2021-03-06 00:31:42.072 52 INFO opnfv-tempest [-] {2} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_show_delete_port_user_defined_mac ... success [3.250s] 2021-03-06 00:31:43.791 52 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images_metadefs_namespace_objects.MetadataNamespaceObjectsTest.test_create_update_delete_meta_namespace_objects ... success [0.529s] 2021-03-06 00:31:43.983 52 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images_metadefs_namespace_objects.MetadataNamespaceObjectsTest.test_list_meta_namespace_objects ... success [0.190s] 2021-03-06 00:31:44.152 52 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images_metadefs_namespace_objects.MetadataNamespaceObjectsTest.test_show_meta_namespace_objects ... success [0.168s] 2021-03-06 00:31:44.444 52 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_crud_volume_metadata ... success [0.631s] 2021-03-06 00:31:44.781 52 INFO opnfv-tempest [-] {2} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_update_delete_port ... success [2.706s] 2021-03-06 00:31:44.906 52 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volume_metadata.VolumesMetadataTest.test_update_show_volume_metadata_item ... success [0.461s] 2021-03-06 00:31:46.096 52 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_get.VolumesSummaryTest.test_show_volume_summary ... success [0.280s] 2021-03-06 00:31:48.656 52 INFO opnfv-tempest [-] {0} tempest.api.image.v2.test_images_metadefs_resource_types.MetadataResourceTypesTest.test_basic_meta_def_resource_type_association ... success [0.437s] 2021-03-06 00:31:50.092 52 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_with_nonexistent_volume_id ... success [0.328s] 2021-03-06 00:31:50.159 52 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_without_passing_volume_id ... success [0.064s] 2021-03-06 00:31:50.180 52 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_list_snapshot_invalid_param_limit ... success [0.021s] 2021-03-06 00:31:50.225 52 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_list_snapshots_invalid_param_marker ... success [0.043s] 2021-03-06 00:31:50.242 52 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_list_snapshots_invalid_param_sort ... success [0.017s] 2021-03-06 00:31:54.368 52 INFO opnfv-tempest [-] {1} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_volume_from_snapshot_decreasing_size ... success [4.123s] 2021-03-06 00:31:57.142 52 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_extend.VolumesExtendAttachedTest.test_extend_attached_volume ... skip [0.001s]: b'Attached volume extend is disabled.' 2021-03-06 00:31:57.551 52 INFO opnfv-tempest [-] {0} tempest.api.network.admin.test_external_networks_negative.ExternalNetworksAdminNegativeTestJSON.test_create_port_with_precreated_floatingip_as_fixed_ip ... success [3.709s] 2021-03-06 00:31:57.693 52 INFO opnfv-tempest [-] {2} tempest.api.network.test_ports.PortsIpV6TestJSON.test_create_update_port_with_second_ip ... success [12.904s] 2021-03-06 00:31:57.811 52 INFO opnfv-tempest [-] {2} tempest.api.network.test_ports.PortsIpV6TestJSON.test_list_ports ... success [0.115s] 2021-03-06 00:31:57.903 52 INFO opnfv-tempest [-] {2} tempest.api.network.test_ports.PortsIpV6TestJSON.test_list_ports_fields ... success [0.089s] 2021-03-06 00:32:07.025 52 INFO opnfv-tempest [-] {0} tempest.api.network.admin.test_ports.PortsAdminExtendedAttrsTestJSON.test_create_port_binding_ext_attr ... success [2.177s] 2021-03-06 00:32:07.582 52 INFO opnfv-tempest [-] {2} tempest.api.network.test_ports.PortsIpV6TestJSON.test_port_list_filter_by_ip ... success [9.677s] 2021-03-06 00:32:11.802 52 INFO opnfv-tempest [-] {0} tempest.api.network.admin.test_ports.PortsAdminExtendedAttrsTestJSON.test_list_ports_binding_ext_attr ... success [4.774s] 2021-03-06 00:32:13.234 52 INFO opnfv-tempest [-] {0} tempest.api.network.admin.test_ports.PortsAdminExtendedAttrsTestJSON.test_show_port_binding_ext_attr ... success [1.427s] 2021-03-06 00:32:15.732 52 INFO opnfv-tempest [-] {0} tempest.api.network.admin.test_ports.PortsAdminExtendedAttrsTestJSON.test_update_port_binding_ext_attr ... success [2.496s] 2021-03-06 00:32:17.009 52 INFO opnfv-tempest [-] {2} tempest.api.network.test_ports.PortsIpV6TestJSON.test_port_list_filter_by_ip_substr ... success [9.423s] 2021-03-06 00:32:27.601 52 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_attach_volumes_with_nonexistent_volume_id ... success [21.251s] 2021-03-06 00:32:28.751 52 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_from_deactivated_image ... success [1.154s] 2021-03-06 00:32:30.111 52 INFO opnfv-tempest [-] {2} tempest.api.network.test_ports.PortsIpV6TestJSON.test_port_list_filter_by_router_id ... success [13.101s] 2021-03-06 00:32:30.197 52 INFO opnfv-tempest [-] {2} tempest.api.network.test_ports.PortsIpV6TestJSON.test_show_port ... success [0.083s] 2021-03-06 00:32:30.294 52 INFO opnfv-tempest [-] {2} tempest.api.network.test_ports.PortsIpV6TestJSON.test_show_port_fields ... success [0.094s] 2021-03-06 00:32:31.126 52 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_from_image_with_decreasing_size ... success [2.374s] 2021-03-06 00:32:31.146 52 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_invalid_size ... success [0.020s] 2021-03-06 00:32:31.191 52 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_snapshot_id ... success [0.045s] 2021-03-06 00:32:31.270 52 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_source_volid ... success [0.076s] 2021-03-06 00:32:31.314 52 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_nonexistent_volume_type ... success [0.041s] 2021-03-06 00:32:31.331 52 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_negative ... success [0.017s] 2021-03-06 00:32:31.349 52 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_zero ... success [0.015s] 2021-03-06 00:32:31.367 52 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_create_volume_without_passing_size ... success [0.015s] 2021-03-06 00:32:31.430 52 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_invalid_volume_id ... success [0.061s] 2021-03-06 00:32:31.447 52 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_delete_volume_without_passing_volume_id ... success [0.015s] 2021-03-06 00:32:31.515 52 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_detach_volumes_with_invalid_volume_id ... success [0.065s] 2021-03-06 00:32:31.581 52 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_invalid_volume_id ... success [0.064s] 2021-03-06 00:32:31.598 52 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_get_volume_without_passing_volume_id ... success [0.016s] 2021-03-06 00:32:31.704 52 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_invalid_status ... success [0.106s] 2021-03-06 00:32:31.807 52 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_detail_with_nonexistent_name ... success [0.103s] 2021-03-06 00:32:31.907 52 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_invalid_status ... success [0.097s] 2021-03-06 00:32:32.009 52 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_list_volumes_with_nonexistent_name ... success [0.099s] 2021-03-06 00:32:32.292 52 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_reserve_volume_with_negative_volume_status ... success [0.282s] 2021-03-06 00:32:32.362 52 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_reserve_volume_with_nonexistent_volume_id ... success [0.070s] 2021-03-06 00:32:32.435 52 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_unreserve_volume_with_nonexistent_volume_id ... success [0.072s] 2021-03-06 00:32:32.452 52 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_empty_volume_id ... success [0.015s] 2021-03-06 00:32:32.514 52 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_invalid_volume_id ... success [0.058s] 2021-03-06 00:32:32.587 52 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_update_volume_with_nonexistent_volume_id ... success [0.069s] 2021-03-06 00:32:32.656 52 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_delete_nonexistent_volume_id ... success [0.066s] 2021-03-06 00:32:32.677 52 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_extend_with_None_size ... success [0.019s] 2021-03-06 00:32:32.691 52 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_extend_with_non_number_size ... success [0.015s] 2021-03-06 00:32:32.752 52 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_extend_with_nonexistent_volume_id ... success [0.060s] 2021-03-06 00:32:32.770 52 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_extend_with_size_smaller_than_original_size ... success [0.018s] 2021-03-06 00:32:32.836 52 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_extend_without_passing_volume_id ... success [0.066s] 2021-03-06 00:32:32.904 52 INFO opnfv-tempest [-] {3} tempest.api.volume.test_volumes_negative.VolumesNegativeTest.test_volume_get_nonexistent_volume_id ... success [0.065s] 2021-03-06 00:32:35.421 52 INFO opnfv-tempest [-] {0} tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcp_stateful ... success [13.768s] 2021-03-06 00:32:39.844 52 INFO opnfv-tempest [-] {2} tempest.api.network.test_ports.PortsIpV6TestJSON.test_update_port_with_security_group_and_extra_attributes ... success [9.548s] 2021-03-06 00:32:48.834 52 INFO opnfv-tempest [-] {0} tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcp_stateful_fixedips ... success [13.403s] 2021-03-06 00:32:49.954 52 INFO opnfv-tempest [-] {2} tempest.api.network.test_ports.PortsIpV6TestJSON.test_update_port_with_two_security_groups_and_extra_attributes ... success [10.107s] 2021-03-06 00:32:54.100 52 INFO opnfv-tempest [-] {0} tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcp_stateful_fixedips_duplicate ... success [5.259s] 2021-03-06 00:32:56.781 52 INFO opnfv-tempest [-] {0} tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcp_stateful_fixedips_outrange ... success [2.682s] 2021-03-06 00:33:06.005 52 INFO opnfv-tempest [-] {2} tempest.api.network.test_ports.PortsTestJSON.test_create_bulk_port ... success [5.979s] 2021-03-06 00:33:12.486 52 INFO opnfv-tempest [-] {2} tempest.api.network.test_ports.PortsTestJSON.test_create_port_in_allowed_allocation_pools ... success [6.475s] 2021-03-06 00:33:18.219 52 INFO opnfv-tempest [-] {0} tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcp_stateful_router ... success [21.429s] 2021-03-06 00:33:18.689 52 INFO opnfv-tempest [-] {2} tempest.api.network.test_ports.PortsTestJSON.test_create_port_with_no_securitygroups ... success [6.202s] 2021-03-06 00:33:21.949 52 INFO opnfv-tempest [-] {2} tempest.api.network.test_ports.PortsTestJSON.test_create_show_delete_port_user_defined_mac ... success [3.253s] 2021-03-06 00:33:24.215 52 INFO opnfv-tempest [-] {2} tempest.api.network.test_ports.PortsTestJSON.test_create_update_delete_port ... success [2.260s] 2021-03-06 00:33:35.904 52 INFO opnfv-tempest [-] {2} tempest.api.network.test_ports.PortsTestJSON.test_create_update_port_with_second_ip ... success [11.681s] 2021-03-06 00:33:36.013 52 INFO opnfv-tempest [-] {2} tempest.api.network.test_ports.PortsTestJSON.test_list_ports ... success [0.104s] 2021-03-06 00:33:36.247 52 INFO opnfv-tempest [-] {2} tempest.api.network.test_ports.PortsTestJSON.test_list_ports_fields ... success [0.231s] 2021-03-06 00:33:45.625 52 INFO opnfv-tempest [-] {2} tempest.api.network.test_ports.PortsTestJSON.test_port_list_filter_by_ip ... success [9.372s] 2021-03-06 00:33:47.573 52 INFO opnfv-tempest [-] {0} tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcpv6_64_subnets ... success [29.344s] 2021-03-06 00:33:49.258 52 INFO opnfv-tempest [-] {0} tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcpv6_invalid_options ... success [1.681s] 2021-03-06 00:33:54.751 52 INFO opnfv-tempest [-] {2} tempest.api.network.test_ports.PortsTestJSON.test_port_list_filter_by_ip_substr ... success [9.123s] 2021-03-06 00:33:57.907 52 INFO opnfv-tempest [-] {0} tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcpv6_stateless_eui64 ... success [8.644s] 2021-03-06 00:34:07.258 52 INFO opnfv-tempest [-] {2} tempest.api.network.test_ports.PortsTestJSON.test_port_list_filter_by_router_id ... success [12.507s] 2021-03-06 00:34:07.389 52 INFO opnfv-tempest [-] {2} tempest.api.network.test_ports.PortsTestJSON.test_show_port ... success [0.131s] 2021-03-06 00:34:07.473 52 INFO opnfv-tempest [-] {2} tempest.api.network.test_ports.PortsTestJSON.test_show_port_fields ... success [0.082s] 2021-03-06 00:34:09.463 52 INFO opnfv-tempest [-] {0} tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcpv6_stateless_no_ra ... success [11.549s] 2021-03-06 00:34:14.039 52 INFO opnfv-tempest [-] {0} tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcpv6_stateless_no_ra_no_dhcp ... success [4.574s] 2021-03-06 00:34:15.995 52 INFO opnfv-tempest [-] {2} tempest.api.network.test_ports.PortsTestJSON.test_update_port_with_security_group_and_extra_attributes ... success [8.517s] 2021-03-06 00:34:25.873 52 INFO opnfv-tempest [-] {2} tempest.api.network.test_ports.PortsTestJSON.test_update_port_with_two_security_groups_and_extra_attributes ... success [9.876s] 2021-03-06 00:34:45.788 52 INFO opnfv-tempest [-] {2} tempest.api.network.test_routers_negative.RoutersNegativeIpV6Test.test_add_router_interfaces_on_overlapping_subnets_returns_400 ... success [9.653s] 2021-03-06 00:34:45.863 52 INFO opnfv-tempest [-] {2} tempest.api.network.test_routers_negative.RoutersNegativeIpV6Test.test_delete_non_existent_router_returns_404 ... success [0.075s] 2021-03-06 00:34:46.005 52 INFO opnfv-tempest [-] {0} tempest.api.network.test_dhcp_ipv6.NetworksTestDHCPv6.test_dhcpv6_two_subnets ... success [31.955s] 2021-03-06 00:34:46.306 52 INFO opnfv-tempest [-] {2} tempest.api.network.test_routers_negative.RoutersNegativeIpV6Test.test_router_add_gateway_invalid_network_returns_404 ... success [0.443s] 2021-03-06 00:34:48.118 52 INFO opnfv-tempest [-] {2} tempest.api.network.test_routers_negative.RoutersNegativeIpV6Test.test_router_add_gateway_net_not_external_returns_400 ... success [1.811s] 2021-03-06 00:34:54.048 52 INFO opnfv-tempest [-] {2} tempest.api.network.test_routers_negative.RoutersNegativeIpV6Test.test_router_remove_interface_in_use_returns_409 ... success [5.928s] 2021-03-06 00:34:54.117 52 INFO opnfv-tempest [-] {2} tempest.api.network.test_routers_negative.RoutersNegativeIpV6Test.test_show_non_existent_router_returns_404 ... success [0.068s] 2021-03-06 00:34:54.211 52 INFO opnfv-tempest [-] {2} tempest.api.network.test_routers_negative.RoutersNegativeIpV6Test.test_update_non_existent_router_returns_404 ... success [0.094s] 2021-03-06 00:34:54.428 52 INFO opnfv-tempest [-] {0} tempest.api.network.test_routers_negative.DvrRoutersNegativeTest.test_router_create_tenant_distributed_returns_forbidden ... success [0.196s] 2021-03-06 00:34:59.200 52 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_list_update_show_delete_security_group ... success [1.138s] 2021-03-06 00:34:59.973 52 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_security_group_rule_with_additional_args ... success [0.771s] 2021-03-06 00:35:02.679 52 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_security_group_rule_with_icmp_type_code ... success [2.700s] 2021-03-06 00:35:03.383 52 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_security_group_rule_with_protocol_integer_value ... success [0.707s] 2021-03-06 00:35:04.813 52 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_security_group_rule_with_remote_group_id ... success [1.430s] 2021-03-06 00:35:06.001 52 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_security_group_rule_with_remote_ip_prefix ... success [1.186s] 2021-03-06 00:35:07.791 52 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_create_show_delete_security_group_rule ... success [1.782s] 2021-03-06 00:35:07.870 52 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupIPv6Test.test_list_security_groups ... success [0.078s] 2021-03-06 00:35:09.789 52 INFO opnfv-tempest [-] {2} tempest.api.network.test_subnetpools_extensions.SubnetPoolsTestJSON.test_create_list_show_update_delete_subnetpools ... success [0.594s] 2021-03-06 00:35:11.035 52 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_acl.ObjectTestACLs ... skip: b'ObjectTestACLs skipped as swift is not available' 2021-03-06 00:35:11.039 52 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_container_staticweb.StaticWebTest ... skip: b'StaticWebTest skipped as swift is not available' 2021-03-06 00:35:11.042 52 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_healthcheck.HealthcheckTest ... skip: b'HealthcheckTest skipped as swift is not available' 2021-03-06 00:35:11.044 52 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_object_expiry.ObjectExpiryTest ... skip: b'ObjectExpiryTest skipped as swift is not available' 2021-03-06 00:35:11.047 52 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_object_services.ObjectTest ... skip: b'ObjectTest skipped as swift is not available' 2021-03-06 00:35:11.050 52 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_object_services.PublicObjectTest ... skip: b'PublicObjectTest skipped as swift is not available' 2021-03-06 00:35:11.053 52 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_object_temp_url_negative.ObjectTempUrlNegativeTest ... skip: b'ObjectTempUrlNegativeTest skipped as swift is not available' 2021-03-06 00:35:11.055 52 INFO opnfv-tempest [-] {2} tempest.api.object_storage.test_object_version.ContainerTest ... skip: b'ContainerTest skipped as swift is not available' 2021-03-06 00:35:12.673 52 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_list_update_show_delete_security_group ... success [1.200s] 2021-03-06 00:35:13.500 52 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_additional_args ... success [0.826s] 2021-03-06 00:35:15.399 52 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_group_type_specs.GroupTypeSpecsTest.test_group_type_specs_create_show_update_list_delete ... success [0.609s] 2021-03-06 00:35:15.762 52 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_icmp_type_code ... success [2.251s] 2021-03-06 00:35:16.515 52 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_protocol_integer_value ... success [0.750s] 2021-03-06 00:35:17.840 52 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_remote_group_id ... success [1.322s] 2021-03-06 00:35:18.626 52 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_security_group_rule_with_remote_ip_prefix ... success [0.784s] 2021-03-06 00:35:20.546 52 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_create_show_delete_security_group_rule ... success [1.911s] 2021-03-06 00:35:20.616 52 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups.SecGroupTest.test_list_security_groups ... success [0.075s] 2021-03-06 00:35:23.486 52 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_volume_quotas.VolumeQuotasAdminTestJSON.test_delete_quota ... success [0.478s] 2021-03-06 00:35:23.539 52 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_volume_quotas.VolumeQuotasAdminTestJSON.test_list_default_quotas ... success [0.053s] 2021-03-06 00:35:23.608 52 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_volume_quotas.VolumeQuotasAdminTestJSON.test_list_quotas ... success [0.067s] 2021-03-06 00:35:24.536 52 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_additional_default_security_group_fails ... success [0.174s] 2021-03-06 00:35:25.475 52 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_duplicate_security_group_rule_fails ... success [0.936s] 2021-03-06 00:35:25.936 52 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_ethertype ... success [0.460s] 2021-03-06 00:35:26.403 52 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_protocol ... success [0.466s] 2021-03-06 00:35:26.935 52 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_bad_remote_ip_prefix ... success [0.526s] 2021-03-06 00:35:27.033 52 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_volume_quotas.VolumeQuotasAdminTestJSON.test_quota_usage ... success [3.419s] 2021-03-06 00:35:27.846 52 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_invalid_ports ... success [0.905s] 2021-03-06 00:35:28.441 52 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_non_existent_remote_groupid ... success [0.590s] 2021-03-06 00:35:28.521 52 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_non_existent_security_group ... success [0.077s] 2021-03-06 00:35:29.519 52 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_rule_with_remote_ip_and_group ... success [0.995s] 2021-03-06 00:35:30.038 52 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_create_security_group_update_name_default ... success [0.520s] 2021-03-06 00:35:30.068 52 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_delete_non_existent_security_group ... success [0.027s] 2021-03-06 00:35:30.097 52 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_show_non_existent_security_group ... success [0.027s] 2021-03-06 00:35:30.124 52 INFO opnfv-tempest [-] {0} tempest.api.network.test_security_groups_negative.NegativeSecGroupTest.test_show_non_existent_security_group_rule ... success [0.024s] 2021-03-06 00:35:31.407 52 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_volume_quotas.VolumeQuotasAdminTestJSON.test_quota_usage_after_volume_transfer ... success [4.373s] 2021-03-06 00:35:31.503 52 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_volume_quotas.VolumeQuotasAdminTestJSON.test_show_quota_usage ... success [0.096s] 2021-03-06 00:35:32.022 52 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_volume_quotas.VolumeQuotasAdminTestJSON.test_update_all_quota_resources_for_tenant ... success [0.517s] 2021-03-06 00:35:33.907 52 INFO opnfv-tempest [-] {0} tempest.api.network.test_versions.NetworksApiDiscovery.test_api_version_resources ... success [0.012s] 2021-03-06 00:35:34.124 52 INFO opnfv-tempest [-] {0} tempest.api.network.test_versions.NetworksApiDiscovery.test_show_api_v2_details ... success [0.215s] 2021-03-06 00:35:35.595 52 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_quotas.AccountQuotasTest ... skip: b'AccountQuotasTest skipped as swift is not available' 2021-03-06 00:35:35.599 52 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_account_services.AccountTest ... skip: b'AccountTest skipped as swift is not available' 2021-03-06 00:35:35.603 52 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_formpost_negative.ObjectFormPostNegativeTest ... skip: b'ObjectFormPostNegativeTest skipped as swift is not available' 2021-03-06 00:35:35.607 52 INFO opnfv-tempest [-] {0} tempest.api.object_storage.test_object_temp_url.ObjectTempUrlTest ... skip: b'ObjectTempUrlTest skipped as swift is not available' 2021-03-06 00:35:40.005 52 INFO opnfv-tempest [-] {0} tempest.api.volume.admin.test_backends_capabilities.BackendsCapabilitiesAdminTestsJSON.test_compare_volume_stats_values ... success [0.406s] 2021-03-06 00:35:40.041 52 INFO opnfv-tempest [-] {0} tempest.api.volume.admin.test_backends_capabilities.BackendsCapabilitiesAdminTestsJSON.test_get_capabilities_backend ... success [0.035s] 2021-03-06 00:35:41.453 52 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_volume_quotas_negative.VolumeQuotasNegativeTestJSON.test_quota_volume_gigabytes ... success [0.342s] 2021-03-06 00:35:41.795 52 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_volume_quotas_negative.VolumeQuotasNegativeTestJSON.test_quota_volumes ... success [0.341s] 2021-03-06 00:35:42.065 52 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_volume_quotas_negative.VolumeQuotasNegativeTestJSON.test_volume_extend_gigabytes_quota_deviation ... success [0.271s] 2021-03-06 00:35:46.029 52 INFO opnfv-tempest [-] {0} tempest.api.volume.admin.test_group_snapshots.GroupSnapshotsV319Test.test_reset_group_snapshot_status ... skip [0.002s]: b'Skipped until bug: https://launchpad.net/bugs/1770179 is resolved.' 2021-03-06 00:35:51.285 52 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON.test_get_service_by_host_name ... success [0.045s] 2021-03-06 00:35:51.316 52 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON.test_get_service_by_service_and_host_name ... success [0.032s] 2021-03-06 00:35:51.349 52 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON.test_get_service_by_service_binary_name ... success [0.031s] 2021-03-06 00:35:53.425 52 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON.test_get_service_by_volume_host_name ... success [2.073s] 2021-03-06 00:35:53.460 52 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON.test_list_services ... success [0.038s] 2021-03-06 00:36:09.663 52 INFO opnfv-tempest [-] {0} tempest.api.volume.admin.test_groups.GroupsV314Test.test_create_group_from_group ... success [17.544s] 2021-03-06 00:36:16.188 52 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_volumes_backup.VolumesBackupsAdminTest.test_volume_backup_export_import ... success [13.374s] 2021-03-06 00:36:19.396 52 INFO opnfv-tempest [-] {0} tempest.api.volume.admin.test_groups.GroupsV320Test.test_reset_group_status ... success [3.402s] 2021-03-06 00:36:21.676 52 INFO opnfv-tempest [-] {0} tempest.api.volume.admin.test_multi_backend.VolumeMultiBackendTest ... skip: b'Cinder multi-backend feature disabled' 2021-03-06 00:36:22.550 52 INFO opnfv-tempest [-] {2} tempest.api.volume.admin.test_volumes_backup.VolumesBackupsAdminTest.test_volume_backup_reset_status ... success [6.360s] 2021-03-06 00:36:26.338 52 INFO opnfv-tempest [-] {0} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_associate_disassociate_qos ... success [0.592s] 2021-03-06 00:36:26.494 52 INFO opnfv-tempest [-] {0} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_create_delete_qos_with_back_end_consumer ... success [0.156s] 2021-03-06 00:36:26.643 52 INFO opnfv-tempest [-] {0} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_create_delete_qos_with_both_consumer ... success [0.145s] 2021-03-06 00:36:26.802 52 INFO opnfv-tempest [-] {0} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_create_delete_qos_with_front_end_consumer ... success [0.158s] 2021-03-06 00:36:26.833 52 INFO opnfv-tempest [-] {0} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_get_qos ... success [0.032s] 2021-03-06 00:36:26.867 52 INFO opnfv-tempest [-] {0} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_list_qos ... success [0.033s] 2021-03-06 00:36:27.044 52 INFO opnfv-tempest [-] {0} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_set_unset_qos_key ... success [0.175s] 2021-03-06 00:36:36.489 52 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_clone_negative.VolumesCloneNegativeTest.test_create_from_volume_decreasing_size ... success [3.088s] 2021-03-06 00:36:40.785 52 INFO opnfv-tempest [-] {0} tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest.test_reset_snapshot_status ... success [0.584s] 2021-03-06 00:36:49.918 52 INFO opnfv-tempest [-] {0} tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest.test_snapshot_force_delete_when_snapshot_is_creating ... success [9.129s] 2021-03-06 00:36:55.912 52 INFO opnfv-tempest [-] {0} tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest.test_snapshot_force_delete_when_snapshot_is_deleting ... success [5.991s] 2021-03-06 00:36:57.145 52 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_limit ... success [0.050s] 2021-03-06 00:36:57.228 52 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_limit_equals_infinite ... success [0.081s] 2021-03-06 00:36:57.275 52 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_limit_equals_zero ... success [0.043s] 2021-03-06 00:36:57.390 52 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_marker ... success [0.111s] 2021-03-06 00:36:57.428 52 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_offset ... success [0.038s] 2021-03-06 00:36:57.471 52 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_sort_created_at_asc ... success [0.040s] 2021-03-06 00:36:57.516 52 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_sort_created_at_desc ... success [0.042s] 2021-03-06 00:36:57.561 52 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_sort_id_asc ... success [0.045s] 2021-03-06 00:36:57.612 52 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_sort_id_desc ... success [0.050s] 2021-03-06 00:36:57.658 52 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_sort_name_asc ... success [0.045s] 2021-03-06 00:36:57.698 52 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshot_list_param_sort_name_desc ... success [0.040s] 2021-03-06 00:36:57.822 52 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_details_with_params ... success [0.119s] 2021-03-06 00:36:57.959 52 INFO opnfv-tempest [-] {2} tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON.test_snapshots_list_with_params ... success [0.135s] 2021-03-06 00:37:00.834 52 INFO opnfv-tempest [-] {0} tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest.test_snapshot_force_delete_when_snapshot_is_error ... success [4.918s] 2021-03-06 00:37:05.970 52 INFO opnfv-tempest [-] {0} tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest.test_snapshot_force_delete_when_snapshot_is_error_deleting ... success [5.133s] 2021-03-06 00:37:06.344 52 INFO opnfv-tempest [-] {0} tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest.test_update_snapshot_status ... success [0.375s] 2021-03-06 00:37:21.032 52 INFO opnfv-tempest [-] {0} tempest.api.volume.admin.test_volume_hosts.VolumeHostsAdminTestsJSON.test_list_hosts ... success [0.271s] 2021-03-06 00:37:24.575 52 INFO opnfv-tempest [-] {0} tempest.api.volume.admin.test_volume_hosts.VolumeHostsAdminTestsJSON.test_show_host ... success [3.531s] 2021-03-06 00:37:38.859 52 INFO opnfv-tempest [-] {0} tempest.api.volume.admin.test_volumes_list.VolumesListAdminTestJSON.test_volume_list_param_tenant ... success [2.088s] 2021-03-06 00:37:56.503 52 INFO opnfv-tempest [-] {0} tempest.api.volume.test_image_metadata.VolumesImageMetadata.test_update_show_delete_image_metadata ... success [0.469s] 2021-03-06 00:38:13.296 52 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_clone.VolumesCloneTest.test_create_from_bootable_volume ... success [11.630s] 2021-03-06 00:38:18.903 52 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_clone.VolumesCloneTest.test_create_from_volume ... success [5.607s] 2021-03-06 00:38:43.784 52 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_extend.VolumesExtendTest.test_volume_extend ... success [13.543s] 2021-03-06 00:38:48.185 52 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_extend.VolumesExtendTest.test_volume_extend_when_volume_has_snapshot ... success [4.400s] 2021-03-06 00:39:06.911 52 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete ... success [8.786s] 2021-03-06 00:39:19.348 52 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_as_clone ... success [12.425s] 2021-03-06 00:39:32.622 52 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image ... success [13.261s] 2021-03-06 00:39:45.585 52 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list ... success [0.098s] 2021-03-06 00:39:45.694 52 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_by_name ... success [0.106s] 2021-03-06 00:39:45.812 52 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_by_name ... success [0.116s] 2021-03-06 00:39:46.367 52 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_pagination ... success [0.553s] 2021-03-06 00:39:46.605 52 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_details_with_multiple_params ... success [0.237s] 2021-03-06 00:39:47.253 52 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_pagination ... success [0.645s] 2021-03-06 00:39:47.351 52 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_param_display_name_and_status ... success [0.094s] 2021-03-06 00:39:47.456 52 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_display_name_and_status ... success [0.105s] 2021-03-06 00:39:47.608 52 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_marker ... success [0.152s] 2021-03-06 00:39:47.736 52 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_detail_param_metadata ... success [0.125s] 2021-03-06 00:39:47.841 52 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_details ... success [0.102s] 2021-03-06 00:39:47.950 52 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volume_list_with_param_metadata ... success [0.111s] 2021-03-06 00:39:48.151 52 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_availability_zone ... success [0.197s] 2021-03-06 00:39:48.357 52 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_bootable ... success [0.205s] 2021-03-06 00:39:48.636 52 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_by_status ... success [0.278s] 2021-03-06 00:39:48.755 52 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_availability_zone ... success [0.119s] 2021-03-06 00:39:48.858 52 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_bootable ... success [0.102s] 2021-03-06 00:39:48.959 52 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_list.VolumesListTestJSON.test_volumes_list_details_by_status ... success [0.101s] 2021-03-06 00:40:19.357 52 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_backup ... success [13.293s] 2021-03-06 00:41:20.045 52 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_create_delete_with_volume_in_use ... success [60.659s] 2021-03-06 00:41:23.815 52 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_create_get_list_update_delete ... success [3.773s] 2021-03-06 00:41:54.566 52 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_snapshot_create_offline_delete_online ... success [30.738s] 2021-03-06 00:42:00.801 52 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_volume_from_snapshot ... success [6.236s] 2021-03-06 00:42:06.908 52 INFO opnfv-tempest [-] {0} tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON.test_volume_from_snapshot_no_size ... success [6.104s] 2021-03-06 00:42:27.459 52 INFO rally.task.context [-] Verification b04d3b2a-7421-4565-9d6f-6bd04c72e0b3 | Context testr@default cleanup() started 2021-03-06 00:42:27.460 52 INFO rally.task.context [-] Verification b04d3b2a-7421-4565-9d6f-6bd04c72e0b3 | Context testr@default cleanup() finished in 1.37 msec 2021-03-06 00:42:27.461 52 INFO rally.task.context [-] Verification b04d3b2a-7421-4565-9d6f-6bd04c72e0b3 | Context tempest@default cleanup() started 2021-03-06 00:42:28.099 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Deleting role 'ResellerAdmin'. 2021-03-06 00:42:28.219 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Role 'ResellerAdmin' has been deleted. 2021-03-06 00:42:28.270 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Deleting flavor 'rally_verify_24d46d58_F53alWNk'. 2021-03-06 00:42:28.538 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Flavor 'rally_verify_24d46d58_F53alWNk' has been deleted. 2021-03-06 00:42:28.540 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Removing value '0499c81f-5390-4ab6-9446-cbb85d9c3bc6' of option 'instance_type' from Tempest config file. 2021-03-06 00:42:28.540 52 RALLYDEBUG rally_openstack.verification.tempest.context [-] Value '0499c81f-5390-4ab6-9446-cbb85d9c3bc6' has been removed. 2021-03-06 00:42:28.542 52 INFO rally.task.context [-] Verification b04d3b2a-7421-4565-9d6f-6bd04c72e0b3 | Context tempest@default cleanup() finished in 1.08 sec 2021-03-06 00:42:28.711 52 INFO rally.api [-] Verification (UUID=24d46d58-400b-4a1a-96c1-8886981813aa) has been successfully finished for deployment 'opnfv-rally' (UUID=a218c08e-3270-4642-8ed1-5d245a3f216a)! 2021-03-06 00:42:31.350 109 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-03-06 00:42:31.351 109 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-03-06 00:42:31.351 109 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-03-06 00:42:34.187 111 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-03-06 00:42:34.188 111 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-03-06 00:42:34.188 111 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-03-06 00:42:37.248 111 INFO rally.api [-] Building 'html' report for the following verification(s): '24d46d58-400b-4a1a-96c1-8886981813aa' 2021-03-06 00:42:37.291 111 INFO rally.api [-] The report has been successfully built. 2021-03-06 00:42:39.252 113 RALLYDEBUG rally.api [-] INFO logs from urllib3 and requests module are hide. 2021-03-06 00:42:39.252 113 RALLYDEBUG rally.api [-] urllib3 insecure warnings are hidden. 2021-03-06 00:42:39.252 113 RALLYDEBUG rally.api [-] ERROR log from boto module is hide. 2021-03-06 00:42:41.966 113 INFO rally.api [-] Building 'junit-xml' report for the following verification(s): '24d46d58-400b-4a1a-96c1-8886981813aa' 2021-03-06 00:42:42.019 113 INFO rally.api [-] The report has been successfully built.