@device-management-toolkit/wsman-messages 5.9.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (90) hide show
  1. package/README.md +29 -0
  2. package/WSMan.d.ts +217 -0
  3. package/WSMan.js +395 -0
  4. package/WSMan.js.map +1 -0
  5. package/amt/actions.d.ts +112 -0
  6. package/amt/actions.js +118 -0
  7. package/amt/actions.js.map +1 -0
  8. package/amt/classes.d.ts +33 -0
  9. package/amt/classes.js +38 -0
  10. package/amt/classes.js.map +1 -0
  11. package/amt/index.d.ts +12 -0
  12. package/amt/index.js +17 -0
  13. package/amt/index.js.map +1 -0
  14. package/amt/messages.d.ts +466 -0
  15. package/amt/messages.js +819 -0
  16. package/amt/messages.js.map +1 -0
  17. package/amt/messages.test.d.ts +5 -0
  18. package/amt/messages.test.js +1091 -0
  19. package/amt/messages.test.js.map +1 -0
  20. package/amt/methods.d.ts +42 -0
  21. package/amt/methods.js +47 -0
  22. package/amt/methods.js.map +1 -0
  23. package/amt/models.d.ts +329 -0
  24. package/amt/models.js +7 -0
  25. package/amt/models.js.map +1 -0
  26. package/amt/types.d.ts +206 -0
  27. package/amt/types.js +7 -0
  28. package/amt/types.js.map +1 -0
  29. package/cim/actions.d.ts +9 -0
  30. package/cim/actions.js +14 -0
  31. package/cim/actions.js.map +1 -0
  32. package/cim/classes.d.ts +27 -0
  33. package/cim/classes.js +32 -0
  34. package/cim/classes.js.map +1 -0
  35. package/cim/index.d.ts +12 -0
  36. package/cim/index.js +16 -0
  37. package/cim/index.js.map +1 -0
  38. package/cim/messages.d.ts +136 -0
  39. package/cim/messages.js +215 -0
  40. package/cim/messages.js.map +1 -0
  41. package/cim/messages.test.d.ts +5 -0
  42. package/cim/messages.test.js +408 -0
  43. package/cim/messages.test.js.map +1 -0
  44. package/cim/methods.d.ts +15 -0
  45. package/cim/methods.js +20 -0
  46. package/cim/methods.js.map +1 -0
  47. package/cim/models.d.ts +376 -0
  48. package/cim/models.js +7 -0
  49. package/cim/models.js.map +1 -0
  50. package/cim/types.d.ts +296 -0
  51. package/cim/types.js +7 -0
  52. package/cim/types.js.map +1 -0
  53. package/dist +42 -0
  54. package/index.d.ts +9 -0
  55. package/index.js +49 -0
  56. package/index.js.map +1 -0
  57. package/ips/actions.d.ts +15 -0
  58. package/ips/actions.js +20 -0
  59. package/ips/actions.js.map +1 -0
  60. package/ips/classes.d.ts +12 -0
  61. package/ips/classes.js +17 -0
  62. package/ips/classes.js.map +1 -0
  63. package/ips/index.d.ts +12 -0
  64. package/ips/index.js +16 -0
  65. package/ips/index.js.map +1 -0
  66. package/ips/messages.d.ts +117 -0
  67. package/ips/messages.js +210 -0
  68. package/ips/messages.js.map +1 -0
  69. package/ips/messages.test.d.ts +5 -0
  70. package/ips/messages.test.js +206 -0
  71. package/ips/messages.test.js.map +1 -0
  72. package/ips/methods.d.ts +21 -0
  73. package/ips/methods.js +26 -0
  74. package/ips/methods.js.map +1 -0
  75. package/ips/models.d.ts +59 -0
  76. package/ips/models.js +7 -0
  77. package/ips/models.js.map +1 -0
  78. package/ips/types.d.ts +58 -0
  79. package/ips/types.js +7 -0
  80. package/ips/types.js.map +1 -0
  81. package/models/common.d.ts +104 -0
  82. package/models/common.js +7 -0
  83. package/models/common.js.map +1 -0
  84. package/models/index.d.ts +6 -0
  85. package/models/index.js +43 -0
  86. package/models/index.js.map +1 -0
  87. package/package.json +41 -0
  88. package/wsman.test.d.ts +5 -0
  89. package/wsman.test.js +479 -0
  90. package/wsman.test.js.map +1 -0
@@ -0,0 +1,408 @@
1
+ "use strict";
2
+ /*********************************************************************
3
+ * Copyright (c) Intel Corporation 2021
4
+ * SPDX-License-Identifier: Apache-2.0
5
+ **********************************************************************/
6
+ Object.defineProperty(exports, "__esModule", { value: true });
7
+ const _1 = require(".");
8
+ describe('CIM Tests', () => {
9
+ let messageId;
10
+ let cimClass;
11
+ beforeEach(() => {
12
+ messageId = 0;
13
+ cimClass = new _1.Messages();
14
+ });
15
+ const xmlHeader = '<?xml version="1.0" encoding="utf-8"?>';
16
+ const envelope = '<Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:a="http://schemas.xmlsoap.org/ws/2004/08/addressing" xmlns:w="http://schemas.dmtf.org/wbem/wsman/1/wsman.xsd" xmlns="http://www.w3.org/2003/05/soap-envelope"><Header><a:Action>';
17
+ const enumerationContext = 'AC070000-0000-0000-0000-000000000000';
18
+ const operationTimeout = 'PT60S';
19
+ describe('cim_BIOSElement Tests', () => {
20
+ it('should create a valid cim_BIOSElement Get wsman message', () => {
21
+ const correctResponse = `${xmlHeader}${envelope}http://schemas.xmlsoap.org/ws/2004/09/transfer/Get</a:Action><a:To>/wsman</a:To><w:ResourceURI>http://schemas.dmtf.org/wbem/wscim/1/cim-schema/2/CIM_BIOSElement</w:ResourceURI><a:MessageID>${(messageId++).toString()}</a:MessageID><a:ReplyTo><a:Address>http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymous</a:Address></a:ReplyTo><w:OperationTimeout>${operationTimeout}</w:OperationTimeout></Header><Body></Body></Envelope>`;
22
+ const response = cimClass.BIOSElement.Get();
23
+ expect(response).toEqual(correctResponse);
24
+ });
25
+ it('should create a valid cim_BIOSElement Enumerate wsman message', () => {
26
+ const correctResponse = `${xmlHeader}${envelope}http://schemas.xmlsoap.org/ws/2004/09/enumeration/Enumerate</a:Action><a:To>/wsman</a:To><w:ResourceURI>http://schemas.dmtf.org/wbem/wscim/1/cim-schema/2/CIM_BIOSElement</w:ResourceURI><a:MessageID>${(messageId++).toString()}</a:MessageID><a:ReplyTo><a:Address>http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymous</a:Address></a:ReplyTo><w:OperationTimeout>${operationTimeout}</w:OperationTimeout></Header><Body><Enumerate xmlns="http://schemas.xmlsoap.org/ws/2004/09/enumeration" /></Body></Envelope>`;
27
+ const response = cimClass.BIOSElement.Enumerate();
28
+ expect(response).toEqual(correctResponse);
29
+ });
30
+ it('should create a valid cim_BIOSElement Pull wsman message', () => {
31
+ const correctResponse = `${xmlHeader}${envelope}http://schemas.xmlsoap.org/ws/2004/09/enumeration/Pull</a:Action><a:To>/wsman</a:To><w:ResourceURI>http://schemas.dmtf.org/wbem/wscim/1/cim-schema/2/CIM_BIOSElement</w:ResourceURI><a:MessageID>${(messageId++).toString()}</a:MessageID><a:ReplyTo><a:Address>http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymous</a:Address></a:ReplyTo><w:OperationTimeout>${operationTimeout}</w:OperationTimeout></Header><Body><Pull xmlns="http://schemas.xmlsoap.org/ws/2004/09/enumeration"><EnumerationContext>${enumerationContext}</EnumerationContext><MaxElements>999</MaxElements><MaxCharacters>99999</MaxCharacters></Pull></Body></Envelope>`;
32
+ const response = cimClass.BIOSElement.Pull(enumerationContext);
33
+ expect(response).toEqual(correctResponse);
34
+ });
35
+ });
36
+ describe('cim_BootConfigSetting Tests', () => {
37
+ it('should return a valid cim_BootConfigSetting ChangeBootOrder PXE Boot wsman message', () => {
38
+ const correctResponse = `${xmlHeader}${envelope}http://schemas.dmtf.org/wbem/wscim/1/cim-schema/2/CIM_BootConfigSetting/ChangeBootOrder</a:Action><a:To>/wsman</a:To><w:ResourceURI>http://schemas.dmtf.org/wbem/wscim/1/cim-schema/2/CIM_BootConfigSetting</w:ResourceURI><a:MessageID>${(messageId++).toString()}</a:MessageID><a:ReplyTo><a:Address>http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymous</a:Address></a:ReplyTo><w:OperationTimeout>${operationTimeout}</w:OperationTimeout></Header><Body><h:ChangeBootOrder_INPUT xmlns:h="http://schemas.dmtf.org/wbem/wscim/1/cim-schema/2/CIM_BootConfigSetting"><h:Source><Address xmlns="http://schemas.xmlsoap.org/ws/2004/08/addressing">http://schemas.xmlsoap.org/ws/2004/08/addressing</Address><ReferenceParameters xmlns="http://schemas.xmlsoap.org/ws/2004/08/addressing"><ResourceURI xmlns="http://schemas.dmtf.org/wbem/wsman/1/wsman.xsd">http://schemas.dmtf.org/wbem/wscim/1/cim-schema/2/CIM_BootSourceSetting</ResourceURI><SelectorSet xmlns="http://schemas.dmtf.org/wbem/wsman/1/wsman.xsd"><Selector Name="InstanceID">Intel(r) AMT: Force PXE Boot</Selector></SelectorSet></ReferenceParameters></h:Source></h:ChangeBootOrder_INPUT></Body></Envelope>`;
39
+ const bootSourceSetting = 'Intel(r) AMT: Force PXE Boot';
40
+ const response = cimClass.BootConfigSetting.ChangeBootOrder(bootSourceSetting);
41
+ expect(response).toEqual(correctResponse);
42
+ });
43
+ it('should return a valid cim_BootConfigSetting ChangeBootOrder clear boot settings wsman message', () => {
44
+ const correctResponse = `${xmlHeader}${envelope}http://schemas.dmtf.org/wbem/wscim/1/cim-schema/2/CIM_BootConfigSetting/ChangeBootOrder</a:Action><a:To>/wsman</a:To><w:ResourceURI>http://schemas.dmtf.org/wbem/wscim/1/cim-schema/2/CIM_BootConfigSetting</w:ResourceURI><a:MessageID>${(messageId++).toString()}</a:MessageID><a:ReplyTo><a:Address>http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymous</a:Address></a:ReplyTo><w:OperationTimeout>${operationTimeout}</w:OperationTimeout></Header><Body><h:ChangeBootOrder_INPUT xmlns:h="http://schemas.dmtf.org/wbem/wscim/1/cim-schema/2/CIM_BootConfigSetting"></h:ChangeBootOrder_INPUT></Body></Envelope>`;
45
+ const response = cimClass.BootConfigSetting.ChangeBootOrder();
46
+ expect(response).toEqual(correctResponse);
47
+ });
48
+ it('should return a valid cim_BootConfigSetting Get wsman message', () => {
49
+ const correctResponse = `${xmlHeader}${envelope}http://schemas.xmlsoap.org/ws/2004/09/transfer/Get</a:Action><a:To>/wsman</a:To><w:ResourceURI>http://schemas.dmtf.org/wbem/wscim/1/cim-schema/2/CIM_BootConfigSetting</w:ResourceURI><a:MessageID>${(messageId++).toString()}</a:MessageID><a:ReplyTo><a:Address>http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymous</a:Address></a:ReplyTo><w:OperationTimeout>${operationTimeout}</w:OperationTimeout></Header><Body></Body></Envelope>`;
50
+ const response = cimClass.BootConfigSetting.Get();
51
+ expect(response).toEqual(correctResponse);
52
+ });
53
+ it('should return a valid cim_BootConfigSetting Enumerate wsman message', () => {
54
+ const correctResponse = `${xmlHeader}${envelope}http://schemas.xmlsoap.org/ws/2004/09/enumeration/Enumerate</a:Action><a:To>/wsman</a:To><w:ResourceURI>http://schemas.dmtf.org/wbem/wscim/1/cim-schema/2/CIM_BootConfigSetting</w:ResourceURI><a:MessageID>${(messageId++).toString()}</a:MessageID><a:ReplyTo><a:Address>http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymous</a:Address></a:ReplyTo><w:OperationTimeout>${operationTimeout}</w:OperationTimeout></Header><Body><Enumerate xmlns="http://schemas.xmlsoap.org/ws/2004/09/enumeration" /></Body></Envelope>`;
55
+ const response = cimClass.BootConfigSetting.Enumerate();
56
+ expect(response).toEqual(correctResponse);
57
+ });
58
+ it('should return a valid cim_BootConfigSetting Pull wsman message', () => {
59
+ const correctResponse = `${xmlHeader}${envelope}http://schemas.xmlsoap.org/ws/2004/09/enumeration/Pull</a:Action><a:To>/wsman</a:To><w:ResourceURI>http://schemas.dmtf.org/wbem/wscim/1/cim-schema/2/CIM_BootConfigSetting</w:ResourceURI><a:MessageID>${(messageId++).toString()}</a:MessageID><a:ReplyTo><a:Address>http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymous</a:Address></a:ReplyTo><w:OperationTimeout>${operationTimeout}</w:OperationTimeout></Header><Body><Pull xmlns="http://schemas.xmlsoap.org/ws/2004/09/enumeration"><EnumerationContext>${enumerationContext}</EnumerationContext><MaxElements>999</MaxElements><MaxCharacters>99999</MaxCharacters></Pull></Body></Envelope>`;
60
+ const response = cimClass.BootConfigSetting.Pull(enumerationContext);
61
+ expect(response).toEqual(correctResponse);
62
+ });
63
+ });
64
+ describe('cim_BootService Tests', () => {
65
+ it('should return a valid cim_BootService Get wsman message', () => {
66
+ const correctResponse = `${xmlHeader}${envelope}http://schemas.xmlsoap.org/ws/2004/09/transfer/Get</a:Action><a:To>/wsman</a:To><w:ResourceURI>http://schemas.dmtf.org/wbem/wscim/1/cim-schema/2/CIM_BootService</w:ResourceURI><a:MessageID>${(messageId++).toString()}</a:MessageID><a:ReplyTo><a:Address>http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymous</a:Address></a:ReplyTo><w:OperationTimeout>${operationTimeout}</w:OperationTimeout></Header><Body></Body></Envelope>`;
67
+ const response = cimClass.BootService.Get();
68
+ expect(response).toEqual(correctResponse);
69
+ });
70
+ it('should return a valid cim_BootService Enumerate wsman message', () => {
71
+ const correctResponse = `${xmlHeader}${envelope}http://schemas.xmlsoap.org/ws/2004/09/enumeration/Enumerate</a:Action><a:To>/wsman</a:To><w:ResourceURI>http://schemas.dmtf.org/wbem/wscim/1/cim-schema/2/CIM_BootService</w:ResourceURI><a:MessageID>${(messageId++).toString()}</a:MessageID><a:ReplyTo><a:Address>http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymous</a:Address></a:ReplyTo><w:OperationTimeout>${operationTimeout}</w:OperationTimeout></Header><Body><Enumerate xmlns="http://schemas.xmlsoap.org/ws/2004/09/enumeration" /></Body></Envelope>`;
72
+ const response = cimClass.BootService.Enumerate();
73
+ expect(response).toEqual(correctResponse);
74
+ });
75
+ it('should return a valid cim_BootService Pull wsman message', () => {
76
+ const correctResponse = `${xmlHeader}${envelope}http://schemas.xmlsoap.org/ws/2004/09/enumeration/Pull</a:Action><a:To>/wsman</a:To><w:ResourceURI>http://schemas.dmtf.org/wbem/wscim/1/cim-schema/2/CIM_BootService</w:ResourceURI><a:MessageID>${(messageId++).toString()}</a:MessageID><a:ReplyTo><a:Address>http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymous</a:Address></a:ReplyTo><w:OperationTimeout>${operationTimeout}</w:OperationTimeout></Header><Body><Pull xmlns="http://schemas.xmlsoap.org/ws/2004/09/enumeration"><EnumerationContext>${enumerationContext}</EnumerationContext><MaxElements>999</MaxElements><MaxCharacters>99999</MaxCharacters></Pull></Body></Envelope>`;
77
+ const response = cimClass.BootService.Pull(enumerationContext);
78
+ expect(response).toEqual(correctResponse);
79
+ });
80
+ it('should return a valid cim_BootService SetBootConfigRole wsman message', () => {
81
+ const bootSource = 'Intel(r) AMT: Boot Configuration 0';
82
+ const role = 1;
83
+ const correctResponse = `${xmlHeader}${envelope}http://schemas.dmtf.org/wbem/wscim/1/cim-schema/2/CIM_BootService/SetBootConfigRole</a:Action><a:To>/wsman</a:To><w:ResourceURI>http://schemas.dmtf.org/wbem/wscim/1/cim-schema/2/CIM_BootService</w:ResourceURI><a:MessageID>${(messageId++).toString()}</a:MessageID><a:ReplyTo><a:Address>http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymous</a:Address></a:ReplyTo><w:OperationTimeout>${operationTimeout}</w:OperationTimeout></Header><Body><h:SetBootConfigRole_INPUT xmlns:h="http://schemas.dmtf.org/wbem/wscim/1/cim-schema/2/CIM_BootService"><h:BootConfigSetting><Address xmlns="http://schemas.xmlsoap.org/ws/2004/08/addressing">http://schemas.xmlsoap.org/ws/2004/08/addressing</Address><ReferenceParameters xmlns="http://schemas.xmlsoap.org/ws/2004/08/addressing"><ResourceURI xmlns="http://schemas.dmtf.org/wbem/wsman/1/wsman.xsd">http://schemas.dmtf.org/wbem/wscim/1/cim-schema/2/CIM_BootConfigSetting</ResourceURI><SelectorSet xmlns="http://schemas.dmtf.org/wbem/wsman/1/wsman.xsd"><Selector Name="InstanceID">${bootSource}</Selector></SelectorSet></ReferenceParameters></h:BootConfigSetting><h:Role>${role}</h:Role></h:SetBootConfigRole_INPUT></Body></Envelope>`;
84
+ const response = cimClass.BootService.SetBootConfigRole(bootSource, role);
85
+ expect(response).toEqual(correctResponse);
86
+ });
87
+ it('should create a valid cim_BootService RequestStateChange wsman message', () => {
88
+ const correctResponse = `${xmlHeader}${envelope}http://schemas.dmtf.org/wbem/wscim/1/cim-schema/2/CIM_BootService/RequestStateChange</a:Action><a:To>/wsman</a:To><w:ResourceURI>http://schemas.dmtf.org/wbem/wscim/1/cim-schema/2/CIM_BootService</w:ResourceURI><a:MessageID>${(messageId++).toString()}</a:MessageID><a:ReplyTo><a:Address>http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymous</a:Address></a:ReplyTo><w:OperationTimeout>${operationTimeout}</w:OperationTimeout></Header><Body><h:RequestStateChange_INPUT xmlns:h="http://schemas.dmtf.org/wbem/wscim/1/cim-schema/2/CIM_BootService"><h:RequestedState>3</h:RequestedState></h:RequestStateChange_INPUT></Body></Envelope>`;
89
+ const response = cimClass.BootService.RequestStateChange(3);
90
+ expect(response).toEqual(correctResponse);
91
+ });
92
+ });
93
+ describe('cim_BootSourceSetting Tests', () => {
94
+ it('should return a valid cim_BootSourceSetting Get wsman message', () => {
95
+ const correctResponse = `${xmlHeader}${envelope}http://schemas.xmlsoap.org/ws/2004/09/transfer/Get</a:Action><a:To>/wsman</a:To><w:ResourceURI>http://schemas.dmtf.org/wbem/wscim/1/cim-schema/2/CIM_BootSourceSetting</w:ResourceURI><a:MessageID>${(messageId++).toString()}</a:MessageID><a:ReplyTo><a:Address>http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymous</a:Address></a:ReplyTo><w:OperationTimeout>${operationTimeout}</w:OperationTimeout></Header><Body></Body></Envelope>`;
96
+ const response = cimClass.BootSourceSetting.Get();
97
+ expect(response).toEqual(correctResponse);
98
+ });
99
+ it('should return a valid cim_BootSourceSetting Enumerate wsman message', () => {
100
+ const correctResponse = `${xmlHeader}${envelope}http://schemas.xmlsoap.org/ws/2004/09/enumeration/Enumerate</a:Action><a:To>/wsman</a:To><w:ResourceURI>http://schemas.dmtf.org/wbem/wscim/1/cim-schema/2/CIM_BootSourceSetting</w:ResourceURI><a:MessageID>${(messageId++).toString()}</a:MessageID><a:ReplyTo><a:Address>http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymous</a:Address></a:ReplyTo><w:OperationTimeout>${operationTimeout}</w:OperationTimeout></Header><Body><Enumerate xmlns="http://schemas.xmlsoap.org/ws/2004/09/enumeration" /></Body></Envelope>`;
101
+ const response = cimClass.BootSourceSetting.Enumerate();
102
+ expect(response).toEqual(correctResponse);
103
+ });
104
+ it('should return a valid cim_BootSourceSetting Pull wsman message', () => {
105
+ const correctResponse = `${xmlHeader}${envelope}http://schemas.xmlsoap.org/ws/2004/09/enumeration/Pull</a:Action><a:To>/wsman</a:To><w:ResourceURI>http://schemas.dmtf.org/wbem/wscim/1/cim-schema/2/CIM_BootSourceSetting</w:ResourceURI><a:MessageID>${(messageId++).toString()}</a:MessageID><a:ReplyTo><a:Address>http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymous</a:Address></a:ReplyTo><w:OperationTimeout>${operationTimeout}</w:OperationTimeout></Header><Body><Pull xmlns="http://schemas.xmlsoap.org/ws/2004/09/enumeration"><EnumerationContext>${enumerationContext}</EnumerationContext><MaxElements>999</MaxElements><MaxCharacters>99999</MaxCharacters></Pull></Body></Envelope>`;
106
+ const response = cimClass.BootSourceSetting.Pull(enumerationContext);
107
+ expect(response).toEqual(correctResponse);
108
+ });
109
+ });
110
+ describe('cim_Card Tests', () => {
111
+ it('should create a valid cim_Card Get wsman message', () => {
112
+ const correctResponse = `${xmlHeader}${envelope}http://schemas.xmlsoap.org/ws/2004/09/transfer/Get</a:Action><a:To>/wsman</a:To><w:ResourceURI>http://schemas.dmtf.org/wbem/wscim/1/cim-schema/2/CIM_Card</w:ResourceURI><a:MessageID>${(messageId++).toString()}</a:MessageID><a:ReplyTo><a:Address>http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymous</a:Address></a:ReplyTo><w:OperationTimeout>${operationTimeout}</w:OperationTimeout></Header><Body></Body></Envelope>`;
113
+ const response = cimClass.Card.Get();
114
+ expect(response).toEqual(correctResponse);
115
+ });
116
+ it('should create a valid cim_Card Enumerate wsman message', () => {
117
+ const correctResponse = `${xmlHeader}${envelope}http://schemas.xmlsoap.org/ws/2004/09/enumeration/Enumerate</a:Action><a:To>/wsman</a:To><w:ResourceURI>http://schemas.dmtf.org/wbem/wscim/1/cim-schema/2/CIM_Card</w:ResourceURI><a:MessageID>${(messageId++).toString()}</a:MessageID><a:ReplyTo><a:Address>http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymous</a:Address></a:ReplyTo><w:OperationTimeout>${operationTimeout}</w:OperationTimeout></Header><Body><Enumerate xmlns="http://schemas.xmlsoap.org/ws/2004/09/enumeration" /></Body></Envelope>`;
118
+ const response = cimClass.Card.Enumerate();
119
+ expect(response).toEqual(correctResponse);
120
+ });
121
+ it('should create a valid cim_Card Pull wsman message', () => {
122
+ const correctResponse = `${xmlHeader}${envelope}http://schemas.xmlsoap.org/ws/2004/09/enumeration/Pull</a:Action><a:To>/wsman</a:To><w:ResourceURI>http://schemas.dmtf.org/wbem/wscim/1/cim-schema/2/CIM_Card</w:ResourceURI><a:MessageID>${(messageId++).toString()}</a:MessageID><a:ReplyTo><a:Address>http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymous</a:Address></a:ReplyTo><w:OperationTimeout>${operationTimeout}</w:OperationTimeout></Header><Body><Pull xmlns="http://schemas.xmlsoap.org/ws/2004/09/enumeration"><EnumerationContext>${enumerationContext}</EnumerationContext><MaxElements>999</MaxElements><MaxCharacters>99999</MaxCharacters></Pull></Body></Envelope>`;
123
+ const response = cimClass.Card.Pull(enumerationContext);
124
+ expect(response).toEqual(correctResponse);
125
+ });
126
+ });
127
+ describe('cim_Chassis Tests', () => {
128
+ it('should create a valid cim_Chassis Get wsman message', () => {
129
+ const correctResponse = `${xmlHeader}${envelope}http://schemas.xmlsoap.org/ws/2004/09/transfer/Get</a:Action><a:To>/wsman</a:To><w:ResourceURI>http://schemas.dmtf.org/wbem/wscim/1/cim-schema/2/CIM_Chassis</w:ResourceURI><a:MessageID>${(messageId++).toString()}</a:MessageID><a:ReplyTo><a:Address>http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymous</a:Address></a:ReplyTo><w:OperationTimeout>${operationTimeout}</w:OperationTimeout></Header><Body></Body></Envelope>`;
130
+ const response = cimClass.Chassis.Get();
131
+ expect(response).toEqual(correctResponse);
132
+ });
133
+ it('should create a valid cim_Chassis Enumerate wsman message', () => {
134
+ const correctResponse = `${xmlHeader}${envelope}http://schemas.xmlsoap.org/ws/2004/09/enumeration/Enumerate</a:Action><a:To>/wsman</a:To><w:ResourceURI>http://schemas.dmtf.org/wbem/wscim/1/cim-schema/2/CIM_Chassis</w:ResourceURI><a:MessageID>${(messageId++).toString()}</a:MessageID><a:ReplyTo><a:Address>http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymous</a:Address></a:ReplyTo><w:OperationTimeout>${operationTimeout}</w:OperationTimeout></Header><Body><Enumerate xmlns="http://schemas.xmlsoap.org/ws/2004/09/enumeration" /></Body></Envelope>`;
135
+ const response = cimClass.Chassis.Enumerate();
136
+ expect(response).toEqual(correctResponse);
137
+ });
138
+ it('should create a valid cim_Chassis Pull wsman message', () => {
139
+ const correctResponse = `${xmlHeader}${envelope}http://schemas.xmlsoap.org/ws/2004/09/enumeration/Pull</a:Action><a:To>/wsman</a:To><w:ResourceURI>http://schemas.dmtf.org/wbem/wscim/1/cim-schema/2/CIM_Chassis</w:ResourceURI><a:MessageID>${(messageId++).toString()}</a:MessageID><a:ReplyTo><a:Address>http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymous</a:Address></a:ReplyTo><w:OperationTimeout>${operationTimeout}</w:OperationTimeout></Header><Body><Pull xmlns="http://schemas.xmlsoap.org/ws/2004/09/enumeration"><EnumerationContext>${enumerationContext}</EnumerationContext><MaxElements>999</MaxElements><MaxCharacters>99999</MaxCharacters></Pull></Body></Envelope>`;
140
+ const response = cimClass.Chassis.Pull(enumerationContext);
141
+ expect(response).toEqual(correctResponse);
142
+ });
143
+ });
144
+ describe('cim_Chip Tests', () => {
145
+ it('should create a valid cim_Chip Get wsman message', () => {
146
+ const correctResponse = `${xmlHeader}${envelope}http://schemas.xmlsoap.org/ws/2004/09/transfer/Get</a:Action><a:To>/wsman</a:To><w:ResourceURI>http://schemas.dmtf.org/wbem/wscim/1/cim-schema/2/CIM_Chip</w:ResourceURI><a:MessageID>${(messageId++).toString()}</a:MessageID><a:ReplyTo><a:Address>http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymous</a:Address></a:ReplyTo><w:OperationTimeout>${operationTimeout}</w:OperationTimeout></Header><Body></Body></Envelope>`;
147
+ const response = cimClass.Chip.Get();
148
+ expect(response).toEqual(correctResponse);
149
+ });
150
+ it('should create a valid cim_Chip Enumerate wsman message', () => {
151
+ const correctResponse = `${xmlHeader}${envelope}http://schemas.xmlsoap.org/ws/2004/09/enumeration/Enumerate</a:Action><a:To>/wsman</a:To><w:ResourceURI>http://schemas.dmtf.org/wbem/wscim/1/cim-schema/2/CIM_Chip</w:ResourceURI><a:MessageID>${(messageId++).toString()}</a:MessageID><a:ReplyTo><a:Address>http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymous</a:Address></a:ReplyTo><w:OperationTimeout>${operationTimeout}</w:OperationTimeout></Header><Body><Enumerate xmlns="http://schemas.xmlsoap.org/ws/2004/09/enumeration" /></Body></Envelope>`;
152
+ const response = cimClass.Chip.Enumerate();
153
+ expect(response).toEqual(correctResponse);
154
+ });
155
+ it('should create a valid cim_Chip Pull wsman message', () => {
156
+ const correctResponse = `${xmlHeader}${envelope}http://schemas.xmlsoap.org/ws/2004/09/enumeration/Pull</a:Action><a:To>/wsman</a:To><w:ResourceURI>http://schemas.dmtf.org/wbem/wscim/1/cim-schema/2/CIM_Chip</w:ResourceURI><a:MessageID>${(messageId++).toString()}</a:MessageID><a:ReplyTo><a:Address>http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymous</a:Address></a:ReplyTo><w:OperationTimeout>${operationTimeout}</w:OperationTimeout></Header><Body><Pull xmlns="http://schemas.xmlsoap.org/ws/2004/09/enumeration"><EnumerationContext>${enumerationContext}</EnumerationContext><MaxElements>999</MaxElements><MaxCharacters>99999</MaxCharacters></Pull></Body></Envelope>`;
157
+ const response = cimClass.Chip.Pull(enumerationContext);
158
+ expect(response).toEqual(correctResponse);
159
+ });
160
+ });
161
+ describe('cim_ComputerSystemPackage Tests', () => {
162
+ it('should create a valid cim_ComputerSystemPackage Get wsman message', () => {
163
+ const correctResponse = `${xmlHeader}${envelope}http://schemas.xmlsoap.org/ws/2004/09/transfer/Get</a:Action><a:To>/wsman</a:To><w:ResourceURI>http://schemas.dmtf.org/wbem/wscim/1/cim-schema/2/CIM_ComputerSystemPackage</w:ResourceURI><a:MessageID>${(messageId++).toString()}</a:MessageID><a:ReplyTo><a:Address>http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymous</a:Address></a:ReplyTo><w:OperationTimeout>${operationTimeout}</w:OperationTimeout></Header><Body></Body></Envelope>`;
164
+ const response = cimClass.ComputerSystemPackage.Get();
165
+ expect(response).toEqual(correctResponse);
166
+ });
167
+ it('should create a valid cim_ComputerSystemPackage Enumerate wsman message', () => {
168
+ const correctResponse = `${xmlHeader}${envelope}http://schemas.xmlsoap.org/ws/2004/09/enumeration/Enumerate</a:Action><a:To>/wsman</a:To><w:ResourceURI>http://schemas.dmtf.org/wbem/wscim/1/cim-schema/2/CIM_ComputerSystemPackage</w:ResourceURI><a:MessageID>${(messageId++).toString()}</a:MessageID><a:ReplyTo><a:Address>http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymous</a:Address></a:ReplyTo><w:OperationTimeout>${operationTimeout}</w:OperationTimeout></Header><Body><Enumerate xmlns="http://schemas.xmlsoap.org/ws/2004/09/enumeration" /></Body></Envelope>`;
169
+ const response = cimClass.ComputerSystemPackage.Enumerate();
170
+ expect(response).toEqual(correctResponse);
171
+ });
172
+ it('should create a valid cim_ComputerSystemPackage Pull wsman message', () => {
173
+ const correctResponse = `${xmlHeader}${envelope}http://schemas.xmlsoap.org/ws/2004/09/enumeration/Pull</a:Action><a:To>/wsman</a:To><w:ResourceURI>http://schemas.dmtf.org/wbem/wscim/1/cim-schema/2/CIM_ComputerSystemPackage</w:ResourceURI><a:MessageID>${(messageId++).toString()}</a:MessageID><a:ReplyTo><a:Address>http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymous</a:Address></a:ReplyTo><w:OperationTimeout>${operationTimeout}</w:OperationTimeout></Header><Body><Pull xmlns="http://schemas.xmlsoap.org/ws/2004/09/enumeration"><EnumerationContext>${enumerationContext}</EnumerationContext><MaxElements>999</MaxElements><MaxCharacters>99999</MaxCharacters></Pull></Body></Envelope>`;
174
+ const response = cimClass.ComputerSystemPackage.Pull(enumerationContext);
175
+ expect(response).toEqual(correctResponse);
176
+ });
177
+ });
178
+ describe('cim_IEEE8021xSettings Tests', () => {
179
+ it('should create a valid cim_IEEE8021xSettings Get wsman message', () => {
180
+ const correctResponse = `${xmlHeader}${envelope}http://schemas.xmlsoap.org/ws/2004/09/transfer/Get</a:Action><a:To>/wsman</a:To><w:ResourceURI>http://schemas.dmtf.org/wbem/wscim/1/cim-schema/2/CIM_IEEE8021xSettings</w:ResourceURI><a:MessageID>${(messageId++).toString()}</a:MessageID><a:ReplyTo><a:Address>http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymous</a:Address></a:ReplyTo><w:OperationTimeout>${operationTimeout}</w:OperationTimeout></Header><Body></Body></Envelope>`;
181
+ const response = cimClass.IEEE8021xSettings.Get();
182
+ expect(response).toEqual(correctResponse);
183
+ });
184
+ it('should return a valid cim_IEEE8021xSettings enumerate wsman message', () => {
185
+ const correctResponse = `${xmlHeader}${envelope}http://schemas.xmlsoap.org/ws/2004/09/enumeration/Enumerate</a:Action><a:To>/wsman</a:To><w:ResourceURI>http://schemas.dmtf.org/wbem/wscim/1/cim-schema/2/CIM_IEEE8021xSettings</w:ResourceURI><a:MessageID>${(messageId++).toString()}</a:MessageID><a:ReplyTo><a:Address>http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymous</a:Address></a:ReplyTo><w:OperationTimeout>${operationTimeout}</w:OperationTimeout></Header><Body><Enumerate xmlns="http://schemas.xmlsoap.org/ws/2004/09/enumeration" /></Body></Envelope>`;
186
+ const response = cimClass.IEEE8021xSettings.Enumerate();
187
+ expect(response).toEqual(correctResponse);
188
+ });
189
+ it('should return a valid cim_IEEE8021xSettings pull wsman message', () => {
190
+ const correctResponse = `${xmlHeader}${envelope}http://schemas.xmlsoap.org/ws/2004/09/enumeration/Pull</a:Action><a:To>/wsman</a:To><w:ResourceURI>http://schemas.dmtf.org/wbem/wscim/1/cim-schema/2/CIM_IEEE8021xSettings</w:ResourceURI><a:MessageID>${(messageId++).toString()}</a:MessageID><a:ReplyTo><a:Address>http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymous</a:Address></a:ReplyTo><w:OperationTimeout>${operationTimeout}</w:OperationTimeout></Header><Body><Pull xmlns="http://schemas.xmlsoap.org/ws/2004/09/enumeration"><EnumerationContext>${enumerationContext}</EnumerationContext><MaxElements>999</MaxElements><MaxCharacters>99999</MaxCharacters></Pull></Body></Envelope>`;
191
+ const response = cimClass.IEEE8021xSettings.Pull(enumerationContext);
192
+ expect(response).toEqual(correctResponse);
193
+ });
194
+ });
195
+ describe('cim_KVMRedirectionSAP Tests', () => {
196
+ it('should create a valid cim_KVMRedirectionSAP Get wsman message', () => {
197
+ const correctResponse = `${xmlHeader}${envelope}http://schemas.xmlsoap.org/ws/2004/09/transfer/Get</a:Action><a:To>/wsman</a:To><w:ResourceURI>http://schemas.dmtf.org/wbem/wscim/1/cim-schema/2/CIM_KVMRedirectionSAP</w:ResourceURI><a:MessageID>${(messageId++).toString()}</a:MessageID><a:ReplyTo><a:Address>http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymous</a:Address></a:ReplyTo><w:OperationTimeout>${operationTimeout}</w:OperationTimeout></Header><Body></Body></Envelope>`;
198
+ const response = cimClass.KVMRedirectionSAP.Get();
199
+ expect(response).toEqual(correctResponse);
200
+ });
201
+ it('should return a valid cim_KVMRedirectionSAP enumerate wsman message', () => {
202
+ const correctResponse = `${xmlHeader}${envelope}http://schemas.xmlsoap.org/ws/2004/09/enumeration/Enumerate</a:Action><a:To>/wsman</a:To><w:ResourceURI>http://schemas.dmtf.org/wbem/wscim/1/cim-schema/2/CIM_KVMRedirectionSAP</w:ResourceURI><a:MessageID>${(messageId++).toString()}</a:MessageID><a:ReplyTo><a:Address>http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymous</a:Address></a:ReplyTo><w:OperationTimeout>${operationTimeout}</w:OperationTimeout></Header><Body><Enumerate xmlns="http://schemas.xmlsoap.org/ws/2004/09/enumeration" /></Body></Envelope>`;
203
+ const response = cimClass.KVMRedirectionSAP.Enumerate();
204
+ expect(response).toEqual(correctResponse);
205
+ });
206
+ it('should return a valid cim_KVMRedirectionSAP pull wsman message', () => {
207
+ const correctResponse = `${xmlHeader}${envelope}http://schemas.xmlsoap.org/ws/2004/09/enumeration/Pull</a:Action><a:To>/wsman</a:To><w:ResourceURI>http://schemas.dmtf.org/wbem/wscim/1/cim-schema/2/CIM_KVMRedirectionSAP</w:ResourceURI><a:MessageID>${(messageId++).toString()}</a:MessageID><a:ReplyTo><a:Address>http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymous</a:Address></a:ReplyTo><w:OperationTimeout>${operationTimeout}</w:OperationTimeout></Header><Body><Pull xmlns="http://schemas.xmlsoap.org/ws/2004/09/enumeration"><EnumerationContext>${enumerationContext}</EnumerationContext><MaxElements>999</MaxElements><MaxCharacters>99999</MaxCharacters></Pull></Body></Envelope>`;
208
+ const response = cimClass.KVMRedirectionSAP.Pull(enumerationContext);
209
+ expect(response).toEqual(correctResponse);
210
+ });
211
+ it('should create a valid cim_KVMRedirectionSAP Request_State_Change wsman message', () => {
212
+ const correctResponse = `${xmlHeader}${envelope}http://schemas.dmtf.org/wbem/wscim/1/cim-schema/2/CIM_KVMRedirectionSAP/RequestStateChange</a:Action><a:To>/wsman</a:To><w:ResourceURI>http://schemas.dmtf.org/wbem/wscim/1/cim-schema/2/CIM_KVMRedirectionSAP</w:ResourceURI><a:MessageID>${(messageId++).toString()}</a:MessageID><a:ReplyTo><a:Address>http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymous</a:Address></a:ReplyTo><w:OperationTimeout>${operationTimeout}</w:OperationTimeout></Header><Body><h:RequestStateChange_INPUT xmlns:h="http://schemas.dmtf.org/wbem/wscim/1/cim-schema/2/CIM_KVMRedirectionSAP"><h:RequestedState>2</h:RequestedState></h:RequestStateChange_INPUT></Body></Envelope>`;
213
+ const response = cimClass.KVMRedirectionSAP.RequestStateChange(2);
214
+ expect(response).toEqual(correctResponse);
215
+ });
216
+ });
217
+ describe('cim_MediaAccessDevice Tests', () => {
218
+ it('should create a valid cim_MediaAccessDevice Get wsman message', () => {
219
+ const correctResponse = `${xmlHeader}${envelope}http://schemas.xmlsoap.org/ws/2004/09/transfer/Get</a:Action><a:To>/wsman</a:To><w:ResourceURI>http://schemas.dmtf.org/wbem/wscim/1/cim-schema/2/CIM_MediaAccessDevice</w:ResourceURI><a:MessageID>${(messageId++).toString()}</a:MessageID><a:ReplyTo><a:Address>http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymous</a:Address></a:ReplyTo><w:OperationTimeout>${operationTimeout}</w:OperationTimeout></Header><Body></Body></Envelope>`;
220
+ const response = cimClass.MediaAccessDevice.Get();
221
+ expect(response).toEqual(correctResponse);
222
+ });
223
+ it('should create a valid cim_MediaAccessDevice Enumerate wsman message', () => {
224
+ const correctResponse = `${xmlHeader}${envelope}http://schemas.xmlsoap.org/ws/2004/09/enumeration/Enumerate</a:Action><a:To>/wsman</a:To><w:ResourceURI>http://schemas.dmtf.org/wbem/wscim/1/cim-schema/2/CIM_MediaAccessDevice</w:ResourceURI><a:MessageID>${(messageId++).toString()}</a:MessageID><a:ReplyTo><a:Address>http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymous</a:Address></a:ReplyTo><w:OperationTimeout>${operationTimeout}</w:OperationTimeout></Header><Body><Enumerate xmlns="http://schemas.xmlsoap.org/ws/2004/09/enumeration" /></Body></Envelope>`;
225
+ const response = cimClass.MediaAccessDevice.Enumerate();
226
+ expect(response).toEqual(correctResponse);
227
+ });
228
+ it('should create a valid cim_MediaAccessDevice Pull wsman message', () => {
229
+ const correctResponse = `${xmlHeader}${envelope}http://schemas.xmlsoap.org/ws/2004/09/enumeration/Pull</a:Action><a:To>/wsman</a:To><w:ResourceURI>http://schemas.dmtf.org/wbem/wscim/1/cim-schema/2/CIM_MediaAccessDevice</w:ResourceURI><a:MessageID>${(messageId++).toString()}</a:MessageID><a:ReplyTo><a:Address>http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymous</a:Address></a:ReplyTo><w:OperationTimeout>${operationTimeout}</w:OperationTimeout></Header><Body><Pull xmlns="http://schemas.xmlsoap.org/ws/2004/09/enumeration"><EnumerationContext>${enumerationContext}</EnumerationContext><MaxElements>999</MaxElements><MaxCharacters>99999</MaxCharacters></Pull></Body></Envelope>`;
230
+ const response = cimClass.MediaAccessDevice.Pull(enumerationContext);
231
+ expect(response).toEqual(correctResponse);
232
+ });
233
+ });
234
+ describe('cim_PhysicalMemory Tests', () => {
235
+ it('should create a valid cim_PhysicalMemory Get wsman message', () => {
236
+ const correctResponse = `${xmlHeader}${envelope}http://schemas.xmlsoap.org/ws/2004/09/transfer/Get</a:Action><a:To>/wsman</a:To><w:ResourceURI>http://schemas.dmtf.org/wbem/wscim/1/cim-schema/2/CIM_PhysicalMemory</w:ResourceURI><a:MessageID>${(messageId++).toString()}</a:MessageID><a:ReplyTo><a:Address>http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymous</a:Address></a:ReplyTo><w:OperationTimeout>${operationTimeout}</w:OperationTimeout></Header><Body></Body></Envelope>`;
237
+ const response = cimClass.PhysicalMemory.Get();
238
+ expect(response).toEqual(correctResponse);
239
+ });
240
+ it('should create a valid cim_PhysicalMemory Enumerate wsman message', () => {
241
+ const correctResponse = `${xmlHeader}${envelope}http://schemas.xmlsoap.org/ws/2004/09/enumeration/Enumerate</a:Action><a:To>/wsman</a:To><w:ResourceURI>http://schemas.dmtf.org/wbem/wscim/1/cim-schema/2/CIM_PhysicalMemory</w:ResourceURI><a:MessageID>${(messageId++).toString()}</a:MessageID><a:ReplyTo><a:Address>http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymous</a:Address></a:ReplyTo><w:OperationTimeout>${operationTimeout}</w:OperationTimeout></Header><Body><Enumerate xmlns="http://schemas.xmlsoap.org/ws/2004/09/enumeration" /></Body></Envelope>`;
242
+ const response = cimClass.PhysicalMemory.Enumerate();
243
+ expect(response).toEqual(correctResponse);
244
+ });
245
+ it('should create a valid cim_PhysicalMemory Pull wsman message', () => {
246
+ const correctResponse = `${xmlHeader}${envelope}http://schemas.xmlsoap.org/ws/2004/09/enumeration/Pull</a:Action><a:To>/wsman</a:To><w:ResourceURI>http://schemas.dmtf.org/wbem/wscim/1/cim-schema/2/CIM_PhysicalMemory</w:ResourceURI><a:MessageID>${(messageId++).toString()}</a:MessageID><a:ReplyTo><a:Address>http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymous</a:Address></a:ReplyTo><w:OperationTimeout>${operationTimeout}</w:OperationTimeout></Header><Body><Pull xmlns="http://schemas.xmlsoap.org/ws/2004/09/enumeration"><EnumerationContext>${enumerationContext}</EnumerationContext><MaxElements>999</MaxElements><MaxCharacters>99999</MaxCharacters></Pull></Body></Envelope>`;
247
+ const response = cimClass.PhysicalMemory.Pull(enumerationContext);
248
+ expect(response).toEqual(correctResponse);
249
+ });
250
+ });
251
+ describe('cim_PhysicalPackage Tests', () => {
252
+ it('should create a valid cim_PhysicalPackage Get wsman message', () => {
253
+ const correctResponse = `${xmlHeader}${envelope}http://schemas.xmlsoap.org/ws/2004/09/transfer/Get</a:Action><a:To>/wsman</a:To><w:ResourceURI>http://schemas.dmtf.org/wbem/wscim/1/cim-schema/2/CIM_PhysicalPackage</w:ResourceURI><a:MessageID>${(messageId++).toString()}</a:MessageID><a:ReplyTo><a:Address>http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymous</a:Address></a:ReplyTo><w:OperationTimeout>${operationTimeout}</w:OperationTimeout></Header><Body></Body></Envelope>`;
254
+ const response = cimClass.PhysicalPackage.Get();
255
+ expect(response).toEqual(correctResponse);
256
+ });
257
+ it('should create a valid cim_PhysicalPackage Enumerate wsman message', () => {
258
+ const correctResponse = `${xmlHeader}${envelope}http://schemas.xmlsoap.org/ws/2004/09/enumeration/Enumerate</a:Action><a:To>/wsman</a:To><w:ResourceURI>http://schemas.dmtf.org/wbem/wscim/1/cim-schema/2/CIM_PhysicalPackage</w:ResourceURI><a:MessageID>${(messageId++).toString()}</a:MessageID><a:ReplyTo><a:Address>http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymous</a:Address></a:ReplyTo><w:OperationTimeout>${operationTimeout}</w:OperationTimeout></Header><Body><Enumerate xmlns="http://schemas.xmlsoap.org/ws/2004/09/enumeration" /></Body></Envelope>`;
259
+ const response = cimClass.PhysicalPackage.Enumerate();
260
+ expect(response).toEqual(correctResponse);
261
+ });
262
+ it('should create a valid cim_PhysicalPackage Pull wsman message', () => {
263
+ const correctResponse = `${xmlHeader}${envelope}http://schemas.xmlsoap.org/ws/2004/09/enumeration/Pull</a:Action><a:To>/wsman</a:To><w:ResourceURI>http://schemas.dmtf.org/wbem/wscim/1/cim-schema/2/CIM_PhysicalPackage</w:ResourceURI><a:MessageID>${(messageId++).toString()}</a:MessageID><a:ReplyTo><a:Address>http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymous</a:Address></a:ReplyTo><w:OperationTimeout>${operationTimeout}</w:OperationTimeout></Header><Body><Pull xmlns="http://schemas.xmlsoap.org/ws/2004/09/enumeration"><EnumerationContext>${enumerationContext}</EnumerationContext><MaxElements>999</MaxElements><MaxCharacters>99999</MaxCharacters></Pull></Body></Envelope>`;
264
+ const response = cimClass.PhysicalPackage.Pull(enumerationContext);
265
+ expect(response).toEqual(correctResponse);
266
+ });
267
+ });
268
+ describe('cim_PowerManagementService Tests', () => {
269
+ it('should return a valid cim_PowerManagementService Get wsman message', () => {
270
+ const correctResponse = `${xmlHeader}${envelope}http://schemas.xmlsoap.org/ws/2004/09/transfer/Get</a:Action><a:To>/wsman</a:To><w:ResourceURI>http://schemas.dmtf.org/wbem/wscim/1/cim-schema/2/CIM_PowerManagementService</w:ResourceURI><a:MessageID>${(messageId++).toString()}</a:MessageID><a:ReplyTo><a:Address>http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymous</a:Address></a:ReplyTo><w:OperationTimeout>${operationTimeout}</w:OperationTimeout></Header><Body></Body></Envelope>`;
271
+ const response = cimClass.PowerManagementService.Get();
272
+ expect(response).toEqual(correctResponse);
273
+ });
274
+ it('should return a valid cim_PowerManagementService Enumerate wsman message', () => {
275
+ const correctResponse = `${xmlHeader}${envelope}http://schemas.xmlsoap.org/ws/2004/09/enumeration/Enumerate</a:Action><a:To>/wsman</a:To><w:ResourceURI>http://schemas.dmtf.org/wbem/wscim/1/cim-schema/2/CIM_PowerManagementService</w:ResourceURI><a:MessageID>${(messageId++).toString()}</a:MessageID><a:ReplyTo><a:Address>http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymous</a:Address></a:ReplyTo><w:OperationTimeout>${operationTimeout}</w:OperationTimeout></Header><Body><Enumerate xmlns="http://schemas.xmlsoap.org/ws/2004/09/enumeration" /></Body></Envelope>`;
276
+ const response = cimClass.PowerManagementService.Enumerate();
277
+ expect(response).toEqual(correctResponse);
278
+ });
279
+ it('should return a valid cim_PowerManagementService Pull wsman message', () => {
280
+ const correctResponse = `${xmlHeader}${envelope}http://schemas.xmlsoap.org/ws/2004/09/enumeration/Pull</a:Action><a:To>/wsman</a:To><w:ResourceURI>http://schemas.dmtf.org/wbem/wscim/1/cim-schema/2/CIM_PowerManagementService</w:ResourceURI><a:MessageID>${(messageId++).toString()}</a:MessageID><a:ReplyTo><a:Address>http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymous</a:Address></a:ReplyTo><w:OperationTimeout>${operationTimeout}</w:OperationTimeout></Header><Body><Pull xmlns="http://schemas.xmlsoap.org/ws/2004/09/enumeration"><EnumerationContext>${enumerationContext}</EnumerationContext><MaxElements>999</MaxElements><MaxCharacters>99999</MaxCharacters></Pull></Body></Envelope>`;
281
+ const response = cimClass.PowerManagementService.Pull(enumerationContext);
282
+ expect(response).toEqual(correctResponse);
283
+ });
284
+ it('should return a valid cim_PowerManagementService ChangeBootOrder wsman message', () => {
285
+ const powerState = 8;
286
+ const correctResponse = `${xmlHeader}${envelope}http://schemas.dmtf.org/wbem/wscim/1/cim-schema/2/CIM_PowerManagementService/RequestPowerStateChange</a:Action><a:To>/wsman</a:To><w:ResourceURI>http://schemas.dmtf.org/wbem/wscim/1/cim-schema/2/CIM_PowerManagementService</w:ResourceURI><a:MessageID>${(messageId++).toString()}</a:MessageID><a:ReplyTo><a:Address>http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymous</a:Address></a:ReplyTo><w:OperationTimeout>${operationTimeout}</w:OperationTimeout></Header><Body><h:RequestPowerStateChange_INPUT xmlns:h="http://schemas.dmtf.org/wbem/wscim/1/cim-schema/2/CIM_PowerManagementService"><h:PowerState>${powerState}</h:PowerState><h:ManagedElement><Address xmlns="http://schemas.xmlsoap.org/ws/2004/08/addressing">http://schemas.xmlsoap.org/ws/2004/08/addressing</Address><ReferenceParameters xmlns="http://schemas.xmlsoap.org/ws/2004/08/addressing"><ResourceURI xmlns="http://schemas.dmtf.org/wbem/wsman/1/wsman.xsd">http://schemas.dmtf.org/wbem/wscim/1/cim-schema/2/CIM_ComputerSystem</ResourceURI><SelectorSet xmlns="http://schemas.dmtf.org/wbem/wsman/1/wsman.xsd"><Selector Name="CreationClassName">CIM_ComputerSystem</Selector><Selector Name="Name">ManagedSystem</Selector></SelectorSet></ReferenceParameters></h:ManagedElement></h:RequestPowerStateChange_INPUT></Body></Envelope>`;
287
+ const response = cimClass.PowerManagementService.RequestPowerStateChange(powerState);
288
+ expect(response).toEqual(correctResponse);
289
+ });
290
+ });
291
+ describe('cim_Processor Tests', () => {
292
+ it('should return a valid cim_Processor Get wsman message', () => {
293
+ const correctResponse = `${xmlHeader}${envelope}http://schemas.xmlsoap.org/ws/2004/09/transfer/Get</a:Action><a:To>/wsman</a:To><w:ResourceURI>http://schemas.dmtf.org/wbem/wscim/1/cim-schema/2/CIM_Processor</w:ResourceURI><a:MessageID>${(messageId++).toString()}</a:MessageID><a:ReplyTo><a:Address>http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymous</a:Address></a:ReplyTo><w:OperationTimeout>${operationTimeout}</w:OperationTimeout></Header><Body></Body></Envelope>`;
294
+ const response = cimClass.Processor.Get();
295
+ expect(response).toEqual(correctResponse);
296
+ });
297
+ it('should create a valid cim_Processor Enumerate wsman message', () => {
298
+ const correctResponse = `${xmlHeader}${envelope}http://schemas.xmlsoap.org/ws/2004/09/enumeration/Enumerate</a:Action><a:To>/wsman</a:To><w:ResourceURI>http://schemas.dmtf.org/wbem/wscim/1/cim-schema/2/CIM_Processor</w:ResourceURI><a:MessageID>${(messageId++).toString()}</a:MessageID><a:ReplyTo><a:Address>http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymous</a:Address></a:ReplyTo><w:OperationTimeout>${operationTimeout}</w:OperationTimeout></Header><Body><Enumerate xmlns="http://schemas.xmlsoap.org/ws/2004/09/enumeration" /></Body></Envelope>`;
299
+ const response = cimClass.Processor.Enumerate();
300
+ expect(response).toEqual(correctResponse);
301
+ });
302
+ it('should create a valid cim_Processor Pull wsman message', () => {
303
+ const correctResponse = `${xmlHeader}${envelope}http://schemas.xmlsoap.org/ws/2004/09/enumeration/Pull</a:Action><a:To>/wsman</a:To><w:ResourceURI>http://schemas.dmtf.org/wbem/wscim/1/cim-schema/2/CIM_Processor</w:ResourceURI><a:MessageID>${(messageId++).toString()}</a:MessageID><a:ReplyTo><a:Address>http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymous</a:Address></a:ReplyTo><w:OperationTimeout>${operationTimeout}</w:OperationTimeout></Header><Body><Pull xmlns="http://schemas.xmlsoap.org/ws/2004/09/enumeration"><EnumerationContext>${enumerationContext}</EnumerationContext><MaxElements>999</MaxElements><MaxCharacters>99999</MaxCharacters></Pull></Body></Envelope>`;
304
+ const response = cimClass.Processor.Pull(enumerationContext);
305
+ expect(response).toEqual(correctResponse);
306
+ });
307
+ });
308
+ describe('cim_ServiceAvailableToElement Tests', () => {
309
+ it('should return a valid cim_ServiceAvailableToElement Get wsman message', () => {
310
+ const correctResponse = `${xmlHeader}${envelope}http://schemas.xmlsoap.org/ws/2004/09/transfer/Get</a:Action><a:To>/wsman</a:To><w:ResourceURI>http://schemas.dmtf.org/wbem/wscim/1/cim-schema/2/CIM_ServiceAvailableToElement</w:ResourceURI><a:MessageID>${(messageId++).toString()}</a:MessageID><a:ReplyTo><a:Address>http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymous</a:Address></a:ReplyTo><w:OperationTimeout>${operationTimeout}</w:OperationTimeout></Header><Body></Body></Envelope>`;
311
+ const response = cimClass.ServiceAvailableToElement.Get();
312
+ expect(response).toEqual(correctResponse);
313
+ });
314
+ it('should create a valid cim_ServiceAvailableToElement Pull wsman message', () => {
315
+ const correctResponse = `${xmlHeader}${envelope}http://schemas.xmlsoap.org/ws/2004/09/enumeration/Pull</a:Action><a:To>/wsman</a:To><w:ResourceURI>http://schemas.dmtf.org/wbem/wscim/1/cim-schema/2/CIM_ServiceAvailableToElement</w:ResourceURI><a:MessageID>${(messageId++).toString()}</a:MessageID><a:ReplyTo><a:Address>http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymous</a:Address></a:ReplyTo><w:OperationTimeout>${operationTimeout}</w:OperationTimeout></Header><Body><Pull xmlns="http://schemas.xmlsoap.org/ws/2004/09/enumeration"><EnumerationContext>${enumerationContext}</EnumerationContext><MaxElements>999</MaxElements><MaxCharacters>99999</MaxCharacters></Pull></Body></Envelope>`;
316
+ const response = cimClass.ServiceAvailableToElement.Pull(enumerationContext);
317
+ expect(response).toEqual(correctResponse);
318
+ });
319
+ it('should create a valid cim_ServiceAvailableToElement Enumerate wsman message', () => {
320
+ const correctResponse = `${xmlHeader}${envelope}http://schemas.xmlsoap.org/ws/2004/09/enumeration/Enumerate</a:Action><a:To>/wsman</a:To><w:ResourceURI>http://schemas.dmtf.org/wbem/wscim/1/cim-schema/2/CIM_ServiceAvailableToElement</w:ResourceURI><a:MessageID>${(messageId++).toString()}</a:MessageID><a:ReplyTo><a:Address>http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymous</a:Address></a:ReplyTo><w:OperationTimeout>${operationTimeout}</w:OperationTimeout></Header><Body><Enumerate xmlns="http://schemas.xmlsoap.org/ws/2004/09/enumeration" /></Body></Envelope>`;
321
+ const response = cimClass.ServiceAvailableToElement.Enumerate();
322
+ expect(response).toEqual(correctResponse);
323
+ });
324
+ });
325
+ describe('cim_SoftwareIdentity Tests', () => {
326
+ it('should return a valid cim_SoftwareIdentity Get wsman message', () => {
327
+ const correctResponse = `${xmlHeader}${envelope}http://schemas.xmlsoap.org/ws/2004/09/transfer/Get</a:Action><a:To>/wsman</a:To><w:ResourceURI>http://schemas.dmtf.org/wbem/wscim/1/cim-schema/2/CIM_SoftwareIdentity</w:ResourceURI><a:MessageID>${(messageId++).toString()}</a:MessageID><a:ReplyTo><a:Address>http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymous</a:Address></a:ReplyTo><w:OperationTimeout>${operationTimeout}</w:OperationTimeout></Header><Body></Body></Envelope>`;
328
+ const response = cimClass.SoftwareIdentity.Get();
329
+ expect(response).toEqual(correctResponse);
330
+ });
331
+ it('should create a valid cim_SoftwareIdentity Enumerate wsman message', () => {
332
+ const correctResponse = `${xmlHeader}${envelope}http://schemas.xmlsoap.org/ws/2004/09/enumeration/Enumerate</a:Action><a:To>/wsman</a:To><w:ResourceURI>http://schemas.dmtf.org/wbem/wscim/1/cim-schema/2/CIM_SoftwareIdentity</w:ResourceURI><a:MessageID>${(messageId++).toString()}</a:MessageID><a:ReplyTo><a:Address>http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymous</a:Address></a:ReplyTo><w:OperationTimeout>${operationTimeout}</w:OperationTimeout></Header><Body><Enumerate xmlns="http://schemas.xmlsoap.org/ws/2004/09/enumeration" /></Body></Envelope>`;
333
+ const response = cimClass.SoftwareIdentity.Enumerate();
334
+ expect(response).toEqual(correctResponse);
335
+ });
336
+ it('should create a valid cim_SoftwareIdentity Pull wsman message', () => {
337
+ const correctResponse = `${xmlHeader}${envelope}http://schemas.xmlsoap.org/ws/2004/09/enumeration/Pull</a:Action><a:To>/wsman</a:To><w:ResourceURI>http://schemas.dmtf.org/wbem/wscim/1/cim-schema/2/CIM_SoftwareIdentity</w:ResourceURI><a:MessageID>${(messageId++).toString()}</a:MessageID><a:ReplyTo><a:Address>http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymous</a:Address></a:ReplyTo><w:OperationTimeout>${operationTimeout}</w:OperationTimeout></Header><Body><Pull xmlns="http://schemas.xmlsoap.org/ws/2004/09/enumeration"><EnumerationContext>${enumerationContext}</EnumerationContext><MaxElements>999</MaxElements><MaxCharacters>99999</MaxCharacters></Pull></Body></Envelope>`;
338
+ const response = cimClass.SoftwareIdentity.Pull(enumerationContext);
339
+ expect(response).toEqual(correctResponse);
340
+ });
341
+ });
342
+ describe('cim_SystemPackaging Tests', () => {
343
+ it('should return a valid cim_SystemPackaging Get wsman message', () => {
344
+ const correctResponse = `${xmlHeader}${envelope}http://schemas.xmlsoap.org/ws/2004/09/transfer/Get</a:Action><a:To>/wsman</a:To><w:ResourceURI>http://schemas.dmtf.org/wbem/wscim/1/cim-schema/2/CIM_SystemPackaging</w:ResourceURI><a:MessageID>${(messageId++).toString()}</a:MessageID><a:ReplyTo><a:Address>http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymous</a:Address></a:ReplyTo><w:OperationTimeout>${operationTimeout}</w:OperationTimeout></Header><Body></Body></Envelope>`;
345
+ const response = cimClass.SystemPackaging.Get();
346
+ expect(response).toEqual(correctResponse);
347
+ });
348
+ it('should create a valid cim_SystemPackaging Enumerate wsman message', () => {
349
+ const correctResponse = `${xmlHeader}${envelope}http://schemas.xmlsoap.org/ws/2004/09/enumeration/Enumerate</a:Action><a:To>/wsman</a:To><w:ResourceURI>http://schemas.dmtf.org/wbem/wscim/1/cim-schema/2/CIM_SystemPackaging</w:ResourceURI><a:MessageID>${(messageId++).toString()}</a:MessageID><a:ReplyTo><a:Address>http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymous</a:Address></a:ReplyTo><w:OperationTimeout>${operationTimeout}</w:OperationTimeout></Header><Body><Enumerate xmlns="http://schemas.xmlsoap.org/ws/2004/09/enumeration" /></Body></Envelope>`;
350
+ const response = cimClass.SystemPackaging.Enumerate();
351
+ expect(response).toEqual(correctResponse);
352
+ });
353
+ it('should create a valid cim_SystemPackaging Pull wsman message', () => {
354
+ const correctResponse = `${xmlHeader}${envelope}http://schemas.xmlsoap.org/ws/2004/09/enumeration/Pull</a:Action><a:To>/wsman</a:To><w:ResourceURI>http://schemas.dmtf.org/wbem/wscim/1/cim-schema/2/CIM_SystemPackaging</w:ResourceURI><a:MessageID>${(messageId++).toString()}</a:MessageID><a:ReplyTo><a:Address>http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymous</a:Address></a:ReplyTo><w:OperationTimeout>${operationTimeout}</w:OperationTimeout></Header><Body><Pull xmlns="http://schemas.xmlsoap.org/ws/2004/09/enumeration"><EnumerationContext>${enumerationContext}</EnumerationContext><MaxElements>999</MaxElements><MaxCharacters>99999</MaxCharacters></Pull></Body></Envelope>`;
355
+ const response = cimClass.SystemPackaging.Pull(enumerationContext);
356
+ expect(response).toEqual(correctResponse);
357
+ });
358
+ });
359
+ describe('cim_WiFiEndpointSettings Tests', () => {
360
+ it('should return a valid cim_WiFiEndpointSettings Get wsman message', () => {
361
+ const correctResponse = `${xmlHeader}${envelope}http://schemas.xmlsoap.org/ws/2004/09/transfer/Get</a:Action><a:To>/wsman</a:To><w:ResourceURI>http://schemas.dmtf.org/wbem/wscim/1/cim-schema/2/CIM_WiFiEndpointSettings</w:ResourceURI><a:MessageID>${(messageId++).toString()}</a:MessageID><a:ReplyTo><a:Address>http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymous</a:Address></a:ReplyTo><w:OperationTimeout>${operationTimeout}</w:OperationTimeout></Header><Body></Body></Envelope>`;
362
+ const response = cimClass.WiFiEndpointSettings.Get();
363
+ expect(response).toEqual(correctResponse);
364
+ });
365
+ it('should create a valid cim_WiFiEndpointSettings Enumerate wsman message', () => {
366
+ const correctResponse = `${xmlHeader}${envelope}http://schemas.xmlsoap.org/ws/2004/09/enumeration/Enumerate</a:Action><a:To>/wsman</a:To><w:ResourceURI>http://schemas.dmtf.org/wbem/wscim/1/cim-schema/2/CIM_WiFiEndpointSettings</w:ResourceURI><a:MessageID>${(messageId++).toString()}</a:MessageID><a:ReplyTo><a:Address>http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymous</a:Address></a:ReplyTo><w:OperationTimeout>${operationTimeout}</w:OperationTimeout></Header><Body><Enumerate xmlns="http://schemas.xmlsoap.org/ws/2004/09/enumeration" /></Body></Envelope>`;
367
+ const response = cimClass.WiFiEndpointSettings.Enumerate();
368
+ expect(response).toEqual(correctResponse);
369
+ });
370
+ it('should create a valid cim_WiFiEndpointSettings Pull wsman message', () => {
371
+ const correctResponse = `${xmlHeader}${envelope}http://schemas.xmlsoap.org/ws/2004/09/enumeration/Pull</a:Action><a:To>/wsman</a:To><w:ResourceURI>http://schemas.dmtf.org/wbem/wscim/1/cim-schema/2/CIM_WiFiEndpointSettings</w:ResourceURI><a:MessageID>${(messageId++).toString()}</a:MessageID><a:ReplyTo><a:Address>http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymous</a:Address></a:ReplyTo><w:OperationTimeout>${operationTimeout}</w:OperationTimeout></Header><Body><Pull xmlns="http://schemas.xmlsoap.org/ws/2004/09/enumeration"><EnumerationContext>${enumerationContext}</EnumerationContext><MaxElements>999</MaxElements><MaxCharacters>99999</MaxCharacters></Pull></Body></Envelope>`;
372
+ const response = cimClass.WiFiEndpointSettings.Pull(enumerationContext);
373
+ expect(response).toEqual(correctResponse);
374
+ });
375
+ it('should create a valid cim_WiFiEndpointSettings Delete wsman message', () => {
376
+ const selector = {
377
+ name: 'InstanceID',
378
+ value: 'Intel(r) AMT:WiFi Endpoint Settings home'
379
+ };
380
+ const correctResponse = `${xmlHeader}${envelope}http://schemas.xmlsoap.org/ws/2004/09/transfer/Delete</a:Action><a:To>/wsman</a:To><w:ResourceURI>http://schemas.dmtf.org/wbem/wscim/1/cim-schema/2/CIM_WiFiEndpointSettings</w:ResourceURI><a:MessageID>${(messageId++).toString()}</a:MessageID><a:ReplyTo><a:Address>http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymous</a:Address></a:ReplyTo><w:OperationTimeout>${operationTimeout}</w:OperationTimeout><w:SelectorSet><w:Selector Name="${selector.name}">${selector.value}</w:Selector></w:SelectorSet></Header><Body></Body></Envelope>`;
381
+ const response = cimClass.WiFiEndpointSettings.Delete(selector);
382
+ expect(response).toEqual(correctResponse);
383
+ });
384
+ });
385
+ describe('cim_WiFiPort Tests', () => {
386
+ it('should return a valid cim_WiFiPort Get wsman message', () => {
387
+ const correctResponse = `${xmlHeader}${envelope}http://schemas.xmlsoap.org/ws/2004/09/transfer/Get</a:Action><a:To>/wsman</a:To><w:ResourceURI>http://schemas.dmtf.org/wbem/wscim/1/cim-schema/2/CIM_WiFiPort</w:ResourceURI><a:MessageID>${(messageId++).toString()}</a:MessageID><a:ReplyTo><a:Address>http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymous</a:Address></a:ReplyTo><w:OperationTimeout>${operationTimeout}</w:OperationTimeout></Header><Body></Body></Envelope>`;
388
+ const response = cimClass.WiFiPort.Get();
389
+ expect(response).toEqual(correctResponse);
390
+ });
391
+ it('should create a valid cim_WiFiPort Enumerate wsman message', () => {
392
+ const correctResponse = `${xmlHeader}${envelope}http://schemas.xmlsoap.org/ws/2004/09/enumeration/Enumerate</a:Action><a:To>/wsman</a:To><w:ResourceURI>http://schemas.dmtf.org/wbem/wscim/1/cim-schema/2/CIM_WiFiPort</w:ResourceURI><a:MessageID>${(messageId++).toString()}</a:MessageID><a:ReplyTo><a:Address>http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymous</a:Address></a:ReplyTo><w:OperationTimeout>${operationTimeout}</w:OperationTimeout></Header><Body><Enumerate xmlns="http://schemas.xmlsoap.org/ws/2004/09/enumeration" /></Body></Envelope>`;
393
+ const response = cimClass.WiFiPort.Enumerate();
394
+ expect(response).toEqual(correctResponse);
395
+ });
396
+ it('should create a valid cim_WiFiPort Pull wsman message', () => {
397
+ const correctResponse = `${xmlHeader}${envelope}http://schemas.xmlsoap.org/ws/2004/09/enumeration/Pull</a:Action><a:To>/wsman</a:To><w:ResourceURI>http://schemas.dmtf.org/wbem/wscim/1/cim-schema/2/CIM_WiFiPort</w:ResourceURI><a:MessageID>${(messageId++).toString()}</a:MessageID><a:ReplyTo><a:Address>http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymous</a:Address></a:ReplyTo><w:OperationTimeout>${operationTimeout}</w:OperationTimeout></Header><Body><Pull xmlns="http://schemas.xmlsoap.org/ws/2004/09/enumeration"><EnumerationContext>${enumerationContext}</EnumerationContext><MaxElements>999</MaxElements><MaxCharacters>99999</MaxCharacters></Pull></Body></Envelope>`;
398
+ const response = cimClass.WiFiPort.Pull(enumerationContext);
399
+ expect(response).toEqual(correctResponse);
400
+ });
401
+ it('should create a valid cim_WiFiPrt RequestStateChange wsman message', () => {
402
+ const correctResponse = `${xmlHeader}${envelope}http://schemas.dmtf.org/wbem/wscim/1/cim-schema/2/CIM_WiFiPort/RequestStateChange</a:Action><a:To>/wsman</a:To><w:ResourceURI>http://schemas.dmtf.org/wbem/wscim/1/cim-schema/2/CIM_WiFiPort</w:ResourceURI><a:MessageID>${(messageId++).toString()}</a:MessageID><a:ReplyTo><a:Address>http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymous</a:Address></a:ReplyTo><w:OperationTimeout>${operationTimeout}</w:OperationTimeout></Header><Body><h:RequestStateChange_INPUT xmlns:h="http://schemas.dmtf.org/wbem/wscim/1/cim-schema/2/CIM_WiFiPort"><h:RequestedState>3</h:RequestedState></h:RequestStateChange_INPUT></Body></Envelope>`;
403
+ const response = cimClass.WiFiPort.RequestStateChange(3);
404
+ expect(response).toEqual(correctResponse);
405
+ });
406
+ });
407
+ });
408
+ //# sourceMappingURL=messages.test.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"messages.test.js","sourceRoot":"","sources":["../../src/cim/messages.test.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,15 @@
1
+ /*********************************************************************
2
+ * Copyright (c) Intel Corporation 2021
3
+ * SPDX-License-Identifier: Apache-2.0
4
+ **********************************************************************/
5
+ export declare enum Methods {
6
+ GET = "Get",
7
+ PULL = "Pull",
8
+ ENUMERATE = "Enumerate",
9
+ PUT = "Put",
10
+ DELETE = "Delete",
11
+ SET_BOOT_CONFIG_ROLE = "SetBootConfigRole",
12
+ CHANGE_BOOT_ORDER = "ChangeBootOrder",
13
+ REQUEST_POWER_STATE_CHANGE = "RequestPowerStateChange",
14
+ REQUEST_STATE_CHANGE = "RequestStateChange"
15
+ }
package/cim/methods.js ADDED
@@ -0,0 +1,20 @@
1
+ "use strict";
2
+ /*********************************************************************
3
+ * Copyright (c) Intel Corporation 2021
4
+ * SPDX-License-Identifier: Apache-2.0
5
+ **********************************************************************/
6
+ Object.defineProperty(exports, "__esModule", { value: true });
7
+ exports.Methods = void 0;
8
+ var Methods;
9
+ (function (Methods) {
10
+ Methods["GET"] = "Get";
11
+ Methods["PULL"] = "Pull";
12
+ Methods["ENUMERATE"] = "Enumerate";
13
+ Methods["PUT"] = "Put";
14
+ Methods["DELETE"] = "Delete";
15
+ Methods["SET_BOOT_CONFIG_ROLE"] = "SetBootConfigRole";
16
+ Methods["CHANGE_BOOT_ORDER"] = "ChangeBootOrder";
17
+ Methods["REQUEST_POWER_STATE_CHANGE"] = "RequestPowerStateChange";
18
+ Methods["REQUEST_STATE_CHANGE"] = "RequestStateChange";
19
+ })(Methods || (exports.Methods = Methods = {}));
20
+ //# sourceMappingURL=methods.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"methods.js","sourceRoot":"","sources":["../../src/cim/methods.ts"],"names":[],"mappings":";AAAA;;;wEAGwE;;;AAExE,IAAY,OAUX;AAVD,WAAY,OAAO;IACjB,sBAAW,CAAA;IACX,wBAAa,CAAA;IACb,kCAAuB,CAAA;IACvB,sBAAW,CAAA;IACX,4BAAiB,CAAA;IACjB,qDAA0C,CAAA;IAC1C,gDAAqC,CAAA;IACrC,iEAAsD,CAAA;IACtD,sDAA2C,CAAA;AAC7C,CAAC,EAVW,OAAO,uBAAP,OAAO,QAUlB"}