Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add first few e2e test cases #151

Merged
merged 2 commits into from
Dec 22, 2018
Merged

Commits on Dec 21, 2018

  1. Add simple e2e test cases

    Some other changes required
    * Update Go and vendored Kubernetes versions
    * Update vendor directory
    * Disable go mod in Travis CI
    dkoshkin committed Dec 21, 2018
    Configuration menu
    Copy the full SHA
    716434b View commit details
    Browse the repository at this point in the history
  2. Use k8s.io/klog instead of github.com/golang/glog

    * The Kubernetes has moved over to using k8s.io/klog
    * Using glog will cause "flag redefined: log_dir" when running e2e that import values from github.com/kubernetes-sigs/aws-ebs-csi-driver/
    * Similar to issue kubernetes/kubernetes#35096
    dkoshkin committed Dec 21, 2018
    Configuration menu
    Copy the full SHA
    0c34e16 View commit details
    Browse the repository at this point in the history