

This directory contains tests for the base-schedule module.  Run the tests
by executing the RUN_TESTS script on the target platform.  Zero exit status
is success.


01_test: Basic

Create a disabled schedule, ensure it was correctly added, and delete it.
Also tests modification via the create handler.


02_test: On/Off

A simple action is created and allowed to run once.  It is
then turned off and it is verified that it does not run again.


03_test: Create parameter checking

Create Schedule objects with valid and invalid property values to perform
parameter boundary tests.


04_test: Modification parameter checking

Modify Schedule objects with valid and invalid property values to perform
parameter boundary tests.


