Add an option to focus or skip tests in the node e2e makefile rule.
Signed-off-by: Vishnu kannan <vishnuk@google.com>
This commit is contained in:
8
Makefile
8
Makefile
@@ -93,10 +93,14 @@ test_e2e:
|
||||
|
||||
# Build and run node end-to-end tests.
|
||||
#
|
||||
# Args:
|
||||
# FOCUS: regexp that matches the tests to be run
|
||||
# SKIP: regexp that matches the tests that needs to be skipped
|
||||
# Example:
|
||||
# make test_e2e_node
|
||||
# make test_e2e_node FOCUS=kubelet SKIP=container
|
||||
# Build and run tests.
|
||||
test_e2e_node:
|
||||
hack/e2e-node-test.sh
|
||||
hack/e2e-node-test.sh FOCUS=$(FOCUS) SKIP=$(SKIP)
|
||||
.PHONY: test_e2e_node
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user