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

configSustainTime minor bug #1

Open
crisfernandes-ixia opened this issue Mar 26, 2021 · 0 comments
Open

configSustainTime minor bug #1

crisfernandes-ixia opened this issue Mar 26, 2021 · 0 comments

Comments

@crisfernandes-ixia
Copy link

def configSustainTime(self, sustainTime):
    # https://192.168.129.154/api/v1/sessions/1/appsec/sessions/wireless-70d29f83-cd12-414b-9c6e-e52993684ee2/config/config/nodes/ue/ranges/1/controlPlane/primaryObjective/activeSubscribers

    response = self.patch(
        '/api/v2/sessions/{0}/config/config/nodes/ue/ranges/1/controlPlane/primaryObjective/activeSubscribers'.format(
            self.sessionId),
        data={'sustain': sustainTime}, headers=self.headers)   <## sustainTime instead of 34 
    assert response.status_code == 204
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