Skip to content

Add --dry-run option#101

Merged
acerv merged 1 commit into
linux-test-project:masterfrom
acerv:dry_run
Jun 10, 2026
Merged

Add --dry-run option#101
acerv merged 1 commit into
linux-test-project:masterfrom
acerv:dry_run

Conversation

@acerv

@acerv acerv commented Jun 10, 2026

Copy link
Copy Markdown
Collaborator

Some developers require to know what tests will be considered before running a kirk session. By adding a --dry-run option, we can achieve this and printing what tests will be executed according to skip/run parameters. The algorithm is:

  • download from the SUT runtest files
  • apply skip rules to runtest files and extract tests
  • print parallel and serial execution tests

Closes: #100

@acerv acerv self-assigned this Jun 10, 2026
@acerv acerv added the enhancement New feature or request label Jun 10, 2026
Some developers require to know what tests will be considered before
running a kirk session. By adding a --dry-run option, we can achieve
this and printing what tests will be executed according to skip/run
parameters. The algorithm is:

- download from the SUT runtest files
- apply skip rules to runtest files and extract tests
- print parallel and serial execution tests

Signed-off-by: Andrea Cervesato <andrea.cervesato@suse.com>
Closes: linux-test-project#100
@acerv acerv merged commit eb79636 into linux-test-project:master Jun 10, 2026
18 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add --dry-run option

1 participant