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

More flexible functional test (to cover northbound-only interactions) #1581

Open
fgalan opened this issue Feb 20, 2024 · 0 comments
Open

More flexible functional test (to cover northbound-only interactions) #1581

fgalan opened this issue Feb 20, 2024 · 0 comments

Comments

@fgalan
Copy link
Member

fgalan commented Feb 20, 2024

(Comes from #1579 (comment))

Currently functional test use a script base in three fixed steps:

  1. Group provision
  2. Send measure
  3. Check result at CB

Thus, they doesn't allow steps like this one (involving only northbound interactions), inspired in the PR #1579 functionality

  1. Create device A
  2. Create device B
  3. Create device C
  4. Do POST /iot/op/delete with A, B
  5. Check that only C exist in the IOTA

It would be great to make functional tests more flexible to cover this kind of cases

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

1 participant