kubernetes/test/e2e_node/remote
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
..
gce calculate the correct machine-type 2023-07-26 23:10:06 +00:00
cadvisor_e2e.go re-organize remote e2e test to be pluggable 2023-03-13 12:33:47 -04:00
node_conformance.go Setup e2e_node to support testing on ARM64 2023-05-20 00:07:44 +00:00
node_e2e.go Set AWS specific credential provider when running there 2023-06-27 07:45:59 -04:00
remote.go 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
run_remote_suite.go Refactor remote runners 2023-04-02 16:51:39 -04:00
runner.go refactor remote test running 2023-03-12 21:26:01 -05:00
ssh_runner.go Refactor remote runners 2023-04-02 16:51:39 -04:00
ssh.go refactor remote test running 2023-03-12 21:26:01 -05:00
types.go Refactor remote runners 2023-04-02 16:51:39 -04:00
utils.go Update CNI plugins to v1.3.0 2023-08-17 09:50:53 +02:00