INTTEST-65: use resp.text instead of .content 82/86682/1
authorJamo Luhrsen <jluhrsen@gmail.com>
Fri, 3 Jan 2020 01:23:22 +0000 (17:23 -0800)
committerJamo Luhrsen <jluhrsen@gmail.com>
Fri, 3 Jan 2020 01:50:57 +0000 (17:50 -0800)
commit89b88a0a23561f0bda62338b394ec41655679b2d
tree406eda2c222b580c1ad58281094e0420cbb59e32
parentc60e17fb713b2d9e69aa1f5a66957c4fc3ca73a4
INTTEST-65: use resp.text instead of .content

when running with python3, .content may not come
in pure str() format and python3 is a little more
restrictive with that. but the requests library
will always send back resp.text as a string which
is what Should Contain is looking at

Change-Id: Ic6b02c058d702bdb4192ebe701ac8f68af7158b7
Signed-off-by: Jamo Luhrsen <jluhrsen@gmail.com>
csit/suites/integration/basic/restconf_modules.robot