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

in "commands", use the set_value if no get_value provided #54

Open
vnadot opened this issue Apr 28, 2022 · 1 comment
Open

in "commands", use the set_value if no get_value provided #54

vnadot opened this issue Apr 28, 2022 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@vnadot
Copy link
Contributor

vnadot commented Apr 28, 2022

Today, in "commands", it is necessary to indicate a 'get_value' if you set a "getter", otherwise I get the warning:
image

tests:
  - name: "${name} - test 1 - pass"
    commands:
    # test mode
    - name:       "${name} - set test mode"
      setter:     "${P}GenTestModeCmd"
      getter:     "${P}GenTestModeRb"
      set_value:  "test"
      get_value:  "test"

I would like that wetest use the set_value if no get_value is provided:

tests:
  - name: "${name} - test 1 - pass"
    commands:
    # test mode
    - name:       "${name} - set test mode"
      setter:     "${P}GenTestModeCmd"
      getter:     "${P}GenTestModeRb"
      set_value:  "test"
@vnadot vnadot added the enhancement New feature or request label Apr 28, 2022
@vnadot
Copy link
Contributor Author

vnadot commented Jun 15, 2022

I was going to create this issue again 😄

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

No branches or pull requests

2 participants