Skip to content

Festral 2.6.1

Latest
Compare
Choose a tag to compare
@Shadasviar Shadasviar released this 23 Jul 15:38
· 5 commits to master since this release

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 DUT
  • push - push file to DUT
  • pull - pull file from DUT to Weles
  • push_latest - push latest file ever built by festral to DUT
  • test_header - insert automatic generated YAML file header so user should not write YAML parts at all
  • boot - boot device
  • images - download listed images for flashing board
  • partition - flash specified partition of device by specified image
  • test - start test code block

Now newlines in ftc file are allowed for more readable code formatting.