← Back to team overview

cloud-init-dev team mailing list archive

Re: [Merge] ~jasonzio/cloud-init:fixmounterrormatch into cloud-init:master

 

> I like getting test coverage to explain what 'mocked' expectation are and why
> to give future-us context on what to worry about with a change.
> 
> 
> How's this patch look?

That looks pretty good to me. It trades off mocking the entire body of the error message in favor of mocking the only part that gets looked at. As long as that last statement is true (i.e. no code examining a failed mount attempt looks at anything but the captured Stderr part), you nicely capture the platform distinction and make sure we don't screw it up in the future.
-- 
https://code.launchpad.net/~jasonzio/cloud-init/+git/cloud-init/+merge/357669
Your team cloud-init commiters is requested to review the proposed merge of ~jasonzio/cloud-init:fixmounterrormatch into cloud-init:master.


References