feat(test-framework): Add a test-framework to bao - #154
Closed
miguelafsilva5 wants to merge 41 commits into
Closed
Conversation
DavidMCerdeira
force-pushed
the
main
branch
2 times, most recently
from
July 16, 2024 10:47
59a293c to
8837766
Compare
miguelafsilva5
force-pushed
the
feat/test-framework
branch
7 times, most recently
from
July 17, 2024 13:48
6a6ab29 to
ae3afc5
Compare
miguelafsilva5
marked this pull request as ready for review
July 17, 2024 13:50
miguelafsilva5
requested review from
DavidMCerdeira,
danielRep,
josecm and
sandro2pinto
as code owners
July 17, 2024 13:50
Diogo21Costa
force-pushed
the
feat/test-framework
branch
from
September 14, 2025 10:56
4259da3 to
9b4c48c
Compare
Diogo21Costa
force-pushed
the
feat/test-framework
branch
4 times, most recently
from
November 10, 2025 19:54
a441e4a to
ec89631
Compare
Diogo21Costa
force-pushed
the
feat/test-framework
branch
from
November 20, 2025 14:40
ec89631 to
cd65b3b
Compare
Member
Author
|
@Diogo21Costa is it possible to run the framework on the docker like we do with the CI? With the CI we do, for example: |
Member
Author
|
@Diogo21Costa I've been testing the TF following the readme with docker. Only qemu-aarch64-virt and qemu-riscv64-virt worked. fvp-r: |
Member
Author
|
Nix recipes should also be up to date according to bao-demos/update/misc |
Diogo21Costa
force-pushed
the
feat/test-framework
branch
2 times, most recently
from
January 28, 2026 11:40
a375659 to
3f502e4
Compare
Diogo21Costa
force-pushed
the
feat/test-framework
branch
from
March 30, 2026 09:32
3f502e4 to
b363b0e
Compare
danielRep
force-pushed
the
feat/test-framework
branch
3 times, most recently
from
April 2, 2026 16:43
f4d2906 to
85b47d5
Compare
Signed-off-by: Diogo Costa <diogoandreveigacosta@gmail.com>
Signed-off-by: Diogo Costa <diogoandreveigacosta@gmail.com>
Signed-off-by: Diogo Costa <diogoandreveigacosta@gmail.com>
Signed-off-by: Diogo Costa <diogoandreveigacosta@gmail.com>
Signed-off-by: Diogo Costa <diogoandreveigacosta@gmail.com>
Signed-off-by: Diogo Costa <diogoandreveigacosta@gmail.com>
Signed-off-by: Daniel Oliveira <drawnpoetry@gmail.com>
Signed-off-by: Daniel Oliveira <drawnpoetry@gmail.com>
Signed-off-by: Daniel Oliveira <drawnpoetry@gmail.com>
Signed-off-by: Daniel Oliveira <drawnpoetry@gmail.com>
Signed-off-by: Daniel Oliveira <drawnpoetry@gmail.com>
Signed-off-by: Diogo Costa <diogoandreveigacosta@gmail.com>
Signed-off-by: Diogo Costa <diogoandreveigacosta@gmail.com>
danielRep
force-pushed
the
feat/test-framework
branch
from
April 9, 2026 10:00
ca43f87 to
f43518b
Compare
Signed-off-by: Daniel Oliveira <drawnpoetry@gmail.com>
Signed-off-by: Daniel Oliveira <drawnpoetry@gmail.com>
Signed-off-by: Daniel Oliveira <drawnpoetry@gmail.com>
Signed-off-by: Daniel Oliveira <drawnpoetry@gmail.com>
Signed-off-by: Daniel Oliveira <drawnpoetry@gmail.com>
Signed-off-by: Daniel Oliveira <drawnpoetry@gmail.com>
Signed-off-by: Diogo Costa <diogoandreveigacosta@gmail.com>
Signed-off-by: Diogo Costa <diogoandreveigacosta@gmail.com>
Signed-off-by: Diogo Costa <diogoandreveigacosta@gmail.com>
Signed-off-by: Diogo Costa <diogoandreveigacosta@gmail.com>
Signed-off-by: Diogo Costa <diogoandreveigacosta@gmail.com>
Signed-off-by: Diogo Costa <diogoandreveigacosta@gmail.com>
josecm
marked this pull request as draft
April 17, 2026 12:49
Member
|
Closing this PR in favor of #363, which supersedes it with a full rewrite of the testing framework. |
This file contains hidden or 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
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.
PR Description
This PR integrates a test framework into bao-hypervisor. This is done by adding 2 submodules:
Furthermore, this PR includes a directory dedicated to the implementation of test setups (recipes).
More info on how to use is available in tests/README.md.
This PR is currently working for qemu-aarch64-virt and qemu-riscv64-virt