-
Notifications
You must be signed in to change notification settings - Fork 0
Add TCP transport E2E tests for device-profiler #367
Copy link
Copy link
Open
Labels
priority:lowLow priority taskLow priority taskscope:device-profilerIssues related to the device-profiler packageIssues related to the device-profiler packagescope:testingIssues related to testing infrastructureIssues related to testing infrastructuretestingTesting improvements and additionsTesting improvements and additionstype:testingTesting improvements or additionsTesting improvements or additions
Metadata
Metadata
Assignees
Labels
priority:lowLow priority taskLow priority taskscope:device-profilerIssues related to the device-profiler packageIssues related to the device-profiler packagescope:testingIssues related to testing infrastructureIssues related to testing infrastructuretestingTesting improvements and additionsTesting improvements and additionstype:testingTesting improvements or additionsTesting improvements or additions
Description
Add E2E test coverage for device-profiler TCP transport mode.
Context
PR #366 adds comprehensive E2E tests for device-profiler but only covers serial RTU transport. The device-profiler supports TCP transport via
--port host:portformat, but this is currently untested in E2E.Test Scenarios
TCP Connection
TCP Port Validation
TCP-Specific Errors
Implementation
Add tests to
tests/e2e/tests/05-device-profiler.bats:Acceptance Criteria
Related