Skip to content

Commit

Permalink
Add test placeholders
Browse files Browse the repository at this point in the history
  • Loading branch information
stveit committed Oct 31, 2023
1 parent d864cb2 commit 70a86ba
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions tests/unittests/portadmin/napalm/juniper_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -208,3 +208,15 @@ def test_get_poe_states_bulk_maps_interface_to_none_if_poe_not_supported(

def test_get_poe_states_returns_empty_dict_with_empty_input(self, handler_mock):
assert handler_mock.get_poe_states([]) == {}

def test_get_poe_state_uses_interfaces_from_db_if_input_is_none(self):
pass

def test_get_poe_state_raises_exception_if_no_interfaces_in_xml(self):
pass

def test_get_poe_state_raises_exception_if_multiple_interfaces_in_xml(self):
pass

def test_get_poe_states_bulk_returns_empty_dict_if_no_interfaces_in_xml(self):
pass

0 comments on commit 70a86ba

Please sign in to comment.