def test_socketfile_failure_unreadable(self):
self.fs.CreateFile('/tmp/unreadable', contents='', st_mode=(stat.S_IFSOCK | 0o000))
args = ('--swarm', '--connection', '/tmp/unreadable')
result = check_swarm.process_args(args=args)
self.assertTrue(check_swarm.socketfile_permissions_failure(parsed_args=result))
评论列表
文章目录