Gitiles
Code Review
Sign In
gerrit.cesnet.cz
/
github
/
CESNET
/
libyang
/
db6b166d71642e3f65d29cfa41ba27e142db9efc
/
tests
ff59930
tests BUGFIX forgotten file commited
by Michal Vasko
· 8 years ago
b15cae2
printers & data tree CHANGE print and validate inline notifications
by Michal Vasko
· 8 years ago
c16f841
tests CHANGE temporarily not test yang
by Michal Vasko
· 8 years ago
1a4a1c8
tests FEATURE test for modules conformance
by Radek Krejci
· 8 years ago
54d5352
tests CHANGE merge tests extended
by Michal Vasko
· 8 years ago
27fe55e
all CHANGE follow conformance mechanism described in YANg 1.1
by Radek Krejci
· 8 years ago
cdb9017
data treee CHANGE lyd_validate variable argument now mandatory
by Michal Vasko
· 8 years ago
da5ee5e
tests BUGFIX reflect changes in lyd_validate API
by Radek Krejci
· 8 years ago
e24bd9b
Merge branch 'devel' of https://github.com/CESNET/libyang into devel
by Radek Krejci
· 8 years ago
f835dbc
tests CHANGE empty type in union (YANG 1.1)
by Radek Krejci
· 8 years ago
aa2d5a8
tests CHANGE leafrefs in union (YANG 1.1)
by Radek Krejci
· 8 years ago
6b44d71
libyang FEATURE xpath evaluation outside rpc/action/reply subtree
by Michal Vasko
· 8 years ago
d186567
tests BUGFIX use lyd_free_withsiblings() instead of lyd_free() to free the complete data tree
by Radek Krejci
· 8 years ago
76b4d7d
tests CHANGE add new tests covering lyd_replace()
by Radek Krejci
· 8 years ago
b2f40be
resolve BUGFIX instid prefixes are always mandatory
by Michal Vasko
· 8 years ago
0148458
change wrong license in tests
by Luka Perkov
· 8 years ago
832568e
tests CHANGE old test removed
by Michal Vasko
· 8 years ago
f06fb5b
libyang REFACTOR 2 functions renamed
by Michal Vasko
· 8 years ago
46a4bf9
schema tree NEW lys_xpath_node function
by Michal Vasko
· 8 years ago
4961daf
Merge branch 'devel' of https://github.com/CESNET/libyang into devel
by Radek Krejci
· 8 years ago
5f001dd
tests CHANGE reflect recent changes in libyang behaviour
by Radek Krejci
· 8 years ago
a1c33bf
data tree CHANGE improve lyd_insert(), lyd_insert_after() and lyd_insert_before()
by Radek Krejci
· 8 years ago
7ce6f49
tests CHANGE ietf-snmp-community module errata applied
by Michal Vasko
· 8 years ago
99d737f
diff CHANGE add new mode for lyd_diff() to take default values into account
by Radek Krejci
· 8 years ago
4d5cd0d
tests CHANGE extend defaults testing model with leaf-list default values
by Radek Krejci
· 8 years ago
2d8bb73
tests CHANGE add tests for with-defaults TRIM mode
by Radek Krejci
· 8 years ago
46180b5
with defaults CHANGE rewrite default values handling
by Radek Krejci
· 8 years ago
3e4f645
Merge branch 'devel' into leaflistdefaults
by Radek Krejci
· 8 years ago
a95db14
tests NEW YANG 1.1 functions
by Michal Vasko
· 8 years ago
1623c7d
Merge branch 'devel' into leaflistdefaults
by Radek Krejci
· 8 years ago
91aaad1
tests CHANGE lyd_new_path api change
by Michal Vasko
· 8 years ago
62259ab
tests NEW when YANG 1.1 evaluation
by Michal Vasko
· 8 years ago
4582601
data trees CHANGE anydata/anyxml content handling
by Radek Krejci
· 8 years ago
bf2abff
all CHANGE basic support for anydata
by Radek Krejci
· 8 years ago
709a9a6
tests CHANGE add basic tests for default in leaf-list
by Radek Krejci
· 8 years ago
7c0f925
test CHANGE bits/enumeration restriction in YANG 1.1 (yang format)
by Pavol Vican
· 8 years ago
497146e
test IF-FEATURE in identity, enum and bit statements
by Pavol Vican
· 8 years ago
4026ad6
perf UPDATE reflect API changes in performance tests
by Radek Krejci
· 8 years ago
198d596
Merge branch 'identitybases' into devel
by Radek Krejci
· 8 years ago
5d50bbf
tests FEATURE test for multible bases in identity definition
by Radek Krejci
· 8 years ago
0d23e7a
yin parser CHANGE support for modifier substatement of pattern statement
by Radek Krejci
· 8 years ago
f1ee2e2
yin parser, validation CHANGE if-feature in identity, enum, bit
by Radek Krejci
· 8 years ago
bf3f7e4
tests CHANGE cover bits/enumeration restriction in YANG 1.1
by Radek Krejci
· 8 years ago
042c9f2
Merge branch 'global_imports' into devel
by Radek Krejci
· 8 years ago
777d687
devel tools FEATURE simple code to print sizes of structures
by Radek Krejci
· 8 years ago
89563fc
parser CHANGE do not publish imports to other modules
by Michal Vasko
· 8 years ago
c3ec064
tests FEATURE base test for feature and if-feature evaluation
by Radek Krejci
· 8 years ago
74677f1
tests BUGFIX correct expected tree printer output
by Radek Krejci
· 8 years ago
5d63140
Merge branch 'master' into devel
by Michal Vasko
· 8 years ago
3a0cabb
build BUGFIX add correct cmacka include paths for tests build
by Radek Krejci
· 8 years ago
deedd45
tests BUGFIX yin and yang formats of the model were not same
by Radek Krejci
· 8 years ago
71d5183
Merge branch 'master' into devel
by Radek Krejci
· 8 years ago
f7b3181
tests BUGFIX correct input file for testing action parsing
by Radek Krejci
· 8 years ago
9ff0a92
schema parsers CHANGE reimplement YANg 1.1 if-feature
by Radek Krejci
· 8 years ago
1560f5e
tests FEATURE added actions to all tests
by Michal Vasko
· 8 years ago
c5c26b0
parsers FEATURE if-feature Y1.1 expressions
by Michal Vasko
· 8 years ago
f4f1fbe
tests FEATURE merge test
by Michal Vasko
· 8 years ago
1848e4f
tests CHANGE json test extended with numbers
by Michal Vasko
· 8 years ago
804279d
tests FEATURE add some tests about including submodules
by Radek Krejci
· 8 years ago
94f251d
schema parser BUGFIX incorrect length of filename when searching for schema file
by Radek Krejci
· 8 years ago
2786283
tests BUGFIX correct expected result in tree_schema test
by Radek Krejci
· 8 years ago
02b58b1
tests MAINTENANCE remove old revision of ietf-yang-types module
by Radek Krejci
· 8 years ago
3820692
tests FEATURE test importing modules in schemas
by Radek Krejci
· 8 years ago
62301fb
test_ietf MAINTENANCE remove empty line
by Radek Krejci
· 8 years ago
d3f28c6
Merge branch 'set_optimization'
by Radek Krejci
· 8 years ago
be90a90
data tree FEATURE new lyd_validate_leafref() function
by Radek Krejci
· 8 years ago
09891a2
ly_set OPTIMIZE allow optimized use of ly_set
by Radek Krejci
· 8 years ago
bf70464
tests BUGFIX memory leaks
by Michal Vasko
· 8 years ago
035eaf1
tests FEATURE refine, revision simple tests
by Michal Vasko
· 9 years ago
da6ea1e
tests FEATURE typedef schema tests
by Michal Vasko
· 9 years ago
4c3bc11
diff CHANGE accept NULL for first and second in lyd_diff()
by Radek Krejci
· 9 years ago
2ff3eb7
tests FEATURE more deviation tests
by Michal Vasko
· 9 years ago
d54f64f
Merge branch 'master' of https://github.com/CESNET/libyang
by Pavol Vican
· 9 years ago
327508e
test CHANGE uncomment test - test_parse_print_yang
by Pavol Vican
· 9 years ago
a4b9e9a
Merge branch 'diff'
by Radek Krejci
· 9 years ago
b8c1f20
tests MAINTENANCE an assert added
by Michal Vasko
· 9 years ago
83b5942
tests OPTIMIZE rpc not needed globally
by Michal Vasko
· 9 years ago
7f92345
tests FEATURE parse & print of XML & JSON data
by Michal Vasko
· 9 years ago
2e2a90c
tests FEATURE yin & yang parsing
by Michal Vasko
· 9 years ago
3c0f9f5
resolve BUGFIX another shorthand path fix
by Michal Vasko
· 9 years ago
5e7c63f
tests CHANGE addition tests for lyd_diff()
by Radek Krejci
· 9 years ago
df2b8a2
tests FEATURE json parse simple test
by Michal Vasko
· 9 years ago
09b1bed
tests FEATURE context tests extended a bit
by Michal Vasko
· 9 years ago
a8a76ad
tests FEATURE context tests added/updated
by Michal Vasko
· 9 years ago
fb6b8f0
tests MAINTENANCE unused code removed
by Michal Vasko
· 9 years ago
65578ab
tests FEATURE new xpath union test
by Michal Vasko
· 9 years ago
135bc48
tests FEATURE xpath union tests
by Michal Vasko
· 9 years ago
b1fb497
tests FEATURE xpath tests
by Michal Vasko
· 9 years ago
a453baa
tests FEATURE default value test for RPC, RPC reply, and notification
by Michal Vasko
· 9 years ago
2bd0018
data tree CHANGE keep the original API for now
by Michal Vasko
· 9 years ago
98a5a74
data tree CHANGE rpc reply includes top RPC data element
by Michal Vasko
· 9 years ago
29cb50d
node set CHANGE return information about found duplicity in ly_set_add()
by Radek Krejci
· 9 years ago
e036703
log BUGFIX missing predicate for leaflist in path
by Radek Krejci
· 9 years ago
87df411
diff test CHANGE reflect changes of diff implementation
by Radek Krejci
· 9 years ago
0d531f9
tests FEATURE basic test for lyd_diff()
by Radek Krejci
· 9 years ago
6d53828
data FEATURE lyd_path() function
by Radek Krejci
· 9 years ago
6d73c44
Merge branch 'bugfixes'
by Radek Krejci
· 9 years ago
afcd243
tests BUGFIX reflect possible symlinks in path to schema files
by Radek Krejci
· 9 years ago
d3219de
tests CHANGE modified based on recent changes
by Michal Vasko
· 9 years ago
fa5610d
BUGFIX adding default nodes in subtrees disabled by YANG feature
by Radek Krejci
· 9 years ago
Next »