Esempio n. 1
0
 def test_ls(self):
     """
     Test if it list the direct children of a node
     """
     self.assertEqual(augeas_cfg.ls("/etc/passwd"), {})
Esempio n. 2
0
 def test_ls(self):
     '''
     Test if it list the direct children of a node
     '''
     self.assertEqual(augeas_cfg.ls('/etc/passwd'), {})
Esempio n. 3
0
 def test_ls(self):
     '''
     Test if it list the direct children of a node
     '''
     self.assertEqual(augeas_cfg.ls('/etc/passwd'), {})