• 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
..
BUILD Loading commit data...
apparmor.go Loading commit data...
autoscaling_utils.go Loading commit data...
configmap.go Loading commit data...
configmap_volume.go Loading commit data...
container_probe.go Loading commit data...
docker_containers.go Loading commit data...
downward_api.go Loading commit data...
downwardapi_volume.go Loading commit data...
empty_dir.go Loading commit data...
events.go Loading commit data...
expansion.go Loading commit data...
host_path.go Loading commit data...
init_container.go Loading commit data...
kubelet_etc_hosts.go Loading commit data...
lifecycle_hook.go Loading commit data...
networking.go Loading commit data...
node_lease.go Loading commit data...
pods.go Loading commit data...
privileged.go Loading commit data...
projected.go Loading commit data...
secrets.go Loading commit data...
secrets_volume.go Loading commit data...
sysctl.go Loading commit data...
util.go Loading commit data...
volumes.go Loading commit data...