youtubebeat/vendor/github.com/elastic/beats/packetbeat/tests/system/README.md

17 lines
443 B
Markdown
Raw Normal View History

2018-11-18 11:08:38 +01:00
# System tests for Packetbeat
This folder contains the system tests for Packetbeat. The system tests
are written in Python and they make use of the nose framework.
## Running
You need python (>=2.7), virtualenv and pip installed. Then you can prepare
the setup and run all the tests with:
make test
Running a single test, e.g.:
. env/bin/activate
nosetests test_0002_thrift_basics.py:Test.test_thrift_integration