qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] Acceptance test: Fix to EXEC migration
@ 2020-03-25 11:31 Oksana Vohchana
  2020-03-25 12:30 ` [PATCH-for-5.0 v3] " Philippe Mathieu-Daudé
  0 siblings, 1 reply; 7+ messages in thread
From: Oksana Vohchana @ 2020-03-25 11:31 UTC (permalink / raw)
  To: qemu-devel; +Cc: ovoshcha, philmd, ehabkost, wainersm, crosa

The exec migration test isn't run a whole test scenario.
This patch fixes it

Signed-off-by: Oksana Vohchana <ovoshcha@redhat.com>
---
 tests/acceptance/migration.py | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/tests/acceptance/migration.py b/tests/acceptance/migration.py
index a8367ca023..0365289cda 100644
--- a/tests/acceptance/migration.py
+++ b/tests/acceptance/migration.py
@@ -70,8 +70,8 @@ class Migration(Test):
 
     @skipUnless(find_command('nc', default=False), "'nc' command not found")
     def test_migration_with_exec(self):
-        """
-        The test works for both netcat-traditional and netcat-openbsd packages
-        """
+        """The test works for both netcat-traditional and netcat-openbsd packages."""
         free_port = self._get_free_port()
         dest_uri = 'exec:nc -l localhost %u' % free_port
+        src_uri = 'exec:nc localhost %u' % free_port
+        self.do_migrate(dest_uri, src_uri)
-- 
2.21.1



^ permalink raw reply related	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2020-03-30 11:30 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-03-25 11:31 [PATCH] Acceptance test: Fix to EXEC migration Oksana Vohchana
2020-03-25 12:30 ` [PATCH-for-5.0 v3] " Philippe Mathieu-Daudé
2020-03-25 14:10   ` Oksana Voshchana
2020-03-25 14:14     ` Philippe Mathieu-Daudé
2020-03-25 15:15       ` Dr. David Alan Gilbert
2020-03-30 11:29         ` Philippe Mathieu-Daudé
2020-03-25 14:42     ` Philippe Mathieu-Daudé

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).