diff options
Diffstat (limited to 'tests/basic/gfapi/protocol-client.vol.in')
| -rw-r--r-- | tests/basic/gfapi/protocol-client.vol.in | 14 | 
1 files changed, 14 insertions, 0 deletions
diff --git a/tests/basic/gfapi/protocol-client.vol.in b/tests/basic/gfapi/protocol-client.vol.in new file mode 100644 index 00000000000..ef35001e29f --- /dev/null +++ b/tests/basic/gfapi/protocol-client.vol.in @@ -0,0 +1,14 @@ +# +# This .vol file expects that there is +# +#  1. GlusterD listening on @@HOSTNAME@@ +#  2. a volume that provides a brick on @@BRICKPATH@@ +#  3. the volume with the brick has been started +# +volume test +    type protocol/client +    option remote-host @@HOSTNAME@@ +    option remote-subvolume @@BRICKPATH@@ +    option transport-type socket +end-volume +  | 
