コード例 #1
0
 def test_get_bond(self):
     """
     Test if it return the content of a bond script
     """
     self.assertEqual(debian_ip.get_bond("bond0"), "")
コード例 #2
0
ファイル: test_debian_ip.py プロジェクト: aneisch/salt-1
 def test_get_bond(self):
     '''
     Test if it return the content of a bond script
     '''
     self.assertEqual(debian_ip.get_bond('bond0'), '')
コード例 #3
0
ファイル: debian_ip_test.py プロジェクト: bryson/salt
 def test_get_bond(self):
     '''
     Test if it return the content of a bond script
     '''
     self.assertEqual(debian_ip.get_bond('bond0'), '')