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

End-to-end test fails when trying to edit a L2VPN with max_number_oxps out of range #373

Open
gretelliz opened this issue Jan 6, 2025 · 0 comments
Assignees

Comments

@gretelliz
Copy link

Testing the following example returns 400: PCE error: Can't find a valid vlan breakdown solution

        # existing L2VPN -> key

        api_url = SDX_CONTROLLER + '/l2vpn/1.0'
        self.payload['qos_metrics'] = {'max_number_oxps':{'value': 101}}
        response = requests.patch(f"{api_url}/{key}", json=self.payload)

-> Case: max_number_oxps out of range (value must be in [0-100])
The return code 410 should be obtained
"410: Can't fulfill the strict QoS requirements"

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

2 participants