Signed-off-by: lixiaobing10051267 <li.xiaobing1@zte.com.cn>
| ... | ... |
@@ -159,7 +159,7 @@ func (s *DockerSuite) TestAPIStatsNetworkStats(c *check.C) {
|
| 159 | 159 |
c.Assert(postTxPackets, checker.GreaterOrEqualThan, expTxPkts, |
| 160 | 160 |
check.Commentf("Reported less TxPackets than expected. Expected >= %d. Found %d. %s", expTxPkts, postTxPackets, pingouts))
|
| 161 | 161 |
c.Assert(postRxPackets, checker.GreaterOrEqualThan, expRxPkts, |
| 162 |
- check.Commentf("Reported less Txbytes than expected. Expected >= %d. Found %d. %s", expRxPkts, postRxPackets, pingouts))
|
|
| 162 |
+ check.Commentf("Reported less RxPackets than expected. Expected >= %d. Found %d. %s", expRxPkts, postRxPackets, pingouts))
|
|
| 163 | 163 |
} |
| 164 | 164 |
|
| 165 | 165 |
func (s *DockerSuite) TestAPIStatsNetworkStatsVersioning(c *check.C) {
|