fuel-web/nailgun/nailgun/test/unit
Alexander Saprykin 5a2d4f0d3e Merge NodeAttributes model into Node model
* Move vms_conf from NodeAttributes to Node.
* Drop interfaces field, that is not used anymore.
* Fix all references to vms_conf across all sources.
* Remove explicit changed() call, since JSON fields
  can detect updates on all levels.
* Replace objects.Node.set_vms_conf() function
  with direct attribute assignment

Change-Id: I2112a6dba30b49e3d658ef1503ee48ad1f92e693
Implements: blueprint support-numa-cpu-pinning
2016-02-10 12:42:02 +02:00
..
fuel_statistics_tests Remove nova network support from 8.0 2016-01-19 14:27:17 +02: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 Improve password quality for generated passwords 2015-10-02 08:41:01 -05:00
test_attributes_validator.py Allow to install plugin to operational environment 2015-12-01 16:50:03 +03:00
test_ceph.py Ceph: fix PG count number 2015-08-13 17:36:01 +03:00
test_check_repo_connection_task.py Moved checking repository availability to astute tasks 2016-02-08 13:12:32 +03:00
test_checknetworkstask.py Network manager refactoring 2013-11-27 16:47:23 +02:00
test_cluster_validator.py Add 'deployed_before' flag to cluster that forbids stop deployment 2016-02-01 12:22:51 +02:00
test_data_migration.py Redesign of node roles panel 2016-02-09 18:59:26 +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 New VIP-related fields in the database 2016-02-02 18:16:27 +03:00
test_db_models.py Extend MutableList and MutableDict functionality 2015-12-31 14:21:46 +03:00
test_deadlock_detector.py Detection of possible deadlocks improved 2015-10-05 12:20:48 +03: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 Dynamically generated physnet set for neutron-based deployment 2015-11-17 22:22:05 +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 Bump serializers to 8.0 2015-10-27 14:26:51 +00:00
test_expression_parser.py Support 'strict' flag for restrictions 2015-08-03 11:14:41 +00:00
test_extensions.py Nailgun extensions in stevedore 2016-02-02 15:33:56 +00: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 Added support of regexp patterns for groups in deployment_tasks.yaml 2015-12-16 14:42:42 +02:00
test_handlers.py Snapshot download with authentication 2015-07-03 09:59:35 +00:00
test_load_db_driver_handler.py Merge NodeAttributes model into Node model 2016-02-10 12:42:02 +02:00
test_logs_handlers.py Set node to ERROR status if IP doesn't match Admin networks 2015-11-09 18:51:27 +02:00
test_logs_utils.py prepare_for_deployment was moved to network manager 2015-11-30 13:48:14 +03:00
test_middleware_utils.py HTTP requests monitoring middleware added 2014-10-17 18:13:31 +03:00
test_migration_cluster_replaced_info.py Changed JSON on Mutable(Dict/List) in Cluster object 2016-02-01 16:14:59 +03:00
test_migration_fuel_6_1.py New VIP-related fields in the database 2016-02-02 18:16:27 +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_fuel_8_0.py Add distinguisher field for default node group 2015-12-24 09:42:22 +02:00
test_migration_fuel_9_0.py Merge NodeAttributes model into Node model 2016-02-10 12:42:02 +02: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_mutable.py Fixed constructing of a Mutable objects tree 2016-02-01 16:55:48 +03:00
test_nailgun_keystone_auth_middleware.py Fix hacking 0.10 errors in nailgun 2015-10-08 12:01:55 +02:00
test_network_check.py Adds validation for Ironic gateway 2016-02-03 20:34:52 +03:00
test_network_configuration_validator.py New VIP-related fields in the database 2016-02-02 18:16:27 +03:00
test_network_group_handler.py Use appropriate types to store IP and MAC addrs 2015-11-24 16:05:07 +03:00
test_network_template.py Introduce priorities for network_schemes 2016-02-04 02:07:43 +03:00
test_network_template_handler.py [Ironic] Add network roles for ironic 2015-12-02 10:26:04 +00: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 Assign networks based on template 2015-10-19 05:40:32 -07:00
test_node_disks.py Remove NoCacheQuery 2016-01-05 12:57:14 +00:00
test_node_groups.py Don't assign VIPs for GET requests 2016-02-02 09:56:41 +00:00
test_node_validator.py Improve validation of input node labels data via jsonschema 2015-11-12 13:07:09 +02: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 Plugin package v5.0.0 support introduced 2016-01-27 18:05:39 +03:00
test_objects.py Merge NodeAttributes model into Node model 2016-02-10 12:42:02 +02:00
test_openstack_config_handler.py Keep py3.X compatibility for urllib 2016-01-14 02:44:29 +08:00
test_orchestrator_stages.py Fixed executing plugins in pre deployment stage 2016-01-18 12:08:04 +03:00
test_plugin_adapters.py Refactor component model 2015-11-19 11:43:21 +02:00
test_plugins_serializers.py Fixed executing plugins in pre deployment stage 2016-01-18 12:08:04 +03:00
test_policies.py Allow to clean VIPs from plugins 2016-01-29 10:56:39 +00:00
test_primary_roles_assignment.py Fix hacking 0.10 errors in nailgun 2015-10-08 12:01:55 +02:00
test_receiver.py Moved checking repository availability to astute tasks 2016-02-08 13:12:32 +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 Fix hacking 0.10 errors in nailgun 2015-10-08 12:01:55 +02:00
test_release_handler.py Replace release.is_deployable with release.state 2015-10-28 12:56:55 +01: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 Store attributes of plugins in a separate table 2015-11-15 23:29:13 -06:00
test_reusage_admin_address.py Reuse addresses from dhcp pool when possible 2014-11-06 16:22:13 +02:00
test_role_resolver.py Updated JSON schema for task 2015-12-17 14:34:59 +03:00
test_role_validator.py Add restrictions for network groups 2015-11-03 10:27:52 +02:00
test_rpc_acknowledge.py ErrorsFactory returns only defined errors 2015-09-21 09:35:40 +02:00
test_settings_config.py Urgent fix for log page 2014-12-15 17:07:58 +04:00
test_snapshot_conf.py Fix dump for PostgreSQL is missing in a snapshot 2015-11-26 17:22:35 +02:00
test_stages_task_serialization.py Check for uids before yielding tasks in CopyKeys hook 2016-02-04 13:15:03 +00:00
test_task.py Allow provisioning without controllers 2016-02-02 20:31:34 +01:00
test_task_based_deployment.py Removed false warning about non-resolved dependencies 2016-01-25 13:11:43 +03:00
test_task_handler.py Snapshot download with authentication 2015-07-03 09:59:35 +00:00
test_task_helpers.py Remove NoCacheQuery 2016-01-05 12:57:14 +00:00
test_task_managers.py Fix node deletion task manager 2015-08-12 12:52:37 +03:00
test_tasks_templates.py Merge "Move IBP packages list to release attributes" 2016-02-03 15:54:12 +00:00
test_testing_utils.py Fix test test_put_handler_with_one_node 2016-02-03 14:06:02 +01:00
test_tracking.py Fix hacking 0.10 errors in nailgun 2015-10-08 12:01:55 +02:00
test_urls.py Add new feature group for advanced users 2015-07-20 15:25:05 +02:00
test_utils.py Moved checking repository availability to astute tasks 2016-02-08 13:12:32 +03:00
test_version_handler.py Deprecate version.yaml 2015-11-17 01:05:39 +03:00
test_vmware_attributes_validator.py Add possibilities to add & delete VMware clusters on operational env 2015-12-08 14:38:24 +03:00
test_zabbix_manager.py Do not call Zabbix in case of deletion of cluster 2015-03-02 19:10:08 +03:00