clixon/test
2018-06-14 20:20:21 +02:00
..
all.sh Change internal protocol from clicon_proto.h to netconf. 2017-03-25 11:10:50 +01:00
Jenkinsfile Jenkins pipeline file 2018-06-14 20:20:21 +02:00
lib.sh * Support for YANG identity and identityref according to RFC 7950 Sec 7.18 and 9.10 2018-06-03 15:36:05 +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 * Added -U <user> command line to clixon_cli and clixon_netconf for NACM pseudo-user tests 2018-06-07 21:34:52 +02:00
test_auth_ext.sh replace obsolete cvec_find_var with cvec_find 2018-06-08 15:54:43 +02:00
test_cli.sh * Added xmlns validation 2018-06-05 09:42:11 +02:00
test_datastore.sh * Support for YANG identity and identityref according to RFC 7950 Sec 7.18 and 9.10 2018-06-03 15:36:05 +02:00
test_identity.sh * Added -U <user> command line to clixon_cli and clixon_netconf for NACM pseudo-user tests 2018-06-07 21:34:52 +02: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 * Support for YANG identity and identityref according to RFC 7950 Sec 7.18 and 9.10 2018-06-03 15:36:05 +02:00
test_netconf.sh CDATA Encode and decode (parsing) support 2018-06-13 22:55:46 +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 * Support for YANG identity and identityref according to RFC 7950 Sec 7.18 and 9.10 2018-06-03 15:36:05 +02:00
test_restconf2.sh * Support for YANG identity and identityref according to RFC 7950 Sec 7.18 and 9.10 2018-06-03 15:36:05 +02:00
test_startup.sh * Support for YANG identity and identityref according to RFC 7950 Sec 7.18 and 9.10 2018-06-03 15:36:05 +02:00
test_type.sh Validation of yang bits type space-separated list value 2018-06-10 10:41:06 +02:00
test_yang.sh * Support for YANG identity and identityref according to RFC 7950 Sec 7.18 and 9.10 2018-06-03 15:36:05 +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