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 f20b4c1 commit ba60be3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
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 @@ -49,6 +49,6 @@ jobs:
run: |
sudo bash $PLUGIN_RELATIVE_PATH/.pytest/run_pdr_standalone_pytest.sh
echo "Starting simulated test"
python $PLUGIN_RELATIVE_PATH/tests/simulation_telemetry.py
pytest -s $PLUGIN_RELATIVE_PATH/tests/simulation_telemetry.py --cov=$PLUGIN_RELATIVE_PATH
echo "Terminating standalone PDR process"
pkill -9 -f isolation_algo.py 2>/dev/null || true
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,6 @@ def test_exclude_list_rest_api():
assert port_name in response.text
print(" - test: add ports to exclusion list -- PASS")

#


if __name__ == '__main__':
test_exclude_list_rest_api()

0 comments on commit ba60be3

Please sign in to comment.