monkey/monkey/tests
Shreya Malviya 452028f221 UT: Replace Hadoop with MSSQL in test data
Previously, in the UT data, Hadoop had only windows in the
"supported_os" field in the config. Now that that field is stripped out
from the config, the supported OSes are picked up from the main code
(from `SUPPORTED_OS` in the master's `Exploiter` class) which has both
winodws and linux for Hadoop. This caused the tests to fail.

This commit changes the UT data to include the MSSQL exploiter (windows
only) instead of the Hadoop exploiter. The tests pass now.
2022-06-23 08:10:56 -07:00
..
common UT: Remove `supported_os` for exploiters from all tests 2022-06-22 09:10:47 -07:00
data_for_tests UT: Remove `supported_os` for exploiters from all tests 2022-06-22 09:10:47 -07:00
monkey_island UT: Move OpenErrorFileRepository into tests/monkey_island 2022-06-21 09:35:23 -04:00
profiling Moved unit test files and profiling test decorator into test directory away from production code 2021-05-19 09:42:15 +03:00
unit_tests UT: Replace Hadoop with MSSQL in test data 2022-06-23 08:10:56 -07:00
__init__.py Added init files to test directories so that conftest files could import fixtures 2021-05-20 10:30:10 +03:00
utils.py Common: Move get_all_regular_files_in_directory() to utils.file_utils 2022-04-25 12:32:59 -04:00