summaryrefslogtreecommitdiffhomepage
path: root/SubmittingPatches.rst
diff options
context:
space:
mode:
authorYAMAMOTO Takashi <yamamoto@valinux.co.jp>2013-11-01 14:17:38 +0900
committerFUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>2013-11-03 14:31:23 +0900
commit203e3a575eea3f5bc4f670e0e5d09a8480c57d0e (patch)
tree893a994f39f8294cacbc4232d7ac4a1b5dc330ac /SubmittingPatches.rst
parentccaa4ecf3d33bab271073cee2510bf9bcfcffbef (diff)
SubmittingPatches: mention tools/normalize_json.py
Signed-off-by: YAMAMOTO Takashi <yamamoto@valinux.co.jp> Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
Diffstat (limited to 'SubmittingPatches.rst')
-rw-r--r--SubmittingPatches.rst6
1 files changed, 6 insertions, 0 deletions
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]