Revision 7688d0d3 test/mocks.py

b/test/mocks.py
58 58
class FakeSStore:
59 59
    """Fake simplestore object"""
60 60

  
61
    def GetClusterName(self):
62
        return "test.cluster"
63

  
64 61
    def GetMasterNode(self):
65 62
        return utils.HostInfo().name
66 63

  

Also available in: Unified diff