diff options
author | Sanju Rakonde <srakonde@redhat.com> | 2018-09-19 18:38:01 +0530 |
---|---|---|
committer | Atin Mukherjee <amukherj@redhat.com> | 2018-09-20 15:38:25 +0000 |
commit | 5e8fd8b465761e6ab09187abd56ce9930652866b (patch) | |
tree | 4f561edcee5621cf28433ba965c12d13838fd251 /tests | |
parent | 649e4378ad8e3a08f24322ea7c44a3903a6a6ce4 (diff) |
tests: fix test case failure
tests/bugs/glusterd/bug-1595320.t is failing in downstream.
In downstream repo, enabling the brick multiplexing made
interactive, so it will throw an prompt for the user input.
As no input is provided during the test case execution, the
test is failing.
Using macro CLI instead of using gluster command, will
bypass the interacive commands. so replacing the gluster
command with CLI macro will address the issue.
Change-Id: I6b39052d8e415a8ed08de7c80a91dadce155146a
updates: bz#1193929
Signed-off-by: Sanju Rakonde <srakonde@redhat.com>
Diffstat (limited to 'tests')
-rw-r--r-- | tests/bugs/glusterd/bug-1595320.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/bugs/glusterd/bug-1595320.t b/tests/bugs/glusterd/bug-1595320.t index f41df9d0ffa..3a289f386de 100644 --- a/tests/bugs/glusterd/bug-1595320.t +++ b/tests/bugs/glusterd/bug-1595320.t @@ -25,7 +25,7 @@ TEST pidof glusterd # Create volume and enable brick multiplexing TEST $CLI volume create $V0 $H0:$L1 $H0:$L2 $H0:$L3 -gluster v set all cluster.brick-multiplex on +TEST $CLI v set all cluster.brick-multiplex on # Start the volume TEST $CLI volume start $V0 |