diff options
author | Amar Tumballi <amarts@redhat.com> | 2019-05-31 08:53:58 +0530 |
---|---|---|
committer | Amar Tumballi <amarts@redhat.com> | 2019-05-31 08:56:01 +0530 |
commit | 4b8244df9d0851ae82cfef5cce359233af7812c8 (patch) | |
tree | 8f7ae2e6c2f092a006f9949108149d1359a94a5d /tests/basic/rpc-coverage.t | |
parent | 5866f5e9b09bc10dfb1631b5636c5b7870fc61ff (diff) |
lcov: more coverage to shard, old-protocol, sdfs
updates: bz#1693692
Change-Id: If4c30572d4501d169bb4b0871c677d974515867c
Signed-off-by: Amar Tumballi <amarts@redhat.com>
Diffstat (limited to 'tests/basic/rpc-coverage.t')
-rwxr-xr-x | tests/basic/rpc-coverage.t | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/basic/rpc-coverage.t b/tests/basic/rpc-coverage.t index a76ba7084eb..2c1bcd5a63a 100755 --- a/tests/basic/rpc-coverage.t +++ b/tests/basic/rpc-coverage.t @@ -9,11 +9,11 @@ TEST glusterd TEST pidof glusterd TEST $CLI volume info; -TEST $CLI volume create $V0 replica 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}; EXPECT "$V0" volinfo_field $V0 'Volume Name'; EXPECT 'Created' volinfo_field $V0 'Status'; -EXPECT '8' brick_count $V0 +EXPECT '9' brick_count $V0 TEST $CLI volume start $V0; EXPECT 'Started' volinfo_field $V0 'Status'; |