Home
last modified time | relevance | path

Searched refs:expect_runstate (Results 1 – 6 of 6) sorted by relevance

/dports/emulators/qemu-guest-agent/qemu-5.0.1/tests/qemu-iotests/
H A Diotests.py678 def wait_migration(self, expect_runstate): argument
686 while self.qmp('query-status')['return']['status'] != expect_runstate:
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/tests/qemu-iotests/
H A Diotests.py678 def wait_migration(self, expect_runstate): argument
686 while self.qmp('query-status')['return']['status'] != expect_runstate:
/dports/emulators/qemu5/qemu-5.2.0/tests/qemu-iotests/
H A Diotests.py757 def wait_migration(self, expect_runstate: Optional[str]) -> bool:
772 while runstate != expect_runstate:
/dports/emulators/qemu60/qemu-6.0.0/tests/qemu-iotests/
H A Diotests.py774 def wait_migration(self, expect_runstate: Optional[str]) -> bool:
789 while runstate != expect_runstate:
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/tests/qemu-iotests/
H A Diotests.py820 def wait_migration(self, expect_runstate: Optional[str]) -> bool:
835 while runstate != expect_runstate:
/dports/emulators/qemu/qemu-6.2.0/tests/qemu-iotests/
H A Diotests.py833 def wait_migration(self, expect_runstate: Optional[str]) -> bool:
848 while runstate != expect_runstate: