This commit adds `ganesha_conf_overrides` variable in CI testing.
This fixes the test `test_nfs_config_override`.
Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
+---
copy_admin_key: true
nfs_file_gw: false
nfs_obj_gw: true
--- /dev/null
+---
+copy_admin_key: true
+nfs_file_gw: false
+nfs_obj_gw: true
+ganesha_conf_overrides: |
+ CACHEINODE {
+ Entries_HWMark = 100000;
+ }
--- /dev/null
+---
+copy_admin_key: true
+nfs_file_gw: false
+nfs_obj_gw: true
+ganesha_conf_overrides: |
+ CACHEINODE {
+ Entries_HWMark = 100000;
+ }
\ No newline at end of file