tree: bb0016c35f3e97efaa9d31add8a1eb761ae7f79e [path history] [tgz]
  1. README.md
  2. __init__.py
  3. common/
  4. extensions/
  5. kafka/
test/unit/README.md

VOLTHA TESTS

Currently only unit tests are supported by the PyVoltha package

  • Unit Tests
    • These tests exercise the smallest testable parts of the code. They are designed to be fully automated and can be executed by a build machine (e.g. Jenkins).

This document focuses on running the unit tests only.

Running the utests
  • Triggering all the utests as a batch run: Unit tests under voltha can be run as follows:
cd /pyvoltha/
. ./env.sh
make utest