clixon/test
2017-05-07 17:38:43 +02: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 datastore text works with replace 2017-04-17 19:47:32 +02:00
README.md Preparing for 3.3.0 2017-05-07 17:38:43 +02:00
test1.sh Refined netconf none semantics in tests and text datastore 2017-05-01 12:46:09 +02:00
test2.sh Refined netconf none semantics in tests and text datastore 2017-05-01 12:46:09 +02:00
test3.sh restconf dont support patch and put fully 2017-05-06 14:32:04 +02:00
test4.sh text datastore full tests 2017-04-24 13:00:31 +02:00
test5.sh Refined netconf none semantics in tests and text datastore 2017-05-01 12:46:09 +02:00

CLixon tests

This directory contains testing code for clixon and the example routing application:

  • clixon A top-level script clones clixon in /tmp and starts all.sh. You can copy this file (review it) 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.
  • test1.sh CLI tests
  • test2.sh Netconf tests
  • test3.sh Restconf tests
  • test4.sh Yang tests
  • test5.sh Datastore tests