create telemetry services directory - soon all the telemetry resources functions will be moved there.

This commit is contained in:
Shay Nehmad 2019-08-19 11:41:04 +03:00
parent 73a6cb22b6
commit ba1667372b
4 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ from monkey_island.cc.services.node import NodeService
from monkey_island.cc.encryptor import encryptor
from monkey_island.cc.services.wmi_handler import WMIHandler
from monkey_island.cc.models.monkey import Monkey
from monkey_island.cc.services.zero_trust_tests.antivirus_existence import test_antivirus_existence
from monkey_island.cc.services.telemetry.zero_trust_tests.antivirus_existence import test_antivirus_existence
__author__ = 'Barak'