-
Notifications
You must be signed in to change notification settings - Fork 158
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
Integration test framework #366
Conversation
d2f17de
to
e47a06f
Compare
@PrasadG193, I discussed your concerns with @tdmanv. Regarding how to set up env variable in container: @tdmanv will discuss more about it in the next meeting. for now, you can assume that the env variable are set and move ahead accordingly. We are planning to run a new job in addition to the travis CI, to run these integration tests. more discussion will be done over the meeting. Lets make sure that the tests pass locally for you and please include the result of the test in the PR commit. |
@SupriyaKasten I've modified interfaces to pass check object and used that in error checking. |
E2E integration test verbose logs |
Export kanctl helper methods for integration tests Signed-off-by: Prasad Ghangal <prasad.ghangal@gmail.com>
Add new make rule "make integration-test" Signed-off-by: Prasad Ghangal <prasad.ghangal@gmail.com>
Signed-off-by: Prasad Ghangal <prasad.ghangal@gmail.com>
Validate Blueprint with app object references Signed-off-by: Prasad Ghangal <prasad.ghangal@gmail.com>
Change Overview
Pull request type
Please check the type of change your PR introduces:
Issues
Test Plan