OpenIxia / ixnetwork_restpy

The IxNetwork python client.
https://openixia.github.io/ixnetwork_restpy/#/
MIT License
29 stars 16 forks source link

Invalid methods names ? #14

Closed pwlodawi closed 4 years ago

pwlodawi commented 4 years ago

Are these method names starting with digit valid ?

*** Error compiling 'C:\Windows\TEMP\pip-install-ttyyhl1f\ixnetwork-restpy\ixnetwork_restpy\testplatform\sessions\ixnetwork\vport\protocols\openflow\advertisedfeatures.py'... File "C:\Windows\TEMP\pip-install-ttyyhl1f\ixnetwork-restpy\ixnetwork_restpy\testplatform\sessions\ixnetwork\vport\protocols\openflow\advertisedfeatures.py", line 40 def 100MbFd(self): ^ SyntaxError: invalid syntax

*** Error compiling 'C:\Windows\TEMP\pip-install-ttyyhl1f\ixnetwork-restpy\ixnetwork_restpy\testplatform\sessions\ixnetwork\vport\protocols\openflow\currentfeatures.py'... File "C:\Windows\TEMP\pip-install-ttyyhl1f\ixnetwork-restpy\ixnetwork_restpy\testplatform\sessions\ixnetwork\vport\protocols\openflow\currentfeatures.py", line 40 def 100MbFd(self): ^ SyntaxError: invalid syntax

*** Error compiling 'C:\Windows\TEMP\pip-install-ttyyhl1f\ixnetwork-restpy\ixnetwork_restpy\testplatform\sessions\ixnetwork\vport\protocols\openflow\peeradvertisedfeatures.py'... File "C:\Windows\TEMP\pip-install-ttyyhl1f\ixnetwork-restpy\ixnetwork_restpy\testplatform\sessions\ixnetwork\vport\protocols\openflow\peeradvertisedfeatures.py", line 40 def 100MbFd(self): ^ SyntaxError: invalid syntax

*** Error compiling 'C:\Windows\TEMP\pip-install-ttyyhl1f\ixnetwork-restpy\ixnetwork_restpy\testplatform\sessions\ixnetwork\vport\protocols\openflow\queueproperty.py'... File "C:\Windows\TEMP\pip-install-ttyyhl1f\ixnetwork-restpy\ixnetwork_restpy\testplatform\sessions\ixnetwork\vport\protocols\openflow\queueproperty.py", line 52 def None(self): ^ SyntaxError: invalid syntax

*** Error compiling 'C:\Windows\TEMP\pip-install-ttyyhl1f\ixnetwork-restpy\ixnetwork_restpy\testplatform\sessions\ixnetwork\vport\protocols\openflow\supportedfeatures.py'... File "C:\Windows\TEMP\pip-install-ttyyhl1f\ixnetwork-restpy\ixnetwork_restpy\testplatform\sessions\ixnetwork\vport\protocols\openflow\supportedfeatures.py", line 40 def 100MbFd(self): ^ SyntaxError: invalid syntax

ajbalogh commented 4 years ago

Yes those are invalid. They will be fixed in the next release.

ajbalogh commented 4 years ago

will be available in version 1.0.44