pvl/hosts/tests.py
changeset 700 88b0d3df1ad7
parent 698 656178fb8607
child 713 d5e2d1d9716a
equal deleted inserted replaced
699:d34567c1b21a 700:88b0d3df1ad7
   811             (('host', 'foo'), [
   811             (('host', 'foo'), [
   812                 ('option', 'host-name', "foo"),
   812                 ('option', 'host-name', "foo"),
   813                 ('hardware', 'ethernet', '00:11:22:33:44:55'),
   813                 ('hardware', 'ethernet', '00:11:22:33:44:55'),
   814             ], []),
   814             ], []),
   815             (None, [
   815             (None, [
   816                 ('subclass', 'debian', '1:00:11:22:33:44:55'),
   816                 ('subclass', '"debian"', '1:00:11:22:33:44:55'),
   817             ], []),
   817             ], []),
   818         ])
   818         ])
   819 
   819 
   820 if __name__ == '__main__':
   820 if __name__ == '__main__':
   821     unittest.main()
   821     unittest.main()