This release brings completed FTCL (Festral Test Case Language) which allows user do not to write raw YAML file parts of scenario at all! New high-level abstraction of test scenario which can be independent from testing server's like Weles scenario implementation is introduced with this release.
Added new commands to the test case language (FTCL):
exec
- execute commant on DUTpush
- push file to DUTpull
- pull file from DUT to Welespush_latest
- push latest file ever built by festral to DUTtest_header
- insert automatic generated YAML file header so user should not write YAML parts at allboot
- boot deviceimages
- download listed images for flashing boardpartition
- flash specified partition of device by specified imagetest
- start test code block
Now newlines in ftc file are allowed for more readable code formatting.