Skip to content
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 a target runner for running tests in VMs #5285

Merged
merged 29 commits into from
Mar 26, 2024
Merged
Show file tree
Hide file tree
Changes from 23 commits
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
2a96fe1
wip
andrewjstone Mar 11, 2024
21c7818
Merge branch 'main' into falcon-nextest
andrewjstone Mar 11, 2024
f3c4af3
wip
andrewjstone Mar 11, 2024
f63ad85
A running test
andrewjstone Mar 12, 2024
377967a
pick the proper bin
andrewjstone Mar 14, 2024
7b3628c
Merge branch 'main' into falcon-nextest
andrewjstone Mar 14, 2024
0d01550
wip
andrewjstone Mar 15, 2024
4da2eff
Merge branch 'main' into falcon-nextest
andrewjstone Mar 18, 2024
54d08ec
Latest falcon updates and run with env target
andrewjstone Mar 18, 2024
12b8e9e
fix gitignore
andrewjstone Mar 18, 2024
be45a0d
Merge branch 'main' into falcon-nextest
andrewjstone Mar 19, 2024
1409092
Add a CLI for interacting with a falcon VMM test
andrewjstone Mar 19, 2024
8e8e8a4
pass or fail based on exit code
andrewjstone Mar 21, 2024
d1a7b37
Use ephemeral falcon dirs and better test failure handling
andrewjstone Mar 22, 2024
2fc5fd9
Example test fails when not running in a VM
andrewjstone Mar 22, 2024
7bdeba9
Add README.md
andrewjstone Mar 23, 2024
e5f1ee0
more-readme
andrewjstone Mar 23, 2024
cdc97a6
point back at latest falcon
andrewjstone Mar 23, 2024
b56174c
clippy
andrewjstone Mar 25, 2024
a48aee0
use a logger instead of eprintln
andrewjstone Mar 25, 2024
2a8216e
do not double destroy
andrewjstone Mar 25, 2024
2ecb8cb
hakari
andrewjstone Mar 25, 2024
caae766
illumos only
andrewjstone Mar 25, 2024
a016f04
review fixes
andrewjstone Mar 26, 2024
29f7c03
only build for illumos
andrewjstone Mar 26, 2024
51292e4
fix cli
andrewjstone Mar 26, 2024
1f66088
damnit
andrewjstone Mar 26, 2024
6f74a8b
wtf
andrewjstone Mar 26, 2024
6a6bc4a
derp
andrewjstone Mar 26, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,6 @@ rusty-tags.vi
*.sw*
tags
.direnv
.falcon/*
.img/*
connectivity-report.json
Loading
Loading