diff options
author | JvD_Ericsson <jeff.van.dam@est.tech> | 2023-12-19 09:33:37 +0000 |
---|---|---|
committer | Jeff van Dam <jeff.van.dam@est.tech> | 2023-12-19 09:39:57 +0000 |
commit | 0945f4356f9effe34d1342dcd8a32f508d404ff7 (patch) | |
tree | 8e7a16a75739b546faa491763bb05ac124301b97 /csit | |
parent | 9d7b4954a17c86e4d0c878220c18d1551560244d (diff) |
Improve naming of csit test
Issue-ID: CPS-2002
Signed-off-by: JvD_Ericsson <jeff.van.dam@est.tech>
Change-Id: I7e6bfdad866fbf0dad442209f78e738bb056c5dc
Diffstat (limited to 'csit')
-rw-r--r-- | csit/tests/ncmp-passthrough/ncmp-passthrough.robot | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/csit/tests/ncmp-passthrough/ncmp-passthrough.robot b/csit/tests/ncmp-passthrough/ncmp-passthrough.robot index 2385d22c6f..48af1cf85c 100644 --- a/csit/tests/ncmp-passthrough/ncmp-passthrough.robot +++ b/csit/tests/ncmp-passthrough/ncmp-passthrough.robot @@ -74,7 +74,7 @@ Verify create to bookstore using passthrough-running END END -Update Bookstore using passthrough-running for Category 01 +Update Bookstore using passthrough-running update Category 01 (replace category) ${uri}= Set Variable ${ncmpBasePath}/v1/ch/PNFDemo/data/ds/ncmp-datastore:passthrough-running?resourceIdentifier=stores:bookstore/categories=01 ${headers}= Create Dictionary Content-Type=application/json Authorization=${auth} ${jsonData}= Get Binary File ${DATADIR_NCMP}${/}bookstoreUpdateExample.json |