Fix pretty-print parameter 60/100360/1
authorRobert Varga <robert.varga@pantheon.tech>
Fri, 1 Apr 2022 23:17:34 +0000 (01:17 +0200)
committerRobert Varga <robert.varga@pantheon.tech>
Fri, 1 Apr 2022 23:17:34 +0000 (01:17 +0200)
RFC8040 uses "odl-pretty-print", not "prettyPrint" to make it clear this
is an ODL extension. It also rejects unknown parameters, so we need to
adjust our invocations.

Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
Change-Id: I6e7fe014c1155672b2482d6340ae91f579213bb2

csit/suites/netconf/ready/netconfready.robot

index 266e52ab8d6bd0b98e58fee52d19ed1956a674e0..15bdeebe11659fa6089bfe7af0e0d15b51a68ff1 100644 (file)
@@ -120,7 +120,7 @@ Check_Whether_Netconf_Can_Pretty_Print
     [Documentation]    Make one request to netconf-connector and see if it works.
     [Tags]    critical
     BuiltIn.Run_Keyword_Unless    ${netconf_is_ready}    Fail    Netconf is not ready so it can't pretty-print now.
-    Check_Netconf_Up_And_Running    ?prettyPrint=true
+    Check_Netconf_Up_And_Running    ?odl-pretty-print=true
 
 Wait_For_MDSAL
     [Tags]    ODLMICRO_IGN