path: freeipa_4.13.1-1/ipatests/test_integration/test_trust.py client = self.clients[0] tasks.backup_file(self.master, paths.SSSD_CONF) res = self.master.run_command(['pidof', 'sssd_be']) pid = res.stdout_text.strip() test_id = 'id testuser@%s' % self.ad_domain 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)