test(addon): rename phantom fingerprintd status fixture id to netprobe #3462
No reviewers
Labels
No labels
1week
2weeks
Failed compliance check
IP cameras
NATS
Possible security concern
Review effort 1/5
Review effort 2/5
Review effort 3/5
Review effort 4/5
Review effort 5/5
UI
aardvark
accessibility
amd64
api
arm64
auth
back-end
bgp
blog
bug
build
checkers
ci-cd
cleanup
cnpg
codex
core
dependencies
device-management
documentation
duplicate
dusk
ebpf
enhancement
eta 1d
eta 1hr
eta 3d
eta 3hr
feature
fieldsurvey
github_actions
go
good first issue
help wanted
invalid
javascript
k8s
log-collector
mapper
mtr
needs-triage
netflow
network-sweep
observability
oracle
otel
plug-in
proton
python
question
reddit
redhat
research
rperf
rperf-checker
rust
sdk
security
serviceradar-agent
serviceradar-agent-gateway
serviceradar-web
serviceradar-web-ng
siem
snmp
sysmon
topology
ubiquiti
wasm
wontfix
zen-engine
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
carverauto/serviceradar!3462
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "fix/addon-status-test-netprobe-fixture"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
What
Renames the phantom
"fingerprintd"add-on id in the status read-model test fixture to"netprobe".go/pkg/agent/addon/status_proto_test.goused"fingerprintd"as an example add-on id, but no such add-on exists — it was a placeholder for the passive-fingerprinting capability that is really netprobe (rust/netprobe). The fixture's degradation reason ("CAP_BPF not granted") is exactly a netprobe failure mode, so"netprobe"is the accurate id.Notes
last_erroris — so the fixture rename is purely cosmetic/clarity.go test ./go/pkg/agent/addon/...passes.addons/fingerprintd→addons/rust-sample-addonrename (feat/native-addon-rust-sdk) and themigrate-netprobe-to-native-addonproposal. Independently mergeable.🤖 Generated with Claude Code
The status read-model test used "fingerprintd" as an example add-on id, but no such add-on exists — it was a placeholder for the passive-fingerprinting capability that is really netprobe (rust/netprobe). The fixture's degradation reason ("CAP_BPF not granted") is exactly a netprobe failure mode, so "netprobe" is the accurate id. No behavior change; the id is not asserted on, only its last_error. Companion to the addons/fingerprintd -> addons/rust-sample-addon rename (feat/native-addon-rust-sdk) and the migrate-netprobe-to-native-addon proposal. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>lgtm