keyfile: fix testcases after InfiniBand transport-mode default change
This commit is contained in:

committed by
Dan Williams

parent
69247a00ea
commit
1a531b7ecf
@@ -5,6 +5,7 @@ type=infiniband
|
|||||||
|
|
||||||
[infiniband]
|
[infiniband]
|
||||||
mac-address=00:11:22:33:44:55:66:77:88:99:01:12:23:34:45:56:67:78:89:90
|
mac-address=00:11:22:33:44:55:66:77:88:99:01:12:23:34:45:56:67:78:89:90
|
||||||
|
transport-mode=datagram
|
||||||
mtu=1400
|
mtu=1400
|
||||||
|
|
||||||
[ipv4]
|
[ipv4]
|
||||||
|
@@ -2920,6 +2920,7 @@ test_write_infiniband_connection (void)
|
|||||||
g_object_set (s_ib,
|
g_object_set (s_ib,
|
||||||
NM_SETTING_INFINIBAND_MAC_ADDRESS, mac,
|
NM_SETTING_INFINIBAND_MAC_ADDRESS, mac,
|
||||||
NM_SETTING_INFINIBAND_MTU, 900,
|
NM_SETTING_INFINIBAND_MTU, 900,
|
||||||
|
NM_SETTING_INFINIBAND_TRANSPORT_MODE, "datagram",
|
||||||
NULL);
|
NULL);
|
||||||
g_byte_array_free (mac, TRUE);
|
g_byte_array_free (mac, TRUE);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user