Update QA tests to check disk and NIC names
[ganeti-local] / test / py / qa.qa_config_unittest.py
index bb27dde..4715153 100755 (executable)
@@ -205,10 +205,9 @@ class TestQaConfigLoad(unittest.TestCase):
       ]
 
     # Missing "disk" and "disk-growth"
-    check_fn("Config options 'disk' and 'disk-growth' ")
+    check_fn("Config option 'disks'")
 
-    testconfig["disk"] = []
-    testconfig["disk-growth"] = testconfig["disk"]
+    testconfig["disks"] = []
 
     # Minimal accepted configuration
     self._WriteConfig(filename, testconfig)