clixon/test
Olof hagsand c1b8921766 readme
2018-11-04 19:47:14 +01:00
..
all.sh stream debugging 2018-11-01 21:34:27 +01:00
Jenkinsfile Jenkinsfile sudo 2018-06-17 23:12:39 +02:00
lib.sh Fork fcgi handler for streams 2018-11-04 14:46:15 +01:00
plot_perf.sh restconf performance test 2018-01-27 14:46:53 +01:00
README.md readme 2018-11-04 19:47:14 +01:00
test_cli.sh * YANG Features 2018-10-10 20:11:20 +02:00
test_datastore.sh * Makefile change: Removed the make include file: clixon.mk and clixon.mk.in 2018-07-22 18:33:13 +02:00
test_feature.sh schema resource conformance-type 2018-10-27 16:16:54 +02:00
test_identity.sh * Generilized top-level yang parsing functions 2018-10-07 11:04:33 +02:00
test_install.sh * Makefile change: Removed the make include file: clixon.mk and clixon.mk.in 2018-07-22 18:33:13 +02:00
test_json.sh memleaks 2018-07-20 23:16:26 +02:00
test_leafref.sh memleaks 2018-07-20 23:16:26 +02:00
test_list.sh Fixed https://github.com/clicon/clixon/issues/46 Issue with empty values in leaf-list 2018-10-27 17:06:08 +02:00
test_nacm.sh readme 2018-11-04 19:47:14 +01:00
test_nacm_ext.sh readme 2018-11-04 19:47:14 +01:00
test_netconf.sh * No space after ampersand escaped characters in XML https://github.com/clicon/clixon/issues/52 2018-10-29 21:41:16 +01:00
test_order.sh 3.8.0.PRE preparations and 2018-07-22 21:29:21 +02:00
test_perf.sh * clixon_restconf and clixon_netconf now take -D <level> as command-line option\ 2018-08-03 13:24:41 +02:00
test_restconf.sh schema resource conformance-type 2018-10-27 16:16:54 +02:00
test_restconf2.sh * Generilized top-level yang parsing functions 2018-10-07 11:04:33 +02:00
test_startup.sh Dedicated xml,json,yang and xsl parser utility programs added 2018-06-17 19:40:06 +02:00
test_stream.sh YANG keywords "action" and "belongs-to" implemented by syntactically by parser (but not proper semantics). 2018-11-04 18:36:55 +01:00
test_type.sh memleaks 2018-07-20 23:16:26 +02:00
test_when_must.sh memleaks 2018-07-20 23:16:26 +02:00
test_xml.sh * No space after ampersand escaped characters in XML https://github.com/clicon/clixon/issues/52 2018-10-29 21:41:16 +01:00
test_xpath.sh memleaks 2018-07-20 23:16:26 +02:00
test_yang.sh Fixed https://github.com/clicon/clixon/issues/46 Issue with empty values in leaf-list 2018-10-27 17:06:08 +02:00
test_yang_parse.sh YANG keywords "action" and "belongs-to" implemented by syntactically by parser (but not proper semantics). 2018-11-04 18:36:55 +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_nacm.sh Auth tests using internal NACM
  • test_nacm_ext.sh Auth tests using external NACM (separate file)
  • 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