You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
self.assertEqual(message["automaticOsPatchState"], Constants.AutomaticOsPatchStates.ENABLED) # no change is made on Auto OS updates for patch mode 'ImageDefault'
208
+
self.assertEqual(message["automaticOSPatchState"], Constants.AutomaticOSPatchStates.ENABLED) # no change is made on Auto OS updates for patch mode 'ImageDefault'
209
209
210
210
# check status file for configure patching assessment state
self.assertEqual(message["automaticOsPatchState"], Constants.AutomaticOsPatchStates.DISABLED) # auto OS updates are disabled on patch mode 'AutomaticByPlatform'
251
+
self.assertEqual(message["automaticOSPatchState"], Constants.AutomaticOSPatchStates.DISABLED) # auto OS updates are disabled on patch mode 'AutomaticByPlatform'
252
252
253
253
# check status file for configure patching assessment state
self.assertEqual(message["autoAssessmentStatus"]["autoAssessmentState"], Constants.AutoAssessmentStates.UNKNOWN) # Configure patching for auto assessment did not execute since assessmentMode was not in input
self.assertEqual(message["autoAssessmentStatus"]["autoAssessmentState"], Constants.AutoAssessmentStates.UNKNOWN) # Configure patching for auto assessment did not execute since assessmentMode was not in input
self.assertEqual(message["automaticOsPatchState"], Constants.AutomaticOsPatchStates.DISABLED) # auto OS updates are disabled in RuntimeCompositor, this is tested in Test-ConfigurePatchingProcessor
598
+
self.assertEqual(message["automaticOSPatchState"], Constants.AutomaticOSPatchStates.DISABLED) # auto OS updates are disabled in RuntimeCompositor, this is tested in Test-ConfigurePatchingProcessor
599
599
# check status file for configure patching assessment state
self.assertEqual(message["autoAssessmentStatus"]["autoAssessmentState"], Constants.AutoAssessmentStates.UNKNOWN) # Configure patching for auto assessment did not execute since assessmentMode was not in input
self.assertEqual(message["autoAssessmentStatus"]["autoAssessmentState"], Constants.AutoAssessmentStates.UNKNOWN) # Configure patching for auto assessment did not execute since assessmentMode was not in input
0 commit comments