On Wed, May 22, 2019 at 06:14:53PM +0200, Phil Sutter wrote: > Introduce a new flag -s/--schema to nft-test.py which enables validation > of any JSON input and output against our schema. > > Make use of traceback module to get more details if validation fails. > > Signed-off-by: Phil Sutter <phil@xxxxxx> > --- > Changes since v2: > - Complain if --schema was given but not --json. > > Changes since v1: > - Adjust commit message to changes from RFC. > > Changes since RFC: > - Import builtin traceback module unconditionally > --- Acked-by: Eric Garver <eric@xxxxxxxxxxx>