diff options
author | Amar Tumballi <amarts@redhat.com> | 2018-11-06 15:58:45 +0530 |
---|---|---|
committer | Amar Tumballi <amarts@redhat.com> | 2018-11-06 16:25:27 +0530 |
commit | bab025b08e63afd28cba6a3e2c5e18474904dcd3 (patch) | |
tree | 9abca0d9dcb2bde2d159a37391a9d780d05b7308 | |
parent | 9777662406319422450989db104d5a588e52104d (diff) |
tests/interrupt.t: remove 'stripe' volume type
Merged the patch which introduced this testcase after the
'remove stripe' patch got merged, and hence the confusion.
Updates: bz#1193929
Change-Id: Ia08552debb111292caf14e51ea6a27334fe5c788
Signed-off-by: Amar Tumballi <amarts@redhat.com>
-rw-r--r-- | tests/features/interrupt.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/features/interrupt.t b/tests/features/interrupt.t index 476d8755d2b..bd70ff87545 100644 --- a/tests/features/interrupt.t +++ b/tests/features/interrupt.t @@ -16,7 +16,7 @@ TEST build_tester $(dirname $0)/open_and_sleep.c TEST glusterd; TEST pidof glusterd; -TEST $CLI volume create $V0 replica 2 stripe 2 $H0:$B0/${V0}{1,2,3,4,5,6,7,8}; +TEST $CLI volume create $V0 replica 3 $H0:$B0/${V0}{1,2,3,4,5,6,7,8,9}; ## Verify volume is is created EXPECT "$V0" volinfo_field $V0 'Volume Name'; |