File tree 1 file changed +1
-1
lines changed
1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -208,7 +208,7 @@ type E2EConfig struct {
208
208
InstallLoki bool `yaml:"installLoki" env-default:"true" env:"install_loki"`
209
209
InstallHaModeEtcd bool `yaml:"installHaModeEtcd" env-default:"false" env:"e2e_etcd_ha_mode"`
210
210
LokiStatefulsetOnControlNode bool `yaml:"lokiOnControlNode" env-default:"true" env:"loki_on_control_node"`
211
- E2eFioImage string `yaml:"e2eFioImage" env-default:"openebs/e2e-fio:v3.38-e2e-1 " env:"e2e_fio_image"`
211
+ E2eFioImage string `yaml:"e2eFioImage" env-default:"openebs/e2e-fio:v3.38-e2e-0 " env:"e2e_fio_image"`
212
212
SetSafeMountAlways bool `yaml:"setSafeMountAlways" env-default:"false" env:"safe_mount_always"`
213
213
// This is an advisory setting for individual tests
214
214
// If set to true - typically during test development - tests with multiple 'It' clauses should defer asserts till after
You can’t perform that action at this time.
0 commit comments