]> git.puffer.fish Git - matthieu/frr.git/commit
tests: Convert d1 and d2 to output and expected in gen_json_diff_report
authorDonald Sharp <sharpd@nvidia.com>
Mon, 31 Jul 2023 12:45:50 +0000 (08:45 -0400)
committerDonald Sharp <sharpd@nvidia.com>
Tue, 1 Aug 2023 11:57:16 +0000 (07:57 -0400)
commit369bdcaa1edf79215229ad3069e2b6060cb2c3ee
tree0cc45817b257364dcac745ccf65751e11aee6a89
parent29848dbe984e4622e0c8173bb88988f6e8ec858e
tests: Convert d1 and d2 to output and expected in gen_json_diff_report

The output of gen_json_diff_report is used all over the place and
it outputs d1 and d2.  Let's change this to output and expected
as that is how it is used.  Should help with debugging.

Signed-off-by: Donald Sharp <sharpd@nvidia.com>
tests/topotests/lib/topotest.py