From 75101ce27b7746b86ca3564d816653efa7a8d4fe Mon Sep 17 00:00:00 2001 From: Cole Robinson Date: Mon, 10 Jun 2019 17:46:08 -0400 Subject: [PATCH] tests: clitest: Remove some redundant argcomplete tests --- tests/clitest.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/tests/clitest.py b/tests/clitest.py index f97020c71..02e58a959 100644 --- a/tests/clitest.py +++ b/tests/clitest.py @@ -1269,12 +1269,8 @@ _add_argcomplete_cmd("virt-install --location k", "kernel") _add_argcomplete_cmd("virt-install --os-variant nam", "name") _add_argcomplete_cmd("virt-install --test-stub", None, nogrep="--test-stub-command") -_add_argcomplete_cmd("virt-install --un", "--unattended") _add_argcomplete_cmd("virt-install --unattended ", "profile=") # will list all --unattended subprops -_add_argcomplete_cmd("virt-install --unattended p", "profile=") _add_argcomplete_cmd("virt-install --unattended a", "admin-password=") -_add_argcomplete_cmd("virt-install --unattended u", "user-password=") -_add_argcomplete_cmd("virt-install --unattended prod", "product-key") _add_argcomplete_cmd("virt-clone --preserve", "--preserve-data") _add_argcomplete_cmd("virt-xml --sound mode", "model") _add_argcomplete_cmd("virt-convert --dest", "--destination")