(agent)
| 30 | |
| 31 | @pytest.fixture |
| 32 | def 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 |