forked from autotest/virt-test
-
Notifications
You must be signed in to change notification settings - Fork 4
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
Basic test for qxl using rendercheck #27
Open
tjamrisk
wants to merge
13
commits into
spiceqa:final
Choose a base branch
from
tjamrisk:qxl
base: final
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains 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
Refactoring the config files by moving all the separate cfg files per test to one, and removing the redundancies set in each one. Refactoring the base tests-spice.cfg to clean up the redundancies also and split up the tests per platform to be tested on. Signed-off-by: Vimal Patel <[email protected]> Signed-off-by: Marian Krcmarik <[email protected]>
Adding the functionality of passing a password different then set, support negative testing, where rv_connection is not established, and setting a password through the qemu monitor. Signed-off-by: Vimal Patel <[email protected]> Signed-off-by: Marian Krcmarik <[email protected]>
Signed-off-by: Marian Krcmarik <[email protected]>
- use yum instead of rpm, - use nogpgcheck, - EPEL repo link has i386 string instead of i686. - use root account for installation. Signed-off-by: Marian Krcmarik <[email protected]>
Spice vdagent is started with gnome-session automatically and use root session when needed since default user for spice tests is non-root. Do not fail test If gnome-session does not run. Signed-off-by: Marian Krcmarik <[email protected]>
Moved verify established and an exception class from rv_connect to utils_spice, to make it accessible by all spice tests. Signed-off-by: Vimal Patel <[email protected]> Signed-off-by: Marian Krcmarik <[email protected]>
Signed-off-by: Vimal Patel <[email protected]> Signed-off-by: Marian Krcmarik <[email protected]>
Adding client_guest_shutdown test to replace the default shutdown test to shutdown both VMs used for the spice tests. Signed-off-by: Vimal Patel <[email protected]> Signed-off-by: Marian Krcmarik <[email protected]>
Start X right after boot and create test user to be used for Spice related tests. Signed-off-by: Tomas Jamrisko <[email protected]> Signed-off-by: Marian Krcmarik <[email protected]>
X and gnome session is started automatically after boot for Spice related tests. Signed-off-by: Marian Krcmarik <[email protected]>
Since Spice tests use test (non-root) user, use root session when root privileges are needed. Signed-off-by: Marian Krcmarik <[email protected]>
Signed-off-by: Tomas Jamrisko <[email protected]>
Signed-off-by: Tomas Jamrisko <[email protected]>
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.
Allows us to install rendercheck, run it and retrieve failing results.