Revision a9542a4f test/py/mocks.py

b/test/py/mocks.py
46 46
  def GetNodeList(self):
47 47
    return ["a", "b", "c"]
48 48

  
49
  def GetHostKey(self):
49
  def GetRsaHostKey(self):
50
    return FAKE_CLUSTER_KEY
51

  
52
  def GetDsaHostKey(self):
50 53
    return FAKE_CLUSTER_KEY
51 54

  
52 55
  def GetClusterName(self):

Also available in: Unified diff