Test checksyle for IP mcast tests
Change-Id: I20b61b7e63f74b4656d84717633e06646514c5eb Signed-off-by: Neale Ranns <nranns@cisco.com>
This commit is contained in:
@ -81,7 +81,7 @@ wipe-cov: wipe
|
|||||||
.PHONY: checkstyle
|
.PHONY: checkstyle
|
||||||
checkstyle: verify-python-path
|
checkstyle: verify-python-path
|
||||||
@virtualenv $(PYTHON_VENV_PATH) -p python2.7
|
@virtualenv $(PYTHON_VENV_PATH) -p python2.7
|
||||||
@bash -c "source $(PYTHON_VENV_PATH)/bin/activate && pip install $(PYTHON_DEPENDS) pep8"
|
@bash -c "source $(PYTHON_VENV_PATH)/bin/activate && pip install pep8"
|
||||||
@bash -c "source $(PYTHON_VENV_PATH)/bin/activate &&\
|
@bash -c "source $(PYTHON_VENV_PATH)/bin/activate &&\
|
||||||
pep8 --show-source -v $(WS_ROOT)/test/*.py ||\
|
pep8 --show-source -v $(WS_ROOT)/test/*.py ||\
|
||||||
(echo \"*******************************************************************\" &&\
|
(echo \"*******************************************************************\" &&\
|
||||||
|
@ -32,8 +32,8 @@ class MRouteEntryFlags:
|
|||||||
#
|
#
|
||||||
# The number of packets sent is set to 90 so that when we replicate more than 3
|
# 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
|
# 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
|
# to the next node in the VLIB graph. Thus we are testing the code's
|
||||||
# handling this over-flow
|
# correctness handling this over-flow
|
||||||
#
|
#
|
||||||
N_PKTS_IN_STREAM = 90
|
N_PKTS_IN_STREAM = 90
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user