macformula / hil

Automated HIL tester for system-level testing of MACFE firmware
4 stars 0 forks source link

Add way to parse sequences from hil-config repo and add to cli #51

Closed itshady closed 5 months ago

itshady commented 9 months ago

All the sequences will be in the hil-config repo on the pi. In there is a sequences.yml.

Right now we have this line d := cli.NewCliDispatcher(dtest.Sequences, logger) in cmd/clidispatchertest/main.go. We want to parse from the .yml before passing it in

samparent97 commented 6 months ago

See #74 for different take on the problem