Revision fd300bc7 test/py/ganeti.block.bdev_unittest.py

b/test/py/ganeti.block.bdev_unittest.py
37 37
import testutils
38 38

  
39 39

  
40
class TestBaseDRBD(testutils.GanetiTestCase):
40
class TestDRBD8(testutils.GanetiTestCase):
41 41
  def testGetVersion(self):
42 42
    data = [
43 43
      ["version: 8.0.12 (api:76/proto:86-91)"],
......
71 71
      }
72 72
    ]
73 73
    for d,r in zip(data, result):
74
      self.assertEqual(drbd.BaseDRBD._GetVersion(d), r)
74
      self.assertEqual(drbd.DRBD8._GetVersion(d), r)
75 75

  
76 76

  
77 77
class TestDRBD8Runner(testutils.GanetiTestCase):

Also available in: Unified diff