clixon/test
2018-04-29 18:35:06 +02:00
..
all.sh Change internal protocol from clicon_proto.h to netconf. 2017-03-25 11:10:50 +01:00
lib.sh Some memleaks and last minute 3.6 release changes. 2018-04-29 18:35:06 +02:00
plot_perf.sh restconf performance test 2018-01-27 14:46:53 +01:00
README.md Some memleaks and last minute 3.6 release changes. 2018-04-29 18:35:06 +02:00
test_auth.sh * plugin_start() callbacks added for restconf 2018-04-24 17:43:19 +02:00
test_auth_ext.sh * plugin_start() callbacks added for restconf 2018-04-24 17:43:19 +02:00
test_cli.sh Showing syntax using CLI commands was broekn and is fixed. 2018-04-22 21:36:55 +02:00
test_datastore.sh * Proper RFC 6241 Netconf error handling 2018-03-18 18:06:02 +00:00
test_install.sh Making the tests self-contained wrt config file and lib.sh creating test scratch dir. 2018-01-07 17:56:33 +01:00
test_leafref.sh The Clixon example has changed name from routing to example affecting all config files, plugins, tests, etc. 2018-04-02 13:18:47 +02:00
test_netconf.sh Showing syntax using CLI commands was broekn and is fixed. 2018-04-22 21:36:55 +02:00
test_order.sh The Clixon example has changed name from routing to example affecting all config files, plugins, tests, etc. 2018-04-02 13:18:47 +02:00
test_perf.sh The Clixon example has changed name from routing to example affecting all config files, plugins, tests, etc. 2018-04-02 13:18:47 +02:00
test_restconf.sh Replacing remaining badrequest() with proper restconf error msg. 2018-04-22 20:13:54 +02:00
test_restconf2.sh Replacing remaining badrequest() with proper restconf error msg. 2018-04-22 20:13:54 +02:00
test_startup.sh The Clixon example has changed name from routing to example affecting all config files, plugins, tests, etc. 2018-04-02 13:18:47 +02:00
test_type.sh Fixed issue https://github.com/clicon/clixon/issues/17 special character in strings can break RPCs 2018-04-21 16:32:46 +02:00
test_yang.sh The Clixon example has changed name from routing to example affecting all config files, plugins, tests, etc. 2018-04-02 13:18:47 +02: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_auth.sh Auth tests using internal NACM
  • test_auth_ext.sh Auth tests using external NACM
  • 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