Skip to content

Commit 034475c

Browse files
committed
[chores] Fix failing build
1 parent 34f05c9 commit 034475c

1 file changed

Lines changed: 4 additions & 5 deletions

File tree

tests/utils.py

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -63,18 +63,17 @@ def _get_nextcmd_list(return_value):
6363
'1.3.6.1.4.1.14988.1.1.1.2.1.3': [0, 0],
6464
'1.3.6.1.4.1.14988.1.1.1.2.1.3.0': [],
6565
'1.3.6.1.2.1.1.9.1.1': [[[0, 1]], [[0, 2]], [[0, 3]], [[0, 4]], [[0, 5]]],
66-
'1.3.6.1.2.1.4.35.1.4': [
67-
MockOid('1.3.6.1.2.5'),
68-
OctetString('0x040e3cca555f'),
69-
],
70-
'1.3.6.1.2.1.4.35.1.7': [MockOid('1.3.6.1.2.5'), 1],
7166
'1.3.6.1.2.1.2.2.1.6.': [[[0, 1]], [[0, 2]], [[0, 3]], [[0, 4]], [[0, 5]]],
7267
'1.3.6.1.2.1.2.2.1.1': [[[0, 1]], [[0, 2]], [[0, 3]], [[0, 4]], [[0, 5]]],
7368
'1.3.6.1.2.1.4.20.1.1': [[[0, OctetString('127.0.0.1')]]],
7469
'1.3.6.1.2.1.4.20.1.2': [[[0, 1]]],
7570
'1.3.6.1.2.1.25.3.3.1.2': [0, 2],
7671
'1.3.6.1.2.1.4.20.1.3': [[[0, OctetString('192.168.0.1')]]],
7772
'1.3.6.1.4.1.10002.1.1.1.4.2.1.3': [[[0, 51]], [[0, 18]], [[0, 24]]],
73+
'1.3.6.1.2.1.4.35.1': [
74+
[[[MockOid('1.3.6.1.2.1.4.35.1.4')]], OctetString('0x040e3cca555f')],
75+
[[[MockOid('1.3.6.1.2.1.4.35.1.7')]], 1],
76+
],
7877
}
7978
oid = args[2]
8079
return _get_nextcmd_list(res[oid])

0 commit comments

Comments
 (0)