diff --git a/tests/stress_tests/README.md b/tests/stress_tests/README.md index a99146ad180..cc8a2911d16 100644 --- a/tests/stress_tests/README.md +++ b/tests/stress_tests/README.md @@ -12,8 +12,8 @@ when executing continuously. - StressUnitTests executing various Inference Engine use cases in parallel threads and processes. -Each test refers to configuration files located in `\local_configs` -folder. The configuration files are installed along with tests on build time. +Each test refers to configuration files located in `\.automation` +folder. ## Getting Started diff --git a/tests/stress_tests/memcheck_tests/CMakeLists.txt b/tests/stress_tests/memcheck_tests/CMakeLists.txt index 22661277511..7de857dd2a7 100644 --- a/tests/stress_tests/memcheck_tests/CMakeLists.txt +++ b/tests/stress_tests/memcheck_tests/CMakeLists.txt @@ -16,8 +16,3 @@ target_link_libraries(${TARGET_NAME} PRIVATE StressTestsCommon) install(TARGETS ${TARGET_NAME} RUNTIME DESTINATION tests COMPONENT tests EXCLUDE_FROM_ALL) -# Copy local configs to BIN_FOLDER -configure_file(local_configs/test_config.xml - ${OUTPUT_ROOT}/${BIN_FOLDER}/${CMAKE_BUILD_TYPE}/stress_tests_configs/memcheck_tests/test_config.xml COPYONLY) -configure_file(local_configs/references_config.xml - ${OUTPUT_ROOT}/${BIN_FOLDER}/${CMAKE_BUILD_TYPE}/stress_tests_configs/memcheck_tests/references_config.xml COPYONLY) diff --git a/tests/stress_tests/memcheck_tests/local_configs/references_config.xml b/tests/stress_tests/memcheck_tests/local_configs/references_config.xml deleted file mode 100644 index 3c2c5213ff1..00000000000 --- a/tests/stress_tests/memcheck_tests/local_configs/references_config.xml +++ /dev/null @@ -1,21 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - diff --git a/tests/stress_tests/memcheck_tests/local_configs/test_config.xml b/tests/stress_tests/memcheck_tests/local_configs/test_config.xml deleted file mode 100644 index cbb163c0a48..00000000000 --- a/tests/stress_tests/memcheck_tests/local_configs/test_config.xml +++ /dev/null @@ -1,14 +0,0 @@ - - - - CPU - GPU - - - - - - - - - diff --git a/tests/stress_tests/memleaks_tests/CMakeLists.txt b/tests/stress_tests/memleaks_tests/CMakeLists.txt index da395c4d9fd..e62a9413110 100644 --- a/tests/stress_tests/memleaks_tests/CMakeLists.txt +++ b/tests/stress_tests/memleaks_tests/CMakeLists.txt @@ -15,6 +15,3 @@ target_link_libraries(${TARGET_NAME} PRIVATE StressTestsCommon) install(TARGETS ${TARGET_NAME} RUNTIME DESTINATION tests COMPONENT tests EXCLUDE_FROM_ALL) -# Copy local configs to BIN_FOLDER -configure_file(local_configs/test_config.xml - ${OUTPUT_ROOT}/${BIN_FOLDER}/${CMAKE_BUILD_TYPE}/stress_tests_configs/memleaks_tests/test_config.xml COPYONLY) diff --git a/tests/stress_tests/memleaks_tests/local_configs/test_config.xml b/tests/stress_tests/memleaks_tests/local_configs/test_config.xml deleted file mode 100644 index ce92ba10d50..00000000000 --- a/tests/stress_tests/memleaks_tests/local_configs/test_config.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - - - 1 - - - 1 - - - 30 - - - CPU - - - - - - diff --git a/tests/stress_tests/unittests/CMakeLists.txt b/tests/stress_tests/unittests/CMakeLists.txt index 3c6972f9c56..58474e6d832 100644 --- a/tests/stress_tests/unittests/CMakeLists.txt +++ b/tests/stress_tests/unittests/CMakeLists.txt @@ -14,7 +14,3 @@ target_link_libraries(${TARGET_NAME} PRIVATE StressTestsCommon) install(TARGETS ${TARGET_NAME} RUNTIME DESTINATION tests COMPONENT tests EXCLUDE_FROM_ALL) - -# Copy local configs to BIN_FOLDER -configure_file(local_configs/test_config.xml - ${OUTPUT_ROOT}/${BIN_FOLDER}/${CMAKE_BUILD_TYPE}/stress_tests_configs/unittests/test_config.xml COPYONLY) diff --git a/tests/stress_tests/unittests/local_configs/test_config.xml b/tests/stress_tests/unittests/local_configs/test_config.xml deleted file mode 100644 index aa988200a41..00000000000 --- a/tests/stress_tests/unittests/local_configs/test_config.xml +++ /dev/null @@ -1,19 +0,0 @@ - - - - 1 - - - 1 - - - 100 - - - CPU - GPU - - - - -