Skip to content

Commit 8cf43d6

Browse files
Vonteddu ChaithraVonteddu Chaithra
authored andcommitted
Fixed unit test issues
Signed-off-by: Vonteddu Chaithra <Vonteddu.Chaithra1@ibm.com>
1 parent 8a8c39d commit 8cf43d6

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

zhmcclient/mock/_session.py

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -204,6 +204,13 @@
204204
"$ref": "#/definitions/LdapServerDefinition"
205205
},
206206
},
207+
"sso_server_definitions": {
208+
"description": "The SSO server definitions on this HMC",
209+
"type": "array",
210+
"items": {
211+
"$ref": "#/definitions/SSOServerDefinition"
212+
},
213+
},
207214
"unmanaged_cpcs": {
208215
"description": "The unmanaged CPCs discovered by this HMC",
209216
"type": "array",
@@ -305,6 +312,19 @@
305312
},
306313
},
307314
},
315+
"SSOServerDefinition": {
316+
"description": "An SSO server definition on an HMC",
317+
"type": "object",
318+
"additionalProperties": False,
319+
"required": [
320+
"properties",
321+
],
322+
"properties": {
323+
"properties": {
324+
"$ref": "#/definitions/Properties"
325+
},
326+
},
327+
},
308328
"UnmanagedCpc": {
309329
"description": "An unmanaged CPC discovered by an HMC",
310330
"type": "object",

0 commit comments

Comments
 (0)