Searched refs:_command_base (Results 1 – 1 of 1) sorted by relevance
1438 _command_base = ['atest', 'host', 'mod'] variable in host_mod_unittest1439 _command_single = _command_base + [_hosts[0]]1440 _command_multiple = _command_base + _hosts1518 self.run_cmd(argv=self._command_base + ['nope', '--lock'],1527 _command_base = ['atest', 'host', 'create'] variable in host_create_unittest1528 _command_single = _command_base + [_hosts[0]]1529 _command_multiple = _command_base + _hosts