mirror_frr/tests
Rafael Zalamena a40daddc4c topogen: added JSON output support for vtysh_cmd
Allow vtysh_cmd() to convert JSON output to Python data structures.
This feature will be used to get vtysh JSON outputs for tests
comparsions.

Usage example:

```py
router = get_topogen().gears['r1']
json_output = router.vtysh_cmd('show ip ospf json', isjson=True)
json_cmp(json_output, {'important_key': 'important_value'})
```
2018-11-27 20:22:11 -05:00
..
bgpd Merge pull request #3051 from mitch-skiba/addpath_change_V1 2018-11-13 09:20:22 -05:00
helpers lib: introduce new northbound API 2018-10-27 16:16:12 -02:00
isisd tests: Verify correct operation of lsp_build_list_nonzero_ht 2018-11-12 12:24:10 +01:00
lib lib: Implement an allocator for 32 bit ID numbers 2018-11-09 21:50:34 +00:00
ospf6d build: non-recursive tests 2018-09-08 21:26:54 +02:00
topotests topogen: added JSON output support for vtysh_cmd 2018-11-27 20:22:11 -05:00
.gitignore Merge pull request #3051 from mitch-skiba/addpath_change_V1 2018-11-13 09:20:22 -05:00
Makefile build: non-recursive tests 2018-09-08 21:26:54 +02:00
pytest.ini tests: Exclude topotests from consideration 2018-11-27 20:22:10 -05:00
runtests.py tests: add pytest testrunners 2017-02-13 17:43:47 +01:00
subdir.am Merge pull request #3051 from mitch-skiba/addpath_change_V1 2018-11-13 09:20:22 -05:00
test_lblmgr.c *: Replace zclient_new with zclient_new_notify 2018-11-12 09:16:23 -05:00