Skip to content

Commit 9339915

Browse files
committed
coverage
1 parent 4916afa commit 9339915

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

tests/chassis_base_test.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ def test_chassis_base(self):
2525
[chassis.get_dpu_id, [], {"name": "DPU0"}],
2626
[chassis.get_dataplane_state, [], {}],
2727
[chassis.get_controlplane_state, [], {}],
28+
[chassis.change_sed_password, ["new_password"], {}],
29+
[chassis.reset_sed_password, [], {}],
2830
]
2931

3032
for method in not_implemented_methods:

0 commit comments

Comments
 (0)