fuel-web/nailgun/nailgun/test/unit
Alexander Kislitsky 63f079884b Logging in finding disk function fixed
The funcion find_existing_disk is called in the VolumeManager constructor.
When the new node is discovered and nailgun-agent doesn't post yet nodes
info to the Nailgun we have no volumes info and have warning and error
messages in the logs on each VolumeManager object initialization.
On empty volumes data we shouldn't perform search in find_existing_disk.
Just log message and return None.

Change-Id: Ia7ffc5f69995dc4230f5984faaa08ae543bbe044
Closes-Bug: #1523471
(cherry picked from commit 6bd08607c6)
2016-10-17 16:10:52 +00:00
..
fuel_statistics_tests Collecting stats with enabled SSL fixed 2015-09-03 18:00:59 +03:00
__init__.py Separate unit and integration tests 2013-09-16 17:28:00 +03:00
test_assignment_validator.py Fix node assignment validation 2014-12-01 15:01:23 +02:00
test_attributes_generators.py Add generators for uuid and cephx 2015-07-23 16:53:42 -07:00
test_attributes_validator.py IBP: disallow to choose classic provisioning 2015-07-08 17:27:47 +03:00
test_ceph.py Ceph: fix PG count number 2015-08-13 17:36:01 +03:00
test_check_repo_connection_task.py Do not include offline nodes in repo connectivity check 2015-05-27 10:15:36 +02:00
test_checknetworkstask.py Network manager refactoring 2013-11-27 16:47:23 +02:00
test_cluster_validator.py Set 'deployed_before' attribute in cluster attributes if not present 2016-07-13 13:33:51 +03:00
test_data_migration.py Fix use_vcenter attribute compatibility for 6.0 2015-04-03 17:24:28 +03:00
test_db.py Allow to use socket to connect to DB in Nailgun 2014-12-10 07:21:00 +00:00
test_db_migrations.py DB downgrade from 7.0 to 6.1 fixed 2015-07-09 13:17:10 +03:00
test_db_models.py Length limitation on cluster name removed 2015-07-09 13:18:17 +03:00
test_deadlock_detector.py Checking the tables order when rows are locking 2014-06-24 13:46:22 +04:00
test_default_ip_addrs.py Load fixture with master node ip for fuelweb_admin 2014-02-24 14:17:34 +02:00
test_deployment_network_serializer.py Change default network tenant 2014-10-07 17:19:10 +03:00
test_deployment_nodes_filtering.py Do not include pending deletion node in upgradable nodes 2015-05-19 16:49:05 +03:00
test_deployment_serializer.py Remove old function extract_env_version 2015-07-03 12:46:18 +02:00
test_expression_parser.py Support 'strict' flag for restrictions 2015-08-03 11:14:41 +00:00
test_extensions.py Necessary extending of objects to perform upgrade 2015-07-29 15:43:42 +03:00
test_fault_tolerance.py Fault tolerance for provision 2015-03-08 10:53:01 +01:00
test_graph.py Allow to include skipped tasks 2015-08-13 11:40:34 +03:00
test_graph_serializer.py Give more informative message for deployment graph 2015-08-20 11:33:59 +03:00
test_handlers.py Snapshot download with authentication 2015-07-03 09:59:35 +00:00
test_load_db_driver_handler.py New project structure for OS-like API versioning 2014-05-20 18:17:26 +04:00
test_logs_handlers.py Validate node id for log handler 2016-06-23 15:24:18 +00:00
test_logs_utils.py Remove dangling symlinks after node log removal 2015-10-08 14:19:14 +00:00
test_middleware_utils.py HTTP requests monitoring middleware added 2014-10-17 18:13:31 +03:00
test_migration_cluster_replaced_info.py Store replaced info on node instead of cluster 2014-08-07 16:21:26 +03:00
test_migration_fuel_6_1.py Swap deprecated oslo namespaces 2015-07-23 23:33:58 +03:00
test_migration_fuel_7_0.py Handle filtering and sorting by node labels separately 2015-08-20 17:38:36 +03:00
test_migration_plugins_cluster_attrs_use_ids_mapping.py Use plugin ids instead of versions to enable/disable plugin 2015-02-16 14:27:50 +03:00
test_migration_volume_manager_extension_001_add_volumes_table.py Swap deprecated oslo namespaces 2015-07-23 23:33:58 +03:00
test_nailgun_keystone_auth_middleware.py Add unit tests for nailgun keystone middleware 2014-07-11 15:02:10 +00:00
test_network_check.py Check gateways if non-default node groups are used 2015-10-27 15:09:18 +00:00
test_network_configuration_validator.py Fix for nova networking schema validation 2015-10-12 12:16:38 +03:00
test_network_group_handler.py Fix attempt to access not existed network group id key in input data 2015-10-08 12:35:08 +03:00
test_network_template.py Introduce priorities for network_schemes 2016-02-10 13:22:42 +00:00
test_network_template_handler.py Network template added to HTTP PUT response 2015-08-26 18:28:49 +03:00
test_network_template_validator.py fix test test_templates_not_found 2015-08-18 12:23:45 +03:00
test_network_utils.py Always match lowercase MAC 2014-11-24 13:54:55 +01:00
test_node_assignment_handler.py Add IP assignment optimized for network template 2015-08-19 12:36:03 +03:00
test_node_disks.py Logging in finding disk function fixed 2016-10-17 16:10:52 +00:00
test_node_groups.py Validate cluster in node group creation 2015-10-08 17:01:23 +03:00
test_notification_collection_handler.py Swap deprecated oslo namespaces 2015-07-23 23:33:58 +03:00
test_notification_handler.py Swap deprecated oslo namespaces 2015-07-23 23:33:58 +03:00
test_object_plugin.py [Nailgun] Plugin Sync API 2015-07-07 10:48:23 +00:00
test_objects.py Set 'deployed_before' attribute in cluster attributes if not present 2016-07-13 13:33:51 +03:00
test_plugin_adapters.py Merge "Do not allow to deploy multinode in tests" 2015-08-14 09:26:48 +00:00
test_plugins_serializers.py Add plugin deployment tasks to deployment graph 2015-07-16 12:36:57 +03:00
test_primary_roles_assignment.py Do not allow to deploy multinode in tests 2015-08-13 11:17:04 +02:00
test_receiver.py Remove dashboard url from success actions messages for tasks 2015-07-29 20:08:18 +03:00
test_redeployment_scenarios.py Do not allow to deploy multinode in tests 2015-08-13 11:17:04 +02:00
test_release_collection_handlers.py Swap deprecated oslo namespaces 2015-07-23 23:33:58 +03:00
test_release_handler.py Deny using CentOS even in experimental mode 2015-08-24 13:36:27 +03:00
test_release_networks_schema.py Add support for release network_metadata serialziation 2014-11-06 15:33:05 +02:00
test_release_validator.py Swap deprecated oslo namespaces 2015-07-23 23:33:58 +03:00
test_requirements.py Check if nailgun's requirements do not conflict 2015-06-22 09:17:41 +00:00
test_restriction.py update cinder-vmware tests 2015-04-09 12:38:39 +03:00
test_reusage_admin_address.py Reuse addresses from dhcp pool when possible 2014-11-06 16:22:13 +02:00
test_role_validator.py Validation of id values for volumes_roles_mapping 2015-08-01 01:25:33 +03:00
test_rpc_acknowledge.py ErrorsFactory returns only defined errors 2015-09-21 13:43:04 +00:00
test_settings_config.py Urgent fix for log page 2014-12-15 17:07:58 +04:00
test_snapshot_conf.py Remove FQDN field from Node DB-model 2015-07-31 12:36:29 +03:00
test_stages_task_serialization.py Store ceph keys in right place 2015-07-30 12:39:55 +00:00
test_task.py ErrorsFactory returns only defined errors 2015-09-21 13:43:04 +00:00
test_task_handler.py Snapshot download with authentication 2015-07-03 09:59:35 +00:00
test_task_helpers.py Fix for fetching actor_id for action log 2015-04-22 10:59:24 +03:00
test_task_managers.py Fix node deletion task manager 2015-08-12 12:52:37 +03:00
test_tasks_templates.py Fix pinning rules so a package from main can override the one from 2015-08-26 15:52:13 +03:00
test_testing_utils.py Add tests and order ignoring for datadiff 2015-03-20 15:25:04 +01:00
test_tracking.py Snapshot download with authentication 2015-07-03 09:59:35 +00:00
test_urls.py Add new feature group for advanced users 2015-07-20 15:25:05 +02:00
test_utils.py Remove old function extract_env_version 2015-07-03 12:46:18 +02:00
test_version_handler.py Add new feature group for advanced users 2015-07-20 15:25:05 +02:00
test_zabbix_manager.py Do not call Zabbix in case of deletion of cluster 2015-03-02 19:10:08 +03:00