Skip to content

ci: Add more unikraft run arguments to test wrapper#418

Merged
danielvallance merged 1 commit into
mainfrom
danielvallance/unikraft_wrapper_args
Jul 6, 2026
Merged

ci: Add more unikraft run arguments to test wrapper#418
danielvallance merged 1 commit into
mainfrom
danielvallance/unikraft_wrapper_args

Conversation

@danielvallance

Copy link
Copy Markdown
Contributor

This reduces reliance on using the extra_args catch-all, and will make later comparison between what the test runs and what is in the README easier

Closes: FIELD-610

This reduces reliance on using the extra_args catch-all,
and will make later comparison between what the test runs
and what is in the README easier

Closes: FIELD-610
@danielvallance danielvallance marked this pull request as ready for review July 6, 2026 12:15

@dragosgheorghioiu dragosgheorghioiu left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

Reviewed-by: Dragos Gheorghioiu dragosg@unikraft.com
Approved-by: Dragos Gheorghioiu dragosg@unikraft.com

Comment thread _testlib/unikraft.py
memory: str | None = None,
name: str | None = None,
metro: str | None = None,
scale_to_zero: str | Mapping[str, Any] | None = None,

@dragosgheorghioiu dragosgheorghioiu Jul 6, 2026

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

i think Mapping[str, str] could work here but is not needed

Comment thread _testlib/unikraft.py
metro: str | None = None,
scale_to_zero: str | Mapping[str, Any] | None = None,
template: str | None = None,
env: Sequence[str] | Mapping[str, Any] = (),

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

same for env

@danielvallance danielvallance merged commit b4739e7 into main Jul 6, 2026
497 of 535 checks passed
@danielvallance danielvallance deleted the danielvallance/unikraft_wrapper_args branch July 6, 2026 15:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants