This commit is contained in:
David Schroeder
2026-07-25 22:45:52 -05:00
parent eb88282cb1
commit 6b5cbe928d
3 changed files with 14 additions and 7 deletions
+2 -2
View File
@@ -49,9 +49,9 @@ assert_success "registered Pulse agent response accepted" \
'{"agent":{"id":"agent-123","hostname":"pve1"}}'
assert_failure "missing Pulse agent ID rejected" \
TAPM_PULSE_AGENT_REGISTERED_FROM_RESPONSE '{"agent":{"hostname":"pve1"}}'
assert_equal '{"type":"host","enableCommands":false}' \
assert_equal '{"type":"pve","enableCommands":true}' \
"$(TAPM_PULSE_AGENT_TOKEN_REQUEST_JSON)" \
"host telemetry enrollment requested with commands disabled"
"Pulse PVE unified-agent enrollment requested with commands enabled"
setup_token='0123456789abcdef0123456789abcdef'
setup_host='https://pve1.example.test:8006'