-
Notifications
You must be signed in to change notification settings - Fork 33
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
Issue #141 Replace avocado based tests with shell scripts based test #152
Conversation
Tests results:
|
retest this please |
@budhrg At least the test passed this time 👍 |
@LalatenduMohanty , Passed twice from yesterday |
tests/test.sh
Outdated
|
||
BINARY=build/bin/minishift | ||
ISO=file:///root/payload/build/minishift-centos7.iso | ||
EXTRA_FLAGS="--show-libmachine-logs" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This will make running tests locally very difficult. I think we still want to keep it easier for contributors to run the test locally. WDYT?
|
@budhrg When I am trying the PR locally, it is failing for me. Have you seen this?
|
@LalatenduMohanty , you are able to reproduce locally the issue #121 Also, is that binary latest? and CentOS iso? |
Not reproducible for me in my machine. @praveenkumar could you check? |
I did try on my machine and looks like everything is passed.
|
@LalatenduMohanty , could you do the needful action here? Anything needed in this PR? |
I am not able to reproduce this if I run manually |
tests/test.sh
Outdated
# Tests | ||
verify_start_instance | ||
verify_stop_instance | ||
sleep 90 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The sleep should be after the start command as I found in my local tests.
Fix #141
Not a shell programmer. Let me know if tests can be improved.