func TestcaseForbidHostNetwork(
ns string,
kubeCli kubernetes.Interface,
cli client.Client,
)
TestcaseForbidHostNetwork We do NOT allow that inject chaos on a pod which uses hostNetwork
func TestcaseNetworkDelay(
ns string,
cli client.Client,
networkPeers []*corev1.Pod,
ports []uint16,
c http.Client,
)
func TestcaseNetworkPartition(
ns string,
cli client.Client,
networkPeers []*corev1.Pod,
ports []uint16,
c http.Client,
)