clixon/test
2018-11-06 14:41:43 +01:00
..
all.sh stream debugging 2018-11-01 21:34:27 +01:00
Jenkinsfile
lib.sh Mem leakage and test update for valgrind 2018-11-06 14:41:43 +01:00
plot_perf.sh
README.md readme 2018-11-04 19:47:14 +01:00
test_cli.sh Mem leakage and test update for valgrind 2018-11-06 14:41:43 +01:00
test_datastore.sh
test_feature.sh Mem leakage and test update for valgrind 2018-11-06 14:41:43 +01:00
test_identity.sh Mem leakage and test update for valgrind 2018-11-06 14:41:43 +01:00
test_install.sh
test_json.sh
test_leafref.sh Mem leakage and test update for valgrind 2018-11-06 14:41:43 +01:00
test_list.sh Mem leakage and test update for valgrind 2018-11-06 14:41:43 +01:00
test_nacm.sh Mem leakage and test update for valgrind 2018-11-06 14:41:43 +01:00
test_nacm_ext.sh Mem leakage and test update for valgrind 2018-11-06 14:41:43 +01:00
test_netconf.sh Mem leakage and test update for valgrind 2018-11-06 14:41:43 +01:00
test_order.sh Mem leakage and test update for valgrind 2018-11-06 14:41:43 +01:00
test_perf.sh Mem leakage and test update for valgrind 2018-11-06 14:41:43 +01:00
test_restconf.sh Mem leakage and test update for valgrind 2018-11-06 14:41:43 +01:00
test_restconf2.sh Mem leakage and test update for valgrind 2018-11-06 14:41:43 +01:00
test_startup.sh Mem leakage and test update for valgrind 2018-11-06 14:41:43 +01:00
test_stream.sh Mem leakage and test update for valgrind 2018-11-06 14:41:43 +01:00
test_type.sh Mem leakage and test update for valgrind 2018-11-06 14:41:43 +01:00
test_when_must.sh Mem leakage and test update for valgrind 2018-11-06 14:41:43 +01:00
test_xml.sh
test_xpath.sh
test_yang.sh Mem leakage and test update for valgrind 2018-11-06 14:41:43 +01: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