Home | History | Annotate | Download | only in wlgen

Lines Matching refs:_command

230         _command = self.command
232 if not _command:
241 _command = '{} {}'\
242 .format(taskset_cmd, _command)
246 _command = self.target.cgroups.run_into_cmd(self.cgroup,
247 _command)
264 self._log.debug('WlGen [background]: %s', _command)
265 self.target.background(_command, as_root=as_root)
271 self._log.info(' %s', _command)
273 results = self.target.execute(_command, as_root=as_root)