Skip to content

plume-design/opensync-fut-base

Repository files navigation

FUT - Functional Unit Testing

FUT is a cloudless, white box integration testing framework for verifying the OpenSync stack integration on your device.

FUT code and configuration consists of several git repositories, see the user manual chapter Directory and repository structure.

Features

  • Cloudless: your OpenSync device does not need a connection to any cloud services. Testing is self-contained and can be executed during integration of the OpenSync stack into the device firmware.
  • White box: access to the OpenSync device allows FUT to verify the internal structures and implementation, as well as the device functionality.
  • Portable: using containerization, the framework execution environment does not require special setup by the user. By implementing test cases in shell, and the framework in python, testing is possible on most Linux-based devices.
  • Configurable: the scope of testing (the test plan) can easily be configured by the user. The device model present in the test environment is configurable as well.
  • Extendable: Adding test scripts or adding different input parameters to the test run is possible. Most OpenSync devices are able to run FUT, even those not supported out-of-the-box. Adding support is easy for the user.
  • Informative: extensive logging and reporting capabilities provide detailed insight into the steps of each test and ease debugging effort.

Documentation

It is recommended to read the documentation and review release notes of the latest version before executing test cases.