Revision 090128b6 test/py/qa.qa_config_unittest.py

b/test/py/qa.qa_config_unittest.py
205 205
      ]
206 206

  
207 207
    # Missing "disk" and "disk-growth"
208
    check_fn("Config options 'disk' and 'disk-growth' ")
208
    check_fn("Config option 'disks'")
209 209

  
210
    testconfig["disk"] = []
211
    testconfig["disk-growth"] = testconfig["disk"]
210
    testconfig["disks"] = []
212 211

  
213 212
    # Minimal accepted configuration
214 213
    self._WriteConfig(filename, testconfig)

Also available in: Unified diff