summaryrefslogtreecommitdiff
path: root/netfs/unittests/client.xml
blob: c159a2450c66ed4221db86fa4ca5a6ba77da659e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?xml version="1.0"?>
<config>
  <resources>
    <resource>
      <name>testvol</name>
      <resource>
        <export>unittest</export>
				<endpoints>
					<endpoint>tcp -h localhost -p 4000</endpoint>
				</endpoints>
      </resource>
    </resource>
  </resources>
</config>