lf-edge / eden

Eden is where EVE and Adam get tried and tested:
https://projecteve.dev
Apache License 2.0
49 stars 47 forks source link

userdata: add tests for write_files in containers #945

Closed europaul closed 7 months ago

europaul commented 7 months ago

Since we added support for write_files in cloud-init configuration for containers - here is a test that will check that functionality, including whether the cloud-init config is reapplied at the containers's reboot

This PR is analogous to https://github.com/lf-edge/eden/pull/941, but fixes the error code check that we have there.