Skip to content

Commit

Permalink
Rest API test (initial steps)
Browse files Browse the repository at this point in the history
  • Loading branch information
vg12345 committed May 20, 2024
1 parent eea07a3 commit ff1e1e6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pdr_plugin_ci_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
run: |
sudo bash plugins/pdr_deterministic_plugin/.pytest/run_pdr_standalone_pytest.sh
echo "Test exclusion list REST API methods"
pyton plugins/pdr_deterministic_plugin/tests/exclude_list_rest_api_tests.py
python plugins/pdr_deterministic_plugin/tests/exclude_list_rest_api_tests.py
echo "Terminating standalone PDR process"
pkill -9 -f isolation_algo.py 2>/dev/null || true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ def test_exclude_list_rest_api():
"""
Test exclude list inside plugin via REST API
"""
#
url = "http://127.0.0.1:8977/excluded"

excluded_ports = [
Expand Down

0 comments on commit ff1e1e6

Please sign in to comment.