From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Goldish Subject: [KVM-AUTOTEST PATCH 02/14] KVM test: tests_base.cfg.sample: style modifications Date: Sun, 13 Jun 2010 17:33:33 +0300 Message-ID: <1276439625-32472-2-git-send-email-mgoldish@redhat.com> References: <1276439625-32472-1-git-send-email-mgoldish@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: autotest@test.kernel.org, kvm@vger.kernel.org Return-path: In-Reply-To: <1276439625-32472-1-git-send-email-mgoldish@redhat.com> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: autotest-bounces@test.kernel.org Errors-To: autotest-bounces@test.kernel.org List-Id: kvm.vger.kernel.org Try to exclude tests as soon as possible. (Also remove broken linux_s3 exception at the same time.) Signed-off-by: Michael Goldish --- client/tests/kvm/tests_base.cfg.sample | 22 ++++++---------------- 1 files changed, 6 insertions(+), 16 deletions(-) diff --git a/client/tests/kvm/tests_base.cfg.sample b/client/tests/kvm/tests_base.cfg.sample index 84a903b..b302557 100644 --- a/client/tests/kvm/tests_base.cfg.sample +++ b/client/tests/kvm/tests_base.cfg.sample @@ -982,7 +982,7 @@ variants: # Windows section - @Windows: - no autotest linux_s3 vlan_tag + no autotest linux_s3 vlan_tag ioquit unattended_install.(url|nfs|remote_ks) shutdown_command = shutdown /s /f /t 0 reboot_command = shutdown /r /f /t 0 status_test_command = echo %errorlevel% @@ -1368,13 +1368,6 @@ variants: md5sum = 9fae22f2666369968a76ef59e9a81ced -linux_s3 - only Linux - -unattended_install.url|unattended_install.nfs|unattended_install.remote_ks: - only Linux - - variants: - @up: no autotest.npb autotest.tsc @@ -1414,17 +1407,20 @@ virtio|virtio_blk|e1000|balloon_check: variants: - @qcow2: image_format = qcow2 - post_command = " python scripts/check_image.py;" - remove_image = no + post_command += " python scripts/check_image.py;" post_command_timeout = 600 post_command_noncritical = yes + ioquit: + post_command_noncritical = no - vmdk: + no ioquit only Fedora Ubuntu Windows only smp2 only rtl8139 only acpi image_format = vmdk - raw: + no ioquit only Fedora Ubuntu Windows only smp2 only rtl8139 @@ -1439,12 +1435,6 @@ variants: extra_params += " -mem-path /mnt/kvm_hugepage" -ioquit: - post_command_noncritical = no - only qcow2 - only Linux - - variants: - @no_pci_assignable: pci_assignable = no -- 1.5.4.1