File: bug-977246.t

package info (click to toggle)
glusterfs 9.2-1
  • links: PTS
  • area: main
  • in suites: bullseye
  • size: 44,016 kB
  • sloc: ansic: 478,310; sh: 49,170; python: 12,964; makefile: 1,945; yacc: 487; lisp: 124; lex: 61; xml: 14
file content (21 lines) | stat: -rw-r--r-- 408 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#! /bin/bash

# This test checks if address validation, correctly catches hostnames
# with consective dots, such as 'example..org', as invalid

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

cleanup;

TEST glusterd
TEST pidof glusterd

TEST $CLI volume create $V0 $H0:$B0/${V0}1
TEST $CLI volume info $V0
TEST $CLI volume start $V0

TEST ! $CLI volume set $V0 auth.allow example..org

TEST $CLI volume stop $V0

cleanup;