Home
last modified time | relevance | path

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

/dports/sysutils/azure-agent/WALinuxAgent-2.2.54.2/tests/protocol/
H A Dmocks.py103 return protocol.mock_wire_data.mock_http_put(url, data, **kwargs)
H A Dmockwiredata.py263 def mock_http_put(self, url, *args, **kwargs): # pylint: disable=unused-argument member in WireProtocolData
H A Dtest_wire.py374 def mock_http_put(url, *args, **__): function
380 protocol.set_http_handlers(http_put_handler=mock_http_put)
/dports/sysutils/azure-agent/WALinuxAgent-2.2.54.2/tests/ga/
H A Dtest_extension.py119 …def mock_http_put(url, *args, **kwargs): # pylint: disable=unused-argument,inconsistent-return-st… function
126 protocol.set_http_handlers(http_put_handler=mock_http_put)