forked from sonata-nfv/tng-sdk-benchmark
-
Notifications
You must be signed in to change notification settings - Fork 6
Unittest
Avi Mehenwal edited this page Nov 25, 2019
·
1 revision
3 available frameworks
- unittest
- pytest - test runner
- nose
Use pytest to run test code in unittest format
pytest --show-capture all -s \
src/tngsdk/benchmark/tests/test_osm_pdriver \
-k 'test_cmdlineargs_updating_args_object'
tng-bench --generator osm