From c4ce40d95dc27d10b6bb6f4a23d26cfd359387ad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=81lvaro=20Neira=20Ayuso?= Date: Thu, 25 Jul 2013 22:52:24 +0200 Subject: tests: table: test json parsing support Test the functions for parsing tables in JSON Support Signed-off-by: Alvaro Neira Ayuso Signed-off-by: Pablo Neira Ayuso --- tests/jsonfiles/01-table.json | 1 + 1 file changed, 1 insertion(+) create mode 100644 tests/jsonfiles/01-table.json (limited to 'tests/jsonfiles/01-table.json') diff --git a/tests/jsonfiles/01-table.json b/tests/jsonfiles/01-table.json new file mode 100644 index 0000000..ec496b9 --- /dev/null +++ b/tests/jsonfiles/01-table.json @@ -0,0 +1 @@ +{"table" : {"name" : "filter","version" : 0,"properties" : {"family" : "ip","table_flags" : 0}}} -- cgit v1.2.3