-
Notifications
You must be signed in to change notification settings - Fork 53
add package evetestkit #1017
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 package evetestkit #1017
Conversation
milan-zededa
left a comment
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.
I think this is a good start towards a framework for eden Go tests. Over time we will extend it with more methods (deploy network instance, check published info messages, use Eden-SDN, etc.) as we continue adding more Go tests.
|
I will squash commits when it is approved. |
milan-zededa
left a comment
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.
OK, just couple yetus complains to fix
This is auxiliary package to make testing eve and vms easier, it offers a set of helper functions to create and manage eve and vm instances. Signed-off-by: Shahriyar Jalayeri <[email protected]>
|
I'm late to the party I see :D Thanks @shjala , I think it's a great start, we will shape it as we go and add more tests |
This is auxiliary package to make testing eve and vms easier, it offers a set of helper functions to create and manage eve and vm instances.
I moved it out of my other PRs, it would be great if we can get this review first so I can clean up my other tests (vcom, aziot and sec).