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
* Add filtering to model validation and persist post filtering changes
* Add unit tests for filtering on validateModel and persistence post-filtering
* Apply variable substitution if variable map file defined
* Invoke filter after validation of merged model
# assert the validate filter made modications and was persisted
211
+
self.assertEquals('gumby1234', model_dictionary['domainInfo']['AdminPassword'], "Expected validate filter to have changed AdminPassword to 'gumby1234'")
# assert the validate filter made modications and was persisted
186
+
self.assertEquals('gumby1234', model_dictionary['domainInfo']['AdminPassword'], "Expected validate filter to have changed AdminPassword to 'gumby1234'")
187
+
139
188
# check that a single server exists in the result, and its attributes were merged correctly
0 commit comments