-
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
base: master
Are you sure you want to change the base?
Commits on Oct 23, 2024
-
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]>
Configuration menu - View commit details
-
Copy full SHA for 1557dbb - Browse repository at this point
Copy the full SHA 1557dbbView commit details -
NeoEden: use new LogTime* functions in eve test
Signed-off-by: Shahriyar Jalayeri <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 123684f - Browse repository at this point
Copy the full SHA 123684fView commit details -
NeoEden : add test directory for lps-loc, storage, upgrade
Signed-off-by: Shahriyar Jalayeri <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a225c17 - Browse repository at this point
Copy the full SHA a225c17View commit details -
NeoEden : add a template for test writing
Signed-off-by: Shahriyar Jalayeri <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for bf0864b - Browse repository at this point
Copy the full SHA bf0864bView commit details -
NeoEden : make eve tests makefile more generic
Signed-off-by: Shahriyar Jalayeri <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for af74307 - Browse repository at this point
Copy the full SHA af74307View commit details -
NeoEden: add a initial virtualization tests
Signed-off-by: Shahriyar Jalayeri <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8882e13 - Browse repository at this point
Copy the full SHA 8882e13View commit details -
NeoEden : add virtualization workflow script
Signed-off-by: Shahriyar Jalayeri <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1990f41 - Browse repository at this point
Copy the full SHA 1990f41View commit details -
NeoEden : set t and use it in logging
Signed-off-by: Shahriyar Jalayeri <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a939b1a - Browse repository at this point
Copy the full SHA a939b1aView commit details -
NeoEden : update go mod and sum
Signed-off-by: Shahriyar Jalayeri <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 35c7400 - Browse repository at this point
Copy the full SHA 35c7400View commit details -
evetestkit : add error log function and more
- 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]>
Configuration menu - View commit details
-
Copy full SHA for 68a49c5 - Browse repository at this point
Copy the full SHA 68a49c5View commit details -
NeoEden : fix typo in template/main_test.go
Signed-off-by: Shahriyar Jalayeri <[email protected]> NeoEden : renme unused parameter to _ in template/main_test.go Signed-off-by: Shahriyar Jalayeri <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3be2cad - Browse repository at this point
Copy the full SHA 3be2cadView commit details -
NeoEden : rename unused paramater to _
Signed-off-by: Shahriyar Jalayeri <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 35af27d - Browse repository at this point
Copy the full SHA 35af27dView commit details -
evetestkit : add Ubuntu 20.04 to the list of installable apps
Signed-off-by: Shahriyar Jalayeri <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2d868b5 - Browse repository at this point
Copy the full SHA 2d868b5View commit details -
NeoEden : make vtpm test more verbose
Signed-off-by: Shahriyar Jalayeri <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8aae4a9 - Browse repository at this point
Copy the full SHA 8aae4a9View commit details -
NeoEden : add Azure IoT 1.4 (lagacy) test
Signed-off-by: Shahriyar Jalayeri <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 61307b5 - Browse repository at this point
Copy the full SHA 61307b5View commit details