Skip to content

Commit

Permalink
testinfo.yml: reintroduce testinfo.yml.example
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
spuiuk committed Jan 29, 2024
1 parent b91035f commit 16a06ce
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions test-info.yml.example
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
private_interfaces:
- "192.168.122.100"
- "192.168.122.101"

public_interfaces:
- "192.168.123.10"
- "192.168.123.11"

exported_sharenames:
- "gluster-vol"

test_users:
- {"username": "test1", "password": "x"}
- {"username": "test2", "password": "x"}

test_backend: glusterfs

premounted_shares:
- "/testdir1"
- "/testdir2"

0 comments on commit 16a06ce

Please sign in to comment.