flag.StringVar(&readFileContentPath,"file_content","","Path to read the file content from")
flag.StringVar(&readFileContentPath,"file_content","","Path to read the file content from")
flag.StringVar(&readFileContentInLoopPath,"file_content_in_loop","","Path to read the file content in loop from")
flag.StringVar(&readFileContentInLoopPath,"file_content_in_loop","","Path to read the file content in loop from")
flag.IntVar(&retryDuration,"retry_time",180,"Retry time during the loop")
flag.IntVar(&retryDuration,"retry_time",180,"Retry time during the loop")
flag.BoolVar(&breakOnExpectedContent,"break_on_expected_content",true,"Break out of loop on expected content, (use with --file_content_in_loop flag only)")
}
}
// This program performs some tests on the filesystem as dictated by the
// This program performs some tests on the filesystem as dictated by the