Home
last modified time | relevance | path

Searched refs:_command_base (Results 1 – 1 of 1) sorted by relevance

/external/autotest/cli/
Dhost_unittest.py1438 _command_base = ['atest', 'host', 'mod'] variable in host_mod_unittest
1439 _command_single = _command_base + [_hosts[0]]
1440 _command_multiple = _command_base + _hosts
1518 self.run_cmd(argv=self._command_base + ['nope', '--lock'],
1527 _command_base = ['atest', 'host', 'create'] variable in host_create_unittest
1528 _command_single = _command_base + [_hosts[0]]
1529 _command_multiple = _command_base + _hosts