clixon/test
2017-07-19 09:26:56 +02:00
..
all.sh Change internal protocol from clicon_proto.h to netconf. 2017-03-25 11:10:50 +01:00
clixon test 2017-03-06 19:40:39 +01:00
lib.sh Generic map_str2int generic mapping tables; Removed vector return values from xmldb_get() 2017-06-21 21:02:09 +02:00
README.md docs 2017-05-07 19:03:10 +02:00
test1.sh - removed api_path extension from internal netconf 2017-05-30 21:57:06 +02:00
test2.sh Added new backend plugin callback: plugin_statedata() for getting state data; Added generic xml_merge() function. 2017-07-05 12:30:42 +02:00
test3.sh rest memleak 2017-06-07 20:23:38 +02:00
test4.sh Added new backend plugin callback: plugin_statedata() for getting state data; Added generic xml_merge() function. 2017-07-05 12:30:42 +02:00
test5.sh Added state data 2017-07-01 17:42:39 +02:00
test6.sh Added new backend plugin callback: plugin_statedata() for getting state data; Added generic xml_merge() function. 2017-07-05 12:30:42 +02:00
test7.sh Added completion for generated cli leafrefs for both absolute and relatve paths. 2017-07-19 09:26:56 +02:00

Clixon tests

This directory contains testing code for clixon and the example routing application:

  • clixon A top-level script clones clixon in /tmp and starts all.sh. You can copy this file (review it first) and place as cron script
  • all.sh Run through all tests named 'test*.sh' in this directory. Therefore, if you place a test in this directory matching 'test*.sh' it will be run automatically.
  • test1.sh CLI tests
  • test2.sh Netconf tests
  • test3.sh Restconf tests
  • test4.sh Yang tests
  • test5.sh Datastore tests