From 203e3a575eea3f5bc4f670e0e5d09a8480c57d0e Mon Sep 17 00:00:00 2001 From: YAMAMOTO Takashi Date: Fri, 1 Nov 2013 14:17:38 +0900 Subject: SubmittingPatches: mention tools/normalize_json.py Signed-off-by: YAMAMOTO Takashi Signed-off-by: FUJITA Tomonori --- SubmittingPatches.rst | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'SubmittingPatches.rst') diff --git a/SubmittingPatches.rst b/SubmittingPatches.rst index 7089c755..afaa3f3b 100644 --- a/SubmittingPatches.rst +++ b/SubmittingPatches.rst @@ -65,6 +65,12 @@ Coding style guide * OpenStack Nova style guide https://github.com/openstack/nova/blob/master/HACKING.rst +* JSON files + Ryu source tree has JSON files under ryu/tests/unit/ofproto/json. + They are used by unit tests. To make patches easier to read, + they are normalized using tools/normalize_json.py. Please re-run + the script before committing changes to these JSON files. + Reference ========= * Python Essential Reference, 4th Edition [Amazon] -- cgit v1.2.3