MCPcopy
hub / github.com/apache/caldera / operation_agent

Function operation_agent

tests/objects/test_operation.py:32–36  ·  view source on GitHub ↗
(agent)

Source from the content-addressed store, hash-verified

30
31@pytest.fixture
32def operation_agent(agent):
33 return agent(sleep_min=30, sleep_max=60, watchdog=0, platform='windows', host='WORKSTATION',
34 username='testagent', architecture='amd64', group='red', location=r'C:\Users\Public\test.exe',
35 pid=1234, ppid=123, executors=['psh'], privilege='User', exe_name='test.exe', contact='unknown',
36 paw='testpaw')
37
38
39@pytest.fixture

Callers

nothing calls this directly

Calls 1

agentFunction · 0.85

Tested by

no test coverage detected