blob: e78a2980e6e3e3863416fbafb6f3854f685cad59 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
#!/bin/bash
# Test that "system getspec" works without op_version problems.
. $(dirname $0)/../include.rc
cleanup;
TEST glusterd
TEST pidof glusterd
TEST $CLI volume info
TEST $CLI volume create $V0 $H0:$B0/brick1
TEST $CLI system getspec $V0
cleanup;
|