Closed iwanb closed 3 years ago
An import for BadRequestError is missing in ixnetwork_restpy/testplatform/sessions/sessions.py
BadRequestError
ixnetwork_restpy/testplatform/sessions/sessions.py
ixnetwork_restpy/testplatform/sessions/sessions.py in Start(self) 167 break 168 elif time.time() - start > 300: --> 169 raise BadRequestError('Unable to start session %s after %s seconds' % (id, time.time() - start)) 170 time.sleep(5) 171 return self NameError: name 'BadRequestError' is not defined
addressed in v1.1.2
An import for
BadRequestError
is missing inixnetwork_restpy/testplatform/sessions/sessions.py