Home
last modified time | relevance | path

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

/external/autotest/client/bin/
Dlocal_host_unittest.py21 def test_init_default_hostname(self, mock_node): argument
22 mock_node.return_value = 'foo'
28 def test_init_with_hostname(self, mock_node): argument
29 mock_node.return_value = 'foo'