From a991fed7e4faa485dc67daf50ba64fe01f83415d Mon Sep 17 00:00:00 2001 From: FUJITA Tomonori Date: Fri, 30 Jun 2017 14:23:03 +0900 Subject: Revert "tests: Separate test files from Ryu module" This reverts commit a67ed2858417b9d795460f05126c01fb0cd344f9. The commit breaks OpenStack neutron dynamic routing. --- tools/normalize_json.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools') diff --git a/tools/normalize_json.py b/tools/normalize_json.py index 7d7fddc9..48243584 100755 --- a/tools/normalize_json.py +++ b/tools/normalize_json.py @@ -17,7 +17,7 @@ # limitations under the License. # usage example: -# for x in ../tests/unit/ofproto/json/**/*.json;do echo $x;./normalize_json.py < $x > xx&& mv xx $x;done +# for x in ../ryu/tests/unit/ofproto/json/**/*.json;do echo $x;./normalize_json.py < $x > xx&& mv xx $x;done import json import sys -- cgit v1.2.3