* [PATCH 2/2] tests: backup default config before testing
@ 2011-03-24 21:45 Czarnowska, Anna
2011-03-27 23:40 ` NeilBrown
0 siblings, 1 reply; 2+ messages in thread
From: Czarnowska, Anna @ 2011-03-24 21:45 UTC (permalink / raw)
To: neilb@suse.de
Cc: linux-raid@vger.kernel.org, Williams, Dan J, Ciechanowski, Ed,
Neubauer, Wojciech
From 4d7c70452ca8db359fef6a9f3a420d62e67ef3cd Mon Sep 17 00:00:00 2001
From: Anna Czarnowska <anna.czarnowska@intel.com>
Date: Thu, 24 Mar 2011 16:24:57 +0100
Subject: [PATCH 2/2] tests: backup default config before testing
Cc: linux-raid@vger.kernel.org, Williams, Dan J <dan.j.williams@intel.com>, Ciechanowski, Ed <ed.ciechanowski@intel.com>
We need to have no config at all for this test so if there is one in the
system it must be renamed for the test duration.
Signed-off-by: Anna Czarnowska <anna.czarnowska@intel.com>
---
tests/11spare-migration | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/tests/11spare-migration b/tests/11spare-migration
index 58f1df9..6c2dc6d 100644
--- a/tests/11spare-migration
+++ b/tests/11spare-migration
@@ -57,6 +57,8 @@ monitor(){
test0()
{
dsc "Test 0: No config file, no spare should be moved"
+[ -f /etc/mdadm.conf ] && mv /etc/mdadm.conf /etc/_mdadm.conf
+[ -f $config ] && rm -f $config
setupdevs 0 0 1 $platform
setupdevs 1 3 4 $platform
monitor 0 1
@@ -64,6 +66,7 @@ mdadm -a /dev/$c1 $dev2
mdadm --fail /dev/$v0 $dev0
# check that spare loop2 was not moved from container c1 to container c0
chksparemoved $c1 $c0 $dev2 n
+[ -f /etc/_mdadm.conf ] && mv /etc/_mdadm.conf /etc/mdadm.conf
tidyup
}
--
1.7.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH 2/2] tests: backup default config before testing
2011-03-24 21:45 [PATCH 2/2] tests: backup default config before testing Czarnowska, Anna
@ 2011-03-27 23:40 ` NeilBrown
0 siblings, 0 replies; 2+ messages in thread
From: NeilBrown @ 2011-03-27 23:40 UTC (permalink / raw)
To: Czarnowska, Anna
Cc: linux-raid@vger.kernel.org, Williams, Dan J, Ciechanowski, Ed,
Neubauer, Wojciech
On Thu, 24 Mar 2011 21:45:56 +0000 "Czarnowska, Anna"
<anna.czarnowska@intel.com> wrote:
> >From 4d7c70452ca8db359fef6a9f3a420d62e67ef3cd Mon Sep 17 00:00:00 2001
> From: Anna Czarnowska <anna.czarnowska@intel.com>
> Date: Thu, 24 Mar 2011 16:24:57 +0100
> Subject: [PATCH 2/2] tests: backup default config before testing
> Cc: linux-raid@vger.kernel.org, Williams, Dan J <dan.j.williams@intel.com>, Ciechanowski, Ed <ed.ciechanowski@intel.com>
>
> We need to have no config at all for this test so if there is one in the
> system it must be renamed for the test duration.
>
If you want to have no config at all, then you can
--config=none
or
--config=/tmp/mdadm.conf
and make /tmp/mdadm.conf an empty file.
There is really no need to move /etc/mdadm.conf.
I have changed this patch to simple make /tmp/mdamd.conf an empty file.
NeilBrown
> Signed-off-by: Anna Czarnowska <anna.czarnowska@intel.com>
> ---
> tests/11spare-migration | 3 +++
> 1 files changed, 3 insertions(+), 0 deletions(-)
>
> diff --git a/tests/11spare-migration b/tests/11spare-migration
> index 58f1df9..6c2dc6d 100644
> --- a/tests/11spare-migration
> +++ b/tests/11spare-migration
> @@ -57,6 +57,8 @@ monitor(){
> test0()
> {
> dsc "Test 0: No config file, no spare should be moved"
> +[ -f /etc/mdadm.conf ] && mv /etc/mdadm.conf /etc/_mdadm.conf
> +[ -f $config ] && rm -f $config
> setupdevs 0 0 1 $platform
> setupdevs 1 3 4 $platform
> monitor 0 1
> @@ -64,6 +66,7 @@ mdadm -a /dev/$c1 $dev2
> mdadm --fail /dev/$v0 $dev0
> # check that spare loop2 was not moved from container c1 to container c0
> chksparemoved $c1 $c0 $dev2 n
> +[ -f /etc/_mdadm.conf ] && mv /etc/_mdadm.conf /etc/mdadm.conf
> tidyup
> }
>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2011-03-27 23:40 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-03-24 21:45 [PATCH 2/2] tests: backup default config before testing Czarnowska, Anna
2011-03-27 23:40 ` NeilBrown
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).