From 16a06ce9cce4d1a036dfdc3da3b71edf67c60140 Mon Sep 17 00:00:00 2001 From: Sachin Prabhu Date: Thu, 25 Jan 2024 14:17:14 +0000 Subject: [PATCH] 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 --- test-info.yml.example | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 test-info.yml.example diff --git a/test-info.yml.example b/test-info.yml.example new file mode 100644 index 0000000..e84c89c --- /dev/null +++ b/test-info.yml.example @@ -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" \ No newline at end of file