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

processing TOSCA 'range' with integer values #12

Open
fredkgit opened this issue Nov 26, 2020 · 0 comments
Open

processing TOSCA 'range' with integer values #12

fredkgit opened this issue Nov 26, 2020 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@fredkgit
Copy link
Collaborator

The contraint in_range is now used in NFV examples, at least in Example-A-14 (from 2.8.1 onwards).
The corresponding outputs is given in the attached file.
This may be linked to :
alloy.py: elif value_type == 'range':
alloy.py- # TODO: value must be an integer else this is an error.
alloy.py- return str(value)
So it probably requires a few changes in alloy.py an TOSCA.als (pred in_range[]) (?)
trace_issue05-1.txt

@fredkgit fredkgit added the bug Something isn't working label Nov 26, 2020
@philippemerle philippemerle self-assigned this Nov 27, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants