From 5ec039744853acbeb5555e99f6e92ed28b720726 Mon Sep 17 00:00:00 2001 From: Lucas Meneghel Rodrigues Date: Fri, 28 Dec 2012 19:38:02 -0200 Subject: [PATCH] cfg: Reserve tests.cfg to test runner Point out in the main test cfg file used by the test runner (tests.cfg) that we're not supposed to modify its contents, since we apply extra cartesian line parsing on top of it. CC: Qingtang Zhou Signed-off-by: Lucas Meneghel Rodrigues --- openvswitch/cfg/tests.cfg | 6 +----- qemu/cfg/tests.cfg | 9 +-------- 2 files changed, 2 insertions(+), 13 deletions(-) diff --git a/openvswitch/cfg/tests.cfg b/openvswitch/cfg/tests.cfg index 703a93dc..201adb97 100644 --- a/openvswitch/cfg/tests.cfg +++ b/openvswitch/cfg/tests.cfg @@ -1,8 +1,4 @@ -# Copy this file to tests.cfg and edit it. -# -# This file contains the test set definitions. Define your test sets here. - -# Include the base config files. +# File reserved for test runner (./run) use, don't modify. include tests-shared.cfg kill_vm_only_when_paused = no diff --git a/qemu/cfg/tests.cfg b/qemu/cfg/tests.cfg index 6d394f36..001bea29 100644 --- a/qemu/cfg/tests.cfg +++ b/qemu/cfg/tests.cfg @@ -1,13 +1,7 @@ -# Copy this file to tests.cfg and edit it. -# -# This file contains the test set definitions. Define your test sets here. - -# Include the base config files. +# File reserved for test runner (./run) use, don't modify. include tests-shared.cfg -# Here are the test sets variants variants: - # Runs qemu-kvm, JeOS 64 bit OS - @qemu_kvm_jeos_quick: qemu_binary = /usr/bin/qemu-kvm qemu_img_binary = /usr/bin/qemu-img @@ -21,5 +15,4 @@ variants: only smallpages only JeOS.17.64 -# Choose your test list from the testsets defined only qemu_kvm_jeos_quick -- GitLab