コード例 #1
0
ファイル: test_mount.py プロジェクト: nicholasmhughes/salt
def test_automaster():
    """
    Test the list the contents of the fstab
    """
    assert mount.automaster() == {}
コード例 #2
0
ファイル: mount_test.py プロジェクト: gongfuPanada/salt
 def test_automaster(self):
     '''
     Test the list the contents of the fstab
     '''
     self.assertDictEqual(mount.automaster(), {})
コード例 #3
0
ファイル: mount_test.py プロジェクト: HowardMei/saltstack
 def test_automaster(self):
     '''
     Test the list the contents of the fstab
     '''
     self.assertDictEqual(mount.automaster(), {})