summaryrefslogtreecommitdiffstats
path: root/42/regr/testcase
blob: e381b2d34618dc2e7053a37f1fa4a22aba2251d9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#!/bin/bash

bugid=$(pwd | cut -d '/' -f 4)

description="# ($bugid) auth.login and auth.addr cannot be used in conjunction with each other"
comments="# It is addr only authentication when both login & addr are both specified"

source ../../init
start_glusterfs

sleep 5

if [ $(mount | grep "$MOUNTDIR/client1" | wc -l) -ne 0 ];then
	not_ok $description
	comment $comments
else
 	ok $description
fi

cleanup_glusterfs