summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Williams <dcbw@redhat.com>2014-03-26 09:21:46 -0500
committerDan Williams <dcbw@redhat.com>2014-03-26 09:21:46 -0500
commitf27c01453af8b66eecd658b1664168f8bf0d14b8 (patch)
tree0193e65ca87a2594248a31d17b5ee2e076d38cd0
parent50237b95efd3c433354a45b42eb59b4a6aeb4c2d (diff)
downloadNetworkManager-f27c01453af8b66eecd658b1664168f8bf0d14b8.tar.gz
dcb: fix testcases for disabling DCB with short-format command
Late-fixup for review comments and I didn't run 'make check'. Bad me.
-rw-r--r--src/tests/test-dcb.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/tests/test-dcb.c b/src/tests/test-dcb.c
index 5763507f2e..74dcca5de1 100644
--- a/src/tests/test-dcb.c
+++ b/src/tests/test-dcb.c
@@ -60,7 +60,7 @@ test_dcb_fcoe (void)
"dcbtool sc eth0 app:iscsi e:0 a:0 w:0",
"dcbtool sc eth0 app:fip e:0 a:0 w:0",
"dcbtool sc eth0 pfc e:0 a:0 w:0",
- "dcbtool sc eth0 pg e:0 a:0 w:0",
+ "dcbtool sc eth0 pg e:0",
NULL },
};
NMSettingDcb *s_dcb;
@@ -91,7 +91,7 @@ test_dcb_iscsi (void)
"dcbtool sc eth0 app:iscsi appcfg:08",
"dcbtool sc eth0 app:fip e:0 a:0 w:0",
"dcbtool sc eth0 pfc e:0 a:0 w:0",
- "dcbtool sc eth0 pg e:0 a:0 w:0",
+ "dcbtool sc eth0 pg e:0",
NULL },
};
NMSettingDcb *s_dcb;
@@ -122,7 +122,7 @@ test_dcb_fip (void)
"dcbtool sc eth0 app:fip e:1 a:1 w:0",
"dcbtool sc eth0 app:fip appcfg:01",
"dcbtool sc eth0 pfc e:0 a:0 w:0",
- "dcbtool sc eth0 pg e:0 a:0 w:0",
+ "dcbtool sc eth0 pg e:0",
NULL },
};
NMSettingDcb *s_dcb;
@@ -152,7 +152,7 @@ test_dcb_fip_default_prio (void)
"dcbtool sc eth0 app:iscsi e:0 a:0 w:0",
"dcbtool sc eth0 app:fip e:1 a:1 w:0",
"dcbtool sc eth0 pfc e:0 a:0 w:0",
- "dcbtool sc eth0 pg e:0 a:0 w:0",
+ "dcbtool sc eth0 pg e:0",
NULL },
};
NMSettingDcb *s_dcb;
@@ -183,7 +183,7 @@ test_dcb_pfc (void)
"dcbtool sc eth0 app:fip e:0 a:0 w:0",
"dcbtool sc eth0 pfc e:1 a:1 w:1",
"dcbtool sc eth0 pfc pfcup:01101100",
- "dcbtool sc eth0 pg e:0 a:0 w:0",
+ "dcbtool sc eth0 pg e:0",
NULL },
};
NMSettingDcb *s_dcb;