summaryrefslogtreecommitdiffstats
path: root/tests/bugs/bug-864499.t
blob: 03c7bbe136f83c13f4520c68a833808c50e7c133 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#!/bin/bash

. $(dirname $0)/../include.rc

cleanup;


TEST glusterd
TEST pidof glusterd
TEST $CLI volume create $V0 $H0:$B0/brick0
TEST $CLI volume start $V0

TEST "$CLI volume geo-replication $V0 $B0/slave start --xml | xmllint --format -"

TEST "$CLI volume geo-replication $V0 $B0/slave stop --xml | xmllint --format -"

TEST $CLI volume stop $V0

cleanup;