-
Notifications
You must be signed in to change notification settings - Fork 48
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
NeoEden: add initial tests #1031
Open
shjala
wants to merge
15
commits into
lf-edge:master
Choose a base branch
from
shjala:make_eden_great_again
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
You sure you want to do this in one PR? I mean I'm going to help you all the way through, but my experience with that says we should do it in smaller steps |
shjala
force-pushed
the
make_eden_great_again
branch
from
September 24, 2024 15:52
73f2576
to
86fec04
Compare
hmm make sense, lets me rework it so we can have two eden in parallel. |
shjala
force-pushed
the
make_eden_great_again
branch
2 times, most recently
from
September 24, 2024 16:54
fd6c805
to
6ee8a2c
Compare
shjala
force-pushed
the
make_eden_great_again
branch
from
October 22, 2024 13:19
518c2d7
to
62f5dc6
Compare
The idea is to get rid of the escript and write tests using go testing infra. This is a first step twoards that goal. The main principales are 1. DRY and KISS. 2. Tests are grouped together (only smoke at the moment) 3. Tests broken into different categories based on what they test, like just EVE, or App or Network (for now just simple eve tests are ported) 5. Setup once and use in multiple tests, for example setup an app once and share it between (no-destructive) tests. Signed-off-by: Shahriyar Jalayeri <[email protected]>
shjala
force-pushed
the
make_eden_great_again
branch
from
October 23, 2024 11:36
62f5dc6
to
8a05029
Compare
Signed-off-by: Shahriyar Jalayeri <[email protected]>
Signed-off-by: Shahriyar Jalayeri <[email protected]>
Signed-off-by: Shahriyar Jalayeri <[email protected]>
Signed-off-by: Shahriyar Jalayeri <[email protected]>
Signed-off-by: Shahriyar Jalayeri <[email protected]>
Signed-off-by: Shahriyar Jalayeri <[email protected]>
Signed-off-by: Shahriyar Jalayeri <[email protected]>
Signed-off-by: Shahriyar Jalayeri <[email protected]>
shjala
force-pushed
the
make_eden_great_again
branch
2 times, most recently
from
October 23, 2024 11:43
2cabe15
to
1c66635
Compare
- add LogTimeErrorf - add Ubuntu 20.04 app template Signed-off-by: Shahriyar Jalayeri <[email protected]> NeoEden : rename unused paramater to _ in vtpm_test.go Signed-off-by: Shahriyar Jalayeri <[email protected]>
Signed-off-by: Shahriyar Jalayeri <[email protected]> NeoEden : renme unused parameter to _ in template/main_test.go Signed-off-by: Shahriyar Jalayeri <[email protected]>
shjala
force-pushed
the
make_eden_great_again
branch
2 times, most recently
from
October 23, 2024 12:26
6c421d5
to
140c864
Compare
Signed-off-by: Shahriyar Jalayeri <[email protected]>
Signed-off-by: Shahriyar Jalayeri <[email protected]>
Signed-off-by: Shahriyar Jalayeri <[email protected]>
Signed-off-by: Shahriyar Jalayeri <[email protected]>
shjala
force-pushed
the
make_eden_great_again
branch
from
October 23, 2024 13:52
140c864
to
61307b5
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This is really janky at the moment, but the idea is to get rid of the escrip and write tests using go testing infra.
TODO:
Test
Simply build and prepare :
and then :