Harald Hoyer d9da66
From 5a8efed021af6a3a06b484f9ad363935c1a875e3 Mon Sep 17 00:00:00 2001
Harald Hoyer d9da66
From: Harald Hoyer <harald@redhat.com>
Harald Hoyer d9da66
Date: Wed, 10 Jan 2018 09:10:19 +0100
Harald Hoyer d9da66
Subject: [PATCH] TEST-3[01]-ISCSI*: increase disk size
Harald Hoyer d9da66
Harald Hoyer d9da66
---
Harald Hoyer d9da66
 test/TEST-30-ISCSI/test.sh       | 6 +++---
Harald Hoyer d9da66
 test/TEST-31-ISCSI-MULTI/test.sh | 6 +++---
Harald Hoyer d9da66
 2 files changed, 6 insertions(+), 6 deletions(-)
Harald Hoyer d9da66
Harald Hoyer d9da66
diff --git a/test/TEST-30-ISCSI/test.sh b/test/TEST-30-ISCSI/test.sh
Harald Hoyer d9da66
index d5068e0c..e667587a 100755
Harald Hoyer d9da66
--- a/test/TEST-30-ISCSI/test.sh
Harald Hoyer d9da66
+++ b/test/TEST-30-ISCSI/test.sh
Harald Hoyer d9da66
@@ -102,9 +102,9 @@ test_setup() {
Harald Hoyer d9da66
     fi
Harald Hoyer d9da66
 
Harald Hoyer d9da66
     # Create the blank file to use as a root filesystem
Harald Hoyer d9da66
-    dd if=/dev/null of=$TESTDIR/root.ext3 bs=1M seek=20
Harald Hoyer d9da66
-    dd if=/dev/null of=$TESTDIR/iscsidisk2.img bs=1M seek=20
Harald Hoyer d9da66
-    dd if=/dev/null of=$TESTDIR/iscsidisk3.img bs=1M seek=20
Harald Hoyer d9da66
+    dd if=/dev/null of=$TESTDIR/root.ext3 bs=1M seek=40
Harald Hoyer d9da66
+    dd if=/dev/null of=$TESTDIR/iscsidisk2.img bs=1M seek=40
Harald Hoyer d9da66
+    dd if=/dev/null of=$TESTDIR/iscsidisk3.img bs=1M seek=40
Harald Hoyer d9da66
 
Harald Hoyer d9da66
     kernel=$KVERSION
Harald Hoyer d9da66
     # Create what will eventually be our root filesystem onto an overlay
Harald Hoyer d9da66
diff --git a/test/TEST-31-ISCSI-MULTI/test.sh b/test/TEST-31-ISCSI-MULTI/test.sh
Harald Hoyer d9da66
index 5dde4b68..2b63ff46 100755
Harald Hoyer d9da66
--- a/test/TEST-31-ISCSI-MULTI/test.sh
Harald Hoyer d9da66
+++ b/test/TEST-31-ISCSI-MULTI/test.sh
Harald Hoyer d9da66
@@ -99,9 +99,9 @@ test_setup() {
Harald Hoyer d9da66
     fi
Harald Hoyer d9da66
 
Harald Hoyer d9da66
     # Create the blank file to use as a root filesystem
Harald Hoyer d9da66
-    dd if=/dev/null of=$TESTDIR/root.ext3 bs=1M seek=20
Harald Hoyer d9da66
-    dd if=/dev/null of=$TESTDIR/iscsidisk2.img bs=1M seek=20
Harald Hoyer d9da66
-    dd if=/dev/null of=$TESTDIR/iscsidisk3.img bs=1M seek=20
Harald Hoyer d9da66
+    dd if=/dev/null of=$TESTDIR/root.ext3 bs=1M seek=40
Harald Hoyer d9da66
+    dd if=/dev/null of=$TESTDIR/iscsidisk2.img bs=1M seek=40
Harald Hoyer d9da66
+    dd if=/dev/null of=$TESTDIR/iscsidisk3.img bs=1M seek=40
Harald Hoyer d9da66
 
Harald Hoyer d9da66
     kernel=$KVERSION
Harald Hoyer d9da66
     # Create what will eventually be our root filesystem onto an overlay
Harald Hoyer d9da66