Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Making generated ATE flow files DRY #109

Open
info-rchitect opened this issue Jan 28, 2019 · 4 comments
Open

Making generated ATE flow files DRY #109

info-rchitect opened this issue Jan 28, 2019 · 4 comments

Comments

@info-rchitect
Copy link
Member

Hi,

Would it be possible to have an option to only print out test method parameters that have a value that is not the default?

thx

@rlaj
Copy link
Member

rlaj commented Jan 28, 2019

@info-rchitect , Just happened to be playing around near there today, check out the dry_flow branch as a quickstart. Was working for me as expected with some debug outputs but ran out of time to implement a proper way to pass in the dry option. It's set up right now to use the options from runner.launch style command, but will have to add more if you want to be able to do it from command line.

@info-rchitect
Copy link
Member Author

info-rchitect commented Jan 30, 2019

@rlaj I checked out the branch and don't see it removing the unset test method parameters.

  "Parametric.Measurement1.SettlingTime" = "1[ms]";
  "Parametric.Measurement1.Task" = "VFIM";
  "Parametric.Measurement2.ForceSpecVal" = "";
  "Parametric.Measurement2.ForceSpecVar" = "";
  "Parametric.Measurement2.ForceType" = "";
  "Parametric.Measurement2.HighLimitSpecVal" = "";
  "Parametric.Measurement2.HighLimitSpecVar" = "";
  "Parametric.Measurement2.HighLimitType" = "";

I would have expected not to see 'Parametric.Measurement2.ForceSpecVal' onward. Am I misunderstanding the branch or is it not turned on by default in the branch?

@info-rchitect
Copy link
Member Author

@rlaj How is this work coming along?

@info-rchitect
Copy link
Member Author

@rlaj any updates here?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

8 participants