You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: test/extended/networking.sh
+26-2Lines changed: 26 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@ export SHELLOPTS
16
16
#
17
17
# The EmptyDir test is a canary; it will fail if mount propagation is
18
18
# not properly configured on the host.
19
-
NETWORKING_E2E_FOCUS="${NETWORKING_E2E_FOCUS:-etworking|Services should be able to create a functioning NodePort service|EmptyDir volumes should support \(root,0644,tmpfs\)}"
19
+
NETWORKING_E2E_FOCUS="${NETWORKING_E2E_FOCUS:-etworking|Feature:NetworkPolicy|Services should be able to create a functioning NodePort service|EmptyDir volumes should support \(root,0644,tmpfs\)}"
20
20
NETWORKING_E2E_SKIP="${NETWORKING_E2E_SKIP:-}"
21
21
22
22
DEFAULT_SKIP_LIST=(
@@ -313,6 +313,25 @@ function disable-selinux() {
313
313
fi
314
314
}
315
315
316
+
functionkernel-supports-networkpolicy() {
317
+
# There's really no good way to test this "correctly" if OVS isn't installed.
318
+
# The mainline kernel got support for OVS NAT support in 4.6. RHEL kernels have
0 commit comments