summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)AuthorFilesLines
2020-03-09migrate.py: By default try to search system qemu executableFrediano Ziglio1-1/+1
2020-03-09migrate.py: Use python3 as executable interpreterFrediano Ziglio1-1/+1
2020-03-04migrate.py: add seamless migration optionVictor Toso1-3/+11
2020-03-04migrate.py: cosmetic changesVictor Toso1-13/+26
2020-03-04migrate.py: add option for hostname changeVictor Toso1-9/+15
2020-03-04migrate.py: style, break line of qmp's commandVictor Toso1-3/+8
2020-03-04migrate.py: cosmetic changes on start_qemu()Victor Toso1-15/+17
2020-03-04migrate.py: simplify wait_active()Victor Toso1-7/+3
2020-03-04migrate.py: migrate count starts with 1Victor Toso1-1/+1
2020-03-04migrate.py: fix events raceVictor Toso1-1/+1
2020-02-20migrate.py: do not run with snapshotUri Lublin1-2/+10
2020-02-20migrate.py: a helper function for shell commandsUri Lublin1-1/+4
2020-02-20migrate.py: print qemu command lineUri Lublin1-0/+4
2020-02-20migrate.py: enable kvmUri Lublin1-1/+2
2020-02-20migrate.py: python3: when there is no output do not print the headingUri Lublin1-3/+7
2020-02-20migrate.py: python3: raw_input and moreUri Lublin1-2/+7
2020-02-13migrate.py: python3: printUri Lublin1-7/+7
2020-02-13migrate.py: remove unused variable errUri Lublin1-1/+1
2019-10-04tests: migrate: fix migration with --vdagent optionVictor Toso1-6/+13
2019-10-04tests: migrate: wait user launch client optionVictor Toso1-4/+9
2019-10-04tests: migrate: default to not launch clientVictor Toso1-5/+11
2019-09-25tests: migrate: add counter for testsVictor Toso1-1/+5
2019-09-25tests: migrate: add option --wait-user-inputVictor Toso1-1/+3
2019-09-25tests: migrate: bool instead of on/off option in cmd lineVictor Toso1-2/+3
2019-09-25tests: migrate: remove multiple client optionVictor Toso1-10/+7
2019-09-25tests: migrate: fix relative qmp.py pathVictor Toso1-2/+2
2019-09-25tests: migrate: add support to run with remote-viewerVictor Toso1-1/+4
2019-09-25tests: migrate: use uri for default's spicy clientVictor Toso1-2/+2
2019-09-25tests: migrate: remove spicec optionVictor Toso1-2/+2
2011-08-23tests/migrate.py: add --vdagentAlon Levy1-5/+10
2011-08-23server/tests/migrate.py: make executableAlon Levy1-0/+1
2011-07-05tests/migrate: update to use argparse and run spicy by defaultAlon Levy1-32/+56
2011-02-11tests/migrate.py: refactor to allow importing for later useAlon Levy1-51/+81
2011-01-15tests/migrate.py: add a migration testAlon Levy1-0/+158