renaming keyword 76/46476/2
authorPeter Gubka <pgubka@cisco.com>
Tue, 4 Oct 2016 13:35:38 +0000 (15:35 +0200)
committerVratko Polák <vrpolak@cisco.com>
Tue, 4 Oct 2016 16:52:35 +0000 (16:52 +0000)
there is a conflicting kw in TemplatedRequests

Change-Id: Iddca8211125fcb298f862c8da80863e9483f8be8
Signed-off-by: Peter Gubka <pgubka@cisco.com>
csit/libraries/ConfigViaRestconf.robot

index 6751f14421aebabaa7adef50c63a81430f5c42b1..28a7521ab099737e64243feb50c60285e6550cf3 100644 (file)
@@ -92,9 +92,9 @@ Verify_Json_Template_Folder_Config_Via_Restconf
     [Documentation]    Resolve URI from folder, GET from controller config, compare to expected data as normalized JSONs.
     ${expected}=    Resolve_Json_Data_From_Template_Folder    ${folder}    ${mapping_as_string}
     ${actual}=    Get_Json_Template_Folder_Config_Via_Restconf    ${folder}    ${mapping_as_string}
-    Normalize_Jsons_And_Compare    ${actual}    ${expected}
+    Normalize_Jsons_Save_And_Compare    ${actual}    ${expected}
 
-Normalize_Jsons_And_Compare
+Normalize_Jsons_Save_And_Compare
     [Arguments]    ${actual_raw}    ${expected_raw}
     [Documentation]    Use HsfJson to normalize both arguments, compute and Log diff, fail if diff is non-empty.
     ...    This keywords assumes ${WORKSPACE} is defined as a suite variable.