• Kubernetes Submit Queue's avatar
    Merge pull request #65222 from adelina-t/make-e2e-test-platform-agnostic · d46d6715
    Kubernetes Submit Queue authored
    Automatic merge from submit-queue (batch tested with PRs 67739, 65222). If you want to cherry-pick this change to another branch, please follow the instructions <a href="https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md">here</a>.
    
    Tests: Make e2e test platform-agnostic
    
    The test:
    [k8s.io] Pods should support remote command execution over websockets [NodeConformance]
    
      uses cat on /etc/resolv.conf and checks if the output from the container is  "namespace",
    which is incompatible with windows containers as there is no such file.
    
      Since the test just check if remote command execution works, the command is
    irrelevant as long as the output checks out. Switched to using echo "remote execution test",
    and checking that output as it works for both windows and linux.
    d46d6715
Name
Last commit
Last update
..
cmd Loading commit data...
conformance Loading commit data...
e2e Loading commit data...
e2e_kubeadm Loading commit data...
e2e_node Loading commit data...
fixtures Loading commit data...
images Loading commit data...
integration Loading commit data...
kubemark Loading commit data...
list Loading commit data...
soak Loading commit data...
typecheck Loading commit data...
utils Loading commit data...
BUILD Loading commit data...
OWNERS Loading commit data...
test_owners.csv Loading commit data...
test_owners.json Loading commit data...