Skip to content

Commit

Permalink
chore: mayastor: update configuration
Browse files Browse the repository at this point in the history
Add configuration item for
mayastor io engine target nvmf interface selection

Configurable by environment variable e2e_ioengine_target_nvmf_iface
or platform configuration file

Signed-off-by: Blaise Dias <[email protected]>
  • Loading branch information
blaisedias committed Nov 6, 2024
1 parent 00c092e commit a12a544
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions common/e2e_config/e2e_config.go
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,8 @@ type E2EConfig struct {
MayastorNamespace string `yaml:"mayastorNamespace" env-default:"mayastor"`
// Some deployments use a different namespace
FilteredMayastorPodCheck int `yaml:"filteredMayastorPodCheck" env-default:"0"`
// data plane interface
IOEngineTargetNvmfIface string `yaml:"ioengineTargetNvmfIface" env-default:"" env:"e2e_ioengine_target_nvmf_iface"`
} `yaml:"platform"`
Product ProductSpec `yaml:"product"`

Expand Down

0 comments on commit a12a544

Please sign in to comment.