From: Dmitry Monakhov <dmonakhov@openvz.org>
To: linux-ext4@vger.kernel.org
Cc: tytso@mit.edu, Dmitry Monakhov <dmonakhov@openvz.org>
Subject: [PATCH 2/2] xfstests-bld: test-apliance add costomization options
Date: Wed, 22 Oct 2014 19:37:40 +0400 [thread overview]
Message-ID: <1413992260-21707-2-git-send-email-dmonakhov@openvz.org> (raw)
In-Reply-To: <1413992260-21707-1-git-send-email-dmonakhov@openvz.org>
Add a possibility to customize variables similar to kvm-xfstests/config.custom
One can add local mirrors to speedup image generation
Signed-off-by: Dmitry Monakhov <dmonakhov@openvz.org>
---
kvm-xfstests/test-appliance/gen-root-image | 3 +++
kvm-xfstests/test-appliance/gen-test-image | 3 +++
2 files changed, 6 insertions(+)
diff --git a/kvm-xfstests/test-appliance/gen-root-image b/kvm-xfstests/test-appliance/gen-root-image
index 977c4c2..516b7b5 100644
--- a/kvm-xfstests/test-appliance/gen-root-image
+++ b/kvm-xfstests/test-appliance/gen-root-image
@@ -12,6 +12,9 @@ RAW_ROOT_FS=$DIR/root_fs.raw
ROOT_FS=$DIR/root_fs.img
COMPAT="-o compat=0.10"
+if test -f $DIR/config.custom ; then
+ . $DIR/config.custom
+fi
if test $(df -k /tmp | tail -1 | awk '{print $4}') -gt 350000
then
diff --git a/kvm-xfstests/test-appliance/gen-test-image b/kvm-xfstests/test-appliance/gen-test-image
index ab02592..fde1798 100755
--- a/kvm-xfstests/test-appliance/gen-test-image
+++ b/kvm-xfstests/test-appliance/gen-test-image
@@ -8,6 +8,9 @@ TEST_FS=$DIR/test_fs.img
TESTDIR=$DIR/testdir
COMPAT="-o compat=0.10"
+if test -f $DIR/config.custom ; then
+ . $DIR/config.custom
+fi
if test $(df -k /tmp | tail -1 | awk '{print $4}') -gt 350000
then
--
1.7.10.4
prev parent reply other threads:[~2014-10-22 15:37 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-10-22 15:37 [PATCH 1/2] xfstests-bld: Split system images in two parts Dmitry Monakhov
2014-10-22 15:37 ` Dmitry Monakhov [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1413992260-21707-2-git-send-email-dmonakhov@openvz.org \
--to=dmonakhov@openvz.org \
--cc=linux-ext4@vger.kernel.org \
--cc=tytso@mit.edu \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).