Skip to content

Commit ab5a129

Browse files
committed
[airos] updated test for management interface to use role property
1 parent c92cbf0 commit ab5a129

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/airos/test_netconf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ def test_management_vlan(self):
112112
{
113113
'address': '192.168.1.20',
114114
'family': 'ipv4',
115-
'management': True,
115+
'role': 'mlan',
116116
'mask': 24,
117117
'proto': 'static',
118118
}

0 commit comments

Comments
 (0)