[Stress] Remove --env_conf at all after deprecation (#1582)
authorVitaliy Urusovskij <vitaliy.urusovskij@intel.com>
Mon, 3 Aug 2020 09:58:27 +0000 (12:58 +0300)
committerGitHub <noreply@github.com>
Mon, 3 Aug 2020 09:58:27 +0000 (12:58 +0300)
tests/stress_tests/memcheck_tests/flags.h
tests/stress_tests/memleaks_tests/flags.h
tests/stress_tests/unittests/flags.h

index e832968..5782751 100644 (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.";
 
index 2a1cad5..1f8b3aa 100644 (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);
\ No newline at end of file
index a7d9990..5487082 100644 (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);
\ No newline at end of file