X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=csit%2Fsuites%2Fnetconf%2Fclustering%2Fbug8086.robot;h=982553d85822f59a8600ee79ec8c93e9dd103eb8;hb=a8c66a4b1afe2423aa709c8bc0b0d66d634ba657;hp=feb335d63b4722e6f4f70147ddeb244b715e73d4;hpb=16f48e64669b46c4174de1554e612a8bdce7e64a;p=integration%2Ftest.git diff --git a/csit/suites/netconf/clustering/bug8086.robot b/csit/suites/netconf/clustering/bug8086.robot index feb335d63b..982553d858 100644 --- a/csit/suites/netconf/clustering/bug8086.robot +++ b/csit/suites/netconf/clustering/bug8086.robot @@ -100,7 +100,7 @@ Check_Device_Data_Is_Seen_As_Empty_On_Setter Create_Device_Data [Documentation] Send some sample test data into the device and check that the request went OK. - ${template_as_string}= BuiltIn.Set_Variable {'DEVICE_NAME': '${DEVICE_NAME}'} + ${template_as_string}= BuiltIn.Create_Dictionary DEVICE_NAME=${device_name} TemplatedRequests.Post_As_Xml_Templated ${directory_with_template_folders}${/}dataorig ${template_as_string} session=${NODE_SETTER} Check_New_Device_Data_Is_Visible_On_Setter @@ -117,7 +117,7 @@ Check_New_Device_Data_Is_Visible_On_Configurer Modify_Device_Data [Documentation] Send a request to change the sample test data and check that the request went OK. - ${template_as_string}= BuiltIn.Set_Variable {'DEVICE_NAME': '${DEVICE_NAME}'} + ${template_as_string}= BuiltIn.Create_Dictionary DEVICE_NAME=${device_name} TemplatedRequests.Put_As_Xml_Templated ${directory_with_template_folders}${/}datamod1 ${template_as_string} session=${NODE_SETTER} Check_Device_Data_Is_Modified @@ -134,7 +134,7 @@ Check_Modified_Device_Data_Is_Visible_On_Configurer Delete_Device_Data [Documentation] Send a request to delete the sample test data on the device and check that the request went OK. - ${template_as_string}= BuiltIn.Set_Variable {'DEVICE_NAME': '${DEVICE_NAME}'} + ${template_as_string}= BuiltIn.Create_Dictionary DEVICE_NAME=${device_name} TemplatedRequests.Delete_Templated ${directory_with_template_folders}${/}datamod1 ${template_as_string} session=${NODE_SETTER} Check_Device_Data_Is_Deleted @@ -210,4 +210,4 @@ Populate_Schema_Directory_Over_Active_Connection ... TODO: Make this configurable and move to NexusKeywords. ${filename} = NexusKeywords.Deploy_Artifact component=carpeople artifact=clustering-it-model name_suffix=-sources.jar ${dir} = BuiltIn.Set_Variable '${SCHEMA_DIRECTORY}' - SSHKeywords.Execute_Command_Should_Pass mkdir -p '${SCHEMA_DIRECTORY}' && unzip -j '${filename}' META-INF/yang/car.yang -d '${SCHEMA_DIRECTORY}/' && rm '${filename}' + SSHKeywords.Execute_Command_Should_Pass mkdir -p '${SCHEMA_DIRECTORY}' && unzip -j '${filename}' META-INF/yang/car@2014-08-18.yang -d '${SCHEMA_DIRECTORY}/' && rm '${filename}'