kubernetes/test/e2e_node
tanjunchen bed22fbb44 WaitForPodReady is simply wrapper functions for e2epod package,
and they made an invalid dependency to sub e2e framework from the core framework.

So we can use e2epod.WaitTimeoutForPodReadyInNamespace to remove invalid dependency.

The main purpose of this pr is to handle the framework core package dependency subpackage pod.
2020-03-22 23:08:52 +08:00
..
builder fix golint failures in test/e2e_node/builder 2019-03-26 14:12:45 +08:00
conformance using short flags instead with validate 2019-09-25 23:08:50 +08:00
environment Merge pull request #81932 from palnabarun/fix-staticcheck-tests-e2e_node 2019-09-20 22:55:37 -07:00
jenkins opt out of module mode for builds 2019-11-06 17:39:05 -05:00
perf/workloads fix 1-12 number urls 2019-11-21 11:17:46 +08:00
perftype update BUILD files 2017-10-15 18:18:13 -07:00
remote cni: Update CNI version to v0.8.5 2020-01-29 04:41:29 -05:00
runner Add error check for instance insert 2020-01-09 09:49:38 +01:00
services Phase 2: service and endpoint processing 2019-08-28 15:59:43 +00:00
system fix alias for stack protector kernel config. 2020-02-21 11:04:48 -08:00
testing-manifests e2e: topomgr: add option to specify the SRIOV conf 2020-02-10 22:47:53 +01:00
apparmor_test.go Merge pull request #87355 from mattjmcnaughton/mattjmcnaughton/remove-unnecessary-sudo-from-e2e 2020-02-14 06:10:17 -08:00
benchmark_util.go generated: run refactor 2020-02-07 18:16:47 -08:00
BUILD e2e_node add test for PodOverhead feature 2020-02-28 23:00:39 +00:00
container_log_rotation_test.go test/e2e/framework: remove skip.go and use e2eskipper subpackage 2020-02-01 01:18:48 +08:00
container_manager_test.go tests: Replaces images used with agnhost (part 4) 2020-02-18 16:29:49 -08:00
cpu_manager_test.go more artisanal fixes 2020-03-05 14:59:47 -08:00
critical_pod_test.go more artisanal fixes 2020-03-05 14:59:47 -08:00
density_test.go generated: run refactor 2020-02-07 18:16:47 -08:00
device_plugin_test.go more artisanal fixes 2020-03-05 14:59:47 -08:00
doc.go fix golint issues in test/e2e_node 2019-11-26 16:26:55 +08:00
docker_test.go generated: run refactor 2020-02-07 18:16:47 -08:00
docker_util.go switch to docker command line 2020-01-17 21:08:13 -05:00
dockershim_checkpoint_test.go more artisanal fixes 2020-03-05 14:59:47 -08:00
dynamic_kubelet_config_test.go automated refactor 2020-03-05 14:59:46 -08:00
e2e_node_suite_test.go e2e: topomgr: add option to specify the SRIOV conf 2020-02-10 22:47:53 +01:00
eviction_test.go more artisanal fixes 2020-03-05 14:59:47 -08:00
framework.go fix golint issues in test/e2e_node 2019-11-26 16:26:55 +08:00
garbage_collector_test.go more artisanal fixes 2020-03-05 14:59:47 -08:00
gke_environment_test.go test/e2e/framework: remove skip.go and use e2eskipper subpackage 2020-02-01 01:18:48 +08:00
gpu_device_plugin_test.go more artisanal fixes 2020-03-05 14:59:47 -08:00
gubernator.sh fix test/e2e_node/gubernator.sh shellcheck failures 2019-06-23 17:01:54 -07:00
hugepages_test.go generated: run refactor 2020-02-07 18:16:47 -08:00
image_id_test.go generated: run refactor 2020-02-07 18:16:47 -08:00
image_list.go e2e: topomgr: add test infra 2020-02-10 22:47:53 +01:00
log_path_test.go generated: run refactor 2020-02-07 18:16:47 -08:00
mirror_pod_test.go deref all calls to metav1.NewDeleteOptions that are passed to clients. 2020-03-05 14:59:46 -08:00
node_container_manager_test.go generated: run refactor 2020-02-07 18:16:47 -08:00
node_perf_test.go more artisanal fixes 2020-03-05 14:59:47 -08:00
node_problem_detector_linux.go deref all calls to metav1.NewDeleteOptions that are passed to clients. 2020-03-05 14:59:46 -08:00
numa_alignment.go e2e: topomgr: extend tests to all the policies 2020-02-20 18:22:34 +01:00
OWNERS Add klueska as an approver in test/e2e_node/OWNERS 2019-12-19 15:37:03 +01:00
pids_test.go fix golint issues in test/e2e_node 2019-11-26 16:26:55 +08:00
pods_container_manager_test.go automated refactor 2020-03-05 14:59:46 -08:00
quota_lsci_test.go test/e2e/framework: remove skip.go and use e2eskipper subpackage 2020-02-01 01:18:48 +08:00
README.md Update deprecated links 2019-02-15 09:13:07 -05:00
resource_collector.go deref all calls to metav1.NewDeleteOptions that are passed to clients. 2020-03-05 14:59:46 -08:00
resource_metrics_test.go more artisanal fixes 2020-03-05 14:59:47 -08:00
resource_usage_test.go fix golint issues in test/e2e_node 2019-11-26 16:26:55 +08:00
restart_test.go generated: run refactor 2020-02-07 18:16:47 -08:00
runtime_conformance_test.go fix golint issues in test/e2e_node 2019-11-26 16:26:55 +08:00
runtimeclass_test.go e2e_node add test for PodOverhead feature 2020-02-28 23:00:39 +00:00
security_context_test.go test/e2e/framework: remove skip.go and use e2eskipper subpackage 2020-02-01 01:18:48 +08:00
startup_probe_test.go WaitForPodReady is simply wrapper functions for e2epod package, 2020-03-22 23:08:52 +08:00
summary_test.go fix golint issues in test/e2e_node 2019-11-26 16:26:55 +08:00
system_node_critical_test.go fix golint issues in test/e2e_node 2019-11-26 16:26:55 +08:00
topology_manager_test.go Merge pull request #88708 from mikedanese/deleteopts 2020-03-05 23:09:23 -08:00
util.go e2e: getCurrentKubeletConfig: move in subpkg 2020-02-14 10:51:08 +01:00
util_sriov.go e2e: topomgr: autodetect SRIOV resource to use 2020-02-10 22:47:53 +01:00
util_xfs_linux.go fix golint issues in test/e2e_node 2019-11-26 16:26:55 +08:00
util_xfs_unsupported.go fix golint issues in test/e2e_node 2019-11-26 16:26:55 +08:00
volume_manager_test.go automated refactor 2020-03-05 14:59:46 -08:00