Lines Matching refs:action
98 def service_sssd(self, action):
101 :param str action: Action to be performed (start/stop/restart)
106 cmd = self.run_command(['systemctl', action, 'sssd'],
112 raise Exception('Unable to %s sssd' % action, 1)
114 cmd = self.run_command(['systemctl', action, 'sssd'],
120 raise Exception('Unable to %s sssd' % action, 1)
122 cmd = self.run_command(['service', 'sssd', action],
128 raise Exception('Unable to %s sssd' % action, 1)
130 cmd = self.run_command(['systemctl', action, 'sssd'],
136 raise Exception('Unable to %s sssd' % action, 1)