Skip to content

Commit

Permalink
Merge pull request #35660 from djosborne/e2e-network-policy
Browse files Browse the repository at this point in the history
Automatic merge from submit-queue

Add e2e network policy tests.

**What this PR does / why we need it**:
Add set of e2e tests for Network Policy. This has succesfully run againast a deployment using Calico as the network policy provider.

Specifically, adds a new e2e test file (/test/e2e/network_policy.go) which tests TCP connectivity between pods with isolation.

See #25638 for PR that added NetworkPolicy resource.

This PR is a replacement for #27447 .
  • Loading branch information
Kubernetes Submit Queue authored May 2, 2017
2 parents 3ec39c3 + e3762c6 commit 11c5d12
Show file tree
Hide file tree
Showing 3 changed files with 1,729 additions and 0 deletions.
1 change: 1 addition & 0 deletions test/e2e/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ go_library(
"monitoring.go",
"namespace.go",
"network_partition.go",
"network_policy.go",
"networking.go",
"networking_perf.go",
"nodeoutofdisk.go",
Expand Down
Loading

0 comments on commit 11c5d12

Please sign in to comment.