Skip to content

Commit

Permalink
Temp: full simulation
Browse files Browse the repository at this point in the history
  • Loading branch information
vg12345 committed May 19, 2024
1 parent ffa5b76 commit a6b5bac
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/pdr_plugin_ci_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@ jobs:

- name: Run single plugin instance on background as standalone
run: |
source plugins/pdr_deterministic_plugin/.pytest/run_simulation_pytest.sh
start_simulation_server_pytest
start_pdr_standalone_pytest
kill_simulation_server_pytest
sudo source plugins/pdr_deterministic_plugin/.pytest/run_simulation_pytest.sh
sudo start_simulation_server_pytest
sudo start_pdr_standalone_pytest
sudo kill_simulation_server_pytest
# - name: Test exclude list with pytest
# run: pytest plugins/pdr_deterministic_plugin/tests/exclude_list_tests.py #--doctest-modules --junitxml=junit/exclude_list_tests_results.xml --cov=com --cov-report=xml --cov-report=html
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ set_config_params() {
}

start_simulation_server_pytest() {
sudo set_config_params
set_config_params
echo "Starting 'isolation_algo.py'"
python $PLUGIN_DIR/ufm_sim_web_service/isolation_algo.py &
}
Expand Down

0 comments on commit a6b5bac

Please sign in to comment.