weaveworks / ignite

Ignite a Firecracker microVM
https://ignite.readthedocs.org
Apache License 2.0
3.49k stars 224 forks source link

fix ignited daemon mode panic & e2e test #868

Closed darkowlzz closed 2 years ago

darkowlzz commented 3 years ago

Fixes ignited daemon mode panic due to uninitialized runtime status. Also adds e2e test to ensure ignited daemon mode works.

Fixes #867