go-ceph icon indicating copy to clipboard operation
go-ceph copied to clipboard

Test and container env are too tightly coupled

Open phlogistonjohn opened this issue 5 years ago • 1 comments

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.

phlogistonjohn avatar Mar 06 '20 19:03 phlogistonjohn

I started cleaning up some of this a while back, but should probably continue it!

phlogistonjohn avatar Aug 13 '20 15:08 phlogistonjohn