aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-09-28Merge remote-tracking branch 'remotes/jsnow-gitlab/tags/python-pull-request' ...Peter Maydell
2021-09-27Merge remote-tracking branch 'remotes/philmd/tags/integration-testing-2021092...Peter Maydell
2021-09-27tests/acceptance: Test powernv machinesCédric Le Goater
2021-09-27tests/acceptance/ppc_prep_40p.py: clean up unused importCleber Rosa
2021-09-27tests/acceptance/ppc_prep_40p.py: NetBSD 7.1.2 location updateCleber Rosa
2021-09-27tests/acceptance/boot_xen.py: removed unused importCleber Rosa
2021-09-27acceptance/tests/vnc.py: use explicit syntax for enabling passwordsCleber Rosa
2021-09-27Acceptance Tests: improve check-acceptance descriptionCleber Rosa
2021-09-27qemu: Split machine_ppc.py acceptance testsDavid Gibson
2021-09-27tests/Makefile: add AVOCADO_TESTS option to make check-acceptanceWillian Rampazzo
2021-09-27docs/devel/testing: add instruction to run a single acceptance testWillian Rampazzo
2021-09-27tests/Makefile: allow control over tags during check-acceptanceWillian Rampazzo
2021-09-27avocado_qemu: fix inheritance order on LinuxTest classWillian Rampazzo
2021-09-27avocado_qemu: explicitly return None to avoid R1710Willian Rampazzo
2021-09-27avocado_qemu: tweak ssh connect methodWillian Rampazzo
2021-09-27avocado_qemu: fix import module based on isortWillian Rampazzo
2021-09-27avocado_qemu: standardize super() call following PEP3135Willian Rampazzo
2021-09-27Acceptance Tests: add standard clean up at test tearDown()Cleber Rosa
2021-09-27Acceptance tests: add myself as a reviewer for the acceptance testsWillian Rampazzo
2021-09-27tests/acceptance: Linux boot test for record/replayPavel Dovgalyuk
2021-09-27tests/acceptance: add replay kernel test for alphaPavel Dovgalyuk
2021-09-27tests/acceptance: add replay kernel test for nios2Pavel Dovgalyuk
2021-09-27tests/acceptance: add replay kernel test for openriscPavel Dovgalyuk
2021-09-27tests/acceptance: add replay kernel test for s390xPavel Dovgalyuk
2021-09-27python/aqmp-tui: Add syntax highlightingG S Niteesh Babu
2021-09-27python: add optional pygments dependencyG S Niteesh Babu
2021-09-27python: Add entry point for aqmp-tuiG S Niteesh Babu
2021-09-27python/aqmp-tui: Add AQMP TUIG S Niteesh Babu
2021-09-27python: Add dependencies for AQMP TUIG S Niteesh Babu
2021-09-27python/aqmp: Add Coverage.py supportJohn Snow
2021-09-27python/aqmp: add LineProtocol testsJohn Snow
2021-09-27python/aqmp: add AsyncProtocol unit testsJohn Snow
2021-09-27python: bump avocado to v90.0John Snow
2021-09-27python/aqmp: add scary messageJohn Snow
2021-09-27python/aqmp: add asyncio_run compatibility wrapperJohn Snow
2021-09-27python/aqmp: add _raw() execution interfaceJohn Snow
2021-09-27python/aqmp: add execute() interfacesJohn Snow
2021-09-27python/aqmp: Add message routing to QMP protocolJohn Snow
2021-09-27python/pylint: disable no-member checkJohn Snow
2021-09-27python/aqmp: add QMP protocol supportJohn Snow
2021-09-27python/pylint: disable too-many-function-argsJohn Snow
2021-09-27python/aqmp: add QMP event supportJohn Snow
2021-09-27python/aqmp: add well-known QMP object modelsJohn Snow
2021-09-27python/aqmp: add QMP Message formatJohn Snow
2021-09-27python/aqmp: add AsyncProtocol._readline() methodJohn Snow
2021-09-27python/aqmp: add _cb_inbound and _cb_outbound logging hooksJohn Snow
2021-09-27python/aqmp: add configurable read buffer limitJohn Snow
2021-09-27python/aqmp: add AsyncProtocol.accept() methodJohn Snow
2021-09-27python/aqmp: add logging to AsyncProtocolJohn Snow
2021-09-27python/aqmp: Add logging utility helpersJohn Snow