[Stress] Remove --env_conf at all after deprecation (#1582)
This commit is contained in:
parent
d946f6cfde
commit
f8513d8fd3
@ -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.";
|
||||
|
||||
|
@ -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);
|
@ -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);
|
Loading…
Reference in New Issue
Block a user