Chang expected parentId format to SP-relative 06/53706/3
authorTomas Janciga <tjanciga@cisco.com>
Thu, 23 Mar 2017 09:02:37 +0000 (02:02 -0700)
committerVratko Polák <vrpolak@cisco.com>
Thu, 23 Mar 2017 16:01:10 +0000 (16:01 +0000)
Change-Id: I628f3ab196b1c8aafb6ebb213ffdc64c1a6cd824
Signed-off-by: Tomas Janciga <tjanciga@cisco.com>
csit/suites/iotdm/basic/021_ResourceAttributesContainer.robot
csit/suites/iotdm/basic/023_ResourceAttributesAE.robot

index 6c84dab723ee80b819b2c23531c44e74a30dc1d3..30486b9ff5ed611b9c6e7ff354511559654417e4 100644 (file)
@@ -347,7 +347,7 @@ Delete the Container2-2.3
     ${CSEID} =    Resid    ${oldr}
     ${r} =    Retrieve Resource    ${iserver}    InCSE1/Container1
     ${pi} =    Parent Id    ${r}
-    Should Be Equal    ${CSEID}    ${pi}
+    Should Be Equal    /InCSE1/${CSEID}    ${pi}
 
 4.22 Check parentID(cse-container-container)
     [Documentation]    parentID should be correct
@@ -361,7 +361,7 @@ Delete the Container2-2.3
     ${CSEID} =    Resid    ${oldr}
     ${r} =    Retrieve Resource    ${iserver}    InCSE1/Container1/Container2
     ${pi} =    Parent Id    ${r}
-    Should Be Equal    ${CSEID}    ${pi}
+    Should Be Equal    /InCSE1/${CSEID}    ${pi}
 
 4.23 Check parentID(cse-AE-container)
     [Documentation]    parentID should be correct
@@ -377,7 +377,7 @@ Delete the Container2-2.3
     ${CSEID} =    Resid    ${oldr}
     ${r} =    Retrieve Resource    ${iserver}    InCSE1/AE1/Container2
     ${pi} =    Parent Id    ${r}
-    Should Be Equal    ${CSEID}    ${pi}
+    Should Be Equal    /InCSE1/${CSEID}    ${pi}
 
 4.24 Check parentID(cse-AE-container-container)
     [Documentation]    parentID should be correct
@@ -392,7 +392,7 @@ Delete the Container2-2.3
     ${CSEID} =    Resid    ${oldr}
     ${r} =    Retrieve Resource    ${iserver}    InCSE1/AE1/Container2/Container3
     ${pi} =    Parent Id    ${r}
-    Should Be Equal    ${CSEID}    ${pi}
+    Should Be Equal    /InCSE1/${CSEID}    ${pi}
 
 Delete the test AE-4.2
     ${deleteRes} =    Delete Resource    ${iserver}    InCSE1/AE1
index c1622d42169c8c047157fcb09edfff83a360daac..50cba795718686f47e357ae52a8c7192cdb57c18 100644 (file)
@@ -258,7 +258,7 @@ TODO Refactor test suite and implement TCs
     ${CSEID} =    Resid    ${oldr}
     ${r} =    Retrieve Resource    ${iserver}    InCSE1/AE1
     ${pi} =    Parent Id    ${r}
-    Should Be Equal    ${CSEID}    ${pi}
+    Should Be Equal    /InCSE1/${CSEID}    ${pi}
     #==================================================
     #    Finish
     #==================================================