Revision 432e8e2f test/ganeti.config_unittest.py

b/test/ganeti.config_unittest.py
1 1
#!/usr/bin/python
2 2
#
3 3

  
4
# Copyright (C) 2006, 2007, 2010, 2011 Google Inc.
4
# Copyright (C) 2006, 2007, 2010, 2011, 2012 Google Inc.
5 5
#
6 6
# This program is free software; you can redistribute it and/or modify
7 7
# it under the terms of the GNU General Public License as published by
......
200 200
  def testGetNdParamsModifiedNode(self):
201 201
    my_ndparams = {
202 202
        constants.ND_OOB_PROGRAM: "/bin/node-oob",
203
        constants.ND_SPINDLE_COUNT: 1,
203 204
        }
204 205

  
205 206
    cfg = self._get_object()

Also available in: Unified diff