summaryrefslogtreecommitdiffstats
path: root/tests/bugs/cli/bug-764638.t
blob: ffc613409d6ea5cac50ee0c689f1d945b5fb97d6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/bin/bash

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

cleanup;

TEST glusterd
TEST pidof glusterd

TEST $CLI pool list;
TEST $CLI pool list --xml;

cleanup;