path: freeipa_4.13.1-1/ipatests/test_integration/test_commands.py
        def count_pipes():
            res = self.master.run_command(['pidof', 'sssd_ssh'])
            pid = res.stdout_text.strip()
            proc_path = '/proc/{}/fd'.format(pid)
