Commit 376740a
Fix fuzz tests for Wave 7 INET refactoring and include in test runner
The fuzz tests in test_update_message_integration.py were using the old
INET constructor pattern (INET(AFI, SAFI, Action)) which broke after
Wave 7 refactored INET to use packed-bytes-first pattern.
Changes:
- Add create_inet_nlri() helper using INET.from_cidr() factory method
- Update all 18 failing tests to use the new helper
- Update qa/bin/test_everything to run fuzz tests alongside unit tests
(matching CI behavior: pytest ./tests/unit/ ./tests/fuzz/)
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>1 parent 6346284 commit 376740a
File tree
2 files changed
+82
-159
lines changed- qa/bin
- tests/fuzz
2 files changed
+82
-159
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
140 | 140 | | |
141 | 141 | | |
142 | 142 | | |
143 | | - | |
| 143 | + | |
144 | 144 | | |
145 | 145 | | |
146 | 146 | | |
| |||
0 commit comments