| Conditions | 1 |
| Total Lines | 11 |
| Lines | 11 |
| Ratio | 100 % |
| Changes | 0 | ||
| 1 | """Test for AggregateStatsReply message.""" |
||
| 10 | dumpfile = 'v0x01/ofpt_aggregate_stats_reply.dat' |
||
| 11 | aggregate_stats_reply = AggregateStatsReply(packet_count=5, |
||
| 12 | byte_count=1, flow_count=8) |
||
| 13 | obj = StatsReply(xid=17, |
||
| 14 | body_type=StatsTypes.OFPST_AGGREGATE, |
||
| 15 | flags=0, body=aggregate_stats_reply) |
||
| 16 | min_size = 12 |
||
| 17 |