Revision 9db0b351 test/py/ganeti.cli_unittest.py

b/test/py/ganeti.cli_unittest.py
1220 1220
  def _TranslateParsedNames(self, parsed):
1221 1221
    for (pretty, raw) in [
1222 1222
      ("bounds specs", constants.ISPECS_MINMAX),
1223
      ("enabled disk templates", constants.IPOLICY_DTS)
1223
      ("allowed disk templates", constants.IPOLICY_DTS)
1224 1224
      ]:
1225 1225
      self._RenameDictItem(parsed, pretty, raw)
1226 1226
    for minmax in parsed[constants.ISPECS_MINMAX]:

Also available in: Unified diff