Convert Python boolean to properly-encoded boolean 60/90360/4
authorRobert Varga <robert.varga@pantheon.tech>
Tue, 9 Jun 2020 14:33:27 +0000 (16:33 +0200)
committerJamo Luhrsen <jluhrsen@gmail.com>
Wed, 10 Jun 2020 04:48:51 +0000 (21:48 -0700)
commit2389ac6b9ac995829bbe48d2638a5d7247dfe724
treef06e5e0d7172440b558ad599515786399efe47be
parentc300e14ebc35e94f62ebc2056fad7da81a54ab40
Convert Python boolean to properly-encoded boolean

'True' and 'False' are not valid values for boolean where either
XML (RFC6020/RFC7950) or JSON (RFC7951) encoding is concerned. Fix
this up by explicitly converting booleans.

JIRA: INTTEST-101
Change-Id: Iefbce681e8df3f1ca7701cd89da8b3d7c00a8b1d
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
csit/libraries/MdsalLowlevelPy.py