Fix Global Rpc Kill et al failures 52/77952/2
authorTom Pantelis <tompantelis@gmail.com>
Mon, 19 Nov 2018 17:27:17 +0000 (12:27 -0500)
committerLuis Gomez <ecelgp@gmail.com>
Tue, 20 Nov 2018 00:39:16 +0000 (00:39 +0000)
commitea5005a365d6baf9128c93cf13118b507bb67f5e
treee94651e3a597876a04730e932c348a5e68f42a96
parent096e41135cdcc28241ba3ebe44c8a61d709edec3
Fix Global Rpc Kill et al failures

Global Rpc (Kill|Freeze|Isolate) have been failing for quite some time
(in Neon and Fluorine) with a 500 response when executing RPC
 /restconf/operations/basic-rpc-test:basic-global. It's a no-input RPC
and the robot code passes an empty strng for the content-type and accept
parans to Post_To_Uri. In comparing with another RPC that has no input,
that code passes the ${HEADERS_XML} and ${ACCEPT_XML} constants so I did
the same in the Glocal Rpc tests. It seems something changed in Fluorine
where passng empty content-type/accept headers no longer works.

Change-Id: Iaa4e9ef9dddde8291d1cae7d09f878be0b781ae0
Signed-off-by: Tom Pantelis <tompantelis@gmail.com>
csit/suites/controller/singleton_service/global_rpc_freeze.robot
csit/suites/controller/singleton_service/global_rpc_isolate.robot
csit/suites/controller/singleton_service/global_rpc_kill.robot