[Spice-devel] [spice 1/8] tests: migrate: remove spicec option
Victor Toso
victortoso at redhat.com
Wed Sep 25 09:06:54 UTC 2019
From: Victor Toso <me at victortoso.com>
Removed, see:
| commit 1876971442ef808b5dcdaa5dc12df617f2179cb5
| Author: Christophe Fergeau <cfergeau at redhat.com>
| Date: Fri Nov 21 11:01:17 2014 +0100
|
| client: Remove client code
|
| The client has been superseded by virt-viewer (
| http://virt-manager.org/download/sources/virt-viewer/ )
| and is no longer being maintained.
Signed-off-by: Victor Toso <victortoso at redhat.com>
---
tests/migrate.py | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/tests/migrate.py b/tests/migrate.py
index 9a3cef47..0c302c92 100755
--- a/tests/migrate.py
+++ b/tests/migrate.py
@@ -16,7 +16,7 @@ Will leave a log file, migrate_test.log, in current directory.
"""
#
-# start one spiceclient, have two machines (active and target),
+# start one spice client, have two machines (active and target),
# and repeat:
# active wait until it's active
# active client_migrate_info
@@ -58,7 +58,7 @@ def get_args():
parser.add_argument('--qemu', dest='qemu', default='../../qemu/x86_64-softmmu/qemu-system-x86_64')
parser.add_argument('--log_filename', dest='log_filename', default='migrate.log')
parser.add_argument('--image', dest='image', default='')
- parser.add_argument('--client', dest='client', default='spicy', choices=['spicec', 'spicy'])
+ parser.add_argument('--client', dest='client', default='spicy', choices=['spicy'])
parser.add_argument('--vdagent', choices=['on', 'off'], default='on')
args = parser.parse_args(sys.argv[1:])
if os.path.exists(args.qemu):
--
2.21.0
More information about the Spice-devel
mailing list