Add a new "CLI management test" step to the CI pipeline that exercises
the full lifecycle of the new management commands against a running
daemon:
- list target / list lu / list tpgt (read existing config)
- create target -> verify in list
- create lu -> verify in list
- rm lu -> verify removed
- rm target -> verify removed
Each step validates output with grep assertions so failures are
immediately visible.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
The OneCommand test expects CDB usage data in REPORT_SUPPORTED_OPCODES
response which is not fully implemented yet.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
These tests cause gotgt to hang in CI when the command triggers
an unexpected write-path state. Keep ReadDefectData tests which
are read-only and confirmed working.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>