icingabeat/tests/system/icingabeat.py
2016-12-02 11:51:44 +01:00

12 lines
332 B
Python

import sys
sys.path.append('../../vendor/github.com/elastic/beats/libbeat/tests/system')
from beat.beat import TestCase
class BaseTest(TestCase):
@classmethod
def setUpClass(self):
self.beat_name = "icingabeat"
self.build_path = "../../build/system-tests/"
self.beat_path = "../../icingabeat.test"