diff options
author | Neale Ranns <nranns@cisco.com> | 2017-02-05 09:12:02 -0800 |
---|---|---|
committer | Neale Ranns <nranns@cisco.com> | 2017-02-05 09:54:33 -0800 |
commit | aaa396ac6bb27549daa2f9ef644325685917ed16 (patch) | |
tree | a5d17545a49a514b1f79ea04661faafbfa034600 /test/test_ip_mcast.py | |
parent | d0f673ee92121e13a88ad7002e0c860b2cfc5e4b (diff) |
Test checksyle for IP mcast tests
Change-Id: I20b61b7e63f74b4656d84717633e06646514c5eb
Signed-off-by: Neale Ranns <nranns@cisco.com>
Diffstat (limited to 'test/test_ip_mcast.py')
-rw-r--r-- | test/test_ip_mcast.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/test_ip_mcast.py b/test/test_ip_mcast.py index 9b668e42fca..2e0db430fa7 100644 --- a/test/test_ip_mcast.py +++ b/test/test_ip_mcast.py @@ -32,8 +32,8 @@ class MRouteEntryFlags: # # The number of packets sent is set to 90 so that when we replicate more than 3 # times, which we do for some entries, we will generate more than 256 packets -# to the next node in the VLIB graph. Thus we are testing the code's correctness -# handling this over-flow +# to the next node in the VLIB graph. Thus we are testing the code's +# correctness handling this over-flow # N_PKTS_IN_STREAM = 90 |