Test and container env are too tightly coupled
Open
enhancement
- Dominant language
- Go
- Stars
- 691
- Forks
- 296
- Avg merge
- 2d 16h
- Merged PRs (30d)
- 11
Description
The tests are too tightly coupled to the environment provided by the "micro-osd.sh" script. It currently hard-codes some names, and assumes some other things.
We should avoid hard coding as much as possible and pass expected configuration into both the setup script, to set up ceph server components that the tests needs, and then to the tests themselves.
To start simple we could just pass these to both programs as a set of environment variables.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.