aboutsummaryrefslogtreecommitdiff
path: root/tests/acceptance/avocado_qemu
AgeCommit message (Expand)AuthorFilesLines
2021-11-08tests/acceptance: rename tests acceptance to tests avocadoWillian Rampazzo1-558/+0
2021-09-27avocado_qemu: fix inheritance order on LinuxTest classWillian Rampazzo1-1/+1
2021-09-27avocado_qemu: explicitly return None to avoid R1710Willian Rampazzo1-0/+1
2021-09-27avocado_qemu: tweak ssh connect methodWillian Rampazzo1-2/+2
2021-09-27avocado_qemu: fix import module based on isortWillian Rampazzo1-13/+5
2021-09-27avocado_qemu: standardize super() call following PEP3135Willian Rampazzo1-2/+2
2021-09-27Acceptance Tests: add standard clean up at test tearDown()Cleber Rosa1-0/+1
2021-07-13tests/acceptance: Add set_vm_arg() to the Test classWainer dos Santos Moschetta1-0/+21
2021-07-13tests/acceptance: Automatic set -cpu to the test vmWainer dos Santos Moschetta1-0/+5
2021-07-13Acceptance Tests: Add default kernel params and pxeboot url to the KNOWN_DIST...Willian Rampazzo1-3/+55
2021-07-13avocado_qemu: Fix KNOWN_DISTROS map into the LinuxDistro classWillian Rampazzo1-37/+49
2021-07-13tests/acceptance: Ignore binary data sent on serial consolePhilippe Mathieu-Daudé1-2/+5
2021-07-13Acceptance Tests: support choosing specific distro and versionCleber Rosa1-10/+37
2021-07-13Acceptance Tests: move definition of distro checksums to the frameworkCleber Rosa1-2/+37
2021-07-13Acceptance Tests: rename attribute holding the distro image checksumCleber Rosa1-2/+2
2021-07-13Acceptance Tests: distinguish between temp and logs dirCleber Rosa1-1/+2
2021-07-13Acceptance Tests: log information when creating QEMUMachineCleber Rosa1-2/+4
2021-07-13Acceptance Tests: use the job work directory for created VMsCleber Rosa1-1/+2
2021-06-01python: create qemu packagesJohn Snow1-4/+5
2021-06-01Acceptance Tests: set up SSH connection by default after boot for LinuxTestCleber Rosa1-1/+4
2021-06-01Acceptance Tests: make username/password configurableCleber Rosa1-2/+4
2021-06-01Acceptance Tests: add port redirection for ssh by defaultCleber Rosa1-1/+4
2021-06-01Acceptance Tests: move useful ssh methods to base classCleber Rosa1-1/+47
2021-03-16tests/acceptance: linux-related tests fixPavel Dovgalyuk1-2/+4
2021-03-16avocado_qemu: add exec_command functionWillian Rampazzo1-1/+13
2021-03-16tests/acceptance: Print expected message on wait_for_console_patternWainer dos Santos Moschetta1-1/+2
2021-02-15Acceptance Tests: set up existing ssh keys by defaultCleber Rosa1-0/+14
2021-02-15Acceptance Tests: fix population of public key in cloudinit imageCleber Rosa1-1/+3
2021-02-15Acceptance Tests: introduce method for requiring an acceleratorCleber Rosa1-0/+24
2021-02-15Acceptance Tests: introduce LinuxTest base classCleber Rosa1-0/+87
2020-11-23tests/avocado: clean-up socket directory after runAlex Bennée1-2/+3
2020-11-23tests: add prefixes to the bare mkdtemp callsAlex Bennée1-1/+2
2020-09-10tests/acceptance: Add Test.fetch_asset(cancel_on_missing=True)Philippe Mathieu-Daudé1-0/+12
2020-08-21meson: link emulators without Makefile.targetPaolo Bonzini1-2/+1
2020-05-31tests/acceptance: allow console interaction with specific VMsPavel Dovgalyuk1-5/+8
2020-03-17Acceptance tests: introduce BUILD_DIR and SOURCE_DIRCleber Rosa1-6/+19
2020-02-07Acceptance tests: Add interrupt_interactive_console_until_pattern()Philippe Mathieu-Daudé1-2/+30
2020-02-07Acceptance tests: Extract _console_interaction()Philippe Mathieu-Daudé1-14/+17
2019-12-16Acceptance tests: use avocado tags for machine typeCleber Rosa1-0/+5
2019-12-16Acceptance tests: introduce utility method for tags unique valsCleber Rosa1-6/+13
2019-10-28tests/acceptance: Refactor exec_command_and_wait_for_pattern()Philippe Mathieu-Daudé1-0/+19
2019-10-28tests/acceptance: Fix wait_for_console_pattern() hangsPhilippe Mathieu-Daudé1-0/+1
2019-10-28Acceptance tests: refactor wait_for_console_patternCleber Rosa1-0/+25
2019-10-28Acceptance tests: work around socket dirCleber Rosa1-1/+2
2019-08-28tests.acceptance.avocado_qemu: Add support for powerpcSatheesh Rajendran1-0/+3
2019-07-01python/qemu: split QEMUMachine out from underneath __init__.pyJohn Snow1-1/+1
2019-05-02tests/acceptance: look for target architecture in test tags firstCleber Rosa1-1/+6
2019-05-02tests/acceptance: introduce arch parameter and attributeCleber Rosa1-3/+11
2019-05-02tests/acceptance: improve docstring on pick_default_qemu_bin()Cleber Rosa1-0/+4
2019-02-22tests.acceptance: adds multi vm capability for acceptance testsCaio Carrara1-4/+21