Merge "Notification and CDM partial update"

This commit is contained in:
Jenkins
2016-08-26 17:01:22 +00:00
committed by Gerrit Code Review
60 changed files with 2154 additions and 240 deletions

View File

@@ -133,6 +133,10 @@ def get_cls_import_path(cls):
return module + '.' + cls.__name__
def strtime(at):
return at.strftime("%Y-%m-%dT%H:%M:%S.%f")
# Default value feedback extension as jsonschema doesn't support it
def extend_with_default(validator_class):
validate_properties = validator_class.VALIDATORS["properties"]