From 4a5d5353274fb866f6e7ff193ec02d630468bda1 Mon Sep 17 00:00:00 2001 From: Shreya Date: Thu, 14 Jan 2021 18:27:49 +0530 Subject: [PATCH] Oops --- .../network/test_postgresql_fingerprint.py | 24 ------------------- 1 file changed, 24 deletions(-) diff --git a/monkey/infection_monkey/network/test_postgresql_fingerprint.py b/monkey/infection_monkey/network/test_postgresql_fingerprint.py index 87f7e01af..101377cf0 100644 --- a/monkey/infection_monkey/network/test_postgresql_fingerprint.py +++ b/monkey/infection_monkey/network/test_postgresql_fingerprint.py @@ -73,30 +73,6 @@ EXAMPLE_EXCEPTIONS_WITH_EXPECTED_RESULTS =\ ] } -# EXPECTED_RESULTS =\ -# [ - # [RESULT_STRINGS['ssl_not_conf'], - # RESULT_STRINGS['all_non_ssl']], # SSL not configured, all non-SSL allowed - - # [RESULT_STRINGS['ssl_not_conf'], - # RESULT_STRINGS['selected_non_ssl']], # SSL not configured, selected non-SSL allowed - - # [RESULT_STRINGS['ssl_conf'], - # RESULT_STRINGS['all_ssl'], - # RESULT_STRINGS['all_non_ssl']], # all SSL allowed, all non-SSL allowed - - # [RESULT_STRINGS['ssl_conf'], - # RESULT_STRINGS['all_ssl'], - # RESULT_STRINGS['selected_non_ssl']], # all SSL allowed, selected non-SSL allowed - - # [RESULT_STRINGS['ssl_conf'], - # RESULT_STRINGS['selected_ssl'], - # RESULT_STRINGS['all_non_ssl']], # selected SSL allowed, all non-SSL allowed - - # [RESULT_STRINGS['ssl_conf'], - # RESULT_STRINGS['only_selected']] # selected SSL allowed, selected non-SSL allowed - # ] # don't change order! - class TestPostgreSQLFinger(TestCase): def test_is_relevant_exception(self):