qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH v1 2/4] Acceptance test: EXEC migration


From: Wainer dos Santos Moschetta
Subject: Re: [PATCH v1 2/4] Acceptance test: EXEC migration
Date: Thu, 20 Feb 2020 14:23:47 -0300
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.4.0


On 2/14/20 12:52 PM, Oksana Vohchana wrote:
Improves EXEC migration to run whole test stage

Signed-off-by: Oksana Vohchana <address@hidden>
---
  tests/acceptance/migration.py | 2 ++
  1 file changed, 2 insertions(+)

Indeed, with this changes the migration is triggered.

Tested-by: Wainer dos Santos Moschetta <address@hidden>


diff --git a/tests/acceptance/migration.py b/tests/acceptance/migration.py
index e4c39b85a1..8209dcf71d 100644
--- a/tests/acceptance/migration.py
+++ b/tests/acceptance/migration.py
@@ -75,3 +75,5 @@ class Migration(Test):
          """
          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)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]