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