summaryrefslogtreecommitdiffstats
path: root/tests/bugs/nfs/socket-as-fifo.t
blob: db64bbb303bd639dbdb0bfc8a33dbf6b41eb726d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
#!/bin/bash

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

cleanup;

TEST glusterd
TEST pidof glusterd

TEST $CLI volume create $V0 $H0:$B0/$V0
TEST $CLI volume set $V0 nfs.disable false
TEST $CLI volume start $V0
EXPECT_WITHIN $NFS_EXPORT_TIMEOUT "1" is_nfs_export_available;
TEST mount_nfs $H0:/$V0 $N0 nolock

# this is the actual test
TEST $PYTHON $(dirname $0)/socket-as-fifo.py $N0/not-a-fifo.socket

TEST umount_nfs $N0

cleanup