diff options
author | Paul Vinciguerra <pvinci@vinciconsulting.com> | 2019-08-06 19:58:24 -0400 |
---|---|---|
committer | Dave Wallace <dwallacelf@gmail.com> | 2019-08-19 14:38:12 +0000 |
commit | ff47fb64569ddbd65ef34c33e7cafc030c69a34e (patch) | |
tree | 5699f37e901ae2d32388509c8d291edc0e3748d2 /src/plugins/hs_apps | |
parent | c458f5c09a21cc905aa1b53eda30736e52426418 (diff) |
vppapigen map: raise ValueError when fieldname is python keyword
When working on the lb api, one of the field names was chosen as 'as'
(application server). Since 'as' is a python keyword, the field was
renamed to _1 in vpp_papi.
This changeset instead fails early with a descriptive message,
hopefully saving others time troubleshooting the issue.
ValueError: Fieldname 'as' is a python keyword and
is not accessible via the python API.
Type: feature
Change-Id: Ib048d97de0e392645540092e356cf8989848c947
Signed-off-by: Paul Vinciguerra <pvinci@vinciconsulting.com>
Diffstat (limited to 'src/plugins/hs_apps')
0 files changed, 0 insertions, 0 deletions