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