test/data/manifests: add trailing newline

Mostly to avoid future noisy diffs.

Signed-off-by: Tom Gundersen <teg@jklm.no>
This commit is contained in:
Tom Gundersen 2021-03-07 17:58:57 +00:00 committed by msehnout
parent 83d87a953d
commit 59d2f505cc
38 changed files with 38 additions and 37 deletions

View file

@ -10919,4 +10919,4 @@
},
"timezone": "New_York"
}
}
}

View file

@ -11670,4 +11670,4 @@
},
"timezone": "New_York"
}
}
}

View file

@ -11664,4 +11664,4 @@
},
"timezone": "New_York"
}
}
}

View file

@ -11774,4 +11774,4 @@
},
"timezone": "London"
}
}
}

View file

@ -6737,4 +6737,4 @@
},
"timezone": "New_York"
}
}
}

View file

@ -11587,4 +11587,4 @@
},
"timezone": "New_York"
}
}
}

View file

@ -11148,4 +11148,4 @@
},
"timezone": "New_York"
}
}
}

View file

@ -9477,4 +9477,4 @@
"unbound-anchor.timer"
]
}
}
}

View file

@ -9849,4 +9849,4 @@
"unbound-anchor.timer"
]
}
}
}

View file

@ -9324,4 +9324,4 @@
"unbound-anchor.timer"
]
}
}
}

View file

@ -9779,4 +9779,4 @@
],
"timezone": "London"
}
}
}

View file

@ -10429,4 +10429,4 @@
],
"timezone": "UTC"
}
}
}

View file

@ -9950,4 +9950,4 @@
],
"timezone": "London"
}
}
}

View file

@ -9126,4 +9126,4 @@
],
"timezone": "UTC"
}
}
}

View file

@ -9732,4 +9732,4 @@
],
"timezone": "UTC"
}
}
}

View file

@ -10236,4 +10236,4 @@
],
"timezone": "UTC"
}
}
}

View file

@ -5651,4 +5651,4 @@
],
"timezone": "UTC"
}
}
}

View file

@ -11012,4 +11012,4 @@
],
"timezone": "UTC"
}
}
}

View file

@ -5754,4 +5754,4 @@
],
"timezone": "UTC"
}
}
}

View file

@ -10858,4 +10858,4 @@
],
"timezone": "UTC"
}
}
}

View file

@ -6326,4 +6326,4 @@
],
"timezone": "UTC"
}
}
}

View file

@ -9100,4 +9100,4 @@
],
"timezone": "UTC"
}
}
}

View file

@ -9722,4 +9722,4 @@
],
"timezone": "UTC"
}
}
}

View file

@ -10194,4 +10194,4 @@
],
"timezone": "UTC"
}
}
}

View file

@ -10315,4 +10315,4 @@
],
"timezone": "London"
}
}
}

View file

@ -9086,4 +9086,4 @@
"timezone": "UTC",
"type": "ostree/commit"
}
}
}

View file

@ -9514,4 +9514,4 @@
"timezone": "UTC",
"type": "ostree/commit"
}
}
}

View file

@ -5726,4 +5726,4 @@
],
"timezone": "UTC"
}
}
}

View file

@ -9632,4 +9632,4 @@
],
"timezone": "UTC"
}
}
}

View file

@ -9582,4 +9582,4 @@
},
"timezone": "New_York"
}
}
}

View file

@ -10187,4 +10187,4 @@
},
"timezone": "New_York"
}
}
}

View file

@ -10098,4 +10098,4 @@
},
"timezone": "New_York"
}
}
}

View file

@ -8978,4 +8978,4 @@
"timezone": "New_York",
"type": "ostree/commit"
}
}
}

View file

@ -5683,4 +5683,4 @@
},
"timezone": "New_York"
}
}
}

View file

@ -10874,4 +10874,4 @@
},
"timezone": "New_York"
}
}
}

View file

@ -5786,4 +5786,4 @@
},
"timezone": "New_York"
}
}
}

View file

@ -10771,4 +10771,4 @@
},
"timezone": "New_York"
}
}
}

View file

@ -94,6 +94,7 @@ def generate_test_case(test_type, distro, arch, output_format, test_case_request
pass
with open(file_name, 'w') as case_file:
json.dump(test_case, case_file, indent=2)
case_file.write("\n")
CUSTOMIZATIONS_BLUEPRINT = {