-
Notifications
You must be signed in to change notification settings - Fork 116
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
Introduce e2e tests #174
Introduce e2e tests #174
Conversation
b408f1c
to
a59410c
Compare
That's so really amazing, as I still didn't find any time do this very important mission! I will first take a closer look at your previous PRs before digging into this one, but that is awesome!!! |
a59410c
to
c1dcc3d
Compare
6f11b0a
to
dc4aada
Compare
d1bef8e
to
f30b0e2
Compare
@xetys the build is failing since the Eg: https://travis-ci.org/mavimo/hetzner-kube/builds/438378321 |
f30b0e2
to
c3cfe78
Compare
c3cfe78
to
4981720
Compare
we try to solve the issue with the key by merging that |
Refs #122
First tentative to introduce end-to-end test, currently only check that the command are invoked correctly and do not return issue.
This branch include also the fix reported in #173 used to set token during context creation.
@xetys @JohnnyQQQQ this PR is not mergeable but is a starting point to discuss how to setup an appropriate E2E test suite
NB: PR fail since need config on travis-CI side, you can see the build working on a configured env in: https://travis-ci.org/mavimo/hetzner-kube/branches branch
introduce-e2e-tests