|
Currently for Testing we are using several approaches which are:
-
- MD-SAL Based suided
- MD-SAL Test deployer - mostly for integration testing and legacy API support, where fully working MD-SAL is deployed
- Set of Abstract*Test used for unit testing of MD-SAL, may be used for unit testing of client code
- AbstractSchemaAwareTest - test which loads yang schema from classpath and instantiates runtime codecs
- AbstractDataBrokerTest - test which instantiates binding broker, dom broker and datastore
- AbstractChangeListenerTest - variation of DataBroker test which has possibility for simple data change event testing
All these are exported as test-jar for sal-binding-broker
Config subsystem based test-suite: mostly u
|