kubernetes/test/e2e_node
Sai Ramesh Vanka 8e52fc7266 Minor fix to copy the required kubelet, service logs after the execution of the node e2e tests
* It is observed in some of the periodic job results that the kubelet along with few other logs
are not getting copied to the artifacts directory once the node e2e tests are executed
* Following is the sample error log that is displayed once the tests are run
```
I1031 13:15:49.056897   40204 ssh.go:146] Running the command ssh, with args: [-o UserKnownHostsFile=/dev/null -o IdentitiesOnly=yes -o CheckHostIP=no -o StrictHostKeyChecking=no -o ServerAliveInterval=30 -o LogLevel=ERROR -i /home/svanka/.ssh/google_compute_engine core@35.185.108.51 -- sudo ls core@35.185.108.51:/tmp/node-e2e-20231031T125637/results/*.log]
E1031 13:16:15.346641   40204 ssh.go:149] failed to run SSH command: out: ls: cannot access 'core@35.185.108.51:/tmp/node-e2e-20231031T125637/results/*.log': No such file or directory
, err: exit status 2
```
* This change fixes the above issue and helps in gathering the required test artifacts once the tests execution is completed

Signed-off-by: Sai Ramesh Vanka <svanka@redhat.com>
2023-10-31 15:36:39 +05:30
..
builder fix missed branch - targets when building using arm64 2023-09-27 15:52:37 -04:00
conformance stop using deprecated klog flags 2022-09-04 21:02:43 +02:00
environment Merge pull request #109753 from matthyx/109577 2022-05-13 07:33:49 -07:00
jenkins Avoid pulling mounter.tar through the CDN 2023-07-28 22:15:55 -04:00
kubeletconfig use PollUntilContextTimeout to replace PollImmediateWithContext in test 2023-10-19 22:50:21 +08:00
perf/workloads e2e: use error wrapping with %w 2023-02-06 15:39:13 +01:00
perftype hack/update-bazel.sh 2021-02-28 15:17:29 -08:00
plugins/gcp-credential-provider Merge pull request #116901 from pacoxu/cleanup-KubeletCredentialProviders 2023-05-08 07:55:53 -07:00
remote Minor fix to copy the required kubelet, service logs after the execution of the node e2e tests 2023-10-31 15:36:39 +05:30
runner Setup e2e_node to support testing on ARM64 2023-05-20 00:07:44 +00:00
services Drop docker.log and add cloud-init-output.log 2023-06-28 18:08:40 -04:00
system hack/update-bazel.sh 2021-02-28 15:17:29 -08:00
testing-manifests e2e: node: remove kubevirt device plugin 2023-02-22 14:04:22 +01:00
.import-restrictions e2e: define features and node features 2023-10-10 18:15:49 +02:00
apparmor_test.go e2e_node: stop using deprecated framework.ExpectEqual 2023-10-09 16:42:42 +08:00
benchmark_util.go e2e: adapt to moved code 2022-10-06 08:19:47 +02:00
checkpoint_container.go e2e_node: stop using deprecated framework.ExpectEqual 2023-10-09 16:42:42 +08:00
container_lifecycle_pod_construction.go Use container log instead of termination log 2023-09-11 22:55:09 +09:00
container_lifecycle_test.go e2e: remove redundant spaces in test names 2023-09-29 08:30:57 +02:00
container_log_rotation_test.go e2e_node: stop using deprecated framework.ExpectEqual 2023-10-09 16:42:42 +08:00
container_manager_test.go remove deprecated framework.ExpectEqual 2023-10-11 12:43:10 +08:00
cpu_manager_metrics_test.go Merge pull request #118280 from stlaz/e2e_psa_labels 2023-06-28 11:14:43 -07:00
cpu_manager_test.go e2e_node: stop using deprecated framework.ExpectEqual 2023-10-09 16:42:42 +08:00
critical_pod_test.go e2e_node: stop using deprecated framework.ExpectEqual 2023-10-09 16:42:42 +08:00
deleted_pods_test.go e2e tests: set all PSa labels instead of just enforcing 2023-06-21 15:05:13 +02:00
density_test.go use PollUntilContextTimeout to replace PollImmediateWithContext in test 2023-10-19 22:50:21 +08:00
device_manager_test.go Revert "podresources: e2e: force eager connection" 2023-10-16 09:46:04 -04:00
device_plugin_test.go e2e_node: mark CDI test as NodeSpecialFeature 2023-10-27 02:06:43 +03:00
doc.go fix golint issues in test/e2e_node 2019-11-26 16:26:55 +08:00
dra_test.go kubelet: support batched prepare/unprepare in v1alpha3 DRA plugin API 2023-07-12 14:50:30 +02:00
e2e_node_suite_test.go Merge pull request #121129 from carlory/cleanup-e2e-framework-equal 2023-10-14 23:50:37 +02:00
eviction_test.go add potential fixes for flakiness in eviction tests 2023-10-13 11:36:44 -04:00
framework.go e2e: enhance SIGDescribe 2023-10-10 18:15:49 +02:00
garbage_collector_test.go Make kubelet label types public 2023-07-10 10:58:44 +02:00
gubernator.sh fix test/e2e_node/gubernator.sh shellcheck failures 2019-06-23 17:01:54 -07:00
hugepages_test.go fix Huge Pages failing test 2023-10-16 23:13:32 +08:00
image_id_test.go Make e2e node image ID test more flexible 2023-10-26 11:07:12 +02:00
image_list.go Update busybox SHA based image to match tag - 1.36.1-1 2023-10-12 14:17:36 -04:00
lock_contention_linux_test.go e2e: use Ginkgo context 2022-12-16 20:14:04 +01:00
log_path_test.go e2e tests: set all PSa labels instead of just enforcing 2023-06-21 15:05:13 +02:00
memory_manager_test.go Merge pull request #118463 from testwill/replace_loop 2023-10-24 15:04:39 +02:00
mirror_pod_grace_period_test.go e2e_node: stop using deprecated framework.ExpectEqual 2023-10-09 16:42:42 +08:00
mirror_pod_test.go use PollUntilContextTimeout to replace PollImmediateWithContext in test 2023-10-19 22:50:21 +08:00
node_container_manager_test.go e2e tests: set all PSa labels instead of just enforcing 2023-06-21 15:05:13 +02:00
node_perf_test.go e2e tests: set all PSa labels instead of just enforcing 2023-06-21 15:05:13 +02:00
node_problem_detector_linux.go Extend npd e2e timeout to fix npd e2e error 2023-08-29 17:22:28 +08:00
node_shutdown_linux_test.go Remove problematic Dbus restart test 2023-10-25 19:53:50 +09:00
numa_alignment.go Depend on k8s.io/utils cpuset 2023-05-03 16:26:09 +00:00
oomkiller_linux_test.go skip the reason check for OOM tests if it will fail 2023-09-06 12:20:02 -05:00
os_label_rename_test.go e2e tests: set all PSa labels instead of just enforcing 2023-06-21 15:05:13 +02:00
OWNERS Remove ehashman from sig-node roles 2022-11-01 12:16:43 -07:00
pids_test.go e2e tests: set all PSa labels instead of just enforcing 2023-06-21 15:05:13 +02:00
pod_conditions_test.go Revert "KEP 3085: check PodReadyToStartContainers condition after volume create" 2023-10-18 09:36:59 -04:00
pod_host_ips.go Fix e2e 2023-10-29 23:16:13 +08:00
pod_hostnamefqdn_test.go e2e_node: stop using deprecated framework.ExpectEqual 2023-10-09 16:42:42 +08:00
podresources_test.go Merge pull request #121019 from kl52752/rate-limiting 2023-10-19 08:15:26 +02:00
pods_container_manager_test.go e2e tests: set all PSa labels instead of just enforcing 2023-06-21 15:05:13 +02:00
pods_lifecycle_termination_test.go e2e_node: stop using deprecated framework.ExpectEqual 2023-10-09 16:42:42 +08:00
quota_lsci_test.go e2e tests: set all PSa labels instead of just enforcing 2023-06-21 15:05:13 +02:00
README.md Removed broken link to Analytics 2020-08-13 16:03:37 -04:00
resource_collector.go Bump cadvisor version in tests to v0.47.2 2023-06-29 09:58:31 -04:00
resource_metrics_test.go kubelet: fix metric container_start_time_seconds's timestamp 2023-09-08 09:13:37 +02:00
resource_usage_test.go e2e tests: set all PSa labels instead of just enforcing 2023-06-21 15:05:13 +02:00
restart_test.go Merge pull request #118280 from stlaz/e2e_psa_labels 2023-06-28 11:14:43 -07:00
runtime_conformance_test.go e2e tests: set all PSa labels instead of just enforcing 2023-06-21 15:05:13 +02:00
runtimeclass_test.go e2e tests: set all PSa labels instead of just enforcing 2023-06-21 15:05:13 +02:00
seccompdefault_test.go remove the legacy test dependency 2023-08-17 12:54:20 -05:00
security_context_test.go e2e tests: set all PSa labels instead of just enforcing 2023-06-21 15:05:13 +02:00
standalone_test.go e2e: remove redundant spaces in test names 2023-09-29 08:30:57 +02:00
summary_test.go add container filesystem to CRI api 2023-10-23 15:04:30 -04:00
swap_test.go Add a swap e2e test 2023-07-14 14:52:28 +03:00
system_node_critical_test.go node_e2e: Fix createStaticSystemNodeCriticalPod's invalid spec 2023-07-20 20:18:05 +09:00
terminate_pods_test.go e2e tests: set all PSa labels instead of just enforcing 2023-06-21 15:05:13 +02:00
topology_manager_metrics_test.go node: e2e: topology-mgr: Disambiguage cores from cpus 2023-10-23 13:01:17 +01:00
topology_manager_test.go node: e2e: topology-mgr: Determine threads per core 2023-10-23 12:58:50 +01:00
unknown_pods_test.go e2e tests: set all PSa labels instead of just enforcing 2023-06-21 15:05:13 +02:00
util.go Revert "podresources: e2e: force eager connection" 2023-10-16 09:46:04 -04:00
util_sampledevice.go test: Fix path to e2e node sample device plugin 2023-03-02 19:22:59 -08:00
util_sriov.go e2e: TM: add option to fail instead of skip 2021-09-13 13:23:36 +02:00
util_sriov_linux.go e2e: TM: add option to fail instead of skip 2021-09-13 13:23:36 +02:00
util_sriov_unsupported.go e2e: TM: add option to fail instead of skip 2021-09-13 13:23:36 +02:00
util_xfs_linux.go generated: Run hack/update-gofmt.sh 2021-08-24 15:47:49 -04:00
util_xfs_unsupported.go generated: Run hack/update-gofmt.sh 2021-08-24 15:47:49 -04:00
utils_linux.go generated: Run hack/update-gofmt.sh 2021-08-24 15:47:49 -04:00
utils_unsupported.go generated: Run hack/update-gofmt.sh 2021-08-24 15:47:49 -04:00
volume_manager_test.go e2e tests: set all PSa labels instead of just enforcing 2023-06-21 15:05:13 +02:00