We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4916afa commit 9339915Copy full SHA for 9339915
1 file changed
tests/chassis_base_test.py
@@ -25,6 +25,8 @@ def test_chassis_base(self):
25
[chassis.get_dpu_id, [], {"name": "DPU0"}],
26
[chassis.get_dataplane_state, [], {}],
27
[chassis.get_controlplane_state, [], {}],
28
+ [chassis.change_sed_password, ["new_password"], {}],
29
+ [chassis.reset_sed_password, [], {}],
30
]
31
32
for method in not_implemented_methods:
0 commit comments