[Stress] Remove --env_conf at all after deprecation (#1582)

This commit is contained in:
Vitaliy Urusovskij 2020-08-03 12:58:27 +03:00 committed by GitHub
parent d946f6cfde
commit f8513d8fd3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 0 additions and 24 deletions

View File

@ -24,14 +24,6 @@ static const char test_conf_message[] = "Optional. Path to a test config with de
/// test_conf is an optional parameter
DEFINE_string(test_conf, OS_PATH_JOIN({"stress_tests_configs", "memcheck_tests", "test_config.xml"}), test_conf_message);
// TODO: env_conf key is deprecated
/// @brief message for env_config argument
static const char env_conf_message[] = "Optional. Path to an env config with paths to models etc.";
/// @brief Define parameter for set environment <br>
/// env_conf is an optional parameter
DEFINE_string(env_conf, OS_PATH_JOIN({"stress_tests_configs", "memcheck_tests", "env_config.xml"}), env_conf_message);
/// @brief message for refs_config argument
static const char refs_conf_message[] = "Optional. Path to a references config with values of memory consumption per test.";

View File

@ -23,11 +23,3 @@ static const char test_conf_message[] = "Optional. Path to a test config with de
/// @brief Define parameter for set test's configuration <br>
/// test_conf is an optional parameter
DEFINE_string(test_conf, OS_PATH_JOIN({"stress_tests_configs", "memleaks_tests", "test_config.xml"}), test_conf_message);
// TODO: env_conf key is deprecated
/// @brief message for env_config argument
static const char env_conf_message[] = "Optional. Path to an env config with paths to models etc.";
/// @brief Define parameter for set environment <br>
/// env_conf is an optional parameter
DEFINE_string(env_conf, OS_PATH_JOIN({"stress_tests_configs", "memleaks_tests", "env_config.xml"}), env_conf_message);

View File

@ -23,11 +23,3 @@ static const char test_conf_message[] = "Optional. Path to a test config with de
/// @brief Define parameter for set test's configuration <br>
/// test_conf is an optional parameter
DEFINE_string(test_conf, OS_PATH_JOIN({"stress_tests_configs", "unittests", "test_config.xml"}), test_conf_message);
// TODO: env_conf key is deprecated
/// @brief message for env_config argument
static const char env_conf_message[] = "Optional. Path to an env config with paths to models etc.";
/// @brief Define parameter for set environment <br>
/// env_conf is an optional parameter
DEFINE_string(env_conf, OS_PATH_JOIN({"stress_tests_configs", "unittests", "env_config.xml"}), env_conf_message);