-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(amt): add execute support for setup (#104)
Co-authored-by: Mike <[email protected]>
- Loading branch information
1 parent
60dab36
commit fa7300c
Showing
4 changed files
with
273 additions
and
57 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
22 changes: 22 additions & 0 deletions
22
pkg/wsmantesting/responses/amt/setupandconfiguration/enumerate.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<a:Envelope xmlns:a="http://www.w3.org/2003/05/soap-envelope" | ||
xmlns:b="http://schemas.xmlsoap.org/ws/2004/08/addressing" | ||
xmlns:c="http://schemas.dmtf.org/wbem/wsman/1/wsman.xsd" | ||
xmlns:d="http://schemas.xmlsoap.org/ws/2005/02/trust" | ||
xmlns:e="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd" | ||
xmlns:f="http://schemas.dmtf.org/wbem/wsman/1/cimbinding.xsd" | ||
xmlns:g="http://schemas.xmlsoap.org/ws/2004/09/enumeration" | ||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> | ||
<a:Header> | ||
<b:To>http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymous</b:To> | ||
<b:RelatesTo>0</b:RelatesTo> | ||
<b:Action a:mustUnderstand="true">http://schemas.xmlsoap.org/ws/2004/09/enumeration/EnumerateResponse</b:Action> | ||
<b:MessageID>uuid:00000000-8086-8086-8086-000000000322</b:MessageID> | ||
<c:ResourceURI>http://intel.com/wbem/wscim/1/amt-schema/1/AMT_SetupAndConfigurationService</c:ResourceURI> | ||
</a:Header> | ||
<a:Body> | ||
<g:EnumerateResponse> | ||
<g:EnumerationContext>D3000000-0000-0000-0000-000000000000</g:EnumerationContext> | ||
</g:EnumerateResponse> | ||
</a:Body> | ||
</a:Envelope> |
Oops, something went wrong.