clixon/test
2018-01-06 13:42:53 +01: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 Optimized search performance for large lists by sorting and binary search 2017-12-27 11:34:47 +01:00
README.md Migrated to XML configure file. 2017-10-01 12:33:12 +02:00
test_cli.sh Added CLICON_XMLDB_PRETTY option. If set to false, XML database files will be more compact. 2017-12-29 18:09:26 +01:00
test_datastore.sh Added support for yang presence and no-presence containers. 2017-07-23 12:59:02 +02:00
test_install.sh * The following backward compatible options to configure have been obsoleted. If you havent already migrated this code you must do this now. 2018-01-01 14:48:57 +01:00
test_leafref.sh Corrected "No yang spec" printed on tty on leafref CLI usage 2018-01-06 13:40:14 +01:00
test_netconf.sh test: removed exit:s and printed backend start options 2018-01-06 13:42:53 +01:00
test_order.sh Added CLICON_XMLDB_PRETTY option. If set to false, XML database files will be more compact. 2017-12-29 18:09:26 +01:00
test_perf.sh test: removed exit:s and printed backend start options 2018-01-06 13:42:53 +01:00
test_restconf.sh test: removed exit:s and printed backend start options 2018-01-06 13:42:53 +01:00
test_startup.sh test: removed exit:s and printed backend start options 2018-01-06 13:42:53 +01:00
test_type.sh test: removed exit:s and printed backend start options 2018-01-06 13:42:53 +01:00
test_yang.sh Added CLICON_XMLDB_PRETTY option. If set to false, XML database files will be more compact. 2017-12-29 18:09:26 +01:00

Clixon tests

This directory contains testing code for clixon and the example routing application. Assumes setup of http daemon as describe under apps/restonf

  • 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