clixon/test
2017-08-03 22:35:02 +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 mem leak 2017-08-01 19:39:19 +02:00
README.md Added support for yang presence and no-presence containers. 2017-07-23 12:59:02 +02:00
test_cli.sh cli_copy config bug; allow non-api-path expand_dbvar() 2017-08-03 22:35:02 +02:00
test_datastore.sh Added support for yang presence and no-presence containers. 2017-07-23 12:59:02 +02:00
test_leafref.sh Added xpath support for predicate: current(); added by-reference return for schema_nodeid functions; prototype enum2int function 2017-07-30 11:00:02 +02:00
test_netconf.sh restconf RPC 2017-07-30 16:16:10 +02:00
test_restconf.sh mem leak 2017-08-01 19:39:19 +02:00
test_type.sh Added xpath support for predicate: current(); added by-reference return for schema_nodeid functions; prototype enum2int function 2017-07-30 11:00:02 +02:00
test_yang.sh fixed empty cli gen err 2017-07-27 12:09:57 +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.
  • test_cli.sh CLI tests
  • test_netconf.sh Netconf tests
  • test_restconf.sh Restconf tests
  • test_yang.sh Yang tests for constructs not in the example.
  • test_leafref.sh Yang leafref tests
  • test_datastore.sh Datastore tests