Skip to content

Commit 4a816ff

Browse files
committed
add make test for azure ip masq merger
tested
1 parent 03ad538 commit 4a816ff

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Makefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -857,6 +857,9 @@ test-extended-cyclonus: ## run the cyclonus test for npm.
857857
test-azure-ipam: ## run the unit test for azure-ipam
858858
cd $(AZURE_IPAM_DIR) && go test
859859

860+
test-azure-ip-masq-merger: ## run the unit test for azure-ip-masq-merger
861+
cd $(AZURE_IP_MASQ_MERGER_DIR) && go test
862+
860863
kind:
861864
kind create cluster --config ./test/kind/kind.yaml
862865

0 commit comments

Comments
 (0)