diff options
author | Priyank Maheshwari <priyank.maheshwari@est.tech> | 2024-02-13 09:47:35 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2024-02-13 09:47:35 +0000 |
commit | c5a80679a015cfacca17773927259bc14f4efa61 (patch) | |
tree | 62437c4bc85c9c2708f25de5bdd712cfacfba7ea /csit/tests/cps-data/cps-data.robot | |
parent | 45701cc30982051529319e6742fb749895b95eed (diff) | |
parent | e2d88379376923fbdddc78b59f74d75fd8040ec6 (diff) |
Merge "Fix test failure by ordering leaf-lists"
Diffstat (limited to 'csit/tests/cps-data/cps-data.robot')
-rw-r--r-- | csit/tests/cps-data/cps-data.robot | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/csit/tests/cps-data/cps-data.robot b/csit/tests/cps-data/cps-data.robot index f506b28011..e83857caea 100644 --- a/csit/tests/cps-data/cps-data.robot +++ b/csit/tests/cps-data/cps-data.robot @@ -59,10 +59,7 @@ Get Updated Data Node by XPath Should Be Equal As Strings ${responseJson['name']} Bigger ${length_birds}= Get Length ${responseJson['birds']} Should Be Equal As Integers ${length_birds} 3 - ${expected_list}= Create List Pigeon Falcon Eagle - FOR ${item_to_check} IN @{expected_list} - Should Contain ${responseJson['birds']} ${item_to_check} - END + Should Be Equal As Strings ${responseJson['birds']} ['Eagle', 'Falcon', 'Pigeon'] Get Data Node by XPath ${uri}= Set Variable ${basePath}/v1/dataspaces/${dataspaceName}/anchors/${anchorName}/node |