diff --git a/tests_e2e/tests/scripts/extension_workflow-assert_operation_sequence.py b/tests_e2e/tests/scripts/extension_workflow-assert_operation_sequence.py index 8891037fa5..d01d27799d 100755 --- a/tests_e2e/tests/scripts/extension_workflow-assert_operation_sequence.py +++ b/tests_e2e/tests/scripts/extension_workflow-assert_operation_sequence.py @@ -36,8 +36,6 @@ DELIMITER = ";" OPS_FILE_DIR = "/var/log/azure/Microsoft.Azure.TestExtensions.Edp.GuestAgentDcrTest/" -# In general most of the distros use the above directory for extension log logging except RHEL-69, -# they use the 2nd File pattern (i.e. /var/log/azure/{ext-publisher-type}/{version}/extensions.log) OPS_FILE_PATTERN = ["operations-%s.log", "%s/operations-%s.log"] MAX_RETRY = 5 SLEEP_TIMER = 30