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.py20 def test_init_default_hostname(self, mock_node): argument
21 mock_node.return_value = 'foo'
27 def test_init_with_hostname(self, mock_node): argument
28 mock_node.return_value = 'foo'