mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-25 03:40:07 +01:00
ifcfg-rh/tests/trivial: remove self-explanatory comments
This commit is contained in:
parent
2ff11525c6
commit
8ccba8d09f
1 changed files with 0 additions and 5 deletions
|
|
@ -8934,10 +8934,8 @@ int main (int argc, char **argv)
|
|||
g_test_add_func (TPATH "wired/write-missing-ipv6", test_write_ethernet_missing_ipv6);
|
||||
g_test_add_func (TPATH "write-dns-options", test_write_dns_options);
|
||||
|
||||
/* iSCSI / ibft */
|
||||
g_test_add_func (TPATH "ibft/ignored", test_read_ibft_ignored);
|
||||
|
||||
/* Data Center Bridging (DCB) */
|
||||
g_test_add_func (TPATH "dcb/read-basic", test_read_dcb_basic);
|
||||
g_test_add_func (TPATH "dcb/write-basic", test_write_dcb_basic);
|
||||
g_test_add_func (TPATH "dcb/default-app-priorities", test_read_dcb_default_app_priorities);
|
||||
|
|
@ -8953,7 +8951,6 @@ int main (int argc, char **argv)
|
|||
g_test_add_data_func (TPATH "fcoe/write-fabric", (gpointer) NM_SETTING_DCB_FCOE_MODE_FABRIC, test_write_fcoe_mode);
|
||||
g_test_add_data_func (TPATH "fcoe/write-vn2vn", (gpointer) NM_SETTING_DCB_FCOE_MODE_VN2VN, test_write_fcoe_mode);
|
||||
|
||||
/* bonding */
|
||||
g_test_add_func (TPATH "bond/read-master", test_read_bond_main);
|
||||
g_test_add_func (TPATH "bond/read-slave", test_read_bond_slave);
|
||||
g_test_add_func (TPATH "bond/read-slave-ib", test_read_bond_slave_ib);
|
||||
|
|
@ -8962,14 +8959,12 @@ int main (int argc, char **argv)
|
|||
g_test_add_func (TPATH "bond/write-slave-ib", test_write_bond_slave_ib);
|
||||
g_test_add_func (TPATH "bond/bonding-opts-numeric-mode", test_read_bond_opts_mode_numeric);
|
||||
|
||||
/* bridging */
|
||||
g_test_add_func (TPATH "bridge/read-master", test_read_bridge_main);
|
||||
g_test_add_func (TPATH "bridge/write-master", test_write_bridge_main);
|
||||
g_test_add_func (TPATH "bridge/read-component", test_read_bridge_component);
|
||||
g_test_add_func (TPATH "bridge/write-component", test_write_bridge_component);
|
||||
g_test_add_func (TPATH "bridge/read-missing-stp", test_read_bridge_missing_stp);
|
||||
|
||||
/* Team */
|
||||
g_test_add_func (TPATH "team/read-master", test_read_team_master);
|
||||
g_test_add_func (TPATH "team/write-master", test_write_team_master);
|
||||
g_test_add_func (TPATH "team/read-port", test_read_team_port);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue