X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=csit%2Fsuites%2Fcontroller%2FThreeNodes_Datastore%2Fputs_during_isolation.robot;h=d7e19da6f202f95c0f347943316bd79e476d01bd;hb=99536236de83d87f80a13635b71d22a7b516b104;hp=1db8fd14191ce2027482be01b686e2504e6c8e58;hpb=c49ad0e5f9a58bfd6c4512f40b8c61a842032fd7;p=integration%2Ftest.git diff --git a/csit/suites/controller/ThreeNodes_Datastore/puts_during_isolation.robot b/csit/suites/controller/ThreeNodes_Datastore/puts_during_isolation.robot index 1db8fd1419..d7e19da6f2 100644 --- a/csit/suites/controller/ThreeNodes_Datastore/puts_during_isolation.robot +++ b/csit/suites/controller/ThreeNodes_Datastore/puts_during_isolation.robot @@ -130,7 +130,7 @@ Get_Cars_Count [Arguments] ${session} [Documentation] Count car items in config ds. ${resp}= RequestsLibrary.Get_Request ${session} ${CARURL} - ${count} = BuiltIn.Evaluate len(${resp.json()}["cars"]["car-entry"]) + ${count} = BuiltIn.Evaluate len(${resp.json()}[cars][car-entry]) BuiltIn.Return_From_Keyword ${count} Ensure_Cars_Being_Configured