k3s/test
Kubernetes Submit Queue 1955ed614f Merge pull request #39074 from Random-Liu/node-e2e-set-user
Automatic merge from submit-queue

Node E2E: Set user with `--ssh-user` flag when running remote node e2e.

This PR unblocks https://github.com/kubernetes/test-infra/issues/1348.

In our test environment, we must login test instance as user `jenkins` because of the service account. Node e2e is always using the default user on the host, which works fine till now, because it is always run as `jenkins` in our test environment.

However, now we moved the test runner into a docker container, inside the container user is `root` by default, which will cause error:
```
Permission denied (publickey)
```

This PR added a flag `--ssh-user` to explicitly specify the user used to ssh into test instance. The dockerized test runner can set user to `jenkins` with this flag.

@krzyzacy  @ixdy
2016-12-21 11:21:09 -08:00
..
e2e Add e2e test to detach a pd whose node api object was deleted 2016-12-20 12:23:56 -08:00
e2e_node Merge pull request #39074 from Random-Liu/node-e2e-set-user 2016-12-21 11:21:09 -08:00
fixtures Revert "add a unit test" 2016-11-22 21:01:20 -08:00
images fix examples/ compilation so that test/ also compiles 2016-12-12 15:14:49 -08:00
integration Merge pull request #35943 from jianhuiz/federation-apiserver-batch-job 2016-12-21 01:44:50 -08:00
kubemark Fixing 'systemd restart docker' command in kubemark master 2016-12-21 11:46:33 +01:00
list autoupdate BUILD files 2016-12-12 13:30:07 -08:00
soak rename /release_1_5 to /clientset 2016-12-14 12:39:48 -08:00
utils run hack/update-codegen.sh 2016-12-14 12:39:49 -08:00
OWNERS
test_owners.csv Merge pull request #38968 from liggitt/anonymous-abac 2016-12-20 23:31:43 -08:00