functest: add dummy test suite for CI validation - #1083
Merged
Conversation
|
Caution The consumer version of Gemini Code Assist on GitHub has been sunset. All code review activity has officially ceased. |
kostyanf14
reviewed
Aug 4, 2026
There was a problem hiding this comment.
Pull request overview
Adds a “dummy” functest suite intended to validate the functest engine end-to-end in CI without relying on a real driver package (snapshot lifecycle, workspace checks, guest/host file transfer).
Changes:
- Adds a new functest suite (
dummy.json) plus 5 new dummy test cases undertests/cases/dummy_ci/. - Adds a Jenkins job script to run the dummy suite and assert all cases pass.
Reviewed changes
Copilot reviewed 7 out of 7 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
| lib/engines/functest/tests/suites/dummy.json | New dummy CI suite definition (list of dummy_ci test cases). |
| lib/engines/functest/tests/cases/dummy_ci/workspace_check.json | Host workspace + guest uploaded test-binaries verification. |
| lib/engines/functest/tests/cases/dummy_ci/variable_to_file.json | Validates variable substitution + guest-to-host file download. |
| lib/engines/functest/tests/cases/dummy_ci/snapshot_restore.json | Boots from saved snapshot and checks marker persistence. |
| lib/engines/functest/tests/cases/dummy_ci/snapshot_create.json | Creates marker + saves snapshot tag. |
| lib/engines/functest/tests/cases/dummy_ci/snapshot_clean_boot.json | Clean-boot validation (marker absent). |
| jenkins/test_func_dummy_ci.sh | Jenkins runner for the dummy functest suite. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
elizashurov
force-pushed
the
functest-dummy-ci-test
branch
from
August 5, 2026 12:42
720eed8 to
46f1d05
Compare
Adds a no-driver test suite to verify functest engine works correctly. Tests cover VM snapshots, host workspace checks, file uploads to guest, and reading data back to the host. Signed-off-by: Elizabeth Ashurov <eashurov@redhat.com>
elizashurov
force-pushed
the
functest-dummy-ci-test
branch
from
August 5, 2026 13:15
46f1d05 to
97fd544
Compare
kostyanf14
approved these changes
Aug 5, 2026
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.
Adds a no-driver test suite to verify functest engine works correctly. Tests cover VM snapshots, host workspace checks, file uploads to guest, and reading data back to the host.