Skip to content

Commit

Permalink
Experiment with standalone plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
vg12345 committed May 16, 2024
1 parent e6cd666 commit 7aee83f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pdr_plugin_ci_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,11 @@ jobs:

- name: Run single plugin instance on background as standalone
run: |
cp -r utils plugins/pdr_deterministic_plugin/ufm_sim_web_service
cp -r utils plugins/pdr_deterministic_plugin/
cp -r ./utils plugins/pdr_deterministic_plugin/ufm_sim_web_service
cp -r ./utils plugins/pdr_deterministic_plugin/
pkill -9 -f isolation_algo.py
sleep 10
nohup python plugins/pdr_deterministic_plugin/ufm_sim_web_service/isolation_algo.py > /dev/null 2>&1 &
# nohup python plugins/pdr_deterministic_plugin/ufm_sim_web_service/isolation_algo.py > /dev/null 2>&1 &

- 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 @@ -21,7 +21,7 @@
from exclude_list import ExcludeList, ExcludeListItem
from isolation_algo import create_logger

# Temp 1
# Temp 2

def get_logger():
"""
Expand Down

0 comments on commit 7aee83f

Please sign in to comment.