Skip to content

Commit

Permalink
Temp: test 1
Browse files Browse the repository at this point in the history
  • Loading branch information
vg12345 committed May 20, 2024
1 parent 397ba9b commit 0df4275
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 127 deletions.
14 changes: 6 additions & 8 deletions .github/workflows/pdr_plugin_ci_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,18 +29,16 @@ jobs:
- name: Run PyLint
run: pylint --rcfile=plugins/pdr_deterministic_plugin/.pylintrc plugins/pdr_deterministic_plugin

- name: Run exclusion list class test
run: pytest plugins/pdr_deterministic_plugin/tests/exclude_list_class_tests.py

# - name: Test exclusion list REST API of pytest
# run: pytest plugins/pdr_deterministic_plugin/tests/exclude_list_rest_api_tests.py

- name: Run full simulation test
run: |
sudo bash plugins/pdr_deterministic_plugin/.pytest/run_pdr_standalone_pytest.sh
echo "Starting simulated test"
python plugins/pdr_deterministic_plugin/tests/simulation_telemetry.py
echo "Terminating standalone PDR process"
pkill -9 -f isolation_algo.py 2>/dev/null || true
# - 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

# - name: Kill plugin process
# run: |
# pkill -9 -f isolation_algo.py 2>/dev/null || true
# sleep 10
119 changes: 0 additions & 119 deletions plugins/pdr_deterministic_plugin/tests/exclude_list_tests.py

This file was deleted.

0 comments on commit 0df4275

Please sign in to comment.