def test_get_bond(self):
     """
     Test if it return the content of a bond script
     """
     self.assertEqual(debian_ip.get_bond("bond0"), "")
示例#2
0
 def test_get_bond(self):
     '''
     Test if it return the content of a bond script
     '''
     self.assertEqual(debian_ip.get_bond('bond0'), '')
示例#3
0
 def test_get_bond(self):
     '''
     Test if it return the content of a bond script
     '''
     self.assertEqual(debian_ip.get_bond('bond0'), '')