Code review comment for lp:~liuyq0307/lava-dispatcher/fix-1195536

Revision history for this message
Tyler Baker (tyler-baker) wrote :

Still in the process of testing these changes again.

One small issue I've encountered:

- simulator_kernel = schema.StringOption(default=None)
- simulator_initrd = schema.StringOption(default=None)
+ simulator_kernel_files = schema.ListOption(default=None)
+ simulator_initrd_files = schema.ListOption(default=None)

review: Needs Fixing

« Back to merge proposal