Skip to content

Commit

Permalink
update ut
Browse files Browse the repository at this point in the history
  • Loading branch information
ganglyu committed Nov 6, 2024
1 parent 50bd99b commit d4758d1
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions test/test_gnoi.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,6 @@ def test_gnoi_time(self):
assert ret == 0, msg
assert 'time' in msg, 'Invalid response: %s'%msg

def test_gnoi_reboot(self):
ret, msg = gnoi_reboot(1, 0, 'Test reboot')
assert ret != 0, 'Reboot should fail' + msg
assert 'Unimplemented' in msg

def test_gnoi_reboot_halt(self):
ret, old_cnt = gnmi_dump('DBUS halt system')
assert ret == 0, 'Fail to read counter'
Expand Down

0 comments on commit d4758d1

Please sign in to comment.