Skip to content

Commit 16a06ce

Browse files
committed
testinfo.yml: reintroduce testinfo.yml.example
This particular file was incorrectly removed by the patch 0e09247 (Introduce setup and teardown fixture, 2023-11-22) Reintroduce this file. Signed-off-by: Sachin Prabhu <[email protected]>
1 parent b91035f commit 16a06ce

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

test-info.yml.example

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
private_interfaces:
2+
- "192.168.122.100"
3+
- "192.168.122.101"
4+
5+
public_interfaces:
6+
- "192.168.123.10"
7+
- "192.168.123.11"
8+
9+
exported_sharenames:
10+
- "gluster-vol"
11+
12+
test_users:
13+
- {"username": "test1", "password": "x"}
14+
- {"username": "test2", "password": "x"}
15+
16+
test_backend: glusterfs
17+
18+
premounted_shares:
19+
- "/testdir1"
20+
- "/testdir2"

0 commit comments

Comments
 (0)