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 ba60be3 commit da65ee9
Show file tree
Hide file tree
Showing 2 changed files with 3 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 @@ -10,7 +10,7 @@ jobs:

env:
PYTHONPATH: '.:plugins/pdr_deterministic_plugin/ufm_sim_web_service'
PLUGIN_RELATIVE_PATH : plugins/pdr_deterministic_plugin
PLUGIN_RELATIVE_PATH : 'plugins/pdr_deterministic_plugin'

steps:
- name: Checkout code
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ 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 da65ee9

Please sign in to comment.