aboutsummaryrefslogtreecommitdiffstats
path: root/lib/common_test/test/common_test.spec
AgeCommit message (Collapse)Author
2012-08-17[common_test] Move ct_netconfc_SUITE into datadir and run with ct_test_supportSiri Hansen
2012-08-17[common_test] Add netconf client, ct_netconfcSiri Hansen
The netconf client supports basic netconf functionality over SSH. In order to allow testing of both success and failure cases, it is intentionally written to allow non-standard behavior. In order for the netconf client to use the generic connection mechanism in common_test, ct_gen_conn has been updated to be more flexible: Added options: {reconnect,bool()} {forward_messages,bool()} {use_existing_connection,bool()} Allow handle_msg to return {reply,Reply,State} | {noreply,State} | {stop,Reply,State} If forward_messages==true, the ct_gen_conn callback must also implement: handle_msgs(Msg,State) -> {noreply,State} | {stop,State}
2011-02-17Update all test specsLukas Larsson
2011-02-17Common test spec fixLukas Larsson
2010-02-17OTP-8311: Various updates and fixes in Common Test and Test ServerPeter Andersson