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

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

cleanup;

TEST glusterd
TEST pidof glusterd
TEST $CLI system uuid reset;

uuid1=$(grep UUID $GLUSTERD_WORKDIR/glusterd.info | cut -f 2 -d "=");

TEST $CLI system uuid reset;
uuid2=$(grep UUID $GLUSTERD_WORKDIR/glusterd.info | cut -f 2 -d "=");

TEST [ $uuid1 != $uuid2 ]

cleanup