Skip to content

feat: implement GraphicalConsole endpoint support#959

Open
amarnath-ac wants to merge 1 commit into
redfishfrom
kvm_capabilities
Open

feat: implement GraphicalConsole endpoint support#959
amarnath-ac wants to merge 1 commit into
redfishfrom
kvm_capabilities

Conversation

@amarnath-ac
Copy link
Copy Markdown
Contributor

@amarnath-ac amarnath-ac commented May 8, 2026

Add GraphicalConsole data model and response mapping with KVM support metadata and targeted tests.

GraphicalConsole response in Computer systems :
"GraphicalConsole": {
"ConnectTypesSupported": [
"KVMIP"
],
"Oem": {
"Intel": {
"AMT": {
"ControlMode": "ACM",
"KVMStatus": "Enabled",
"UserConsentStatus": "NotRequired"
}
}
},
"Port": 16994,
"ServiceEnabled": true
},

@codecov
Copy link
Copy Markdown

codecov Bot commented May 8, 2026

Codecov Report

❌ Patch coverage is 57.89474% with 48 lines in your changes missing coverage. Please review.
✅ Project coverage is 40.99%. Comparing base (c926550) to head (d1b1704).

Files with missing lines Patch % Lines
redfish/internal/usecase/computer_system.go 30.64% 42 Missing and 1 partial ⚠️
redfish/internal/usecase/wsman_repo.go 90.38% 5 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff             @@
##           redfish     #959      +/-   ##
===========================================
+ Coverage    40.84%   40.99%   +0.14%     
===========================================
  Files          152      152              
  Lines        14216    14330     +114     
===========================================
+ Hits          5807     5875      +68     
- Misses        7836     7882      +46     
  Partials       573      573              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@amarnath-ac amarnath-ac force-pushed the kvm_capabilities branch 2 times, most recently from 351cc52 to 2e80862 Compare May 14, 2026 10:34
@amarnath-ac amarnath-ac changed the base branch from automation/redfish-sync-manual-25536516180 to redfish May 14, 2026 10:40
@amarnath-ac amarnath-ac force-pushed the kvm_capabilities branch 4 times, most recently from e712ba7 to d1b1704 Compare May 14, 2026 11:41
Add GraphicalConsole data model and response mapping with
KVM support metadata and targeted tests.

Signed-off-by: C, Amarnath <amarnath.c@intel.com>
@amarnath-ac amarnath-ac marked this pull request as ready for review May 14, 2026 11:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant