Searched refs:expect_runstate (Results 1 – 6 of 6) sorted by relevance
678 def wait_migration(self, expect_runstate): argument686 while self.qmp('query-status')['return']['status'] != expect_runstate:
757 def wait_migration(self, expect_runstate: Optional[str]) -> bool:772 while runstate != expect_runstate:
774 def wait_migration(self, expect_runstate: Optional[str]) -> bool:789 while runstate != expect_runstate:
820 def wait_migration(self, expect_runstate: Optional[str]) -> bool:835 while runstate != expect_runstate:
833 def wait_migration(self, expect_runstate: Optional[str]) -> bool:848 while runstate != expect_runstate: