summaryrefslogtreecommitdiffstats
path: root/tests/bugs/bug-811493.t
blob: 13e99af579800aff7a484fd676a63790e686e76f (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 /var/lib/glusterd/glusterd.info | cut -f 2 -d "=");

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

TEST [ $uuid1 != $uuid2 ]

cleanup