From 68b2bdb9c878c2417659279b603cbaf5a7d6fd36 Mon Sep 17 00:00:00 2001 From: Vitaly Gavensky Date: Tue, 21 May 2024 13:13:53 +0300 Subject: [PATCH] Fixes --- .../.pytest/run_pdr_standalone_pytest.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/pdr_deterministic_plugin/.pytest/run_pdr_standalone_pytest.sh b/plugins/pdr_deterministic_plugin/.pytest/run_pdr_standalone_pytest.sh index ac86faefe..a87877531 100644 --- a/plugins/pdr_deterministic_plugin/.pytest/run_pdr_standalone_pytest.sh +++ b/plugins/pdr_deterministic_plugin/.pytest/run_pdr_standalone_pytest.sh @@ -17,6 +17,6 @@ sed -i -e 's/INTERVAL=300/INTERVAL=10/g' "$CONFIG_FILE" sed -i -e 's/CONFIGURED_TEMP_CHECK=False/CONFIGURED_TEMP_CHECK=True/g' "$CONFIG_FILE" sed -i -e 's/DEISOLATE_CONSIDER_TIME=5/DEISOLATE_CONSIDER_TIME=1/g' "$CONFIG_FILE" -$PLUGIN_DIR/.pytest/terminate_pdr_standalone_pytest.sh +bash $PLUGIN_DIR/.pytest/terminate_pdr_standalone_pytest.sh echo "Starting standalone PDR process" python $PLUGIN_DIR/ufm_sim_web_service/isolation_algo.py >/dev/null 2>&1 &